ext/vorbis/vorbisdec.c: Small cleanups.
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-12-02  Wim Taymans  <wim@fluendo.com>
2
3         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4         Small cleanups.
5
6 2005-12-02  Wim Taymans  <wim@fluendo.com>
7
8         * gst/audioconvert/gstaudioconvert.c:
9         (gst_audio_convert_transform):
10         Post errors.
11
12 === release 0.9.7 ===
13
14 2005-12-01   <thomas (at) apestaart (dot) org>
15
16         * configure.ac:
17           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
18
19 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20
21         * Makefile.am:
22         * po/hu.po:
23         * win32/MANIFEST:
24         * win32/gst.sln:
25           add win32 MANIFEST file
26           do something to the hungarian translation
27
28 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
29
30         * ext/Makefile.am:
31           Add $(PANGO_DIR) to SUBDIRS
32
33         * ext/pango/gstclockoverlay.c:
34         * ext/pango/gsttimeoverlay.c:
35           Fix and improve element descriptions.
36
37 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
38
39         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
40         * docs/plugins/inspect/plugin-libvisual.xml:
41         * docs/plugins/inspect/plugin-pango.xml:
42           add pango plugin to docs
43
44 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
45
46         * configure.ac:
47         * ext/Makefile.am:
48           moved pango to base
49
50 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
51
52         * configure.ac:
53         * tests/Makefile.am:
54         * tests/icles/.cvsignore:
55         * tests/icles/Makefile.am:
56         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
57         (close_display), (resize_window), (move_window), (create_window),
58         (terminate_playback), (pause_playback), (start_playback), (main):
59           add stress test for xoverlay from Julien
60
61 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
62
63         * docs/libs/tmpl/gstcolorbalance.sgml:
64         * gst-libs/gst/rtp/gstbasertpdepayload.c:
65         * gst-libs/gst/rtp/gstbasertppayload.c:
66         * gst-libs/gst/rtp/gstrtpbuffer.c:
67         * gst-libs/gst/rtp/gstrtpbuffer.h:
68           Do burger's rename for rtp payloaders and depayloaders
69
70 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
71
72         * win32/:
73           add Visual Studio 6 build files
74
75 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
76
77         * docs/libs/gst-plugins-base-libs-docs.sgml:
78         * docs/libs/gst-plugins-base-libs-sections.txt:
79         * docs/libs/tmpl/gstaudio.sgml:
80         * docs/libs/tmpl/gstringbuffer.sgml:
81         * gst-libs/gst/interfaces/xoverlay.c:
82         * gst-libs/gst/video/gstvideofilter.c:
83         * gst-libs/gst/video/gstvideosink.c:
84           update documentation
85
86 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
87
88         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
89         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
90         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
91         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
92         (gst_multi_fd_sink_get_stats),
93         (gst_multi_fd_sink_remove_client_link),
94         (gst_multi_fd_sink_handle_client_read),
95         (gst_multi_fd_sink_client_queue_data),
96         (gst_multi_fd_sink_client_queue_caps),
97         (gst_multi_fd_sink_client_queue_buffer),
98         (gst_multi_fd_sink_new_client),
99         (gst_multi_fd_sink_handle_client_write),
100         (gst_multi_fd_sink_recover_client),
101         (gst_multi_fd_sink_queue_buffer),
102         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
103         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
104         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
105         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
106         * gst/tcp/gstmultifdsink.h:
107         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
108         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
109         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
110         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
111         (gst_tcp_client_sink_set_property),
112         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
113         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
114         * gst/tcp/gsttcpclientsink.h:
115         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
116         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
117         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
118         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
119         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
120         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
121         * gst/tcp/gsttcpclientsrc.h:
122         * gst/tcp/gsttcpplugin.c: (plugin_init):
123         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
124         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
125         (gst_tcp_server_sink_finalize),
126         (gst_tcp_server_sink_handle_server_read),
127         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
128         (gst_tcp_server_sink_set_property),
129         (gst_tcp_server_sink_get_property),
130         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
131         * gst/tcp/gsttcpserversink.h:
132         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
133         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
134         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
135         (gst_tcp_server_src_set_property),
136         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
137         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
138         * gst/tcp/gsttcpserversrc.h:
139           more borgifying
140
141 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
142
143         * docs/plugins/Makefile.am:
144         * docs/plugins/gst-plugins-base-plugins.args:
145         * docs/plugins/inspect/plugin-libvisual.xml:
146         * gst/audioconvert/plugin.h:
147         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
148         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
149         (gst_audio_rate_setcaps), (gst_audio_rate_init),
150         (gst_audio_rate_chain), (gst_audio_rate_set_property),
151         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
152         (plugin_init):
153         * gst/audiotestsrc/gstaudiotestsrc.c:
154         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
155         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
156         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
157         (gst_audio_test_src_get_query_types),
158         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
159         (gst_audio_test_src_create_square),
160         (gst_audio_test_src_create_saw),
161         (gst_audio_test_src_create_triangle),
162         (gst_audio_test_src_create_silence),
163         (gst_audio_test_src_create_white_noise),
164         (gst_audio_test_src_init_pink_noise),
165         (gst_audio_test_src_generate_pink_noise_value),
166         (gst_audio_test_src_create_pink_noise),
167         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
168         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
169         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
170         (plugin_init):
171         * gst/audiotestsrc/gstaudiotestsrc.h:
172         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
173         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
174         (gst_sub_parse_init), (gst_sub_parse_formats),
175         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
176         (convert_encoding), (get_next_line),
177         (gst_sub_parse_data_format_autodetect),
178         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
179         (gst_sub_parse_loop), (gst_sub_parse_chain),
180         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
181         (plugin_init):
182         * gst/subparse/gstsubparse.h:
183         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
184         (gst_video_rate_base_init), (gst_video_rate_class_init),
185         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
186         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
187         (gst_video_rate_init), (gst_video_rate_event),
188         (gst_video_rate_chain), (gst_video_rate_set_property),
189         (gst_video_rate_get_property), (gst_video_rate_change_state),
190         (plugin_init):
191         * gst/videoscale/gstvideoscale.c:
192         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
193         (gst_video_scale_src_template_factory),
194         (gst_video_scale_sink_template_factory),
195         (gst_video_scale_get_type), (gst_video_scale_base_init),
196         (gst_video_scale_class_init), (gst_video_scale_init),
197         (gst_video_scale_set_property), (gst_video_scale_get_property),
198         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
199         (gst_video_scale_prepare_size), (parse_caps),
200         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
201         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
202         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
203         (plugin_init):
204         * gst/videoscale/gstvideoscale.h:
205         * gst/videotestsrc/gstvideotestsrc.c:
206         (gst_video_test_src_pattern_get_type),
207         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
208         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
209         (gst_video_test_src_set_pattern),
210         (gst_video_test_src_set_property),
211         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
212         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
213         (gst_video_test_src_event), (gst_video_test_src_get_times),
214         (gst_video_test_src_create), (plugin_init):
215         * gst/videotestsrc/gstvideotestsrc.h:
216         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
217         (gst_video_test_src_smpte), (gst_video_test_src_snow),
218         (gst_video_test_src_black):
219         * gst/videotestsrc/videotestsrc.h:
220           borgify further
221           clean up docs a little
222
223 2005-11-30  Wim Taymans  <wim@fluendo.com>
224
225         * gst-libs/gst/rtp/gstbasertpdepayload.h:
226         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
227         (gst_basertppayload_event), (gst_basertppayload_push),
228         (gst_basertppayload_change_state):
229         * gst-libs/gst/rtp/gstbasertppayload.h:
230         closed #320644.
231
232 2005-11-30  Julien MOUTTE  <julien@moutte.net>
233
234         * docs/libs/gst-plugins-base-libs-docs.sgml:
235         * docs/libs/gst-plugins-base-libs-sections.txt:
236         * gst-libs/gst/video/gstvideofilter.c:
237         * gst-libs/gst/video/gstvideosink.c:
238         * gst-libs/gst/video/gstvideosink.h: Adding docs.
239
240 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
241
242         * LICENSE:
243           move
244         * po/af.po:
245         * po/az.po:
246         * po/cs.po:
247         * po/en_GB.po:
248         * po/hu.po:
249         * po/it.po:
250         * po/nb.po:
251         * po/nl.po:
252         * po/or.po:
253         * po/sq.po:
254         * po/sr.po:
255         * po/sv.po:
256         * po/uk.po:
257         * po/vi.po:
258         * Makefile.am:
259           update
260         * scripts/autoplugins.sh:
261           remove
262
263 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
264
265         * Makefile.am:
266         * configure.ac:
267         * examples/Makefile.am:
268         * examples/capsfilter/Makefile.am:
269         * examples/capsfilter/capsfilter1.c:
270         * examples/gob/Makefile.am:
271         * examples/gob/gst-identity2.gob:
272         * examples/indexing/.cvsignore:
273         * examples/indexing/Makefile.am:
274         * examples/indexing/indexmpeg.c:
275         * examples/seeking/.cvsignore:
276         * examples/seeking/Makefile.am:
277         * examples/seeking/cdparanoia.c:
278         * examples/seeking/cdplayer.c:
279         * examples/seeking/chained.c:
280         * examples/seeking/scrubby.c:
281         * examples/seeking/seek.c:
282         * examples/stats/Makefile.am:
283         * examples/stats/mp2ogg.c:
284         * examples/switch/.cvsignore:
285         * examples/switch/Makefile.am:
286         * examples/switch/switcher.c:
287         * tests/Makefile.am:
288         * tests/check/generic/.cvsignore:
289         * tests/check/pipelines/.cvsignore:
290         * tests/examples/Makefile.am:
291         * tests/examples/seek/Makefile.am:
292           reorganize stuff under tests/
293
294 2005-11-30  Edward Hervey  <edward@fluendo.com>
295
296         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
297         Go away you stupid GstStaticPadTemplate memleak.
298
299 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
300
301         * gst-libs/gst/net/Makefile.am:
302         * gst-libs/gst/net/README:
303         * gst-libs/gst/net/gstnetbuffer.c:
304         * gst-libs/gst/net/gstnetbuffer.h:
305           this was moved to "netbuffer"
306
307 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
308
309         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
310         (gst_video_filter_class_init), (gst_video_filter_init):
311         * gst-libs/gst/video/gstvideofilter.h:
312           borgify name to bring in line with other classes
313
314 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
315
316         * gst/audioscale/.cvsignore:
317         * gst/audioscale/Makefile.am:
318         * gst/audioscale/README:
319         * gst/audioscale/audioscale.vcproj:
320         * gst/audioscale/dtof.c:
321         * gst/audioscale/dtos.c:
322         * gst/audioscale/functable.c:
323         * gst/audioscale/gstaudioscale.c:
324         * gst/audioscale/gstaudioscale.h:
325         * gst/audioscale/private.h:
326         * gst/audioscale/resample.c:
327         * gst/audioscale/resample.h:
328         * gst/audioscale/test.c:
329           remove
330
331 2005-11-30  Edward Hervey  <edward@fluendo.com>
332
333         * gst-libs/gst/netbuffer/Makefile.am:
334         really, really tired
335
336 2005-11-30  Edward Hervey  <edward@fluendo.com>
337
338         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
339         Update for new GstTypeFindFactory _register()
340
341 2005-11-30  Edward Hervey  <edward@fluendo.com>
342
343         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
344         Let's not override libgstnet from core for no reason...
345         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
346         Ok, maybe not so quick next time.
347
348 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
349
350         * configure.ac:
351         * gst-libs/gst/Makefile.am:
352           moved gst-libs/gst/net to netbuffer through CVS surgery
353           remove old directory
354           updating build to accomodate
355           (#322257)
356
357 2005-11-29  Andy Wingo  <wingo@pobox.com>
358
359         * pkgconfig/gstreamer-plugins-base.pc.in:
360         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
361         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
362         (#322257).
363
364 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
365
366         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
367         3rd time's the charm. Correct ref-counting for discarded buffers.
368
369 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
370
371         * gst/playback/gststreamselector.c:
372         (gst_stream_selector_class_init),
373         (gst_stream_selector_set_property),
374         (gst_stream_selector_get_property),
375         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
376         Fix ref-counting
377
378 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
379
380         * gst/subparse/gstsubparse.c: (feed_textbuf):
381           Don't access already unref'ed buffer.
382
383 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
384
385         * gst/playback/gststreamselector.c:
386         (gst_stream_selector_class_init), (gst_stream_selector_init),
387         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
388         (gst_stream_selector_get_property),
389         (gst_stream_selector_get_linked_pad),
390         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
391         * gst/playback/gststreamselector.h:
392         Add the active-pad property for playbin to use shortly. Ignore buffers
393         from any other pad, returning GST_FLOW_NOT_LINKED
394
395 2005-11-29  Julien MOUTTE  <julien@moutte.net>
396
397         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
398         patch from bug #322704 (Alessandro Decina).
399
400 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
401
402         * gst-libs/gst/audio/Makefile.am:
403           folded audiofilter into the audio library
404
405 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
406
407         * gst/videoscale/gstvideoscale.h:
408         * gst/videoscale/gstvideoscale.c:
409           remove unimplemented scale methods
410
411 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
412
413         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
414           Don't leak caps.
415
416 2005-11-28  Julien MOUTTE  <julien@moutte.net>
417
418         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
419         (gst_ximagesink_setcaps):
420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
421         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
422         happens (only visible on ximagesink but bug is in xv too) set_caps was
423         destroying the internal x[v]image used to memcpy non locally alloced
424         buffers so that it got renewed on next _chain. The issue is that 
425         _expose will try to put that image as it reffed it in _put.
426         Using gst_buffer_unref instead of destroy fixes it !
427
428 2005-11-28  Edward Hervey  <edward@fluendo.com>
429
430         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
431         (try_to_link_1), (queue_filled_cb):
432         Better use of the queues. Start with a small size queue and only increase
433         the size of the queues when the other queues are empty.
434
435 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
436
437         * gst-libs/gst/video/Makefile.am:
438           compile in copied-over videofilter into the video library
439         * gst-libs/gst/video/videosink.h:
440           rename the header to gstvideosink.h since it's a base GstObject class
441         * sys/ximage/ximagesink.h:
442         * sys/xvimage/xvimagesink.h:
443           use the new header
444
445 2005-11-28  Wim Taymans  <wim@fluendo.com>
446
447         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
448         * gst/playback/gstplaybasebin.h:
449         Prepare to handle errors betters.
450
451         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
452         Set sinks to PAUSED first before adding and linking them so that
453         we don't interrupt dataflow.
454
455 2005-11-28  Wim Taymans  <wim@fluendo.com>
456
457         * gst-libs/gst/audio/TODO:
458         Updated TODO
459
460         * gst-libs/gst/audio/gstaudiosink.c:
461         (gst_audioringbuffer_open_device),
462         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
463         (gst_audioringbuffer_release):
464         Small cleanups.
465
466         * gst-libs/gst/audio/gstbaseaudiosink.c:
467         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
468         (gst_base_audio_sink_change_state):
469         Slave to the master clock when going to PLAYING and unslave when
470         going to PAUSED.
471
472         * gst-libs/gst/audio/gstringbuffer.c:
473         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
474         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
475         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
476         (gst_ring_buffer_clear_all), (wait_segment),
477         (gst_ring_buffer_commit), (gst_ring_buffer_read),
478         (gst_ring_buffer_advance):
479         * gst-libs/gst/audio/gstringbuffer.h:
480         Add some docs and cleanups.
481
482 2005-11-28  Julien MOUTTE  <julien@moutte.net>
483
484         * sys/xvimage/xvimagesink.c:
485         (gst_xvimagesink_navigation_send_event): Fix navigation events
486         coordinates translation with pixel aspect ratios.
487
488 2005-11-28  Julien MOUTTE  <julien@moutte.net>
489
490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
491         Use calculated video geometry from _setcaps instead of buffer
492         caps to respect pixel aspect ratio. (fixes #322388)
493
494 2005-11-28  Julien MOUTTE  <julien@moutte.net>
495
496         * docs/libs/tmpl/gstcolorbalance.sgml:
497         * docs/libs/tmpl/gstmixer.sgml:
498         * docs/libs/tmpl/gstxoverlay.sgml:
499         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
500         interface.
501
502 2005-11-28  Julien MOUTTE  <julien@moutte.net>
503
504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
505         Refuse to create an XvImage if we can't find the format.
506
507 2005-11-28  Edward Hervey  <edward@fluendo.com>
508
509         * gst-libs/gst/riff/riff-media.c:
510         (gst_riff_create_audio_template_caps):
511         Add ATRAC3 to the list of riff-possible audio caps.
512         I know we still don't have a plugin for atrac3, but it's saner to output
513         that than a cryptic mimetype.
514
515 2005-11-27  Edward Hervey  <edward@fluendo.com>
516
517         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
518         Don't try to create a zero-sized subbuffer.
519
520 2005-11-27  Julien MOUTTE  <julien@moutte.net>
521
522         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
523         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
524         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
525         (gst_ximagesink_expose): Fixed a tricky race.
526         * sys/ximage/ximagesink.h:
527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
528         (gst_xvimagesink_expose): Fixed a tricky race.
529         * sys/xvimage/xvimagesink.h:
530
531 2005-11-27  Edward Hervey  <edward@fluendo.com>
532
533         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
534         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
535         Remove unused properties, and add queues between demuxers and decoders
536         so that a lot more files can preroll properly.
537
538 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
539
540         * gst-libs/gst/net/Makefile.am:
541         * gst-libs/gst/rtp/Makefile.am:
542         * gst-libs/gst/tag/Makefile.am:
543           remove silly include
544         * gst/tags/Makefile.am:
545         * gst/tags/gsttagediting.c:
546         * gst/tags/gsttageditingprivate.h:
547         * gst/tags/tagedit.vcproj:
548           remove directory, is as good as empty
549
550 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
551
552         * configure.ac:
553           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
554         * gst-libs/Makefile.am:
555         * gst-libs/gst/audio/Makefile.am:
556         * gst-libs/gst/interfaces/Makefile.am:
557         * gst-libs/gst/net/Makefile.am:
558         * gst-libs/gst/riff/Makefile.am:
559         * gst-libs/gst/rtp/Makefile.am:
560         * gst-libs/gst/tag/Makefile.am:
561         * gst-libs/gst/video/Makefile.am:
562           and use them
563
564 2005-11-27  Julien MOUTTE  <julien@moutte.net>
565
566         * docs/libs/tmpl/gstcolorbalance.sgml:
567         * docs/libs/tmpl/gstmixer.sgml:
568         * docs/libs/tmpl/gstxoverlay.sgml:
569         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
570         * sys/ximage/ximagesink.h:
571         * sys/xvimage/xvimagesink.h: More and more documentation.
572
573 2005-11-26  Julien MOUTTE  <julien@moutte.net>
574
575         * docs/libs/gst-plugins-base-libs-docs.sgml:
576         * docs/libs/gst-plugins-base-libs-sections.txt:
577         * docs/libs/tmpl/gstcolorbalance.sgml:
578         * docs/libs/tmpl/gstmixer.sgml:
579         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
580         to documentation.
581
582 2005-11-26  Julien MOUTTE  <julien@moutte.net>
583
584         * docs/plugins/Makefile.am:
585         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
586         * docs/plugins/gst-plugins-base-plugins-sections.txt:
587         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
588
589 2005-11-26  Julien MOUTTE  <julien@moutte.net>
590
591         * docs/plugins/Makefile.am:
592         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
593         * docs/plugins/gst-plugins-base-plugins-sections.txt:
594         * docs/plugins/inspect/plugin-adder.xml:
595         * docs/plugins/inspect/plugin-alsa.xml:
596         * docs/plugins/inspect/plugin-audioconvert.xml:
597         * docs/plugins/inspect/plugin-audiorate.xml:
598         * docs/plugins/inspect/plugin-audioresample.xml:
599         * docs/plugins/inspect/plugin-audiotestsrc.xml:
600         * docs/plugins/inspect/plugin-decodebin.xml:
601         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
602         * docs/plugins/inspect/plugin-gnomevfs.xml:
603         * docs/plugins/inspect/plugin-ogg.xml:
604         * docs/plugins/inspect/plugin-playbin.xml:
605         * docs/plugins/inspect/plugin-subparse.xml:
606         * docs/plugins/inspect/plugin-tcp.xml:
607         * docs/plugins/inspect/plugin-theora.xml:
608         * docs/plugins/inspect/plugin-typefindfunctions.xml:
609         * docs/plugins/inspect/plugin-video4linux.xml:
610         * docs/plugins/inspect/plugin-videorate.xml:
611         * docs/plugins/inspect/plugin-videoscale.xml:
612         * docs/plugins/inspect/plugin-videotestsrc.xml:
613         * docs/plugins/inspect/plugin-volume.xml:
614         * docs/plugins/inspect/plugin-vorbis.xml:
615         * docs/plugins/inspect/plugin-ximagesink.xml:
616         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
617         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
618
619 2005-11-26  Edward Hervey  <edward@fluendo.com>
620
621         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
622         Properly return GstFlowReturn from gst_pad_push in chain functions.
623
624 2005-11-25  Michael Smith  <msmith@fluendo.com>
625
626         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
627         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
628         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
629         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
630           Handle various conditions better when we don't understand a stream.
631           Removes a heap of CRITICALs on ogg streams containing unknown data.
632
633 2005-11-24  Andy Wingo  <wingo@pobox.com>
634
635         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
636         Be threadsafe.
637
638 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
639
640         * configure.ac: back to HEAD
641
642 === release 0.9.6 ===
643
644 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
645
646         * configure.ac:
647           releasing 0.9.6, "White Eight"
648
649 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
650
651         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
652         * docs/plugins/inspect/plugin-sine.xml:
653           remove sinesrc some more
654
655 2005-11-23  Wim Taymans  <wim@fluendo.com>
656
657         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
658         If we are reading too slowly, jump forward in the ringbuffer
659         instead of blocking.
660
661 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
662
663         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
664         (gst_visual_chain):
665         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
666         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
667         (gst_videorate_chain):
668         * gst/videotestsrc/gstvideotestsrc.c:
669         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
670         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
671         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
672         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
673         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
674         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
675           Updates for API changes
676
677 2005-11-23  Wim Taymans  <wim@fluendo.com>
678
679         * gst-libs/gst/audio/gstbaseaudiosink.c:
680         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
681         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
682         Fix for calibration API change.
683
684 2005-11-23  Michael Smith <msmith@fluendo.com>
685
686         * gst-libs/gst/audio/multichannel.c:
687         (gst_audio_get_channel_positions),
688         (gst_audio_set_channel_positions),
689         (gst_audio_set_structure_channel_positions_list),
690         (gst_audio_fixate_channel_positions):
691           Use gst_value_array_*() functions on value arrays, not
692           gst_value_list_*().
693
694 2005-11-23  Edward Hervey  <edward@fluendo.com>
695
696         * autogen.sh:
697         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
698         Fixes autogen
699
700 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
701
702         * check/Makefile.am:
703         * check/elements/videotestsrc.c: (setup_videotestsrc),
704         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
705         (main):
706           add a test for videotestsrc
707
708 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
709
710         * gst/sine/.cvsignore:
711         * gst/sine/Makefile.am:
712         * gst/sine/gstsinesrc.c:
713         * gst/sine/gstsinesrc.h:
714         * gst/sine/sinesrc.vcproj:
715           and remove sinesrc from the repository.  Closes #321446
716
717 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
718
719         * configure.ac:
720         * gst-plugins-base.spec.in:
721           remove sinesrc from the build
722
723 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
724
725         * check/Makefile.am:
726         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
727         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
728         (main):
729           add a test for audiotestsrc, testing all waves.  Even seems
730           leak-free at first glance, nice job Stefan
731
732 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
733
734         * po/af.po:
735         * po/az.po:
736         * po/cs.po:
737         * po/en_GB.po:
738         * po/hu.po:
739         * po/it.po:
740         * po/nb.po:
741         * po/nl.po:
742         * po/or.po:
743         * po/sq.po:
744         * po/sr.po:
745         * po/sv.po:
746         * po/uk.po:
747         * po/vi.po:
748           Translation string updates
749
750         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
751         (gst_v4lsrc_set_caps):
752         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
753         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
754         * sys/v4l/v4lsrc_calls.h:
755           Improve v4lsrc, by making it work again.
756
757 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
758
759         * ext/libvisual/visual.c: (gst_visual_chain):
760           Fix the fps calculations.
761
762         * gst/ffmpegcolorspace/avcodec.h:
763           Move structure element for clarity
764
765         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
766         * gst-libs/gst/interfaces/tunernorm.h:
767         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
768         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
769         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
770         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
771         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
772         (gst_v4lmjpegsrc_getcaps):
773         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
774         (gst_v4lsrc_set_caps):
775         * sys/v4l/gstv4lsrc.h:
776         * sys/v4l/v4l_calls.c: (gst_v4l_open):
777         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
778         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
779         * sys/v4l/v4lsrc_calls.h:
780           Fractional framerates...
781
782 2005-11-22  Wim Taymans  <wim@fluendo.com>
783
784         * gst-libs/gst/audio/gstbaseaudiosink.c:
785         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
786         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
787         And we provide a clock by default, of course...
788
789 2005-11-22  Wim Taymans  <wim@fluendo.com>
790
791         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
792         This clock can be slaved to a master clock now.
793
794         * gst-libs/gst/audio/gstbaseaudiosink.c:
795         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
796         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
797         (gst_base_audio_sink_set_clock),
798         (gst_base_audio_sink_set_property),
799         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
800         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
801         * gst-libs/gst/audio/gstbaseaudiosink.h:
802         Handle slaving the internal clock to the clock selected in the
803         pipeline.
804         Add property to make the basesink not provide a clock.
805
806         * gst-libs/gst/rtp/gstbasertpdepayload.c:
807         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
808         (gst_base_rtp_depayload_wait):
809         * gst-libs/gst/rtp/gstbasertpdepayload.h:
810         We can use the clock in GstElement, no need to store it ourselves.
811
812 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
813
814         * docs/libs/tmpl/gstaudio.sgml:
815           update
816         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
817         (gst_paranoia_endian_get_type):
818         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
819         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
820         * gst/audiotestsrc/gstaudiotestsrc.c:
821         (gst_audiostestsrc_wave_get_type):
822         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
823         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
824         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
825         (gst_sync_method_get_type), (gst_unit_type_get_type),
826         (gst_client_status_get_type), (gst_multifdsink_class_init),
827         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
828         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
829         (gst_multifdsink_get_property):
830         * gst/tcp/gstmultifdsink.h:
831         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
832         * gst/videotestsrc/gstvideotestsrc.c:
833         (gst_videotestsrc_pattern_get_type):
834           remove deprecated properties
835           fix up enums to correctly have short lowercase dashed nicks
836
837 2005-11-22  Michael Smith <msmith@fluendo.com>
838
839         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
840         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
841           Add underscore.
842
843 2005-11-22  Michael Smith <msmith@fluendo.com>
844
845         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
846         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
847           Use utility method for scaling clocktime for fractional framerates.
848
849 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
850
851         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
852         (gst_visual_chain):
853         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
854         * ext/theora/theoradec.c: (theora_handle_type_packet):
855         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
856         (theora_enc_chain):
857         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
858         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
859         * gst-libs/gst/video/video.h:
860         * gst/ffmpegcolorspace/avcodec.h:
861         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
862         (gst_ffmpeg_caps_to_pixfmt):
863         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
864         (gst_ffmpegcsp_set_caps):
865         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
866         (gst_videorate_setcaps), (gst_videorate_blank_data),
867         (gst_videorate_chain):
868         * gst/videotestsrc/gstvideotestsrc.c:
869         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
870         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
871         (gst_videotestsrc_event), (gst_videotestsrc_create):
872         * gst/videotestsrc/gstvideotestsrc.h:
873         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
874         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
875         (gst_ximagesink_get_times), (gst_ximagesink_init):
876         * sys/ximage/ximagesink.h:
877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
878         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
879         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
880         * sys/xvimage/xvimagesink.h:
881           Convert elements to use fractions for their framerate.
882           V4L elements to come later tonight.
883
884 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
885
886         * gst-libs/gst/audio/audio.c:
887         * gst-libs/gst/audio/audio.h:
888           remove some deprecated functions
889
890 2005-11-22  Andy Wingo  <wingo@pobox.com>
891
892         * Update for gst_tag_setter API changes.
893
894 2005-11-22  Andy Wingo  <wingo@pobox.com>
895
896         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
897         (gst_ogg_demux_perform_seek):
898         * ext/theora/theoradec.c (theora_dec_sink_event):
899         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
900         update-funcnames.
901
902 2005-11-22  Wim Taymans  <wim@fluendo.com>
903
904         * examples/seeking/seek.c: (main):
905         Give higher priority to bus signals than the gtk events
906         to fix a race condition in the segment looping.
907
908 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
909
910         * ext/theora/Makefile.am:
911         * ext/vorbis/Makefile.am:
912         * gst-libs/gst/tag/Makefile.am:
913         * gst-plugins-base.spec.in:
914           Rename libgsttagedit to libgsttag (#322117).
915
916 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
917
918         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
920           Call gst_x_overlay_prepare_xwindow_id() to give applications
921           a final chance to set their own xwindow id before the video
922           sink creates its own window.
923
924 2005-11-22  Julien MOUTTE  <julien@moutte.net>
925
926         * sys/xvimage/xvimagesink.c:
927         (gst_xvimagesink_navigation_send_event): Handle navigation
928         events correcly with borders if applicable.
929
930 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
931
932         Patch by: Luca Ognibene
933
934         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
935         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
936         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
937         (gst_ffmpegcsp_caps_remove_format_info):
938         * gst/ffmpegcolorspace/imgconvert.c:
939         * gst/ffmpegcolorspace/imgconvert_template.h:
940           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
941           #318353); use gst_structure_has_name().
942
943 2005-11-22  Julien MOUTTE  <julien@moutte.net>
944
945         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
946         (gst_ximagesink_class_init): Add debug macros on functions.
947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
948         (gst_xvimagesink_xwindow_draw_borders),
949         (gst_xvimagesink_xvimage_put),
950         (gst_xvimagesink_xwindow_update_geometry),
951         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
952         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
953         (gst_xvimagesink_xcontext_clear),
954         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
955         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
956         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
957         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
958         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
959         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
960         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
961         expose while being PAUSED, out of data flow navigation events, etc..
962
963 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
964
965         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
966         * gst-libs/gst/audio/audio.h:
967           fix prototype - wondering why the test worked regardless
968
969 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
970
971         * check/Makefile.am:
972         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
973         * gst-libs/gst/audio/audio.h:
974           add a method that returns a proper GstClockTime
975
976 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
977
978         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
979         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
980         * gst-libs/gst/interfaces/xoverlay.h:
981           Remove everything having to do with the desired size; add 
982           gst_x_overlay_prepare_xwindow_id() function; remove the
983           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
984           post a message on the bus instead (#321816).
985
986         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
988         (gst_xvimagesink_xoverlay_init):
989           Remove desired size stuff (#321816).
990
991 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
992
993         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
994         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
995         (mpeg_video_type_find), (mpeg_video_stream_type_find):
996           Terminate vararg functions with NULL instead of 0 to 
997           make gcc4 happy.
998
999 2005-11-21  Andy Wingo  <wingo@pobox.com>
1000
1001         patch by: Sebastien Cote <sebas642@yahoo.ca>
1002         
1003         * gst-libs/gst/rtp/gstrtpbuffer.h: 
1004         * gst-libs/gst/rtp/gstrtpbuffer.c
1005         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
1006
1007 2005-11-21  Andy Wingo  <wingo@pobox.com>
1008
1009         * gst/playback/gstplaybin.c (gen_audio_element) 
1010         (gen_video_element): Use the new MISSING_PLUGIN core error
1011         category. Closes #320060.
1012
1013         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
1014         * gst/videorate/gstvideorate.c (gst_videorate_event):
1015         * ext/theora/theoradec.c (theora_dec_sink_event): 
1016         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
1017         stream lock.
1018
1019         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
1020         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
1021         stream lock changes.
1022
1023 2005-11-21  Wim Taymans  <wim@fluendo.com>
1024
1025         * gst-libs/gst/audio/gstbaseaudiosink.c:
1026         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
1027         (gst_base_audio_sink_provide_clock),
1028         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
1029         (gst_base_audio_sink_change_state):
1030         * gst/audioresample/gstaudioresample.c:
1031         Segment update fix.
1032
1033 2005-11-21  Andy Wingo  <wingo@pobox.com>
1034
1035         * *.h:
1036         * *.c: Ran scripts/update-macros. Oh yes.
1037
1038 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1039
1040         * sys/ximage/Makefile.am:
1041         * sys/ximage/ximage.c:
1042           Rename ximage plugin to ximagesink (#321426) (Don't forget to
1043           remove your old libgstximage.* manually if necessary).
1044
1045 2005-11-21  Michael Smith <msmith@fluendo.com>
1046
1047         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
1048           Minimal fix for bug #320200: set the min/max bitrate in the correct
1049           units. A better fix would be to upgrade to the RATEMANAGE2
1050           interface, rather than using the deprecated interface used here, but
1051           that would require an update in our libvorbis dependency (to 1.1),
1052           which is probably undesirable.
1053
1054 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
1055
1056         * ext/libvisual/visual.c: (get_buffer):
1057         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1058         (gst_base_audio_src_fixate):
1059         * gst/audioconvert/gstaudioconvert.c:
1060         (gst_audio_convert_fixate_caps):
1061         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
1062         * gst/audiotestsrc/gstaudiotestsrc.c:
1063         (gst_audiotestsrc_src_fixate):
1064         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
1065         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
1066         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
1067         * gst/videotestsrc/gstvideotestsrc.c:
1068         (gst_videotestsrc_src_fixate):
1069         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1070         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
1071           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
1072           (#322027)
1073
1074
1075 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1076
1077         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1078         (gst_riff_create_iavs_caps):
1079         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
1080         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
1081         (gst_riff_parse_info):
1082         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
1083         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
1084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
1085           Fixes for GST_FOURCC_FORMAT API change.
1086
1087 2005-11-21  Andy Wingo  <wingo@pobox.com>
1088
1089         patch by: Alessandro Dessina <alessandro nnva org>
1090
1091         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
1092         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
1093         (gst_ogg_parse_chain):
1094         * ext/theora/theoraenc.c (theora_set_header_on_caps):
1095         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
1096         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
1097         gst_value_list calls on arrays. Fixes #321962.
1098
1099 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1100
1101         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
1102         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
1103         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
1104         * gst/adder/gstadder.c: (gst_adder_init),
1105         (gst_adder_request_new_pad), (gst_adder_collected),
1106         (gst_adder_change_state):
1107           Update for gst_collectpads_foo() to gst_collect_pads_foo()
1108           API change.
1109
1110 2005-11-21  Michael Smith <msmith@fluendo.com>
1111
1112         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
1113         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
1114           Properly handle pad_push return values.
1115
1116 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
1117
1118         * gst-libs/gst/tag/Makefile.am:
1119         * gst-libs/gst/tag/gstvorbistag.c:
1120         (gst_tag_list_to_vorbiscomment_buffer):
1121           Remove obsolete vorbistag element and debug category.
1122
1123         * gst/playback/gstplaybasebin.c: (check_queue):
1124           Don't divide by 0 when queue-threshold is 0.
1125
1126         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
1127           Don't modify an existing pixel-aspect-ratio if we fail to read
1128           a new one.
1129
1130 2005-11-20  Wim Taymans  <wim@fluendo.com>
1131
1132         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
1133         (gst_vorbisenc_push_packet):
1134         GST_PAD_IS_USABLE is gone, use the return value of
1135         the push or pad_alloc_buffer instead.
1136
1137 2005-11-18  Julien MOUTTE  <julien@moutte.net>
1138
1139         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1140         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
1141         (gst_ximagesink_ximage_destroy),
1142         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
1143         (gst_ximagesink_xwindow_new),
1144         (gst_ximagesink_xwindow_update_geometry),
1145         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
1146         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
1147         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
1148         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
1149         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
1150         (gst_ximagesink_navigation_send_event),
1151         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
1152         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
1153         (gst_ximagesink_finalize), (gst_ximagesink_init),
1154         (gst_ximagesink_class_init):
1155         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
1156         This new version brings correct software scaling, non flickering
1157         window while resizing, pixel aspect ratio handling, usage of
1158         hardware buffer pools, out of data flow event thread for 
1159         navigation and handling of expose events even when being PAUSED,
1160         a new property to keep video aspect ratio when resizing, etc...
1161
1162 2005-11-18  Julien MOUTTE  <julien@moutte.net>
1163
1164         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
1165         (gst_videoscale_fixate_caps): Introduce back caps fixate with
1166         handling of PAR.
1167
1168 2005-11-18    <bilboed@dvdsrc.fluendo.com>
1169
1170         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
1171         Unsetting IS_SINK flag from the fakesink, so decodebin
1172         never behaves as a sink.
1173
1174 2005-11-17  Wim Taymans  <wim@fluendo.com>
1175
1176         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1177         (gst_base_audio_src_change_state):
1178         Fix the audiosrc base class again, we did not unflush.
1179
1180 2005-11-17  Julien MOUTTE  <julien@moutte.net>
1181
1182         * examples/seeking/seek.c: (make_dv_pipeline),
1183         (make_vorbis_theora_pipeline), (make_avi_pipeline),
1184         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
1185         to ogg/vorbis/theora pipeline.
1186
1187 2005-11-17  Wim Taymans  <wim@fluendo.com>
1188
1189         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1190         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
1191         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
1192         Fix EOS on multiple streams.
1193         More debugging.
1194
1195 2005-11-16  Wim Taymans  <wim@fluendo.com>
1196
1197         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
1198         (gst_ogg_demux_perform_seek):
1199         Segment done must include stream time.
1200
1201         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
1202         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
1203         (gst_ogg_mux_change_state):
1204         Fix ogg muxer again.
1205
1206 2005-11-16  Wim Taymans  <wim@fluendo.com>
1207
1208         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
1209         Fix compile again.
1210
1211 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1212
1213         * ext/libvisual/visual.c: (gst_visual_init):
1214         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
1215         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
1216         (gst_ogg_parse_chain):
1217         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
1218         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
1219         * ext/theora/theoradec.c: (gst_theora_dec_init):
1220         * ext/theora/theoraenc.c: (gst_theora_enc_init):
1221         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1222         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
1223         * gst/adder/gstadder.c: (gst_adder_class_init),
1224         (gst_adder_dispose):
1225         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
1226         * gst/subparse/gstsubparse.c: (gst_subparse_init):
1227         * gst/videorate/gstvideorate.c: (gst_videorate_init):
1228           Fix a whole set of pad template leaks
1229
1230 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1231
1232         * check/generic/states.c: (GST_START_TEST):
1233           fix the test so that it only checks for elements that are part of
1234           this source module
1235
1236 2005-11-16  Michael Smith <msmith@fluendo.com>
1237
1238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
1239         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
1240         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1241         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1242         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
1243         (gst_ogg_mux_change_state):
1244           Fix leaking collectpads.
1245
1246 2005-11-16  Edward Hervey  <edward@fluendo.com>
1247
1248         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
1249         (gst_videorate_event), (gst_videorate_chain):
1250         Handle segment seeks
1251
1252 2005-11-16  Wim Taymans  <wim@fluendo.com>
1253
1254         * gst-libs/gst/audio/gstbaseaudiosink.c:
1255         (gst_base_audio_sink_provide_clock),
1256         (gst_base_audio_sink_change_state):
1257         Set ringbuffer to non-flushing when going to PAUSED, set to
1258         flushing again when going to READY.
1259
1260         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1261         (gst_ring_buffer_stop):
1262         Start in flushing mode by default.
1263         Don't set flushing in the _stop method, let the app call
1264         this explicitly.
1265
1266 2005-11-16  Julien MOUTTE  <julien@moutte.net>
1267
1268         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
1269         * gst-libs/gst/video/videosink.h: Add helper function needed
1270         for video sinks.
1271
1272 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1273
1274         * gst/videoscale/gstvideoscale.c:
1275         (gst_videoscale_handle_src_event):
1276           Don't leak reference to pad parent.
1277
1278 2005-11-16  Wim Taymans  <wim@fluendo.com>
1279
1280         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
1281         Set ringbuffer to flushing when stopping so that we don't
1282         block on wait_segment anymore and livelock.
1283
1284 2005-11-16  Wim Taymans  <wim@fluendo.com>
1285
1286         * examples/seeking/seek.c: (send_event), (do_seek),
1287         (loop_toggle_cb), (segment_done), (main):
1288         Added looping checkbox.
1289
1290 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1291
1292         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
1293         (gst_ogg_demux_init):
1294         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
1295         (gst_vorbis_dec_init):
1296           revert unrefs, they don't pass make check
1297
1298 2005-11-15  Johan Dahlin  <johan@gnome.org>
1299
1300         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
1301         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
1302         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
1303         (gst_vorbis_dec_init):
1304         Fix pad template leaks. 
1305
1306 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
1307
1308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1309           Make state change function thread safe.
1310
1311 2005-11-15  Edward Hervey  <edward@fluendo.com>
1312
1313         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1314         (gst_ogg_demux_class_init):
1315         Implement GstElement::send_event, so we can send seek events
1316         in GST_STATE_READY
1317
1318 2005-11-14  Julien MOUTTE  <julien@moutte.net>
1319
1320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
1321         Discovered how to take away flickering while resizing the
1322         window. Please don't put that in ximagesink, refactoring in
1323         progress.
1324
1325 2005-11-14  Michael Smith <msmith@fluendo.com>
1326
1327         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
1328         (gst_multifdsink_render):
1329           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
1330
1331 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1332
1333         * gst/playback/gstplaybin.c: (gen_audio_element):
1334           Use autoaudiosink, it tends to be more widely available than
1335           autoaudiiosink.
1336           
1337 2005-11-14  Andy Wingo  <wingo@pobox.com>
1338
1339         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
1340         as well if it is available. Fixes #316442.
1341
1342 2005-11-14  Michael Smith <msmith@fluendo.com>
1343
1344         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
1345         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
1346         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1347         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1348         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
1349         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
1350         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
1351         (gst_vorbisenc_change_state):
1352           Fix a small memory leak in vorbisenc.
1353           Fix large memory leaks in oggmux, also fix lots of state change
1354           bugs in oggmux.
1355
1356 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1357
1358         * gst/videotestsrc/gstvideotestsrc.c:
1359         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
1360         (gst_videotestsrc_src_fixate):
1361           move fixation to a fixate function
1362           remove negotiate function, basesrc's is good enough
1363           fixes a bug for check when using the element alone
1364
1365 2005-11-13  Edward Hervey  <edward@fluendo.com>
1366
1367         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
1368         (key_toggle_cb), (main):
1369         Added checkboxes for adding/removing the accurate and key_unit seek
1370         flags.
1371
1372 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1373
1374         * configure.ac: back to HEAD
1375
1376 === release 0.9.5 ===
1377
1378 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
1379
1380         * configure.ac:
1381           releasing 0.9.5, "No No Kia"
1382
1383 2005-11-11  Edward Hervey  <edward@fluendo.com>
1384
1385         * examples/seeking/seek.c: (make_parselaunch_pipeline):
1386         Added parse-launch syntax seeking mode for the seeking example.
1387         This should help stress-test even more cases.
1388         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
1389
1390 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1391
1392         * sys/xvimage/xvimagesink.c:
1393         (gst_xvimagesink_navigation_send_event):
1394           Check whether peer pad exists before sending navigation events
1395           to it.
1396
1397 2005-11-11  Michael Smith <msmith@fluendo.com>
1398
1399         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
1400         (gst_vorbisenc_buffer_from_packet):
1401         * ext/vorbis/vorbisenc.h:
1402           Set duration on encoded buffers. This allows oggmux's
1403           max_page_delay parameter to actually work.
1404
1405 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1406
1407         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1408         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
1409         (gst_ffmpegcsp_avpicture_fill):
1410         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1411         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
1412           Make palettes work again (see #132341). Use our own macros
1413           for rounding up.
1414
1415 2005-11-10  Andy Wingo  <wingo@pobox.com>
1416
1417         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
1418         string doober.
1419
1420 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1421
1422         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1423         (gst_ffmpegcsp_transform_caps):
1424           Prefer passthrough in transform_caps
1425
1426 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1427
1428         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1429           check for ALSA errors properly, instead of relying on ALSA's
1430           error strings to serve to the user.
1431
1432 2005-11-10  Wim Taymans  <wim@fluendo.com>
1433
1434         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
1435         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
1436         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1437         Modernise the seek code.
1438
1439 2005-11-10  Michael Smith <msmith@fluendo.com>
1440         
1441         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
1442         (setup_substreams), (set_active_source):
1443           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
1444           trying to go to NULL if we failed to read a file.
1445
1446 2005-11-10  Wim Taymans  <wim@fluendo.com>
1447
1448         * gst/audiotestsrc/gstaudiotestsrc.c:
1449         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
1450         (gst_audiotestsrc_create):
1451         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1452         (gst_sinesrc_get_times), (gst_sinesrc_create):
1453         * gst/videotestsrc/gstvideotestsrc.c:
1454         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
1455         (gst_videotestsrc_create):
1456         The base class can now sync for us.
1457
1458 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1459
1460         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
1461           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
1462           name=source autoprobe=false autoprobe-fps=false copy-mode=1
1463           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
1464           format=(fourcc)I420" ! xvimagesink
1465
1466 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1467
1468         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1469         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
1470         (gst_sinesrc_newsegment):
1471           Send newsegment event in TIME format, set duration if
1472           num-buffers is set, fix duration querying.
1473
1474 2005-11-10  Michael Smith <msmith@fluendo.com>
1475
1476         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1477         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1478         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1479         (gst_ogg_mux_collected):
1480          Fix EOS handling, partially. Now forwarding an EOS event once we have
1481          EOS on all pads works correctly. However, we still don't properly set
1482          EOS on the actual ogg stream pages.
1483
1484 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1485
1486         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
1487           Set elements to NULL state before disposing of them.
1488
1489 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
1490
1491         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1492
1493         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1494         (gst_base_rtp_depayload_init),
1495         (gst_base_rtp_depayload_set_gst_timestamp):
1496         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1497           We need to send a newsegment event for each instance, not
1498           just for the first instance of this class (get rid of
1499           static variable in function). (#321011).
1500           
1501 2005-11-08  Michael Smith <msmith@fluendo.com>
1502
1503         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1504         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
1505         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
1506         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1507           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
1508           This makes us mux things correctly according to the ogg muxing
1509           rules. Still not handling EOS correctly right now, though.
1510
1511 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1512
1513         * gst/audioconvert/gstaudioconvert.c:
1514           Fix typo in docs. 
1515
1516 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1517
1518         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1519         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
1520           Initialise segment_stop to GST_CLOCK_TIME_NONE when
1521           creating a new chain; should fix live streaming. Also
1522           add more debug output and fix a typo.
1523
1524 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
1525
1526         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1527
1528         * gst/volume/gstvolume.c: (volume_set_caps):
1529           Fix compilation on Solaris with Forte. (#320923)
1530
1531 2005-11-08  Wim Taymans  <wim@fluendo.com>
1532
1533         * gst-libs/gst/audio/gstbaseaudiosink.c:
1534         (gst_base_audio_sink_render):
1535         No need to do a typecheck.
1536
1537 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
1538
1539         * ext/alsa/gstalsa.h:
1540           We register a debug category, so let's use it.
1541
1542 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1543
1544         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1545         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
1546         Fixed a small problem.
1547
1548 2005-11-04  Wim Taymans  <wim@fluendo.com>
1549
1550         * examples/seeking/Makefile.am:
1551         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
1552         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
1553         (make_playerbin_pipeline), (format_value), (update_scale),
1554         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
1555         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
1556         (print_usage), (main):
1557         Added app for playback speed testing.
1558
1559         * examples/seeking/seek.c: (dynamic_link),
1560         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
1561         (make_mpeg_pipeline), (do_seek), (set_update_scale),
1562         (message_received), (main):
1563         Updated seek example.
1564
1565 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1566
1567         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1568         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1569         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
1570         (gst_base_rtp_depayload_set_clock):
1571         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1572         Don't sleep on the bench (system clock) when you have a nice 
1573         comfortable bed (Gstreamer clock) to sleep on.
1574
1575 2005-11-03  Wim Taymans  <wim@fluendo.com>
1576
1577         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1578         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
1579         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
1580         Handle the case where a pad_block failed.
1581
1582 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
1583
1584         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
1585
1586         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1587         (gst_base_rtp_depayload_add_to_queue),
1588         (gst_base_rtp_depayload_push),
1589         (gst_base_rtp_depayload_set_gst_timestamp),
1590         (gst_base_rtp_depayload_queue_release):
1591           Fixes some bugs in the depayloader's queuing/de-queueing code.
1592
1593 2005-10-31  Michael Smith <msmith@fluendo.com>
1594
1595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
1596         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1597         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
1598           Patch from Alessandro Decina <alessandro@nnva.org>.
1599           Make oggdemux only find the final time in a chain, not per-pad,
1600           since the per-pad information can be very expensive to locate, and
1601           it isn't used anywhere. This makes reading a file containing
1602           OggSkeleton reasonably fast.
1603           Also, make chain finding work when there are logical bitstreams that
1604           can't be decoded. Fixes #319110.
1605
1606 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1607
1608         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1609         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1610         (gst_base_rtp_depayload_chain),
1611         (gst_base_rtp_depayload_add_to_queue),
1612         (gst_base_rtp_depayload_push),
1613         (gst_base_rtp_depayload_set_gst_timestamp),
1614         (gst_base_rtp_depayload_queue_release),
1615         (gst_base_rtp_depayload_start_thread),
1616         (gst_base_rtp_depayload_set_property),
1617         (gst_base_rtp_depayload_get_property):
1618         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1619         Some random fixes, to fullfill the desires of thomas.
1620
1621 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1622
1623         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1624         (gst_base_rtp_depayload_add_to_queue),
1625         (gst_base_rtp_depayload_push):
1626         Fixed the queueing algorithm.
1627
1628 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1629
1630         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1631         (gst_base_rtp_depayload_push):
1632         A small fix
1633
1634 2005-10-31  Wim Taymans  <wim@fluendo.com>
1635
1636         * gst-libs/gst/audio/gstringbuffer.h:
1637         Don't break ABI.
1638
1639         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1640         (gst_ffmpeg_caps_to_pixfmt):
1641         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1642         (gst_ffmpegcsp_set_caps):
1643         Some more comments.
1644         Handle missing required caps fields better.
1645
1646 2005-10-31  Wim Taymans  <wim@fluendo.com>
1647
1648         * gst-libs/gst/audio/gstbaseaudiosink.c:
1649         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1650         (gst_base_audio_sink_render):
1651         * gst-libs/gst/audio/gstringbuffer.c:
1652         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1653         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1654         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1655         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1656         (gst_ring_buffer_read):
1657         * gst-libs/gst/audio/gstringbuffer.h:
1658         Add flushing mode to the ringbuffer so that it in all cases does
1659         not try to handle more audio. This makes sure it does not try to
1660         block anymore when flushing and fixes a livelock.
1661
1662 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1663
1664         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1665         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1666         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1667           Explicitly check for -1 values before doing a conversion
1668           and always map them to -1. (#315545)
1669
1670 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1671
1672         * gst/playback/gstplaybin.c: (gen_video_element):
1673           first try autovideosink, then xvimagesink, then error out
1674         * po/POTFILES.in:
1675           add translatable file
1676         * po/af.po:
1677         * po/az.po:
1678         * po/cs.po:
1679         * po/en_GB.po:
1680         * po/hu.po:
1681         * po/it.po:
1682         * po/nb.po:
1683         * po/nl.po:
1684         * po/or.po:
1685         * po/sq.po:
1686         * po/sr.po:
1687         * po/sv.po:
1688         * po/uk.po:
1689         * po/vi.po:
1690           update translations
1691
1692 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1693
1694         * gst-libs/gst/rtp/gstbasedepayload.c:
1695         * gst-libs/gst/rtp/gstbasedepayload.h:
1696           Minor cleanups
1697
1698 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1699
1700         * gst/playback/.cvsignore:
1701         * gst/playback/decodetest.c:
1702         * gst/playback/test3.c:
1703           Port these two tests as well.
1704
1705 2005-10-27  Wim Taymans  <wim@fluendo.com>
1706
1707         * ext/theora/theoradec.c: (theora_dec_src_query),
1708         (theora_dec_sink_event):
1709         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1710         (theora_enc_change_state):
1711         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1712         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1713         Take proper locks when handling events.
1714
1715 2005-10-27  Wim Taymans  <wim@fluendo.com>
1716
1717         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1718         (gst_adder_change_state):
1719         Fix timestamps and fix deadlock when stopping the collectpads.
1720
1721 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1722
1723         * gst-libs/gst/rtp/gstrtpbuffer.h:
1724         Declaring the payload types as strings too so that they can be used
1725         in the padtemplate inialization.
1726
1727 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1728
1729         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1730
1731         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1732         (gst_base_rtp_depayload_class_init):
1733         Fixes a small but nasty bug. The derived elements no longer segfaults
1734         on finalization.
1735
1736 2005-10-26  Michael Smith <msmith@fluendo.com>
1737
1738         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1739           When clearing an audioconvert context, set tmpbufsize to zero, so
1740           we'll allocate it again later if required.
1741           This fixes audioconvert re-negotiating formats, which previously
1742           segfaulted with a NULL destination buffer.
1743
1744 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1745
1746         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1747         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1748         (gst_base_rtp_depayload_set_gst_timestamp),
1749         (gst_base_rtp_depayload_queue_release):
1750         Fixed a smalll memleak.
1751
1752 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1753         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1754         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1755         (gst_base_rtp_depayload_finalize),
1756         (gst_base_rtp_depayload_setcaps),
1757         (gst_base_rtp_depayload_add_to_queue),
1758         (gst_base_rtp_depayload_push),
1759         (gst_base_rtp_depayload_set_gst_timestamp),
1760         (gst_base_rtp_depayload_queue_release),
1761         (gst_base_rtp_depayload_thread),
1762         (gst_base_rtp_depayload_change_state):
1763         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1764         Changed the C++ comments to C comments
1765
1766 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1767
1768         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1769         * gst/tcp/gsttcpclientsrc.h:
1770         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1771         * gst/tcp/gsttcpserversrc.h:
1772           Remove unused 'curoffset' structure member.
1773
1774 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1775
1776         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1777         (gst_base_rtp_depayload_base_init),
1778         (gst_base_rtp_depayload_finalize):
1779         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1780         * gst-libs/gst/rtp/gstbasertppayload.h:
1781           The pad-template on the sinkpad should be set by the derived classes.
1782           Also added some useful macros.
1783
1784 2005-10-24  Wim Taymans  <wim@fluendo.com>
1785
1786         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1787         Correctly flush decoder samples even if we could not
1788         copy them to an output buffer. Fixes #319618.
1789
1790 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1791
1792         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1794         the caps against our xcontext caps.
1795
1796 2005-10-24  Wim Taymans  <wim@fluendo.com>
1797
1798         * gst-libs/gst/audio/gstbaseaudiosink.c:
1799         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1800         Remove g_print
1801         Use sync property from baseclass to disable sync.
1802
1803 2005-10-24  Wim Taymans  <wim@fluendo.com>
1804
1805         * gst-libs/gst/audio/gstbaseaudiosink.c:
1806         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1807         Buffers with no timestamps get aligned with previous buffers or
1808         on underrun, played ASAP.
1809
1810 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1811
1812         * gst-libs/gst/video/video.h:
1813         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1814         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1816         here comes my change on caps for framerate and geometry range.
1817         We are now accepting 1 to MAXINT for width and height, and from
1818         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1819         to be blended correctly in videomixer.
1820
1821 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1822
1823         * configure.ac:
1824           back to HEAD
1825
1826 === release 0.9.4 ===
1827
1828 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1829
1830         * NEWS:
1831         * RELEASE:
1832         * configure.ac:
1833           releasing 0.9.4, "Velociraptor"
1834
1835 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1836
1837         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1838         * po/POTFILES.in:
1839           STOPPED -> FAILED
1840
1841 2005-10-21  Wim Taymans  <wim@fluendo.com>
1842
1843         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1844         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1845         (pad_blocked), (close_pad_link), (new_pad):
1846         Don't try to remove elements twice.
1847
1848 2005-10-21  Wim Taymans  <wim@fluendo.com>
1849
1850         * ext/theora/theoradec.c: (theora_dec_src_query),
1851         (theora_dec_sink_event):
1852         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1853         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1854         (vorbis_handle_data_packet):
1855         * ext/vorbis/vorbisdec.h:
1856         Fix old naming.
1857
1858         * gst-libs/gst/audio/gstbaseaudiosink.c:
1859         (gst_base_audio_sink_render):
1860         Don't try to sync on buffers without a timestamp.
1861
1862 2005-10-21  Wim Taymans  <wim@fluendo.com>
1863
1864         * ext/theora/theoradec.c: (theora_dec_src_query),
1865         (theora_dec_sink_event):
1866         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1867         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1868         (vorbis_handle_data_packet):
1869         * ext/vorbis/vorbisdec.h:
1870         Fix old naming.
1871
1872 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1873
1874         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1875         (gst_vorbisenc_src_query):
1876           Implement position and duration queries.
1877
1878         * gst/playback/test3.c: (update_scale), (main):
1879           Fix for async state changes and print nicer output.
1880
1881 2005-10-20  Wim Taymans  <wim@fluendo.com>
1882
1883         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1884         (dump_element_stats), (main):
1885         * gst/playback/test6.c: (main):
1886         Fix tests again
1887
1888 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1889
1890         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1891         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1892           Don't use functions for position queries when handling
1893           duration queries.
1894
1895 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1896
1897         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1898         (vorbis_handle_data_packet), (vorbis_dec_chain),
1899         (vorbis_dec_change_state):
1900         * ext/vorbis/vorbisdec.h:
1901           Vorbis streams can be embedded in other container formats
1902           than ogg, container formats where the demuxer might set 
1903           timestamps on encoded vorbis buffers instead of those silly 
1904           granulepos thingies. In short: make vorbisdec handle 
1905           timestamps on incoming buffers as well.
1906
1907 2005-10-20  Wim Taymans  <wim@fluendo.com>
1908
1909         * gst/playback/gstplaybasebin.c: (group_destroy),
1910         (gst_play_base_bin_change_state):
1911         Fix leak.
1912         Handle case where playbasebin is now ASYNC because
1913         decodebin is.
1914
1915 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1916
1917         * gst/audioconvert/Makefile.am:
1918         * gst/audioconvert/bufferframesconvert.c:
1919         * gst/audioconvert/plugin.c: (plugin_init):
1920         * gst/audioconvert/plugin.h:
1921           And bye bye buffer-frames-convert
1922
1923 2005-10-19  Wim Taymans  <wim@fluendo.com>
1924
1925         * check/elements/audioconvert.c:
1926         * docs/libs/tmpl/gstaudio.sgml:
1927         * docs/libs/tmpl/gstcolorbalance.sgml:
1928         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1929         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1930         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1931         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1932         * gst-libs/gst/audio/audio.h:
1933         * gst/audioconvert/audioconvert.h:
1934         * gst/audioconvert/gstaudioconvert.c:
1935         (gst_audio_convert_parse_caps):
1936         * gst/volume/gstvolume.c:
1937         Bye bye buffer-frames.
1938
1939 2005-10-19  Wim Taymans  <wim@fluendo.com>
1940
1941         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1942         (query_positions_elems), (query_positions_pads), (update_scale),
1943         (do_seek), (set_update_scale), (message_received), (main):
1944         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1945         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1946         (gst_ogg_demux_loop):
1947         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1948         * ext/theora/theoradec.c: (theora_dec_src_query),
1949         (theora_dec_sink_event):
1950         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1951         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1952         * gst/adder/gstadder.c: (gst_adder_query):
1953         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1954         * gst/playback/test3.c: (update_scale):
1955         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1956         (dump_element_stats), (main):
1957         * gst/playback/test6.c: (main):
1958         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1959         Query API update.
1960
1961 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1962
1963         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1964         (xml_check_first_element), (xml_type_find), (smil_type_find),
1965         (plugin_init):
1966           Add typefinding for SMIL and for generic XML. Based on patch by
1967           Akos Maroy (#308663).
1968
1969 2005-10-18  Wim Taymans  <wim@fluendo.com>
1970
1971         * gst/playback/Makefile.am:
1972         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1973         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1974         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1975         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1976         (gst_decode_bin_change_state):
1977         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1978         (gst_play_bin_send_event_to_sink):
1979         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1980         (dump_element_stats), (main):
1981         * gst/playback/test6.c: (main):
1982         Make playbin async, it'll commit state to paused when all streams
1983         are detected.
1984         Remove ugly hack.
1985         Added test6.c to show async behaviour.
1986
1987 2005-10-18  Wim Taymans  <wim@fluendo.com>
1988
1989         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1990         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1991         Fix for segment-start/stop API change.
1992
1993 2005-10-18  Wim Taymans  <wim@fluendo.com>
1994
1995         * check/Makefile.am:
1996         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1997         (main):
1998         Add future test for clock selection.
1999
2000 2005-10-18  Wim Taymans  <wim@fluendo.com>
2001
2002         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
2003         (gst_alsasink_close):
2004         Set handle to NULL.
2005
2006         * gst-libs/gst/audio/gstringbuffer.c:
2007         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2008         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
2009         (gst_ring_buffer_start), (gst_ring_buffer_pause),
2010         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
2011         (gst_ring_buffer_read):
2012         More debug info.
2013
2014 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
2015
2016         * gst/audiotestsrc/Makefile.am:
2017         * gst/sine/Makefile.am:
2018         * gst/volume/Makefile.am:
2019           fix broken build of controllerized plugins
2020
2021 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
2022
2023         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2024
2025         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2026         (gst_riff_create_video_template_caps):
2027           Add support for Indeo-3 (IV32).
2028
2029 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2030
2031         * configure.ac:
2032           rewrite
2033
2034 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2035
2036         * gst-libs/gst/video/video.c: (gst_video_get_size):
2037         * gst/audiotestsrc/gstaudiotestsrc.c:
2038           doc updates
2039
2040 2005-10-17  Andy Wingo  <wingo@pobox.com>
2041
2042         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
2043         with the collectpads change.
2044         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
2045
2046         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
2047
2048         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
2049
2050         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
2051         alloc_buffer flow return to callers.
2052         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
2053         change. Fix some memleaks in theoraenc.
2054
2055         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
2056         in strange circumstance.
2057
2058 2005-10-17  Julien MOUTTE  <julien@moutte.net>
2059
2060         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2061         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
2062         from caps, let's use the caps...
2063
2064 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2065
2066         * configure.ac:
2067           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
2068
2069 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2070
2071         * gst-libs/gst/interfaces/Makefile.am:
2072           fix silly typo
2073
2074 2005-10-16  Andy Wingo  <wingo@pobox.com>
2075
2076         * gst/playback/gstdecodebin.c
2077         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
2078         function!
2079         (try_to_link_1): Increase kraziness level.
2080
2081 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2082
2083         * configure.ac:
2084           restructure like the core one
2085         * gst-libs/gst/audio/Makefile.am:
2086         * gst-libs/gst/interfaces/Makefile.am:
2087         * gst-libs/gst/net/Makefile.am:
2088         * gst-libs/gst/riff/Makefile.am:
2089         * gst-libs/gst/rtp/Makefile.am:
2090         * gst-libs/gst/tag/Makefile.am:
2091         * gst-libs/gst/video/Makefile.am:
2092           use correct linker flags, now the libs are properly versioned
2093         * check/elements/audioconvert.c: (verify_convert):
2094         * ext/alsa/gstalsaplugin.c:
2095         * ext/cdparanoia/gstcdparanoia.c:
2096         * ext/gnomevfs/gstgnomevfs.c:
2097         * ext/libvisual/visual.c:
2098         * ext/ogg/gstogg.c:
2099         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
2100         * ext/theora/theora.c:
2101         * ext/vorbis/vorbis.c:
2102         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2103         * gst-libs/gst/tag/gsttagediting.c:
2104         * gst-libs/gst/video/video.c:
2105         * gst/adder/gstadder.c:
2106         * gst/audioconvert/plugin.c:
2107         * gst/audiorate/gstaudiorate.c:
2108         * gst/audioresample/gstaudioresample.c:
2109         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2110         * gst/audioscale/gstaudioscale.c:
2111         * gst/audioscale/resample.c:
2112         * gst/audiotestsrc/gstaudiotestsrc.c:
2113         * gst/ffmpegcolorspace/gstffmpeg.c:
2114         * gst/playback/gstdecodebin.c: (close_pad_link):
2115         * gst/playback/gstplaybin.c: (gen_video_element),
2116         (gen_audio_element):
2117         * gst/sine/gstsinesrc.c:
2118         * gst/subparse/gstsubparse.c:
2119         * gst/tags/gsttagediting.c:
2120         * gst/tcp/gsttcpplugin.c:
2121         * gst/typefind/gsttypefindfunctions.c:
2122         * gst/videorate/gstvideorate.c:
2123         * gst/videoscale/gstvideoscale.c:
2124         * gst/videotestsrc/gstvideotestsrc.c:
2125         * gst/volume/gstvolume.c:
2126         * sys/v4l/gstv4l.c:
2127         * sys/ximage/ximage.c:
2128         * sys/xvimage/xvimagesink.c:
2129           fix up defines
2130
2131 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2132
2133         * ext/vorbis/vorbisenc.c:
2134         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
2135         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
2136         (gst_tag_to_vorbis_comments):
2137           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
2138
2139 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
2140
2141         * examples/stats/mp2ogg.c:
2142         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2143           typo fixes
2144
2145 2005-10-13  Michael Smith <msmith@fluendo.com>
2146
2147         * ext/ogg/gstoggmux.c:
2148           Use magic glib macros to define constants as 64 bit, to ensure
2149           appropriate vararg passing.
2150
2151 2005-10-13  Michael Smith <msmith@fluendo.com>
2152
2153         * ext/ogg/gstoggmux.c:
2154         * gst/audioconvert/audioconvert.c: (float):
2155           Don't use LL suffix, as it's not portable, and neither of these
2156           uses required it anyway.
2157
2158 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
2159
2160         * examples/indexing/indexmpeg.c: (main):
2161         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
2162         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
2163         (cdparanoia_convert), (cdparanoia_query):
2164         * ext/cdparanoia/gstcdparanoia.h:
2165         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
2166         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
2167         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
2168         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
2169         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
2170         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
2171         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
2172         (gst_multifdsink_render), (gst_multifdsink_start),
2173         (gst_multifdsink_stop):
2174         * gst/tcp/gstmultifdsink.h:
2175         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
2176         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
2177         (gst_tcpclientsink_stop):
2178         * gst/tcp/gsttcpclientsink.h:
2179         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
2180         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
2181         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
2182         * gst/tcp/gsttcpclientsrc.h:
2183         * gst/tcp/gsttcpserversink.h:
2184         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
2185         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
2186         (gst_tcpserversrc_stop):
2187         * gst/tcp/gsttcpserversrc.h:
2188         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
2189         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
2190         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
2191           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
2192           moved bitshift from macro to enum definition
2193
2194 2005-10-12  Wim Taymans  <wim@fluendo.com>
2195
2196         * examples/seeking/Makefile.am:
2197         Oops.
2198
2199 2005-10-12  Wim Taymans  <wim@fluendo.com>
2200
2201         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2202         (gst_ring_buffer_read), (gst_ring_buffer_clear):
2203         Don't assert on normal stuff.
2204
2205         * gst/playback/gstplaybin.c: (do_playbin_seek):
2206         API fix.
2207
2208 2005-10-12  Wim Taymans  <wim@fluendo.com>
2209
2210         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2211         * examples/seeking/Makefile.am:
2212         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
2213         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
2214         (do_seek), (set_update_scale), (message_received), (main):
2215         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2216         (gst_ring_buffer_read), (gst_ring_buffer_clear):
2217         Update for _get_state() API change.
2218
2219 2005-10-11  Wim Taymans  <wim@fluendo.com>
2220
2221         * gst-libs/gst/audio/gstbaseaudiosink.c:
2222         (gst_base_audio_sink_render):
2223         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2224         (gst_base_audio_src_create):
2225         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2226         (gst_ring_buffer_read):
2227         Cleanups.
2228         Commit and read from ringbuffer in samples rather than bytes.
2229
2230 2005-10-11  Wim Taymans  <wim@fluendo.com>
2231
2232         * gst-libs/gst/audio/gstbaseaudiosink.c:
2233         (gst_base_audio_sink_render):
2234         Respect segment rate and accum when scheduling samples.
2235
2236 2005-10-11  Julien MOUTTE  <julien@moutte.net>
2237
2238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2239         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
2240         EOS correctly, that needs more work.
2241
2242 2005-10-11  Wim Taymans  <wim@fluendo.com>
2243
2244         * check/generic/states.c: (GST_START_TEST):
2245         remove old property.
2246
2247         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2248         (gst_ogg_demux_perform_seek):
2249         * ext/theora/theoradec.c: (theora_dec_sink_event):
2250         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2251         (vorbis_handle_data_packet):
2252         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2253         (gst_base_rtp_depayload_set_gst_timestamp):
2254         * gst/videorate/gstvideorate.c: (gst_videorate_event):
2255         Update for newsegment API change.
2256
2257 2005-10-11  Michael Smith <msmith@fluendo.com>
2258
2259         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
2260         (do_playbin_seek), (gst_play_bin_send_event):
2261           Override send_event differently, so that we can takes bits of
2262           functionality from GstPipeline (special handling for seeks,
2263           including pausing/resuming, and resetting stream time) and still get
2264           the appropriate behaviour of only forwarding event to a single sink,
2265           rather than all of them.
2266           Unfortunately requires a lot of code duplication, but the
2267           alternatives are equally ugly in the end.
2268
2269 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2270
2271         * check/elements/audioconvert.c: (setup_audioconvert),
2272         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2273         (GST_START_TEST), (audioconvert_suite):
2274           clean up tests a little, fix some leaks.
2275
2276 2005-10-10  Wim Taymans  <wim@fluendo.com>
2277
2278         * ext/alsa/gstalsasink.c:
2279         Also allow unsigned int.
2280
2281         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2282         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2283         Small cleanup
2284
2285 2005-10-10  Wim Taymans  <wim@fluendo.com>
2286
2287         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2288         Small update, use API as stated in design docs.
2289
2290         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
2291         (update_scale), (do_seek), (seek_cb), (set_update_scale),
2292         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
2293         (message_received), (main):
2294         Updated seek example for GOption. Some usability improvements.
2295
2296 2005-10-10  Wim Taymans  <wim@fluendo.com>
2297
2298         * gst/audioconvert/audioconvert.h:
2299         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2300         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
2301         Alloc temp storage somewhere else where we can do it more
2302         portable.
2303
2304 2005-10-10  Wim Taymans  <wim@fluendo.com>
2305
2306         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
2307         (gst_tcpserversrc_start):
2308         Don't block in accept while doing the state change, move
2309         to poll and make cancellable.
2310
2311 2005-10-09  Philippe Khalaf <burger@speedy.org>
2312
2313         * gst-libs/gst/rtp/rtpbasedepayload.c:
2314         Set timestamp and add queue delay to timestamp
2315         * gst-libs/gst/rtp/rtpbuffer.h:
2316         Set correct payload type for h263
2317
2318 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
2319
2320         * gst/audiotestsrc/gstaudiotestsrc.c:
2321         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
2322         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
2323         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
2324         (gst_audiotestsrc_create_triangle),
2325         (gst_audiotestsrc_create_silence),
2326         (gst_audiotestsrc_create_white_noise),
2327         (gst_audiotestsrc_init_pink_noise),
2328         (gst_audiotestsrc_generate_pink_noise_value),
2329         (gst_audiotestsrc_create_pink_noise),
2330         (gst_audiotestsrc_change_wave):
2331         * gst/audiotestsrc/gstaudiotestsrc.h:
2332           fixed typo, added pink noise
2333
2334 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2335
2336         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
2337         (plugin_init):
2338           Add wavpack and spc typefind functions from 0.8 branch.
2339
2340 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2341
2342         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
2343         (ar_type_find), (msdos_type_find), (plugin_init):
2344           Add typefind functions for tar archives, ar archives,
2345           RAR archives, and msdos-executables (dlls, exe, etc.).
2346           Some of those would be wrongly identified as mpeg
2347           streams of some sort before (#315550).
2348
2349 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
2350
2351         * configure.ac:
2352         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2353         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2354         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
2355         * gst/audiotestsrc/Makefile.am:
2356         * gst/audiotestsrc/gstaudiotestsrc.c:
2357         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
2358         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
2359         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
2360         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
2361         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
2362         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
2363         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
2364         (gst_audiotestsrc_create_silence),
2365         (gst_audiotestsrc_create_white_noise),
2366         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
2367         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
2368         (gst_audiotestsrc_start), (plugin_init):
2369         * gst/audiotestsrc/gstaudiotestsrc.h:
2370           add new plugin and element
2371         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
2372           use gobject_class
2373
2374 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2375
2376         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
2377         (gst_adder_init), (gst_adder_request_new_pad),
2378         (gst_adder_change_state):
2379           Add query function to source pad, so adder reports the correct
2380           time/sample position when queried (#315457); fix state change
2381           function; use GST_DEBUG_FUNCPTR() for pad functions.
2382
2383 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2384
2385         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
2386           Fix leaks in typefind registration
2387           Clean up the gratuitous commenting and whitespacing a little
2388
2389 2005-10-08  Wim Taymans  <wim@fluendo.com>
2390
2391         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
2392         Only actually wait for the thread to be stopped if it's 
2393         running.
2394
2395 2005-10-08  Wim Taymans  <wim@fluendo.com>
2396
2397         * gst-libs/gst/audio/gstbaseaudiosink.c:
2398         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2399         If we receive EOS we can start playback of what we had.
2400
2401 2005-10-08  Wim Taymans  <wim@fluendo.com>
2402
2403         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2404         (gst_multifdsink_finalize), (multifdsink_hash_remove),
2405         (gst_multifdsink_stop):
2406         Fix crasher when going to NULL multiple times.
2407
2408 2005-10-06  Wim Taymans  <wim@fluendo.com>
2409
2410         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
2411         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2412         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2413         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2414         patch from Edgard Lima <edgard.lima@indt.org.br>
2415         Fixed gstbaseaudiosrc adding ring buffer sync to it.
2416
2417 2005-10-06  Wim Taymans  <wim@fluendo.com>
2418
2419         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
2420         Report the FLOW_RETURN as string in the error message.
2421
2422         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
2423         Don't assert when clearing an unnegotiated buffer.
2424
2425 2005-10-04  Michael Smith <msmith@fluendo.com>
2426
2427         * gst/playback/gstplaybasebin.c: (group_destroy),
2428         (gen_preroll_element), (remove_groups), (setup_source):
2429         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
2430         (setup_sinks), (gst_play_bin_send_event),
2431         (gst_play_bin_change_state):
2432           Set state to NULL before removing from bin. Fix refcounting.
2433
2434 2005-10-04  Michael Smith <msmith@fluendo.com>
2435
2436         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2437           Correct refcounting in send_event() function. Previously was wrong
2438           if the first sink was unable to handle the event.
2439
2440 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2441
2442         * configure.ac:
2443           back to development
2444
2445 === release 0.9.3 ===
2446
2447 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2448
2449         * configure.ac:
2450           Releasing 0.9.3, "De Facto"
2451
2452 2005-10-03  Andy Wingo  <wingo@pobox.com>
2453
2454         * gst/playback/gstdecodebin.c (try_to_link_1)
2455         (remove_element_chain): set element to NULL before removing it.
2456
2457 2005-10-02  Johan Dahlin  <johan@gnome.org>
2458
2459         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
2460         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
2461         MT safe.
2462
2463 2005-10-02  Andy Wingo  <wingo@pobox.com>
2464
2465         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
2466         (gst_ring_buffer_prepare_read): 
2467         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
2468         Demote to LOG.
2469
2470 2005-09-29  Wim Taymans  <wim@fluendo.com>
2471
2472         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2473         * ext/theora/theoradec.c: (theora_handle_data_packet):
2474         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2475         Propagate error codes from alloc_buffer too.
2476
2477 2005-09-29  Wim Taymans  <wim@fluendo.com>
2478
2479         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2480         We use fixed caps.
2481
2482         * gst/playback/Makefile.am:
2483         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2484         (dump_element_stats), (main):
2485         Added example stream introspection code.
2486
2487 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
2488
2489         * gst/adder/gstadder.c: (gst_adder_collected):
2490           fix adder for float elements
2491
2492 2005-09-28  Wim Taymans  <wim@fluendo.com>
2493
2494         * gst-libs/gst/audio/gstbaseaudiosink.c:
2495         (gst_base_audio_sink_class_init),
2496         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
2497         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2498         (gst_base_audio_src_class_init),
2499         (gst_base_audio_src_provide_clock):
2500         get_clock -> provide_clock
2501
2502 2005-09-28  Andy Wingo  <wingo@pobox.com>
2503
2504         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
2505         and unlocking.
2506
2507         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
2508         unlocking.
2509
2510         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
2511         Actually add the pad template.
2512         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
2513
2514         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
2515         I'm at it...
2516
2517         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
2518         from fdsrc. Get caps in create() instead of start() so it can be
2519         interrupted. Interruption somewhat untested.
2520
2521         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
2522         Proper EOS handling.
2523
2524 2005-09-27  Andy Wingo  <wingo@pobox.com>
2525
2526         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
2527
2528         * gst/tcp/gsttcpserversrc.c: Cleaned up.
2529
2530         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
2531
2532         * gst/tcp/gsttcp.h: 
2533         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
2534         out of tcpclientsrc.c. Cancellable.
2535         (gst_tcp_socket_read): Made private, cancellable, with better
2536         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
2537         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
2538         whole buffer, and better diagnostics.
2539         (gst_tcp_gdp_read_caps): Same.
2540
2541         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
2542
2543 2005-09-26  Andy Wingo  <wingo@pobox.com>
2544
2545         * gst/sine/gstsinesrc.h:
2546         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
2547         change the 'sync' property to 'is-live' and implement it halfway,
2548         update for controller api change.
2549
2550         * gst/volume/gstvolume.c (volume_transform_ip): Update for
2551         controller api change.
2552
2553 2005-09-24  Wim Taymans  <wim@fluendo.com>
2554
2555         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2556         * gst-libs/gst/audio/gstaudiosink.c:
2557         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2558         (gst_audioringbuffer_stop):
2559         * gst-libs/gst/audio/gstbaseaudiosink.c:
2560         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2561         (gst_base_audio_sink_change_state):
2562         * gst-libs/gst/audio/gstbaseaudiosink.h:
2563         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
2564         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2565         (gst_ring_buffer_commit), (gst_ring_buffer_read):
2566         * gst-libs/gst/audio/gstringbuffer.h:
2567         Fix sync again. Moved sample alignment to basesink.
2568
2569 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2570
2571         * docs/plugins/Makefile.am:
2572         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2573         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2574         * gst/volume/gstvolume.c:
2575           add/fix docs
2576         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
2577         * gst-libs/gst/audio/audio.h:
2578           add conversion macros for frames <-> clocktime
2579
2580 2005-09-23  David Schleef  <ds@schleef.org>
2581
2582         * gst/audioresample/Makefile.am:
2583         * gst/audioresample/debug.h:
2584         * gst/audioresample/gstaudioresample.c:
2585         * gst/audioresample/resample.c: Convert to using gst debugging
2586
2587 2005-09-22  Wim Taymans  <wim@fluendo.com>
2588
2589         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2590         (gst_play_bin_send_event):
2591         Only seek on one sink, the first one that succeeds.
2592
2593 2005-09-22  Michael Smith <msmith@fluendo.com>
2594
2595         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2596         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2597         Don't flush encoder state unless we have an initialised encoder.
2598         Clear out encoder state on PAUSED_TO_READY.
2599
2600 2005-09-22  Wim Taymans  <wim@fluendo.com>
2601
2602         * gst-libs/gst/rtp/gstbasertppayload.c:
2603         (gst_basertppayload_class_init), (gst_basertppayload_init),
2604         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2605         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2606         (gst_basertppayload_is_filled), (gst_basertppayload_push),
2607         (gst_basertppayload_set_property),
2608         (gst_basertppayload_get_property),
2609         (gst_basertppayload_change_state):
2610         * gst-libs/gst/rtp/gstbasertppayload.h:
2611         Added max-ptime to control amount of data in the rtp packets.
2612
2613 2005-09-21  Andy Wingo  <wingo@pobox.com>
2614
2615         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
2616         thingies.
2617
2618         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
2619         can be called multiple times, dogs.
2620
2621 2005-09-21  Wim Taymans  <wim@fluendo.com>
2622
2623         * gst-libs/gst/rtp/gstbasertppayload.c:
2624         (gst_basertppayload_class_init), (gst_basertppayload_init),
2625         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2626         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2627         (gst_basertppayload_push), (gst_basertppayload_get_property),
2628         (gst_basertppayload_change_state):
2629         Allow 0 ssrc too.
2630
2631 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2632
2633         * docs/libs/compiling.sgml:
2634           fixing typos
2635
2636 2005-09-20  Wim Taymans  <wim@fluendo.com>
2637
2638         * gst-libs/gst/rtp/gstbasertppayload.c:
2639         (gst_basertppayload_class_init), (gst_basertppayload_init),
2640         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2641         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2642         (gst_basertppayload_push), (gst_basertppayload_set_property),
2643         (gst_basertppayload_get_property),
2644         (gst_basertppayload_change_state):
2645         * gst-libs/gst/rtp/gstbasertppayload.h:
2646         Added property to configure sequence number offsets.
2647
2648 2005-09-20  Wim Taymans  <wim@fluendo.com>
2649
2650         * gst-libs/gst/rtp/gstbasertppayload.c:
2651         (gst_basertppayload_class_init), (gst_basertppayload_init),
2652         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2653         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2654         (gst_basertppayload_push), (gst_basertppayload_set_property),
2655         (gst_basertppayload_get_property),
2656         (gst_basertppayload_change_state):
2657         * gst-libs/gst/rtp/gstbasertppayload.h:
2658         Make timestamp offset configurable.
2659
2660 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2661
2662         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2663           fix wrong pop/unref
2664
2665 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2666
2667         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2668
2669         * gst-libs/gst/interfaces/propertyprobe.c:
2670         (gst_property_probe_probe_property_name),
2671         (gst_property_probe_needs_probe_name),
2672         (gst_property_probe_get_values_name),
2673         (gst_property_probe_probe_and_get_values_name):
2674           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2675           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2676
2677 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2678
2679         * check/Makefile.am:
2680           have some tests be disabled for valgrinding
2681         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2682         (GST_START_TEST):
2683         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2684           Fix A Leak.  Chain To Parent Finalize.
2685
2686 2005-09-19  Wim Taymans  <wim@fluendo.com>
2687
2688         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2689         Fixed wav pipeline.
2690
2691 2005-09-19  Wim Taymans  <wim@fluendo.com>
2692
2693         * gst-libs/gst/rtp/gstbasertppayload.c:
2694         (gst_basertppayload_class_init), (gst_basertppayload_init),
2695         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2696         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2697         (gst_basertppayload_push), (gst_basertppayload_get_property),
2698         (gst_basertppayload_change_state):
2699         Posting ERROR and WARNING messages is good.
2700
2701 2005-09-19  Wim Taymans  <wim@fluendo.com>
2702
2703         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2704         (gst_base_rtp_depayload_add_to_queue),
2705         (gst_base_rtp_depayload_push),
2706         (gst_base_rtp_depayload_set_gst_timestamp),
2707         (gst_base_rtp_depayload_queue_release):
2708         This one was not supposed to go in.
2709
2710 2005-09-19  Wim Taymans  <wim@fluendo.com>
2711
2712         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2713         Fix for bus API.
2714
2715         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2716         (gst_base_rtp_depayload_chain),
2717         (gst_base_rtp_depayload_add_to_queue),
2718         (gst_base_rtp_depayload_push),
2719         (gst_base_rtp_depayload_set_gst_timestamp),
2720         (gst_base_rtp_depayload_queue_release):
2721         Some cleanups.
2722
2723         * gst-libs/gst/rtp/gstbasertppayload.c:
2724         (gst_basertppayload_class_init), (gst_basertppayload_init),
2725         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2726         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2727         (gst_basertppayload_get_property),
2728         (gst_basertppayload_change_state):
2729         Added debugging category.
2730
2731 2005-09-18  David Schleef  <ds@schleef.org>
2732
2733         * gst/playback/gstdecodebin.c: free plugin list correctly
2734         * gst/playback/gstplaybin.c: emit warning if autovideosink
2735           and autoaudiosink can't be found (instead of segfaulting)
2736
2737 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2738
2739         * check/elements/audioconvert.c: (GST_START_TEST):
2740           try out 24 bit conversion
2741
2742 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2743
2744         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2745         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2746         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2747         * ext/vorbis/vorbisenc.h:
2748           Fix EOS handling.  Still needs a fix in the ogg muxer to
2749           mark the last page as eos.
2750
2751 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2752
2753         * common/gtk-doc-plugins.mak:
2754         * docs/plugins/Makefile.am:
2755         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2756         * gst/ffmpegcolorspace/Makefile.am:
2757         * gst/ffmpegcolorspace/avcodec.h:
2758         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2759         * gst/tcp/gstmultifdsink.c:
2760           fix up ffmpegcolorspace docs; extract header
2761
2762 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2763
2764         * common/gtk-doc-plugins.mak:
2765         * docs/plugins/Makefile.am:
2766         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2767         * ext/theora/Makefile.am:
2768         * ext/theora/gsttheoraenc.h:
2769         * ext/theora/theoraenc.c:
2770         * ext/vorbis/vorbisenc.c:
2771           pick up signals and args for vorbis; add some docs for vorbis
2772
2773 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2774
2775         * common/gstdoc-scangobj:
2776         * common/gtk-doc-plugins.mak:
2777         * docs/libs/Makefile.am:
2778         * docs/plugins/gst-plugins-base-plugins.args:
2779         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2780         * docs/plugins/gst-plugins-base-plugins.interfaces:
2781         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2782         * docs/plugins/gst-plugins-base-plugins.signals:
2783           only scanobj stuff from our source module.  Not sure yet
2784           if that's correct, given the hierarchy stuff :)
2785
2786 2005-09-15  Wim Taymans  <wim@fluendo.com>
2787
2788         * gst/audioconvert/gstaudioconvert.c:
2789         And enable 24 bits mode as well..
2790
2791 2005-09-15  Wim Taymans  <wim@fluendo.com>
2792
2793         * gst-libs/gst/rtp/Makefile.am:
2794         * gst-libs/gst/rtp/gstbasertppayload.c:
2795         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2796         (gst_basertppayload_class_init), (gst_basertppayload_init),
2797         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2798         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2799         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2800         (gst_basertppayload_set_property),
2801         (gst_basertppayload_get_property),
2802         (gst_basertppayload_change_state):
2803         * gst-libs/gst/rtp/gstbasertppayload.h:
2804         Added rtp payloader base class.
2805
2806 2005-09-15  Andy Wingo  <wingo@pobox.com>
2807
2808         * configure.ac (plugindir): Remove the EOL matcher from the
2809         regexp, as it causes me problems. Libtool? Make? Who knows?
2810
2811 2005-09-14  David Schleef  <ds@schleef.org>
2812
2813         * check/generic/states.c: 
2814         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2815         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2816           Fixes for changes in registry API.
2817
2818         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2819           to GST_PLUGIN_LDFLAGS.
2820         * ext/libvisual/visual.c: Make the library shut up.
2821         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2822         * gst-libs/gst/audio/gstaudiofilter.c: same
2823
2824 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2825
2826         * docs/plugins/Makefile.am:
2827         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2828         * docs/plugins/inspect/plugin-libvisual.xml:
2829         * docs/plugins/tmpl/element-tcpserversink.sgml:
2830         * ext/theora/theoraenc.c:
2831           add libvisual plugin and theoraenc element to docs
2832
2833 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2834
2835         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2836         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2837         * ext/theora/theoraenc.c:
2838           add theoraenc
2839
2840 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2841
2842         * gst/audioconvert/Makefile.am:
2843           Audioconvert derives from GstBaseTransform and should
2844           link to the library with our base elements to avoid
2845           unresolved symbols. Makes things work with MinGW (#316160)
2846
2847         * gst/playback/test4.c: (main):
2848           Fix MinGW build problem and use g_usleep() instead of 
2849           sleep() (#316162)
2850
2851 2005-09-12  Wim Taymans  <wim@fluendo.com>
2852
2853         * gst/audioconvert/audioconvert.c: (float),
2854         (audio_convert_prepare_context), (audio_convert_convert):
2855         * gst/audioconvert/audioconvert.h:
2856         Cleanups, speedups, simplifications, added back support
2857         for 24 bits.
2858
2859 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2860
2861         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2862         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2863         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2864         * docs/plugins/tmpl/element-tcpserversink.sgml:
2865         * gst/ffmpegcolorspace/gstffmpeg.c:
2866         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2867         * gst/videotestsrc/gstvideotestsrc.c:
2868         * gst/volume/gstvolume.c:
2869           add more elements to the docs
2870
2871 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2872
2873         * check/Makefile.am:
2874         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2875         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2876           Add extra tests for basetransform based components. 
2877           Comment out the test_element_negotiation test until we decide
2878           if it's testing correct behaviour.
2879         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2880         (gst_visual_chain), (gst_visual_change_state):
2881           Slightly more correct but still bogus timestamping.
2882           Fix state change function.
2883         * gst/audioconvert/gstaudioconvert.c:
2884         (gst_audio_convert_class_init):
2885         * gst/audioresample/gstaudioresample.c:
2886         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2887         (gst_ffmpegcsp_class_init):
2888         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2889         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2890         (gst_videoscale_prepare_image):
2891         * gst/volume/gstvolume.c: (gst_volume_class_init),
2892         (volume_transform_ip):
2893           Basetransform updates. Enable passthrough modes.
2894         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2895         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2896         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2897           Negotiation fix that allows the window to return to the original
2898           size and renegotiate passthrough upstream. Extra debug output.
2899
2900 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2901
2902         * gst/sine/gstsinesrc.c:
2903         * gst/volume/gstvolume.c:
2904           fix up header include
2905
2906 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2907
2908         * gst-libs/gst/audio/gstbaseaudiosink.c:
2909         (gst_base_audio_sink_render):
2910         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2911         * gst/volume/gstvolume.c: (gst_volume_class_init),
2912         (volume_transform):
2913           fixing lost sync, some more debugging
2914
2915 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2916
2917         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2918         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2919         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2920         (gst_xvimagesink_check_xshm_calls):
2921           Fix compilation when XShm is not available.
2922
2923 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2924
2925         * ext/libvisual/visual.c: (gst_visual_dispose),
2926         (gst_visual_getcaps), (gst_visual_src_setcaps),
2927         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2928         (gst_visual_change_state):
2929           Finish fixing up libvisual plugin so that it runs. 
2930
2931 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2932
2933         * ext/vorbis/vorbisenc.c:
2934         * gst-libs/gst/tag/gstvorbistag.c:
2935           gsttaginterface.h -> gsttagsetter.h
2936
2937 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2938
2939         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2940           added another test that failes for me (test is not active by default)
2941
2942 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2943
2944         * configure.ac:
2945           v4l2 is no longer in gst-plugins-base
2946
2947 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2948
2949         * configure.ac:
2950           In the output at the end, don't show the first plugin on the same
2951           line as "Core plug-ins, always built:".
2952           Indent the output as for other plugin categories
2953         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2954           #define that can be used to not use peer buffer_alloc functions for
2955           test purposes.
2956         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2957         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2958         (gst_ximagesink_show_frame):
2959         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2960         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2961         (gst_xvimagesink_show_frame):
2962           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2963           fails gracefully instead of XError aborting or deadlocking.
2964
2965 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2966
2967         * ext/libvisual/Makefile.am:
2968           link against gst-base-libs
2969
2970 2005-09-06  David Schleef  <ds@schleef.org>
2971
2972         * configure.ac: Enable libvisual plugin.
2973         * ext/libvisual/Makefile.am:
2974         * ext/libvisual/visual.c: Fixes to make it compile.
2975
2976 === release 0.9.2 ===
2977
2978 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2979
2980         * NEWS:
2981         * RELEASE:
2982         * configure.ac:
2983         * docs/random/ChangeLog-0.8:
2984           releasing 0.9.2, "Spoon"
2985
2986 2005-09-05  Michael Smith <msmith@fluendo.com>
2987
2988         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2989           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2990           that in the vorbisenc element.
2991
2992 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2993
2994         * common/gtk-doc-plugins.mak:
2995         * docs/plugins/Makefile.am:
2996           fix distcheck
2997         * gst/audioresample/resample.c:
2998           fix wrong docstring
2999
3000 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3001
3002         * common/gst-xmlinspect.py:
3003         * common/gtk-doc-plugins.mak:
3004           only inspect plugins for this given package
3005           require gst-python 0.9
3006
3007 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3008
3009         * Makefile.am:
3010         * autogen.sh:
3011         * common/gst-xmlinspect.py:
3012         * configure.ac:
3013         * docs/Makefile.am:
3014         * docs/plugins/inspect/plugin-alsa.xml:
3015         * docs/plugins/inspect/plugin-audioresample.xml:
3016         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3017         * docs/plugins/inspect/plugin-ogg.xml:
3018         * docs/plugins/tmpl/element-gnomevfssink.sgml:
3019         * docs/plugins/tmpl/element-multifdsink.sgml:
3020         * docs/plugins/tmpl/element-tcpserversink.sgml:
3021         * docs/plugins/tmpl/element-vorbisenc.sgml:
3022         * gst-plugins-base.spec.in:
3023           various doc-related updates
3024
3025 2005-08-31  Wim Taymans  <wim@fluendo.com>
3026
3027         * gst-libs/gst/audio/gstbaseaudiosink.c:
3028         (gst_base_audio_sink_render):
3029         Resync if the buffer timestamps drift more than a 10th 
3030         of a second.
3031
3032 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
3033
3034         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
3035         (gst_v4lsrc_get_property):
3036           The 'timestamp-offset' property is registered as an int64, so
3037           let's use g_value_{set|get}_int64() in our setter and getter
3038           functions (makes it work and fixes warnings with gst-inspect).
3039
3040 2005-08-30  Wim Taymans  <wim@fluendo.com>
3041
3042         * check/elements/audioconvert.c: (setup_audioconvert):
3043         * check/elements/audioresample.c: (setup_audioresample):
3044         * check/elements/volume.c: (setup_volume):
3045         Fix checks.
3046
3047 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3048
3049         * common/gtk-doc-plugins.mak:
3050         * common/plugins.xsl:
3051         * docs/plugins/Makefile.am:
3052           make module a param
3053
3054 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
3055
3056         * examples/seeking/seek.c: (make_mp3_pipeline),
3057         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
3058         (play_cb), (pause_cb), (stop_cb):
3059           update the example
3060
3061 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
3062
3063         * gst/volume/gstvolume.c: (gst_volume_class_init),
3064         (volume_transform):
3065           do not update controlled params, if buffer has no timestamp
3066
3067 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
3068
3069         * configure.ac:
3070         * gst/sine/Makefile.am:
3071         * gst/volume/Makefile.am:
3072           controllerized elements also need to link against controller-libs ;)
3073
3074 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
3075
3076         * docs/libs/tmpl/gstcolorbalance.sgml:
3077         * docs/libs/tmpl/gstgconf.sgml:
3078         * docs/libs/tmpl/gstmixer.sgml:
3079         * docs/libs/tmpl/gstringbuffer.sgml:
3080         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3081         (gst_sinesrc_create):
3082         * gst/volume/gstvolume.c: (gst_volume_class_init),
3083         (volume_transform):
3084           controllerized two audio plugins
3085
3086 2005-08-29  Andy Wingo  <wingo@pobox.com>
3087
3088         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
3089         (vorbis_handle_data_packet): Fix some int overflow errors.
3090
3091         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
3092         -1.
3093         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
3094         valid.
3095         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
3096         if it's valid. Fixed streaming-mode playback.
3097
3098         * check/elements/volume.c (cleanup_volume): Fix for running
3099         CK_FORK=no.
3100
3101         * check/elements/audioconvert.c: Convert from native endian, not
3102         little endian.
3103
3104 2005-08-29  Michael Smith <msmith@fluendo.com>
3105
3106         * ext/ogg/Makefile.am:
3107         * ext/ogg/gstogg.c: (plugin_init):
3108         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
3109         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
3110         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
3111         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
3112         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
3113         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
3114         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
3115         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
3116         Add an ogg parser element.
3117
3118 2005-08-28  Andy Wingo  <wingo@pobox.com>
3119
3120         * Updates for two-arg init from GST_BOILERPLATE_FULL.
3121
3122 2005-08-26  Wim Taymans  <wim@fluendo.com>
3123
3124         * gst/audioconvert/audioconvert.c: (if), (float),
3125         (audio_convert_get_func_index), (check_default),
3126         (audio_convert_clean_fmt), (audio_convert_prepare_context),
3127         (audio_convert_clean_context), (audio_convert_get_sizes),
3128         (audio_convert_convert):
3129         Cleanups.
3130
3131 2005-08-26  Wim Taymans  <wim@fluendo.com>
3132
3133         * gst/audioconvert/audioconvert.c: (if), (float),
3134         (audio_convert_get_func_index), (check_default),
3135         (audio_convert_clean_fmt), (audio_convert_prepare_context),
3136         (audio_convert_clean_context), (audio_convert_get_sizes),
3137         (audio_convert_convert):
3138         More elegant and working temp buffer selection algo.
3139
3140 2005-08-26  Wim Taymans  <wim@fluendo.com>
3141
3142         * gst/audioconvert/audioconvert.c: (if), (float),
3143         (audio_convert_get_func_index), (check_default),
3144         (audio_convert_clean_fmt), (audio_convert_prepare_context),
3145         (audio_convert_clean_context), (audio_convert_get_sizes),
3146         (get_temp_buffer), (audio_convert_convert):
3147         Use realloc else we lose our original data.
3148
3149 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3150
3151         * gst/audioresample/gstaudioresample.c:
3152           use base class' newsegment to properly timestamp
3153
3154 2005-08-26  Wim Taymans  <wim@fluendo.com>
3155
3156         * gst/audioconvert/audioconvert.c: (if), (float),
3157         (audio_convert_get_func_index), (check_default),
3158         (audio_convert_clean_fmt), (audio_convert_prepare_context),
3159         (audio_convert_clean_context), (audio_convert_get_sizes),
3160         (get_temp_buffer), (audio_convert_convert):
3161         * gst/audioconvert/gstaudioconvert.c:
3162         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
3163         (gst_audio_convert_transform_caps),
3164         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
3165         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
3166         Oops, allocate enough space to perform the channel mix.
3167
3168 2005-08-26  Wim Taymans  <wim@fluendo.com>
3169
3170         * gst/audioconvert/Makefile.am:
3171         * gst/audioconvert/audioconvert.c: (if), (float),
3172         (audio_convert_get_func_index), (check_default),
3173         (audio_convert_clean_fmt), (audio_convert_prepare_context),
3174         (audio_convert_clean_context), (audio_convert_get_sizes),
3175         (get_temp_buffer), (audio_convert_convert):
3176         * gst/audioconvert/audioconvert.h:
3177         * gst/audioconvert/gstaudioconvert.c:
3178         (gst_audio_convert_class_init), (gst_audio_convert_init),
3179         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
3180         (gst_audio_convert_get_unit_size),
3181         (gst_audio_convert_transform_caps),
3182         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
3183         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
3184         * gst/audioconvert/gstaudioconvert.h:
3185         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
3186         (gst_channel_mix_fill_identical),
3187         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
3188         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
3189         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
3190         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
3191         (gst_channel_mix_mix):
3192         * gst/audioconvert/gstchannelmix.h:
3193         Cleanups, librarify a bit, optimize, better negotiation and more.
3194
3195 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
3196
3197         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
3198         Another from MikeS:
3199         During typefinding, don't support negative offsets
3200         (offsets from the end of the stream) in our typefind->peek() function
3201         - nothing embedded in ogg ever needs them. However, we need to recognise
3202         those requests and reject them, otherwise we return invalid pointers.
3203
3204 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
3205
3206         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3207         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
3208         (vorbisdec_finalize), (vorbis_handle_type_packet):
3209           Big shout-out to MikeS for fixing this giant memory leak.
3210           Huzzah!
3211
3212 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3213
3214         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
3215         (audio_convert_get_unit_size):
3216           plug some leaks
3217
3218 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3219
3220         * check/Makefile.am:
3221         * check/elements/audioconvert.c: (setup_audioconvert),
3222         (cleanup_audioconvert), (get_int_caps), (verify_convert),
3223         (GST_START_TEST), (audioconvert_suite), (main):
3224           add a test for audioconvert
3225         * gst/audioresample/gstaudioresample.c:
3226         * gst/audioresample/gstaudioresample.h:
3227           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
3228           note that for buffers of 1/3 sec this means DURATION(c) is 
3229           one nanosecond more than for a and b
3230
3231 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3232
3233         * check/Makefile.am:
3234         * check/elements/audioresample.c: (setup_audioresample),
3235         (cleanup_audioresample), (fail_unless_perfect_stream),
3236         (test_perfect_stream_instance), (GST_START_TEST),
3237           add a check for audioresample
3238         (audioresample_suite), (main):
3239         * check/elements/volume.c: (GST_START_TEST):
3240           remove unused method
3241         * gst/audioresample/gstaudioresample.c:
3242           set correct buffer parameters since we're changing them
3243         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3244           add some debug
3245
3246 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3247
3248         * gst/audioresample/debug.c:
3249         * gst/audioresample/gstaudioresample.c:
3250           add room for extra overlap samples when asked to transform size
3251           protect against possible mem corruption and check for discrepancies
3252           between written size and outbuffer's size so we can warn for
3253           potential problems
3254         * gst/audioresample/resample.c: (resample_init),
3255         (resample_get_output_size_for_input), (resample_get_output_size),
3256         (resample_set_n_channels), (resample_set_format):
3257           set debug level based on RESAMPLE_DEBUG env var
3258           make sure that get_output_size* returns a whole number of
3259           sample_size
3260           set sample_size each time either channel or format is set
3261         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
3262         * gst/audioresample/resample_functable.c:
3263         (resample_scale_functable):
3264         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3265           remove r->sample_size, it's done in resample.c now
3266           add some debugging to the ref implementation
3267           make sure we only give back bytes that are wholes of the sample
3268           size
3269
3270 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
3271         * gst/playback/gstplaybasebin.c: (fill_buffer):
3272         Revert unpopular change for GST_MESSAGE_SRC to GObject.
3273
3274 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
3275
3276         * gst/volume/gstvolume.c:
3277           made set_caps function static
3278
3279 2005-08-24  Wim Taymans  <wim@fluendo.com>
3280
3281         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3282         (gst_vorbisenc_change_state):
3283         Stop leaking taglists.
3284
3285 2005-08-24  Wim Taymans  <wim@fluendo.com>
3286
3287         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3288         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
3289         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
3290         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
3291         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3292         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
3293         Parse seeking events better.
3294         Unref static caps.
3295         Generate correct newsegment events, fixes seeking in live oggs.
3296
3297         * ext/theora/theoradec.c: (theora_dec_src_query),
3298         (theora_dec_src_event), (theora_dec_src_getcaps),
3299         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
3300         Use newsegment values to report correct play time.
3301
3302         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3303         (vorbis_dec_src_event), (vorbis_dec_sink_event):
3304         * ext/vorbis/vorbisdec.h:
3305         Parse and use newsegment values to report correct play time.
3306
3307         * gst-libs/gst/audio/gstbaseaudiosink.c:
3308         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3309         Clear ringbuffer on flush.
3310         Use newsegment values to calculate playback time.
3311
3312         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3314         Basesink does newsegment calculations for us now.
3315
3316 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3317
3318         * check/Makefile.am:
3319         * configure.ac:
3320           add core's plugins to the mix so that playbin works
3321         * check/generic/states.c: (GST_START_TEST):
3322           set a 0 timeout on pipelines, so they don't force the next
3323           state change
3324         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
3325         (gst_play_base_bin_change_state):
3326           remove the crappy error handling and do GST error handling
3327
3328 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3329
3330         * check/Makefile.am:
3331         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
3332           add same test as to core, it bitches out on playbin atm.
3333
3334 2005-08-24  Wim Taymans  <wim@fluendo.com>
3335
3336         * configure.ac:
3337         Remove audioscale.
3338
3339 2005-08-24  Wim Taymans  <wim@fluendo.com>
3340
3341         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
3342         (gst_videoscale_prepare_size), (parse_caps),
3343         (gst_videoscale_set_caps), (gst_videoscale_get_size),
3344         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
3345         (gst_videoscale_transform):
3346         * gst/videoscale/gstvideoscale.h:
3347         Refactor, make use of BaseTranform really well.
3348
3349 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3350
3351         * configure.ac:
3352           compile audioresample
3353         * gst/audioresample/Makefile.am:
3354         * gst/audioresample/buffer.c:
3355         * gst/audioresample/functable.c:
3356         * gst/audioresample/gstaudioresample.c:
3357         * gst/audioresample/gstaudioresample.h:
3358         * gst/audioresample/resample.c:
3359         (resample_get_output_size_for_input):
3360         * gst/audioresample/resample.h:
3361         * gst/audioresample/resample_chunk.c:
3362         * gst/audioresample/resample_functable.c:
3363         * gst/audioresample/resample_ref.c:
3364           port to use basetransform; doesn't work in all cases yet
3365
3366 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3367
3368         * gst/audioconvert/gstaudioconvert.c:
3369         (gst_audio_convert_class_init), (gst_audio_convert_init),
3370         (audio_convert_get_unit_size), (audio_convert_transform_caps),
3371         (audio_convert_fixate_caps), (audio_convert_set_caps),
3372         (audio_convert_transform),
3373         (gst_audio_convert_buffer_to_default_format),
3374         (gst_audio_convert_buffer_from_default_format),
3375         (gst_audio_convert_channels):
3376         * gst/audioconvert/gstchannelmix.c:
3377         * gst/audioconvert/gstchannelmix.h:
3378           port to basetransform
3379         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3380         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
3381         (gst_ffmpegcsp_get_unit_size):
3382         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3383         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
3384           fix for basetransform changes
3385
3386 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
3387
3388         * check/Makefile.am:
3389           Add CHECK_CFLAGS and LDFLAGS
3390
3391         * gst/playback/gstplaybasebin.c: (fill_buffer):
3392           GST_MESSAGE_SRC became a GObject
3393
3394 2005-08-24  Wim Taymans  <wim@fluendo.com>
3395
3396         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
3397         (gst_ring_buffer_clear_all):
3398         * gst-libs/gst/audio/gstringbuffer.h:
3399         Added function to clear the ringbuffer.
3400
3401 2005-08-24  Andy Wingo  <wingo@pobox.com>
3402
3403         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
3404         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
3405         of _open and _close.
3406
3407         * sys/v4l/gstv4lxoverlay.h:
3408         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
3409         an Xv connection here, instead of all the time. Make Xv only be
3410         loaded if you axe for it. Kindof a workaround for buggy behaviour
3411         of Xv when using remote xservers (XvQueryExtension would block).
3412         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
3413         replace the _open and _close public API. Only start the xv
3414         connection if necessary.
3415         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
3416
3417 2005-08-23  David Schleef  <ds@schleef.org>
3418
3419         * gst/audioresample/Makefile.am: Leet audioresampling code
3420         * gst/audioresample/buffer.c:
3421         * gst/audioresample/buffer.h:
3422         * gst/audioresample/debug.c:
3423         * gst/audioresample/debug.h:
3424         * gst/audioresample/functable.c:
3425         * gst/audioresample/functable.h:
3426         * gst/audioresample/gstaudioresample.c:
3427         * gst/audioresample/gstaudioresample.h:
3428         * gst/audioresample/resample.c:
3429         * gst/audioresample/resample.h:
3430         * gst/audioresample/resample_chunk.c:
3431         * gst/audioresample/resample_functable.c:
3432         * gst/audioresample/resample_ref.c:
3433
3434 2005-08-23  Wim Taymans  <wim@fluendo.com>
3435
3436         * examples/seeking/seek.c: (make_vorbis_pipeline),
3437         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
3438         Small seek updates.
3439
3440 2005-08-23  Andy Wingo  <wingo@pobox.com>
3441
3442         * gst-libs/gst/audio/gstbaseaudiosrc.c
3443         (gst_base_audio_src_fixate): Only fixate endianness if it is
3444         present in the caps.
3445
3446 2005-08-22  Andy Wingo  <wingo@pobox.com>
3447
3448         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
3449         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
3450         device-name property.
3451
3452         * gst-libs/gst/audio/gstaudiosrc.h:
3453         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
3454         close_device in the ring buffer, like gstaudiosink.
3455
3456         * ext/alsa/gstalsamixer.h:
3457         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
3458         macro to implement the interface without much code. Cleanups. 
3459
3460         * ext/alsa/gstalsasrc.h:
3461         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
3462         READY.
3463
3464         * ext/alsa/Makefile.am: Add new files.
3465         * ext/alsa/gstalsamixerelement.c: 
3466         * ext/alsa/gstalsamixerelement.c: Split element code out from
3467         mixer code so that alsasrc can be a mixer too.
3468
3469 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3470
3471         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3472         (GST_START_TEST):
3473         * check/elements/vorbisdec.c: (setup_vorbisdec),
3474         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
3475         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3476         (vorbis_handle_identification_packet),
3477         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
3478         (vorbis_handle_header_packet), (vorbis_dec_push),
3479         (vorbis_dec_chain):
3480           use the setup/teardown methods to save code.  save code is good.
3481
3482 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3483
3484         * check/Makefile.am:
3485           add ext dir for plugins
3486           add vorbisdec test conditionally
3487         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3488         (GST_START_TEST), (volume_suite):
3489           add a test with wrong caps
3490         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
3491         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
3492           add a vorbisdec test
3493         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
3494         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
3495           clean up debug output
3496         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3497           yay, fix a segfault/security issue in vorbisdec
3498           gst-launch fakesrc ! vorbisdec wasn't happy
3499         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
3500         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
3501         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
3502         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
3503         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
3504         (gst_vorbisenc_set_metadata), (get_constraints_string),
3505         (update_start_message), (gst_vorbisenc_setup),
3506         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3507         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
3508         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
3509         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
3510         * ext/vorbis/vorbisenc.h:
3511           march in line
3512         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3513         (gst_ffmpegcsp_transform):
3514           have the kow come home
3515         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3516           debug my func ptr
3517         * gst/volume/gstvolume.c: (volume_set_caps):
3518           add a debug
3519
3520 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3521
3522         * Makefile.am:
3523         * check/.cvsignore:
3524         * check/Makefile.am:
3525         * check/elements/.cvsignore:
3526         * check/elements/volume.c: (chain_func), (event_func),
3527         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
3528         (main):
3529         * configure.ac:
3530           add unit test structure for gst-plugins-base
3531           add a test for volume
3532         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
3533         (gst_volume_set_volume), (gst_volume_get_volume),
3534         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
3535         (volume_funcfind), (volume_process_float), (volume_process_int16),
3536         (volume_set_caps), (volume_transform), (volume_update_mute),
3537         (volume_update_volume), (volume_set_property),
3538         (volume_get_property):
3539           document a little; use basetransform vmethod _set_caps
3540
3541 2005-08-19  Andy Wingo  <wingo@pobox.com>
3542
3543         * ext/alsa/gstalsamixertrack.h:
3544         * ext/alsa/gstalsamixertrack.c:
3545         * ext/alsa/gstalsamixeroptions.h:
3546         * ext/alsa/gstalsamixeroptions.c:
3547         * ext/alsa/gstalsamixer.h:
3548         * ext/alsa/gstalsamixer.c: Port to 0.9.
3549
3550         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
3551         Remove gstalsa.c and alsaclock. No more cruft here.
3552         
3553 2005-08-18  Wim Taymans  <wim@fluendo.com>
3554
3555         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3556         (gst_base_rtp_depayload_chain),
3557         (gst_base_rtp_depayload_add_to_queue),
3558         (gst_base_rtp_depayload_push),
3559         (gst_base_rtp_depayload_queue_release):
3560         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3561         Fix for RTPBuffer changes.
3562
3563         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
3564         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
3565         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
3566         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
3567         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
3568         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
3569         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
3570         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
3571         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
3572         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
3573         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
3574         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
3575         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
3576         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
3577         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
3578         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
3579         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
3580         (gst_rtpbuffer_get_payload):
3581         * gst-libs/gst/rtp/gstrtpbuffer.h:
3582         Don't subclass GstBuffer but add methods and helper functions
3583         to construct and manipulate RTP packets in regular GstBuffers.
3584
3585 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
3586
3587         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3588           moved statement below switch
3589         * gst/volume/gstvolume.c: (gst_volume_class_init):
3590           added debug ptr
3591
3592 2005-08-16  Wim Taymans  <wim@fluendo.com>
3593
3594         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3595         (gst_base_audio_src_change_state):
3596         Open and close device in READY<->NULL state change.
3597
3598 2005-08-16  Andy Wingo  <wingo@pobox.com>
3599
3600         * examples/seeking/Makefile.am: Don't compile non-compiling
3601         compiled objects with the compiler.
3602
3603         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
3604         elements.
3605
3606 2005-08-12  Philippe Khalaf <burger@speedy.org>
3607         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3608         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3609           Made a thread to release the queue.
3610           Removed timestamp conversion for now.
3611
3612 2005-08-10  Philippe Khalaf <burger@speedy.org>
3613         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3614         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3615           Added rtp timestamp -> gst timestamp conversion.
3616           Fixed several problems with queue.
3617
3618 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3619
3620         * gst-libs/gst/audio/gstaudioclock.h:
3621         * gst-libs/gst/audio/gstaudiofilter.h:
3622         * gst-libs/gst/audio/gstaudiosink.h:
3623         * gst-libs/gst/audio/gstaudiosrc.h:
3624         * gst-libs/gst/audio/gstbaseaudiosink.h:
3625         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3626         * gst-libs/gst/audio/gstringbuffer.h:
3627         * gst-libs/gst/net/gstnetbuffer.h:
3628         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3629         * gst-libs/gst/rtp/gstrtpbuffer.h:
3630           Add padding (you will need to rebuild gst-plugins-base,
3631           gst-plugins and all applications afterwards!)
3632
3633 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3634
3635         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3636         (gst_riff_parse_chunk):
3637           Fix bug in debug message and add some more debug messages.
3638
3639 2005-08-08  Edward Hervey  <edward@fluendo.com>
3640
3641         * gst-libs/gst/riff/riff-media.c:
3642         backported updates since branch
3643
3644 2005-08-08  Andy Wingo  <wingo@pobox.com>
3645
3646         * gst-libs/gst/audio/gstbaseaudiosink.c
3647         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3648         like good elements should. Close on READY->NULL too.
3649
3650         * gst-libs/gst/audio/gstaudiosink.c
3651         (gst_audioringbuffer_open_device,
3652         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3653         (gst_audioringbuffer_release): Updates for new ring buffer API,
3654         hook into the new audio sink api.
3655
3656         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3657         (GstAudioSinkClass.close): Just open and close the device -- no
3658         resource allocation or configuration.
3659         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3660         vmethods, handle device setup and resource allocation.
3661
3662         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3663         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3664         base class API.
3665
3666         * gst-libs/gst/audio/gstringbuffer.h
3667         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3668         New vmethods.
3669
3670         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3671         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3672         New API functions. The device should be opened before acquiring
3673         and closed after releasing.
3674
3675 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3676
3677         * gst-libs/gst/interfaces/mixer.h:
3678           Reset padding to GST_PADDING.
3679
3680 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3681
3682         * gst/playback/gstplaybin.c: (remove_sinks):
3683           Remove visualization from parent explicitely; works around some
3684           apparent refcount issue that I haven't tracked down yet.
3685
3686 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3687
3688         * ext/alsa/gstalsasink.c: (set_hwparams):
3689           Assign debug category, add negotiation debug msgs.
3690
3691 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3692
3693         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3694           Fix error code for file-not-found to NOT_FOUND.
3695
3696 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3697
3698         * common/gtk-doc-plugins.mak:
3699         * docs/plugins/Makefile.am:
3700         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3701         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3702           renamed to actual element names, so much nicer to look at
3703         * docs/plugins/tmpl/gstmultifdsink.sgml:
3704           remove
3705         * docs/plugins/tmpl/multifdsink.sgml:
3706         * docs/plugins/tmpl/tcpserversink.sgml:
3707           add
3708         * ext/alsa/gstalsa.c:
3709         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3710         * ext/ogg/gstoggmux.c:
3711         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3712         * gst/playback/gstdecodebin.c:
3713         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3714         * gst/tcp/gsttcpserversink.c:
3715           various fixes and documentation additions
3716
3717 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3718
3719         * common/Makefile.am:
3720         * common/gstdoc-scangobj:
3721         * common/gtk-doc-plugins.mak:
3722         * common/gtk-doc.mak:
3723           add a custom scangobj that uses the registry
3724           add a custom gtk-doc-plugins.mak that uses it
3725           some doc build fixes
3726         * configure.ac:
3727         * docs/Makefile.am:
3728         * docs/plugins/Makefile.am:
3729         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3730         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3731         * docs/plugins/gst-plugins-base-plugins.types:
3732         * docs/plugins/tmpl/gstmultifdsink.sgml:
3733           add docs for one element, multifdsink
3734         * gst/adder/gstadder.h:
3735         * gst/volume/gstvolume.h:
3736           don't privatize enum
3737         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3738         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3739         (gst_sync_method_get_type), (gst_client_status_get_type),
3740         (gst_multifdsink_class_init),
3741         (gst_multifdsink_client_queue_buffer),
3742         (gst_multifdsink_handle_client_write):
3743         * gst/tcp/gstmultifdsink.h:
3744         * gst/tcp/gsttcp.h:
3745         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3746         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3747         (gst_tcpclientsink_render):
3748         * gst/tcp/gsttcpclientsink.h:
3749         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3750         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3751         (gst_tcpclientsrc_start):
3752         * gst/tcp/gsttcpclientsrc.h:
3753         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3754         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3755         * gst/tcp/gsttcpserversrc.h:
3756         * gst/typefind/gsttypefindfunctions.c:
3757           remove superfluous Type stuff
3758
3759 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3760
3761         * gst/playback/gstplaybin.c: (gen_video_element):
3762           Enable videoscale.
3763
3764 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3765
3766         * gst-libs/gst/gconf/gconf.c:
3767         * gst-libs/gst/gconf/gconf.h:
3768           Fix some Andy Problem [tm].
3769
3770 2005-08-04  Andy Wingo  <wingo@pobox.com>
3771
3772         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3773         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3774         (gst_ffmpegcsp_get_size): Adapt to API changes.
3775
3776         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3777         Implement an in-place do-nothing transform.
3778
3779 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3780
3781         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3782         (gst_ximagesink_renegotiate_size):
3783           Do not set new window sizes yet if we prepare a new buffer size
3784           for upstream renegotiation (software scaling) at some point in the
3785           future, because this new size waqs not actually accepted yet. Once
3786           accepted, renegotiation later on will set the new sizes just fine.
3787           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3788           embedding testcase.
3789
3790 2005-08-03  Andy Wingo  <wingo@pobox.com>
3791
3792         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3793         (gst_ximagesink_buffer_alloc): 
3794         Protect the height, width, and desired_caps with the pool_lock.
3795         Fixes videotestsrc ! queue ! ximagesink.
3796
3797 2005-08-02  Edward Hervey  <edward@fluendo.com>
3798
3799         * gst/volume/gstvolume.c:
3800         include left from controller cleanup
3801
3802 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3803         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3804           Stop collectpads before calling the parent state
3805           change function on PAUSED->READY.
3806
3807 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3808         * configure.ac:
3809           When testing for X libs, use the X CFlags 
3810         * gst/adder/gstadder.c: (gst_adder_change_state):
3811           Stop the collectpads before calling parent state change function
3812           on PAUSED->READY, otherwise we deadlock deactivating pads.
3813
3814 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3815
3816         * configure.ac:
3817         * docs/libs/tmpl/gstcolorbalance.sgml:
3818         * docs/libs/tmpl/gstmixer.sgml:
3819         * examples/Makefile.am:
3820         * gst/sine/Makefile.am:
3821         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3822         (gst_sinesrc_set_property), (plugin_init):
3823         * gst/sine/gstsinesrc.h:
3824         * gst/volume/Makefile.am:
3825         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3826         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3827         (volume_process_float), (volume_process_int16),
3828         (volume_set_property), (plugin_init):
3829         * gst/volume/gstvolume.h:
3830           deactivate and remove dparams (libgstcontrol)
3831
3832 2005-07-29  Wim Taymans  <wim@fluendo.com>
3833
3834         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3835         Convert me to BaseTransform!! help..
3836
3837 2005-07-29  Andy Wingo  <wingo@pobox.com>
3838
3839         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3840         sinks.
3841
3842         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3843         support of both endiannesses.
3844
3845 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3846
3847         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3848           Fix confusing debug message (s/event/query/)
3849
3850 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3851
3852         * gst/videotestsrc/videotestsrc.h:
3853           Use "_stdint.h" instead of <stdint.h>
3854
3855 2005-07-27  Wim Taymans  <wim@fluendo.com>
3856
3857         * ext/vorbis/Makefile.am:
3858         Revert wrong commit.
3859
3860 2005-07-27  Wim Taymans  <wim@fluendo.com>
3861
3862         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3863         More compilation fixen.
3864
3865 2005-07-27  Wim Taymans  <wim@fluendo.com>
3866
3867         * gst-libs/gst/audio/gstbaseaudiosink.c:
3868         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3869         (gst_base_audio_sink_create_ringbuffer),
3870         (gst_base_audio_sink_change_state):
3871         Fix compilation.
3872
3873 2005-07-27  Wim Taymans  <wim@fluendo.com>
3874
3875         * examples/seeking/seek.c: (setup_dynamic_link),
3876         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3877         (query_positions_elems), (query_positions_pads), (do_seek):
3878         Update seek example.
3879
3880         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3881         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3882         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3883         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3884         (gst_ogg_demux_handle_event),
3885         (gst_ogg_demux_deactivate_current_chain),
3886         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3887         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3888         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3889         (gst_ogg_demux_loop):
3890         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3891         * ext/theora/theoradec.c: (theora_dec_src_event),
3892         (theora_dec_src_getcaps), (theora_dec_sink_event),
3893         (theora_dec_push), (theora_dec_chain):
3894         * ext/vorbis/Makefile.am:
3895         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3896         (vorbis_dec_sink_event), (vorbis_dec_push),
3897         (vorbis_handle_data_packet):
3898         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3899         (gst_vorbisenc_chain):
3900         * gst/playback/gststreaminfo.c: (cb_probe):
3901         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3902         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3903         * gst/videoscale/gstvideoscale.c:
3904         (gst_videoscale_handle_src_event):
3905         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3906         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3907         (gst_ximagesink_navigation_send_event):
3908         * sys/xvimage/xvimagesink.c:
3909         (gst_xvimagesink_navigation_send_event):
3910         Various event updates and cleanups
3911
3912 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3913
3914         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3915           Fix segfault for I420/YV12.
3916
3917 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3918
3919         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3920           Report bitrate.
3921
3922 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3923
3924         * gst/playback/gstplaybin.c: (gen_video_element),
3925         (gen_audio_element):
3926           Switch to auto*sink elements as default sinks; add volume element
3927           so that volume control in totem works.
3928
3929 2005-07-21  Wim Taymans  <wim@fluendo.com>
3930
3931         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3932         * gst/playback/gstplaybin.c: (setup_sinks),
3933         (gst_play_bin_change_state):
3934         Refcount fix and more comments.
3935
3936 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3937
3938         * sys/ximage/Makefile.am:
3939         * sys/ximage/ximage.c: (plugin_init):
3940         * sys/ximage/ximagesink.c:
3941         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3942         
3943
3944 2005-07-21  Wim Taymans  <wim@fluendo.com>
3945
3946         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3947         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3948         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3949         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3950         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3951         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3952         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3953         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3954         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3955         Generate correct disconts for live chained oggs.
3956
3957         * gst-libs/gst/audio/gstbaseaudiosink.c:
3958         (gst_base_audio_sink_render),
3959         (gst_base_audio_sink_create_ringbuffer),
3960         (gst_base_audio_sink_change_state):
3961         Handle discont math correctly.
3962
3963         * gst/playback/gstplaybin.c: (add_sink):
3964         Some small debug cleanup.
3965
3966 2005-07-21  Wim Taymans  <wim@fluendo.com>
3967
3968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3969         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3970         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3971         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3972         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3973         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3974         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3975         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3976         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3977         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3978         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3979         (gst_ogg_demux_change_state), (gst_ogg_print):
3980         Reorganize code to send the right disconts when in streaming
3981         mode.
3982
3983 2005-07-20  Andy Wingo  <wingo@pobox.com>
3984
3985         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3986         fix (?), fixes a seggie mcfalterson (#310894).
3987
3988 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3989
3990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3991         (gst_ogg_mux_set_header_on_caps):
3992         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3993         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3994         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3995         * gst-libs/gst/audio/multichannel.c:
3996         (gst_audio_set_channel_positions),
3997         (gst_audio_set_structure_channel_positions_list):
3998         * gst/playback/gstdecodebin.c: (dynamic_create):
3999         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
4000         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
4001           Fixes for API changes in core.
4002
4003 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4004
4005         * gst/playback/gstplaybasebin.c: (fill_buffer):
4006           Use _new_custom() so we can set custom message types for buffering
4007           messages.
4008
4009 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4010
4011         * configure.ac:
4012         * gst-libs/gst/Makefile.am:
4013         * gst-libs/gst/gconf/.cvsignore:
4014         * gst-libs/gst/gconf/Makefile.am:
4015         * gst-libs/gst/gconf/test-gconf.c:
4016         * pkgconfig/Makefile.am:
4017         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
4018         * pkgconfig/gstreamer-gconf.pc.in:
4019           Remove gconf stuff, use gconf elements instead from now on.
4020
4021 2005-07-20  Wim Taymans  <wim@fluendo.com>
4022
4023         * gst-libs/gst/audio/TODO:
4024         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
4025         (gst_audio_clock_get_internal_time):
4026         * gst-libs/gst/audio/gstaudioclock.h:
4027         * gst-libs/gst/audio/gstbaseaudiosink.c:
4028         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
4029         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
4030         (gst_base_audio_sink_render),
4031         (gst_base_audio_sink_create_ringbuffer),
4032         (gst_base_audio_sink_change_state):
4033         Make sure the audio clock always returns an increasing value.
4034
4035 2005-07-19  Andy Wingo  <wingo@pobox.com>
4036
4037         * gst/videotestsrc/: Cleanups.
4038
4039 2005-07-19  Wim Taymans  <wim@fluendo.com>
4040
4041         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4042         Better debugging.
4043
4044 2005-07-19  Wim Taymans  <wim@fluendo.com>
4045
4046         * examples/seeking/seek.c: (make_dv_pipeline),
4047         (make_vorbis_theora_pipeline), (query_rates),
4048         (query_positions_elems), (query_positions_pads), (do_seek):
4049         Make correct DV pipeline.
4050
4051 2005-07-18  Andy Wingo  <wingo@pobox.com>
4052
4053         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
4054         default. Also because it's the only thing that really works. (This
4055         is used in the GConf elements).
4056         Use AS_LIBTOOL_TAGS.
4057
4058 2005-07-18  Wim Taymans  <wim@fluendo.com>
4059
4060         * gst/playback/gstdecodebin.c: (remove_element_chain):
4061         * gst/playback/gstplaybin.c: (add_sink):
4062         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
4063         (gst_stream_info_set_mute):
4064         * gst/playback/gststreamselector.c:
4065         (gst_stream_selector_get_linked_pad),
4066         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
4067         More leak and compile fixes.
4068
4069 2005-07-18  Wim Taymans  <wim@fluendo.com>
4070
4071         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4072         (query_rates), (query_positions_elems), (query_positions_pads),
4073         (do_seek), (seek_cb), (stop_seek):
4074         Updated seek example. 
4075
4076         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
4077         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
4078         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
4079         * gst/playback/gstplaybin.c: (add_sink):
4080         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
4081         (gst_stream_info_set_mute):
4082         Some refcount leak fixes.
4083
4084 2005-07-16  Wim Taymans  <wim@fluendo.com>
4085
4086         * gst-libs/gst/audio/gstbaseaudiosink.c:
4087         (gst_base_audio_sink_render):
4088         Align samples even if we have roundoff errors in the 
4089         timestamp conversion.
4090
4091 2005-07-16  Wim Taymans  <wim@fluendo.com>
4092
4093         * docs/libs/tmpl/gstringbuffer.sgml:
4094         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4095         (query_rates), (query_positions_elems), (query_positions_pads),
4096         (update_scale), (do_seek):
4097         Updated seek example.
4098
4099         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4100         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
4101         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
4102         (gst_ogg_demux_loop):
4103         Push out correct discont values.
4104
4105         * ext/theora/theoradec.c: (theora_dec_src_convert),
4106         (theora_dec_sink_convert), (theora_dec_src_getcaps),
4107         (theora_dec_sink_event), (theora_handle_type_packet),
4108         (theora_handle_header_packet), (theora_dec_push),
4109         (theora_handle_data_packet), (theora_dec_chain),
4110         (theora_dec_change_state):
4111         Better timestamping.
4112
4113         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4114         (vorbis_dec_sink_event), (vorbis_dec_push),
4115         (vorbis_handle_data_packet), (vorbis_dec_chain):
4116         * ext/vorbis/vorbisdec.h:
4117         Better timestamping.
4118
4119         * gst-libs/gst/audio/gstbaseaudiosink.c:
4120         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
4121         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4122         Handle syncing on timestamps instead of sample offsets. Make
4123         use of DISCONT values as described in design docs.
4124
4125         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4126         (gst_base_audio_src_get_time):
4127         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
4128         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
4129         (gst_ring_buffer_read):
4130         * gst-libs/gst/audio/gstringbuffer.h:
4131         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
4132         (gst_ximagesink_show_frame):
4133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
4134         Correcly convert buffer timestamp to stream time.
4135
4136 2005-07-16  Wim Taymans  <wim@fluendo.com>
4137
4138         * gst/audioconvert/gstaudioconvert.c:
4139         (gst_audio_convert_get_buffer):
4140         Timestamp buffers correctly.
4141
4142         * gst/playback/gstplaybin.c: (gen_video_element):
4143         Make internal fakesink silent.
4144
4145 2005-07-15  Wim Taymans  <wim@fluendo.com>
4146
4147         * gst/ffmpegcolorspace/Makefile.am:
4148         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4149         (gst_ffmpegcsp_caps_remove_format_info),
4150         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
4151         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
4152         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
4153         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
4154         Ported ffmpegcolorspace to basetransform.
4155
4156         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
4157         * gst/volume/gstvolume.c: (volume_transform):
4158         Ported to new API.
4159
4160 2005-07-14  Wim Taymans  <wim@fluendo.com>
4161
4162         * gst/videotestsrc/Makefile.am:
4163         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
4164         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
4165         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
4166         (gst_videotestsrc_init), (gst_videotestsrc_event),
4167         (gst_videotestsrc_create), (gst_videotestsrc_start),
4168         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
4169         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
4170         (gst_videotestsrc_get_property):
4171         * gst/videotestsrc/gstvideotestsrc.h:
4172         Make videotestsrc a pushsrc.
4173
4174 2005-07-14  Wim Taymans  <wim@fluendo.com>
4175
4176         * gst/tcp/gstfdset.c: (gst_fdset_free):
4177         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
4178         (gst_multifdsink_add), (gst_multifdsink_remove),
4179         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
4180         (gst_multifdsink_remove_client_link),
4181         (gst_multifdsink_client_queue_data),
4182         (gst_multifdsink_client_queue_caps),
4183         (gst_multifdsink_client_queue_buffer),
4184         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
4185         (gst_multifdsink_stop):
4186         * gst/tcp/gstmultifdsink.h:
4187         0.8 backporting.
4188
4189         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
4190         Also draw image when not from a pool.
4191
4192 2005-07-14  Wim Taymans  <wim@fluendo.com>
4193
4194         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4195         (mute_stream), (silence_stream):
4196         Small debug additions.
4197
4198 2005-07-14  Wim Taymans  <wim@fluendo.com>
4199
4200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4201         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
4202         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
4203         Better error recovery, ignore unconnected pads and
4204         non-fatal errors.
4205
4206 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4207
4208         * docs/libs/tmpl/gstaudio.sgml:
4209         * docs/libs/tmpl/gstcolorbalance.sgml:
4210         * docs/libs/tmpl/gstgconf.sgml:
4211         * docs/libs/tmpl/gstmixer.sgml:
4212         * docs/libs/tmpl/gstringbuffer.sgml:
4213         * docs/libs/tmpl/gsttuner.sgml:
4214         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4215         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4216         (gst_tcpclientsrc_class_init):
4217         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4218         (gst_tcpserversrc_class_init):
4219         * sys/v4l/gstv4lelement.c:
4220           more autistic cleanliness in functions/names/defines
4221
4222 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4223
4224         * configure.ac:
4225           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
4226           added manually to each Makefile.am so we are sure it goes
4227           *last* and doesn't add -L flags before linking in libs of our
4228           own, like, say, internal .la libs, that then accidentally pick
4229           up the installed copy.
4230         * docs/libs/Makefile.am:
4231         * ext/alsa/Makefile.am:
4232         * ext/cdparanoia/Makefile.am:
4233         * ext/gnomevfs/Makefile.am:
4234         * ext/libvisual/Makefile.am:
4235         * ext/ogg/Makefile.am:
4236         * ext/theora/Makefile.am:
4237         * ext/vorbis/Makefile.am:
4238         * gst-libs/gst/video/Makefile.am:
4239         * gst/adder/Makefile.am:
4240         * gst/audioconvert/Makefile.am:
4241         * gst/audiorate/Makefile.am:
4242         * gst/audioscale/Makefile.am:
4243         * gst/ffmpegcolorspace/Makefile.am:
4244         * gst/playback/Makefile.am:
4245         * gst/sine/Makefile.am:
4246         * gst/subparse/Makefile.am:
4247         * gst/tags/Makefile.am:
4248         * gst/tcp/Makefile.am:
4249         * gst/typefind/Makefile.am:
4250         * gst/videorate/Makefile.am:
4251         * gst/videoscale/Makefile.am:
4252         * gst/videotestsrc/Makefile.am:
4253         * gst/volume/Makefile.am:
4254         * sys/v4l/Makefile.am:
4255         * sys/ximage/Makefile.am:
4256         * sys/xvimage/Makefile.am:
4257           adapt properly to this change. This should make sure that
4258           plugins and libs properly link to the as-yet-uninstalled
4259           copies of stuff like libgstinterfaces and libgstvideo
4260
4261 2005-07-13  Andy Wingo  <wingo@pobox.com>
4262
4263         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
4264         (gst_v4lsrc_fixate): Fixate on format as well.
4265
4266         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
4267         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
4268         buffer points to it.
4269         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
4270         rather just doing X calls ourselves. Also fixes a memleak.
4271
4272 2005-07-12  Andy Wingo  <wingo@pobox.com>
4273
4274         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
4275         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
4276         (gst_v4lsrc_create): Re-add the copy-mode property, default to
4277         TRUE to avoid deadlocks if an element holds on to our buffers.
4278
4279 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4280
4281         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4282         (gst_sinesrc_init), (gst_sinesrc_create),
4283         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4284         (gst_sinesrc_start):
4285         * gst/sine/gstsinesrc.h:
4286           removing num-buffers property before moving it
4287
4288 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4289
4290         * configure.ac:
4291           use overridable ERROR_CFLAGS
4292         * docs/libs/gst-plugins-base-libs.types:
4293         * docs/libs/tmpl/gstringbuffer.sgml:
4294         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
4295         (gst_alsasink_class_init):
4296         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4297         (gst_alsasrc_class_init):
4298         * gst-libs/gst/audio/audio.h:
4299         * gst-libs/gst/audio/gstaudioclock.h:
4300         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
4301         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
4302         (gst_audio_filter_link), (gst_audio_filter_init),
4303         (gst_audio_filter_chain), (gst_audio_filter_set_property),
4304         (gst_audio_filter_get_property),
4305         (gst_audio_filter_class_add_pad_templates):
4306         * gst-libs/gst/audio/gstaudiofilter.h:
4307         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4308         (gst_audio_filter_template_get_type),
4309         (gst_audio_filter_template_base_init),
4310         (gst_audio_filter_template_class_init),
4311         (gst_audio_filter_template_init),
4312         (gst_audio_filter_template_set_property),
4313         (gst_audio_filter_template_get_property), (plugin_init),
4314         (gst_audio_filter_template_setup),
4315         (gst_audio_filter_template_filter),
4316         (gst_audio_filter_template_filter_inplace):
4317         * gst-libs/gst/audio/gstaudiosink.c:
4318         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4319         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
4320         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4321         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4322         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
4323         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
4324         * gst-libs/gst/audio/gstaudiosink.h:
4325         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4326         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4327         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4328         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
4329         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
4330         (gst_audio_src_class_init), (gst_audio_src_init),
4331         (gst_audio_src_create_ringbuffer):
4332         * gst-libs/gst/audio/gstaudiosrc.h:
4333         * gst-libs/gst/audio/gstbaseaudiosink.c:
4334         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
4335         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
4336         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
4337         (gst_base_audio_sink_set_property),
4338         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
4339         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
4340         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
4341         (gst_base_audio_sink_create_ringbuffer),
4342         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
4343         * gst-libs/gst/audio/gstbaseaudiosink.h:
4344         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4345         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
4346         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
4347         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
4348         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
4349         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
4350         (gst_base_audio_src_event), (gst_base_audio_src_create),
4351         (gst_base_audio_src_create_ringbuffer),
4352         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
4353         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4354         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
4355         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
4356         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
4357         (gst_ring_buffer_debug_spec_caps),
4358         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
4359         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
4360         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
4361         (gst_ring_buffer_start), (gst_ring_buffer_pause),
4362         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
4363         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
4364         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
4365         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
4366         (gst_ring_buffer_clear):
4367         * gst-libs/gst/audio/gstringbuffer.h:
4368         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
4369         (gst_video_sink_class_init), (gst_video_sink_get_type):
4370         * gst-libs/gst/video/videosink.h:
4371         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4372         (gst_multifdsink_class_init),
4373         (gst_multifdsink_handle_client_write),
4374         (gst_multifdsink_change_state):
4375         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4376         (gst_tcpclientsink_setcaps):
4377         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4378         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
4379         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
4380         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
4381         (gst_ximagesink_send_pending_navigation),
4382         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
4383         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
4384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
4385         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4386         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
4387         (gst_xvimagesink_send_pending_navigation),
4388         (gst_xvimagesink_navigation_send_event),
4389         (gst_xvimagesink_set_xwindow_id),
4390         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
4391         (gst_xvimagesink_get_type):
4392         more macro splitting
4393
4394 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4395
4396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4397           plug a memleak, allows me to import 1479 albums in one go
4398           in jamboree
4399         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4400         (vorbis_handle_type_packet), (vorbis_dec_chain),
4401         (vorbis_dec_change_state):
4402           fix some format strings
4403
4404 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4405
4406         * docs/libs/tmpl/gstcolorbalance.sgml:
4407         * docs/libs/tmpl/gstmixer.sgml:
4408         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4409         (gst_alsasink_set_property), (gst_alsasink_get_property):
4410         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4411         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
4412           add device property
4413
4414 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4415
4416         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4417         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4418         (audiocast_register_listener), (audiocast_thread_run),
4419         (gst_gnomevfssrc_send_additional_headers_callback),
4420         (gst_gnomevfssrc_received_headers_callback),
4421         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
4422         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
4423         (gst_gnomevfssrc_get_size):
4424           add/clean up debugging
4425         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4426           cleanups
4427
4428 2005-07-07  Andy Wingo  <wingo@pobox.com>
4429
4430         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
4431         framerate. Need to get a handle on when exactly this function is
4432         called, tho.
4433
4434         * sys/v4l/v4lsrc_calls.h:
4435         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
4436         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
4437         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
4438
4439         * sys/v4l/v4l_calls.h: Cast to V4lElement.
4440         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
4441         v4lelements are sources.
4442
4443         * sys/v4l/gstv4lxoverlay.h:
4444         * sys/v4l/gstv4lxoverlay.c:
4445         * sys/v4l/gstv4ltuner.h:
4446         * sys/v4l/gstv4ltuner.c: Header loc fixen.
4447         
4448         * sys/v4l/gstv4lsrc.h:
4449         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
4450         PushSrc/BaseSrc. Removed most sync-related properties, videorate
4451         or something should handle that. Made a live source.
4452
4453         * sys/v4l/gstv4lelement.h:
4454         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
4455         signals. Some cleanups.
4456
4457         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
4458
4459         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
4460         stuff.
4461
4462         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
4463         stuff.
4464
4465         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
4466
4467 2005-07-07  Wim Taymans  <wim@fluendo.com>
4468
4469         * ext/theora/theoradec.c: (theora_get_query_types),
4470         (theora_dec_src_getcaps), (theora_dec_push):
4471         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
4472         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
4473         Remove deprecated/unused query types.
4474
4475 2005-07-06  Wim Taymans  <wim@fluendo.com>
4476
4477         * ext/alsa/Makefile.am:
4478         * ext/alsa/gstalsaplugin.c: (plugin_init):
4479         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4480         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4481         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
4482         (gst_alsasrc_class_init), (gst_alsasrc_init),
4483         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
4484         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
4485         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
4486         (gst_alsasrc_reset):
4487         * ext/alsa/gstalsasrc.h:
4488         * gst-libs/gst/audio/Makefile.am:
4489         * gst-libs/gst/audio/gstaudiosink.c:
4490         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4491         (gst_audioringbuffer_start):
4492         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4493         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4494         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
4495         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4496         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4497         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4498         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
4499         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
4500         * gst-libs/gst/audio/gstaudiosrc.h:
4501         * gst-libs/gst/audio/gstbaseaudiosink.c:
4502         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4503         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
4504         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
4505         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4506         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
4507         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
4508         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
4509         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
4510         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
4511         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
4512         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
4513         (gst_baseaudiosrc_change_state):
4514         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4515         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4516         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
4517         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
4518         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4519         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
4520         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
4521         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
4522         * gst-libs/gst/audio/gstringbuffer.h:
4523         Added audiosource base classes.
4524         Ported alsasrc, still very basic.
4525
4526 2005-07-06  Wim Taymans  <wim@fluendo.com>
4527
4528         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
4529         (theora_dec_push), (theora_handle_data_packet):
4530         Prepare for better timestamp fix later.
4531
4532         * gst/audioconvert/gstaudioconvert.c:
4533         List most accurate caps first
4534
4535         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
4536         Use proper pad task function.
4537
4538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4539         (gst_xvimagesink_show_frame):
4540         Fix deadlock when alloc failed.
4541
4542 2005-07-05  Andy Wingo  <wingo@pobox.com>
4543
4544         * ext/gnomevfs/gstgnomevfssrc.c:
4545         * gst/sine/gstsinesrc.c:
4546         * gst/tcp/gsttcpserversrc.c:
4547         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
4548
4549         * sys/v4l/: Port from 0.8.
4550
4551         * Many files: Null if we got it....
4552
4553 2005-07-05  Andy Wingo  <wingo@pobox.com>
4554
4555         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
4556         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
4557         Signedness fixes.
4558
4559 2005-07-05  Wim Taymans  <wim@fluendo.com>
4560
4561         * configure.ac:
4562         * gst/tcp/Makefile.am:
4563         * gst/tcp/README:
4564         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4565         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
4566         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
4567         (is_sync_frame), (gst_multifdsink_handle_client_write),
4568         (gst_multifdsink_render), (gst_multifdsink_start),
4569         (gst_multifdsink_stop), (gst_multifdsink_change_state):
4570         * gst/tcp/gstmultifdsink.h:
4571         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
4572         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
4573         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4574         * gst/tcp/gsttcp.h:
4575         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4576         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4577         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4578         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
4579         * gst/tcp/gsttcpclientsink.h:
4580         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4581         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
4582         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
4583         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
4584         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
4585         * gst/tcp/gsttcpclientsrc.h:
4586         * gst/tcp/gsttcpplugin.c: (plugin_init):
4587         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
4588         * gst/tcp/gsttcpserversink.h:
4589         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4590         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
4591         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
4592         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4593         (gst_tcpserversrc_stop):
4594         * gst/tcp/gsttcpserversrc.h:
4595         * gst/tcp/gsttcpsink.c:
4596         * gst/tcp/gsttcpsink.h:
4597         * gst/tcp/gsttcpsrc.c:
4598         * gst/tcp/gsttcpsrc.h:
4599         Ported tcp plugins to 0.9. 
4600         
4601
4602 2005-07-05  Andy Wingo  <wingo@pobox.com>
4603
4604         * gst/playback/gstplaybasebin.c (fill_buffer):
4605         message_new_application fixen.
4606
4607         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
4608         Style fix.
4609
4610 2005-07-04  Wim Taymans  <wim@fluendo.com>
4611
4612         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4613         Set caps on output buffer.
4614
4615 2005-07-04  Andy Wingo  <wingo@pobox.com>
4616
4617         * ext/gnomevfs/gstgnomevfssrc.c
4618         (gst_gnomevfssrc_received_headers_callback) 
4619         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
4620         hopefully.
4621
4622         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
4623         No refcount leakage.
4624
4625         * configure.ac: Enable -Werror.
4626         
4627         * ext/theora/theoradec.c (theora_dec_src_getcaps):
4628         * gst/audioconvert/bufferframesconvert.c
4629         (buffer_frames_convert_fixate):
4630         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
4631         (gst_audio_convert_fixate):
4632         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4633         (gst_sinesrc_create): Fixate func changes.
4634         
4635         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4636         (gst_ximagesink_buffer_alloc): Unused var.
4637
4638 2005-07-01  Andy Wingo  <wingo@pobox.com>
4639
4640         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4641         getcaps to do explicit caps. Needs to be done in all decoders,
4642         possibly via a base class.
4643
4644         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4645
4646         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4647         caps on the sink pad, just rely on the pad template. Also, setting
4648         ANY caps on a pad is not valid because the caps are not fixed.
4649
4650         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4651         caps on the buffer, and get the width from the desired_caps if
4652         they're set.
4653         (gst_ximagesink_renegotiate_size): Implement via setting the
4654         desired_caps on the ximagesink.
4655         (gst_ximagesink_setcaps): Only reset the width of the player if it
4656         wasn't already set. Not sure if this is right.
4657         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4658
4659         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4660         that the user wants. NULL unless the window has been resized.
4661
4662         * gst/volume/gstvolume.c (volume_transform): Adapt to
4663         basetransform refcount changes.
4664         
4665 2005-07-01  Andy Wingo  <wingo@pobox.com>
4666
4667         * gst/videoscale/gstvideoscale.c:
4668         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4669         from BaseTransform, implements a transform_caps. Removed dead code
4670         including some PAR stuff that was never reached -- should probably
4671         be added back somehow.
4672
4673 2005-07-01  Andy Wingo  <wingo@pobox.com>
4674
4675         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4676         come later.
4677
4678 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4679
4680         * configure.ac:
4681         * docs/libs/Makefile.am:
4682         * docs/libs/gst-plugins-libs.types:
4683         * ext/alsa/Makefile.am:
4684         * ext/alsa/gstalsamixer.h:
4685         * ext/alsa/gstalsamixeroptions.h:
4686         * ext/alsa/gstalsamixertrack.h:
4687         * gst-libs/gst/Makefile.am:
4688         * gst-libs/gst/colorbalance/.cvsignore:
4689         * gst-libs/gst/colorbalance/Makefile.am:
4690         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4691         * gst-libs/gst/colorbalance/colorbalance.c:
4692         * gst-libs/gst/colorbalance/colorbalance.h:
4693         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4694         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4695         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4696         * gst-libs/gst/interfaces/Makefile.am:
4697         * gst-libs/gst/interfaces/colorbalance.c:
4698         (gst_color_balance_class_init):
4699         * gst-libs/gst/interfaces/colorbalance.h:
4700         * gst-libs/gst/interfaces/interfaces-marshal.list:
4701         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4702         * gst-libs/gst/interfaces/mixer.h:
4703         * gst-libs/gst/interfaces/mixeroptions.h:
4704         * gst-libs/gst/interfaces/navigation.c:
4705         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4706         * gst-libs/gst/interfaces/tuner.h:
4707         * gst/volume/Makefile.am:
4708         * gst/volume/gstvolume.c:
4709         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4710         * sys/ximage/Makefile.am:
4711         * sys/ximage/ximagesink.c:
4712         * sys/xvimage/Makefile.am:
4713         * sys/xvimage/xvimagesink.c:
4714           fold in all interfaces into an interfaces dir, preserving CVS
4715           history
4716
4717 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4718
4719         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4720           Fix build after riff changes.
4721
4722 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4723
4724         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4725         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4726         (gst_riff_create_video_template_caps),
4727         (gst_riff_create_audio_template_caps),
4728         (gst_riff_create_iavs_template_caps):
4729         * gst-libs/gst/riff/riff-media.h:
4730         * gst-libs/gst/riff/riff-read.h:
4731         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4732           Add gst_riff_init() to initialize the debug category, instead
4733           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4734
4735 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4736
4737         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4738           Oops, I shouldn't apply hacks.
4739
4740 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4741
4742         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4743           Remove pad_loop function which doesn't work.
4744
4745 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4746
4747         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4748           Send EOS when deactivating.
4749         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4750         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4751         (gen_preroll_element), (probe_triggered), (mute_stream),
4752         (silence_stream), (new_decoded_pad), (setup_substreams),
4753         (set_active_source):
4754         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4755         (remove_sinks), (add_sink):
4756         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4757           Change for new probe API.
4758
4759 2005-06-29  Wim Taymans  <wim@fluendo.com>
4760
4761         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4762         * gst-libs/gst/audio/gstbaseaudiosink.c:
4763         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4764         (gst_baseaudiosink_change_state):
4765         * gst-libs/gst/audio/gstbaseaudiosink.h:
4766         * gst-libs/gst/audio/gstringbuffer.c:
4767         (gst_ringbuffer_set_callback):
4768         Fix compilation error.
4769         Ringbuffer starts out as not running.
4770         Free our clock in dispose.
4771         When releasing the ringbuffer we need to renegotiate so
4772         clear the pad caps.
4773
4774 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4775
4776         * autogen.sh:
4777         * configure.ac:
4778         * docs/Makefile.am:
4779         * docs/libs/Makefile.am:
4780         * docs/libs/gst-plugins-libs-docs.sgml:
4781         * docs/libs/gst-plugins-libs-sections.txt:
4782         * docs/libs/gst-plugins-libs.types:
4783         * docs/libs/tmpl/gstaudio.sgml:
4784         * docs/libs/tmpl/gstcolorbalance.sgml:
4785         * docs/libs/tmpl/gstringbuffer.sgml:
4786         * gst-libs/gst/audio/gstringbuffer.c:
4787         (gst_ringbuffer_set_callback):
4788           reinstate gtk-doc docs for plugin libs
4789
4790 2005-06-28  Wim Taymans  <wim@fluendo.com>
4791
4792         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4793         (gst_ogg_demux_init):
4794         Removed pad loop function.
4795
4796 2005-06-28  Wim Taymans  <wim@fluendo.com>
4797
4798         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4799         If we're building a chain we are not in an error case
4800         when we queue a buffer.
4801
4802 2005-06-28  Andy Wingo  <wingo@pobox.com>
4803
4804         * *.c: Don't cast to GstObject before reffing/unreffing.
4805
4806 2005-06-27  Andy Wingo  <wingo@pobox.com>
4807
4808         * gst/videotestsrc/gstvideotestsrc.c
4809         (gst_videotestsrc_activate_push): Activation API changes.
4810
4811         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4812         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4813         they have refs on the decodebin.
4814
4815         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4816         parent class.
4817         (gst_ogg_pad_typefind): Don't leak a pad ref.
4818         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4819         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4820         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4821
4822 2005-06-27  Edward Hervey  <edward@fluendo.com>
4823
4824         * ext/theora/theoradec.c: (theora_dec_change_state): 
4825         re-arranged call to parent's state change in order to avoid locks (or
4826         worse).
4827
4828 2005-06-26  Edward Hervey  <edward@fluendo.com>
4829
4830         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4831         2nd argument of 'unknow-type' signal is a GstCaps and not a
4832         GstMiniObject
4833
4834 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4835         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4836           Set the worker thread's running flag to TRUE before starting the
4837           thread.
4838         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4839           Catch a failure to add typefind to the bin.
4840
4841 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4842
4843         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4844         (gst_sinesrc_init), (gst_sinesrc_create),
4845         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4846         (gst_sinesrc_start):
4847         * gst/sine/gstsinesrc.h:
4848           add num-buffers and timestamp-offset properties
4849         * gst/videotestsrc/gstvideotestsrc.c:
4850         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4851         (gst_videotestsrc_get_property):
4852           add timestamp-offset property
4853
4854 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4855
4856         * configure.ac: add videorate
4857         * gst-plugins-base.spec.in: add videorate
4858
4859 2005-06-23  Wim Taymans  <wim@fluendo.com>
4860
4861         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4862         (gst_videorate_getcaps), (gst_videorate_setcaps),
4863         (gst_videorate_event), (gst_videorate_chain):
4864         Fixed videorate, fixating an already fixated caps is not
4865         an error.
4866
4867 2005-06-23  Wim Taymans  <wim@fluendo.com>
4868
4869         * ext/ogg/README:
4870         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4871         Buffer on caps is not boxed anymore.
4872
4873 2005-06-22  Wim Taymans  <wim@fluendo.com>
4874
4875         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4876         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4877         Set buffers on caps as miniobjects and not as boxed.
4878
4879 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4880
4881         * configure.ac:
4882           back to HEAD
4883
4884 === release 0.9.1 ===
4885
4886 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4887
4888         * .cvsignore:
4889         * NEWS:
4890         * README:
4891         * RELEASE:
4892         * configure.ac:
4893         * po/af.po:
4894         * po/az.po:
4895         * po/cs.po:
4896         * po/en_GB.po:
4897         * po/hu.po:
4898         * po/it.po:
4899         * po/nb.po:
4900         * po/nl.po:
4901         * po/or.po:
4902         * po/sq.po:
4903         * po/sr.po:
4904         * po/sv.po:
4905         * po/uk.po:
4906         * po/vi.po:
4907           updates for release
4908
4909 2005-06-09  Andy Wingo  <wingo@pobox.com>
4910
4911         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4912         
4913 2005-06-09  Andy Wingo  <wingo@pobox.com>
4914
4915         * configure.ac:
4916         * gst-libs/gst/Makefile.am:
4917         * gst-libs/gst/net/Makefile.am:
4918         Add gstnet to build.
4919
4920 2005-06-09  Andy Wingo  <wingo@pobox.com>
4921
4922         * gst-libs/gst/gconf/gconf.c:
4923         * gst/playback/test.c:
4924         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4925         fixes.
4926
4927         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4928
4929         * ext/theora/theoraenc.c (theora_enc_chain): 
4930         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4931
4932         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4933         RealPad.
4934
4935 2005-06-02  Wim Taymans  <wim@fluendo.com>
4936
4937         * gst-libs/gst/net/Makefile.am:
4938         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4939         * pkgconfig/gstreamer-libs.pc.in:
4940         Added net stuff, version net lib.
4941
4942 2005-06-02  Wim Taymans  <wim@fluendo.com>
4943
4944         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4945         (query_rates), (query_positions_elems), (query_positions_pads),
4946         (do_seek):
4947         Updated seek example.
4948
4949 2005-06-02  Andy Wingo  <wingo@pobox.com>
4950
4951         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4952         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4953         list.
4954
4955         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4956         remove the typefind, the bin dispose will do it for us. When it's
4957         removed and unreffed, the signal handler will be disconnected,
4958         too.
4959         (unlinked): It's too difficult to disconnect from unlinked
4960         handlers, as they are on pads not elements. Just punt if the pads
4961         aren't grandkids of the bin.
4962
4963 2005-06-02  Wim Taymans  <wim@fluendo.com>
4964
4965         * ext/ogg/README:
4966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4967         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4968         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4969         * ext/theora/theoradec.c: (theora_dec_src_query),
4970         (theora_handle_data_packet):
4971         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4972         (theora_enc_chain):
4973         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4974         (vorbis_handle_data_packet):
4975         * gst/audioconvert/bufferframesconvert.c:
4976         (buffer_frames_convert_chain):
4977         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4978         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4979         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4980         (gst_ffmpegcsp_chain):
4981         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4982         (gst_videorate_getcaps), (gst_videorate_setcaps),
4983         (gst_videorate_event), (gst_videorate_chain):
4984         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4985         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4986         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4987         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4988         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4989         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4990         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4991         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4992         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4993         Cleanups and buffer alloc.
4994
4995 2005-05-31  Wim Taymans  <wim@fluendo.com>
4996
4997         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4998         Don't try to call the delay method when the device is not
4999         opened.
5000
5001 2005-05-31  Wim Taymans  <wim@fluendo.com>
5002
5003         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
5004         Get actual segment size and buffer size after opening
5005         the device.
5006
5007 2005-05-30  Wim Taymans  <wim@fluendo.com>
5008
5009         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
5010         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
5011         Also FLUSH upstream, makes the loop function exit faster.
5012         
5013         * ext/theora/theoradec.c: (theora_dec_src_query):
5014         Some more debug info in the query.
5015         
5016         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5017         (gst_ximagesink_setcaps):
5018         Release lock on par error, better error reporting.
5019
5020 2005-05-26  Wim Taymans  <wim@fluendo.com>
5021
5022         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5023         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
5024         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
5025         Clear chains in READY
5026         Queue packets until the chain is activated.
5027
5028 2005-05-25  Wim Taymans  <wim@fluendo.com>
5029
5030         * gst-libs/gst/audio/gstaudiosink.c:
5031         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5032         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5033         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5034         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5035         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5036         (gst_audiosink_create_ringbuffer):
5037         * gst-libs/gst/audio/gstbaseaudiosink.c:
5038         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5039         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5040         (gst_baseaudiosink_set_property), (build_linear_format),
5041         (debug_spec_caps), (debug_spec_buffer),
5042         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5043         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5044         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5045         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5046         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5047         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5048         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5049         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5050         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5051         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5052         (wait_segment), (gst_ringbuffer_commit),
5053         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5054         (gst_ringbuffer_clear):
5055         Various small cleanups.
5056
5057         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5058         (gst_audio_convert_change_state):
5059         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
5060         No need to take the locks anymore.
5061
5062 2005-05-25  Wim Taymans  <wim@fluendo.com>
5063
5064         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5065         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
5066         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
5067         (type_found):
5068         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
5069         (group_destroy), (group_commit), (queue_overrun),
5070         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
5071         (mute_stream), (new_decoded_pad), (setup_substreams),
5072         (setup_source), (mute_group_type), (set_active_source),
5073         (gst_play_base_bin_change_state):
5074         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
5075         (gen_video_element), (gen_text_element), (gen_audio_element),
5076         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
5077         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
5078         (gst_stream_info_dispose), (gst_stream_info_set_mute):
5079         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
5080         Some playbin cleanups mostly refcounting sloppyness.
5081
5082 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5083
5084         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5085           Work with streaming input.
5086
5087 2005-05-25  Wim Taymans  <wim@fluendo.com>
5088
5089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5090         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5091         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
5092         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
5093         No need to take the STREAM lock anymore.
5094
5095 2005-05-25  Wim Taymans  <wim@fluendo.com>
5096
5097         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
5098         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
5099         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
5100         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
5101         (gst_ogg_demux_sink_activate):
5102         * ext/theora/theoradec.c: (theora_dec_src_event),
5103         (theora_handle_comment_packet), (theora_dec_chain),
5104         (theora_dec_change_state):
5105         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5106         (vorbis_handle_data_packet), (vorbis_dec_chain),
5107         (vorbis_dec_change_state):
5108         Remove STREAM locks as they are taken in core now.
5109         Never set bogus granulepos on vorbis/theora.
5110         Fix leaks in theoradec tag parsing.
5111
5112 2005-05-25  Wim Taymans  <wim@fluendo.com>
5113
5114         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
5115         Fix memleaks, GST_BUFFER_DATA() is not freed.
5116
5117 2005-05-25  Wim Taymans  <wim@fluendo.com>
5118
5119         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5120         Open non-blocking, set to blocking mode afterwards to avoid
5121         lockups when audio device is busy.
5122
5123 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5124
5125         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
5126           This can't be good.
5127
5128 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5129
5130         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5131         (gst_audio_convert_chain), (gst_audio_convert_link_src),
5132         (gst_audio_convert_setcaps):
5133           Implement instant setup switching.
5134
5135 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5136
5137         * gst/playback/gstplaybasebin.c: (probe_triggered):
5138           Fix missing unlock.
5139         * gst/playback/gstplaybin.c: (add_sink):
5140           First add, then link (otherwise pad link fails).
5141
5142 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5143
5144         * examples/Makefile.am:
5145         fix buildbot (make distcheck)
5146
5147 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5148
5149         * gst/playback/gstplaybin.c: (gen_vis_element):
5150           Remove some wrong code. Doesn't work yet.
5151
5152 2005-05-19  Wim Taymans  <wim@fluendo.com>
5153
5154         * gst-libs/gst/net/Makefile.am:
5155         * gst-libs/gst/net/README:
5156         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
5157         (gst_netbuffer_class_init), (gst_netbuffer_init),
5158         (gst_netbuffer_finalize), (gst_netbuffer_copy),
5159         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
5160         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
5161         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
5162         * gst-libs/gst/net/gstnetbuffer.h:
5163         Added buffer subclass to store extra to/from addresses for
5164         network sources/sinks.
5165
5166 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5167
5168         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5169           Don't lock an unassigned variable.
5170
5171 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5172
5173         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5174           Increase buffer for video, decrease buffer for other media types.
5175         * gst/playback/gstplaybin.c: (gen_video_element),
5176         (gen_audio_element):
5177           Change names for debugging purposes.
5178
5179 2005-05-18  Wim Taymans  <wim@fluendo.com>
5180
5181         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5182         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5183         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
5184         (gst_ffmpegcsp_chain):
5185         Enable buffer alloc passthrough if the source and dest
5186         formats are the same.
5187
5188 2005-05-17  Wim Taymans  <wim@fluendo.com>
5189
5190         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
5191         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5192         (gst_ogg_demux_chain_unlocked):
5193         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5194         (gst_audio_convert_caps_remove_format_info),
5195         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5196         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
5197         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5198         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5199         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
5200         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
5201         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
5202         (gst_ffmpegcsp_get_property):
5203         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5204         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
5205         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
5206         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5207         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
5208         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5209         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
5210         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
5211         Leak fixes in oggdemux.
5212         Some cleanups in audioconvert.
5213         Make passthrough work along with buffer_alloc etc.
5214         Make buffer_alloc and buffer recycling actually work in
5215         xvimagesink.
5216
5217 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5218
5219         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
5220           make the compiler happy
5221
5222 2005-05-17  Wim Taymans  <wim@fluendo.com>
5223
5224         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
5225         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
5226         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
5227         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
5228         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
5229         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
5230         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
5231         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5232         (gst_xvimagesink_set_xwindow_id):
5233         * sys/xvimage/xvimagesink.h:
5234         Port xvimagesink to new MiniObject.
5235
5236 2005-05-17  Wim Taymans  <wim@fluendo.com>
5237
5238         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5239         (gst_audiofilter_chain):
5240         * gst-libs/gst/audio/gstaudiosink.c:
5241         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5242         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5243         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5244         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5245         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5246         (gst_audiosink_create_ringbuffer):
5247         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5248         (gst_audio_convert_caps_remove_format_info),
5249         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5250         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5251         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5252         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5253         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5254         Fix passthrough in ffmpegcolorspace.
5255         Fix memset in audiosink on wrong memory.
5256
5257 2005-05-16  David Schleef  <ds@schleef.org>
5258
5259         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
5260         to GstMiniObject.
5261
5262 2005-05-16  David Schleef  <ds@schleef.org>
5263
5264         Port from GstData to GstMiniObject.
5265         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5266         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
5267         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
5268         (gst_ogg_mux_collected):
5269         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5270         * ext/theora/theoradec.c: (theora_handle_comment_packet),
5271         (theora_handle_data_packet):
5272         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
5273         (theora_set_header_on_caps), (theora_enc_chain):
5274         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5275         (vorbis_handle_comment_packet):
5276         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
5277         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
5278         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
5279         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
5280         * gst/audioconvert/gstaudioconvert.c:
5281         (gst_audio_convert_get_buffer):
5282         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5283         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
5284         (mute_stream), (silence_stream):
5285         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5286         * gst/volume/gstvolume.c: (volume_transform):
5287         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5288         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
5289         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
5290         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
5291         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
5292         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
5293         (gst_ximagesink_buffer_alloc):
5294         * sys/ximage/ximagesink.h:
5295
5296 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5297
5298         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5299         (fill_buffer), (check_queue), (queue_threshold_reached),
5300         (queue_out_of_data):
5301         * gst/playback/gstplaybasebin.h:
5302           Post buffer-fullness on the bus.
5303
5304 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5305
5306         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5307         (try_to_link_1):
5308         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5309         (group_commit), (probe_triggered), (setup_source),
5310         (gst_play_base_bin_change_state):
5311         * gst/playback/gstplaybasebin.h:
5312         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5313         (gst_play_bin_init), (remove_sinks), (setup_sinks),
5314         (gst_play_bin_change_state):
5315           Move setup_output_pads into a virtual function, remove
5316           group-switch (no longer needed) and redirect (handled by bus
5317           now) signals.
5318
5319 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5320
5321         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5322         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
5323         (get_active_group), (get_building_group), (group_destroy),
5324         (group_commit), (check_queue), (queue_overrun),
5325         (queue_threshold_reached), (queue_out_of_data),
5326         (gen_preroll_element), (remove_groups), (unknown_type),
5327         (add_element_stream), (no_more_pads), (probe_triggered),
5328         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
5329         (setup_substreams), (setup_source), (finish_source),
5330         (prepare_output), (muted_group_change_state),
5331         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
5332         (gst_play_base_bin_change_state):
5333         * gst/playback/gstplaybasebin.h:
5334         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5335         (gst_play_bin_init), (gst_play_bin_set_property),
5336         (gen_video_element), (gen_text_element), (gen_audio_element),
5337         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5338         (gst_play_bin_change_state):
5339         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
5340         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
5341         (stream_info_change_state), (gst_stream_info_set_mute),
5342         (gst_stream_info_get_property):
5343         * gst/playback/gststreaminfo.h:
5344         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5345         (gst_stream_selector_get_linked_pad),
5346         (gst_stream_selector_getcaps),
5347         (gst_stream_selector_get_linked_pads),
5348         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5349         * gst/playback/gststreamselector.h:
5350           Rough port of playbin. Needs some more work, but is mostly done,
5351           and uses a few locks in important places, which should make stuff
5352           like chain-switches clean. Still uses GST_STATE() in a few places,
5353           which isn't all that good an idea, subtitles/elements disabled
5354           because no elements to test with and thus probably broken, query
5355           and event handling moved to GstBin, internal thread removed
5356           alltogether because the pipeline does that for us now. Can play
5357           Ogg/Vorbis files. Haven't tested anything else yet.
5358
5359 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5360
5361         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
5362           Do no-more-pads (needed for autoplugging).
5363
5364 2005-05-10  Andy Wingo  <wingo@pobox.com>
5365
5366         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
5367         message to the bus with the tags. Still not sent downstream tho.
5368
5369         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
5370         get_parent.
5371         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
5372         avoid refcounting hassles.
5373
5374 2005-05-09  Andy Wingo  <wingo@pobox.com>
5375
5376         * gst/volume/Makefile.am:
5377         * gst/volume/demo.c
5378         * gst/volume/gstvolume.h
5379         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
5380         basetransform. Probably need an audio filter base class.
5381
5382 2005-05-09  Wim Taymans  <wim@fluendo.com>
5383
5384         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
5385         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5386         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
5387         (gst_vorbisenc_chain):
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_channels):
5392         Make caps writable before writing to it.
5393         Fix negotiation in audioconvert some more.
5394
5395 2005-05-09  Wim Taymans  <wim@fluendo.com>
5396
5397         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5398         (gst_videorate_getcaps), (gst_videorate_setcaps),
5399         (gst_videorate_event), (gst_videorate_chain):
5400         Better negotiation.
5401
5402 2005-05-09  Wim Taymans  <wim@fluendo.com>
5403
5404         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5405         (gst_videorate_getcaps), (gst_videorate_setcaps),
5406         (gst_videorate_blank_data), (gst_videorate_init),
5407         (gst_videorate_event), (gst_videorate_chain),
5408         (gst_videorate_change_state):
5409         Port videorate, do a better job at negotiation while we're at
5410         it.
5411
5412 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
5413
5414         * configure.ac:
5415           Disable libvisual
5416
5417         * examples/Makefile.am:
5418         * gst-libs/gst/audio/Makefile.am:
5419         * gst-libs/gst/riff/Makefile.am:
5420         * gst-libs/gst/tag/Makefile.am:
5421         * gst-libs/gst/video/Makefile.am:
5422           Fixups for missing variables.
5423
5424 2005-05-09  Wim Taymans  <wim@fluendo.com>
5425
5426         * examples/seeking/seek.c: (make_theora_pipeline),
5427         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
5428         (query_rates), (query_positions_elems), (query_positions_pads),
5429         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
5430         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5431         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
5432         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
5433         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
5434         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
5435         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5436         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5437         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5438         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5439         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5440         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5441         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5442         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
5443         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5444         (theora_dec_src_convert), (theora_dec_sink_convert),
5445         (theora_dec_src_query), (theora_dec_sink_query),
5446         (theora_dec_src_event), (theora_dec_sink_event),
5447         (theora_handle_comment_packet), (theora_handle_type_packet),
5448         (theora_handle_header_packet), (theora_handle_data_packet),
5449         (theora_dec_chain):
5450         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5451         (vorbis_dec_convert), (vorbis_dec_src_query),
5452         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5453         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5454         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5455         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5456         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
5457         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
5458         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
5459         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5460         (gst_play_bin_query):
5461         * gst/playback/test3.c: (update_scale):
5462         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
5463         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
5464         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5465         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
5466         (gst_videotestsrc_src_query):
5467         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
5468         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
5469         (paint_hline_YUV9):
5470         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5471         Port to new query API.
5472         Updated seek.
5473         Cleanups in x[v]imagesink
5474
5475 2005-05-09  Andy Wingo  <wingo@pobox.com>
5476
5477         * ext/alsa/gstalsasink.h:
5478         * ext/gnomevfs/gstgnomevfssrc.c:
5479         (gst_gnomevfssrc_get_icy_metadata):
5480         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
5481         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
5482         * ext/theora/theoradec.c (theora_dec_src_query)
5483         (theora_dec_src_event, theora_dec_sink_event)
5484         (theora_handle_comment_packet, theora_handle_data_packet):
5485         * ext/theora/theoraenc.c (theora_enc_chain):
5486         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
5487         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
5488         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
5489         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
5490         (qt_type_find):
5491         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
5492         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
5493         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
5494         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
5495         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
5496         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
5497         (paint_setup_xBGR8888, paint_setup_RGBx8888)
5498         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
5499         (paint_setup_RGB565, paint_setup_xRGB1555):
5500         * gst/videotestsrc/videotestsrc.h:
5501         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
5502         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
5503         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
5504         GCC4 fixes.
5505         
5506         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
5507         gst_pad_query_position. Fixes oggdemux.
5508
5509 2005-05-08  David Schleef  <ds@schleef.org>
5510
5511         * configure.ac: Require liboil.
5512         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
5513         a few more.
5514         * gst/videotestsrc/videotestsrc.c:
5515         * gst/videotestsrc/videotestsrc.h:
5516
5517 2005-05-06  Wim Taymans  <wim@fluendo.com>
5518
5519         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5520         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5521         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5522         Well, unreffing a buffer right before pushing it is asking
5523         for trouble..
5524
5525 2005-05-06  Christian Schaller  <uraeus@gnome.org>
5526
5527         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
5528
5529 2005-05-06  Wim Taymans  <wim@fluendo.com>
5530
5531         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5532         (gst_audio_convert_caps_remove_format_info),
5533         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5534         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5535         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5536         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5537         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5538         * gst/sine/Makefile.am:
5539         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
5540         (gst_sinesrc_class_init), (gst_sinesrc_init),
5541         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
5542         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
5543         (gst_sinesrc_update_freq):
5544         * gst/sine/gstsinesrc.h:
5545         * gst/tcp/gstmultifdsink.c:
5546         * sys/xvimage/xvimagesink.c:
5547         Fixed negotiation wrt _peer_get_caps()
5548         Some cleanups.
5549
5550
5551 2005-05-06  Wim Taymans  <wim@fluendo.com>
5552
5553         * gst-libs/gst/audio/gstaudiosink.c:
5554         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5555         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5556         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5557         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5558         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5559         (gst_audiosink_create_ringbuffer):
5560         * gst-libs/gst/audio/gstbaseaudiosink.c:
5561         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5562         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5563         (gst_baseaudiosink_set_property), (build_linear_format),
5564         (debug_spec_caps), (debug_spec_buffer),
5565         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5566         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5567         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5568         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5569         * gst-libs/gst/audio/gstbaseaudiosink.h:
5570         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5571         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5572         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5573         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5574         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5575         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5576         (wait_segment), (gst_ringbuffer_commit),
5577         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5578         (gst_ringbuffer_clear):
5579         * gst-libs/gst/audio/gstringbuffer.h:
5580         Make the base audiosink return an error when there is no
5581         audiobuffer negotiated.
5582
5583 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5584
5585         * ext/Makefile.am:
5586         Disable cdparanoia until someone ports it!
5587
5588 2005-05-06  Wim Taymans  <wim@fluendo.com>
5589
5590         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5591         (gst_ogg_demux_sink_activate):
5592         And revert after wingo's revert.. sigh..
5593
5594 2005-05-05  Andy Wingo  <wingo@pobox.com>
5595
5596         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
5597         GObject.
5598         * configure.ac: Return audiorate and subparse from the ghetto.
5599         Re-enable -Wall -Werror.
5600         * gst/subparse/gstsubparse.c:
5601         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
5602         or chain-based. Cleaned up a bit. Not tested.
5603         
5604 2005-05-05  Christian Schaller <christian@fluendo.com> 
5605
5606         * Makefile.am: remove stuff that is not building
5607         * configure.ac: remove stuff that is not building
5608         * examples/Makefile.am: remove stuff that is not building
5609         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
5610         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
5611         * sys/Makefile.am: remove stuff that is not building
5612         * testsuite/Makefile.am: remove stuff that is not building
5613
5614 2005-05-05  Andy Wingo  <wingo@pobox.com>
5615
5616         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5617         * gst-libs/gst/tag/gstvorbistag.c:
5618         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
5619         * gst/adder/gstadder.h:
5620         * gst/audioconvert/gstchannelmix.c:
5621         (gst_audio_convert_fill_one_other):
5622         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
5623         (gst_audiorate_init), (gst_audiorate_chain):
5624         * gst/playback/gstplaybasebin.c: (setup_source):
5625         * gst/playback/test3.c: (update_scale):
5626         Some GCC4 fixes
5627         
5628         * po/af.po:
5629         * po/az.po:
5630         * po/cs.po:
5631         * po/en_GB.po:
5632         * po/hu.po:
5633         * po/it.po:
5634         * po/nb.po:
5635         * po/nl.po:
5636         * po/or.po:
5637         * po/sq.po:
5638         * po/sr.po:
5639         * po/sv.po:
5640         * po/uk.po:
5641         * po/vi.po: Foo
5642
5643 2005-05-05  Wim Taymans  <wim@fluendo.com>
5644
5645         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5646         (gst_audio_convert_caps_remove_format_info),
5647         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5648         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5649         * gst/videotestsrc/gstvideotestsrc.c:
5650         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5651         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5652         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5653         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5654         Don't ignore _push() return values.
5655         Make sure no processing is done when shutting down.
5656         Videotestsrc pad activation fix.
5657
5658 2005-05-05  Wim Taymans  <wim@fluendo.com>
5659
5660         * gst/adder/Makefile.am:
5661         * gst/adder/gstadder.c: (gst_adder_setcaps),
5662         (gst_adder_class_init), (gst_adder_init),
5663         (gst_adder_request_new_pad), (gst_adder_collected),
5664         (gst_adder_change_state):
5665         * gst/adder/gstadder.h:
5666         Ported adder as an example of a mixer element using
5667         collect pads. Needs more negotiation work.
5668
5669 2005-05-05  Wim Taymans  <wim@fluendo.com>
5670
5671         * ext/theora/theoradec.c: (_inc_granulepos),
5672         (theora_dec_src_event), (theora_dec_sink_event),
5673         (theora_handle_comment_packet), (theora_handle_type_packet),
5674         (theora_handle_header_packet), (theora_handle_data_packet),
5675         (theora_dec_chain):
5676         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5677         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5678         (theora_push_buffer), (theora_push_packet),
5679         (theora_enc_sink_event), (theora_enc_chain),
5680         (theora_enc_change_state), (theora_enc_set_property),
5681         (theora_enc_get_property):
5682         Added stream lock to decoder so that we can serialize
5683         the discont event.
5684         More theoraenc porting, recover from errors, do clean
5685         shutdown.
5686
5687 2005-05-05  Wim Taymans  <wim@fluendo.com>
5688
5689         * ext/ogg/Makefile.am:
5690         * ext/ogg/README:
5691         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5692         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5693         (gst_ogg_print):
5694         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5695         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5696         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5697         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5698         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5699         (gst_ogg_mux_change_state):
5700         Ported ogg muxer.
5701
5702 2005-05-05  Wim Taymans  <wim@fluendo.com>
5703
5704         * docs/design-audiosinks.txt:
5705         * gst-libs/gst/audio/TODO:
5706         * gst-libs/gst/audio/gstaudiosink.c:
5707         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5708         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5709         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5710         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5711         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5712         (gst_audiosink_create_ringbuffer):
5713         * gst-libs/gst/audio/gstbaseaudiosink.c:
5714         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5715         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5716         (gst_baseaudiosink_set_property), (build_linear_format),
5717         (debug_spec_caps), (debug_spec_buffer),
5718         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5719         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5720         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5721         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5722         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5723         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5724         (gst_ringbuffer_release), (gst_ringbuffer_play),
5725         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5726         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5727         (gst_ringbuffer_set_sample), (wait_segment),
5728         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5729         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5730         More work on the audiosink, mostly debugging and a race in
5731         shutdown.
5732
5733 2005-04-28  Wim Taymans  <wim@fluendo.com>
5734
5735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5736         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5737         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5738         (vorbis_dec_src_query), (vorbis_dec_src_event),
5739         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5740         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5741         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5742         Don't crap out when seeking back to position 0.
5743
5744 2005-04-28  Wim Taymans  <wim@fluendo.com>
5745
5746         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5747         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5748         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5749         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5750         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5751         Make audio sink configurable, use alsasink as default.
5752
5753 2005-04-28  Wim Taymans  <wim@fluendo.com>
5754
5755         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5756         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5757         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5758         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5759         (vorbis_dec_change_state):
5760         * ext/vorbis/vorbisdec.h:
5761         Refactor, use STREAM_LOCK.
5762
5763 2005-04-28  Wim Taymans  <wim@fluendo.com>
5764
5765         * ext/theora/theoradec.c: (_inc_granulepos),
5766         (theora_dec_sink_event), (theora_handle_comment_packet),
5767         (theora_handle_type_packet), (theora_handle_header_packet),
5768         (theora_handle_data_packet), (theora_dec_chain),
5769         (theora_dec_change_state):
5770         Refactor a bit, use STREAM_LOCK.
5771
5772 2005-04-28  Wim Taymans  <wim@fluendo.com>
5773
5774         * ext/alsa/Makefile.am:
5775         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5776         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5777         (gst_alsa_link), (gst_alsa_close_audio):
5778         * ext/alsa/gstalsaplugin.c: (plugin_init):
5779         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5780         (gst_alsasink_dispose), (gst_alsasink_base_init),
5781         (gst_alsasink_class_init), (gst_alsasink_init),
5782         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5783         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5784         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5785         (gst_alsasink_reset):
5786         * ext/alsa/gstalsasink.h:
5787         Implement alsasink with simple open/write/close API. 
5788         Make alsa dir build by disabling compilation of code.
5789
5790 2005-04-28  Wim Taymans  <wim@fluendo.com>
5791
5792         * gst-libs/gst/audio/Makefile.am:
5793         * gst-libs/gst/audio/audio.h:
5794         * gst-libs/gst/audio/audioclock.c:
5795         * gst-libs/gst/audio/audioclock.h:
5796         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5797         (gst_audio_clock_class_init), (gst_audio_clock_init),
5798         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5799         * gst-libs/gst/audio/gstaudioclock.h:
5800         * gst-libs/gst/audio/gstaudiosink.c:
5801         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5802         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5803         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5804         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5805         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5806         (gst_audiosink_create_ringbuffer):
5807         * gst-libs/gst/audio/gstbaseaudiosink.c:
5808         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5809         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5810         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5811         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5812         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5813         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5814         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5815         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5816         * gst-libs/gst/audio/gstbaseaudiosink.h:
5817         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5818         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5819         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5820         (gst_ringbuffer_release), (gst_ringbuffer_play),
5821         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5822         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5823         (gst_ringbuffer_set_sample), (wait_segment),
5824         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5825         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5826         * gst-libs/gst/audio/gstringbuffer.h:
5827         Make ringbuffer faster and more simple by removing the locks
5828         in the playback thread.
5829         Add sample accurate playback based on buffer sample offsets.
5830         Make the baseaudiosink provide a clock.
5831         Parse caps in the base class.
5832         Correctly handle seeking, flushing and state changes.
5833
5834 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5835
5836         * configure.ac:
5837         * gst/audioconvert/Makefile.am:
5838         * gst/audioscale/Makefile.am:
5839           Fix part of the build.  Come on guys, autogen didn't even work :)
5840
5841 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5842
5843         * configure.ac:
5844         * gst-libs/gst/Makefile.am:
5845         * gst-libs/gst/media-info/.cvsignore:
5846         * gst-libs/gst/media-info/Makefile.am:
5847         * gst-libs/gst/media-info/README:
5848         * gst-libs/gst/media-info/media-info-priv.c:
5849         * gst-libs/gst/media-info/media-info-priv.h:
5850         * gst-libs/gst/media-info/media-info-test.c:
5851         * gst-libs/gst/media-info/media-info.c:
5852         * gst-libs/gst/media-info/media-info.h:
5853         * gst-libs/gst/media-info/media-info.vcproj:
5854         * pkgconfig/Makefile.am:
5855         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5856         * pkgconfig/gstreamer-media-info.pc.in:
5857           Remove media-info, which is also successed by playbin (see Totem
5858           implementation).
5859
5860 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5861
5862         * configure.ac:
5863         * examples/Makefile.am:
5864         * examples/gstplay/.cvsignore:
5865         * examples/gstplay/Makefile.am:
5866         * examples/gstplay/player.c:
5867         * gst-libs/gst/Makefile.am:
5868         * gst-libs/gst/play/.cvsignore:
5869         * gst-libs/gst/play/Makefile.am:
5870         * gst-libs/gst/play/play.c:
5871         * gst-libs/gst/play/play.h:
5872         * gst-libs/gst/play/play.vcproj:
5873         * pkgconfig/Makefile.am:
5874         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5875         * pkgconfig/gstreamer-play.pc.in:
5876           Remove libgstplay, playbin is now the official successor.
5877
5878 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5879
5880         * configure.ac:
5881         * gst-libs/gst/Makefile.am:
5882         * gst-libs/gst/xwindowlistener/Makefile.am:
5883         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5884         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5885           Remove deprecated xwindowlistener (I've moved xwindowlistening
5886           in the v4l/v4l2 plugins over to serverside).
5887
5888 2005-04-25  David Schleef  <ds@schleef.org>
5889
5890         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5891         to examples/dynparams.  Examples do not belong interspersed with
5892         source code.
5893         * examples/dynparams/demo-dparams.c:
5894         * gst/sine/Makefile.am:
5895         * gst/sine/demo-dparams.c:
5896
5897 2005-04-25  David Schleef  <ds@schleef.org>
5898
5899         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5900         * gst-libs/gst/audio/Makefile.am:
5901         * gst-libs/gst/riff/Makefile.am:
5902         * gst-libs/gst/tag/Makefile.am:
5903         * gst-libs/gst/video/Makefile.am:
5904         * gst-libs/gst/xwindowlistener/Makefile.am:
5905
5906         Convert to 0.9 API, seems to work:
5907         * sys/ximage/Makefile.am:
5908         * sys/ximage/ximagesink.c:
5909
5910 2005-04-24  David Schleef  <ds@schleef.org>
5911
5912         Link plugins against libraries:
5913         * ext/alsa/Makefile.am:
5914         * gst/tcp/Makefile.am:
5915
5916         Remove asm code that should be in liboil
5917         * gst/videoscale/Makefile.am:
5918         * gst/videoscale/videoscale_x86_asm.s:
5919
5920         gettext wants these checked in:
5921         * po/af.po:
5922         * po/az.po:
5923         * po/cs.po:
5924         * po/en_GB.po:
5925         * po/hu.po:
5926         * po/it.po:
5927         * po/nb.po:
5928         * po/nl.po:
5929         * po/or.po:
5930         * po/sq.po:
5931         * po/sr.po:
5932         * po/sv.po:
5933         * po/uk.po:
5934         * po/vi.po:
5935
5936 2005-04-24  David Schleef  <ds@schleef.org>
5937
5938         Convert gst_main() to g_main_loop_run()
5939         * gst/playback/decodetest.c: (main):
5940         * gst/playback/test2.c: (main):
5941         * gst/playback/test3.c: (main):
5942         * gst/playback/test4.c: (main):
5943
5944         Link plugins against libraries:
5945         * ext/libvisual/Makefile.am:
5946         * sys/xvimage/Makefile.am:
5947
5948 2005-04-24  David Schleef  <ds@schleef.org>
5949
5950         * configure.ac: Remove idct and resample libs
5951         * gst-libs/gst/Makefile.am: same
5952
5953         Remove usage of gst_library_load():
5954         * ext/alsa/gstalsaplugin.c: (plugin_init):
5955         * ext/libvisual/visual.c: (plugin_init):
5956         * ext/ogg/gstogg.c: (plugin_init):
5957         * ext/theora/theora.c: (plugin_init):
5958         * ext/vorbis/vorbis.c: (plugin_init):
5959         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5960         * gst/audioscale/gstaudioscale.c:
5961         * gst/adder/gstadder.c: (plugin_init):
5962         * gst/audioconvert/plugin.c: (plugin_init):
5963         * sys/ximage/ximagesink.c: (plugin_init):
5964         * sys/xvimage/xvimagesink.c: (plugin_init):
5965         * gst/tcp/gsttcpplugin.c: (plugin_init):
5966
5967         Link plugins against libraries:
5968         * ext/ogg/Makefile.am:
5969         * ext/theora/Makefile.am:
5970         * ext/vorbis/Makefile.am:
5971         * gst/audioconvert/Makefile.am:
5972
5973         Create proper libraries:
5974         * gst-libs/gst/riff/Makefile.am:
5975         * gst-libs/gst/audio/Makefile.am:
5976         * gst-libs/gst/video/Makefile.am:
5977
5978         Move resample library to audioscale plugin directory:
5979         * gst-libs/gst/resample/Makefile.am:
5980         * gst-libs/gst/resample/README:
5981         * gst-libs/gst/resample/dtof.c:
5982         * gst-libs/gst/resample/dtos.c:
5983         * gst-libs/gst/resample/functable.c:
5984         * gst-libs/gst/resample/private.h:
5985         * gst-libs/gst/resample/resample.c:
5986         * gst-libs/gst/resample/resample.h:
5987         * gst-libs/gst/resample/resample.vcproj:
5988         * gst-libs/gst/resample/test.c:
5989         * gst/audioscale/Makefile.am:
5990         * gst/audioscale/README:
5991         * gst/audioscale/dtof.c:
5992         * gst/audioscale/dtos.c:
5993         * gst/audioscale/functable.c:
5994         * gst/audioscale/private.h:
5995         * gst/audioscale/resample.c:
5996         * gst/audioscale/resample.h:
5997         * gst/audioscale/test.c:
5998
5999         Move tagedit library to gst-libs:
6000         * gst-libs/gst/tag/Makefile.am:
6001         * gst-libs/gst/tag/gstid3tag.c:
6002         * gst-libs/gst/tag/gsttagediting.c:
6003         * gst-libs/gst/tag/gsttageditingprivate.h:
6004         * gst-libs/gst/tag/gstvorbistag.c:
6005         * gst/tags/Makefile.am:
6006         * gst/tags/gstid3tag.c:
6007         * gst/tags/gstvorbistag.c:
6008
6009         Fix for core changes:
6010         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6011         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
6012         (gst_sinesrc_getrange):
6013
6014 2005-04-23  David Schleef  <ds@schleef.org>
6015
6016         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
6017         in gst-plugins in a long time, and properly belongs in liboil.
6018         * gst-libs/gst/idct/Makefile.am:
6019         * gst-libs/gst/idct/README:
6020         * gst-libs/gst/idct/dct.h:
6021         * gst-libs/gst/idct/doieee:
6022         * gst-libs/gst/idct/fastintidct.c:
6023         * gst-libs/gst/idct/floatidct.c:
6024         * gst-libs/gst/idct/idct.c:
6025         * gst-libs/gst/idct/idct.h:
6026         * gst-libs/gst/idct/idtc.vcproj:
6027         * gst-libs/gst/idct/ieeetest.c:
6028         * gst-libs/gst/idct/intidct.c:
6029
6030 2005-04-20  Wim Taymans  <wim@fluendo.com>
6031
6032         * docs/design-audiosinks.txt:
6033         * gst-libs/gst/audio/Makefile.am:
6034         * gst-libs/gst/audio/TODO:
6035         * gst-libs/gst/audio/gstaudiosink.c:
6036         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6037         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6038         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
6039         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6040         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6041         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
6042         (gst_audiosink_class_init), (gst_audiosink_init),
6043         (gst_audiosink_create_ringbuffer):
6044         * gst-libs/gst/audio/gstaudiosink.h:
6045         * gst-libs/gst/audio/gstbaseaudiosink.c:
6046         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
6047         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
6048         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
6049         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
6050         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
6051         (gst_baseaudiosink_create_ringbuffer),
6052         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6053         * gst-libs/gst/audio/gstbaseaudiosink.h:
6054         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6055         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
6056         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
6057         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6058         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
6059         (gst_ringbuffer_play), (gst_ringbuffer_pause),
6060         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
6061         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
6062         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
6063         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
6064         * gst-libs/gst/audio/gstringbuffer.h:
6065         An attempt at a set of audio base classes together with some
6066         design docs.
6067
6068 2005-04-20  Wim Taymans  <wim@fluendo.com>
6069
6070         * gst/audioconvert/Makefile.am:
6071         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6072         (gst_audio_convert_caps_remove_format_info),
6073         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
6074         (gst_audio_convert_channels):
6075         Link against audio libs.
6076         Fix audio convert plugin.
6077
6078 2005-04-20  Wim Taymans  <wim@fluendo.com>
6079
6080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
6081         (gst_ogg_demux_sink_activate):
6082         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
6083         (theora_set_header_on_caps), (theora_enc_sink_event),
6084         (theora_enc_chain):
6085         Fix theora encoder.
6086
6087 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6088
6089         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
6090         * gst/playback/gstdecodebin.c: (find_compatibles):
6091           Work with staticpadtemplates in elementfactories.
6092
6093 2005-04-12  Wim Taymans  <wim@fluendo.com>
6094
6095         * gst/playback/README:
6096         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6097         (compare_ranks), (print_feature), (gst_decode_bin_init),
6098         (dynamic_create), (dynamic_free), (find_compatibles),
6099         (mimetype_is_raw), (close_pad_link), (got_redirect),
6100         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
6101         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
6102         (gst_decode_bin_change_state):
6103         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6104         (gst_play_base_bin_init), (group_destroy), (group_commit),
6105         (check_queue), (queue_overrun), (queue_threshold_reached),
6106         (queue_out_of_data), (gen_preroll_element), (unknown_type),
6107         (new_decoded_pad), (setup_subtitle), (gen_source_element),
6108         (got_redirect), (setup_source), (play_base_eos),
6109         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
6110         (gst_play_base_bin_remove_element):
6111         * gst/playback/gstplaybasebin.h:
6112         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6113         (gst_play_bin_init), (gst_play_bin_dispose),
6114         (gst_play_bin_set_property), (gen_video_element),
6115         (gen_text_element), (gen_audio_element), (remove_sinks),
6116         (gst_play_bin_send_event):
6117         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6118         (stream_info_change_state), (gst_stream_info_set_mute):
6119         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6120         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
6121         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
6122         (gst_stream_selector_chain):
6123         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
6124         (main):
6125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
6126         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
6127         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
6128         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
6129         Raw and crude port of decodebin. 
6130         Make playbin compile.
6131
6132 2005-04-06  Wim Taymans  <wim@fluendo.com>
6133
6134         * ext/gnomevfs/Makefile.am:
6135         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
6136         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
6137         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
6138         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
6139         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
6140         (gst_gnomevfssrc_stop):
6141         * ext/ogg/Makefile.am:
6142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
6143         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
6144         * ext/theora/Makefile.am:
6145         * ext/theora/theoradec.c: (_inc_granulepos),
6146         (theora_dec_sink_event), (theora_dec_chain):
6147         * ext/vorbis/Makefile.am:
6148         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6149         (vorbis_dec_sink_event), (vorbis_dec_chain):
6150         * gst-libs/gst/audio/Makefile.am:
6151         * sys/xvimage/Makefile.am:
6152         Make gnomevfssrc extend the source base class.
6153         Fix linking against libs in various plugins.
6154
6155 2005-04-06  Andy Wingo  <wingo@pobox.com>
6156
6157         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
6158         GST_BASE_LIBS.
6159
6160         * configure.ac: Add check and AC_SUBST for libgstbase.
6161
6162 2005-03-31  Wim Taymans  <wim@fluendo.com>
6163
6164         * examples/seeking/Makefile.am:
6165         * examples/seeking/cdparanoia.c: (main):
6166         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
6167         (play_cb), (pause_cb), (stop_cb), (main):
6168         * examples/seeking/playbin.c:
6169         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
6170         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
6171         (make_sid_pipeline), (make_vorbis_pipeline),
6172         (make_theora_pipeline), (make_vorbis_theora_pipeline),
6173         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
6174         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
6175         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
6176         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
6177         (stop_cb), (main):
6178         * examples/seeking/spider_seek.c:
6179         * examples/seeking/vorbisfile.c:
6180         * ext/gnomevfs/Makefile.am:
6181         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6182         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
6183         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
6184         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
6185         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
6186         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
6187         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
6188         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
6189         * ext/ogg/README:
6190         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
6191         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
6192         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
6193         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
6194         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
6195         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
6196         (gst_ogg_pad_event), (gst_ogg_pad_reset),
6197         (gst_ogg_demux_factory_filter), (compare_ranks),
6198         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6199         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6200         (gst_ogg_chain_new), (gst_ogg_chain_free),
6201         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
6202         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
6203         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
6204         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
6205         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
6206         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
6207         (gst_ogg_demux_get_prev_page),
6208         (gst_ogg_demux_deactivate_current_chain),
6209         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6210         (gst_ogg_demux_bisect_forward_serialno),
6211         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
6212         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
6213         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
6214         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
6215         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
6216         (gst_ogg_demux_change_state), (gst_ogg_print):
6217         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
6218         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
6219         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
6220         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
6221         (gst_ogg_mux_loop):
6222         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6223         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
6224         (theora_dec_src_convert), (theora_dec_sink_convert),
6225         (theora_dec_src_query), (theora_dec_src_event),
6226         (theora_dec_sink_event), (theora_dec_chain),
6227         (theora_dec_change_state):
6228         * ext/theora/theoraenc.c: (gst_theora_enc_init),
6229         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
6230         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
6231         (theora_enc_change_state):
6232         * ext/vorbis/Makefile.am:
6233         * ext/vorbis/oggvorbisenc.c:
6234         * ext/vorbis/oggvorbisenc.h:
6235         * ext/vorbis/vorbis.c: (plugin_init):
6236         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6237         (vorbis_dec_src_query), (vorbis_dec_src_event),
6238         (vorbis_dec_sink_event), (vorbis_dec_chain),
6239         (vorbis_dec_change_state):
6240         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
6241         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
6242         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6243         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
6244         (gst_vorbisenc_change_state):
6245         * ext/vorbis/vorbisenc.h:
6246         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
6247         * gst-libs/gst/audio/audioclock.c:
6248         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
6249         (gst_audiofilter_init), (gst_audiofilter_chain):
6250         * gst-libs/gst/audio/testchannels.c: (main):
6251         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
6252         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
6253         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
6254         (gmip_find_track_streaminfo), (gmip_find_track_format):
6255         * gst-libs/gst/media-info/media-info.c:
6256         (gst_media_info_read_idler):
6257         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
6258         (gst_play_get_all_by_interface):
6259         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6260         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6261         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6262         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6263         (gst_riff_parse_info):
6264         * gst-libs/gst/riff/riff-read.h:
6265         * gst-libs/gst/riff/riff.c: (plugin_init):
6266         * gst-libs/gst/video/Makefile.am:
6267         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
6268         (gst_videosink_class_init), (gst_videosink_get_type):
6269         * gst-libs/gst/video/videosink.h:
6270         * gst/audioconvert/bufferframesconvert.c:
6271         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
6272         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
6273         * gst/audioconvert/channelmixtest.c: (main):
6274         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
6275         (gst_audio_convert_chain),
6276         (gst_audio_convert_caps_remove_format_info),
6277         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
6278         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
6279         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
6280         (gst_audio_convert_buffer_to_default_format),
6281         (gst_audio_convert_buffer_from_default_format),
6282         (gst_audio_convert_channels):
6283         * gst/audioconvert/gstchannelmix.h:
6284         * gst/ffmpegcolorspace/avcodec.h:
6285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6286         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
6287         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
6288         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
6289         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
6290         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
6291         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
6292         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
6293         (mpeg_video_type_find), (mpeg_video_stream_type_find),
6294         (dv_type_find):
6295         * gst/videotestsrc/gstvideotestsrc.c:
6296         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
6297         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
6298         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
6299         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
6300         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
6301         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
6302         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
6303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6304         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
6305         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
6306         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
6307         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
6308         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
6309         (gst_xvimagesink_navigation_send_event),
6310         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
6311         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
6312         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6313         * sys/xvimage/xvimagesink.h:
6314         Plugin port to 0.9, ogg/theora playback should work in the seek
6315         example now.
6316         Removed old examples.
6317         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
6318         explained in 0.9 TODO doc.
6319
6320
6321 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6322
6323         * autogen.sh:
6324         * configure.ac:
6325         * ext/Makefile.am:
6326         * gst/Makefile.am:
6327         * po/POTFILES.in:
6328         * po/af.po:
6329         * po/az.po:
6330         * po/cs.po:
6331         * po/en_GB.po:
6332         * po/hu.po:
6333         * po/it.po:
6334         * po/nb.po:
6335         * po/nl.po:
6336         * po/or.po:
6337         * po/sq.po:
6338         * po/sr.po:
6339         * po/sv.po:
6340         * po/uk.po:
6341         * po/vi.po:
6342         * sys/Makefile.am:
6343         * testsuite/Makefile.am:
6344           remove a whole bunch of plugins.  This module now contains a set
6345           of free reference plugins/elements as agreed.
6346
6347 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6348
6349         * configure.ac:
6350           hunting season on 0.9 is now OPEN
6351
6352 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6353
6354         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
6355           Kick the hell out of gcc for not warning me about a symbol conflict.
6356
6357 2005-02-22  Luca Ognibene  <luogni@tin.it>
6358
6359         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6360
6361         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
6362           Don't leak caps string (fixes #168134)
6363
6364         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
6365         (gst_jpegenc_init), (gst_jpegenc_finalize),
6366         (gst_jpegenc_change_state):
6367           Don't leak line buffers and context struct (fixes #168133).
6368
6369 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
6370
6371         * configure.ac:
6372         * ext/dirac/gstdiracdec.cc:
6373         (gst_diracdec_chain):
6374           Since dirac 0.5.0 the framerate in dirac is expressed as a
6375           rational number. Fix build and up requirement to 0.5.0, and
6376           also pass parameters to gst_diracdec_link in the right order
6377           (fixes #167959).
6378
6379 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
6380
6381         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
6382         * ext/faad/gstfaad.h:
6383         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
6384         certain invalid muxed streams, where some packets will contain 
6385         junk after decoder data. Partially fixes #149158.
6386
6387 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
6388         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
6389           Make sure we only write to writable buffers
6390
6391 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
6392
6393         * gst-libs/gst/riff/riff-media.c:
6394         (gst_riff_create_audio_caps_with_data):
6395           Do actually fix invalid RIFF fmt header values for alaw
6396           and mulaw audio instead of just saying so.
6397
6398         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6399           Give gst_riff_create_audio_caps_with_data() a chance to
6400           fix up broken format header fields before extracting any
6401           parameters from the header. (fixes #167633)
6402
6403 2005-02-19  Martin Holters  <martin.holters@gmx.de>
6404
6405         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6406
6407         * gst/audioconvert/bufferframesconvert.c:
6408         (buffer_frames_convert_link):
6409           Don't leak othercaps. (fixes #167878)
6410
6411 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
6412
6413         * configure.ac:
6414         * ext/libvisual/visual.c: (gst_visual_srclink),
6415         (gst_visual_change_state):
6416           Support libvisual 0.2.0.
6417
6418 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
6419
6420         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
6421         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
6422           Use same rowstrides for I420 as used everywhere else.
6423
6424 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
6425
6426         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
6427           Declare variables at beginning of block and make gcc-2.95 happy
6428           (fixes # 167482, patch by Gergely Nagy).
6429           
6430         * gst/tcp/gsttcpclientsrc.c:
6431         * gst/tcp/gsttcpclientsrc.h:
6432           Move some includes into the header, so that struct sockaddr_in is
6433           defined when it should be defined on FreeBSD as well (fixes
6434           #167483).
6435           
6436         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6437           Don't pass uninitialised values to setsockopt() here either.
6438
6439 2005-02-17  Luca Ognibene  <luogni at tin dot it>
6440
6441         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6442
6443         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
6444           Don't pass uninitialised values to setsockopt(). (fixes #167704)
6445
6446 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6447
6448         * gst/playback/gstplaybin.c: (add_sink):
6449           Invert bin_add/link order to workaround deadlock in opt.
6450
6451 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6452
6453         * gst/modplug/gstmodplug.cc:
6454           Add missing break causing position queries to fail.
6455
6456 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6457
6458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
6459           Granpos can apparently be -1, which screws up calculations...
6460
6461 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
6462
6463         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6464         (gst_ximagesink_send_pending_navigation),
6465         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
6466         (gst_ximagesink_init):
6467         * sys/ximage/ximagesink.h:
6468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6469         (gst_xvimagesink_send_pending_navigation),
6470         (gst_xvimagesink_navigation_send_event),
6471         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
6472         * sys/xvimage/xvimagesink.h:
6473           Use a mutex protected list to marshal navigation
6474           events into the stream thread from whichever thread
6475           sends them.
6476
6477 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
6478
6479         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
6480           Display current position and track length; misc. clean-ups.
6481           
6482         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
6483         (speed_init), (speed_chain):
6484           Add query function, so that the stream length and current position
6485           get adjusted when queried (note that current position queries may
6486           still be wrong if the audio sink returns values based on buffer
6487           timestamps instead of passing on the query).
6488
6489 2005-02-13  Benjamin Otte  <otte@gnome.org>
6490
6491         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6492         (gst_audio_convert_channels):
6493           create channel conversion matrix when linking
6494         * gst/audioconvert/.cvsignore:
6495         * gst/audioconvert/Makefile.am:
6496         * gst/audioconvert/channelmixtest.c: (main):
6497           add (ugly) test that ensures stereo <=> mono conversion works
6498           correctly
6499
6500 2005-02-13  Benjamin Otte  <otte@gnome.org>
6501
6502         * gst/audioconvert/gstchannelmix.h:
6503           include missing header file
6504         * gst/audioconvert/gstchannelmix.c:
6505         (gst_audio_convert_fill_compatible):
6506           use same sign for both channels when converting to/from compatible
6507           channel. Previously used different signs made the signals cancel
6508           each other out and appear like silence. (fixes #167269)
6509
6510 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6511
6512         * gst/ffmpegcolorspace/avcodec.h:
6513         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6514         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6515         (gst_ffmpegcsp_avpicture_fill):
6516         * gst/ffmpegcolorspace/imgconvert.c:
6517           Convert to and from YV12 (fixes #156379).
6518
6519 2005-02-12  Julien MOUTTE  <julien@moutte.net>
6520
6521         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6522         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6523         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6524         (gst_ximagesink_expose), (gst_ximagesink_set_property),
6525         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
6526         methods from chain and negotiation and vice versa (Fixes #166142).
6527         * sys/ximage/ximagesink.h: Add stream_lock.
6528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6529         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6530         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6531         (gst_xvimagesink_expose): Check for xcontext before trying to link.
6532
6533 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6534
6535         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
6536           Don't send "Hey! You gave me a NULL pointer you naughty person" as
6537           error message when we can't open the DVD device (when dvdnav_open()
6538           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
6539           the above). Send something more useful instead (fixes #167117).
6540
6541 2005-02-11  Julien MOUTTE  <julien@moutte.net>
6542
6543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6544         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
6545         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6546         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6547         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
6548         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
6549         methods from chain and negotiation and vice versa (Fixes #166142).
6550         Fix a possible bug of images in the buffer pool being discarded because
6551         we are looking at the wrong geometry.
6552         * sys/xvimage/xvimagesink.h: Add stream_lock.
6553
6554 2005-02-11  David Schleef  <ds@schleef.org>
6555
6556         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
6557         unsigned int. (fixes #167128)
6558
6559 2005-02-11  David Schleef  <ds@schleef.org>
6560
6561         * gst/librfb/Makefile.am: Testing stuff before committing is
6562           for wimps... and people with fast machines.  Fix stupid
6563           mistake.
6564
6565 2005-02-11  David Schleef  <ds@schleef.org>
6566
6567         * configure.ac: Pull in librfb from my CVS tree, because it is
6568           too small and annoying to be separate.  Move rfbsrc plugin
6569           to gst/.
6570         * ext/Makefile.am:
6571         * ext/librfb/Makefile.am:
6572         * ext/librfb/gstrfbsrc.c:
6573         * gst/librfb/Makefile.am:
6574         * gst/librfb/gstrfbsrc.c:
6575         * gst/librfb/rfb.c:
6576         * gst/librfb/rfb.h:
6577         * gst/librfb/rfbbuffer.c:
6578         * gst/librfb/rfbbuffer.h:
6579         * gst/librfb/rfbbytestream.c:
6580         * gst/librfb/rfbbytestream.h:
6581         * gst/librfb/rfbcontext.h:
6582         * gst/librfb/rfbdecoder.c:
6583         * gst/librfb/rfbdecoder.h:
6584         * gst/librfb/rfbutil.h:
6585
6586 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
6587
6588         * gst/speed/Makefile.am:
6589         * gst/speed/demo-mp3.c: (main):
6590         * gst/speed/filter.func:
6591         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
6592         (speed_class_init), (speed_init), (speed_chain_int16),
6593         (speed_chain_float32), (speed_chain), (speed_set_property),
6594         (speed_get_property), (speed_change_state):
6595         * gst/speed/gstspeed.h:
6596           Fix speed element and make it chain-based (fixes #156467),
6597           and make it handle more than one channel.
6598
6599 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
6600
6601         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
6602         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
6603         (gst_dtsdec_chain), (gst_dtsdec_change_state):
6604         * ext/dts/gstdtsdec.h:
6605           Don't clobber the stack constructing the channels array.
6606           Make the element chain-based. DTS tracks can now be played.
6607           
6608 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6609
6610         * gst-libs/gst/audio/multichannel.h:
6611         * gst-libs/gst/gconf/gconf.h:
6612         * gst-libs/gst/idct/idct.h:
6613         * gst-libs/gst/media-info/media-info-priv.h:
6614         * gst-libs/gst/play/play.h:
6615         * gst-libs/gst/resample/private.h:
6616         * gst-libs/gst/resample/resample.h:
6617         * gst-libs/gst/riff/riff-ids.h:
6618         * gst-libs/gst/video/video.h:
6619         * gst-libs/gst/video/videosink.h:
6620           Add G_BEGIN_DECLS and G_END_DECLS around headers where
6621           missing, so that they work when included from C++ code.
6622
6623 2005-02-09  David Schleef  <ds@schleef.org>
6624
6625         * testsuite/gst-lint: Check for non-statically scoped
6626           parent_class variables.  This won't be a problem once
6627           plugins are loaded with RTLD_LOCAL.
6628
6629 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6630
6631         * ext/mplex/gstmplexibitstream.cc:
6632           gcc madness.
6633
6634 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6635
6636         * ext/ogg/gstogmparse.c:
6637         * gst/debug/gstnavigationtest.c:
6638           Die, thou faulty symbol pollutors (non-static parent_class).
6639
6640 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6641
6642         * ext/mplex/gstmplexibitstream.cc:
6643           Fix event handling (#165525).
6644
6645 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6646
6647         * ext/mikmod/gstmikmod.c:
6648         * gst/modplug/gstmodplug.cc:
6649           Add missing endianness to template (fixes #165509).
6650
6651 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6652
6653         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6654           Fix wrong order of reading of optional bytes (#165290).
6655
6656 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6657
6658         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6659           Implement FILLER event awareness.
6660
6661 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6662
6663         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6664           Fix track calculations (#166208).
6665
6666 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6667
6668         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6669
6670         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6671         * ext/libpng/gstpngenc.c:
6672           Fix byte-order, use proper fixed caps. Fixes #164197.
6673
6674 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6675
6676         * configure.ac:
6677           Add dvdlpcmdec 
6678
6679         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6680         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6681           Don't push buffers if the src pad isn't negotiated yet.
6682           
6683         * gst/audioconvert/gstaudioconvert.c:
6684         (gst_audio_convert_buffer_to_default_format),
6685         (gst_audio_convert_buffer_from_default_format):
6686           Add support for 24-bit width.
6687
6688         * gst/dvdlpcmdec/.cvsignore:
6689         * gst/dvdlpcmdec/Makefile.am:
6690         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6691         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6692         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6693         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6694         (plugin_init):
6695         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6696           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6697           format. Needs support for the channels maps if someone can find 
6698           a DVD LPCM track with > 2 channels.
6699
6700         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6701         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6702         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6703         * gst/mpegstream/gstdvddemux.h:
6704         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6705         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6706         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6707         * gst/mpegstream/gstmpegdemux.h:
6708         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6709         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6710         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6711         (gst_mpeg_parse_handle_src_query),
6712         (gst_mpeg_parse_handle_src_event):
6713           Use audio/x-dvd-lpcm for LPCM output.
6714           Add DTS output.
6715
6716 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6717
6718         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6719
6720         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6721         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6722           Add BGRA handling (#165736).
6723
6724 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6725
6726         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6727
6728         * gst/law/alaw-decode.c: (alawdec_link):
6729         * gst/law/alaw-encode.c: (alawenc_link):
6730         * gst/law/mulaw-decode.c: (mulawdec_link):
6731         * gst/law/mulaw-encode.c: (mulawenc_link):
6732           Fix caps memleaks (#166600).
6733
6734 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6735
6736         * ext/tarkin/mem.h:
6737         * ext/tarkin/wavelet.h:
6738         * ext/tarkin/yuv.h:
6739         * gst/ffmpegcolorspace/avcodec.h:
6740           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6741           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6742
6743 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6744
6745         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6746         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6747         (gst_xvimagesink_change_state):
6748           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6749           Xv video (and thereby regenerate Xv colourkey) in clear() so
6750           that PLAY -> READY -> PLAY works (fixes #162504).
6751
6752 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6753
6754         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6755           Switch to list instead of range, since MJPEG-devices really just
6756           support decimations, not any size.
6757
6758 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6759         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6760         (gst_mpeg2dec_reset), (free_all_buffers),
6761         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6762         * ext/mpeg2dec/gstmpeg2dec.h:
6763           The libmpeg2 user-allocated buffer management is awkward, 
6764           to say the least. Hopefully this fixes things.
6765
6766 2005-02-04  Andy Wingo  <wingo@pobox.com>
6767
6768         * gst/audioconvert/bufferframesconvert.c
6769         (buffer_frames_convert_fixate): New function, fixates to 256
6770         frames per buffer by default. (Much better than 1.)
6771         (buffer_frames_convert_init): Set the fixate function for both src
6772         and sink pad.
6773         (buffer_frames_convert_link): After success setting nonfixed caps,
6774         get the negotiated caps so we can know how many buffer-frames it
6775         will be. No idea how this worked at all before.
6776
6777 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6778
6779         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6780         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6781         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6782         (handle_sequence), (handle_picture):
6783         * ext/mpeg2dec/gstmpeg2dec.h:
6784           Rearrange buffer tracking and refcounting and refactor
6785           a little for readability. 
6786
6787 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6788         * sys/v4l/gstv4l.c: (plugin_init):
6789         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6790         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6791         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6792         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6793         * sys/v4l/gstv4ljpegsrc.h:
6794         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6795         * sys/v4l/v4l_calls.h:
6796         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6797         (gst_v4lsrc_get_fps):
6798         * sys/v4l/v4lsrc_calls.h:
6799           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6800           you jpeg inside rgb frames" driver.
6801           Don't error in the v4lsrc link function, just return 
6802           REFUSED.
6803
6804 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6805
6806         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6807         (gst_qcamsrc_open):
6808           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6809
6810 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6811
6812         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6813           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6814
6815 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6816
6817         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6818           Reset negotiated state on PAUSED->READY.
6819
6820 2005-02-02  David Schleef  <ds@schleef.org>
6821
6822         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6823         whereever possible.  (Fixes #165997)
6824         * examples/capsfilter/capsfilter1.c: (main):
6825         * examples/dynparams/filter.c: (create_ui):
6826         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6827         * examples/seeking/chained.c: (main):
6828         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6829         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6830         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6831         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6832         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6833         * examples/switch/switcher.c: (main):
6834         * ext/dv/demo-play.c: (main):
6835         * ext/faad/gstfaad.c: (gst_faad_change_state):
6836         * ext/mad/gstmad.c: (gst_mad_chain):
6837         * ext/smoothwave/demo-osssrc.c: (main):
6838         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6839         (gst_gconf_render_bin_from_description),
6840         (gst_gconf_get_default_audio_sink),
6841         (gst_gconf_get_default_video_sink),
6842         (gst_gconf_get_default_audio_src),
6843         (gst_gconf_get_default_video_src),
6844         (gst_gconf_get_default_visualization_element):
6845         * gst/level/demo.c: (main):
6846         * gst/level/plot.c: (main):
6847         * gst/playback/gstplaybin.c: (gen_video_element),
6848         (gen_audio_element):
6849         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6850         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6851         * gst/sine/demo-dparams.c: (main):
6852         * gst/spectrum/demo-osssrc.c: (main):
6853         * gst/speed/demo-mp3.c: (main):
6854         * gst/volume/demo.c: (main):
6855         * testsuite/embed/embed.c: (main):
6856
6857 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6858
6859         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6860         (gst_tcpclientsink_finalize):
6861         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6862         (gst_tcpclientsrc_finalize):
6863         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6864         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6865         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6866         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6867           Don't leak the hostname when shutting down.
6868           In tcpserversrc, take a copy of the default hostname.
6869
6870 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6871
6872         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6873           Set caps to systemstream=TRUE.
6874
6875 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6876
6877         * testsuite/Makefile.am:
6878           Fix more OSX buildbots.
6879
6880 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6881
6882         * ext/mpeg2dec/gstmpeg2dec.c:
6883           Don't send things to NULL PAD_PEERs
6884
6885         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6886           Copy-on-write the incoming buffer.
6887
6888         * gst/mpegstream/gstdvddemux.h:
6889         * gst/mpegstream/gstmpegclock.h:
6890         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6891         (normal_seek), (gst_mpeg_demux_handle_src_event):
6892         * gst/mpegstream/gstmpegdemux.h:
6893         * gst/mpegstream/gstmpegpacketize.h:
6894         * gst/mpegstream/gstmpegparse.c:
6895         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6896         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6897         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6898         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6899         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6900         * gst/mpegstream/gstmpegparse.h:
6901         * gst/mpegstream/gstrfc2250enc.h:
6902           Various changes to the way time is computed that make seeking and
6903           total time estimation much better here.
6904           Use G_BEGIN/END_DECLS instead of __cplusplus
6905
6906         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6907           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6908
6909 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6910
6911         * gst/subparse/gstsubparse.c:
6912           Fix OSX buildbot.
6913
6914 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6915
6916         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6917         (theora_enc_chain), (theora_enc_change_state):
6918         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6919         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6920         (gst_vorbisenc_change_state):
6921         * ext/vorbis/vorbisenc.h:
6922           Set granulepos and timestamp correctly for streams not
6923           starting at 0, taking into account the initial delay.
6924
6925 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6926
6927         * gst/mpegstream/gstdvddemux.c:
6928           Add audio/x-dts to audio pad template caps
6929
6930 2005-01-30  David Schleef  <ds@schleef.org>
6931
6932         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6933         (create_context), (gst_polypsink_link): Fix silly endianness
6934         bug.  Add some debugging.  Remove float from caps; it doesn't
6935         work.  Attempt to get remote audio working.
6936
6937 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6938
6939         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6940           Add 3IV2 fourcc.
6941
6942 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6943
6944         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6945         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6946         (gst_avi_demux_stream_data):
6947         * gst/avi/gstavidemux.h:
6948           Invert DIB images. Fixes #132341.
6949
6950 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6951
6952         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6953         (gst_ffmpegcsp_chain):
6954           D'oh, reference the palette data, not the palette structure.
6955           Fixes color distortion in #132341.
6956
6957 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6958
6959         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6960           PAR can be non-fixed when not provided as argument (#162626).
6961
6962 2005-01-29  David Moore  <dcm@acm.org>
6963
6964         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6965
6966         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6967         (gst_qtdemux_loop_header):
6968           Re-apply patch from #142272 that allows non-seekable sources,
6969           re-proposed by Daniel Drake <dsd@gentoo.org>.
6970
6971 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6972
6973         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6974           Use the src template for creating the src pad (#162330).
6975
6976 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6977
6978         * configure.ac:
6979         * ext/musepack/Makefile.am:
6980         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6981         (gst_musepackdec_init), (gst_musepackdec_dispose),
6982         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6983         (gst_musepack_stream_init), (gst_musepackdec_loop),
6984         (gst_musepackdec_change_state):
6985         * ext/musepack/gstmusepackdec.cpp:
6986         * ext/musepack/gstmusepackdec.h:
6987         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6988         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6989         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6990         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6991         * ext/musepack/gstmusepackreader.cpp:
6992         * ext/musepack/gstmusepackreader.h:
6993           Update to 1.1 API (#165446).
6994
6995 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6996
6997         * ext/Makefile.am:
6998           Unbreak buildbot.
6999
7000 2005-01-28  Andy Wingo  <wingo@pobox.com>
7001
7002         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
7003         to reflect a different dubious internet source. Add a reference
7004         and some commentary.
7005
7006 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7007
7008         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7009         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
7010         * gst/playback/gststreamselector.h:
7011           Be more selective when we're redoing caps negotiation from
7012           within the chain function on a stream change.
7013
7014 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7015
7016         * configure.ac:
7017         * ext/Makefile.am:
7018         * ext/amrnb/Makefile.am:
7019         * ext/amrnb/amrnb.c: (plugin_init):
7020         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
7021         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
7022         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
7023         (gst_amrnbdec_state_change):
7024         * ext/amrnb/amrnbdec.h:
7025         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
7026         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
7027         (gst_amrnbparse_init), (gst_amrnbparse_formats),
7028         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
7029         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
7030         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
7031         * ext/amrnb/amrnbparse.h:
7032           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
7033         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7034           Add AMR-NB/-WB raw formats.
7035         * ext/alsa/gstalsa.c: (gst_alsa_link):
7036           Keep valid time when changing format.
7037         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7038         (qtdemux_parse_trak):
7039           Add some more format-specific options (#140141, #143555, #155163).
7040
7041 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7042
7043         * gst/matroska/matroska-demux.c:
7044         (gst_matroska_demux_parse_blockgroup):
7045           Fix logic error in timing of subtitle stream synchronization.
7046         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7047           Add skip-chunk, which is found in kodak-camera streams.
7048
7049 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7050
7051         * po/LINGUAS:
7052         * po/vi.po:
7053           Adding Vietnamese translation (submitted by Clytie Siddall)
7054
7055 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7056
7057         * gst/playback/gstdecodebin.c: (try_to_link_1):
7058           Use realpad for signal.
7059
7060 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7061
7062         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
7063           Fix category so decodebin picks it up.
7064
7065 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7066
7067         * ext/mad/Makefile.am:
7068         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
7069         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
7070         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
7071         (found_type), (gst_id3demux_bin_change_state):
7072         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
7073         (gst_id3_tag_init), (gst_id3_tag_handle_event),
7074         (gst_id3_tag_src_link), (gst_id3_tag_chain),
7075         (gst_id3_tag_change_state), (plugin_init):
7076         * ext/mad/gstmad.h:
7077           Add id3demuxbin (which is a simple bin consisting of id3demux
7078           and typefind), take over rank from id3demux, remove typefind
7079           code from id3demux. Makes all broken mp3s that I know of work,
7080           and thereby fixes #152688.
7081
7082 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
7083
7084         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7085
7086         * ext/mad/gstmad.c: (gst_mad_src_event):
7087         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
7088           Allow seeks on audio pad, make mad forward those (#164826).
7089         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7090           Set duration (#165335).
7091
7092 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7093
7094         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
7095         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
7096         (gst_asf_demux_process_ext_content_desc),
7097         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
7098         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
7099         * gst/asfdemux/gstasfdemux.h:
7100           Improve metadata display, e.g. if the metadata comes before the
7101           streams are loaded (which is perfectly valid).
7102
7103 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7104
7105         * tools/gst-launch-ext-m.m:
7106           Fix AVI/ASF pipelines (#165340).
7107
7108 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
7109         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
7110         build failure on amd64
7111
7112 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
7113
7114         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
7115         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
7116           Check environment variables GST_ID3V2_TAG_ENCODING,
7117           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
7118           list of character encodings to force interpretation of non-unicode
7119           strings stored in an ID3v2 tag to a particular encoding. If none
7120           is specified, try to use current locale's encoding, then fall back
7121           to ISO-8859-1 (which will always succeed). (Resolves #149274)
7122         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
7123         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
7124           Check environment variables GST_ID3V1_TAG_ENCODING,
7125           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
7126           list of character encodings to use in case a string encountered
7127           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
7128           specified, try to use the current locale's encoding, then fall
7129           back to ISO-8859-1 (which will always succeed).
7130
7131 2005-01-25  Benjamin Otte  <otte@gnome.org>
7132
7133         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
7134           - on half framerate, compute the rate in advance so the comparisons
7135             don't compare wrong values
7136           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
7137             behaviour
7138           - don't use mad_header_decode anymore, mad_frame_decode does that
7139             automatically
7140           - when getting rid of consumed bytes, reset the stream's skiplen
7141           (fixes #163867)
7142
7143 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
7144
7145         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
7146           Use 1/2 a second for default max_discont, as PES streams from DVB
7147           seem to have larger spacings in the SCR. 
7148           Fix a typo.
7149
7150 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7151
7152         * gst/playback/gstplaybasebin.c: (group_commit):
7153           Notify delayed stream-info availability.
7154
7155 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
7156         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7157         (gst_a52dec_handle_event), (gst_a52dec_chain):
7158         Add some debug output. Check that a discont has a valid
7159         time associated.
7160         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
7161         (gst_alsa_sink_loop):
7162         Ignore TAG events. A little extra debug for broken timestamps.
7163         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
7164         (dvdnavsrc_change_state):
7165         Ensure we send a discont to engage the link before we send any
7166         other events.
7167         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
7168         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
7169         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
7170         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
7171         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
7172         dvd://title works in totem because typefinding sends a seek that ends
7173         up going back to chapter 1 regardless.
7174         * ext/mpeg2dec/gstmpeg2dec.c:
7175         * ext/mpeg2dec/gstmpeg2dec.h:
7176         Output correct timestamps and handle disconts.
7177         * ext/ogg/gstoggdemux.c: (get_relative):
7178         Small guard against a null dereference.
7179         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
7180         (gst_textoverlay_set_property):
7181         Free memory when done. Don't call gst_event_filler_get_duration on
7182         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
7183         g_warning.
7184         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
7185         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
7186         (gst_sw_srclink), (gst_smoothwave_chain):
7187         Draw solid lines, prettier colours.
7188         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
7189         Add a default palette that'll work for some movies.
7190         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
7191         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
7192         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
7193         * gst/mpegstream/gstdvddemux.h:
7194         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
7195         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
7196         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
7197         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
7198         * gst/mpegstream/gstmpegparse.h:
7199         Use PTM/NAV events when for timestamp adjustment when connected to 
7200         dvdnavsrc. Don't use many discont events where one suffices.
7201         * gst/playback/gstplaybasebin.c: (group_destroy),
7202         (gen_preroll_element), (gst_play_base_bin_add_element):
7203         * gst/playback/gstplaybasebin.h:
7204         Make sure we remove subtitles from the same bin we put them in.
7205         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
7206         (gst_subparse_buffer_format_autodetect),
7207         (gst_subparse_change_state):
7208         Fix some memleaks and invalid accesses.
7209         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
7210         (oggskel_type_find), (cmml_type_find), (plugin_init):
7211         Some typefind functions for Annodex v3.0 files
7212         * gst/wavparse/gstwavparse.h:
7213         GstRiffReadClass is the correct parent class.
7214
7215 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7216
7217         * gst-libs/gst/riff/riff-media.c:
7218         (gst_riff_create_video_caps_with_data):
7219           Add extradata to huffyuv (fixes #165013).
7220         * gst-libs/gst/riff/riff-read.c:
7221         (gst_riff_read_strf_vids_with_data):
7222           Fix extradata extraction if it is in the chunk size.
7223
7224 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
7225
7226         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7227
7228         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
7229         (gst_quarktv_change_state), (gst_quarktv_dispose):
7230           Memory free'ing location fix (#164708).
7231
7232 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7233
7234         * gst/playback/gstplaybasebin.c: (group_commit),
7235         (gen_preroll_element), (probe_triggered), (gen_source_element),
7236         (setup_source), (gst_play_base_bin_change_state),
7237         (gst_play_base_bin_add_element):
7238           Don't block for streams.
7239         * gst/playback/gststreaminfo.c: (stream_info_change_state),
7240         (gst_stream_info_set_mute):
7241           Use gst_pad_set_active_recursive.
7242
7243 2005-01-25  Andy Wingo  <wingo@pobox.com>
7244
7245         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
7246         for #ifndef HAVE_XVIDEO.
7247
7248 2005-01-24  Jeffrey C. Ollie
7249
7250         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
7251
7252         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
7253         * ext/gsm/gstgsmdec.h:
7254         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
7255         * ext/gsm/gstgsmenc.h:
7256         Fix rate to 8kHz as per spec, removes obscure errors when no rate
7257         was given by property. Add proper buffer timestamps and offsets.
7258
7259 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7260
7261         * gst-libs/gst/riff/riff-media.c:
7262         (gst_riff_create_audio_caps_with_data):
7263           Audio can be <8000Hz.
7264
7265 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7266
7267         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7268           Explicit state change to workaround refcount bugs.
7269
7270 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7271
7272         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
7273         (gst_avimux_riff_get_avi_header):
7274           Fix...
7275
7276 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7277
7278         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
7279         (gst_riff_read_element_data):
7280         * gst-libs/gst/riff/riff-read.h:
7281           Add _peek version (req'ed in CDXA).
7282         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
7283         (gst_cdxaparse_loop):
7284           Fix parsing in playbin.
7285         * gst/playback/gstdecodebin.c: (close_pad_link):
7286           Ignore current_ pads, they cause major annoyance.
7287
7288 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7289
7290         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7291           Safety guard.
7292
7293 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7294
7295         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
7296           Fix padding...
7297
7298 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7299
7300         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
7301           Allow for 0-sized buffers. Fixes length query problems in
7302           starwars.mkv from the testsuite.
7303
7304 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
7305
7306         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
7307         (gst_video_box_i420), (gst_video_box_chain):
7308           Fix row strides for I420 (fixes #163159)
7309           
7310 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7311
7312         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
7313           MPEG2 has a useful rate property, so we can actually use that.
7314           For MPEG-1, continue using the bytes/time properties.
7315
7316 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7317
7318         * gst-libs/gst/riff/riff-media.c:
7319         (gst_riff_create_video_caps_with_data),
7320         (gst_riff_create_video_template_caps):
7321           Add intel-h263.
7322
7323 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7324
7325         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
7326           Fail if caps negotiation fails. Should fix #162184, and should
7327           definately be in there regardless of it fixing the actual bug.
7328         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
7329         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
7330         (gst_avimux_riff_get_avix_header),
7331         (gst_avimux_riff_get_video_header),
7332         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
7333         (gst_avimux_start_file), (gst_avimux_handle_event),
7334         (gst_avimux_change_state):
7335         * gst/avi/gstavimux.h:
7336           Refactor structure writing to use GST_WRITE_UINT macros, add
7337           metadata writing support.
7338
7339 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7340
7341         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
7342           Elements may already be destroyed when this function is called.
7343
7344 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7345
7346         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7347         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
7348           More memory leak fixes (#149162).
7349
7350 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7351
7352         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7353         (gst_qtdemux_add_stream):
7354           Fix two memleaks.
7355
7356 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7357
7358         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7359           Argh...
7360
7361 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7362
7363         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7364           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
7365           when fixating to six channels in Totem.
7366
7367 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7368
7369         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
7370           Fix compile warnings on Solaris 10 buildbot
7371
7372 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7373
7374         * ext/dvdread/dvdreadsrc.c: (_read):
7375           Don't read beyond the last cell in a chapter (fixes 
7376           invalid memory access)
7377
7378 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7379
7380         * ext/dvdread/stream_labels.c:
7381         (dvdreadsrc_get_audio_stream_labels):
7382           Use NULL for an empty GList instead of g_list_alloc(); fix 
7383           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
7384           of GString (easier to bulk free later)
7385
7386 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7387
7388         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7389
7390         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7391         (gst_ffmpeg_pixfmt_to_caps):
7392           Fix BGRA32 caps (#164209).
7393
7394 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7395
7396         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7397
7398         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7399         (gst_ffmpeg_caps_to_pixfmt):
7400           alpha_mask can be RGBA/ABGR. Fixes #164265.
7401
7402 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
7403
7404         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7405
7406         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
7407         (gst_mpeg2dec_alloc_buffer):
7408         * ext/mpeg2dec/gstmpeg2dec.h:
7409           Crop if decoding size is not the actual image size (#163676).
7410
7411 2005-01-17  Steve Baker  <steve@stevebaker.org>
7412
7413         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7414
7415         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
7416         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
7417           Add libsndfile typefind functions (#163309).
7418
7419 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7420
7421         * tools/gst-launch-ext-m.m:
7422           Add .aac, fix .m1v/.m2v (#163891).
7423
7424 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7425
7426         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
7427           Sanity check, don't wait endlessly since the clock might not
7428           actually run at this point (which is a deadlock). Fixes #164069.
7429
7430 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7431
7432         * gst/playback/gstplaybasebin.c: (probe_triggered):
7433           Of course, only pause if group is done...
7434
7435 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7436
7437         * gst/playback/gstplaybasebin.c: (probe_triggered):
7438           Thread safety.
7439
7440 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
7441
7442         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
7443           Don't return state change success when the parent
7444           failed.
7445
7446 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7447
7448         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
7449           Free events (fix memleak in #162905).
7450
7451 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
7452
7453         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7454
7455         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7456         (gst_ffmpeg_caps_to_pixfmt):
7457           Fix for depth = 15. Fixes #161675.
7458
7459 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7460
7461         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7462           Set FPS correctly, even for webcams and the like.
7463         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
7464           Don error on setting while capturing.
7465
7466 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7467
7468         * ext/dv/gstdvdec.c:
7469         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7470         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7471           I'm a bad boy. using /1001. to force C to do float division
7472           and not integer division (as it did in my last commit)
7473           Thanks to David I. Lehn for pointing this mistake.
7474
7475 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7476
7477         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7478           Revert Johan??s 1.35->1.36 since it breaks compat.
7479
7480 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7481
7482         * ext/dv/gstdvdec.c:
7483         * ext/libfame/gstlibfame.c:
7484         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7485         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7486           replace framerate aproximations by their real value
7487           (24000/1001, 30000/1001, 60000/1001)
7488           Finish fixing bug #164049
7489
7490 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7491
7492         * ext/ogg/gstoggmux.c:
7493           eos/bos debugging
7494         * gst/tcp/gstmultifdsink.c:
7495         * gst/tcp/gstmultifdsink.h:
7496         * gst/tcp/gsttcp.c:
7497         * gst/tcp/gsttcp.h:
7498         * gst/tcp/gsttcpclientsink.c:
7499         * gst/tcp/gsttcpclientsrc.c:
7500         * gst/tcp/gsttcpserversink.c:
7501         * gst/tcp/gsttcpserversrc.c:
7502           improve reusability of elements after state changes and errors
7503           make multifdsink throw away streamheaders when receiving new ones
7504
7505 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7506
7507         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7508           Fix for if items are already in list...
7509
7510 2005-01-12  Benjamin Otte  <otte@gnome.org>
7511
7512         * gst/adder/gstadder.c: (gst_adder_loop):
7513           fix adder a bit so it doesn't screw up with events as much anymore
7514
7515 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
7516
7517         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
7518         (pixbufscale_scale), (gst_pixbufscale_chain):
7519         * ext/gdk_pixbuf/pixbufscale.h:
7520           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
7521           to ensure rowstrides are calculated the same way as 
7522           ffmpegcolorspace
7523           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
7524           that we pick up duration and offset also.
7525
7526 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7527
7528         * gst/avi/gstavimux.c: (gst_avimux_class_init),
7529         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
7530           Reusability fixes.
7531
7532 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7533
7534         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
7535         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7536         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7537         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7538           Update flags when requested.
7539
7540 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7541
7542         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7543           Fix dmix.
7544
7545 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7546
7547         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7548         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7549         (probe_triggered), (new_decoded_pad), (gen_source_element),
7550         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7551         * gst/playback/gstplaybasebin.h:
7552         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7553         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
7554         (gst_play_bin_change_state):
7555           Implement group-switch signal for use in apps to clear metadata
7556           cache, clean up subtitle, add suburi property instead of # hack,
7557           some error-out fixes.
7558
7559 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7560
7561         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7562           Debug.
7563         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
7564           If we got a state change in the _get handler, don't return success.
7565
7566 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7567
7568         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
7569         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
7570           Make jpegdec quiet on MJPEG decoding
7571         * gst/asfdemux/README:
7572           Fix mimetypes for MJPEG and H263
7573
7574 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7575
7576         * ext/theora/theoradec.c: (theora_dec_chain):
7577           Fix broken code generation by gcc by swapping arguments.
7578         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7579           Fix \n in debug.
7580
7581 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7582
7583         * TODO:
7584           delete this file, it is by far outdated
7585         * ext/alsa/gstalsa.1: remove
7586         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
7587         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
7588         (gst_alsa_get_caps):
7589           Add HW probing for supported sample rates. Fixes #161704
7590
7591 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7592
7593         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7594           Don't crash, biatch! :).
7595
7596 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7597
7598         * ext/musepack/gstmusepackreader.cpp:
7599         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7600           Some work on tags - still doesn't work in playbin...
7601         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7602           Handle events...
7603
7604 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7605
7606         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
7607           Also shove tags on kid pads.
7608
7609 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7610
7611         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7612           Don't bail on unknown events.
7613         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7614           Don't crash on events before negotiation.
7615         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7616           Send tags on pads, too.
7617         * gst/playback/gststreamselector.c:
7618         (gst_stream_selector_request_new_pad):
7619           Forward events on first pad if no input was selected yet.
7620
7621 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7622
7623         * gst/playback/gstplaybasebin.c: (setup_substreams):
7624           Don't disable streamtype if the stream doesn't exist, since
7625           then playing a video after audio will disable both and nothing
7626           will happen. Fixes the testsuite.
7627
7628 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7629
7630         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
7631         (gst_v4l_xoverlay_set_xwindow_id):
7632         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7633         (gst_v4l2_xoverlay_set_xwindow_id):
7634           Add debug categories, fix overlay disabling.
7635
7636 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7637
7638         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7639         * ext/alsa/gstalsa.h:
7640           Add HW probing for period_count/size and buffer_size MIX/MAX
7641           Adjust default/user defined value if out of bounds
7642           Should fix bug #162024
7643
7644 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7645
7646         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7647           Fix warning (#161191).
7648
7649 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7650
7651         * ext/dvdread/stream_labels.c:
7652         (dvdreadsrc_get_audio_stream_labels):
7653           Fix warning (init the good variable in switch default)
7654
7655 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7656
7657         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7658
7659         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7660           Fix gcc-2.95 compile (#163485).
7661
7662 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7663
7664         * configure.ac:
7665         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7666         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7667         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7668         (gst_flacenc_change_state):
7669         * ext/flac/gstflacenc.h:
7670           Update for API change in flac-1.1.1. Update requirement in
7671           configure.ac. Fixes #162974.
7672
7673 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7674
7675         * gst/playback/gstplaybasebin.c: (group_destroy):
7676           Remove hack to get rid of assert and get rid of unlinked
7677           signals properly.
7678
7679 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7680
7681         * gst/playback/gstplaybasebin.c: (setup_source):
7682           Set source to NULL so that resources are free'ed. Fixes issues
7683           with playback of CDDA and similar device-accessing things.
7684
7685 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7686
7687         * testsuite/embed/Makefile.am:
7688           test->noinst, fix make test in buildbot.
7689
7690 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7691
7692         * ext/dvdread/stream_labels.c: new file
7693         * ext/dvdread/stream_labels.h: new file
7694         * ext/dvdread/Makefile.am:
7695         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7696           Extract audio stream label from DVD IFO files.
7697           It only dump them on the console for now, still have to
7698           make playbin aware of them.
7699
7700 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7701
7702         * gst/playback/gstplaybasebin.c: (setup_source):
7703           Fix hanging subs.
7704
7705 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7706
7707         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7708         (gen_preroll_element), (remove_groups), (setup_subtitle),
7709         (gen_source_element), (setup_source):
7710         * gst/playback/gstplaybasebin.h:
7711           Multiple .sub files is just a stupid idea... Fix some threading
7712           mistakes. Interestingly, external .sub files cause playbin to
7713           hang, I don't know why... Parsing fixes contributed by Fran??ois
7714           Kooman <fkooman@tuxed.net>.
7715
7716 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7717
7718         * testsuite/embed/Makefile.am:
7719           Fix buildbot.
7720
7721 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7722
7723         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7724
7725         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7726         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7727         (gst_pngenc_set_property):
7728         * ext/libpng/gstpngenc.h:
7729           Add compression level property (#163323).
7730
7731 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7732
7733         * configure.ac:
7734         * examples/capsfilter/capsfilter1.c: (main):
7735         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7736         * ext/dvdread/Makefile.am:
7737         * ext/dvdread/demo-play:
7738         * ext/dvdread/demo-play.c:
7739         * gconf/gstreamer.schemas.in:
7740         * gst-libs/gst/gconf/gconf.c:
7741         * sys/v4l/TODO:
7742         * testsuite/Makefile.am:
7743         * testsuite/embed/Makefile.am:
7744         * testsuite/embed/embed.c: (cb_expose), (main):
7745           Remove all references to xvideosink, fix examples (#140845).
7746         * gst/playback/gstplaybasebin.c: (group_destroy):
7747           Apparently, disposal does not unlink - so do explicitely.
7748         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7749           Add debug.
7750
7751 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7752
7753         * README: fix PKG_CONFIG_PATH instructions, what was there
7754         previously was breaking default search path, not nice. 
7755         Fixes #163358
7756
7757 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7758
7759         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7760         (gst_audioscale_chain):
7761           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7762           when resampling - how the ^@$^!@^! is this possible?!?
7763
7764 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7765
7766         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7767           Reset variables on READY.
7768         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7769         (gst_matroska_mux_loop):
7770           Require data before writing header.
7771
7772 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7773
7774         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7775
7776         * ext/mad/gstmad.c: (gst_mad_chain):
7777           Don't call mad_stream_sync() directly after recovering sync.
7778           Fixes #151661.
7779
7780 2005-01-09  Martin Eikermann  <meiker@upb.de>
7781
7782         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7783
7784         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7785         (snapshot_handler), (gst_snapshot_sinkconnect),
7786         (gst_snapshot_chain):
7787           Allocate resources when required, fix recursive signal emission
7788           and fix caps. Fixes #161667.
7789
7790 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7791
7792         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7793
7794         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7795         (gst_pngdec_chain):
7796           Handle only 8-bppc (bits-per-pixel-component) images, better
7797           error handling and correct strides. Fixes #163177.
7798         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7799         (gst_pngenc_chain):
7800           Better error handling. Fixes #163348.
7801
7802 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7803
7804         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7805         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7806         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7807         (dvdnavsrc_uri_handler_init):
7808           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7809         * gst/playback/gstplaybasebin.c: (gen_source_element):
7810           Add MMS to streaming URIs.
7811
7812 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7813
7814         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7815         * sys/xvimage/xvimagesink.c:
7816         (gst_xvimagesink_navigation_send_event):
7817           Check for pad availability before sending event.
7818
7819 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7820
7821         * gst-plugins.spec.in:
7822           Add subparse.
7823
7824 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7825
7826         * configure.ac:
7827           Since we use functions from CVS, up requirement.
7828
7829 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7830
7831         * gst/playback/Makefile.am:
7832         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7833         (group_destroy), (group_commit), (group_is_muted),
7834         (gen_preroll_element), (add_stream), (unknown_type),
7835         (probe_triggered), (preroll_unlinked), (mute_stream),
7836         (silence_stream), (new_decoded_pad), (setup_substreams),
7837         (setup_source), (get_active_source), (mute_group_type),
7838         (muted_group_change_state), (set_active_source),
7839         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7840         (play_base_eos), (gst_play_base_bin_change_state):
7841         * gst/playback/gstplaybasebin.h:
7842         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7843         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7844         (gst_stream_info_dispose), (stream_info_mute_pad),
7845         (stream_info_change_state), (gst_stream_info_set_mute):
7846         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7847         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7848         (gst_stream_selector_init), (gst_stream_selector_dispose),
7849         (gst_stream_selector_get_linked_pad),
7850         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7851         (gst_stream_selector_get_linked_pads),
7852         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7853         * gst/playback/gststreamselector.h:
7854           Adding stream selection support plus required properties for
7855           applications to use this. Fully fixes #100931.
7856
7857 2005-01-08  Benjamin Otte  <otte@gnome.org>
7858
7859         * gst/games/gstpuzzle.c: (nav_event_handler):
7860           - handle nav events differently: forward every event no matter if it
7861             was handled or not.
7862           - translate events
7863           You can now cheat by using navigationtest ! puzzle and moving the
7864           mouse close to the edge of a tile. ;)
7865
7866 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7867
7868         * configure.ac:
7869         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7870         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7871         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7872         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7873         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7874         (gst_ogm_parse_plugin_init):
7875         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7876         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7877         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7878         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7879         * ext/pango/gsttextoverlay.h:
7880         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7881         (gst_matroska_demux_handle_seek_event),
7882         (gst_matroska_demux_sync_streams),
7883         (gst_matroska_demux_parse_blockgroup),
7884         (gst_matroska_demux_subtitle_caps),
7885         (gst_matroska_demux_plugin_init):
7886         * gst/matroska/matroska-ids.h:
7887         * gst/playback/gstdecodebin.c: (close_pad_link):
7888         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7889         (gen_preroll_element), (remove_groups), (add_stream),
7890         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7891         (setup_source):
7892         * gst/playback/gstplaybasebin.h:
7893         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7894         * gst/subparse/Makefile.am:
7895         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7896         (gst_subparse_base_init), (gst_subparse_class_init),
7897         (gst_subparse_init), (gst_subparse_formats),
7898         (gst_subparse_eventmask), (gst_subparse_event),
7899         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7900         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7901         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7902         (parse_mpsub_deinit), (parse_mpsub_init),
7903         (gst_subparse_buffer_format_autodetect),
7904         (gst_subparse_format_autodetect), (gst_subparse_loop),
7905         (gst_subparse_change_state), (gst_subparse_type_find),
7906         (plugin_init):
7907         * gst/subparse/gstsubparse.h:
7908         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7909         (plugin_init):
7910           Add subtitle support, .sub parser (supports SRT and MPsub),
7911           OGM text support, Matroska UTF-8 text support, deadlock fixes
7912           all over the place, subtitle awareness in decodebin/playbin
7913           and some fixes to textoverlay to handle subtitles in a stream
7914           correctly. Fixes #100931.
7915
7916 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7917
7918         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7919           Check for pad availability before doing a query on it.
7920
7921 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7922
7923         * ext/dv/gstdvdec.c:
7924           really fix bpp24/32 dvdec caps (classic rgba indeed)
7925         * gst/asfdemux/gstasfdemux.c:
7926         (gst_asf_demux_process_ext_content_desc):
7927           don't send text tags if they are empty (bis repetita)
7928
7929 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7930
7931         * ext/dv/gstdvdec.c:
7932          remove unneeded comment from dvdec
7933           (related to DV 4CC codes in AVI files)
7934           moved them in gstreamer/docs/random/mimetypes
7935         * gst/asfdemux/gstasfdemux.c:
7936         (gst_asf_demux_process_ext_content_desc):
7937          don't send text tags if they are empty
7938          fix mem leak on error path
7939         * gst/ffmpegcolorspace/avcodec.h:
7940         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7941         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7942         (gst_ffmpegcsp_avpicture_fill):
7943         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7944         * gst/ffmpegcolorspace/imgconvert_template.h:
7945          adds BGR32 and BGRA32 to ffmpegcolorspace
7946           (still bad colors, fixing it on next commit)
7947           helps with dvdec outputing BGR32
7948
7949 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7950
7951         * ext/dv/gstdvdec.c:
7952          Fix audio caps i just broke (missing ',')
7953         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7954         (gst_matroska_mux_reset):
7955          Fix typo + add FIXME about old "x-gst-metadata" crap
7956
7957 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7958
7959         * ext/dv/demo-play.c: (main):
7960          xvideosink -> xvimagesink
7961         * ext/dv/gstdvdec.c:
7962          change rgb 32/32 caps to 24/32 (no alpha)
7963          change nb of channels to be a list (2 or 4, not 2)
7964          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7965         * gst/asfdemux/gstasfdemux.c:
7966         (gst_asf_demux_process_ext_content_desc):
7967          Add 'date/year' to extracted metadata list
7968
7969 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7970
7971         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7972           The return value of fixate_to does not imply that the requested
7973           value was set, so don't assume.
7974
7975 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7976
7977         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7978
7979         * ext/libpng/gstpngdec.c:
7980         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7981         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7982         * ext/libpng/gstpngenc.h:
7983           Alpha support (encoder; #163161), mime fixage.
7984
7985 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7986
7987         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7988
7989         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7990         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7991         (gst_faac_set_property), (gst_faac_get_property):
7992         * ext/faac/gstfaac.h:
7993           Allow for ADTS output (#153434).
7994
7995 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7996
7997         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7998           Fix against template (#150576).
7999
8000 2005-01-06  Benjamin Otte  <otte@gnome.org>
8001
8002         * gst/games/gstpuzzle.c: (draw_puzzle):
8003           don't draw a puzzle if either width or height of tiles would be 0.
8004
8005 2005-01-06  Benjamin Otte  <otte@gnome.org>
8006
8007         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
8008         (gst_puzzle_class_init), (gst_puzzle_finalize):
8009           no memleaks, please
8010         (gst_puzzle_create), (gst_puzzle_init),
8011         (gst_puzzle_set_property), (gst_puzzle_setup):
8012           change initialization code around so we don't reshuffle on resize
8013         (draw_puzzle):
8014           fix another stupid typo
8015
8016 2005-01-06  Benjamin Otte  <otte@gnome.org>
8017
8018         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
8019           fix stupid typo that borked copying on YUY2
8020
8021 2005-01-06  Benjamin Otte  <otte@gnome.org>
8022
8023         * gst/games/gstpuzzle.c: (draw_puzzle):
8024           fix edges when image sizes aren't multiples of tile sizes
8025
8026 2005-01-06  Benjamin Otte  <otte@gnome.org>
8027
8028         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
8029           make RGB endianness work correctly
8030         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
8031           refactor and fix race with initial shuffling
8032         (nav_event_handler):
8033           allow using the mouse to puzzle
8034         (draw_puzzle):
8035           insist on tiles having width and height as multiples of 4 to get
8036           clean YUV image handling
8037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8038         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
8039           s/DEBUG/LOG/ for common messages
8040         (gst_xvimagesink_navigation_send_event):
8041           fix mouse event translation to not include screen PAR
8042         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
8043           fix mouse event translation to actually work
8044
8045 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8046
8047         * gst/asfdemux/gstasfdemux.c:
8048         (gst_asf_demux_process_ext_content_desc):
8049          Extract TrackNumber metadata + clean up code
8050         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
8051          Hope this is the good fix (var used unitialised)
8052
8053 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8054
8055         * ext/faad/gstfaad.c: (gst_faad_chain):
8056           Only increment timestamp if it's valid. Fixes raw AAC streams.
8057
8058 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8059
8060         * configure.ac:
8061         * gst/games/Makefile.am:
8062         * gst/games/gstpuzzle.c:
8063           add a puzzle game with...
8064         * gst/games/gstvideoimage.c:
8065         * gst/games/gstvideoimage.h:
8066           ... full colorspace support (that includes YUV9 and RGB16)) stolen
8067           from videotestsrc and made into something that would be a nice
8068           library for a lot of other plugins.
8069
8070 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8071
8072         * configure.ac:
8073          don't compile faad plugin if a RC of 2.0 is found
8074          Fixes #155346 (and FC1 buildbot)
8075         * gst/asfdemux/gstasfdemux.c:
8076         (gst_asf_demux_process_ext_content_desc):
8077          try to make Solaris compiler happier
8078
8079 2005-01-06  Paul Jack  <pjack@sfaf.org>
8080
8081         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8082
8083         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
8084           Fix segfault (#161667).
8085
8086 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8087
8088         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
8089           Fix framerate reporting.
8090
8091 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8092
8093         * gst-libs/gst/riff/riff-ids.h:
8094         * gst/wavenc/riff.h:
8095          Add AMR (VBR and CBR) ids to riff.h audio codec list
8096         * gst/asfdemux/gstasfdemux.c:
8097         (gst_asf_demux_process_ext_content_desc),
8098         (gst_asf_demux_process_object):
8099           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
8100
8101 2005-01-05  Martin Eikermann  <meiker@upb.de>
8102
8103         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8104
8105         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8106         (gst_dvd_demux_handle_discont):
8107         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
8108         (gst_mpeg_demux_handle_discont):
8109           Recreate pads on new-media (#160730).
8110         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
8111           Send discont even if manager changes timestamps (#161929).
8112
8113 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
8114
8115         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8116
8117         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
8118           Fix invalid memory access (#159211).
8119
8120 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8121
8122         * examples/gstplay/player.c: (main):
8123           Don't iterate.
8124         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
8125           Add visualizations.
8126         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
8127         (gst_a52dec_handle_frame):
8128           Set duration.
8129         * ext/dvdnav/gst-dvd:
8130           Add audioconvert. Fixes #161325.
8131         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
8132           Explicitely case to gint64. Possible valgrind error.
8133         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
8134         (gst_play_tick_callback), (gst_play_change_state),
8135         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
8136         (gst_play_set_location), (gst_play_get_location),
8137         (gst_play_seek_to_time), (gst_play_set_data_src),
8138         (gst_play_set_video_sink), (gst_play_set_audio_sink),
8139         (gst_play_set_visualization), (gst_play_connect_visualization),
8140         (gst_play_get_framerate), (gst_play_get_all_by_interface),
8141         (gst_play_new):
8142           Use playbin. Fixes #139749 and #147744.
8143         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
8144           Add genre tag.
8145         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
8146         (audioscale_get_type), (gst_audioscale_base_init),
8147         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
8148         (gst_audioscale_getcaps), (gst_audioscale_fixate),
8149         (gst_audioscale_link), (gst_audioscale_get_buffer),
8150         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
8151         (gst_audioscale_init), (gst_audioscale_dispose),
8152         (gst_audioscale_chain), (gst_audioscale_set_property),
8153         (gst_audioscale_get_property), (plugin_init):
8154           Indent properly.
8155         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
8156           Fix LPCM.
8157         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
8158         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
8159         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
8160           Add more metadata (fixes #162656).
8161
8162 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8163
8164         * configure.ac:
8165           back to cvs
8166
8167 === release 0.8.7 ===
8168
8169 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8170
8171         * NEWS:
8172         * RELEASE:
8173         * configure.ac:
8174           releasing 0.8.7, "Hyperspace"
8175
8176 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8177
8178         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8179
8180         * gst/playback/gstplaybasebin.c:
8181          Fix for #162924 - free caps after use, not before
8182
8183 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8184
8185         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8186
8187         * gst/playback/gstplaybasebin.c:
8188         * gst/wavparse/gstwavparse.c:
8189           Fix for #154773 - fixes playback of small .wav files
8190
8191 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8192
8193         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8194
8195         * gst/audioscale/gstaudioscale.c:
8196           Fix for #162819 - make audioscale reusable
8197           Fixes playback of more than one file with playbin/totem
8198
8199 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8200
8201         * gst/ffmpegcolorspace/avcodec.h:
8202         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8203         * gst/ffmpegcolorspace/imgconvert.c:
8204           clean up the mess that made me cry and avoid needless duplication
8205
8206 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8207
8208         * gst/ffmpegcolorspace/imgconvert.c:
8209           give some indication of why we're segfaulting
8210
8211 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8212
8213         * configure.ac:
8214           Fix indentation, fix v4l2 plugin detection.
8215         * ext/Makefile.am:
8216           Fix libmms location (Maciej, use diff -u!).
8217         * ext/alsa/gstalsa.c: (gst_alsa_init):
8218           Initialize caps cache to NULL.
8219         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
8220           Only change state on audiosink if it exists.
8221
8222 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
8223
8224         * gst/matroska/matroska-demux.c:
8225         * gst/matroska/matroska-ids.h:
8226         * gst/matroska/matroska-demux.h:
8227         Fix Vorbis streams failing to decode in some files, where cluster_time
8228         isn't 0, because then it doesn't send codec_priv before actual data.
8229         Remove time-based test and replace it with marker set on beginning of
8230         new stream
8231
8232 2004-12-28  David Schleef  <ds@schleef.org>
8233
8234         Merge patch from Ronald fixing problems with streaming
8235         text.
8236         * ext/cairo/gstcairo.c: (plugin_init):
8237         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
8238         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
8239         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
8240         (gst_textoverlay_font_init), (gst_textoverlay_init),
8241         (gst_textoverlay_set_property):
8242         * ext/cairo/gsttextoverlay.h:
8243
8244 2004-12-27  David Schleef  <ds@schleef.org>
8245
8246         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
8247         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
8248         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
8249         (gst_textoverlay_font_init), (gst_textoverlay_init),
8250         (gst_textoverlay_set_property): Improvements to actually
8251         render text as white on black outline on video, including
8252         font selection and horizontal/vertical alignment.  (Ronald's
8253         christmas present)
8254         * ext/cairo/gsttextoverlay.h:
8255
8256 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8257
8258         * ext/ogg/gstogg.c:
8259         * ext/ogg/gstogmparse.c:
8260           fix ogm[audio/video]parse plugin registration
8261           (riff won't load if bytestream is already loaded)
8262
8263 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8264
8265         * gst/audioconvert/gstchannelmix.c:
8266           fix for GLIB < 2.4
8267
8268 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8269
8270         * Makefile.am:
8271         * configure.ac:
8272           disable docs again until it actually passes make distcheck.
8273
8274 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8275
8276         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
8277         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8278         (plugin_init):
8279           Add 3GP (variables name Q3GP because they can't start with a
8280           number). Add samr audio fourcc (used in .3gp files), decoder
8281           is work in progress. Also do a GST_WARNING instead of ERROR
8282           in case of unknown nodes, to decrease output.
8283
8284 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8285
8286         * Makefile.am:
8287           really fix dist
8288
8289 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8290
8291         * configure.ac:
8292         * ext/speex/gstspeexdec.h:
8293         * ext/speex/gstspeexenc.h:
8294           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
8295           Fix detection code in configure.ac
8296
8297 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8298
8299         * gst/matroska/matroska-demux.c:
8300         (gst_matroska_demux_parse_blockgroup):
8301           Save position, so that queries give proper return values. Don't
8302           know how this could ever have worked before...
8303
8304 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8305
8306         * configure.ac:
8307           Put additional LAME check inside the conditional.  Fixes #152339
8308
8309 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8310
8311         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8312         (gst_avi_demux_stream_scan):
8313           Add some more debug. Fix logic error when setting movi offset
8314           while reading index.
8315
8316 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8317
8318         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8319         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
8320         (gst_avi_demux_process_next_entry):
8321           Add some debugging. Better detection of broken indexes and the
8322           accompanying index recovery. No infinite loops on state changes
8323           when we're still in our loopfunction.
8324
8325 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8326
8327         * configure.ac:
8328           Fix up.
8329
8330 2004-12-22  Archana Shah  <archana.shah@wipro.com>
8331
8332         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8333
8334         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
8335           Normalizing the value before setting
8336         (gst_sunaudiomixer_get_volume):
8337           Normalizing the value after getting. Fixes bug# 161980
8338
8339 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8340
8341         * Makefile.am: Make sure docs gets disted
8342         * docs/Makefile.am: Make sure all needed files get disted
8343         * gst-plugins.spec.in: latest updates
8344
8345 2004-12-22  Wim Taymans  <wim@fluendo.com>
8346
8347         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8348         Revert patch 1.38 as clock distribution over schedulers does
8349         not work correcly in the core yet.
8350
8351 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8352
8353         * sys/oss/README: remove this file, which predates my birth
8354           (and which content is by far outdated)
8355
8356 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
8357
8358         * Makefile.am:
8359         * configure.ac:
8360         * docs/Makefile.am:
8361         * docs/libs/Makefile.am:
8362         * docs/libs/gst-plugins-libs-docs.sgml:
8363         * docs/libs/gst-plugins-libs-sections.txt:
8364         * docs/libs/tmpl/gstgconf.sgml:
8365         * docs/upload.mak:
8366         * docs/version.entities.in:
8367           Added boilerplate gtk-doc files for plugin-libs documentation.
8368
8369 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8370
8371         * gst/auparse/gstauparse.c: fix int and float audio caps
8372
8373 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8374
8375         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8376         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8377           g_assert() can be a macro, don't use #ifdef inside it.
8378
8379 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
8380
8381         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8382
8383         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
8384         (gst_videorate_init), (gst_videorate_chain),
8385         (gst_videorate_change_state):
8386           Event handling (fixes #159986).
8387
8388 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8389
8390         * gst-libs/gst/riff/riff-media.c:
8391         (gst_riff_create_video_caps_with_data):
8392           Add BLZ0 (Blizzard's version of DivX) fourcc.
8393
8394 2004-12-18  David Schleef  <ds@schleef.org>
8395
8396         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
8397         portability fix.
8398
8399 2004-12-18  David Schleef  <ds@schleef.org>
8400
8401         * gst/tta/ttadec.h: Disable some header code that isn't used
8402         and clearly isn't portable.
8403
8404 2004-12-18  David Schleef  <ds@schleef.org>
8405
8406         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
8407         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8408         (avcodec_get_pix_fmt), (avpicture_layout),
8409         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
8410         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
8411         Fix code to not use GCC extensions (and c99 extensions that
8412         Forte does not like.)
8413
8414 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8415
8416         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8417
8418         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
8419         (gst_deinterlace_chain):
8420           Rowstride fixes. Fixes #161039.
8421         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
8422         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
8423         (gst_video_crop_getcaps), (gst_video_crop_link),
8424         (gst_video_crop_i420), (gst_video_crop_chain),
8425         (gst_video_crop_change_state):
8426           Rework of negotiation. Actually works now. Fixes #158650.
8427
8428 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8429
8430         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
8431           That was very stupid.
8432
8433 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8434
8435         * gst/matroska/matroska-demux.c:
8436         (gst_matroska_demux_parse_blockgroup):
8437           Fix possible crasher.
8438
8439 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8440
8441         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
8442         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
8443           Lace sizes can be zero.
8444
8445 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8446
8447         * ext/musepack/gstmusepackdec.cpp:
8448           Fetch error return values. Fixes #161624.
8449         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
8450           Really EOS.
8451
8452 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8453
8454         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8455           Work for truncated (unfinished download etc.) files. Fixes #160514.
8456
8457 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8458
8459         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8460           Fix for integer overflow. Makes #156001 not crash. Probably masks
8461           the real bug.
8462
8463 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8464
8465         * gst/ac3parse/gstac3parse.c: (plugin_init):
8466           Parsers never have ranks. Fixes #159651.
8467
8468 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8469
8470         * gst/playback/gstdecodebin.c: (compare_ranks):
8471           make sure the facotries are ordered the same every time even if they
8472           have the same rank by using the name
8473         * gst/playback/gstdecodebin.c: (find_compatibles):
8474           make sure we don't add factories to the list twice
8475
8476 2004-12-16  David Schleef  <ds@schleef.org>
8477
8478         * configure.ac: look for musepack headers as musepack/*.h
8479         (fixes #159847)
8480         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
8481         * ext/musepack/gstmusepackreader.h: same
8482
8483 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8484
8485         * gst-libs/gst/riff/riff-read.c:
8486         (gst_riff_read_strf_auds_with_data):
8487           Read extradata correctly (fixes #155879).
8488
8489 2004-12-16  David Schleef  <ds@schleef.org>
8490
8491         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
8492         audio.  does _not_ attempt or allow conversion unless channels
8493         is 1 or 2.
8494
8495 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8496
8497         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
8498
8499 2004-12-16  David Schleef  <ds@schleef.org>
8500
8501         * gst/audioscale/gstaudioscale.c: the resample library only
8502         handles 1 or 2 channels.  Change caps to compensate.
8503
8504 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8505
8506         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
8507         (gst_matroska_demux_audio_caps):
8508           Some MPEG-AAC hacks, because else it doesn't work...
8509
8510 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8511
8512         * gst-libs/gst/riff/riff-media.c:
8513         (gst_riff_create_video_caps_with_data),
8514         (gst_riff_create_video_template_caps):
8515           Add h264.
8516
8517 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8518
8519         * gst-libs/gst/audio/Makefile.am:
8520           Try to fix buildbot.
8521
8522 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8523
8524         * gst/tcp/gstmultifdsink.c:
8525           Clean up and uniformize debugging.
8526
8527 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
8528
8529         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8530
8531         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8532         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
8533         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
8534         (gst_mpeg_demux_change_state):
8535           Reset on ready. Fixes 160276.
8536
8537 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8538
8539         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8540
8541         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8542         (gst_ffmpegcsp_pad_link):
8543           Fix memleak (#154815).
8544
8545 2004-12-16  James Bowes  <bowes@cs.dal.ca>
8546
8547         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8548
8549         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
8550         (gst_musicbrainz_init), (gst_musicbrainz_chain),
8551         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
8552         * ext/musicbrainz/gsttrm.h:
8553           Add support for using a proxy server when getting a trm id from
8554           the MusicBrainz database (#149613).
8555
8556 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
8557
8558         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8559
8560         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
8561         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8562           Fix memleaks (#157233).
8563
8564 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8565
8566         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8567
8568         * gst-libs/gst/resample/resample.c: (gst_resample_close):
8569         * gst-libs/gst/resample/resample.h:
8570         * gst/audioscale/gstaudioscale.c:
8571           Fix memleak (#159215).
8572
8573 2004-12-16  Toni Willberg  <toniw@iki.fi>
8574
8575         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8576
8577         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8578         * sys/oss/oss_probe.c: (main):
8579           Check for mono/stereo support (similar to samplerate probing),
8580           fixes #159433. Also add missing copyright header to oss_probe.c.
8581
8582 2004-12-15  David Schleef  <ds@schleef.org>
8583
8584         * configure.ac: add audioresample and cairo plugins.  Remove
8585         HAVE_MMX stuff, because it's not used.
8586         * ext/Makefile.am: same
8587         * ext/audioresample/Makefile.am: You are not ready for an
8588         audio resampling element based on audioresample.
8589         * ext/audioresample/gstaudioresample.c:
8590         * ext/audioresample/gstaudioresample.h:
8591         * ext/cairo/Makefile.am: You are not ready for overlay elements
8592         based on cairo.  Don't look too closely, these elements kinda
8593         suck right now.
8594         * ext/cairo/gstcairo.c: new
8595         * ext/cairo/gsttextoverlay.c: new
8596         * ext/cairo/gsttextoverlay.h: new
8597         * ext/cairo/gsttimeoverlay.c: new
8598         * ext/cairo/gsttimeoverlay.h: new
8599         * gst-libs/gst/media-info/media-info-priv.h: fix compile
8600         problem with compilers that don't support variadic macros.
8601
8602 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8603
8604         Reviewed by:  David Schleef  <ds@schleef.org>
8605
8606         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
8607         Bala, registering sunaudiosrc (oops!), and cleaning up code a
8608         bit.  Also ran indent-gst.
8609         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
8610         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
8611         (gst_sunaudiosrc_setparams):
8612
8613 2004-12-14  David Schleef  <ds@schleef.org>
8614
8615         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
8616         output rate to 16000.  Should fix #160235.
8617
8618 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8619
8620         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8621         Add typefinding for mpeg2 pes streams
8622
8623 2004-12-13  David Schleef  <ds@schleef.org>
8624
8625         * configure.ac:  Applied patch from bug #143659, making default
8626         sources and sinks OS-dependent (for Solaris), and added code
8627         for OS/X.
8628         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
8629
8630 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8631
8632         * gst-libs/gst/riff/riff-media.c:
8633           forgot to add h2.64 to avidemux template caps
8634
8635 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8636
8637         * gst/wavenc/riff.h:
8638         * gst-libs/gst/riff/riff-media.c:
8639         * gst-libs/gst/riff/riff-ids.h:
8640         * gst/avi/gstavimux.c
8641         add 4CC code for VideoSoft h264 in AVI (VSSH)
8642           fixes bug #160655
8643         remove s323 from riff, it's quicktime specific :(
8644
8645 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8646
8647         * gst/asfdemux/README
8648         * gst/wavenc/riff.h
8649         * gst-libs/gst/riff/riff-ids.h
8650         * gst-libs/gst/riff/riff-media.c
8651         * gst/qtdemux/qtdemux.c:
8652           add new 4CC codes for h263 related codecs
8653           fixes partially bug #155163
8654
8655 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8656
8657         * configure.ac: Update polyaudio requirement to 0.7
8658         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8659
8660 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8661
8662         * gst/interleave/deinterleave.c:
8663         fix my name's spelling! :)
8664
8665 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8666
8667         * AUTHORS ChangeLog
8668         * gst/auparse/gstauparse.c
8669         * gst/interleave/deinterleave.c
8670         * gst/law/:
8671                 alaw-decode.c alaw-encode.c
8672                 mulaw-decode.c mulaw-encode.c
8673         * gst/oneton/gstoneton.c
8674         * sys/osxaudio/:
8675                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8676         * sys/osxvideo/:
8677                 cocoawindow.h cocoawindow.m
8678                 osxvideosink.h osxvideosink.m
8679
8680         put the same mail address for Zaheer Abbas Merali everywhere
8681
8682 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8683
8684         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8685           Align by packetsize, and assert that we a packet available before
8686           playing. The first makes webstreams work (they often include
8687           trailing padding data in a packet), the second allows pausing a
8688           ASF stream in totem without getting demux errors afterwards.
8689
8690 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8691
8692         * ext/ogg/gstoggdemux.c: (get_relative):
8693           Check for non-NULL before accessing member (end-of-chain).
8694
8695 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8696
8697         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8698         (cdparanoia_set_property), (cdparanoia_get_property):
8699         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8700         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8701         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8702         (dvdreadsrc_init), (dvdreadsrc_set_property),
8703         (dvdreadsrc_get_property):
8704         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8705         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8706           Synchronize property names where not yet the case. Devices are
8707           now device=X, other versions are deprecated (but still exist).
8708           Also use g_free() unconditionally.
8709         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8710         (setup_source), (gst_play_base_bin_get_property):
8711           Expose source.
8712
8713 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8714
8715         * configure.ac: move GCONF macro outside conditional for the am
8716           conditional. Fixes #160439
8717
8718 2004-12-08  David Schleef  <ds@schleef.org>
8719
8720         * tools/gst-visualise-m.m: Switch to elements that currently
8721         exist.
8722
8723 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8724
8725         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8726           We love wrong commas.
8727
8728 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8729
8730         * gst/matroska/matroska-demux.c:
8731         (gst_matroska_demux_handle_src_query):
8732           Don't set DEFAULT, unsupported - makes length display incorrectly
8733           in some cases.
8734
8735 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8736
8737         * gst/monoscope/README: remove blurb about files being GPL
8738         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8739         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8740           monoscope is now effectively LGPL licensed
8741
8742 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8743
8744         * gst/monoscope/README: Update information to be more correct
8745         * gst/monoscope/convolve.c: Relicense to LGPL
8746         * gst/monoscope/convolve.h: Relicense to LGPL
8747
8748 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8749
8750         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8751           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8752         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8753           set default_duration for mpeg1 audio
8754
8755 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8756
8757         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8758         * ext/alsa/gstalsa.h:
8759           refactor big chunks of the core caps negotiation code to make it
8760           a lot faster, because people claim it's really slow
8761           (actually, just cache the getcaps when the device is opened)
8762
8763 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8764
8765         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8766         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8767         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8768         (gst_a52dec_change_state), (plugin_init):
8769         * ext/a52dec/gsta52dec.h:
8770           Do something useful with timestamps. Make chain-based (since
8771           there's really no reason to be loopbased).
8772         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8773           Update current_byte/frame correctly.
8774
8775 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8776
8777         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8778         (gst_ape_demux_stream_init):
8779           Forward tags, too.
8780
8781 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8782
8783         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8784           Let's make sure we're done typefinding when detecting tags.
8785
8786 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8787
8788         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8789         (gst_ebml_read_init), (gst_ebml_read_use_event),
8790         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8791         (gst_ebml_read_seek), (gst_ebml_read_skip),
8792         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8793         (gst_ebml_read_master):
8794         * gst/matroska/ebml-read.h:
8795         * gst/matroska/matroska-demux.c:
8796         (gst_matroska_demux_parse_contents),
8797         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8798           Disgustingly evil hack for working around INTERRUPT events and
8799           their extremely annoying habit of being a pain in the ass. We
8800           simply peek a cluster before reading any of it.
8801
8802 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8803
8804         * ext/musepack/gstmusepackdec.cpp:
8805           There's also floating point libmusepacks.
8806
8807 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8808
8809         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8810         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8811           Set DURATION even if source buffer didn't. Also use increasing
8812           timestamps.
8813         * gst-libs/gst/riff/riff-media.c:
8814         (gst_riff_create_audio_caps_with_data):
8815           Block_align can have larger values than 8192.
8816
8817 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8818
8819         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8820         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8821         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8822         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8823           Fix caps.
8824
8825 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8826
8827         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8828           Fix logic bug.
8829
8830 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8831
8832         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8833           Yay, another one.
8834
8835 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8836
8837         * ext/esd/esdsink.c: (gst_esdsink_chain):
8838           Make error actually say something useful (fixes #156798).
8839         * gst-libs/gst/riff/riff-media.c:
8840         (gst_riff_create_video_caps_with_data),
8841         (gst_riff_create_video_template_caps):
8842           Add Intel Video 5.0 fourcc (IV50).
8843
8844 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8845
8846         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8847         detection on mono and stereo mp3 files.
8848
8849 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8850
8851         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8852           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8853           the contained stream).
8854
8855 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8856
8857         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8858           Oops, remove debug.
8859
8860 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8861
8862         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8863
8864         * gst/law/alaw-decode.c: (alawdec_getcaps):
8865         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8866           Prevent warnings when negotiating caps (fixes #159338).
8867
8868 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8869
8870         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8871         (gst_ffmpegcsp_chain):
8872           Remove old leftover that shouldn't be there...
8873
8874 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8875
8876         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8877
8878         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8879           Don't forward DISCONT events (fixes #159684).
8880
8881 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8882
8883         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8884           Unlink manually since sometimes bin disposal (and therefore
8885           pad unlinking) is delayed, which will cause a new media file
8886           to not be able to start playing instantly.
8887
8888 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8889
8890         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8891           On mute of an unlinked stream, check for pad availability so
8892           we don't crash on unlinked pad.
8893
8894 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8895
8896         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8897         (gst_avi_demux_massage_index):
8898           Fix quite humiliating bug in omitting 0-sized index chunks but
8899           forgetting to count them for timestamps.
8900
8901 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8902
8903         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8904           Actually leave the loop if we failed to sync. Don't crash.
8905
8906 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8907
8908         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8909         (gst_dvd_demux_process_private):
8910         * gst/mpegstream/gstdvddemux.h:
8911           Fix crash (#159759). Doesn't work, though. :-(.
8912
8913 2004-11-28  Benjamin Otte  <otte@gnome.org>
8914
8915         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8916           more overwriting protection due to modifying channels one by one
8917           instead of all at once
8918
8919 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8920
8921         * gst/audioconvert/gstchannelmix.c:
8922         (gst_audio_convert_fill_normalize):
8923           Normalize using absolute values.
8924
8925 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8926
8927         * configure.ac:
8928         * ext/Makefile.am:
8929         * ext/directfb/Makefile.am:
8930         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8931         (gst_directfbvideosink_get_pixel_format),
8932         (gst_directfbvideosink_get_format_from_fourcc),
8933         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8934         (gst_directfbvideosink_sink_link),
8935         (gst_directfbvideosink_change_state),
8936         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8937         (gst_directfbvideosink_buffer_alloc),
8938         (gst_directfbvideosink_interface_supported),
8939         (gst_directfbvideosink_interface_init),
8940         (gst_directfbvideosink_navigation_send_event),
8941         (gst_directfbvideosink_navigation_init),
8942         (gst_directfbvideosink_set_property),
8943         (gst_directfbvideosink_get_property),
8944         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8945         (gst_directfbvideosink_base_init),
8946         (gst_directfbvideosink_class_init),
8947         (gst_directfbvideosink_get_type), (plugin_init):
8948         * ext/directfb/directfbvideosink.h: Adding a first version of
8949         directfbvideosink.
8950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8951         more.
8952
8953 2004-11-28  Benjamin Otte  <otte@gnome.org>
8954
8955         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8956           walk the samples backwards if out_channels > in_channels so we don't
8957           overwrite data
8958
8959 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8960
8961         * gst/audioconvert/Makefile.am:
8962         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8963         (gst_audio_convert_link), (gst_audio_convert_change_state),
8964         (gst_audio_convert_channels):
8965         * gst/audioconvert/gstchannelmix.c:
8966         (gst_audio_convert_unset_matrix),
8967         (gst_audio_convert_fill_identical),
8968         (gst_audio_convert_fill_compatible),
8969         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8970         (gst_audio_convert_fill_others),
8971         (gst_audio_convert_fill_normalize),
8972         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8973         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8974         * gst/audioconvert/gstchannelmix.h:
8975           Implement a channel mixer.
8976
8977 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8978
8979         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8980         * ext/alsa/gstalsa.h:
8981         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8982         Make alsasink actually honor gst_element_set_clock and use that
8983         clock instead of its internal one.
8984
8985 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8986
8987         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8988         (gst_play_base_bin_change_state): nullify source and decoder when
8989         going from READY to NULL so that we don't try to do weird stuff with
8990         them when going from NULL to READY
8991         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8992         instead of g_object_unref
8993         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8994         it should be correct
8995         (gst_play_bin_change_state): don't call remove_sinks if we are
8996         currently disposing the object
8997
8998 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8999
9000         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
9001           Don't forget bass if it's there. Else left channel is silent...
9002
9003 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9004
9005         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
9006         (gst_a52dec_change_state):
9007           Don't do sample adjusting anymore, we use float audio now.
9008         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
9009           Don't fixate to non-existing properties.
9010
9011 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9012
9013         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
9014         (gst_a52dec_change_state):
9015           Advertise that we can do surround sound.
9016
9017 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9018
9019         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
9020           Add buffer-frames=0.
9021         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
9022         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
9023         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
9024         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
9025         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
9026         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
9027         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
9028         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
9029         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
9030         * ext/dvdread/dvdreadsrc.h:
9031           Add seeking, querying for bytes, sectors, title, angle and
9032           chapter. Handle multiple chapters. Relicense to LGPL because
9033           Billy agreed on that (thanks Billy!).
9034
9035 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
9036
9037         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
9038         call parent dispose method
9039
9040 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
9041
9042         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
9043         (gst_audio_clock_get_internal_time):
9044         Fix active <-> inactive transitions: ensure time value always
9045         grows and avoid abrupt value changes.
9046
9047 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
9048
9049         * configure.ac:
9050         * gst/tta/Makefile.am:
9051         * gst/tta/crc32.h:
9052         * gst/tta/filters.h:
9053         * gst/tta/gsttta.c:
9054         * gst/tta/gstttadec.c:
9055         * gst/tta/gstttadec.h:
9056         * gst/tta/gstttaparse.c:
9057         * gst/tta/gstttaparse.h:
9058         * gst/tta/ttadec.h:
9059           added TTA parser and decoder
9060
9061 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9062
9063         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9064         (probe_triggered), (check_queue), (buffer_underrun),
9065         (buffer_running), (buffer_overrun), (gen_source_element),
9066         (setup_source):
9067         * gst/playback/gstplaybasebin.h:
9068           Implement buffering. Needs some more work.
9069
9070 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9071
9072         * ext/theora/theoradec.c: (theora_dec_chain):
9073           Fix ilog mask range overflow.
9074
9075 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9076
9077         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
9078           Don't omit the last (which in case of dmix is the only :) )
9079           channel count. Don't set channels if <= 2.
9080
9081 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
9082
9083         * gst/playback/gstplaybin.c: (gen_video_element),
9084         (gen_audio_element): Removed 2 obsolete comments
9085
9086 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9087
9088         * ext/vorbis/oggvorbisenc.c
9089         * ext/vorbis/vorbisenc.c :
9090           change description fields of those plugins to differentiate them
9091           (pitivi show Encoders by description, they had the same one)
9092
9093 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
9094
9095         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9096
9097         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9098         (gst_play_bin_set_property), (gen_video_element),
9099         (gen_audio_element):
9100           Refcounting fixes for provided audio-/videosinks.
9101
9102 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9103
9104         * gst/playback/gstplaybin.c: (gen_video_element),
9105         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
9106           Don't reference all sinks, but only the video- and audiosinks.
9107           The vis. element should be disposed when we're done with it.
9108           We don't have any reason to keep it around. This fixes warnings
9109           when reusing playbin for playing multiple audio files with
9110           vis. enabled. Also release audio device on pause - idea stolen
9111           from Rhythmbox.
9112
9113 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9114
9115         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
9116         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
9117         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
9118         * ext/alsa/gstalsaplugin.c: (plugin_init):
9119         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
9120         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
9121         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
9122         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
9123         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
9124         (gst_faad_change_state), (plugin_init):
9125         * ext/faad/gstfaad.h:
9126         * ext/vorbis/vorbis.c: (plugin_init):
9127         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9128         * gst-libs/gst/audio/Makefile.am:
9129         * gst-libs/gst/audio/audio.c: (plugin_init):
9130         * gst-libs/gst/audio/multichannel.c:
9131         (gst_audio_check_channel_positions),
9132         (gst_audio_get_channel_positions),
9133         (gst_audio_set_channel_positions),
9134         (gst_audio_set_structure_channel_positions_list),
9135         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
9136         (gst_audio_fixate_channel_positions):
9137         * gst-libs/gst/audio/multichannel.h:
9138         * gst-libs/gst/audio/testchannels.c: (main):
9139         * gst/audioconvert/gstaudioconvert.c:
9140         (gst_audio_convert_class_init), (gst_audio_convert_init),
9141         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
9142         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
9143         (gst_audio_convert_fixate), (gst_audio_convert_channels):
9144         * gst/audioconvert/plugin.c: (plugin_init):
9145           Surround sound support.
9146
9147 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9148
9149         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
9150           Fix position for discont if we're close as well. Nitpicking, but
9151           saves a few milliseconds of extra waiting or skipping.
9152
9153 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9154
9155         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
9156           We sometimes need parsers for playback, so add those too.
9157
9158 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9159
9160         * configure.ac:
9161         * gst/apetag/Makefile.am:
9162         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
9163         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
9164         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
9165         (gst_ape_demux_get_src_query_types),
9166         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
9167         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
9168         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
9169         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
9170         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
9171         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
9172         (gst_ape_demux_change_state):
9173         * gst/apetag/apedemux.h:
9174         * gst/apetag/apetag.c: (plugin_init):
9175         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
9176         (plugin_init):
9177           APE v1/2 tag reader plus typefind function.
9178
9179 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9180
9181         * configure.ac:
9182         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9183         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9184           Remove hacks for older core. Require newer core version
9185           accordingly.
9186
9187 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9188
9189         * gst/cdxaparse/Makefile.am:
9190         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
9191         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
9192         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
9193         * gst/cdxaparse/gstcdxaparse.h:
9194         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
9195         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
9196         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
9197         (gst_cdxastrip_get_src_query_types),
9198         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
9199         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
9200         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
9201         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
9202         * gst/cdxaparse/gstcdxastrip.h:
9203           SVCD/VCD header stripping separated from CDXA image parsing.
9204         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9205         (plugin_init):
9206           Add VCD/SVCD header typefinding for VCD/SVCD.
9207         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
9208         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
9209         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
9210         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
9211         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
9212         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
9213         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
9214         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
9215         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
9216         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
9217         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
9218         * sys/vcd/vcdsrc.h:
9219           Fix up, add seeking, querying, URI interface. Works in totem now.
9220
9221 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9222
9223         * configure.ac:
9224           back to CVS
9225
9226 === release 0.8.6 ===
9227
9228 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9229
9230         * NEWS:
9231         * RELEASE:
9232         * configure.ac:
9233         * po/af.po:
9234         * po/az.po:
9235         * po/cs.po:
9236         * po/en_GB.po:
9237         * po/hu.po:
9238         * po/it.po:
9239         * po/nb.po:
9240         * po/nl.po:
9241         * po/or.po:
9242         * po/sq.po:
9243         * po/sr.po:
9244         * po/sv.po:
9245         * po/uk.po:
9246           releasing 0.8.6, "IOU Love"
9247
9248 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9249
9250         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9251
9252         * gst/playback/gstplaybasebin.c:
9253           Fix unplayable files error handling.  Fixes #158365
9254
9255 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9256
9257         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9258
9259         * gst/typefind/gsttypefindfunctions.c:
9260           Fix broken mp3 typefinding.  Fixes #158375
9261
9262 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9263
9264         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9265
9266         * ext/ogg/gstoggdemux.c:
9267           Fix sync on broken files.  Fixes #158976
9268
9269 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9270
9271         patch by: Edward Hervey <bilboed@bilboed.com>
9272
9273         * ext/libpng/gstpngenc.c:
9274           Copy over buffer properties.  Fixes #158832
9275
9276 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9277
9278         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
9279
9280         * ext/dvdread/dvdreadsrc.c:
9281           Fixes invalid reads (#158462)
9282
9283 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9284
9285         * sys/v4l/gstv4lsrc.c:
9286         * sys/v4l/gstv4lsrc.h:
9287         * sys/v4l/v4lsrc_calls.c:
9288           Probe less and cache it.  Fixes #159187.
9289
9290 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9291
9292         * gst/videorate/gstvideorate.c:
9293           Handle all video formats. Fixes #159186.
9294
9295 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
9296         * gst/synaesthesia/gstsynaesthesia.c:
9297         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
9298         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
9299         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
9300         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
9301         (gst_synaesthesia_change_state), (plugin_init):
9302         Fix up synaesthesia to work under different samplerates/ buffer sizes.
9303         Force 320x200 output, as that's the only thing the underlying
9304         synaesthesia implementation supports. Still needs to be made
9305         re-entrant.
9306
9307 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9308
9309         * configure.ac:
9310           Fix mpeg2enc configure check (similar to mplex check below).
9311
9312 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
9313
9314         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9315
9316         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9317           Fix for gcc-2.95 (fixes #158221).
9318
9319 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9320
9321         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9322           Re-add clock distribution hack (until new core is released).
9323           Fixes #158125.
9324
9325 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
9326         * configure.ac:
9327           fix mplex configure check segfaulting on some systems (bug #140994)
9328
9329 2004-11-13  Benjamin Otte  <otte@gnome.org>
9330
9331         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
9332           add debugging
9333         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9334           do a wait when we enter the loop func with no data available to
9335           write instead of getting into an 100% CPU loop by just returning and
9336           being called again by the scheduler
9337
9338 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
9339
9340         * configure.ac:
9341         * ext/libvisual/visual.c: (gst_visual_get_type),
9342         (libvisual_log_handler), (gst_visual_getcaps),
9343         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
9344         (plugin_init):
9345           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
9346         * ext/smoothwave/Makefile.am:
9347         * ext/smoothwave/demo-osssrc.c: (main):
9348         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
9349         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
9350         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
9351         (plugin_init):
9352         * ext/smoothwave/gstsmoothwave.h:
9353           Make gstsmoothwave a working element in the 20th century.
9354
9355         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
9356           Fix incorrect link function
9357
9358 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9359
9360         * gst/volume/gstvolume.c:
9361           Allow buffer-frames=0.
9362
9363 2004-11-12 Iain <iaingnome@gmail.com>
9364
9365         * configure.ac: Check for polypaudio
9366
9367         * ext/Makefile.am: Build the polyp dir
9368
9369         * ext/polyp: The polypsink sources.
9370
9371 2004-10-30 Iain <iaingnome@gmail.com>
9372
9373         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
9374         caps to reflect the new number of channels.
9375
9376 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9377
9378         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9379           Fix for negotiation order problem. This would show when the
9380           ALSA loopfuction was called before any other function. ALSA
9381           wouldn't do anything because we're not negotiated yet, leading
9382           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
9383
9384 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9385
9386         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9387
9388         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9389           No warnings (#157986).
9390
9391 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9392
9393         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9394           Prefer apev1/2 and id3v1 (at end of file) over musepack.
9395
9396 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9397
9398         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
9399           Signal no-more-pads (so it works in playbin).
9400
9401 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9402
9403         * ext/musepack/gstmusepackreader.cpp:
9404           Workaround for older core.
9405
9406 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9407
9408         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
9409           Actually test for odd width/height rather than testing whether
9410           a temporary variable that was 0 before we subtracted 1 is now
9411           not equal to zero (which it always is).
9412
9413 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9414
9415         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9416         Fix compilation if HAVE_XVIDEO is not defined
9417
9418 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9419
9420         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9421         Fix compilation if HAVE_XVIDEO is not defined
9422
9423 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
9424
9425         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9426         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
9427         (gst_goom_change_state), (plugin_init):
9428         Use the bytestream adapter so goom doesn't depend on the input
9429         buffer size.
9430         Add a debug category
9431
9432 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9433
9434         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9435           Only set hardware parameters *after* negotiation. Before
9436           negotiation, it will set ANY and that seems to cause crashes
9437           (see e.g. #151288, #153227).
9438
9439 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9440
9441         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9442           This seems to be antique leftover. It needs to pass error
9443           checking.
9444         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9445         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
9446         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
9447         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
9448           Fix GstXOverlay implementation (#151059).
9449
9450 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9451
9452         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9453           Don't assert (#157853).
9454
9455 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9456
9457         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9458           Fix bytes/samples confustion.
9459         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
9460           Fix for underrun (#144389).
9461
9462 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9463
9464         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9465           Disable halfway-seek for pending release (since it needs a new
9466           core release).
9467
9468 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9469
9470         * sys/v4l/gstv4lsrc.c:
9471         * sys/v4l/gstv4lsrc.h:
9472         * sys/v4l/v4lsrc_calls.c:
9473           add autoprobe-fps property so we can separate autoprobing parts
9474
9475 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9476
9477         * sys/v4l/gstv4lsrc.c:
9478         * sys/v4l/v4lsrc_calls.c:
9479         initialise fourcc to catch unset fourcc's, and debug
9480
9481 2004-11-09  Wim Taymans  <wim@fluendo.com>
9482
9483         * gst/playback/README:
9484         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9485         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9486         (gst_play_bin_dispose), (gst_play_bin_set_property),
9487         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
9488         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
9489         (gst_play_bin_get_formats), (gst_play_bin_convert),
9490         (gst_play_bin_get_query_types), (gst_play_bin_query):
9491         Cleanups and some more documentation.
9492
9493 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9494
9495         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
9496         (gst_cacasink_init), (gst_cacasink_chain):
9497         * ext/libcaca/gstcacasink.h:
9498         Cacasink inherits from VideoSink, so let that store the clock.
9499
9500 2004-11-09  Wim Taymans  <wim@fluendo.com>
9501
9502         * gst/playback/README:
9503         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
9504         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
9505         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
9506         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
9507         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
9508         (setup_sinks):
9509         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
9510         (gst_stream_info_is_mute), (gst_stream_info_set_property):
9511         * gst/playback/gststreaminfo.h:
9512         Updated README.
9513         Only switch groups if all streams have muted (EOSed).
9514         Send Tags in sync with the stream playback instead of in
9515         the playback/preroll phase.
9516         Some cleanups, free the fakesrc elements.
9517
9518 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9519
9520         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
9521           buffer-frames property was missing
9522         * ext/arts/gst_arts.c:
9523           rate missing from sinkcaps
9524         * ext/audiofile/gstafparse.c:
9525         * ext/audiofile/gstafsink.c:
9526         * ext/audiofile/gstafsrc.c:
9527         * ext/swfdec/gstswfdec.c:
9528           int audio doesn't know buffer-frames
9529         * ext/cdparanoia/gstcdparanoia.c:
9530           int audio doesn't know chunksize either
9531         * ext/nas/nassink.c:
9532           it's endianness, not endianess
9533         * gst-libs/gst/audio/audio.h:
9534           make float standard pad template caps really describe float
9535         * gst/law/mulaw.c: (linear_factory):
9536           signed only, please
9537         * gst/mpegstream/gstdvddemux.c:
9538           widths of 20 are not valid
9539
9540 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9541
9542         Submitted by: Luca Ferretti <elle.uca@infinito.it>
9543
9544         * po/LINGUAS:
9545         * po/it.po:
9546           Add Italian
9547
9548 2004-11-08  Wim Taymans  <wim@fluendo.com>
9549
9550         * gst/playback/README:
9551         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9552         * gst/playback/gstplaybasebin.c: (probe_triggered),
9553         (gst_play_base_bin_change_state):
9554         Updated README, added more comments for fixmes etc..
9555
9556 2004-11-08  Wim Taymans  <wim@fluendo.com>
9557
9558         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9559         We can remove this hack now.
9560
9561 2004-11-08  Wim Taymans  <wim@fluendo.com>
9562
9563         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9564         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9565         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9566         Only mix AYUV for maximum quality.
9567
9568 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9569
9570         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
9571         (gst_ogg_demux_push), (gst_ogg_pad_push):
9572           Let's act as if we're synchronized now! :).
9573         * ext/theora/theoradec.c: (theora_dec_chain):
9574           Add some debug.
9575
9576 2004-11-08  Wim Taymans  <wim@fluendo.com>
9577
9578         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9579         (gst_alpha_set_property), (gst_alpha_sink_link),
9580         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
9581         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
9582         (gst_alpha_init_params), (gst_alpha_chain):
9583         Implement alpha functions for AYUV too, this increases
9584         accuracy quite a bit.
9585
9586 2004-11-08  Wim Taymans  <wim@fluendo.com>
9587
9588         * gst/ffmpegcolorspace/avcodec.h:
9589         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9590         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9591         (gst_ffmpegcsp_avpicture_fill):
9592         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9593         (gst_ffmpegcsp_caps_remove_format_info):
9594         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9595         (shrink12), (img_get_alpha_info), (deinterlace_line),
9596         (deinterlace_line_inplace):
9597         * gst/ffmpegcolorspace/imgconvert_template.h:
9598         Added AYUV colorspace and handle RGBA a bit more respectful.
9599
9600 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9601
9602         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9603           Actually always send a discont (cornercase when resending the
9604           same serial-tagged chain twice).
9605
9606 2004-11-08  Julien MOUTTE  <julien@moutte.net>
9607
9608         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9609         (gst_ximagesink_finalize):
9610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9611         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
9612
9613 2004-11-08  Wim Taymans  <wim@fluendo.com>
9614
9615         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
9616         Don't segfault on NULL data.
9617
9618 2004-11-08  Wim Taymans  <wim@fluendo.com>
9619
9620         * gst/playback/gstdecodebin.c: (unlinked):
9621         * gst/playback/gstplay-marshal.list:
9622         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9623         (gst_play_base_bin_init), (group_create), (get_active_group),
9624         (get_building_group), (group_destroy), (group_commit),
9625         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
9626         (add_element_stream), (no_more_pads), (probe_triggered),
9627         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
9628         (state_change), (setup_source), (gst_play_base_bin_get_property),
9629         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9630         (gst_play_base_bin_link_stream),
9631         (gst_play_base_bin_get_streaminfo):
9632         * gst/playback/gstplaybasebin.h:
9633         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9634         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9635         Add support for chained ogg files. Prepare for playlist
9636         support. This patch introduces the concept of pad groups, which
9637         together compose one playable media file.
9638
9639 2004-11-07  David Schleef  <ds@schleef.org>
9640
9641         * testsuite/gst-lint: Check for pad templates that aren't statically
9642         scoped.
9643
9644 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9645
9646         * configure.ac:
9647         * ext/Makefile.am:
9648         * ext/musepack/Makefile.am:
9649         * ext/musepack/gstmusepackdec.cpp:
9650         * ext/musepack/gstmusepackdec.h:
9651         * ext/musepack/gstmusepackreader.cpp:
9652         * ext/musepack/gstmusepackreader.h:
9653           Add musepack decoder.
9654         * ext/faad/gstfaad.c: (gst_faad_base_init):
9655           Make pad templates static.
9656         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9657         (plugin_init):
9658           Add musepack typefinder, make mp3 typefinding work halfway stream,
9659           which doesn't actually work yet because id3demux doesn't implement
9660           _get_length().
9661
9662 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9663
9664         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9665         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9666           Fix interrupt event handling (#144436).
9667
9668 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9669
9670         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9671           Hide unused glory.
9672
9673 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9674
9675         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9676
9677         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9678           Fix weird caps (#157548).
9679
9680 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9681
9682         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9683
9684         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9685           Add missing NULL terminator (#157543).
9686
9687 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9688
9689         * gst/tcp/gsttcp.h:
9690         * gst/tcp/gsttcpclientsink.c:
9691         * gst/tcp/gsttcpclientsrc.c:
9692         * gst/tcp/gsttcpserversink.c:
9693         * gst/tcp/gsttcpserversrc.c:
9694           ports can go up to 65535.  Move common defines to gsttcp.h
9695
9696 2004-11-05  Wim Taymans  <wim@fluendo.com>
9697
9698         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9699         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9700         Added two more colorspaces.
9701
9702 2004-11-05  Wim Taymans  <wim@fluendo.com>
9703
9704         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9705         (gst_ffmpegcsp_avpicture_fill):
9706         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9707         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9708         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9709         More stride fixes.
9710
9711 2004-11-05  Wim Taymans  <wim@fluendo.com>
9712
9713         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9714         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9715         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9716         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9717         (gst_videomixer_loop):
9718         More stride fixes.
9719
9720 2004-11-05  Benjamin Otte  <otte@gnome.org>
9721
9722         * ext/mad/gstmad.c: (gst_mad_chain):
9723           don't overflow data buffer. Flush not needed sync data when syncing
9724           failed.
9725
9726 2004-11-04  Wim Taymans  <wim@fluendo.com>
9727
9728         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9729         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9730         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9731         (gst_alpha_init_params), (gst_alpha_chain),
9732         (gst_alpha_change_state):
9733         Updated the chroma keying algorithm with something more
9734         sophisticated.
9735
9736 2004-11-03  Wim Taymans  <wim@fluendo.com>
9737
9738         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9739         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9740         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9741         Fix stride issues. Does not completely work for odd
9742         heights.
9743
9744 2004-11-03  Wim Taymans  <wim@fluendo.com>
9745
9746         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9747         (gst_alpha_chroma_key), (gst_alpha_chain):
9748         Fix stride issues. Does not completely work for odd
9749         heights.
9750
9751 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9752
9753         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9754         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9755         leak fixes
9756
9757 2004-11-03  Wim Taymans  <wim@fluendo.com>
9758
9759         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9760         (gst_ffmpegcsp_avpicture_fill):
9761         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9762         (avpicture_alloc):
9763         * gst/ffmpegcolorspace/imgconvert_template.h:
9764         Use correct _fill function to get correct strides.
9765
9766 2004-11-02  David Schleef  <ds@schleef.org>
9767
9768         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9769         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9770         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9771         Change all g_print()s to debugging.  Add a bunch of consistency
9772         checks.
9773
9774 2004-11-02  Wim Taymans  <wim@fluendo.com>
9775
9776         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9777         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9778         (unlinked), (no_more_pads), (close_link):
9779         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9780         (unknown_type), (add_element_stream), (new_decoded_pad),
9781         (removed_decoded_pad), (setup_source):
9782         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9783         (gst_stream_info_class_init), (gst_stream_info_init),
9784         (gst_stream_info_new), (gst_stream_info_dispose),
9785         (stream_info_mute_pad), (gst_stream_info_set_property),
9786         (gst_stream_info_get_property):
9787         * gst/playback/gststreaminfo.h:
9788         Fix playback of multiple files.
9789         a slightly different approach to handling dynamic pad removals.
9790         This one only looks at pads that we have linked.
9791
9792 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9793
9794         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9795         free" warning from libc.
9796
9797 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9798
9799         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9800         (get_unconnected_element), (remove_starting_from), (pad_removed),
9801         (close_link):
9802           Implement support for dynamic pad changing. We listen to "live"
9803           pad removals (i.e. while playing) and re-setup autoplugging
9804           after that. Playbasebin/playbin need some more work for this
9805           to finally work, but decodebin supports (and replugs) chained
9806           ogg now.
9807
9808 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9809
9810         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9811         (gst_alsa_finalize):
9812         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9813         (gst_cdaudio_finalize):
9814         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9815         (cdparanoia_finalize):
9816         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9817         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9818         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9819         (dvdreadsrc_finalize):
9820         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9821         (gst_flacdec_finalize):
9822         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9823         (gst_flacenc_finalize):
9824         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9825         (gst_gnomevfssink_finalize):
9826         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9827         (gst_gnomevfssrc_finalize):
9828         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9829         (gst_fameenc_finalize):
9830         * ext/nas/nassink.c: (gst_nassink_class_init),
9831         (gst_nassink_finalize):
9832         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9833         (gst_sdlvideosink_class_init):
9834         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9835         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9836         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9837         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9838         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9839         (gst_x_window_listener_dispose):
9840         * gst/audioscale/gstaudioscale.c:
9841         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9842         (play_on_demand_finalize):
9843         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9844         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9845         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9846         (cdplayer_finalize):
9847         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9848         (gst_glimagesink_class_init):
9849         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9850         (gst_osselement_finalize):
9851         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9852         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9853         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9854           Fixes a bunch of problems with finalize and dispose functions,
9855           either assumptions that dispose is only called once, or not calling
9856           the parent class dispose/finalize function
9857
9858 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9859
9860         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9861           added two api precondition guards
9862           use g_strdup with getenv to fix crash when using ENVVAR
9863
9864 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9865         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9866         (gst_esdsink_finalize):
9867         Use a finalize function, not dispose, and more importantly,
9868         call the parent class finalize function too
9869
9870 2004-11-01  Johan Dahlin  <johan@gnome.org>
9871
9872         * ext/ogg/gstoggdemux.c:
9873         * gst/tags/gstvorbistag.c:
9874         Plug leaks.
9875
9876 2004-10-31  Benjamin Otte  <otte@gnome.org>
9877
9878         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9879           lotsa memleaks today. But they're all small...
9880
9881 2004-10-31  Benjamin Otte  <otte@gnome.org>
9882
9883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9884           another memleak crushed
9885
9886 2004-10-31  Benjamin Otte  <otte@gnome.org>
9887
9888         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9889           fix memleak
9890
9891 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9892
9893         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9894           Hack to prevent crash when going to READY inside signal handler
9895           while this function is active.
9896
9897 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9898
9899         * gst/ffmpegcolorspace/Makefile.am:
9900         * gst/ffmpegcolorspace/avcodec.h:
9901         * gst/ffmpegcolorspace/common.h:
9902         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9903         * gst/ffmpegcolorspace/dsputil.h:
9904         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9905         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9906         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9907         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9908         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9909         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9910         (gst_ffmpegcsp_avpicture_fill):
9911         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9912         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9913         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9914         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9915         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9916         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9917         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9918         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9919         * gst/ffmpegcolorspace/imgconvert.c:
9920         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9921         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9922         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9923         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9924         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9925         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9926         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9927         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9928         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9929         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9930         (grow21), (grow22), (grow41), (grow44), (conv411),
9931         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9932         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9933         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9934         (avpicture_free), (is_yuv_planar), (img_convert),
9935         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9936         (deinterlace_line_inplace), (deinterlace_bottom_field),
9937         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9938         * gst/ffmpegcolorspace/imgconvert_template.h:
9939         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9940         * gst/ffmpegcolorspace/mmx.h:
9941         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9942         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9943         (av_freep), (avcodec_get_context_defaults),
9944         (avcodec_alloc_context), (avcodec_init):
9945           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9946           handling plus update from ffmpeg CVS. Large clean-up.
9947
9948 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9949
9950         * gst/playback/Makefile.am:
9951           We need the marshallers for decodebin, too.
9952
9953 2004-10-30  David Schleef  <ds@schleef.org>
9954
9955         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9956           quicktime typefinding work with 64-bit offsets.
9957
9958 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9959
9960         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9961           Set EOS on the element when processing an EOS event.
9962         * ext/speex/gstspeexdec.h:
9963         * ext/speex/gstspeexenc.h:
9964           Only keep a const ptr to the mode
9965         * gst-libs/gst/riff/riff-media.c:
9966         (gst_riff_create_audio_caps_with_data),
9967         (gst_riff_create_audio_template_caps):
9968           Allow WMAV3, with up to 6 channels.
9969         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9970           Don't call gst_pad_set_event_function on a sink pad.
9971         * gst/mpegstream/gstdvddemux.c:
9972         (gst_dvd_demux_get_subpicture_stream),
9973         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9974           Copy the explicit caps that were set across to the cur_* pads,
9975           instead of trying to use a possibly non-existent negotiated caps.
9976           Reset the type of subpicture pads to UNKNOWN after calling
9977           init_stream, so that the caps get set.
9978
9979 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9980
9981         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9982
9983         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9984           Don't touch buffer if it is of size 0 (fixes #151064).
9985
9986 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9987
9988         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9989           Synchronized discont handling.
9990
9991 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9992
9993         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9994         (gst_ogg_demux_push):
9995           Make seeking sort-of exact again (fixes #156387).
9996
9997 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9998
9999         * gst/playback/gstplaybasebin.c: (unknown_type),
10000         (add_element_stream), (new_decoded_pad),
10001         (gst_play_base_bin_change_state):
10002         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10003         (gst_stream_info_init), (gst_stream_info_new),
10004         (gst_stream_info_dispose), (gst_stream_info_get_property):
10005         * gst/playback/gststreaminfo.h:
10006           Make caps explicitely available. Makes testing for unsupported
10007           types possible. Improves error reporting.
10008
10009 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10010
10011         * gst/audioconvert/gstaudioconvert.c:
10012         (gst_audio_convert_buffer_to_default_format):
10013           Really don't touch read-only buffers (#156563).
10014
10015 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
10016
10017         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10018
10019         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10020           Fix memleak (#155223).
10021
10022 2004-10-29  Wim Taymans  <wim@fluendo.com>
10023
10024         * gst/tcp/.cvsignore:
10025         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
10026         (gst_multifdsink_class_init), (gst_multifdsink_init),
10027         (gst_multifdsink_add), (gst_multifdsink_remove),
10028         (gst_multifdsink_remove_client_link), (is_sync_frame),
10029         (gst_multifdsink_new_client),
10030         (gst_multifdsink_handle_client_write),
10031         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10032         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
10033         (gst_multifdsink_get_property):
10034         * gst/tcp/gstmultifdsink.h:
10035         Added burst on connect sync_method, deprecated sync_clients,
10036         streamlined the sync code some more.
10037
10038 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10039
10040         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
10041         (gst_play_base_bin_change_state):
10042           Improve error reporting.
10043
10044 2004-10-28  Wim Taymans  <wim@fluendo.com>
10045
10046         * gst/tcp/Makefile.am:
10047         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
10048         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
10049         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
10050         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
10051         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
10052         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
10053         (gst_fdset_wait):
10054         Added more locks around fdset structures. Fixed/reworked
10055         the poll array resizing code.
10056         Added stress test for fdset.
10057
10058 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10059
10060         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
10061         fix build
10062
10063 2004-10-28  Benjamin Otte  <otte@gnome.org>
10064
10065         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
10066           fix link function to always query channels and query width for
10067           floats
10068         * configure.ac:
10069           add equalizer dir
10070         * gst/equalizer/Makefile.am:
10071         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
10072         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
10073         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
10074         (arg_to_scale), (setup_filter),
10075         (gst_iir_equalizer_compute_frequencies),
10076         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
10077         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
10078         (plugin_init):
10079           add an equalizer
10080
10081 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10082
10083         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
10084
10085         * po/LINGUAS:
10086         * po/nb.po:
10087           Added Norwegian Bokmaal translation
10088
10089 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10090
10091         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10092           Don't break on options (fixes #156488).
10093
10094 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10095
10096         * configure.ac:
10097         * ext/cdaudio/Makefile.am:
10098         * sys/Makefile.am:
10099           fix build on older automake
10100
10101 2004-10-26  Wim Taymans  <wim@fluendo.com>
10102
10103         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10104         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
10105         Allow a little margin when negotiating the framerate.
10106
10107 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
10108
10109         * gst/level/gstlevel.c:
10110           synchonised naming of pads and pad-templates
10111
10112 2004-10-26  Wim Taymans  <wim@fluendo.com>
10113
10114         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
10115         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
10116         (_find_streams_check), (gst_ogg_demux_push):
10117         Fix EOS again. Needs to be done in a better way. We should not
10118         remove the pad if there is no new chained stream.
10119
10120 2004-10-26 Iain <iaingnome@gmail.com>
10121
10122         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
10123         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
10124         of the caps.
10125         * gst/interleave/interleave.c (interleave_class_init): Hook up release
10126         pad.
10127         (interleave_release_pad): Remove the pad.
10128         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
10129         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
10130         the set device.
10131         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
10132         attrs
10133         (gst_xvimagesink_xcontext_clear): Free the xcontext.
10134         (gst_xvimagesink_finalize): Free the par.
10135
10136 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10137
10138         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
10139         (gst_avimux_stop_file):
10140           First calculate the rate, and only then use it. Hdr.rate is a
10141           multiple and not a derivative of hdr.scale. Scale is not the
10142           same as blockalign but is solely related to rate.
10143
10144 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10145
10146         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
10147         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
10148           Implement seeking.
10149
10150 2004-10-25  James Henstridge  <james@jamesh.id.au>
10151
10152         Reviewed by:  David Schleef  <ds@schleef.org>
10153
10154         * examples/gstplay/player.c: (got_stream_length), (main):
10155         * examples/seeking/cdplayer.c: (update_scale):
10156         * examples/seeking/seek.c: (format_value), (update_scale):
10157         * examples/seeking/spider_seek.c: (format_value), (update_scale),
10158         (stop_seek):
10159         Build fixes on AMD64.
10160
10161 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10162
10163         reviewed by: Ronald Bultje <rbultje at gnome dot org>
10164
10165         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
10166         Fix for some v4l cards which hang in v4lsrc
10167
10168 2004-10-25  Wim Taymans  <wim@fluendo.com>
10169
10170         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
10171         (gst_ogg_demux_push), (gst_ogg_chains_clear):
10172         Make sure to remove the pad when a new chain is
10173         encountered. Set some vars to NULL so we don't try
10174         to reference freed memory.
10175
10176 2004-10-25  Wim Taymans  <wim@fluendo.com>
10177
10178         * examples/seeking/Makefile.am:
10179         * examples/seeking/cdplayer.c: (update_scale):
10180         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
10181         * examples/seeking/playbin.c: (make_playerbin_pipeline),
10182         (format_value), (update_scale), (iterate), (start_seek),
10183         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
10184         (print_usage), (main):
10185         Added some more examples, update others.
10186
10187 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10188
10189         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
10190         * ext/speex/gstspeexdec.c: (speex_dec_chain):
10191         * ext/theora/theoradec.c: (theora_dec_chain):
10192         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10193           Add codec-name metadata.
10194
10195 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
10196
10197         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10198
10199         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10200         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10201         * ext/alsa/gstalsamixertrack.h:
10202         * po/POTFILES.in:
10203           ALSA mixer track label internationalization (#154054).
10204
10205 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10206
10207         * ext/theora/theoradec.c: (theora_dec_chain):
10208           Export bitrate as metadata.
10209
10210 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10211
10212         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10213         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10214         * ext/alsa/gstalsamixertrack.h:
10215           Fix names, fix loop.
10216
10217 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10218
10219         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
10220         (speex_dec_convert):
10221           sinkconvert function so oggdemux can get the file length (totem).
10222
10223 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
10224
10225         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10226
10227         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
10228           Don't push incomplete packets.
10229         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
10230           Fix MPEG-4 audio typefinding.
10231
10232 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10233
10234         * sys/v4l/Makefile.am:
10235         * sys/v4l/gstv4l.c: (plugin_init):
10236         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
10237         (gst_v4lelement_init), (gst_v4lelement_dispose),
10238         (gst_v4lelement_change_state):
10239         * sys/v4l/gstv4lelement.h:
10240         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
10241         (gst_v4l_xoverlay_close), (idle_refresh),
10242         (gst_v4l_xoverlay_set_xwindow_id):
10243         * sys/v4l/gstv4lxoverlay.h:
10244         * sys/v4l/v4l-overlay_calls.c:
10245         * sys/v4l/v4l_calls.h:
10246         * sys/v4l2/Makefile.am:
10247         * sys/v4l2/gstv4l2.c: (plugin_init):
10248         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
10249         (gst_v4l2element_init), (gst_v4l2element_dispose),
10250         (gst_v4l2element_change_state):
10251         * sys/v4l2/gstv4l2element.h:
10252         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
10253         (gst_v4l2_xoverlay_close), (idle_refresh),
10254         (gst_v4l2_xoverlay_set_xwindow_id):
10255         * sys/v4l2/gstv4l2xoverlay.h:
10256         * sys/v4l2/v4l2-overlay_calls.c:
10257         * sys/v4l2/v4l2_calls.h:
10258           Remove client-side overlay handling, use the X-server v4l plugin
10259           for that. Nicer overlay, less code. Also make the plugin
10260           compileable without X (but then without overlay, obviously).
10261           Makes xwindowlistener obsolete, should we remove that?
10262
10263 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10264
10265         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
10266         (gst_osssrc_src_query):
10267         * sys/oss/gstosssrc.h:
10268           OK, so people want offset in DEFAULT. This time, actually fix all
10269           cases.
10270         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
10271           Add FPS properly.
10272
10273 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10274
10275         * gst/asfdemux/gstasfmux.c:
10276         * gst/avi/gstavimux.c:
10277           Framerate.
10278
10279 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10280
10281         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
10282           Fix properties (channel, norm, frequency).
10283
10284 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10285
10286         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
10287           Flag typo.
10288         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
10289           No warnings.
10290
10291 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10292
10293         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
10294           Fix hang.
10295
10296 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10297
10298         * sys/v4l2/gstv4l2element.h:
10299           Yet Another Hack (tm) for kernel header borkedness.
10300         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
10301         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
10302         (gst_v4l2src_link), (gst_v4l2src_getcaps),
10303         (gst_v4l2src_change_state):
10304         * sys/v4l2/gstv4l2src.h:
10305         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
10306         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
10307           Fix caps, keep track of state, work.
10308
10309 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10310
10311         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10312           Quiet.
10313
10314 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10315
10316         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10317           Don't mix bytes and samples.
10318
10319 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10320
10321         * ext/ogg/gstoggmux.c:
10322           Basic pad template which accepts OGM tracks, speex, flac, vorbis
10323           and theora. Any is incorrect.
10324         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
10325           Fix caps.
10326         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10327         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10328         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
10329         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
10330         * sys/v4l/gstv4lmjpegsrc.h:
10331         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
10332         (gst_v4lsrc_change_state):
10333         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
10334         (gst_v4lmjpegsrc_capture_stop):
10335           Fix caps. Keep track of internal state. Work.
10336
10337 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10338
10339         * ext/Makefile.am:
10340           Fix the build fixes.
10341
10342 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10343
10344         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10345         (gst_ogg_demux_src_event), (_find_chain_seek),
10346         (gst_ogg_pad_push):
10347           Check for pad availability before using it.
10348         * ext/ogg/gstoggdemux.c: (_find_chain_process):
10349           Fix parsing of chained ogg. Needs more work on the decoder side.
10350
10351 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10352
10353         * gst/spectrum/Makefile.am:
10354         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
10355         (idle_func):
10356           Fix demo and reenable it. Yes, I'm currently playing with audio
10357           analysis tools
10358
10359 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10360
10361         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10362           We love it if files that start at zero work too...
10363
10364 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10365
10366         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10367           Handle files with missing EOS headers.
10368
10369 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10370
10371         * gst/tcp/gsttcpserversink.c:
10372         (gst_tcpserversink_handle_server_read),
10373         (gst_tcpserversink_init_send):
10374         Zero some variables first (need for accept not to return EINVAL)
10375
10376 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10377
10378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10379         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10380         * ext/theora/theoradec.c: (theora_dec_sink_convert),
10381         (theora_dec_chain):
10382         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10383         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
10384           Seeking and querying finetune.
10385
10386 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10387
10388         * configure.ac:
10389         * ext/Makefile.am:
10390         * ext/raw1394/Makefile.am:
10391           fix the build
10392
10393 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10394
10395         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10396           Wrong return.
10397         * gst/playback/Makefile.am:
10398         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10399         * gst/playback/gstplay-marshal.list:
10400         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10401           Fix marshallers.
10402
10403 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10404
10405         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
10406           Silence.
10407
10408 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10409
10410         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10411         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10412         (gst_ogg_pad_push):
10413           Yay for non-lineair granulepos in theora.
10414
10415 2004-10-18  Wim Taymans  <wim@fluendo.com>
10416
10417         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
10418         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
10419         * ext/dv/gstdvdec.h:
10420         Make sure we renegotiate aspect ratio when the camera switches.
10421
10422 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10423
10424         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10425         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10426           Start at zero.
10427         * ext/theora/theoradec.c: (theora_dec_chain):
10428           Skip headers. Bad idea for chained ogg, but fixes seeking.
10429
10430 2004-10-18  Wim Taymans  <wim@fluendo.com>
10431
10432         * configure.ac:
10433         I swear, this is the last time I touch this.
10434
10435 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10436
10437         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10438         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10439         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
10440           Faster seeking.
10441         * ext/theora/theoradec.c: (theora_dec_sink_convert):
10442           Time-to-default conversion.
10443         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10444           Don't error on unknown packets, just skip. We should probably
10445           read them if we want to support chained ogg.
10446
10447 2004-10-18  Wim Taymans  <wim@fluendo.com>
10448
10449         * configure.ac:
10450         Added cdaudio to wrong list.
10451
10452 2004-10-18  Wim Taymans  <wim@fluendo.com>
10453
10454         * configure.ac:
10455         Revive cdaudio.
10456
10457 2004-10-18  Wim Taymans  <wim@fluendo.com>
10458
10459         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10460         (gst_dvdec_video_link), (gst_dvdec_push):
10461         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10462         (gst_smokeenc_resync), (gst_smokeenc_chain):
10463         Fix mimetype on smoke encoder.
10464         Add aspect ratio to dvdec. Not sure if these
10465         values are correct though....
10466
10467 2004-10-18  Wim Taymans  <wim@fluendo.com>
10468
10469         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
10470         Fix vorbis property descriptions and ranges.
10471
10472 2004-10-18  Wim Taymans  <wim@fluendo.com>
10473
10474         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10475         Really do nothing when no data is available.
10476         Go to the playing state when the stream is not seekable
10477         instead of failing.
10478
10479 2004-10-18  Wim Taymans  <wim@fluendo.com>
10480
10481         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
10482         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
10483         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
10484         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
10485         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
10486         Added uri handler for cd://
10487         Port to new API.
10488
10489 2004-10-18  Wim Taymans  <wim@fluendo.com>
10490
10491         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10492         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10493         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10494         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10495         (remove_prerolls), (unknown_type), (add_element_stream),
10496         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
10497         (gst_play_base_bin_remove_element),
10498         (gst_play_base_bin_link_stream):
10499         * gst/playback/gstplaybin.c: (gen_video_element),
10500         (gen_vis_element), (remove_sinks), (setup_sinks):
10501         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10502         (gst_stream_info_get_type), (gst_stream_info_class_init),
10503         (gst_stream_info_init), (gst_stream_info_new),
10504         (gst_stream_info_dispose), (stream_info_mute_pad),
10505         (gst_stream_info_set_property), (gst_stream_info_get_property):
10506         * gst/playback/gststreaminfo.h:
10507         Add sink padtemplate to decodebin.
10508         Added some more comments.
10509         Make queue size configurable in playbasebin.
10510         Added possibility to use elements as sinks (ex cdaudio).
10511
10512 2004-10-15  Wim Taymans  <wim@fluendo.com>
10513
10514         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10515         (gst_speexenc_chain):
10516         Fix speex timestamps so that it gets muxed properly.
10517
10518 2004-10-15  Wim Taymans  <wim@fluendo.com>
10519
10520         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
10521         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
10522         (gst_dv1394src_init), (gst_dv1394src_dispose),
10523         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
10524         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
10525         (gst_dv1394src_event), (gst_dv1394src_get_formats),
10526         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
10527         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
10528         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
10529         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
10530         * ext/raw1394/gstdv1394src.h:
10531         Added conversion/query functions.
10532         Update buffer timestamps,
10533         Added signals.
10534         Added uri dv:// so it might play from the firewire in playbin.
10535         Fix a possible leak.
10536         Added debugging.
10537
10538 2004-10-15  Wim Taymans  <wim@fluendo.com>
10539
10540         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
10541         (gst_dv1394src_init), (gst_dv1394src_set_property),
10542         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
10543         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
10544         * ext/raw1394/gstdv1394src.h:
10545         Added AV/C VTR control support needed for some cameras.
10546         Added automatic port detection.
10547         Added properties for selecting the channel.
10548         The configure.ac script is not yet updated to reflect the
10549         new libavc1394 and librom1394 dependencies.
10550
10551 2004-10-15  Wim Taymans  <wim@fluendo.com>
10552
10553         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10554         (qtdemux_parse), (gst_qtdemux_handle_esds):
10555         An esds box is not a container.
10556         Fix parsing of mp4v boxes.
10557         Do not try to renegotiate fps for each frame. Need to
10558         find a better method. This should fix mp4 playback.
10559
10560 2004-10-14  David Schleef  <ds@schleef.org>
10561
10562         * configure.ac: update for swfdec-0.3 and liboil-0.2
10563         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
10564         * ext/swfdec/gstswfdec.h: same
10565         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
10566         * gst/videotestsrc/videotestsrc.c: same
10567
10568 2004-10-14  Wim Taymans  <wim@fluendo.com>
10569
10570         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10571         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10572         (is_sync_frame), (gst_multifdsink_new_client),
10573         (gst_multifdsink_handle_client_write),
10574         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10575         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10576         Turn warnings into info.
10577         Don't allow a state change in the streaming thread.
10578
10579 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10580
10581         * ext/vorbis/oggvorbisenc.c:
10582         * ext/vorbis/vorbisdec.c:
10583           fix template sample rate
10584
10585 2004-10-13  Wim Taymans  <wim@fluendo.com>
10586
10587         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10588         Decoding the header first fixes some problems in resyncing
10589         in more mp3s.
10590
10591 2004-10-12  Wim Taymans  <wim@fluendo.com>
10592
10593         * gst/playback/gstplaybin.c: (gen_video_element),
10594         (gen_vis_element), (remove_sinks), (setup_sinks):
10595         Added vis plugin support, need to configure the vis
10596         element to activate it.
10597
10598 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10599
10600         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
10601         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10602           Some debug.
10603         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10604         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
10605         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
10606         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
10607         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10608         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
10609         * gst/avi/gstavidemux.h:
10610           Support for openDML-2.0 indx/ix## chunks. Support for broken index
10611           recovery (where, if part of the index is broken, we will still read
10612           the rest of the index and recover the broken part by stream
10613           scanning). More broken media support. EOS workarounds. General AVI
10614           braindamage headache recovery. Aspirin included.
10615
10616 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10617
10618         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
10619         (cdparanoia_event), (cdparanoia_query):
10620           Get rid of hideous lead-in.
10621
10622 2004-10-11  Wim Taymans  <wim@fluendo.com>
10623
10624         * gst/playback/gstplaybasebin.c: (setup_source):
10625         Wrong var used to get g_list_next.
10626
10627 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10628
10629         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10630         (cdparanoia_get), (cdparanoia_open):
10631           Report discid as metadata, add duration.
10632
10633 2004-10-11  Wim Taymans  <wim@fluendo.com>
10634
10635         * gst/playback/gstplaybasebin.c: (setup_source):
10636         Cleanup the previous pipeline a little earlier for the
10637         case that a source element provides raw data.
10638
10639 2004-10-11  Benjamin Otte  <otte@gnome.org>
10640
10641         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10642           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10643           consuming the last 128 bytes, even though it was valid mp3 data.
10644
10645 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10646
10647         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10648         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10649         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10650         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10651
10652 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10653
10654         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10655         Fix for webcams that support only specific width or height
10656
10657 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10658
10659         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10660
10661         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10662           Fix wrong discont event setup (fixes #154967).
10663
10664 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10665
10666         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10667
10668         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10669           Error out on invalid data (fixes #154807).
10670
10671 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10672
10673         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10674
10675         * ext/dvdread/dvdreadsrc.c: (_read):
10676           Make titles > 0 work again (fixes #154834).
10677
10678 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10679
10680         * gst-libs/gst/riff/riff-media.c:
10681         (gst_riff_create_video_template_caps):
10682           WMV3 missing in template caps.
10683
10684 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10685
10686         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10687           OK, so the original code was too strict. It makes random AVI files
10688           hang for seconds upon opening, which is unacceptable and is far
10689           beyond the original goal of getting multiple chunks for one-chunk
10690           sounc stream files. So now do just that.
10691
10692 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10693
10694         * gst/playback/gstplaybasebin.c: (setup_source),
10695         (gst_play_base_bin_change_state):
10696           Actually clean up streaminfo if output fails. This would trigger
10697           if, for example, there was no CD in the drive. No preroll, so
10698           a streaminfo structure is created, but the subsequent state change
10699           of the thread fails.
10700         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10701           Don't change state if parent failed.
10702
10703 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10704
10705         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10706         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10707         (gen_video_element), (remove_sinks):
10708           Add small bits of code for screenshot handling.
10709
10710 2004-10-08  Wim Taymans  <wim@fluendo.com>
10711
10712         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10713         (gen_video_element), (gen_audio_element), (setup_sinks):
10714         Don't assume the user provided sinks are named "sink"...
10715
10716 2004-10-08  Wim Taymans  <wim@fluendo.com>
10717
10718         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10719         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10720         (gst_play_base_bin_link_stream):
10721         Do not try to autoplug sources that generate raw streams like
10722         cdparanoia.
10723         disconnect the preroll overrun signal when we don't need it anymore.
10724
10725 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10726
10727         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10728         Added reworked patch from #154903 from milosz derezynski (deadchip).
10729
10730 2004-10-08  Wim Taymans  <wim@fluendo.com>
10731
10732         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10733         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10734         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10735         (cdparanoia_convert), (cdparanoia_uri_get_type),
10736         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10737         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10738         * ext/cdparanoia/gstcdparanoia.h:
10739         This adds the cdda://<tracknum> uri.
10740
10741 2004-10-08  Wim Taymans  <wim@fluendo.com>
10742
10743         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10744         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10745         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10746         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10747         (unknown_type), (gst_play_base_bin_remove_element),
10748         (gst_play_base_bin_link_stream):
10749         * gst/playback/gstplaybasebin.h:
10750         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10751         (gst_play_bin_set_property), (gen_video_element),
10752         (gen_audio_element), (setup_sinks):
10753         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10754         (gst_stream_info_get_type), (gst_stream_info_class_init),
10755         (gst_stream_info_init), (gst_stream_info_new),
10756         (gst_stream_info_dispose), (stream_info_mute_pad),
10757         (gst_stream_info_set_property), (gst_stream_info_get_property):
10758         * gst/playback/gststreaminfo.h:
10759         Reuse the audio and video bins.
10760         Some internal cleanups in the stream selection code.
10761
10762 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10763
10764         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10765         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10766         * sys/ximage/ximagesink.h:
10767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10768         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10769         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10770         not coming from those elements. Moreover these elements should not keep
10771         the xid they have been given when in NULL state.
10772
10773 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10774
10775         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10776         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10777         * sys/ximage/ximagesink.h:
10778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10779         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10780         * sys/xvimage/xvimagesink.h:
10781           Actually only create a new toplevel window if we're not gonna
10782           embed it right after.
10783
10784 2004-10-07  Wim Taymans  <wim@fluendo.com>
10785
10786         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10787         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10788         * gst/playback/gstplaybin.c: (setup_sinks):
10789         Implement muting/unmuting of streams, mute streams that are not
10790         used.
10791
10792 2004-10-07  Wim Taymans  <wim@fluendo.com>
10793
10794         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10795         (plugin_init):
10796         Added lame audio/x-ac3 typefind function.
10797
10798 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10799
10800         * configure.ac:
10801           bump nano to cvs
10802
10803 === release 0.8.5 ===
10804
10805 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10806
10807         * NEWS:
10808         * RELEASE:
10809         * configure.ac:
10810           releasing 0.8.5, "Take You On"
10811
10812 2004-10-06  Wim Taymans  <wim@fluendo.com>
10813
10814         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10815         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10816         (no_more_pads), (close_link), (type_found):
10817         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10818         * gst/playback/gstplaybin.c: (gen_video_element):
10819         Do not signal the no_more_pads after the first pad when
10820         we are plugging a non dynamic element with multiple
10821         output pads (like swfdec, dvdec, ...).
10822
10823 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10824
10825         * configure.ac:
10826           bump for prerelease
10827
10828 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10829
10830         * gst/wavparse/gstwavparse.c:
10831           add ATRAC3 to STATIC CAPS to fix a warning
10832
10833         * gst/matroska/ebml-read.c:
10834         * gst-libs/gst/riff/riff-read.c:
10835           fix typos
10836
10837 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10838
10839         * gst-libs/gst/riff/riff-media.c:
10840           generate caps for ATRAC3 audio streams
10841
10842         * gst/realmedia/rmdemux.c:
10843           generate caps for ATRAC3 audio streams
10844
10845 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10846
10847         * gst/wavparse/Makefile.am
10848         * gst/wavparse/riff.h
10849         * gst/wavparse/wavparse.vcproj
10850           riff.h removal (unused and duplication with riff-ids.h)
10851
10852 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10853
10854         * gst/wavparse/gstwavparse.h
10855           remove duplicated defines for audio codec codes
10856
10857         * gst-libs/gst/riff/riff-ids.h
10858         * gst/wavenc/riff.h:
10859           add "4CC" code for ATRAC3 audio streams
10860           add "4CC" code for ITU_G721_ADPCM (unused for now)
10861
10862 2004-10-06  Wim Taymans  <wim@fluendo.com>
10863
10864         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10865         Actually _do_ negotiation. Pass gdouble as arg instead
10866         of guint64 for the framerate.
10867
10868 2004-10-06  Wim Taymans  <wim@fluendo.com>
10869
10870         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10871         (find_compatibles), (close_pad_link), (try_to_link_1),
10872         (no_more_pads), (close_link), (type_found):
10873         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10874         * gst/playback/gstplaybin.c: (gen_video_element),
10875         (gen_audio_element):
10876         Set state on newly added element to READY so that negotiation
10877         can happen ASAP.
10878         Addes some more debug info.
10879         Do not try to plug pads with multiple caps structures or ANY
10880         because it is too dangerous since we do not do dynamic
10881         replugging.
10882
10883 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10884
10885         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10886
10887         * po/LINGUAS:
10888         * po/or.po:
10889           add Oriya translation
10890
10891 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10892
10893         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10894           Prevent overwrite of size member. Makes audio sound crappy.
10895
10896 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10897
10898         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10899         Add rmvb to the list of known RealMedia extensions
10900
10901 2004-10-05  Wim Taymans  <wim@fluendo.com>
10902
10903         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10904         (mngdec_openstream), (mngdec_closestream),
10905         (mngdec_handle_sink_event), (mngdec_readdata),
10906         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10907         (mngdec_getcanvasline), (mngdec_refresh),
10908         (gst_mngdec_change_state):
10909         Set the framerate correctly.
10910
10911 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10912
10913         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10914           There was something wrong with the index massaging.
10915
10916 2004-10-04  Wim Taymans  <wim@fluendo.com>
10917
10918         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10919         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10920         (gst_smokedec_chain):
10921         * ext/jpeg/gstsmokedec.h:
10922         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10923         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10924         * ext/jpeg/gstsmokeenc.h:
10925         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10926         (smokecodec_decode_new), (smokecodec_info_free),
10927         (smokecodec_set_quality), (smokecodec_get_quality),
10928         (smokecodec_set_threshold), (smokecodec_get_threshold),
10929         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10930         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10931         (smokecodec_encode), (smokecodec_parse_id),
10932         (smokecodec_parse_header), (smokecodec_decode):
10933         * ext/jpeg/smokecodec.h:
10934         * ext/jpeg/smokeformat.h:
10935         Updated smoke, new bitstream, allows embedding in ogg.
10936
10937 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10938
10939         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10940           Fix seeking in some files. All this code is no longer needed (and
10941           actually breaks stuff) because we now synchronize the full index
10942           right when reading the header.
10943
10944 2004-10-04  Wim Taymans  <wim@fluendo.com>
10945
10946         * configure.ac:
10947         configure update for libmng.
10948
10949 2004-10-04  Wim Taymans  <wim@fluendo.com>
10950
10951         * ext/libmng/Makefile.am:
10952         * ext/libmng/gstmng.c: (plugin_init):
10953         * ext/libmng/gstmng.h:
10954         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10955         (gst_mngdec_base_init), (gst_mngdec_class_init),
10956         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10957         (gst_mngdec_loop), (gst_mngdec_get_property),
10958         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10959         (mngdec_closestream), (mngdec_handle_sink_event),
10960         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10961         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10962         (gst_mngdec_change_state):
10963         * ext/libmng/gstmngdec.h:
10964         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10965         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10966         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10967         (gst_mngenc_chain), (gst_mngenc_get_property),
10968         (gst_mngenc_set_property):
10969         * ext/libmng/gstmngenc.h:
10970         Added basic MNG decoder. Needs more work. The encoder does
10971         not work yet.
10972
10973 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10974
10975         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10976         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10977         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10978           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10979           no-more-pads.
10980
10981 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10982
10983         * configure.ac:
10984           you need at least 1.0.4 of speex
10985
10986 2004-10-04 Iain <iaingnome@gmail.com>
10987
10988         * ext/speex/gstspeexdec.h: Revert the includes changes.
10989
10990         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10991
10992 2004-09-30 Iain <iaingnome@gmail.com>
10993
10994         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10995         found during init or set as a property instead of hardcoding /dev/audio
10996
10997 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10998
10999         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
11000         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
11001         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
11002         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
11003         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
11004         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
11005         (gst_rmdemux_dump_data):
11006           Use debug category, fix EOS handling. filesrc ! rmdemux now
11007           works.
11008
11009 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11010
11011         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11012         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
11013         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
11014           Improve allocation, cutting and sorting of the index. How takes a
11015           few seconds instead of minutes.
11016
11017 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
11018
11019         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
11020           fixed compilation
11021
11022 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11023
11024         * gst-libs/gst/riff/riff-media.c:
11025         (gst_riff_create_video_caps_with_data),
11026         (gst_riff_create_video_template_caps):
11027           Add wing commander format mimetype/fourccs.
11028         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11029           Don't crash if some value is 0.
11030
11031 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11032
11033         * gst-libs/gst/riff/riff-media.c:
11034         (gst_riff_create_video_caps_with_data),
11035         (gst_riff_create_video_template_caps):
11036           Add DIB fourcc (raw, palettized 8-bit RGB).
11037         * gst-libs/gst/riff/riff-read.c:
11038         (gst_riff_read_strf_vids_with_data):
11039           Oops, fix strf_data reading bug.
11040         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
11041           Use a non-NULL tag.
11042         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
11043           Time for hacks. Sorry Dave. At least one quicktime movie (a
11044           trailer) that I've encountered contains multiple video tracks.
11045           One of those is the actual video track, the other are one-frame
11046           tracks (images). Unfortunately, the number of frames according
11047           to the trak header is 1 for each, so that doesn't help. So
11048           instead, I look at the duration and discard tracks with a
11049           duration shorter than 20% of the length of the stream. Better
11050           than nothing.
11051
11052 2004-10-01  Christian Schaller <christian@fluendo.com>
11053
11054         * ext/ivorbis/vorbis.c:
11055           Patch from Phil Blundell (Bug 152341)
11056
11057 2004-10-01  Wim Taymans  <wim@fluendo.com>
11058
11059         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11060         (speex_dec_get_formats), (speex_dec_convert),
11061         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
11062         (speex_dec_chain), (gst_speexdec_get_property),
11063         (gst_speexdec_set_property):
11064         Small cleanups.
11065
11066 2004-10-01  Wim Taymans  <wim@fluendo.com>
11067
11068         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11069         (gst_wavparse_stream_init), (gst_wavparse_fmt),
11070         (gst_wavparse_other), (gst_wavparse_loop),
11071         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11072         (gst_wavparse_srcpad_event):
11073         * gst/wavparse/gstwavparse.h:
11074         Added some more debugging info.
11075         Fix the case where the length of the file is 0.
11076         Make sure we seek to sample borders.
11077
11078 2004-10-01  Wim Taymans  <wim@fluendo.com>
11079
11080         * gst/playback/README:
11081         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11082         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
11083         (try_to_link_1), (no_more_pads), (close_link), (type_found):
11084         Add some debug info to decodebin, update README
11085
11086 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11087
11088         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
11089           Don't use g_print(); use GST_DEBUG().
11090
11091 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11092
11093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11094         (gst_ogg_mux_queue_pads):
11095           Handle EOS properly.
11096
11097 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11098
11099         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11100
11101         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
11102         (gst_faad_chain), (gst_faad_change_state):
11103         * ext/faad/gstfaad.h:
11104           Allow playback of raw (unframed) MPEG AAC files (#148993).
11105
11106 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11107
11108         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11109
11110         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11111           Throw error if we didn't recognize the stream. Fixes #152289.
11112
11113 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11114
11115         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
11116           Fix negotiation.
11117
11118 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
11119
11120         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11121
11122         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11123           Fix memleak.
11124
11125 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11126
11127         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11128
11129         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
11130           Solve #152805.
11131         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
11132           Solve 152806.
11133
11134 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11135
11136         * gst-libs/gst/riff/riff-media.c:
11137         (gst_riff_create_video_caps_with_data),
11138         (gst_riff_create_audio_caps_with_data):
11139           Add codec_data handling (like asfdemux used to do).
11140         * gst/asfdemux/gstasf.c: (plugin_init):
11141         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11142         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
11143           Use riff-media for caps creation instead of our own (mostly
11144           broken) copy of its functions.
11145
11146 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11147
11148         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
11149           Don't actually error out if we get another return value than
11150           -EINVAL. Opposite to what I first thought, drivers have random
11151           return values for this, although -EINVAL is the expected return
11152           value. Since this is not fatal, we shouldn't use
11153           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
11154
11155 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11156
11157         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11158         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
11159         (dvdreadsrc_get_property), (_open), (_seek), (_read),
11160         (dvdreadsrc_get), (dvdreadsrc_open_file),
11161         (dvdreadsrc_change_state):
11162           Fix. Don't do one big huge loop around the whole DVD, that will
11163           cache all data and thus eat sizeof(dvd) (several GB) before we
11164           see something.
11165         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
11166           Actually NULL'ify event after using it.
11167         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
11168         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
11169         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
11170         (gst_ebml_read_seek), (gst_ebml_read_skip):
11171           Handle events.
11172         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
11173         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
11174         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
11175           Fix timing (this will probably break if I seek using menus, but
11176           I didn't get there yet). VOBs and normal DVDs should now work.
11177           Add a mpeg2-only pad with high rank so this get autoplugged for
11178           MPEG-2 movies.
11179         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
11180         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
11181         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
11182         (gst_mpeg_demux_get_audio_stream),
11183         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
11184         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
11185           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
11186           MPEG-1 but use dvddemux for MPEG-2.
11187         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
11188         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
11189         (gst_mpeg_parse_parse_packhead):
11190           Timing. Only add pad template if it exists. Add sink template from
11191           class and not from ourselves. This means we will always use the
11192           correct sink template even if it is not the one defined in this
11193           file.
11194
11195 2004-09-29  Wim Taymans  <wim@fluendo.com>
11196
11197         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
11198         (gst_mpeg_demux_parse_pes):
11199         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
11200         Fix playback of mpeg again, timestamps where screwed up by
11201         patch 1.61.
11202
11203 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11204
11205         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
11206           Only return true if we actually filled something in. Prevents
11207           player applications from showing a random length for flac files.
11208         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
11209         (gst_riff_read_use_event), (gst_riff_read_handle_event),
11210         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
11211         (gst_riff_read_strf_vids_with_data),
11212         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
11213           OK, ok, so I implemented event handling. Apparently it's normal
11214           that we receive random events at random points without asking
11215           for it.
11216         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
11217         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11218         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
11219         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
11220         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
11221         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11222         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11223         * gst/avi/gstavidemux.h:
11224           Implement non-lineair chunk handling and subchunk processing.
11225           The first solves playback of AVI files where the audio and video
11226           data of individual buffers that we read are not synchronized.
11227           This should not happen according to the wonderful AVI specs, but
11228           of course it does happen in reality. It is also a prerequisite for
11229           the second. Subchunk processing allows us to cut chunks in small
11230           pieces and process each of these pieces separately. This is
11231           required because I've seen several AVI files with incredibly large
11232           audio chunks, even some files with only one audio chunk for the
11233           whole file. This allows for proper playback including seeking.
11234           This patch is supposed to fix all AVI A/V sync issues.
11235         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11236         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
11237           Work.
11238         * gst/modplug/gstmodplug.cc:
11239           Proper return value setting for the query() function.
11240         * gst/playback/gstplaybasebin.c: (setup_source):
11241           Being in non-playing state (after, e.g., EOS) is not necessarily
11242           a bad thing. Allow for that. This fixes playback of short files.
11243           They don't actually playback fully now, because the clock already
11244           runs. This means that small files (<500kB) with a small length
11245           (<2sec) will still not or barely play. Other files, such as mod
11246           or flx, will work correctly, however.
11247
11248 2004-09-28  Wim Taymans  <wim@fluendo.com>
11249
11250         * ext/speex/gstspeex.c: (plugin_init):
11251         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
11252         (gst_speex_dec_class_init), (speex_dec_get_formats),
11253         (speex_get_event_masks), (speex_get_query_types),
11254         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
11255         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
11256         (gst_speexdec_get_property), (gst_speexdec_set_property),
11257         (speex_dec_change_state):
11258         * ext/speex/gstspeexdec.h:
11259         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
11260         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
11261         (gst_speexenc_base_init), (gst_speexenc_class_init),
11262         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
11263         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
11264         (gst_speexenc_src_query), (gst_speexenc_init),
11265         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
11266         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
11267         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
11268         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
11269         (gst_speexenc_chain), (gst_speexenc_get_property),
11270         (gst_speexenc_set_property), (gst_speexenc_change_state):
11271         * ext/speex/gstspeexenc.h:
11272         Rewrote speex encoder, make sure it can be embedded in ogg.
11273         Implemented speex decoder.
11274
11275 2004-09-28  Christian Schaller <christian@fluendo.com>
11276
11277         * configure.ac:
11278         Remove kioslave plugin. Markey is brewing a new working one
11279         * ext/Makefile.am: Remove kioslave plugin
11280         * ext/kio: remove
11281         * gst-plugins.spec.in: remove kio plugin from spec
11282
11283 2004-09-27  Wim Taymans  <wim@fluendo.com>
11284
11285         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11286         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
11287         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
11288         (gst_multifdsink_new_client),
11289         (gst_multifdsink_handle_client_write),
11290         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11291         (gst_multifdsink_handle_clients):
11292         * gst/tcp/gstmultifdsink.h:
11293         Make syncing to keyframes actually work for new clients and lagging
11294         clients.
11295
11296 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11297
11298         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
11299         (gst_navigationtest_handle_src_event), (draw_box_planar411),
11300         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
11301         * gst/debug/gstnavigationtest.h:
11302           make navigationtest display button-press and button-release events
11303
11304 2004-09-26 Iain <iaingnome@gmail.com>
11305
11306         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
11307         the channels have received a new media event.
11308         (interleave_buffered_loop): Compresses a new media event on all
11309         channels into one.
11310
11311 2004-09-26 Iain <iaingnome@gmail.com>
11312
11313         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
11314         call the sinkpad's default event handler and not the srcpads. He also
11315         says this is confusing :)
11316         (gst_wavenc_stop_file): Company says that seek events only go upstream
11317         we should send a discontinuous downstream instead.
11318
11319 2004-09-25  Christian Schaller <christian@fluendo.com>
11320
11321         * Update SPEC file to be usable in conjunction with Fedora Core,
11322           Fedora.us and freshrpms packages
11323         * Fix typo in multifilesrc test Makefile
11324
11325 2004-09-24  Wim Taymans  <wim@fluendo.com>
11326
11327         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11328         Only signal the no_more_pads signal when we have
11329         added the stream to our list.
11330
11331 2004-09-24  Wim Taymans  <wim@fluendo.com>
11332
11333         * gst/playback/gstplaybasebin.c: (remove_prerolls),
11334         (new_decoded_pad):
11335         * gst/playback/gstplaybasebin.h:
11336         * gst/playback/gstplaybin.c: (setup_sinks):
11337         Don't try to preroll or decode more than one audio/video
11338         track.
11339
11340 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11341
11342         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11343           Throw error if we failed to find a suitable output. This should
11344           throw an error if we successfully set up a pipeline (e.g. because
11345           we recognized a media file) but found no decodable streams in it
11346           (e.g. because it contains only media stream types for which we
11347           have no decoders, or because it's not a media type).
11348
11349 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11350
11351         * ext/dirac/Makefile.am:
11352         * ext/dirac/gstdirac.cc:
11353         * ext/dirac/gstdiracdec.cc:
11354         * ext/dirac/gstdiracdec.h:
11355           Do something. Don't actually know if this works because I don't
11356           have a demuxer yet.
11357         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
11358           Add channels=1 to caps returned from _getcaps().
11359         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
11360         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
11361         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
11362         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
11363         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
11364         (gst_ogm_parse_change_state):
11365           Separate between audio/video so ogmaudioparse actually uses the
11366           audio pad templates. Both audio and video work now, including
11367           autoplugging. Also use sometimes-srcpad hack.
11368         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
11369           Handle events better. Don't hang on infinite loops.
11370         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11371         (gst_avi_demux_init), (gst_avi_demux_reset),
11372         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11373         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
11374         (gst_avi_demux_change_state):
11375         * gst/avi/gstavidemux.h:
11376           Improve A/V sync. Still not perfect.
11377         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
11378         (gst_ebml_read_skip):
11379           Handle events better.
11380         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
11381         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
11382         (qtdemux_audio_caps):
11383           Add IMA4. Improve event handling. Save offset after a seek when
11384           the headers are at the end of the file so that we don't end up in
11385           an infinite loop.
11386         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11387           Add low-priority typefind support for files with no length.
11388
11389 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11390
11391         * testsuite/multifilesink/Makefile.am:
11392         fix typo
11393
11394 2004-09-22  Julien MOUTTE  <julien@moutte.net>
11395
11396         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
11398         mistakes from thaytan's patches.
11399
11400 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11401
11402         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11403           For completeness, XSync in the destroy function as xvimage does.
11404
11405 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11406
11407         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11408            Correct caps negotiation
11409         * gst/volume/gstvolume.c: (volume_chain_float),
11410         (volume_chain_int16):
11411            Modify debug output to be little more informative
11412         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11414         (gst_xvimagesink_xvimage_destroy):
11415           Add XSync calls after detaching from the shared memory segment to
11416           avoid a crash.
11417
11418 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11419
11420         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11421         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
11422         * ext/vorbis/vorbis.c: (plugin_init):
11423         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11424         (gst_vorbisenc_chain):
11425         * ext/vorbis/vorbisenc.h:
11426         remove explicit newmedia support from oggmux and vorbisenc
11427         add debug category to vorbisenc
11428         * gst/multifilesink/gstmultifilesink.c:
11429         (gst_multifilesink_class_init), (gst_multifilesink_init),
11430         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
11431         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
11432         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
11433         (plugin_init):
11434         * gst/multifilesink/gstmultifilesink.h:
11435         add support for streamheader in multifilesink
11436
11437 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11438
11439         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
11440         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
11441         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
11442           Prevent infinite loops. More correct error reporting.
11443         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11444           Error out if negotiation fails.
11445         * gst/playback/gstplaybasebin.c: (setup_source),
11446         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
11447         (gst_play_base_bin_found_tag):
11448           Error/tag forwarding. Pre-roll fixes for source errors on state
11449           changes (e.g. "file does not exist") to prevent hangs.
11450
11451 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11452
11453         * testsuite/multifilesink/Makefile.am:
11454         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
11455         (gst_newmedia_class_init), (gst_newmedia_init),
11456         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11457         (newfile_signal), (test_signal), (main):
11458         * testsuite/multifilesink/multifilesrc_test.c: (main):
11459         * testsuite/multifilesink/oggtheora_test.c:
11460         (gst_newmedia_base_init), (gst_newmedia_class_init),
11461         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11462         (test_format), (newfile_signal), (test_signal), (main):
11463         * testsuite/multifilesink/oggvorbis_test.c:
11464         (gst_newmedia_base_init), (gst_newmedia_class_init),
11465         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11466         (test_format), (newfile_signal), (test_signal), (main):
11467         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
11468         (gst_newmedia_class_init), (gst_newmedia_init),
11469         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11470         (newfile_signal), (test_signal), (main):
11471         New media tests
11472
11473 2004-09-20  Christian Schaller <christian@fluendo.com>
11474
11475         * Fix mikmod license to LGPL as they have relicensed
11476         * Move Dirac and Effectv into LGPL section of README_license
11477
11478 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11479
11480         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
11481         (gst_mad_change_state):
11482           Allow for mp3 rate/channels changes. However, only very
11483           conservatively. Reason that we *have* to enable this is smiply
11484           because the mad find_sync() function is not good enough, it will
11485           regularly sync on random data as valid frames and therefore make
11486           us provide random caps as *final* caps of the stream. The best fix
11487           I could think of is to simply require several of the same stream
11488           changes in a row before we change caps.
11489           The actual testcase that works now is #
11490         * ext/ogg/Makefile.am:
11491         * ext/ogg/gstogg.c: (plugin_init):
11492         * ext/ogg/gstogmparse.c:
11493           OGM support (video only for now; I need an audio sample file).
11494         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11495         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
11496         (gst_asf_demux_add_video_stream):
11497           WMV extradata.
11498         * gst/playback/gstplaybasebin.c: (unknown_type):
11499           Don't error out on single unknown-types after all. It's wrong.
11500           If we found type of video and audio but not of a subtitle stream,
11501           it will still error out (which is unwanted). Will find a better fix
11502           later on.
11503         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
11504         (ogmaudio_type_find), (plugin_init):
11505           OGM support.
11506
11507 2004-09-20  Johan Dahlin  <johan@gnome.org>
11508
11509         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
11510         after setting caps.
11511
11512 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11513
11514         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
11515         * gst/wavenc/gstwavenc.h:
11516         Added newmedia support to wavenc
11517
11518 2004-09-17  Wim Taymans  <wim@fluendo.com>
11519
11520         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
11521         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11522         (gst_fdset_fd_can_write), (gst_fdset_wait):
11523         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
11524         (gst_multifdsink_init), (gst_multifdsink_add),
11525         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
11526         (gst_multifdsink_remove_client_link),
11527         (gst_multifdsink_client_queue_buffer),
11528         (gst_multifdsink_handle_client_write),
11529         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
11530         (gst_multifdsink_close), (gst_multifdsink_change_state):
11531         * gst/tcp/gstmultifdsink.h:
11532         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11533         (gst_tcpserversink_removed):
11534         Small cleanups in fdset.c
11535         Use a hastable to map fd to the client structure for faster
11536         lookup in _remove and get_stats.
11537         Added virtual function to close the fds.
11538         Handle clients even when the select/poll call was unblocked because
11539         of a command.
11540         Implement syncing to keyframe in the recovery procedure.
11541
11542 2004-09-16 Iain <iaingnome@gmail.com>
11543
11544         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
11545         try caps.
11546
11547 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11548
11549         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
11550           Caps are only set if the type of the stream is unknown, but this
11551           is initialized in ->init_stream(), so set to UNKNOWN after calling
11552           ->init_stream() so that capsnego starts.
11553
11554 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11555
11556         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11557         (gst_avi_demux_stream_data):
11558           Just hardcode for raw audio then. AVI audio sucks.
11559
11560 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
11561
11562         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11563         * gst/matroska/matroska-mux.c: (audiosink_templ),
11564         (gst_matroska_mux_audio_pad_link):
11565         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
11566         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
11567
11568 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11569
11570         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11571         (gst_avi_demux_stream_data):
11572           Try to fix a/v sync issues.
11573
11574 2004-09-15  David Schleef  <ds@schleef.org>
11575
11576         * configure.ac: remove NASM check, since we don't use it.  Update
11577         dirac check to 0.4
11578         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
11579         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11580         Initialized variables.
11581         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11582         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
11583         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
11584         SVQ3 format
11585
11586 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11587
11588         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11589         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
11590         * gst/avi/gstavidemux.h:
11591           Fix for compressed audio (mp3) timestamp generation. How did this
11592           ever work?
11593
11594 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11595
11596         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11597           Volume is a double not a float.
11598
11599 2004-09-15  Wim Taymans  <wim@fluendo.com>
11600
11601         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
11602         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11603         Don't close the fd in multifdsink as we didn't open it in the
11604         first place. Some cleanups.
11605
11606 2004-09-15  Wim Taymans  <wim@fluendo.com>
11607
11608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11609         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11610         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11611         Fix the case where the muxer would mark pages as delta
11612         frames when they are not (vorbis only ogg).
11613
11614 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11615
11616         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
11617         (gst_play_base_bin_change_state):
11618           Handle the case where we failed to setup a clear pipeline. This
11619           will throw an error (or EOS, another nice case) and if you don't
11620           catch that, the app will wait for the signal forever (and thus
11621           hang).
11622
11623 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11624
11625         * ext/gnomevfs/gstgnomevfssink.c:
11626         (gst_gnomevfssink_uri_get_protocols):
11627         * ext/gnomevfs/gstgnomevfssrc.c:
11628         (gst_gnomevfssrc_uri_get_protocols):
11629         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11630         * ext/gnomevfs/gstgnomevfsuri.h:
11631           Use _uri_new() instead of _open(), so it doesn't take as long and
11632           Christophe's computer won't hang.
11633         * gst/playback/gstplaybasebin.c: (unknown_type):
11634           Throw error on unknown media type, so apps actually display it.
11635
11636 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11637
11638         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11639           this script to work on Solaris since bash shell handles echo
11640           differenly than bash.
11641
11642 2004-09-17  Wim Taymans  <wim@fluendo.com>
11643
11644         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11645         (setup_source), (gst_play_base_bin_set_property),
11646         (gst_play_base_bin_add_element):
11647         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11648         Some more work on making sure seeking pauses the pipeline and
11649         that changing the uri actually does something.
11650
11651 2004-09-17  Wim Taymans  <wim@fluendo.com>
11652
11653         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11654         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11655         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11656         (gst_tcpserversink_close):
11657         Be a bit more paranoid when freeing memory.
11658
11659 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11660
11661         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11662         (qtdemux_parse_trak):
11663           Don't crash by dividing by zero (see sample movie in #126922).
11664
11665 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11666
11667         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11668           Don't touch non-existing data (fixes crash on file in #140147).
11669
11670 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11671
11672         * gst/playback/gstplaybasebin.c:
11673         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11674           Handle double disposals, and proper change of URIs.
11675
11676 2004-09-13  Martin Eikermann <meiker@upb.de>
11677
11678         * gst/mpegstream/gstmpegparse.c:
11679           fix synchronistation for streams recorded from digital PCR
11680           fixes bug #119376
11681
11682 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11683
11684         * ext/gnomevfs/Makefile.am:
11685         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11686         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11687         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11688         (gst_gnomevfssink_uri_get_type),
11689         (gst_gnomevfssink_uri_get_protocols),
11690         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11691         (gst_gnomevfssink_uri_handler_init),
11692         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11693         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11694         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11695         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11696         (gst_gnomevfssrc_uri_get_type),
11697         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11698         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11699         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11700         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11701         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11702         * ext/gnomevfs/gstgnomevfsuri.h:
11703           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11704           of fake URIs to see which this version of Gnome-VFS likes, and
11705           uses that for the Gst-URI interface. Makes playbin support http://
11706           streams. Also fix up some stupid behaviour in gnomevfssrc.
11707
11708 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11709
11710         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11711         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11712         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11713         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11714           Update mixer (to sync with other sessions) if we try to obtain
11715           a new value. This makes alsamixer work accross applications.
11716         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11717           Only call sync functions if we're running, else alsalib asserts.
11718         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11719           Sometimes fails to compile. Possibly a gcc bug.
11720         * gst/playback/gstplaybin.c: (gen_video_element),
11721         (gen_audio_element):
11722           Add a reference to an application-provided object, because we lose
11723           this same reference if we add it to the bin. If we don't do this,
11724           we can only use this object once and thus crash if we go from
11725           ready to playing, back to ready and back to playing again.
11726           Also add an audioscale element because several cheap soundcards -
11727           like mine - don't support all samplerates.
11728         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11729         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11730           Fix wrong order or PAR calls. Makes automatically obtained PAR
11731           from the X server atually being used.
11732
11733 2004-09-12  David Schleef  <ds@schleef.org>
11734
11735         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11736         #151887, #152102, #152247.
11737         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11738         * examples/seeking/cdparanoia.c: same
11739         * examples/seeking/cdplayer.c: same
11740         * examples/seeking/seek.c: same
11741         * examples/seeking/spider_seek.c: same
11742         * examples/seeking/vorbisfile.c: same
11743         * examples/stats/mp2ogg.c: same
11744         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11745         (gst_esdsink_dispose): Dispose of element properly.
11746         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11747         fixes.
11748         * ext/nas/nassink.c: (gst_nassink_class_init),
11749         (gst_nassink_dispose): Dispose of element correctly.
11750         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11751         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11752         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11753         Fix 64-bit warning.
11754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11755         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11756         Fix 64-bit warning.
11757
11758 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11759
11760         * configure.ac : change speex detection as 1.1.6 now uses
11761           .pc/pkg-config and they changed their headers location.
11762
11763 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11764
11765         * gst/matroska/matroska-mux.h:
11766         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11767         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11768         (gst_matroska_mux_write_data):
11769           Write multiple blocks/frames per cluster.
11770                 Write meta-seek information (seek heads).
11771
11772 2004-09-09  Scott Wheeler <wheeler@kde.org>
11773
11774         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11775         (gst_play_bin_set_property), (gst_play_bin_get_property),
11776         (gen_audio_element), (gen_audio_element):
11777           Add a volume element / property to the pipeline.
11778
11779 2004-09-07  Wim Taymans  <wim@fluendo.com>
11780
11781         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11782         Copy timestamps from the master pad to the output buffers.
11783
11784 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11785
11786         * ext/raw1394/gstdv1394src.c:
11787           throw errors when applicable
11788
11789 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11790
11791         * gst/matroska/ebml-ids.h:
11792         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11793         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11794         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11795           automatically convert unix time <-> ebml time when reading/writing
11796           a date, use gst_ebml_write_uint to write CUETIME,
11797           not gst_ebml_write_date.
11798         * gst/matroska/matroska-ids.h:
11799         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11800         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11801         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11802         (gst_matroska_mux_write_data):
11803           Write track and segment UIDs, write muxing date, write
11804           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11805           Create cues for audio only files.
11806
11807 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11808
11809         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11810         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11811           Re-commit ALSA switches.
11812         * gst/adder/gstadder.c: (gst_adder_loop):
11813           64-bit fix (#151416).
11814         * gst/debug/progressreport.c: (gst_progressreport_report):
11815           64-bit fix (#151419).
11816         * gst/matroska/matroska-demux.c:
11817         (gst_matroska_demux_parse_contents):
11818           64-bit fix (#151420).
11819         * gst/playback/test3.c: (update_scale):
11820           64-bit fix (#151421).
11821
11822 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11823
11824         * configure.ac:
11825           bump nano to cvs
11826
11827 === release 0.8.4 ===
11828
11829 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11830
11831         * configure.ac: releasing 0.8.4, "Alias"
11832
11833 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11834
11835         * ext/theora/Makefile.am:
11836           fix makefile.  Fixes #151462.
11837
11838 2004-08-30  Wim Taymans  <wim@fluendo.com>
11839
11840         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11841         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11842         (gst_multifdsink_remove_client_link),
11843         (gst_multifdsink_client_queue_buffer),
11844         (gst_multifdsink_handle_client_write):
11845         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11846         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11847         Fix some memory leaks.
11848
11849 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11850
11851         Patch by: David Schleef
11852
11853         * configure.ac:
11854         * sys/Makefile.am:
11855           rename our detection macro for V4L2.  Fixes #151236.
11856
11857 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11858
11859         Patch by: David Schleef
11860
11861         * configure.ac:
11862           check to define LAMEPRESET.  Fixes #151232.
11863
11864 2004-08-27  David Schleef  <ds@schleef.org>
11865
11866         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11867         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11868         (gst_glimagesink_fixate):  Move local variable declarations to
11869         make gcc-2.95 happy.
11870
11871 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11872
11873         * configure.ac:
11874           bump nano for prerelease
11875
11876 2004-08-27  David Schleef  <ds@schleef.org>
11877
11878         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11879         * sys/sunaudio/gstsunaudiosrc.c:
11880         * sys/sunaudio/gstsunaudiosrc.h:
11881
11882 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11883
11884         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11885         handle EOS correctly
11886         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11887         * gst/matroska/matroska-mux.h:
11888         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11889         VFW compatibility mode
11890
11891 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11892
11893         patch by: Zaheer Abbas Merali
11894
11895         * ext/ogg/gstoggmux.c:
11896         * ext/vorbis/vorbisenc.c:
11897         * ext/vorbis/vorbisenc.h:
11898           handle NEWMEDIA
11899
11900 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11901
11902         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11903         fix byte order reversion on little endian machines.
11904         * gst/matroska/matroska-mux.c: (audiosink_templ),
11905         (gst_matroska_mux_audio_pad_link):
11906         add TTA codec to the list of supported codecs.
11907         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11908         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11909         (gst_matroska_mux_write_data):
11910         * gst/matroska/matroska-mux.h:
11911         write segment duration correctly, write muxing app string, fixes bugs
11912         #140897 and #140898.
11913         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11914         wait for all pads to be negotiated before starting to mux.
11915
11916 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11917
11918         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11919         * ext/lame/gstlame.h:
11920         Added new media support to lame
11921
11922 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11923
11924         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11925         send vorbis headers at the beginning of a stream, fixes bug #141554.
11926         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11927         bug #148950.
11928         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11929         (gst_matroska_demux_plugin_init):
11930         * gst/matroska/matroska-ids.h:
11931         enable demuxing of TTA audio streams, fixes bug #148951.
11932         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11933         enable typefinding for TTA audio files, fixes bug #148711.
11934         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11935         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11936         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11937
11938 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11939
11940         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11941         (gst_riff_read_element_data), (gst_riff_read_seek),
11942         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11943         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11944         <teuf@gnome.org>
11945
11946 2004-08-23 Iain <iaingnome@gmail.com>
11947
11948         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11949         tags. They appear to be handled differently to normal.
11950         (tag_list_to_id3_tag_foreach): Ditto.
11951
11952 2004-08-22  Wim Taymans  <wim@fluendo.com>
11953
11954         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11955         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11956         Make sure we never send -1 granulepos.
11957
11958 2004-08-20  Wim Taymans  <wim@fluendo.com>
11959
11960         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11961         (gst_ogg_mux_loop):
11962         I will accept bitchslappings with non sharp objects.
11963
11964 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11965
11966         * configure.ac:
11967         Clean up the test for lame presets
11968
11969 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11970
11971         * configure.ac:
11972         * ext/lame/Makefile.am:
11973         * ext/lame/gstlame.c: (gst_lame_class_init),
11974         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11975         Only enable lame presets if version of lame has presets in API
11976
11977 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11978         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11979         * gst/udp/gstudpsrc.h:
11980           Don't call gst_pad_push in a get function. Fixes #150449
11981
11982 2004-08-18  Wim Taymans  <wim@fluendo.com>
11983
11984         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11985         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11986         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11987         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11988         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11989         (gst_fdset_wait):
11990         * gst/tcp/gstfdset.h:
11991         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11992         (gst_multifdsink_client_queue_buffer),
11993         (gst_multifdsink_handle_client_write):
11994         * gst/tcp/gstmultifdsink.h:
11995         Some extra checks in gstfdset.
11996         Only use send() when the fd is a socket. Don't try to
11997         read from write only fds.
11998
11999 2004-08-18  Wim Taymans  <wim@fluendo.com>
12000
12001         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
12002         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
12003         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12004         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12005         (gst_fdset_wait):
12006         Add more locking and bounds checking.
12007
12008 2004-08-18  Wim Taymans  <wim@fluendo.com>
12009
12010         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
12011         Realloc test fdset in the lock and right before starting
12012         the poll call. Bump the limit to 4096.
12013
12014 2004-08-17  David Schleef  <ds@schleef.org>
12015
12016         * sys/sunaudio/Makefile.am:
12017         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
12018         of rates and channels.  Make debugging less obnoxious.
12019
12020         Patch from Balamurali Viswanathan implementing a mixer for
12021         Sun audio.  (bug #144091):
12022         * sys/sunaudio/gstsunelement.c:
12023         * sys/sunaudio/gstsunelement.h:
12024         * sys/sunaudio/gstsunmixer.c:
12025         * sys/sunaudio/gstsunmixer.h:
12026
12027 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12028
12029         * gst/audioscale/gstaudioscale.c:
12030         * gst/audioscale/gstaudioscale.h:
12031         made audioscale resample from any sample rate to any sample rate
12032
12033 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12034
12035         * ext/libpng/gstpngdec.c:
12036           error out on unsupported types
12037
12038 2004-08-17  Iain <iaingnome@gmail.com>
12039
12040         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
12041         mid_side and loose_mid_side properties if its a stereo stream.
12042
12043 2004-08-17  Wim Taymans  <wim@fluendo.com>
12044
12045         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12046         (theora_get_formats), (theora_dec_src_convert),
12047         (theora_dec_sink_convert), (theora_dec_src_query),
12048         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12049         Add a debug line.
12050
12051 2004-08-17  Wim Taymans  <wim@fluendo.com>
12052
12053         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
12054         (gst_ogg_pad_push):
12055         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12056         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
12057         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
12058         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
12059         Mark delta units in the muxer.
12060         Try to decode the packet after an out-of-sync error from
12061         libogg.
12062
12063 2004-08-17  Wim Taymans  <wim@fluendo.com>
12064
12065         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12066         (gst_multifdsink_init), (gst_multifdsink_add),
12067         (gst_multifdsink_client_queue_buffer),
12068         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
12069         * gst/tcp/gstmultifdsink.h:
12070         Added option to send a keyframe to clients as the first buffer.
12071         Make timeout property writable.
12072
12073 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12074
12075         patch by: Wim Taymans
12076
12077         * gst/tcp/gstfdset.c:
12078         * gst/tcp/gstmultifdsink.c:
12079           fix index comparison, should include 0
12080
12081 2004-08-16  Wim Taymans  <wim@fluendo.com>
12082
12083         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
12084         (gst_fdset_add_fd), (gst_fdset_remove_fd),
12085         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12086         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12087         (gst_fdset_wait):
12088           copy when reallocing for poll so the select arguments don't get
12089           changed during the call
12090
12091 2004-08-16  Wim Taymans  <wim@fluendo.com>
12092
12093         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12094         (gst_theora_enc_class_init), (theora_enc_sink_link),
12095         (theora_buffer_from_packet), (theora_enc_chain):
12096         Fix bug where buffers were not marked as keyframes
12097         correctly.
12098
12099 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12100
12101         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
12102         (gst_lame_preset_get_type), (gst_lame_class_init):
12103         describe the enum values for vbr mode and presets more verbosely
12104
12105 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12106
12107         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
12108         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
12109         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
12110         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
12111         * ext/lame/gstlame.h:
12112         add preset property to lame so it can use lame presets
12113
12114 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12115
12116         * ext/lame/gstlame.c: (gst_lame_get_property):
12117         whoops forgot break, thanks teuf
12118
12119 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12120
12121         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
12122         (gst_lame_class_init), (gst_lame_src_getcaps),
12123         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
12124         (gst_lame_get_property), (gst_lame_setup):
12125         * ext/lame/gstlame.h:
12126         fix lame's broken vbr stuff, allow it to resample if need be, and also
12127         make xing header optional
12128
12129 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12130
12131         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
12132         added getcaps function so samplerate doesnt get fixated to silly values
12133
12134 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12135
12136         * ext/lame/gstlame.c: (gst_lame_src_link):
12137         revert previous fix
12138
12139 2004-08-12  Johan Dahlin  <johan@gnome.org>
12140
12141         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
12142         checks. Doesn't matter what state we are in. Interfaces are a
12143         compile time thing, not runtime. It also broke the python bindings.
12144
12145 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12146
12147         * ext/lame/gstlame.c: (gst_lame_src_link):
12148         made source pad link function check if sinkpad is ok..fixes the problem
12149         where core fixates the output rate of lame stupidly
12150
12151 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12152
12153         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
12154         * sys/v4l/v4l_calls.c:
12155         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
12156           fix fixate function to handle nonsimple caps.
12157           remove bogus check in _link
12158           cleanups
12159
12160 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12161
12162         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
12163         set default compression ratio parameter to 0.0 so bitrate parameter
12164         works :)
12165
12166 2004-08-11  David Schleef  <ds@schleef.org>
12167
12168         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
12169
12170 2004-08-11  David Schleef  <ds@schleef.org>
12171
12172         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
12173         before.
12174
12175 2004-08-11  David Schleef  <ds@schleef.org>
12176
12177         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
12178
12179 2004-08-11  David Schleef  <ds@schleef.org>
12180
12181         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
12182           license field
12183         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
12184         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
12185           LGPL.
12186         * gst/auparse/gstauparse.c: Fix plugin license field.
12187         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
12188         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
12189         * gst/rtp/gstrtp.c: Fix plugin license field.
12190
12191 2004-08-11  Wim Taymans  <wim@fluendo.com>
12192
12193         * gst/tcp/Makefile.am:
12194         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
12195         (ensure_size), (gst_fdset_new), (gst_fdset_free),
12196         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
12197         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
12198         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
12199         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
12200         (gst_fdset_fd_can_write), (gst_fdset_wait):
12201         * gst/tcp/gstfdset.h:
12202         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
12203         (gst_multifdsink_class_init), (gst_multifdsink_init),
12204         (gst_multifdsink_add), (gst_multifdsink_remove),
12205         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12206         (gst_multifdsink_remove_client_link),
12207         (gst_multifdsink_handle_client_read),
12208         (gst_multifdsink_client_queue_data),
12209         (gst_multifdsink_client_queue_caps),
12210         (gst_multifdsink_client_queue_buffer),
12211         (gst_multifdsink_handle_client_write),
12212         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12213         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
12214         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
12215         (gst_multifdsink_close):
12216         * gst/tcp/gstmultifdsink.h:
12217         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
12218         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
12219         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
12220         (gst_tcpserversink_close):
12221         * gst/tcp/gsttcpserversink.h:
12222         Abstracted away the select call, implemented poll (yes we ran into
12223         the 1024 limit in production).
12224
12225 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12226
12227         * gst/tcp/gsttcp.c:
12228         * gst/tcp/gsttcpplugin.c:
12229           improve debuggging, remove assert
12230
12231 2004-08-10  Wim Taymans  <wim@fluendo.com>
12232
12233         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
12234         (gst_client_status_get_type), (gst_multifdsink_class_init),
12235         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
12236         (gst_multifdsink_handle_client_read),
12237         (gst_multifdsink_handle_client_write),
12238         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12239         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
12240         (gst_multifdsink_get_property):
12241         * gst/tcp/gstmultifdsink.h:
12242         * gst/tcp/gsttcp-marshal.list:
12243         Starting to prepare for specifying buffer time in other units
12244         than buffers. Expose remove reason in signal.
12245
12246 2004-08-10  Wim Taymans  <wim@fluendo.com>
12247
12248         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12249         (gst_multifdsink_remove), (gst_multifdsink_clear),
12250         (gst_multifdsink_remove_client_link),
12251         (gst_multifdsink_handle_client_read),
12252         (gst_multifdsink_client_queue_data),
12253         (gst_multifdsink_client_queue_buffer),
12254         (gst_multifdsink_handle_client_write),
12255         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
12256         (gst_multifdsink_chain), (gst_multifdsink_close):
12257         * gst/tcp/gstmultifdsink.h:
12258         Added more debugging info. Changed the way clients are
12259         removed from the lists. Fixed a bug where a bad file descriptor
12260         could cause many clients to be removed.
12261
12262 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12263
12264         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
12265           allow all pixel-aspect-ratios, not just 1:1
12266
12267 2004-08-09  David Schleef  <ds@schleef.org>
12268
12269         * sys/glsink/ARB_multitexture.h:  Remove old files.
12270         * sys/glsink/EXT_paletted_texture.h:
12271         * sys/glsink/NV_register_combiners.h:
12272         * sys/glsink/gstgl_nvimage.c:
12273         * sys/glsink/gstgl_pdrimage.c:
12274         * sys/glsink/gstgl_rgbimage.c:
12275         * sys/glsink/gstglsink.c:
12276         * sys/glsink/gstglsink.h:
12277         * sys/glsink/gstglxwindow.c:
12278         * sys/glsink/regcomb_yuvrgb.c:
12279
12280 2004-08-09  David Schleef  <ds@schleef.org>
12281
12282         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
12283         GL sink plugin.  (Bug #147302)
12284
12285         * configure.ac: Test for OpenGL
12286         * sys/Makefile.am: Use test for OpenGL
12287         * sys/glsink/Makefile.am:
12288         * sys/glsink/glimagesink.c: rewrite
12289         * sys/glsink/glimagesink.h: rewrite
12290
12291 2004-08-09  David Schleef  <ds@schleef.org>
12292
12293         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
12294         sane framerates.
12295         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
12296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
12297         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
12298
12299 2004-08-09  Wim Taymans  <wim@fluendo.com>
12300
12301         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12302         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12303         (gst_multifdsink_client_remove),
12304         (gst_multifdsink_handle_client_read),
12305         (gst_multifdsink_handle_client_write),
12306         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12307         Do a bit more logging, make the client_read code more robust.
12308
12309 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12310
12311         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
12312         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
12313         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
12314         (gst_jpegdec_init), (gst_jpegdec_chain):
12315         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12316         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
12317           cleanups, debugging fixes and memleak plugging
12318
12319 2004-08-09  Wim Taymans  <wim@fluendo.com>
12320
12321         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12322         (theora_get_formats), (theora_dec_src_convert),
12323         (theora_dec_sink_convert), (theora_dec_src_query),
12324         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
12325         (theora_dec_change_state):
12326         Don't crash on missing header packets.
12327
12328 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12329
12330         * po/LINGUAS:
12331         * po/sq.po:
12332           Added Albanian translation (Laurent Dhima)
12333         * po/cs.po:
12334           updated
12335
12336 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12337
12338         * ext/lame/gstlame.c:
12339           fix/add debugging
12340
12341 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12342
12343         * sys/ximage/ximagesink.c:
12344         * sys/xvimage/xvimagesink.c:
12345           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
12346
12347 2004-08-06  Wim Taymans  <wim@fluendo.com>
12348
12349         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12350         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12351         (gst_multifdsink_client_remove),
12352         (gst_multifdsink_handle_client_read),
12353         (gst_multifdsink_handle_client_write),
12354         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12355         Make sure we don't try to read more from a client that what
12356         ioctl says us or we deadlock.
12357
12358 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12359
12360         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
12361         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
12362         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
12363           decouple running_time and n_frames so it can handle changing
12364           framerate while running
12365
12366 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12367
12368         * po/nl.po:
12369         * po/sv.po:
12370           updated translations
12371
12372 2004-08-04  Benjamin Otte  <otte@gnome.org>
12373
12374         * gst/videotestsrc/gstvideotestsrc.c:
12375         (gst_videotestsrc_get_capslist), (generate_capslist),
12376         (plugin_init):
12377           generate the list of supported caps at startup and reuse it instead
12378           of always generating it
12379
12380 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12381
12382         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
12383           whoops, last checkin broke normal build
12384
12385 2004-08-03  Benjamin Otte  <otte@gnome.org>
12386
12387         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
12388         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12389         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
12390         (gst_alsa_mixer_get_option):
12391         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
12392         (dvdnavsrc_print_event):
12393         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
12394         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
12395         (gst_ogg_mux_pad_unlink):
12396         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
12397         (gst_multipart_mux_pad_unlink):
12398         * gst/videofilter/gstvideobalance.c:
12399         (gst_videobalance_colorbalance_set_value):
12400         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
12401         (gst_videomixer_pad_unlink):
12402         * po/uk.po:
12403         * sys/oss/gstossmixer.c:
12404         * sys/v4l/gstv4lcolorbalance.c:
12405         * sys/v4l/gstv4ltuner.c:
12406         * sys/v4l/v4lsrc_calls.c:
12407         * sys/v4l2/gstv4l2colorbalance.c:
12408         * sys/v4l2/gstv4l2tuner.c:
12409           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
12410
12411 2004-08-03  Benjamin Otte  <otte@gnome.org>
12412
12413         * examples/dynparams/filter.c: (ui_control_create):
12414         * examples/gstplay/player.c: (print_tag):
12415         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
12416         * ext/gdk_pixbuf/gstgdkanimation.c:
12417         (gst_gdk_animation_iter_may_advance):
12418         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
12419         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
12420         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
12421         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
12422         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
12423         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
12424         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
12425         * gst/sine/demo-dparams.c: (main):
12426         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12427         * testsuite/alsa/formats.c: (create_pipeline):
12428         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
12429           fixes for G_DISABLE_ASSERT and friends
12430         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12431         (mp3_type_frame_length_from_header), (mp3_type_find),
12432         (plugin_init):
12433           require mp3 typefinding to have at least MIN_HEADERS valid headers
12434           add typefinding for AAC adts files
12435
12436 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
12437
12438         * sys/ximage/ximagesink.c:
12439         (gst_ximagesink_calculate_pixel_aspect_ratio):
12440         * sys/xvimage/xvimagesink.c:
12441         (gst_xvimagesink_calculate_pixel_aspect_ratio):
12442         Make sure we calculate pixel-aspect-ratio using floating point maths
12443
12444 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12445
12446         * po/uk.po:
12447           updated translation
12448
12449 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12450
12451         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
12453           add debugging for display PAR calculation
12454
12455 2004-08-02  David Schleef  <ds@schleef.org>
12456
12457         * configure.ac: Fix mikmod CFLAGS.
12458
12459 2004-07-27  Benjamin Otte  <otte@gnome.org>
12460
12461         * gst/audioscale/gstaudioscale.c:
12462         - fix templates to only support S16, it's the only format that works
12463         - make caps nego code use try_set_caps_nonfixed and fixation instead
12464         of try_set_caps twice, which is not nice for autopluggers
12465         - change rank to secondary, so autopluggers can pick it up after
12466         audioconvert
12467
12468 2004-08-02  Iain <iain@prettypeople.org>
12469
12470         * gst/interleave/interleave.c (interleave_init),
12471         (interleave_request_new_pad),
12472         (interleave_pad_removed),
12473         (interleave_buffered_loop): Use the real pad count, not the artificial
12474         one.
12475
12476 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12477
12478         * configure.ac: bump nano back to development
12479
12480 === release 0.8.3 ===
12481
12482 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12483
12484         * configure.ac: releasing 0.8.3, "Water"
12485
12486 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12487
12488         * sys/xvimage/xvimagesink.c:
12489         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12490         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
12491         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
12492         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12493         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12494         * sys/xvimage/xvimagesink.h:
12495           apply similar PAR fixes as to ximagesink
12496
12497 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12498
12499         patch from: Benjamin Otte
12500
12501         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
12502           add link function to lame.  Fixes #148986.
12503
12504 2004-08-02  Johan Dahlin  <johan@gnome.org>
12505
12506         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
12507         fix debugging log
12508
12509 2004-07-30  David Schleef  <ds@schleef.org>
12510
12511         * gst/videomixer/Makefile.am: Fix things that should have been
12512         fixed in the last checkin.
12513
12514 2004-07-30  David Schleef  <ds@schleef.org>
12515
12516         * gst/multipart/Makefile.am: Fix things that should have been
12517         fixed in the last checkin.
12518
12519 2004-07-30  David Schleef  <ds@schleef.org>
12520
12521         * testsuite/multifilesink/Makefile.am: Fix unused variable.
12522
12523 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12524
12525         * configure.ac:
12526           bump nano for prerelease
12527         * po/af.po:
12528         * po/az.po:
12529         * po/cs.po:
12530         * po/en_GB.po:
12531         * po/hu.po:
12532         * po/nl.po:
12533         * po/sr.po:
12534         * po/sv.po:
12535         * po/uk.po:
12536           updates
12537
12538 2004-07-30  Wim Taymans  <wim@fluendo.com>
12539
12540         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12541         (gst_multifdsink_add), (gst_multifdsink_remove),
12542         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12543         (gst_multifdsink_client_remove),
12544         (gst_multifdsink_handle_client_write),
12545         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12546         * gst/tcp/gstmultifdsink.h:
12547         Recover from a select with a bad file descriptor by removing
12548         the client.
12549
12550 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12551
12552         * configure.ac:
12553           fix requirement of core
12554         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
12555         (gst_play_pipeline_setup):
12556           don't use colorspace element.  do use hermescolorspace element.
12557           make macro to get a colorspace element.
12558           mark strings for translation.
12559         * po/POTFILES.in:
12560           add play.c
12561         * po/af.po:
12562         * po/az.po:
12563         * po/cs.po:
12564         * po/en_GB.po:
12565         * po/hu.po:
12566         * po/nl.po:
12567         * po/sr.po:
12568         * po/sv.po:
12569         * po/uk.po:
12570           update translations
12571
12572 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12573
12574         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12575         fix default for newmedia flag
12576
12577 2004-07-30  Wim Taymans  <wim@fluendo.com>
12578
12579         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12580         (gst_theora_dec_init), (theora_get_formats),
12581         (theora_dec_src_convert), (theora_dec_sink_convert),
12582         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12583         (theora_dec_chain), (theora_dec_set_property),
12584         (theora_dec_get_property):
12585         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12586         (gst_theora_enc_class_init), (gst_theora_enc_init),
12587         (theora_enc_sink_link), (theora_enc_chain),
12588         (theora_enc_set_property), (theora_enc_get_property):
12589         Added cropping option to theora decoder.
12590         Added border option to theora encoder.
12591
12592 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12593
12594         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12595         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12596         (gst_pngenc_set_property):
12597         * ext/libpng/gstpngenc.h:
12598         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
12599
12600 2004-07-30  Wim Taymans  <wim@fluendo.com>
12601
12602         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12603         (theora_enc_sink_link), (theora_enc_chain),
12604         (theora_enc_set_property), (theora_enc_get_property):
12605         Fix encoding of non-multiple-of-16 video.
12606
12607 2004-07-29  David Schleef  <ds@schleef.org>
12608
12609         * configure.ac: make test for audiofile more strict
12610
12611 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12612
12613         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12614           give different names to typefind functions
12615
12616 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12617
12618         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12619         (gst_ximagesink_calculate_pixel_aspect_ratio),
12620         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
12621         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12622         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
12623         (gst_ximagesink_get_property), (gst_ximagesink_init):
12624         * sys/ximage/ximagesink.h:
12625           allocate PAR's dynamically.
12626           use autodetected PAR if no object-set PAR is given.
12627           add workaround for directfb's X not setting physical size.
12628           fix to xvimagesink will follow tomorrow.
12629
12630 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12631
12632         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12633         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12634         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12635         (gst_shout2send_class_init), (gst_shout2send_init),
12636         (set_shout_metadata), (gst_shout2send_set_metadata),
12637         (gst_shout2send_chain), (gst_shout2send_set_property),
12638         (gst_shout2send_get_property), (gst_shout2send_connect),
12639         (gst_shout2send_change_state):
12640         * ext/shout2/gstshout2.h:
12641         - fix for sending mp3 audio to icecast2 server, if pad link function not
12642         called before PAUSED state
12643         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12644         - added tagging support for mp3 audio broadcasted
12645         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12646         debug info
12647
12648 2004-07-28  Wim Taymans  <wim@fluendo.com>
12649
12650         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12651         (gst_ogg_demux_push):
12652         Return query failure when we don't know the length of
12653         an ogg stream insteda of returning TRUE with a bogus value.
12654
12655 2004-07-28  Wim Taymans  <wim@fluendo.com>
12656
12657         * ext/theora/theoradec.c: (theora_get_formats),
12658         (theora_dec_src_convert), (theora_dec_sink_convert),
12659         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12660         (theora_dec_chain):
12661         Don't screw up the 1 Chroma for 1 luma sample situation when we
12662         have an odd offset/width by adding a black border in those cases.
12663
12664 2004-07-28  Wim Taymans  <wim@fluendo.com>
12665
12666         * ext/theora/theoradec.c: (theora_get_formats),
12667         (theora_dec_src_convert), (theora_dec_sink_convert),
12668         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12669         (theora_dec_chain):
12670         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12671         Added first attempt at cropping of the image as required by the
12672         theora spec. We need more properties in the caps (offset_x,
12673         offset_y,stride) to implement this correctly.
12674
12675 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12676
12677         * ext/dvdnav/README:
12678           Update the README to use dvddemux
12679         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12680           Ensure getcaps returns a subset of the template caps
12681         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12682         (gst_mpeg2subt_init):
12683           Ensure getcaps returns a subset of the template caps
12684         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12685         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12686         (gst_dvd_demux_get_subpicture_stream),
12687         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12688         * gst/mpegstream/gstdvddemux.h:
12689           Set the explicit caps on the current_video pad before pushing
12690           anything
12691         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12692         (gst_mpeg_demux_get_audio_stream):
12693           Free caps used to gst_pad_set_explicit_caps, which takes a const
12694           GstCaps *
12695
12696 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12697
12698         * configure.ac: update GStreamer requirement to 0.8.4 because of
12699           GstFraction.
12700
12701 2004-07-28  Wim Taymans  <wim@fluendo.com>
12702
12703         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12704         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12705         Add the pad to the element after setting up the caps. This
12706         makes it a lot easier to autoplug.
12707
12708 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12709
12710         * gst/median/gstmedian.c:
12711         * gst/mpeg2subt/gstmpeg2subt.c:
12712         * gst/mpegaudioparse/gstmpegaudioparse.c:
12713         * gst/mpegstream/gstdvddemux.c:
12714         * gst/mpegstream/gstmpegdemux.c:
12715         * gst/mpegstream/gstmpegpacketize.c:
12716         * gst/rtjpeg/gstrtjpeg.c:
12717         * gst/rtjpeg/gstrtjpegdec.c:
12718         * gst/rtjpeg/gstrtjpegenc.c:
12719         * gst/sine/gstsinesrc.c:
12720         * gst/smooth/gstsmooth.c:
12721         * gst/smpte/gstsmpte.c:
12722         * gst/smpte/gstsmpte.h:
12723         * gst/stereo/gststereo.c:
12724         * gst/videofilter/gstgamma.c:
12725         * gst/videofilter/gstvideobalance.c:
12726         * gst/videofilter/gstvideofilter.c:
12727         * gst/videofilter/gstvideoflip.c:
12728         * gst/videoscale/gstvideoscale.c:
12729         * gst/videoscale/videoscale.c:
12730         * gst/videotestsrc/gstvideotestsrc.c:
12731         * gst/videotestsrc/videotestsrc.c:
12732         * gst/wavenc/gstwavenc.c:
12733         * gst/wavparse/gstwavparse.c:
12734           fix local includes and 64 bits constants
12735
12736 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12737
12738         * win32/gst.sln:
12739         * gst-libs/gst/*/*.vcproj:
12740         * gst/*/*.vcproj:
12741           more working plugins
12742
12743 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12744
12745         * testsuite/alsa/Makefile.am:
12746         * testsuite/alsa/srcstate.c:
12747         add test for alsasrc changing state
12748
12749 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12750
12751         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12752         (gst_silence_get):
12753         * gst/silence/gstsilence.h:
12754         fix silence generation for 16bit raw audio
12755
12756 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12757
12758         * gst/matroska/matroska-demux.c:
12759         (gst_matroska_demux_parse_metadata),
12760         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12761         * gst/mpegaudio/common.c:
12762         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12763         (gst_videoscale_getcaps), (gst_videoscale_link),
12764         (gst_videoscale_src_fixate), (gst_videoscale_init),
12765         (gst_videoscale_finalize):
12766         * gst/videoscale/gstvideoscale.h:
12767         * gst/videotestsrc/gstvideotestsrc.c:
12768         (gst_videotestsrc_get_capslist):
12769         * gst/wavenc/gstwavenc.c:
12770         * sys/oss/gstossmixer.c: (fill_labels):
12771         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12772         (gst_ximagesink_handle_xevents),
12773         (gst_ximagesink_calculate_pixel_aspect_ratio),
12774         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12775         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12776         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12777         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12778         (gst_ximagesink_init), (gst_ximagesink_class_init):
12779         * sys/ximage/ximagesink.h:
12780         * sys/xvimage/xvimagesink.c:
12781         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12782         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12783         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12784         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12785         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12786         * sys/xvimage/xvimagesink.h:
12787           first batch of pixel aspect ratio commits.
12788
12789 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12790
12791         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12792         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12793         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12794           handle stride, needs work if we want to move stride handling
12795           upstream, but works correctly for our purposes.
12796
12797 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12798
12799         * gst/videoscale/README:
12800           add testing examples
12801         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12802         (gst_videoscale_chain):
12803         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12804         (gst_videoscale_get_size):
12805           add get_size function that handles stride like videotestsrc.
12806           fixes conversion for YUV formats for as much as I can test them.
12807
12808 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12809
12810         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12811         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12813         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12814         (gst_xvimagesink_xvimage_put):
12815           further cleanups, logging, error handling and synchronizing
12816
12817 2004-07-27  Wim Taymans  <wim@fluendo.com>
12818
12819         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12820         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12821         (gst_videomixer_pad_set_property),
12822         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12823         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12824         (gst_videomixer_class_init), (gst_videomixer_init),
12825         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12826         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12827         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12828         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12829         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12830         (gst_videomixer_loop), (plugin_init):
12831         Be a nicer negotiation citizen and provide a getcaps function on
12832         the srcpad. This also fixes a crash when resizing.
12833
12834 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12835
12836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12837         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12838
12839 2004-07-27  Wim Taymans  <wim@fluendo.com>
12840
12841         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12842         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12843         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12844         (gst_pngenc_set_property):
12845         * ext/libpng/gstpngenc.h:
12846         Added snapshot property to pngenc.
12847         removed g_print from pngdec
12848
12849 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12850
12851         * gst/ac3parse/ac3parse.vcproj
12852         * gst/adder/adder.vcproj
12853         * gst/alpha/alpha.vcproj
12854         * gst/alpha/alphacolor.vcproj
12855         * gst/asfdemux/asf.vcproj
12856         * gst/audioconvert/audioconvert.vcproj
12857         * gst/audiorate/audiorate.vcproj
12858         * gst/audioscale/audioscale.vcproj
12859         * gst/auparse/auparse.vcproj
12860         * gst/avi/avi.vcproj
12861         * gst/cdxaparse/cdxaparse.vcproj
12862         * gst/chart/chart.vcproj
12863         * gst/colorspace/colorspace.vcproj
12864         * gst/cutter/cutter.vcproj
12865         * gst/debug/debug.vcproj
12866         * gst/debug/efence.vcproj
12867         * gst/debug/navigationtest.vcproj
12868         * gst/deinterlace/deinterlace.vcproj
12869         * gst/effectv/effectv.vcproj
12870         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12871         * gst/filter/filter.vcproj
12872         * gst/flx/flxdec.vcproj
12873         * gst/goom/goom.vcproj
12874         * gst/interleave/interleave.vcproj
12875         * gst/law/alaw.vcproj
12876         * gst/law/mulaw.vcproj
12877         * gst/matroska/matroska.vcproj
12878         * gst/median/median.vcproj
12879         * gst/mixmatrix/mixmatrix.vcproj
12880         * gst/mpeg1sys/mpeg1systemencode.vcproj
12881         * gst/mpeg1videoparse/mp1videoparse.vcproj
12882         * gst/mpeg2sub/mpeg2subt.vcproj
12883         * gst/mpegaudio/mpegaudio.vcproj
12884         * gst/mpegaudioparse/mpegaudioparse.vcproj
12885         * gst/mpegstream/mpegstream.vcproj
12886         * gst/multifilesink/multifilesink.vcproj
12887         * gst/multipart/multipart.vcproj
12888         * gst/oneton/oneton.vcproj
12889         * gst/overlay/overlay.vcproj
12890         * gst/passthrough/passthrough.vcproj
12891         * gst/qtdemux/qtdemux.vcproj
12892         * gst/realmedia/rmdemux.vcproj
12893         * gst/rtjpeg/rtjpeg.vcproj
12894         * gst/rtp/rtp.vcproj
12895         * gst/silence/silence.vcproj
12896         * gst/sine/sinesrc.vcproj
12897         * gst/smooth/smooth.vcproj
12898         * gst/smpte/smpte.vcproj
12899         * gst/spectrum/spectrum.vcproj
12900         * gst/speed/speed.vcproj
12901         * gst/stereo/stereo.vcproj
12902         * gst/switch/switch.vcproj
12903         * gst/tags/tagedit.vcproj
12904         * gst/tcp/tcp.vcproj
12905         * gst/typefind/typefindfunctions.vcproj
12906         * gst/udp/udp.vcproj
12907         * gst/videobox/videobox.vcproj
12908         * gst/videocrop/videocrop.vcproj
12909         * gst/videodrop/videodrop.vcproj
12910         * gst/videofilter/gamma.vcproj
12911         * gst/videofilter/videobalance.vcproj
12912         * gst/videofilter/videofilter.vcproj
12913         * gst/videofilter/videoflip.vcproj
12914         * gst/videoflip/videoflip.vcproj
12915         * gst/videomixer/videomixer.vcproj
12916         * gst/videorate/videorate.vcproj
12917         * gst/videoscale/videoscale.vcproj
12918         * gst/videotestsrc/videotestsrc.vcproj
12919         * gst/virtualdub/virtualdub.vcproj
12920         * gst/volenv/volenv.vcproj
12921         * gst/volume/volume.vcproj
12922         * gst/wavenc/wavenc.vcproj
12923         * gst/wavparse/wavparse.vcproj
12924         * gst/y4m/y4menc.vcproj
12925         * gst-libs/gst/audio/audio.vcproj
12926         * gst-libs/gst/audio/audiofilter.vcproj
12927         * gst-libs/gst/colorbalance/colorbalance.vcproj
12928         * gst-libs/gst/idct/idtc.vcproj
12929         * gst-libs/gst/media-info/media-info.vcproj
12930         * gst-libs/gst/mixer/mixer.vcproj
12931         * gst-libs/gst/navigation/navigation.vcproj
12932         * gst-libs/gst/play/play.vcproj
12933         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12934         * gst-libs/gst/resample/resample.vcproj
12935         * gst-libs/gst/riff/riff.vcproj
12936         * gst-libs/gst/tuner/tuner.vcproj
12937         * gst-libs/gst/video/video.vcproj
12938         * gst-libs/gst/xoverlay/xoverlay.vcproj
12939           avoid problems with math.h, fix release dependancy
12940           rename GStreamer-0.8.lib to libgstreamer.lib
12941
12942 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12943
12944         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12946         the atom is not available we have to unlock the mutex. Fixes #148023
12947
12948 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12949
12950         * gst-libs/gst/media-info/media-info.h:
12951           issue for a vararg macro with MSVC
12952
12953 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12954
12955         * gst/effectv/effectv.vcproj
12956         * gst-libs/gst/idct/idct.vcproj:
12957         * gst-libs/gst/media-info/media-info.vcproj:
12958         * gst-libs/gst/navigation/navigation.vcproj:
12959         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12960         * gst-libs/gst/video/video.vcproj:
12961         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12962           fixes for build problems
12963
12964 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12965
12966         * gst-libs/gst/audio/audio.def:
12967         * gst-libs/gst/audio/riff.def:
12968           add some definitions needed by plugins
12969
12970 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12971
12972         * gst/asfdemux/gstasfmux.c
12973           Fix some 64 bits constants to be glib friendly
12974
12975 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12976
12977         * gst/ac3parse/gstac3parse.c
12978         * gst/audioscale/gstaudioscale.c
12979         * gst/auparse/gstauparse.c
12980         * gst/colorspace/gstcolorspace.c
12981         * gst/colorspace/yuv2rgb.h
12982           local include fixes
12983
12984 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12985
12986         * win32/gst.sln
12987           add more plugins to the build
12988
12989 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12990
12991         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12992         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12993
12994 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12995
12996         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12997         (gst_level_set_property), (gst_level_get_property),
12998         (gst_level_base_init), (gst_level_class_init):
12999           add debugging categories.  cleanups.
13000
13001 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13002
13003         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
13004         (gst_videoscale_planar411), (gst_videoscale_planar400),
13005         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
13006         (gst_videoscale_scale_nearest_str1),
13007         (gst_videoscale_scale_nearest_str2),
13008         (gst_videoscale_scale_nearest_str4),
13009         (gst_videoscale_scale_nearest_16bit),
13010         (gst_videoscale_scale_nearest_24bit):
13011           fixed stride issues
13012           tested with 320x240 -> 321, 322, 324 x240
13013           tested with YV12, I420, YUY2, UYVY
13014           fixed packed422rev (don't think it could have worked before)
13015           by testing with UYVY
13016
13017 2004-07-26  Benjamin Otte  <otte@gnome.org>
13018
13019         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
13020         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
13021         (plugin_init):
13022           add debugging category, add error checks like checking return values
13023           of setup calls, make sure it still works after
13024           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
13025
13026 2004-07-26  Wim Taymans  <wim@fluendo.com>
13027
13028         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
13029         (gst_mpeg_demux_get_audio_stream),
13030         (gst_mpeg_demux_process_private):
13031         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
13032         Check for error codes from the negotiation functions. Make sure
13033         we really set the pad caps when a new pad is created.
13034
13035 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13036
13037         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13038         (gst_ffmpeg_caps_to_pix_fmt):
13039         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13040         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13041         (gst_ffmpegcolorspace_pad_link):
13042           don't make function do two things at the same time without reason.
13043
13044 2004-07-26  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           more plugins supported under windows
13121
13122 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13123
13124         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13125         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
13126         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
13127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13128         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
13129           Add debugging statements.  Use the sizes as returned by the
13130           *CreateImage calls.
13131
13132 2004-07-26  Johan Dahlin  <johan@gnome.org>
13133
13134         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
13135         the pad is negotiated.
13136
13137         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
13138
13139 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13140
13141         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13142         * gst-libs/gst/idct/idct.vcproj:
13143         * gst-libs/gst/media-info/media-info.vcproj:
13144         * gst-libs/gst/mixer/mixer.vcproj:
13145         * gst-libs/gst/navigation/navigation.vcproj:
13146         * gst-libs/gst/play/play.vcproj:
13147         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
13148         * gst-libs/gst/resample/resample.vcproj:
13149         * gst-libs/gst/tuner/tuner.vcproj:
13150         * gst-libs/gst/video/video.vcproj:
13151         * gst-libs/gst/xoverlay/xoverlay.vcproj:
13152           more plugins supported under windows
13153
13154 2004-07-25 Iain <iain@prettypeople.org>
13155
13156         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
13157         pad now rather than when the pad is created because state changes wipe
13158         explicit caps (fixes #148043).
13159
13160 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
13161
13162         reviewed by Benjamin Otte  <otte@gnome.org>
13163
13164         * ext/mad/gstmad.c:
13165           fix mad plugin crashing on Sun (fixes #148289)
13166
13167 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
13168
13169         * gst/avi/avi.def:
13170         * gst/avi/avi.vcproj:
13171         * gst/matroska/matroska.def:
13172         * gst/matroska/matroska.vcproj:
13173           remove unused .def files
13174
13175 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
13176
13177         * gst-libs/gst/audio/gstaudiofilter.c:
13178           Clean the local include
13179
13180 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
13181
13182         * win32/gst.sln:
13183         * gst-libs/gst/audio/audio.def:
13184         * gst-libs/gst/audio/audio.vcproj:
13185         * gst-libs/gst/audio/audiofilter.vcproj:
13186         * gst-libs/gst/audio/riff.def:
13187         * gst-libs/gst/audio/riff.vcproj:
13188         * gst-libs/gst/gst-libs.def:
13189         * gst-libs/gst/gst-libs.vcproj:
13190         * gst/avi/avi.vcproj:
13191         * gst/avi/avi.vcproj:
13192           Copy the files where needed after building, cleaner projects
13193
13194 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
13195
13196         * gst/matroska/ebml-write.c:
13197           Fix some 64 bits constants to be glib friendly
13198
13199 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
13200
13201         * win32/gst.sln:
13202         * gst-libs/gst/gst-libs.def:
13203         * gst-libs/gst/gst-libs.vcproj:
13204         * gst/matroska/matroska.def:
13205         * gst/matroska/matroska.vcproj:
13206           Add the preliminary canvas to build plugins on Win32
13207
13208 2004-07-23  Benjamin Otte  <otte@gnome.org>
13209
13210         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13211           don't enfore negotiation from source side, it breaks
13212           sinesrc ! audioconvert ! osssink
13213
13214 2004-07-22  David Schleef  <ds@schleef.org>
13215
13216         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
13217         for ELF files, since they can easily be recognized as audio/mpeg.
13218         (bug #147441)
13219
13220 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13221
13222         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
13223         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
13224         (gst_videoscale_scale_nearest_24bit),
13225         (gst_videoscale_scale_nearest_16bit):
13226           fix 16bit and 24bit for stride (24bit might need testing)
13227           don't pretend we do more than one algorithm
13228
13229 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13230
13231         * configure.ac:
13232         * gst/Makefile.am:
13233         * gst/multifilesink/Makefile.am:
13234         * gst/multifilesink/gstmultifilesink.c:
13235         (gst_multifilesink_get_formats),
13236         (gst_multifilesink_get_query_types), (_do_init),
13237         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
13238         (gst_multifilesink_init), (gst_multifilesink_dispose),
13239         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
13240         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
13241         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
13242         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
13243         (gst_multifilesink_chain), (gst_multifilesink_change_state),
13244         (gst_multifilesink_uri_get_type),
13245         (gst_multifilesink_uri_get_protocols),
13246         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
13247         (gst_multifilesink_uri_handler_init), (plugin_init):
13248         * gst/multifilesink/gstmultifilesink.h:
13249         * testsuite/Makefile.am:
13250         * testsuite/multifilesink/Makefile.am:
13251         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
13252         (gst_newmedia_class_init), (gst_newmedia_init),
13253         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13254         (newfile_signal), (test_signal), (main):
13255         multifilesink plugin for creating new files every time a new media
13256         discontinuity event occurs
13257
13258 2004-07-22  Wim Taymans  <wim@fluendo.com>
13259
13260         * gst/alpha/Makefile.am:
13261         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
13262         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
13263         (gst_alpha_color_init), (gst_alpha_color_set_property),
13264         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
13265         (transform), (gst_alpha_color_chain),
13266         (gst_alpha_color_change_state), (plugin_init):
13267         Stupid plugin to to RGBA to AYUV conversion because none of
13268         the colorspace plugins can handle that yet.
13269
13270 2004-07-22  Wim Taymans  <wim@fluendo.com>
13271
13272         * examples/seeking/seek.c: (update_scale), (main):
13273         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13274         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13275         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13276         (gst_decode_bin_init), (gst_decode_bin_dispose),
13277         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13278         (no_more_pads), (close_link), (type_found),
13279         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13280         (plugin_init):
13281         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13282         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13283         (gst_play_base_bin_dispose), (queue_overrun),
13284         (gen_preroll_element), (remove_prerolls), (unknown_type),
13285         (no_more_pads), (new_stream), (setup_source),
13286         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13287         (play_base_eos), (gst_play_base_bin_change_state),
13288         (gst_play_base_bin_add_element),
13289         (gst_play_base_bin_remove_element),
13290         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13291         (gst_play_base_bin_unlink_stream),
13292         (gst_play_base_bin_get_streaminfo):
13293         * gst/playback/gstplaybin.c: (gen_video_element),
13294         (gen_audio_element):
13295         * gst/playback/gststreaminfo.h:
13296         More playback updates, attempt to fix things after the state change
13297         breakage.
13298
13299 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13300
13301         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
13302         (gst_videoscale_scale_nearest_16bit):
13303           comment algorithm
13304
13305 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13306
13307         * gst/videotestsrc/gstvideotestsrc.c:
13308         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
13309         (gst_videotestsrc_init), (gst_videotestsrc_get),
13310         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13311         (gst_videotestsrc_get_property):
13312         * gst/videotestsrc/gstvideotestsrc.h:
13313         * gst/videotestsrc/videotestsrc.c:
13314         * gst/videotestsrc/videotestsrc.h:
13315           cleanup and commenting
13316
13317 2004-07-21  Wim Taymans  <wim@fluendo.com>
13318
13319         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13320         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
13321         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
13322         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
13323         (_find_chain_get_unknown_part), (_find_streams_check),
13324         (gst_ogg_demux_push), (gst_ogg_pad_push):
13325         * ext/theora/theoradec.c: (theora_get_formats),
13326         (theora_dec_src_convert), (theora_dec_sink_convert),
13327         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
13328         (theora_dec_chain):
13329         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13330         (vorbis_dec_convert), (vorbis_dec_src_query),
13331         (vorbis_dec_src_event), (vorbis_dec_event):
13332         More seeking fixes, oggdemux now supports seeking to time and
13333         uses the downstream element to convert granulepos to time.
13334         Seeking in theora-only ogg files now works.
13335
13336 2004-07-21  Wim Taymans  <wim@fluendo.com>
13337
13338         * ext/theora/theoradec.c: (gst_theora_dec_init),
13339         (theora_get_formats), (theora_get_event_masks),
13340         (theora_get_query_types), (theora_dec_src_convert),
13341         (theora_dec_sink_convert), (theora_dec_src_query),
13342         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
13343         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13344         (vorbis_get_event_masks), (vorbis_get_query_types),
13345         (gst_vorbis_dec_init), (vorbis_dec_convert),
13346         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
13347         Added query/convert/formats functions to vorbis and theora decoders
13348         so that the outside world can use them too. Fixed seeking on an
13349         ogg/theora/vorbis file by disabling the seeking seeking on the
13350         theora srcpad.
13351
13352 2004-07-21  Julien MOUTTE  <julien@moutte.net>
13353
13354         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13355         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
13356         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
13357         images creation for both elements. We don't create the image on caps
13358         nego or renego, we just destroy the internal one if present if it does
13359         not match the needs. The chain function takes care of creating a new
13360         image when needed.
13361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13362         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
13363         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
13364         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
13365         the image format information. The buffer pool checks for the context
13366         image format and discard images with different formats.
13367         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
13368
13369 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13370
13371         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13372         (gst_ffmpegcolorspace_chain):
13373           no point in doing any chaining if the pad we want to push from
13374           isn't usable.
13375
13376 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13377
13378         * gst-libs/gst/riff/riff-media.c:
13379         (gst_riff_create_audio_caps_with_data):
13380           Fix double end-to-native symbol conversion (#148021).
13381
13382 2004-07-20  David Schleef  <ds@schleef.org>
13383
13384         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
13385         Don't use an Atom that doesn't exist.
13386
13387 2004-07-20  Wim Taymans  <wim@fluendo.com>
13388
13389         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13390         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13391         (gst_multifdsink_client_remove),
13392         (gst_multifdsink_handle_client_write),
13393         (gst_multifdsink_queue_buffer):
13394         * gst/tcp/gstmultifdsink.h:
13395         More multifdsink stats. Avoid deadlock by releasing locks
13396         before sending out a signal.
13397
13398 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13399
13400         * po/LINGUAS:
13401         * po/hu.po:
13402           added Hungarian translation (Laszlo Dvornik)
13403
13404 2004-07-20  Wim Taymans  <wim@fluendo.com>
13405
13406         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13407         (gst_multifdsink_add), (gst_multifdsink_client_remove),
13408         (gst_multifdsink_handle_client_write),
13409         (gst_multifdsink_queue_buffer):
13410         * gst/tcp/gsttcp-marshal.list:
13411         Fixed the stupid marshal definition.
13412
13413 2004-07-20  Wim Taymans  <wim@fluendo.com>
13414
13415         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13416         (gst_multifdsink_init), (gst_multifdsink_add),
13417         (gst_multifdsink_client_remove),
13418         (gst_multifdsink_handle_client_write),
13419         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
13420         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
13421         (gst_multifdsink_init_send):
13422         * gst/tcp/gstmultifdsink.h:
13423         Added more stats, added timeout for a client, fixed some typos
13424         and added some comments.
13425
13426 2004-07-20  Wim Taymans  <wim@fluendo.com>
13427
13428         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13429         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13430         (gst_multifdsink_client_remove),
13431         (gst_multifdsink_handle_client_write):
13432         * gst/tcp/gstmultifdsink.h:
13433         * gst/tcp/gsttcp-marshal.list:
13434         Added get_stats method that returns a GValueArray of
13435         stats values.
13436
13437 2004-07-19  Benjamin Otte  <otte@gnome.org>
13438
13439         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13440           make sure longname, description and author are valid UTF-8
13441
13442 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13443
13444         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
13445         (gst_ximagesink_set_property):
13446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
13447         (gst_xvimagesink_set_property):
13448           make sure SYNCHRONOUS is respected after getting the X context
13449
13450 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13451
13452         * gst/matroska/matroska-demux.c:
13453         (gst_matroska_demux_handle_src_event),
13454         (gst_matroska_demux_parse_blockgroup):
13455         * gst/matroska/matroska-ids.h:
13456           add BlockReference tag and ignore it to clear out log.
13457           ignore NAVIGATION events to clear out log.
13458
13459 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13460
13461         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
13462         (gst_matroska_demux_add_stream):
13463         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
13464           add debug categories
13465
13466 2004-07-16  Wim Taymans  <wim@fluendo.com>
13467
13468         * ext/libpng/Makefile.am:
13469         * ext/libpng/gstpng.c: (plugin_init):
13470         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
13471         (gst_pngdec_get_type), (gst_pngdec_base_init),
13472         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
13473         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
13474         * ext/libpng/gstpngdec.h:
13475         Added png decoder.
13476
13477 2004-07-16  Julien MOUTTE  <julien@moutte.net>
13478
13479         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13480         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13481         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
13482         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
13483         (gst_ximagesink_buffer_alloc):
13484         * sys/ximage/ximagesink.h:
13485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13486         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13487         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13488         (gst_xvimagesink_buffer_alloc):
13489         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
13490         again. Using internal data pointer of the x(v)image to store image's
13491         data to be coherent with the buffer alloc mechanism. Investigated the
13492         image destruction code to be sure that everything gets freed correctly.
13493
13494 2004-07-16  Wim Taymans  <wim@fluendo.com>
13495
13496         * gst-libs/gst/riff/riff-read.c:
13497         (gst_riff_read_strf_vids_with_data),
13498         (gst_riff_read_strf_auds_with_data):
13499         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13500         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13501         Make sure we don't create 0 sized subbuffers in riff-read.
13502         Signal the no more pads signal after reading the avi header.
13503
13504 2004-07-16  Wim Taymans  <wim@fluendo.com>
13505
13506         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13507         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13508         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13509         (gst_decode_bin_init), (gst_decode_bin_dispose),
13510         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13511         (no_more_pads), (close_link), (type_found),
13512         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13513         (gst_decode_bin_change_state), (plugin_init):
13514         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13515         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13516         (gst_play_base_bin_dispose), (queue_overrun),
13517         (gen_preroll_element), (remove_prerolls), (unknown_type),
13518         (no_more_pads), (new_stream), (setup_source),
13519         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13520         (play_base_eos), (gst_play_base_bin_change_state),
13521         (gst_play_base_bin_add_element),
13522         (gst_play_base_bin_remove_element),
13523         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13524         (gst_play_base_bin_unlink_stream),
13525         (gst_play_base_bin_get_streaminfo):
13526         * gst/playback/gstplaybasebin.h:
13527         Better error recovery. Added configurable preroll queue size. Faster
13528         detection of no-more-pads.
13529
13530 2004-07-16  Wim Taymans  <wim@fluendo.com>
13531
13532         * gst-libs/gst/video/video.h:
13533         Added 32 bits RGBA. Not sure if we should use another mime-type
13534         for alpha rgb. Currently the presence of the alpha_mask property
13535         signals an alpha channel.
13536
13537 2004-07-16  Wim Taymans  <wim@fluendo.com>
13538
13539         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13541         FPS seems to be 0.0 to MAX everywhere else.
13542
13543 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13544
13545         * gst-libs/gst/riff/riff-media.c:
13546         (gst_riff_create_video_caps_with_data):
13547           mp42/mp43 (no caps) exist too.
13548         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13549           Set pixel_width/height; we've got them in-caps.
13550         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13551         * gst/wavparse/gstwavparse.c: (plugin_init):
13552           Both are valid primary.
13553         * sys/oss/gstossmixer.c:
13554           Remove i18n hack and enable translations.
13555
13556 2004-07-15  Benjamin Otte  <otte@gnome.org>
13557
13558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13559         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13560           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
13561
13562 2004-07-15  Benjamin Otte  <otte@gnome.org>
13563
13564         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13565         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
13566         (gst_alsa_close_audio):
13567           disable some of the debugging code for now. Writing debugging to a
13568           buffer is broken in current alsalib releases.
13569
13570 2004-07-12  Benjamin Otte  <otte@gnome.org>
13571
13572         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
13573           use bufferpools
13574
13575 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13576
13577         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13578         (theora_dec_src_query), (theora_dec_event):
13579         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
13580           add debugging categories.  Remove \n's.
13581
13582 2004-07-13  Johan Dahlin  <johan@gnome.org>
13583
13584         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
13585         (gst_play_bin_get_property): Impl.
13586
13587 2004-07-13  Wim Taymans  <wim@fluendo.com>
13588
13589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
13590         When trying to find the stream length, seek back N pages
13591         instead of just one, where N is the number of streams in
13592         the current chain.
13593
13594 2004-07-13  Wim Taymans  <wim@fluendo.com>
13595
13596         * gst-libs/gst/riff/riff-media.c:
13597         (gst_riff_create_audio_caps_with_data),
13598         (gst_riff_create_audio_caps),
13599         (gst_riff_create_audio_template_caps):
13600         * gst-libs/gst/riff/riff-media.h:
13601         * gst-libs/gst/riff/riff-read.c:
13602         (gst_riff_read_strf_vids_with_data),
13603         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
13604         * gst-libs/gst/riff/riff-read.h:
13605         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13606         (gst_avi_demux_add_stream):
13607         Set codec_data on caps for avidemuxer.
13608
13609 2004-07-12  David Schleef  <ds@schleef.org>
13610
13611         * configure.ac: Fix test for Objective C
13612
13613 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
13614         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13615         (gst_gdk_pixbuf_chain):
13616           Add svg and pcx to template caps, and ensure that getcaps returns a
13617           subset of the template caps.
13618           Copy each row manually for output, as gdkpixbuf may pad the
13619           rowstride to a 32-bit word boundary.
13620
13621 2004-07-12  Wim Taymans  <wim@fluendo.com>
13622
13623         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13624         (gst_riff_create_video_template_caps):
13625         Fix the template caps to include some more media types.
13626
13627 2004-07-12  Wim Taymans  <wim@fluendo.com>
13628
13629         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13630         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13631         (compare_ranks), (print_feature), (gst_decode_bin_init),
13632         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13633         (try_to_link_1), (new_pad), (close_link), (type_found),
13634         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13635         (gst_decode_bin_change_state), (plugin_init):
13636         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13637         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13638         (gst_play_base_bin_dispose), (queue_overrun),
13639         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13640         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13641         (gst_play_base_bin_get_property), (play_base_eos),
13642         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13643         (gst_play_base_bin_remove_element),
13644         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13645         (gst_play_base_bin_unlink_stream),
13646         (gst_play_base_bin_get_streaminfo):
13647         * gst/playback/gstplaybasebin.h:
13648         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13649         (gst_play_bin_class_init), (gst_play_bin_init),
13650         (gst_play_bin_dispose), (gst_play_bin_set_property),
13651         (gst_play_bin_get_property), (gen_video_element),
13652         (gen_audio_element), (remove_sinks), (setup_sinks),
13653         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13654         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13655         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13656         (gst_play_bin_query), (plugin_init):
13657         * gst/playback/test4.c: (main):
13658         More fixes on reusing of the element.
13659
13660 2004-07-11  Benjamin Otte  <otte@gnome.org>
13661
13662         * ext/mad/gstmad.c: (normal_seek):
13663           allow seeking for other methods than just SET
13664
13665 2004-07-11  Andy Wingo  <wingo@pobox.com>
13666
13667         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13668         float, "any" caps -> buffer_frames=[0,MAX].
13669
13670         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13671         doesn't intersect our caps with the template any more. Do it
13672         ourselves.
13673         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13674
13675 2004-07-09  Wim Taymans  <wim@fluendo.com>
13676
13677         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13678         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13679         (compare_ranks), (print_feature), (gst_decode_bin_init),
13680         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13681         (try_to_link_1), (new_pad), (close_link), (type_found),
13682         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13683         (gst_decode_bin_change_state), (plugin_init):
13684         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13685         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13686         (gst_play_base_bin_dispose), (queue_overrun),
13687         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13688         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13689         (gst_play_base_bin_get_property), (play_base_eos),
13690         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13691         (gst_play_base_bin_remove_element),
13692         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13693         (gst_play_base_bin_unlink_stream),
13694         (gst_play_base_bin_get_streaminfo):
13695         * gst/playback/gstplaybasebin.h:
13696         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13697         (gst_play_bin_class_init), (gst_play_bin_init),
13698         (gst_play_bin_dispose), (gst_play_bin_set_property),
13699         (gst_play_bin_get_property), (gen_video_element),
13700         (gen_audio_element), (remove_sinks), (setup_sinks),
13701         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13702         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13703         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13704         (gst_play_bin_query), (plugin_init):
13705         * gst/playback/test4.c: (main):
13706         Work on object reuse and seeking.
13707
13708 2004-07-09  Wim Taymans  <wim@fluendo.com>
13709
13710         * examples/seeking/seek.c: (iterate):
13711         Don't consume all CPU in the idle loop.
13712
13713 2004-07-09  Wim Taymans  <wim@fluendo.com>
13714
13715         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13716         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13717         Add pad to element *after* setting the pad functions so that
13718         the scheduler can use the correct ones.
13719
13720 2004-07-09  Wim Taymans  <wim@fluendo.com>
13721
13722         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13723         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13724         Sync to keyframe after seek
13725
13726 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13727
13728         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13729         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13730         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13731         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13732         * ext/libvisual/visual.c: (gst_visual_change_state):
13733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13734         * ext/theora/theoradec.c: (theora_dec_change_state):
13735         * ext/theora/theoraenc.c: (theora_enc_change_state):
13736         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13737         * gst-libs/gst/navigation/navigation.c:
13738         * gst/adder/gstadder.c: (gst_adder_change_state):
13739         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13740         (gst_audio_convert_get_buffer):
13741         * gst/multipart/multipartdemux.c:
13742         (gst_multipart_demux_change_state):
13743         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13744         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13745         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13746         * gst/videoscale/gstvideoscale.c:
13747         (gst_videoscale_handle_src_event):
13748         * gst/volume/gstvolume.c: (volume_chain_int16):
13749           don't assert in state change, this should be done by the base
13750           GstElement class.
13751           various debugging fixes.
13752
13753 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13754
13755         * configure.ac:
13756         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13757         (gst_play_dispose), (gst_play_set_location),
13758         (gst_play_set_data_src), (gst_play_set_video_sink),
13759         (gst_play_set_audio_sink), (gst_play_set_visualization),
13760         (gst_play_connect_visualization), (gst_play_get_sink_element),
13761         (gst_play_get_all_by_interface):
13762         * gst-libs/gst/play/play.h:
13763           add new method to get elements implementing an interface.
13764           add various error logging
13765
13766 2004-07-08  Wim Taymans  <wim@fluendo.com>
13767
13768         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13769         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13770         (make_playerbin_pipeline), (query_durations_elems),
13771         (query_durations_pads), (query_positions_elems),
13772         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13773         (main):
13774         Added playbin seeking example.
13775
13776 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13777
13778         * gst-libs/gst/play/play.c: (gst_play_set_location),
13779         (gst_play_set_data_src), (gst_play_set_video_sink),
13780         (gst_play_set_audio_sink), (gst_play_set_visualization),
13781         (gst_play_connect_visualization), (gst_play_get_framerate):
13782           use a macro to look up elements from hash table
13783
13784 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13785
13786         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13787         (gst_play_get_length_callback), (gst_play_set_location),
13788         (gst_play_seek_to_time), (gst_play_set_data_src),
13789         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13790         (gst_play_set_visualization), (gst_play_connect_visualization),
13791         (gst_play_get_sink_element):
13792         - add debugging info
13793         - fix looking up sink elements by iterating over complete caps
13794         - put everything except for source and autoplugger in a complete bin
13795
13796 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13797
13798         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13799         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13800         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13801         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13802         * ext/alsa/gstalsasink.h:
13803         - add debugging info
13804         - clean up schizophrenia of data/buffer/event
13805         - fix double event unref error
13806
13807 2004-07-08  Wim Taymans  <wim@fluendo.com>
13808
13809         * gst/playback/Makefile.am:
13810         Add headers to noinst
13811
13812 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13813
13814         * tools/gst-launch-ext-m.m:
13815         * tools/gst-launch-ext.1.in:
13816           convert to the third millenium
13817
13818 2004-07-07  David Schleef  <ds@schleef.org>
13819
13820         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13821
13822 2004-07-07  Wim Taymans  <wim@fluendo.com>
13823
13824         * gst/playback/Makefile.am:
13825         * gst/playback/README:
13826         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13827         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13828         (compare_ranks), (print_feature), (gst_decode_bin_init),
13829         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13830         (try_to_link_1), (new_pad), (close_link), (type_found),
13831         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13832         (plugin_init):
13833         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13834         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13835         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13836         (gen_preroll_element), (no_more_pads), (new_stream),
13837         (setup_source), (gst_play_base_bin_set_property),
13838         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13839         (gst_play_base_bin_add_element),
13840         (gst_play_base_bin_remove_element),
13841         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13842         (gst_play_base_bin_unlink_stream),
13843         (gst_play_base_bin_get_streaminfo):
13844         * gst/playback/gstplaybasebin.h:
13845         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13846         (gst_play_bin_class_init), (gst_play_bin_init),
13847         (gst_play_bin_dispose), (gst_play_bin_set_property),
13848         (gst_play_bin_get_property), (gen_video_element),
13849         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13850         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13851         (gst_play_bin_get_formats), (gst_play_bin_convert),
13852         (gst_play_bin_get_query_types), (gst_play_bin_query),
13853         (plugin_init):
13854         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13855         (gst_stream_info_get_type), (gst_stream_info_class_init),
13856         (gst_stream_info_init), (gst_stream_info_new),
13857         (gst_stream_info_dispose), (gst_stream_info_set_property),
13858         (gst_stream_info_get_property):
13859         * gst/playback/gststreaminfo.h:
13860         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13861         (main):
13862         * gst/playback/test2.c: (main):
13863         * gst/playback/test3.c: (update_scale), (main):
13864         More playbin fixes. Added README. Do better element filtering.
13865         Added base class to preroll media. Added test apps.
13866
13867 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13868
13869         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13870         * ext/mpeg2dec/gstmpeg2dec.h:
13871           various debugging improvements.  Reset stream to next picture
13872           instead of sequence header, otherwise seeks cannot work.
13873
13874 2004-07-07  Wim Taymans  <wim@fluendo.com>
13875
13876         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13877         (gst_video_box_class_init), (gst_video_box_set_property),
13878         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13879         Use pad_alloc where possible.
13880
13881 2004-07-07  Wim Taymans  <wim@fluendo.com>
13882
13883         * sys/oss/gstosselement.c: (gst_osselement_reset),
13884         (gst_osselement_parse_caps):
13885         * sys/oss/gstosselement.h:
13886         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13887         Fix offset on osssrc.
13888
13889 2004-07-07  Wim Taymans  <wim@fluendo.com>
13890
13891         * ext/theora/theora.c: (plugin_init):
13892         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13893         (theora_dec_src_query), (theora_dec_chain):
13894         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13895         (theora_enc_sink_link), (theora_buffer_from_packet),
13896         (theora_push_packet), (theora_enc_chain):
13897         Fix theora granulepos calculation.
13898         Fix overflow in duration/position calculation.
13899         Bump rank to PRIMARY for theoradec.
13900         Use granulepos of last packet to calculate position.
13901         Set keyframe flag on buffers when needed.
13902
13903 2004-07-06  David Schleef  <ds@schleef.org>
13904
13905         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13906         serious?  (Fixed, obviously.)
13907
13908 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13909
13910         * po/LINGUAS:
13911         * po/cs.po:
13912           added Czech translation (Miloslav Trmac)
13913
13914 2004-07-05  Wim Taymans  <wim@fluendo.com>
13915
13916         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13917         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13918         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13919         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13920         (close_link), (type_found), (gst_decode_bin_set_property),
13921         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13922         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13923         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13924         (gst_decode_bin_query), (plugin_init):
13925         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13926         (gst_play_bin_class_init), (gst_play_bin_init),
13927         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13928         (get_video_element), (new_pad), (setup_source),
13929         (gst_play_bin_set_property), (gst_play_bin_get_property),
13930         (gst_play_bin_change_state), (gst_play_bin_add_element),
13931         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13932         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13933         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13934         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13935         * gst/playback/test.c: (main):
13936         More fixes, cleaned up playbin, make it use decodebin. Added
13937         threaded property to playbin.
13938
13939 2004-07-05  Wim Taymans  <wim@fluendo.com>
13940
13941         * configure.ac:
13942         * gst/playback/Makefile.am:
13943         * gst/playback/decodetest.c: (main):
13944         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13945         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13946         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13947         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13948         (close_link), (type_found), (gst_decode_bin_set_property),
13949         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13950         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13951         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13952         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13953         (plugin_init):
13954         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13955         (gst_play_bin_class_init), (gst_play_bin_init),
13956         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13957         (collect_sink_pads), (find_compatibles), (close_pad_link),
13958         (try_to_link_1), (new_pad), (close_link), (type_found),
13959         (setup_source), (gst_play_bin_set_property),
13960         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13961         (compare_ranks), (gst_play_bin_collect_factories),
13962         (gst_play_bin_change_state), (gst_play_bin_add_element),
13963         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13964         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13965         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13966         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13967         * gst/playback/test.c: (main):
13968         Added some playback helper elements and some test apps, very alpha
13969         still.
13970
13971 2004-07-04  Benjamin Otte  <otte@gnome.org>
13972
13973         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13974           only restart audio when we indeed have an xrun to fix repeated
13975           xruns. Fix suggested by Giuliano Pochini.
13976
13977 2004-07-03  David Schleef  <ds@schleef.org>
13978
13979         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13980         call to gst_debug_log() if debugging is disabled (bug #145118)
13981
13982 2004-07-03  Benjamin Otte  <otte@gnome.org>
13983
13984         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13985           use our own functions for restarting the alsa device.
13986         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13987           I should apply patches myself - use MIN for the third argument, not
13988           the second, this fixes seeking
13989
13990 2004-07-02  David Schleef  <ds@schleef.org>
13991
13992         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13993         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13994         do with the logic.
13995
13996 2004-07-02  David Schleef  <ds@schleef.org>
13997
13998         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13999         output buffers.  Fix logic mistake.  (bug #144866)
14000
14001 2004-07-02  David Schleef  <ds@schleef.org>
14002
14003         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
14004         on X.  (bug #144753)
14005
14006 2004-07-02  David Schleef  <ds@schleef.org>
14007
14008         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
14009         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
14010         (bug #144624)
14011         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
14012         (gst_osselement_rate_probe_check): Add another workaround for
14013         buggy drivers (bug #145336)
14014
14015 2004-07-02  David Schleef  <ds@schleef.org>
14016
14017         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
14018         Most systems don't have MSG_NOSIGNAL.
14019
14020 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14021
14022         * Makefile.am:
14023         * gst-libs/gst/colorbalance/Makefile.am:
14024         * gst-libs/gst/mixer/Makefile.am:
14025         * gst-libs/gst/play/Makefile.am:
14026         * gst-libs/gst/tuner/Makefile.am:
14027           (hopefully) fix both install and dist and make error message useful.
14028           needs testing across automakes.
14029
14030 2004-07-02  Benjamin Otte  <otte@gnome.org>
14031
14032         * ext/ogg/gstogg.c: (plugin_init):
14033           we require bytestream now
14034         * ext/ogg/gstoggdemux.c:
14035           huge diff to implement chain setup in a fast and generic way. This
14036           improves tag reading and startup of huge files (read: Theora videos)
14037           quite a bit. It probably contains bugs, too, so please test.
14038           Seeking is not improved to the fast method.
14039
14040 2004-06-29  Wim Taymans  <wim@fluendo.com>
14041
14042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14043         * ext/ogg/gstoggmux.c:
14044         Fix memleak in oggdemux when running unconnected pads.
14045         doc update in mux, start working on keyframe mode.
14046
14047 2004-06-29  Benjamin Otte  <otte@gnome.org>
14048
14049         * sys/oss/gstosssink.c:
14050         * sys/oss/gstosssrc.c:
14051           advertise correct template caps - we indeed do non-native endianness
14052           and 8bit audio has no endianness
14053         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
14054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
14055           avoid (wrong) duplications in getcaps function and return
14056           template caps
14057
14058 2004-06-29  Wim Taymans  <wim@fluendo.com>
14059
14060         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14061         (gst_multifdsink_class_init), (gst_multifdsink_add),
14062         (gst_multifdsink_remove), (gst_multifdsink_clear),
14063         (gst_multifdsink_client_remove),
14064         (gst_multifdsink_handle_client_read),
14065         (gst_multifdsink_client_queue_data),
14066         (gst_multifdsink_client_queue_caps),
14067         (gst_multifdsink_client_queue_buffer),
14068         (gst_multifdsink_handle_client_write),
14069         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14070         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
14071         (gst_multifdsink_init_send), (gst_multifdsink_close):
14072         Fix wrong GList iteration that could crash the server when
14073         more then 2 clients disconnect at the same time. Read all the
14074         pending commands in one batch to recover from command storms under
14075         very heavy load.
14076
14077 2004-06-28  Wim Taymans  <wim@fluendo.com>
14078
14079         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14080         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
14081         (gst_videomixer_pad_set_property),
14082         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
14083         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14084         (gst_videomixer_class_init), (gst_videomixer_init),
14085         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
14086         (pad_zorder_compare), (gst_videomixer_sort_pads),
14087         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14088         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
14089         (gst_videomixer_update_queues), (gst_videomixer_loop),
14090         (plugin_init):
14091         Avoid divide by zero, choose masterpad as the pad with the highest
14092         framerate.
14093
14094 2004-06-27  Julien Moutte  <julien@moutte.net>
14095
14096         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
14097         (gst_ximagesink_xwindow_new):
14098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
14099         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
14100         function directly. We might want to call it from somewhere else one day.
14101
14102 2004-06-27  Julien Moutte  <julien@moutte.net>
14103
14104         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
14105         (gst_ximagesink_xwindow_new):
14106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
14107         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
14108         window decorations.
14109
14110 2004-06-27  Wim Taymans  <wim@fluendo.com>
14111
14112         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14113         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
14114         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
14115         (gst_dvdec_set_property), (gst_dvdec_get_property):
14116         * ext/dv/gstdvdec.h:
14117         Implement drop_factor property to lower the framerate with
14118         a factor.
14119
14120 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14121
14122         * gst-libs/gst/colorbalance/Makefile.am:
14123         * gst-libs/gst/mixer/Makefile.am:
14124         * gst-libs/gst/play/Makefile.am:
14125         * gst-libs/gst/tuner/Makefile.am:
14126           unbreak Company's fix that didn't install the -enum.h files
14127
14128 2004-06-27  Wim Taymans  <wim@fluendo.com>
14129
14130         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
14131         (gst_dvdec_change_state):
14132         * ext/dv/gstdvdec.h:
14133         Fix timestamp, duration and offset of the buffers.
14134
14135 2004-06-27  Wim Taymans  <wim@fluendo.com>
14136
14137         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14138         (gst_multifdsink_class_init), (gst_multifdsink_add),
14139         (gst_multifdsink_remove), (gst_multifdsink_clear),
14140         (gst_multifdsink_client_remove),
14141         (gst_multifdsink_handle_client_read),
14142         (gst_multifdsink_client_queue_data),
14143         (gst_multifdsink_client_queue_caps),
14144         (gst_multifdsink_client_queue_buffer),
14145         (gst_multifdsink_handle_client_write),
14146         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14147         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
14148         (gst_multifdsink_init_send), (gst_multifdsink_close):
14149         * gst/tcp/gstmultifdsink.h:
14150         * gst/tcp/gsttcpserversink.c:
14151         (gst_tcpserversink_handle_server_read),
14152         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
14153         More multifdsink fixes, more recovery policy fixes.
14154         Removed stupid g_print
14155
14156 2004-06-26  Wim Taymans  <wim@fluendo.com>
14157
14158         * gst/tcp/Makefile.am:
14159         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14160         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
14161         (gst_multifdsink_class_init), (gst_multifdsink_init),
14162         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
14163         (gst_multifdsink_handle_client_read),
14164         (gst_multifdsink_client_queue_data),
14165         (gst_multifdsink_client_queue_caps),
14166         (gst_multifdsink_client_queue_buffer),
14167         (gst_multifdsink_handle_client_write),
14168         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14169         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
14170         (gst_multifdsink_chain), (gst_multifdsink_set_property),
14171         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
14172         (gst_multifdsink_close), (gst_multifdsink_change_state):
14173         * gst/tcp/gstmultifdsink.h:
14174         * gst/tcp/gsttcpplugin.c: (plugin_init):
14175         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
14176         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
14177         (gst_tcpserversink_handle_server_read),
14178         (gst_tcpserversink_handle_select),
14179         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
14180         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14181         * gst/tcp/gsttcpserversink.h:
14182         Added multifdsink, made tcpserversink a subclass of fdsink, removed
14183         one of the locks, added recovery policy to multifdsink.
14184
14185 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14186
14187         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14188           fix decision for when getting frames with same timestamp
14189         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14190         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14191         (gst_v4lsrc_get_property):
14192         * sys/v4l/gstv4lsrc.h:
14193           add latency offset property
14194
14195 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14196
14197         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
14198         (plugin_init):
14199           fix debugging. add category.
14200
14201 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14202
14203         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
14204           fix wrong offsets
14205
14206 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14207
14208         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
14209         (gst_alsa_src_get_time), (gst_alsa_src_loop),
14210         (gst_alsa_src_change_state):
14211           return a time that is in sync with the element's processing
14212
14213 2004-06-25  Wim Taymans  <wim@fluendo.com>
14214
14215         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14216         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14217         (gst_tcpserversink_client_remove),
14218         (gst_tcpserversink_handle_client_read),
14219         (gst_tcpserversink_client_queue_data),
14220         (gst_tcpserversink_client_queue_caps),
14221         (gst_tcpserversink_client_queue_buffer),
14222         (gst_tcpserversink_handle_client_write),
14223         (gst_tcpserversink_queue_buffer),
14224         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
14225         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
14226         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
14227         (gst_tcpserversink_close):
14228         * gst/tcp/gsttcpserversink.h:
14229         Serversink rewrite. Really do non blocking writes to clients and
14230         maintain an internal queue to handle slower clients while not
14231         disturbing fast clients.
14232
14233 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14234
14235         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14236           better debug, don't override OFFSET and OFFSET_END
14237
14238 2004-06-25  Iain <iain@prettypeople.org>
14239
14240         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
14241         name=source for the wavparse pipeline.
14242
14243 2004-06-24  Johan Dahlin  <johan@gnome.org>
14244
14245         * ext/theora/theoraenc.c (theora_enc_chain): Call
14246         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
14247         streamheader caps are set correctly.
14248
14249 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14250
14251         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14252         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
14253           respect minimum bitrate; same could be done for max bitrate
14254
14255 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14256
14257         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14258         (gst_vorbisenc_setup):
14259           fix sample rate range
14260
14261 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14262
14263         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
14264         (gst_oggvorbisenc_setup):
14265         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
14266         (gst_vorbisenc_setup):
14267           resolve ambiguities in code and description
14268
14269 2004-06-24  Wim Taymans  <wim@fluendo.com>
14270
14271         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
14272         * ext/alsa/gstalsa.h:
14273         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
14274         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
14275         Use alsa trigger_tstamp to get the timestamp of the first
14276         sample in the buffer for more precise sync. Some cleanups.
14277
14278 2004-06-24  Wim Taymans  <wim@fluendo.com>
14279
14280         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
14281         (gst_audiorate_init), (gst_audiorate_chain),
14282         (gst_audiorate_set_property), (gst_audiorate_get_property):
14283         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14284         (gst_videorate_chain):
14285         Added some logging, fixed an overflow bug in videorate.
14286
14287 2004-06-24  Benjamin Otte  <otte@gnome.org>
14288
14289         * ext/kio/Makefile.am:
14290           fix for builddir != srcdir and distcheck
14291
14292 2004-06-24  Benjamin Otte  <otte@gnome.org>
14293
14294         * gst-libs/gst/colorbalance/Makefile.am:
14295         * gst-libs/gst/mixer/Makefile.am:
14296         * gst-libs/gst/play/Makefile.am:
14297         * gst-libs/gst/tuner/Makefile.am:
14298         * gst/tcp/Makefile.am:
14299         * sys/dxr3/Makefile.am:
14300           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
14301           tarball.
14302           Also add all *.list files that were missing.
14303         * Makefile.am:
14304           add a distcheck hook to ensure the above doesn't happen again.
14305
14306 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
14307
14308         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
14309
14310 2004-06-23  Colin Walters  <walters@redhat.com>
14311
14312         * m4/Makefile.am: Distribute gst-fionread.m4.
14313
14314 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14315
14316         * configure.ac: back to dev
14317
14318 2004-06-23  Wim Taymans  <wim@fluendo.com>
14319
14320         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
14321         (gst_alsa_xrun_recovery):
14322         * ext/alsa/gstalsa.h:
14323         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14324         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
14325         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
14326         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
14327         (gst_alsa_src_loop):
14328         Add clock to alsasrc. Take new capture timestamp when
14329         restarting after an overrun. Split up some functions between
14330         alsasrc and alsasink.
14331
14332 === release 0.8.2 ===
14333
14334 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14335
14336         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14337         (gst_alsa_change_state), (gst_alsa_update_avail),
14338         (gst_alsa_xrun_recovery):
14339         * ext/alsa/gstalsa.h:
14340         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14341           merge back changes from release
14342
14343 2004-06-23  Wim Taymans  <wim@fluendo.com>
14344
14345         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
14346         (gst_audiorate_init), (gst_audiorate_chain),
14347         (gst_audiorate_set_property), (gst_audiorate_get_property):
14348         Implement sample dropping and notify
14349
14350 2004-06-22  Wim Taymans  <wim@fluendo.com>
14351
14352         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14353         (theora_enc_sink_link), (theora_buffer_from_packet),
14354         (theora_push_packet), (theora_enc_chain):
14355         Some cleanups, make sure the timestamps are correct.
14356
14357 2004-06-22  Wim Taymans  <wim@fluendo.com>
14358
14359         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
14360         (gst_alsa_change_state), (gst_alsa_update_avail),
14361         (gst_alsa_xrun_recovery):
14362         * ext/alsa/gstalsa.h:
14363         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14364         Cleanups, take queued samples into account when reporting
14365         the time.
14366
14367 2004-06-22  Wim Taymans  <wim@fluendo.com>
14368
14369         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14370         (gst_videorate_init):
14371         Initialize the property as well.
14372
14373 2004-06-22  Wim Taymans  <wim@fluendo.com>
14374
14375         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14376         (gst_videorate_init), (gst_videorate_chain),
14377         (gst_videorate_set_property), (gst_videorate_get_property):
14378         Add property to make videorate silent.
14379         Add property to prefer new frames over old ones.
14380
14381 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14382
14383         * sys/osxvideo/Makefile.am:
14384         Workaround so that the osxvideo .so file gets linked with the
14385         Cocoa, OpenGL and QuickTime frameworks
14386
14387 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14388
14389         * sys/osxaudio/Makefile.am:
14390         Workaround so that the osxaudio .so file gets linked with the
14391         CoreAudio framework
14392
14393 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14394
14395         * configure.ac:
14396         Whoops, my fault...fixed build issues
14397
14398 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14399
14400         * configure.ac:
14401         Add objective-c support if running in Darwin/Mac OS X
14402         * sys/Makefile.am:
14403         * sys/osxvideo:
14404         * sys/osxvideo/Makefile.am:
14405         * sys/osxvideo/osxvideosink.h:
14406         * sys/osxvideo/osxvideosink.m:
14407         * sys/osxvideo/cocoawindow.h:
14408         * sys/osxvideo/cocoawindow.m:
14409         Add osxvideosink, a cocoa-based osx video sink
14410
14411
14412 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
14413         * ext/dvdnav/gst-dvd:
14414         Grab the gconf key from the right spot
14415         * gst/debug/gstnavseek.c: (gst_navseek_init),
14416         (gst_navseek_segseek), (gst_navseek_handle_src_event),
14417         (gst_navseek_chain):
14418         * gst/debug/gstnavseek.h:
14419           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
14420           and loop parameters of a segment seek.
14421         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14422         (gst_videotestsrc_get_event_masks),
14423         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14424         * gst/videotestsrc/gstvideotestsrc.h:
14425           Add seeking support to videotestsrc
14426           Initialise the timestamp_offset variable.
14427
14428 2004-06-18  Wim Taymans  <wim@fluendo.com>
14429
14430         * ext/sidplay/gstsiddec.cc:
14431         Fix negotiation and set correct end offset.
14432
14433 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14434
14435         * configure.ac: branch and prerelease
14436
14437 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14438
14439         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14440         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
14441         (gst_tcpclientsrc_init_receive):
14442         * gst/tcp/gsttcpclientsrc.h:
14443           read caps when connecting to server for GDP so we set them correctly
14444
14445 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14446
14447         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14448           notify drops and duplicates
14449         * gst/videoscale/videoscale.c: (videoscale_get_structure):
14450           no good reason to limit ourselves to 100x100
14451
14452 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14453
14454         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14455         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14456         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14457         (gst_v4lsrc_get_property):
14458         * sys/v4l/gstv4lsrc.h:
14459         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14460         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14461         (gst_v4l_set_audio):
14462         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
14463         (gst_v4lsrc_try_capture):
14464         * sys/v4l/v4lsrc_calls.h:
14465           change try_palette to more general try_capture
14466           add autoprobe option so we can turn off autoprobing
14467           various fixes
14468
14469 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14470
14471         * configure.ac:
14472           add videorate
14473         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
14474         (gst_ximagesink_class_init):
14475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
14476         (gst_xvimagesink_class_init):
14477           run them as finalize, not dispose, since dispose can be invoked
14478           multiple times
14479
14480 2004-06-17  Wim Taymans  <wim@fluendo.com>
14481
14482         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14483         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
14484         * ext/alsa/gstalsa.h:
14485         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14486         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
14487         (gst_alsa_src_change_state):
14488         * ext/alsa/gstalsasrc.h:
14489         Make the xrun code timestamp and offset the buffers correctly.
14490         moved the clock to the base class, use alsa methods to get time.
14491         Do correct timestamping on outgoing buffers.
14492
14493 2004-06-17  Wim Taymans  <wim@fluendo.com>
14494
14495         * gst/audiorate/Makefile.am:
14496         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
14497         (gst_audiorate_base_init), (gst_audiorate_class_init),
14498         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
14499         (gst_audiorate_set_property), (gst_audiorate_get_property),
14500         (gst_audiorate_change_state), (plugin_init):
14501         Added an audiorate converter that fills in gaps.
14502
14503 2004-06-17  Johan Dahlin  <johan@gnome.org>
14504
14505         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
14506
14507 2004-06-16  Wim Taymans  <wim@fluendo.com>
14508
14509         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
14510         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14511         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14512         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14513         (gst_v4lsrc_get_property):
14514         * sys/v4l/gstv4lsrc.h:
14515         Added a copy mode to v4lsrc where it will output a copied version
14516         of its internal hardware buffer.
14517         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
14518         can't | them.
14519
14520 2004-06-16  Wim Taymans  <wim@fluendo.com>
14521
14522         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14523         Timestamp fixes.
14524
14525 2004-06-16  Wim Taymans  <wim@fluendo.com>
14526
14527         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14528         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14529         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14530         (gst_v4lsrc_get_property):
14531         * sys/v4l/gstv4lsrc.h:
14532         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14533         Added a sync mode enum property to control v4lsrc timestamp method
14534         Removed the use-fixed-fps property and moved functionality in
14535         the enum.
14536         Don't error on an error value from v4l-conf, it might not always
14537         be a real error.
14538
14539 2004-06-16  Wim Taymans  <wim@fluendo.com>
14540
14541         * gst/videorate/Makefile.am:
14542         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
14543         (gst_videorate_base_init), (gst_videorate_class_init),
14544         (gst_videorate_getcaps), (gst_videorate_link),
14545         (gst_videorate_init), (gst_videorate_chain),
14546         (gst_videorate_set_property), (gst_videorate_get_property),
14547         (gst_videorate_change_state), (plugin_init):
14548         Added a video timestamp corrector.
14549
14550 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14551
14552         fixed a potential leak with previous commit
14553
14554         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14555
14556 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14557
14558         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14559         Added missing refcount, fixes bug #144425
14560         Cheers Tim for finding the bug
14561
14562 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14563
14564         * sys/v4l/gstv4l.c: (plugin_init):
14565         * sys/v4l/gstv4lcolorbalance.c:
14566         * sys/v4l/gstv4lcolorbalance.h:
14567         * sys/v4l/gstv4lelement.c:
14568         * sys/v4l/gstv4lelement.h:
14569         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14570         * sys/v4l/gstv4lmjpegsink.h:
14571         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14572         * sys/v4l/gstv4lmjpegsrc.h:
14573         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14574         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14575         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14576         * sys/v4l/gstv4lsrc.h:
14577         * sys/v4l/gstv4ltuner.c:
14578         * sys/v4l/gstv4ltuner.h:
14579         * sys/v4l/gstv4lxoverlay.c:
14580         * sys/v4l/gstv4lxoverlay.h:
14581         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14582         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14583         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14584         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14585         (gst_v4l_set_audio):
14586         * sys/v4l/v4l_calls.h:
14587         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14588         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
14589         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
14590         (gst_v4lmjpegsink_playback_init),
14591         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
14592         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
14593         (gst_v4lmjpegsink_playback_stop),
14594         (gst_v4lmjpegsink_playback_deinit):
14595         * sys/v4l/v4lmjpegsink_calls.h:
14596         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14597         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
14598         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14599         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
14600         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
14601         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
14602         * sys/v4l/v4lmjpegsrc_calls.h:
14603         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14604         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
14605         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
14606         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
14607         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
14608         (gst_v4lsrc_try_palette):
14609         * sys/v4l/v4lsrc_calls.h:
14610           bunch of paranoia cleanups
14611
14612 2004-06-14  David Schleef  <ds@schleef.org>
14613
14614         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
14615         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
14616         Send discont events and change timestamps appropriately when
14617         we get a seek event.  (bug #144240)
14618         * ext/cdparanoia/gstcdparanoia.h:
14619
14620 2004-06-14  Benjamin Otte  <otte@gnome.org>
14621
14622         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
14623           snd_pcm_hw_params_set_rate  since the latter fails for no good
14624           reason on some setups.
14625
14626 2004-06-14  David Schleef  <ds@schleef.org>
14627
14628         * gst/volume/demo.c: (value_changed_callback): exp10() is not
14629         standard.  Thank you for playing.
14630
14631 2004-06-14  Wim Taymans  <wim@fluendo.com>
14632
14633         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14634         Patch 1.3 broke the ordering of the colorspace info and
14635         made the plugin basically work by coincidence, reordered
14636         the info.
14637
14638 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14639
14640         * ext/lame/gstlame.c:
14641         * ext/mad/gstmad.c:
14642           sync caps.  Make sure mad can only output a list of rates, not
14643           a full range.  In the future, have three caps lists for each of the
14644           mpeg versions.  Change mpegversion to a double as well.
14645
14646 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14647
14648         * gst/volume/.cvsignore:
14649         * gst/volume/Makefile.am:
14650         * gst/volume/demo.c: (value_changed_callback), (idler),
14651         (setup_gui), (main):
14652           added small demo app
14653
14654 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14655         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14656         * ext/esd/esdsink.h:
14657         Close the esd connection on pause, because esd will just wait -
14658         blocking all other esd clients indefinitely.
14659
14660 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14661
14662         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14663           previous commit with GST_DEBUG
14664
14665 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14666
14667         * configure.ac:
14668           add a header check for a dvdread header in dvdnav.  Fixes #133002
14669
14670 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14671
14672         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14673         * gst/tcp/gsttcpclientsink.h:
14674         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14675         * gst/tcp/gsttcpclientsrc.h:
14676         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14677         (gst_tcpserversink_handle_server_read),
14678         (gst_tcpserversink_init_send):
14679         * gst/tcp/gsttcpserversink.h:
14680         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14681         * gst/tcp/gsttcpserversrc.h:
14682         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14683         version of IP)
14684
14685 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14686
14687         * configure.ac:
14688         Added ogg library so that OSX detects libtheora properly
14689
14690 2004-06-11  Wim Taymans  <wim@fluendo.com>
14691
14692         * ext/theora/theoradec.c: (theora_dec_chain),
14693         (theora_dec_change_state):
14694         Don't try to decode frames before we received a keyframe.
14695
14696 2004-06-11  Wim Taymans  <wim@fluendo.com>
14697
14698         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14699         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14700         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14701         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14702         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14703         Added property to set the maximum delay of a page.
14704
14705 2004-06-10  Wim Taymans  <wim@fluendo.com>
14706
14707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14708         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14709         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14710         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14711         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14712         Added max-delay property to control the maximum amount
14713         of data to put in one page.
14714
14715 2004-06-10  Wim Taymans  <wim@fluendo.com>
14716
14717         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14718         (gst_theora_enc_init), (theora_enc_sink_link),
14719         (theora_buffer_from_packet), (theora_enc_set_property),
14720         (theora_enc_get_property):
14721         Set duration on encoded buffer, added some more properties
14722
14723 2004-06-10  Wim Taymans  <wim@fluendo.com>
14724
14725         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14726         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14727         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14728         * ext/theora/theoraenc.c: (theora_enc_chain):
14729         Fix refcounting bugs
14730
14731 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14732
14733         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14734         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14735         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14736         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14737         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14738         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14739         (gst_asf_demux_change_state):
14740         * gst/asfdemux/gstasfdemux.h:
14741           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14742           feels like. I think we should set a new requirement for demuxers
14743           from now on to implement sane loop functions, data loops, query
14744           and seek functions before first commit into CVS. And this commit
14745           fixes all of the above.
14746
14747 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14748
14749         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14750           vorbis comments are properly encoded in UTF-8 before adding them
14751           to a GstTagList
14752
14753 2004-06-09  Benjamin Otte  <otte@gnome.org>
14754
14755         * ext/alsa/gstalsa.c: (add_channels):
14756           handle min <= max correctly
14757         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14758         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14759           add fixation functions so we fixate correctly. No preferring of alaw
14760           anymore because it's the first structure.
14761         * ext/alsa/gstalsa.h:
14762         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14763         (gst_alsa_hw_params_dump):
14764           add functions to ease debugging in alsalib
14765         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14766         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14767         (gst_alsa_start_audio):
14768           only specify hw params if we really setup a format (fixes #134007 -
14769           or at least works around it)
14770
14771 2004-06-09  Wim Taymans  <wim@fluendo.com>
14772
14773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14774         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14775         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14776         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14777         (gst_ogg_mux_loop):
14778         Use stream caps to setup the initial pages in the ogg stream.
14779         Correctly set the streamheader caps on the srcpad.
14780
14781 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14782
14783         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14784         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14785         (gst_v4lsrc_getcaps):
14786         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14787         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14788           add querying of fps lists for webcams.  Negotiating to a framerate
14789           now works.
14790
14791 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14792
14793         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14794         (theora_push_buffer), (theora_push_packet),
14795         (theora_set_header_on_caps), (theora_enc_chain):
14796           mark buffers and put on streamheader, raw theora streaming
14797           now works too, whee
14798
14799 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14800
14801         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14802         (gst_tcp_gdp_read_caps):
14803           do a looping read for caps and GDP headers too
14804
14805 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14806
14807         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14808         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14809           return EOS instead of NULL in _get
14810
14811 2004-06-08  Wim Taymans  <wim@fluendo.com>
14812
14813         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14814         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14815         (gst_tcp_gdp_write_caps):
14816         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14817         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14818         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14819         Memory leak fixes
14820
14821 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14822
14823         * ext/vorbis/Makefile.am:
14824         * ext/vorbis/vorbis.c: (plugin_init):
14825         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14826         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14827         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14828         (vorbis_parse_change_state):
14829         * ext/vorbis/vorbisparse.h:
14830           adding a vorbisparse element that marks the buffers, streaming
14831           raw vorbis using GDP now works, whee
14832
14833 2004-06-08  Wim Taymans  <wim@fluendo.com>
14834
14835         * ext/jpeg/Makefile.am:
14836         * ext/jpeg/README:
14837         * ext/jpeg/gstjpeg.c: (plugin_init):
14838         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14839         (gst_smokedec_base_init), (gst_smokedec_class_init),
14840         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14841         * ext/jpeg/gstsmokedec.h:
14842         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14843         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14844         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14845         (gst_smokeenc_resync), (gst_smokeenc_chain),
14846         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14847         * ext/jpeg/gstsmokeenc.h:
14848         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14849         (smokecodec_flush_destination), (smokecodec_term_destination),
14850         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14851         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14852         (smokecodec_term_source), (smokecodec_encode_new),
14853         (smokecodec_decode_new), (smokecodec_info_free),
14854         (smokecodec_set_quality), (smokecodec_get_quality),
14855         (smokecodec_set_threshold), (smokecodec_get_threshold),
14856         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14857         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14858         (smokecodec_parse_header), (smokecodec_decode):
14859         * ext/jpeg/smokecodec.h:
14860         Added a new simple jpeg based codec
14861
14862 2004-06-08  Wim Taymans  <wim@fluendo.com>
14863
14864         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14865         (gst_multipart_mux_loop):
14866         Fix memory leak
14867
14868 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14869
14870         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14871         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14872         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14873         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14874         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14875         * gst/tcp/gsttcpserversink.h:
14876           take streamheader into account
14877
14878 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14879
14880         * gst/level/Makefile.am:
14881         * gst/level/gstlevel.c: (gst_level_class_init):
14882           clean up marshal generation
14883
14884 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14885
14886         * gst/tcp/Makefile.am:
14887         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14888         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14889         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14890         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14891         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14892         (gst_tcpclientsrc_get_property):
14893         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14894         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14895         (gst_tcpserversink_handle_client_read),
14896         (gst_tcpserversink_handle_client_write),
14897         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14898         * gst/tcp/gsttcpserversink.h:
14899           add signals client-added and client-removed
14900         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14901         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14902         (gst_tcpserversrc_get_property):
14903         uniformized, change default protocol to NONE
14904         * gst/tcp/gsttcp-marshal.list: added
14905 2004-06-07  Benjamin Otte  <otte@gnome.org>
14906
14907         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14908           handle discont events if they happen before caps nego
14909
14910 2004-06-07  Wim Taymans  <wim@fluendo.com>
14911
14912         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14913         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14914         (gst_multipart_demux_plugin_init):
14915         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14916         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14917         (gst_multipart_mux_change_state):
14918         Small updates, fix a memleak
14919
14920 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14921
14922         * configure.ac: OSS portability
14923         * ext/arts/gst_arts.c: idem
14924         * sys/oss/gstosselement.c: idem
14925         * sys/oss/gstossmixer.c: idem
14926         * sys/oss/gstosssink.c: idem
14927         * sys/oss/gstosssrc.c: idem
14928         * sys/oss/oss_probe.c: idem
14929           - check for soundcard.h in different places for some BSD
14930
14931 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14932
14933         * AUTHORS:
14934         Add me to the authors file
14935         * configure.ac:
14936         Increase the libdv requirement to >= version 0.100
14937         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14938         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14939         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14940         * ext/dv/gstdvdec.h:
14941         Add support for the new_media flag when sending DISCONT events
14942         Make the querying work when video pad is not linked
14943
14944 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14945
14946         reviewed by Benjamin Otte  <otte@gnome.org>
14947
14948         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14949           create a NULL-initialized array of pads, so we don't think they
14950           exist already. (fixes #143130)
14951
14952 2004-06-07  Benjamin Otte  <otte@gnome.org>
14953
14954         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14955         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14956         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14957           don't use // coments
14958
14959 2004-06-07  Benjamin Otte  <otte@gnome.org>
14960
14961         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14962           cast to GstClockTime to get higher granularity
14963         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14964           use gst_element_set_time_delay to get the exact time
14965         * ext/mad/gstmad.c: (gst_mad_chain):
14966           use the negotiated rate instead of the current frame's rate which
14967           might be wrong because of bit errors. This avoids emitting totally
14968           bogus timestamps and screwing sync.
14969         (fixes #143454)
14970
14971 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14972
14973         reviewed by Benjamin Otte  <otte@gnome.org>
14974
14975         * gst/adder/gstadder.c: (gst_adder_loop):
14976           properly error out when no negotiation has happened yet. (fixes
14977           #143032)
14978
14979 2004-06-06  Benjamin Otte  <otte@gnome.org>
14980
14981         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14982           forward correctly transformed offset in discont events. Based on
14983           patch by Arwed v. Merkatz. (fixes #142851)
14984
14985 2004-06-06  David Schleef  <ds@schleef.org>
14986
14987         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14988         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14989         problems on several systems.
14990
14991 2004-06-06  Benjamin Otte  <otte@gnome.org>
14992
14993         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14994           use explicit caps on the srcpad
14995         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14996           properly error out if caps couldn't be set (fixes #142764)
14997
14998 2004-06-06  Benjamin Otte  <otte@gnome.org>
14999
15000         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
15001         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
15002         (gst_alsa_start_audio):
15003           - don't call set_periods_integer anymore, it breaks the
15004           configuration randomly
15005           - call snd_pcm_hw_params_set_access directly instead of using masks
15006           - don't fail if the sw_params can't be set, just use the default
15007           params and hope it works. Alsalib has weird issues when you touch
15008           sw_params and does no proper error reporting about what failed.
15009         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15010         (gst_alsa_close_audio):
15011           make our alsa debugging go via gst debugging and not conditionally
15012           defined
15013         * ext/alsa/gstalsa.h:
15014           add ALSA_DEBUG_FLUSH macro
15015         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
15016         (plugin_init):
15017           wrap alsa errors to be printed via the gst debugging system and not
15018           spammed to stderr
15019
15020 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15021
15022         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15023         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
15024         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
15025         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
15026         (qtdemux_parse_trak):
15027         * gst/qtdemux/qtdemux.h:
15028           Bitch. Also known as seeking, querying & co.
15029         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
15030         (gst_osssink_change_state):
15031         * sys/oss/gstosssink.h:
15032           Resyncing is for weenies, this hack is no longer needed and was
15033           broken anyway (since it - unintendedly - always leaves resync to
15034           TRUE).
15035
15036 2004-06-05  Andrew Turner <zxombie@hotpop.com>
15037
15038         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
15039         * gst/tcp/gsttcpclientsrc.h: idem
15040           - define MSG_NOSIGNAL if not done
15041           - include unistd.h for off_t
15042           (fixes #143749)
15043
15044 2004-06-05  Benjamin Otte  <otte@gnome.org>
15045
15046         * configure.ac:
15047         * ext/kio/Makefile.am:
15048           check for qt's moc preprocessor explicitly and use it
15049
15050 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15051
15052         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
15053           don't get a signal for EPIPE on socket writes
15054           (somebody check if this works on other platforms)
15055
15056 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15057
15058         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
15059         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15060           check error condition on available samples correctly
15061
15062 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15063
15064         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
15065           avoid a segfault
15066         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
15067         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
15068         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
15069         (gst_tcpserversrc_gdp_read_header):
15070          use ssize_t over size_t since the former is signed and thus the
15071          check for error codes can work
15072
15073 2004-06-02  Wim Taymans  <wim@fluendo.com>
15074
15075         reviewed by: Johan
15076
15077         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
15078         (gst_multipart_mux_loop):
15079         Oops
15080
15081 2004-06-02  Wim Taymans  <wim@fluendo.com>
15082
15083         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
15084         (gst_multipart_mux_init), (gst_multipart_mux_loop),
15085         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
15086         (gst_multipart_mux_change_state):
15087         Added configurable boundary specifier, added the value as a
15088         caps field as well.
15089
15090 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15091
15092         * gst/tcp/gsttcp.c:
15093         * gst/tcp/gsttcpclientsrc.c:
15094         * gst/tcp/gsttcpclientsrc.h:
15095         * gst/tcp/gsttcpserversrc.c:
15096           - portability fix, to compile on OSX
15097             (fixes #143146)
15098
15099         * sys/osxaudio/gstosxaudioelement.c:
15100         * sys/osxaudio/gstosxaudiosink.c:
15101         * sys/osxaudio/gstosxaudiosrc.c:
15102           - compilation warnings on OSX
15103             (fixes #143153)
15104
15105 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15106
15107         * ext/vorbis/vorbisdec.c : sign warning fixes
15108
15109         * gst-libs/gst/mixer/mixertrack.c :
15110           do no use defines which are glib 2.4 specific
15111
15112 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
15113
15114         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
15115           buffer since libflac doesn't expect it (reports a sync error when
15116           it encounters that)
15117
15118
15119 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
15120
15121         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
15122         * gst-libs/gst/mixer/mixertrack.c:
15123         (gst_mixer_track_get_property), (get_mixer_track_init),
15124         (get_mixer_track_get_property): Added property accessors
15125         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
15126         * gst-libs/gst/mixer/mixeroptions.c:
15127         (gst_mixer_options_get_values): Added
15128         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
15129         * gst-libs/gst/mixer/mixer.c: Fixed comment
15130
15131
15132 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15133
15134         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
15135           improve error messages on open
15136
15137
15138 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15139
15140         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15141           check if v4l-conf is in path
15142
15143 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15144
15145         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
15146           change assert to a more readable error message
15147
15148 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15149
15150         * gst-libs/gst/tuner/tunerchannel.h:
15151           - add a freq_multiplicator field to make the conversion
15152             between internal frequency unit and Hz
15153         * sys/v4l/gstv4lelement.c:
15154         * sys/v4l2/gstv4l2element.c:
15155           - change default video device to /dev/video0
15156         * sys/v4l/v4l_calls.c:
15157         * sys/v4l2/v4l2_calls.c:
15158           - we only expose frequency to the user in Hz instead of
15159             bastard v4lX unit (either 62.5kHz or 62.5Hz)
15160
15161 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
15162         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15163           Initialise b_o_s and e_o_s variables
15164         * gst-libs/gst/riff/riff-media.c:
15165         (gst_riff_create_video_caps_with_data):
15166           Add some unusual fourcc's from mplayer avi's
15167         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
15168           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
15169           autoplugging.
15170
15171 2004-05-28  Wim Taymans  <wim@fluendo.com>
15172
15173         * configure.ac:
15174         * gst/alpha/Makefile.am:
15175         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
15176         (gst_alpha_get_type), (gst_alpha_base_init),
15177         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
15178         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
15179         (gst_alpha_chroma_key), (gst_alpha_chain),
15180         (gst_alpha_change_state), (plugin_init):
15181         A plugin to add an alpha channel to I420 video. Can optionally do
15182         chroma keying.
15183         * gst/multipart/Makefile.am:
15184         * gst/multipart/multipart.c: (plugin_init):
15185         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
15186         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
15187         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
15188         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
15189         (gst_multipart_demux_change_state),
15190         (gst_multipart_demux_plugin_init):
15191         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
15192         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
15193         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
15194         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
15195         (gst_multipart_mux_pad_unlink),
15196         (gst_multipart_mux_request_new_pad),
15197         (gst_multipart_mux_handle_src_event),
15198         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
15199         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
15200         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
15201         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
15202         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
15203         send multipart jpeg images to a browser.
15204         * gst/videobox/Makefile.am:
15205         * gst/videobox/README:
15206         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
15207         (gst_video_box_get_type), (gst_video_box_base_init),
15208         (gst_video_box_class_init), (gst_video_box_init),
15209         (gst_video_box_set_property), (gst_video_box_get_property),
15210         (gst_video_box_sink_link), (gst_video_box_i420),
15211         (gst_video_box_ayuv), (gst_video_box_chain),
15212         (gst_video_box_change_state), (plugin_init):
15213         Crops or adds borders around an image. can do alpha channel
15214         borders as well.
15215         * gst/videomixer/Makefile.am:
15216         * gst/videomixer/README:
15217         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15218         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
15219         (gst_videomixer_pad_get_sink_event_masks),
15220         (gst_videomixer_pad_get_property),
15221         (gst_videomixer_pad_set_property),
15222         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
15223         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
15224         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15225         (gst_videomixer_base_init), (gst_videomixer_class_init),
15226         (gst_videomixer_init), (gst_videomixer_request_new_pad),
15227         (gst_videomixer_handle_src_event),
15228         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
15229         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
15230         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15231         (gst_videomixer_loop), (gst_videomixer_get_property),
15232         (gst_videomixer_set_property), (gst_videomixer_change_state),
15233         (plugin_init):
15234         Generic video mixer plugin, can handle multiple inputs all with
15235         different framerates and video sizes. Is fully alpha channel
15236         aware.
15237
15238 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15239
15240         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15241           Select first track as master track. Not sure how else to handle
15242           that...
15243         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
15244           Discard discont events. Should fix #142962.
15245
15246 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15247
15248         * ext/alsa/Makefile.am:
15249         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
15250         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
15251         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15252         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15253         (gst_alsa_mixer_get_option):
15254         * ext/alsa/gstalsamixer.h:
15255         * ext/alsa/gstalsamixeroptions.c:
15256         (gst_alsa_mixer_options_get_type),
15257         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
15258         (gst_alsa_mixer_options_new):
15259         * ext/alsa/gstalsamixeroptions.h:
15260         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
15261         * ext/alsa/gstalsamixertrack.h:
15262           Add enumerations (as GstMixerOptions). Make correct distinction
15263           between input/output tracks. Add capture/playback private flag.
15264           Use flag to decide on whether to set capture or playback volumes
15265           or switches. Use playback and record switches.
15266         * gst-libs/gst/mixer/Makefile.am:
15267         * gst-libs/gst/mixer/mixer-marshal.list:
15268         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
15269         (gst_mixer_set_option), (gst_mixer_get_option),
15270         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
15271         (gst_mixer_volume_changed), (gst_mixer_option_changed):
15272         * gst-libs/gst/mixer/mixer.h:
15273         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
15274         (gst_mixer_options_class_init), (gst_mixer_options_init),
15275         (gst_mixer_options_dispose):
15276         * gst-libs/gst/mixer/mixeroptions.h:
15277           Add GstMixerOptions.
15278         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15279           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
15280           broken device detection on computers with multiple OSS sound
15281           cards.
15282
15283 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15284
15285         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
15286           fixate nicely even when the peer is not negotiating
15287
15288 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15289
15290         * gst/audioconvert/gstaudioconvert.c:
15291         (gst_audio_convert_parse_caps):
15292           make sure we don't allow depth > width
15293         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
15294           fixate endianness to G_BYTE_ORDER as default
15295         * gst/audioscale/gstaudioscale.c:
15296           we don't handle another endianness as host-endianness
15297
15298 2004-05-25  David Schleef  <ds@schleef.org>
15299
15300         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
15301
15302 2004-05-24  Benjamin Otte  <otte@gnome.org>
15303
15304         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
15305         (gst_oggvorbisenc_setup):
15306           properly fail when we can't setup the vorbis encoder due to
15307           unsupported settings
15308         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
15309         (gst_vorbisenc_setup):
15310           same
15311         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15312           fix case where warnings occured when one pad was unlinked while the
15313           other's link function was called
15314
15315 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15316
15317         * gst/tcp/Makefile.am:
15318           use GST_ENABLE_NEW
15319
15320 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15321
15322         * gst-libs/gst/resample/private.h:
15323           don't use optimizations that are #if 0'ed
15324
15325 2004-05-24  Wim Taymans  <wim@fluendo.com>
15326
15327         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15328         Fix potential division by zero error and hopefully get
15329         the position query right to get correct timestamps on avi
15330         audio.
15331
15332 2004-05-24  Wim Taymans  <wim@fluendo.com>
15333
15334         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
15335         (gst_videoscale_scale_nearest_str2),
15336         (gst_videoscale_scale_nearest_str4),
15337         (gst_videoscale_scale_nearest_32bit),
15338         (gst_videoscale_scale_nearest_24bit),
15339         (gst_videoscale_scale_nearest_16bit):
15340         Fix the scaling algorithm and avoid a buffer overflow.
15341         removed the while loop in the scaling function as it
15342         was used for point sampling only.
15343
15344 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15345
15346         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
15347         (gst_id3_tag_class_init), (gst_id3_tag_init),
15348         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
15349         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
15350         (gst_id3_tag_send_tag_event):
15351           lots of fixes to make id3mux work and id3demux work correctly
15352
15353 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15354
15355         * ext/Makefile.am:
15356           add rules to build shout2send (was removed by accident
15357           when this module was no more marked experimental/broken)
15358
15359 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15360
15361         * ext/shout2/gstshout2.c:
15362         * ext/shout2/gstshout2.h:
15363           adding a "connection problem" signal to shout2send
15364           (fixes #142954)
15365
15366 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15367
15368         * ext/kio/kioreceiver.cpp:
15369         * ext/kio/kioreceiver.h:
15370           fix sign comparison issues
15371
15372 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15373
15374         * gst/cdxaparse/gstcdxaparse.c:
15375         * gst/cdxaparse/gstcdxaparse.h:
15376           some renaming
15377           add some checks/sanity
15378           prepare for seek addition
15379
15380         * sys/sunaudio/gstsunaudio.c:
15381           remove exported dupe init function
15382
15383 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
15384
15385         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
15386         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
15387           Fix format conversion and position querying.
15388         * gst/debug/progressreport.c: (gst_progressreport_report):
15389           Don't output a bogus total value that we didn't query.
15390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15391           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
15392           only a blank window after xine has been used.
15393
15394 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15395
15396         * m4/as-arts.m4:
15397           sync with upstream version to fix test on FC2
15398           readd with -ko to preserve Id header
15399
15400 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15401
15402         * configure.ac:
15403           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
15404         * gst/tcp/gsttcpclientsrc.c: idem
15405         * gst/tcp/gsttcpserversink.c: idem
15406         * gst/tcp/gsttcpserversrc.c: idem
15407         * m4/gst-fionread.m4: idem
15408
15409         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
15410
15411         * configure.ac: enable speex plugin for speex 1.1.5+
15412         * ext/speex/gstspeexenc.c: fix cast warning
15413
15414         * ext/esd/README: fix typo
15415
15416 2004-05-20  David Schleef  <ds@schleef.org>
15417
15418         * configure.ac: Minor cosmetic change to convince the buildbot to
15419         reautogen.
15420         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
15421         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
15422         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
15423         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
15424         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
15425         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
15426         More hacking.  Plays audio now.
15427
15428 2004-05-20  David Schleef  <ds@schleef.org>
15429
15430         * configure.ac:
15431         * sys/Makefile.am:
15432
15433 2004-05-20  David Schleef  <ds@schleef.org>
15434
15435         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
15436         * sys/osxaudio/gstosxaudio.c:
15437         * sys/osxaudio/gstosxaudioelement.c:
15438         * sys/osxaudio/gstosxaudioelement.h:
15439         * sys/osxaudio/gstosxaudiosink.c:
15440         * sys/osxaudio/gstosxaudiosink.h:
15441         * sys/osxaudio/gstosxaudiosrc.c:
15442         * sys/osxaudio/gstosxaudiosrc.h:
15443
15444 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15445
15446         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
15447         (gst_vorbisenc_chain):
15448           put the codec headers on the caps as streamheader as well as
15449           pushing them out
15450
15451 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15452
15453         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15454         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15455         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
15456         split up push_packet into two functions
15457
15458 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15459
15460         * gst/tcp/.cvsignore:
15461           ignore enums
15462         * gst/tcp/Makefile.am:
15463         * gst/tcp/README:
15464         * gst/tcp/gsttcp.c:
15465         * gst/tcp/gsttcp.h:
15466         * gst/tcp/gsttcpclientsink.c:
15467         * gst/tcp/gsttcpclientsink.h:
15468         * gst/tcp/gsttcpclientsrc.c:
15469         * gst/tcp/gsttcpclientsrc.h:
15470         * gst/tcp/gsttcpplugin.c:
15471         * gst/tcp/gsttcpserversink.c:
15472         * gst/tcp/gsttcpserversink.h:
15473         * gst/tcp/gsttcpserversrc.c:
15474         * gst/tcp/gsttcpserversrc.h:
15475           add new tcp elements
15476
15477 2004-05-19  Wim Taymans  <wim@fluendo.com>
15478
15479         * gst/law/mulaw-conversion.c: (mulaw_encode):
15480         Fix overflow bug in ulaw encoding.
15481
15482 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15483
15484         * ext/mad/gstmad.c: (gst_mad_handle_event):
15485           don't unref the event twice
15486
15487 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15488
15489         * configure.ac:
15490           remove -Wno-sign-compare
15491
15492 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15493
15494         * configure.ac:
15495           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
15496           if you want to work against glib 2.2 and 2.4
15497
15498 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15499
15500         * gst/tcp/Makefile.am:
15501         * gst/tcp/gsttcp.c:
15502         * gst/tcp/gsttcp.h:
15503         * gst/tcp/gsttcpsink.h:
15504         * gst/tcp/gsttcpsrc.h:
15505           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
15506
15507 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15508
15509         * gst/debug/tests.c: (md5_get_value):
15510           fix segfault on gst-inspect
15511
15512 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15513
15514         * gst/debug/testplugin.c:
15515         * gst/debug/tests.c:
15516         * gst/debug/tests.h:
15517           add new extensible and configurable testing element. Current tests
15518           include buffer count, stream length, timestamp/duration matching and
15519           md5.
15520         * gst/debug/Makefile.am:
15521         * gst/debug/gstdebug.c: (plugin_init):
15522           add infrastructure for new element
15523
15524 2004-05-19  Johan Dahlin  <johan@gnome.org>
15525
15526         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
15527         ending of the array. Fixes gst-inspect segfault on ppc.
15528
15529 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15530
15531         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
15532
15533         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
15534
15535 2004-05-18  David Schleef  <ds@schleef.org>
15536
15537         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
15538         warnings (bugs, actually) noticed by gcc but not forte.
15539
15540 2004-05-18  David Schleef  <ds@schleef.org>
15541
15542         * sys/sunaudio/Makefile.am:
15543         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
15544
15545 2004-05-18  David Schleef  <ds@schleef.org>
15546
15547         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15548         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
15549         to allow qtdemux to use non-seekable streams. (bug #142272)
15550
15551 2004-05-18  David Schleef  <ds@schleef.org>
15552
15553         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
15554         (gst_resample_sinc_ft_float): Remove use of static temporary
15555         buffer.  This code was obviously not supposed to last long, but
15556         it's stuck in our ABI, so it required a little hack to make it
15557         ABI-compatible.  Fixes #142585.
15558         * gst-libs/gst/resample/resample.h: same.
15559
15560 2004-05-18  David Schleef  <ds@schleef.org>
15561
15562         * configure.ac: Add sunaudio
15563         * examples/Makefile.am: make gstplay depend on gconf
15564         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
15565         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
15566         (convert_table_lookup), (img_convert): remove c99-isms
15567         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
15568           unsigned, to fix a warning on Solaris
15569         * gst/mpeg1sys/systems.c: bcopy->memcpy
15570         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
15571         * sys/Makefile.am: Add sunaudio
15572
15573 2004-05-18  Wim Taymans  <wim@fluendo.com>
15574
15575         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
15576         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15577         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
15578         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
15579         (gst_ogg_mux_loop):
15580         Fix an ugly memleak where the muxer didn't flush enough ogg
15581         pages. This also resulted in badly muxed ogg files.
15582
15583 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15584
15585         * gst/asfdemux/asfheaders.c :
15586         * gst/asfdemux/asfheaders.h :
15587         * gst/asfdemux/gstasfdemux.c :
15588           - fix ASF_OBJ_PADDING guid
15589           - add 3 new object guids (language list, metadata,
15590             extended stream properties)
15591           - add a function to parse extended header objects
15592
15593 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15594
15595         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15596           remove leftover debugging g_print
15597
15598 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15599
15600         * ext/mad/gstmad.c: (gst_mad_handle_event):
15601           Fix for when the first format in a discont event is not a
15602           byte-based one. Should fix #137710.
15603
15604 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15605
15606         * m4/a52.m4 : fix compilation with -Wall -Werror
15607         * m4/libfame.m4 : idem
15608         * m4/libmikmod.m4 : idem
15609
15610 2004-05-17  Benjamin Otte  <otte@gnome.org>
15611
15612         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15613           signal the new tags before giving up the reference
15614
15615 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15616
15617         * ext/shout2/gstshout2.c:
15618           use application/ogg instead of application/x-ogg (patch by Patrick
15619           Guimond, fixes #142432)
15620         * sys/oss/gstosselement.c: (gst_osselement_reset),
15621         (gst_osselement_sync_parms):
15622           don't set fragment size unless specified (fixes #142493)
15623
15624 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15625
15626         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
15627           fixes #142664
15628
15629 2004-05-17  Benjamin Otte  <otte@gnome.org>
15630
15631         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15632           compute offsets correctly for internal buffers so timestamps are set
15633           correctly when we can't seek. Also handle cases where there are no
15634           offsets. (based on a patch by David Moore, fixes #142507)
15635
15636 2004-05-17  Benjamin Otte  <otte@gnome.org>
15637
15638         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15639           use correct variable when determining amount of data to skip so we
15640           don't skip into the void and segfault
15641
15642 2004-05-16  Benjamin Otte  <otte@gnome.org>
15643
15644         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15645           Hi, I'm a memleak
15646
15647 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15648
15649         * gst/asfdemux/gstasfdemux.c:
15650           - fix a mem leak and always propagate tags
15651           - add WMV3 to known video codecs (but no decoder yet)
15652           - replace "surplus data" at end of audio header for what
15653             it is : codec specific data
15654           - fix a typo
15655
15656 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15657
15658         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15659
15660         * gst-libs/gst/audio/audioclock.c:
15661           Fix wrong return type (#142205).
15662
15663 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15664
15665         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15666           Ignore CRCs by default (fixes #142566).
15667
15668 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15669
15670         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15671         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15672         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15673         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15674         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15675         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15676           Fix for cases where we fail to attach to a mixer.
15677
15678 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15679
15680         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15681           Don't touch events after not owning them anymore.
15682         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15683         (gst_wavparse_fmt), (gst_wavparse_other),
15684         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15685         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15686         (gst_wavparse_srcpad_event):
15687         * gst/wavparse/gstwavparse.h:
15688           Add seeking, fix querying.
15689
15690 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15691
15692         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15693           - process comments even if they don't end with \0\0
15694             g_convert would ignore them if present and works well without them
15695
15696 2004-05-16  Benjamin Otte  <otte@gnome.org>
15697
15698         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15699           simplify caps
15700
15701 2004-05-16  Benjamin Otte  <otte@gnome.org>
15702
15703         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15704           don't write to memory we might not write to - g_convert does that
15705           for us anyway (fixes #142613)
15706         (gst_asf_demux_audio_caps):
15707           comment out gst_util_dump_mem
15708
15709 2004-05-16  Benjamin Otte  <otte@gnome.org>
15710
15711         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15712           compute correct expected timestamps after seek (broken since
15713           last commit)
15714         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15715           rename element and debugging category to gdkpixbufscale
15716
15717 2004-05-16  Benjamin Otte  <otte@gnome.org>
15718
15719         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15720           add error checking to snd_pcm_delay and remove duplicate call to
15721           snd_pcm_delay that caused issues (see inline code comments)
15722         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15723           make more readable and fix return value when snd_pcm_delay fails
15724         (fixes #142586)
15725
15726 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15727         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15728         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15729         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15730         (gst_pixbufscale_link), (gst_pixbufscale_init),
15731         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15732         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15733         (gst_pixbufscale_get_property), (pixbufscale_init):
15734         * ext/gdk_pixbuf/pixbufscale.h:
15735         Add these files I forgot earlier
15736
15737 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15738         * ext/gdk_pixbuf/Makefile.am:
15739         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15740         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15741         Add new pixbufscale element to scale RGB video
15742         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15743         and HYPER interpolation correctly.
15744         * ext/theora/theoraenc.c: (theora_enc_chain),
15745         Discard buffer and return if explicit caps could not be set
15746         (theora_enc_get_property):
15747         Make _get return kbps for the bitrate consistent with
15748         the _set function.
15749
15750
15751 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15752
15753         * ext/libvisual/visual.c: (gst_visual_chain):
15754           add missing visual_audio_analyze
15755
15756 2004-05-14  David Schleef  <ds@schleef.org>
15757
15758         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15759         is killed while we're playing.
15760         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15761         gst_element_no_more_pads().
15762
15763 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15764
15765         * gst-libs/gst/riff/riff-read.c :
15766           - fix INFO tag extraction in RIFF/AVI files
15767             because gst_event_unref (event) also freed taglist
15768           - avoid a mem leak
15769
15770 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15771
15772         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15773         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15774
15775         * gst/auparse/gstauparse.c :
15776           - add code (commented for now) to support audio/x-adpcm on src pad
15777             (we have no decoder for those layout yet)
15778
15779         * gst/cdxaparse/gstcdxaparse.c :
15780         * gst/cdxaparse/gstcdxaparse.h :
15781           - partial rewrite using RiffRead (ripped iain's wavparse code)
15782
15783         * gst/rtp/gstrtpL16enc.c : typo
15784         * gst/rtp/gstrtpgsmenc.c : typo
15785
15786 2004-05-13  Benjamin Otte  <otte@gnome.org>
15787
15788         * configure.ac:
15789           check for exact version of libvisual, it's not supposed to be
15790           API/ABI stable yet
15791
15792 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15793
15794         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15795           signal no-more-pads
15796
15797 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15798
15799         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15800         Report which format was used for GST_FORMAT_DEFAULT
15801         * gst/debug/Makefile.am:
15802         * gst/debug/gstdebug.c: (plugin_init):
15803         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15804         (gst_progressreport_class_init), (gst_progressreport_init),
15805         (gst_progressreport_report), (gst_progressreport_set_property),
15806         (gst_progressreport_get_property), (gst_progressreport_chain),
15807         (gst_progressreport_plugin_init):
15808         Add progressreport element for testing.
15809
15810 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15811
15812         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15813         * sys/v4l/gstv4lsrc.h:
15814         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15815         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15816         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15817         (gst_v4lsrc_grab_frame):
15818           add more debugging
15819           send a discont at start
15820
15821 2004-05-12  Colin Walters  <walters@redhat.com>
15822
15823         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15824         inflooping if we can't find a chunk.  Or in other words, don't blow
15825         chunks if we don't have a chunk to blow.
15826
15827 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15828         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15829         Remove old debug output
15830         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15831         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15832         (gst_dvdec_set_property), (gst_dvdec_get_property):
15833         Change the quality setting to an enum, so it works from gst-launch
15834         Don't renegotiate a non-linked pad. Allows audio only decoding.
15835         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15836         (gst_deinterlace_link), (gst_deinterlace_init):
15837         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15838         (gst_videodrop_link):
15839         Some caps negotiation fixes
15840
15841 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15842
15843         * ext/tarkin/gsttarkin.c :
15844           - Change RANK from NONE to PRIMARY
15845         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15846           - Change RANK from NONE to MARGINAL
15847         * ext/divx/gstdivxenc.c :
15848           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15849
15850 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15851
15852         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15853         (gst_vorbisenc_push_packet):
15854           copy a function that was added between 1.0 and 1.0.1 until we
15855           depend on worthwhile features of post-1.0
15856
15857 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15858
15859         * configure.ac:
15860           enable shout2 by default
15861         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15862         (gst_shout2send_base_init), (gst_shout2send_init),
15863         (gst_shout2send_connect), (gst_shout2send_change_state):
15864         * ext/shout2/gstshout2.h:
15865           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15866           #142262)
15867         * ext/theora/theora.c: (plugin_init):
15868           don't set rank on encoders
15869
15870 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15871
15872         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15873           Use codec_data property instead of flag1 and flag2 for wma
15874
15875 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15876
15877         * gst/cdxaparse/gstcdxaparse.c :
15878           - Add mpegversion to CAPS to make it link
15879           - Rank is as GST_RANK_SECONDARY instead of NONE
15880         * gst/auparse/gstauparse.c :
15881           - Document all audio encoding we can encounter from Solaris 9
15882             headers and libsndfile information.
15883           - Increase max. rate from 48000 to 192000 (to match other elements)
15884           - Don't try to play junk data between header and samples
15885
15886 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15887
15888         * ext/libvisual/visual.c: (gst_visual_getcaps):
15889           use the right caps depending on endianness (I hope)
15890         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15891           use GST_RANK_NONE for all non-decoding elements or spider gets
15892           mighty confused
15893
15894 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15895
15896         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15897           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15898
15899 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15900
15901         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15902         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15903         (gst_switch_loop), (gst_switch_get_type):
15904           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15905           HEADERS. Had to be said.
15906
15907 2004-05-10  David Schleef  <ds@schleef.org>
15908
15909         * configure.ac: Add prototype Dirac support.
15910         * ext/Makefile.am:
15911         * ext/dirac/Makefile.am:
15912         * ext/dirac/gstdirac.cc:
15913         * ext/dirac/gstdiracdec.cc:
15914
15915 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15916
15917         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15918         (gst_auparse_init), (gst_auparse_chain),
15919         (gst_auparse_change_state):
15920           Hack around spider. Remove me some day please.
15921
15922 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15923
15924         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15925           Fix for some uninitialized variables in previous patch, also
15926           makes it work. Fixes #142286 while we're at it.
15927
15928 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15929
15930         * gst/auparse/gstauparse.c:
15931                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15932                 only unsupported formats are ADPCM/CCITT G.72x
15933                 reviewed by Ronald
15934         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15935
15936 2004-05-10  Wim Taymans  <wim@fluendo.com>
15937
15938         * ext/vorbis/Makefile.am:
15939         * ext/vorbis/README:
15940         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15941         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15942         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15943         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15944         (gst_oggvorbisenc_convert_sink),
15945         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15946         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15947         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15948         (get_constraints_string), (update_start_message),
15949         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15950         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15951         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15952         * ext/vorbis/oggvorbisenc.h:
15953         * ext/vorbis/vorbis.c: (plugin_init):
15954         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15955         (raw_caps_factory), (gst_vorbisenc_class_init),
15956         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15957         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15958         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15959         * ext/vorbis/vorbisenc.h:
15960         Added a raw vorbis encoder to be used with the oggmuxer.
15961         We still need the old encoder for some gnome applications,
15962         read the README to find out how that works.
15963         The raw encoder is called "rawvorbisenc" until 0.9.
15964
15965 2004-05-10  Wim Taymans  <wim@fluendo.com>
15966
15967         * ext/ogg/gstogg.c: (plugin_init):
15968         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15969         (gst_ogg_print):
15970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15971         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15972         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15973         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15974         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15975         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15976         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15977         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15978         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15979         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15980         Added an ogg muxer.
15981         Small typo fixes in the demuxer.
15982
15983 2004-05-10  Wim Taymans  <wim@fluendo.com>
15984
15985         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15986         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15987         (theora_enc_change_state), (theora_enc_set_property),
15988         (theora_enc_get_property):
15989         Mark the last packet with an EOS flag which is not really needed
15990         in gstreamer.
15991         Do some better video framerate initialisation.
15992         Update the buffer timestamp.
15993
15994 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15995
15996         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15997         Return the result of the parent state change call
15998
15999 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16000
16001         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
16002         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
16003         * gst/law/alaw-encode.c : (idem)
16004         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
16005         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
16006         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
16007
16008 2004-05-09  Benjamin Otte  <otte@gnome.org>
16009
16010         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16011           don't use a fixed buffer size when writing variable length data to
16012           it. Fixes memory corruption and makes alsasrc work
16013
16014 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16015
16016         * ext/gnomevfs/gstgnomevfssink.c:
16017         (_gst_boolean_allow_overwrite_accumulator),
16018         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
16019           Run glib's default signal handler (??) in RUN_CLEANUP rather than
16020           RUN_LAST, and don't use that to set the accumulator value because
16021           then it's always FALSE.
16022
16023 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16024
16025         * gst-libs/gst/riff/riff-media.c:
16026         (gst_riff_create_video_caps_with_data),
16027         (gst_riff_create_audio_caps),
16028         (gst_riff_create_audio_template_caps):
16029         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16030           Fix for unaligned RIFF files (i.e. where all the chunks together
16031           in a LIST chunk are not of the same size as the size given in
16032           the LIST chunk header). Fixes several odd WAVE files. Also fix
16033           ADPCM (block_align property) in audio, so that wavparse based
16034           on this works now as it used to stand-alone.
16035
16036 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
16037
16038         reviewed by Benjamin Otte  <otte@gnome.org>
16039
16040         * ext/a52dec/gsta52dec.c:
16041         * ext/divx/gstdivxdec.c:
16042         * ext/divx/gstdivxenc.c:
16043         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
16044         * ext/faac/gstfaac.c: (gst_faac_base_init):
16045         * ext/faad/gstfaad.c: (gst_faad_base_init):
16046         * ext/ivorbis/vorbisfile.c:
16047         * ext/lame/gstlame.c:
16048         * ext/libfame/gstlibfame.c:
16049         * ext/mpeg2enc/gstmpeg2enc.cc:
16050         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
16051         * ext/sidplay/gstsiddec.cc:
16052         * ext/speex/gstspeexdec.c:
16053         * ext/speex/gstspeexenc.c:
16054         * ext/xvid/gstxviddec.c:
16055         * ext/xvid/gstxvidenc.c:
16056           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
16057           (fixes #142193)
16058
16059 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16060
16061         * ext/alsa/gstalsa.c: (device_list),
16062         (gst_alsa_class_probe_devices):
16063         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
16064           Fix alsa oddness in mixer after the combination of using mixer
16065           in source/sink elements and using hw:x,y instead of just hw:x.
16066
16067 2004-05-09  Benjamin Otte  <otte@gnome.org>
16068
16069         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
16070         (gst_wavparse_create_sourcepad):
16071           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
16072           sourcepads
16073
16074 2004-05-09  Benjamin Otte  <otte@gnome.org>
16075
16076         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16077           allow discont events before caps nego
16078
16079 2004-05-08  Benjamin Otte  <otte@gnome.org>
16080
16081         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16082           don't leak events
16083
16084 2004-05-08  Benjamin Otte  <otte@gnome.org>
16085
16086         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
16087         (gst_level_change_state), (gst_level_init):
16088         * gst/level/gstlevel.h:
16089           figure out if we're initialized directly instead of keeping a
16090           variable that's wrong in 90% of cases
16091           don't initialize pads and then leak them and use a new unitialized
16092           pad. (fixes #142084)
16093           these were bugs so n00bish I didn't find them for an hour :/
16094
16095 2004-05-08 Iain <iain@prettypeople.org>
16096
16097         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
16098         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
16099         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
16100         return the length that was read.
16101         (gst_riff_read_strf_auds): Allow fmt tags as well.
16102
16103 2004-05-07  David Schleef  <ds@schleef.org>
16104
16105         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
16106         signed char assumption in faad.h.
16107
16108 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16109
16110         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
16111           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
16112
16113 2004-05-07  Colin Walters  <walters@redhat.com>
16114
16115         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
16116         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
16117         function.
16118         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
16119         Add dispose function.
16120
16121 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
16122         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
16123           Fix caps nego and pad templates. RGB mode caps should
16124           work now.
16125         * ext/dvdnav/gst-dvd:
16126           Move mpeg2dec inside the thread because otherwise the
16127           queue rejects cap changes mid-stream
16128         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16129         (gst_mpeg2dec_flush_decoder):
16130           For mpeg2dec > 0.4.0, call the flush function instead of
16131           manually extracting all in-flight frames.
16132         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
16133         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
16134           Change mime type video/dv go video/x-dv to match the
16135           rest of gst-plugins
16136
16137 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16138
16139         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16140         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
16141         (gst_alsa_sink_class_init):
16142         * ext/alsa/gstalsasink.h:
16143         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
16144         (gst_alsa_src_class_init):
16145         * ext/alsa/gstalsasrc.h:
16146           Make alsasink/src a subclass of alsamixer so that mixer stuff
16147           shows up in gst-rec. Needs some finetuning.
16148
16149 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16150
16151         * ext/lame/gstlame.c: (gst_lame_chain):
16152           simplify
16153         * ext/mad/gstmad.c: (gst_mad_handle_event):
16154           fix event leak
16155         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
16156           be able to detect mp3 files < 4096 bytes
16157
16158 2004-05-06  Wim Taymans  <wim@fluendo.com>
16159
16160         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16161         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
16162         (theora_enc_set_property), (theora_enc_get_property):
16163         Also encode the first frame, cleanup some code.
16164
16165 2004-05-06  Wim Taymans  <wim@fluendo.com>
16166
16167         * ext/mpeg2enc/gstmpeg2enc.cc:
16168         Forward events first before deciding that negotiation was
16169         not performed.
16170
16171 2004-05-06  Wim Taymans  <wim@fluendo.com>
16172
16173         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
16174         First process the events before deciding that negotiation
16175         was not performed.
16176
16177 2004-05-06  Wim Taymans  <wim@fluendo.com>
16178
16179         * ext/theora/Makefile.am:
16180         * ext/theora/theora.c: (plugin_init):
16181         * ext/theora/theoradec.c: (theora_dec_change_state):
16182         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
16183         (gst_theora_enc_class_init), (gst_theora_enc_init),
16184         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
16185         (theora_enc_chain), (theora_enc_change_state),
16186         (theora_enc_set_property), (theora_enc_get_property):
16187         Added a theora encoder, grouped the encoder and decoder into the
16188         same plugin.
16189
16190 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16191
16192         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16193         (gst_jpegenc_chain):
16194         fix DURATION on outgoing buffers
16195         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
16196         debug using time formats
16197         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16199         (gst_xvimagesink_sink_link):
16200         windows with width/height 0 generate X errors, so don't allow them
16201
16202 2004-05-05  Wim Taymans  <wim@fluendo.com>
16203
16204         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
16205         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
16206         (gst_mpeg2dec_negotiate_format):
16207         * ext/mpeg2dec/gstmpeg2dec.h:
16208           removed the static pad template so that we can add the
16209           more accurate framerate value to the caps.
16210
16211
16212 2004-05-04  Benjamin Otte  <otte@gnome.org>
16213
16214         * configure.ac:
16215           check for kdemacros.h, too (should fix #141821)
16216         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
16217           don't crash if no header was sent, but nicely error out (fixes part
16218           of #141554)
16219
16220 2004-05-04  Wim Taymans  <wim@fluendo.com>
16221
16222         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
16223         parent dispose function to avoid segfault on destroy.
16224
16225 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16226
16227         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
16228         (plugin_init):
16229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
16230         (gst_xvimagesink_sink_link):
16231         clean up debugging caps
16232         also recreate xvimage when format has changed
16233
16234 2004-05-04  Benjamin Otte  <otte@gnome.org>
16235
16236         * ext/libvisual/Makefile.am:
16237         * ext/libvisual/visual.c: (gst_visual_class_init),
16238         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
16239         (gst_visual_srclink), (gst_visual_chain),
16240         (gst_visual_change_state), (plugin_init):
16241           use a GstAdapter to correctly adapt buffer sizes - allows using a
16242           framerate
16243
16244 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16245
16246         * sys/v4l/gstv4lelement.h:
16247         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16248         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
16249         (gst_v4lsrc_buffer_free):
16250         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
16251         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16252         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
16253         (gst_v4lsrc_requeue_frame):
16254         move some debugging categories around
16255         query for fps index and set accordingly if found
16256
16257 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16258
16259         * ext/lame/gstlame.c:
16260         correct defaults that lame_init puts out of range
16261
16262 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16263
16264         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
16265         (gst_divxenc_class_init):
16266         fix range since -1 is the default
16267         * gst/mpeg1sys/gstmpeg1systemencode.c:
16268         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
16269         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
16270         (gst_rtjpegdec_chain):
16271         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
16272         (gst_rtjpegenc_chain):
16273         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
16274         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
16275         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
16276         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
16277         * sys/v4l/gstv4lsrc.c:
16278         * sys/v4l/v4l_calls.c: (gst_v4l_open):
16279         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
16280         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
16281         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
16282         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
16283           remove gst_info calls
16284
16285 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16286
16287         * Makefile.am:
16288         * po/af.po:
16289         * po/az.po:
16290         * po/en_GB.po:
16291         * po/nl.po:
16292         * po/sr.po:
16293         * po/sv.po:
16294           Updated translations
16295
16296 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16297
16298         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16299           refactor/comment code
16300
16301 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16302
16303         * gst/asfdemux/Makefile.am:
16304         * gst/asfdemux/asfheaders.c:
16305         * gst/asfdemux/asfheaders.h:
16306         * gst/asfdemux/gstasf.c: (plugin_init):
16307         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
16308         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
16309         (gst_asf_demux_setup_pad):
16310         * gst/asfdemux/gstasfdemux.h:
16311         * gst/asfdemux/gstasfmux.c:
16312         * gst/asfdemux/gstasfmux.h:
16313           Add tagging support to demuxer, split out registration in its own
16314           file instead of in demux (hacky), and prevent having some tables
16315           in our memory multiple times (in asfheaders.h).
16316
16317 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16318
16319         * gst/matroska/matroska-demux.c:
16320         (gst_matroska_demux_parse_metadata):
16321         * gst/matroska/matroska-ids.h:
16322           Basic tag reading support.
16323
16324 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16325
16326         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
16327           Really detect ac-3 audio.
16328         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
16329           really detect matroska files (off-by-1).
16330
16331 2004-04-30  David Schleef  <ds@schleef.org>
16332
16333         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16334         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
16335         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
16336         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
16337         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
16338         hackage -- parse a lot more atoms, extract a few tags.  One might even
16339         mistake this for tag support.  Maybe it is.
16340         * gst/qtdemux/qtdemux.h:
16341
16342 2004-04-30  Colin Walters  <walters@verbum.org>
16343
16344         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
16345
16346 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16347
16348         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16349         (gst_ffmpegcolorspace_getcaps):
16350           remove broken nego fix
16351
16352 2004-04-30  Benjamin Otte  <otte@gnome.org>
16353
16354         * configure.ac:
16355         * ext/Makefile.am:
16356         * ext/libvisual/Makefile.am:
16357         * ext/libvisual/visual.c:
16358           add initial support for libvisual (http://libvisual.sourceforge.net)
16359           libvisual is still quite alpha, so expect crashes in there :)
16360
16361 2004-04-29  David Schleef  <ds@schleef.org>
16362
16363         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16364         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
16365         up qtdemux to make it spit out codec_data.  Do _not_ look at this
16366         code; you will no longer respect me.
16367
16368 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16369
16370         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
16371         * ext/alsa/gstalsa.h :
16372         change alsa pcm device discovery to find more than 1 device
16373         per card. code review by Ronald.
16374
16375 2004-04-29  David Schleef  <ds@schleef.org>
16376
16377         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
16378         Add a check for a driver bug on FreeBSD.  (bug #140565)
16379
16380 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16381
16382         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
16383         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16384         (gst_jpegenc_getcaps):
16385           move format setting to inner loop
16386         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16387         (gst_ffmpegcolorspace_getcaps):
16388           use GST_PAD_CAPS if available so that we use already negotiated
16389           caps
16390         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16391         (qtdemux_parse_moov), (qtdemux_parse):
16392           extra debugging
16393         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
16394         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
16395           move hardcoded path to DEFINE
16396
16397 2004-04-28  David Schleef  <ds@schleef.org>
16398
16399         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
16400         (bug #140064)
16401
16402 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16403
16404         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16405           Don't probe for playback device if we're a source element. Fixes
16406           #139658.
16407
16408 2004-04-29  Benjamin Otte  <otte@gnome.org>
16409
16410         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16411         (gst_id3_tag_chain):
16412           rewrite buffer offset
16413
16414 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16415
16416         * configure.ac:
16417         * ext/Makefile.am:
16418         * ext/dts/Makefile.am:
16419         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
16420         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
16421         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
16422         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
16423         (gst_dtsdec_loop), (gst_dtsdec_change_state),
16424         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
16425         (plugin_init):
16426         * ext/dts/gstdtsdec.h:
16427           New DTS decoder.
16428         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
16429         (gst_faad_srcconnect):
16430           Add ESDS atom handling (.m4a).
16431
16432 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16433
16434         * ext/divx/gstdivxdec.c: (plugin_init):
16435           Remove comment that makes no sense.
16436         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
16437           Fix for obvious typo that resulted in warnings during gst-register.
16438         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
16439         (gst_xviddec_sink_link):
16440           Fix caps negotiation a bit better.
16441         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16442           We call this 'codec_data', not 'esds'.
16443
16444 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16445
16446         * gst/monoscope/gstmonoscope.c:
16447           make sure we only provide 256x128
16448         * gst/monoscope/monoscope.c: (monoscope_init):
16449           assert size of 256x128
16450
16451 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16452
16453         * Makefile.am:
16454         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
16455         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
16456           fixate to max width and height of device
16457
16458 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16459
16460         * Makefile.am:
16461         * sys/v4l/gstv4l.c:
16462         * sys/v4l/gstv4lsrc.c:
16463         * sys/v4l/v4l_calls.c:
16464         * sys/v4l/v4lsrc_calls.c:
16465           fix for qc-usb driver which fakes having more than one buffer
16466           by handing the same buffer twice, which confused GStreamer's/v4lsrc
16467           buffer_free override
16468           add debugging
16469
16470 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16471
16472         * Makefile.am:
16473         * gst/videotestsrc/gstvideotestsrc.c:
16474         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
16475         (gst_videotestsrc_init), (gst_videotestsrc_get),
16476         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
16477         * gst/videotestsrc/gstvideotestsrc.h:
16478           add num-buffers property
16479
16480         2004-04-26  Benjamin Otte  <otte@gnome.org>
16481
16482         * ext/mad/gstid3tag.c: (plugin_init):
16483           set id3mux rank to NONE so it doesn't confuse spider
16484           require audio/mpeg,mpegversion=1 in id3mux
16485
16486 2004-04-26  Benjamin Otte  <otte@gnome.org>
16487
16488         * configure.ac:
16489           detect faad correctly as non-working if it's indeed non-working
16490
16491 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16492
16493         * Makefile.am:
16494         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16495         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
16496         fix _getcaps so it only negotiates to its supported format
16497
16498 2004-04-25  Benjamin Otte  <otte@gnome.org>
16499
16500         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16501           fix memleak
16502
16503 2004-04-23  Benjamin Otte  <otte@gnome.org>
16504
16505         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16506           audio/x-raw-int with height rules! not. Now it's depth.
16507
16508 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16509
16510         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16511         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
16512         (gst_wavparse_loop):
16513           Missing variable initialization. Add handling of DVI ADPCM. Fix
16514           mis-parsing of LIST chunks. This works around a bug where we mis-
16515           parse non-aligning LIST chunks (so LIST chunks where the contents
16516           don't align with the actual LIST size). The correct fix is to use
16517           rifflib, I'm not going to fix wavparse - too much work. All this
16518           fixes #104878.
16519
16520 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16521
16522         reviewed by Benjamin Otte  <otte@gnome.org>
16523
16524         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
16525           fix shoutcast not working (fixes #140844)
16526
16527 2004-04-22  Benjamin Otte  <otte@gnome.org>
16528
16529         * ext/hermes/gsthermescolorspace.c:
16530         (gst_hermes_colorspace_caps_remove_format_info):
16531         * gst/colorspace/gstcolorspace.c:
16532         (gst_colorspace_caps_remove_format_info):
16533         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16534         (gst_ffmpegcolorspace_caps_remove_format_info):
16535           s/gst_caps_simplify/gst_caps_do_simplify/
16536
16537 2004-04-22  Benjamin Otte  <otte@gnome.org>
16538
16539         * gst-libs/gst/riff/riff-media.c:
16540         (gst_riff_create_video_caps_with_data):
16541           mpegversion is an int
16542         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
16543           don't try to create pad templates with NULL caps, use any caps
16544           instead.
16545
16546 2004-04-20  David Schleef  <ds@schleef.org>
16547
16548         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
16549         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
16550         (bug #140384)
16551
16552 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16553
16554         reviewed by David Schleef
16555
16556         * ext/mad/gstid3tag.c: Add stdlib.h
16557         * gst/rtp/gstrtpgsmenc.c: same
16558         * gst/tags/gstid3tag.c: same
16559         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
16560         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
16561         GST_DISABLE_LOADSAVE use.
16562         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
16563         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
16564         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
16565         atol(3)).
16566         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
16567         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
16568         strtoul(3)).
16569         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
16570         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
16571         $(ID3_CFLAGS).
16572         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
16573         $(LIBFAME_CFLAGS).
16574
16575 2004-04-20  David Schleef  <ds@schleef.org>
16576
16577         * gst/realmedia/rmdemux.c:  This was supposed to part of the
16578         last checkin.  Same idea.
16579
16580 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16581
16582         reviewed by David Schleef
16583
16584         * configure.ac: bump required gstreamer version to 0.8.1.1
16585         because of following changes [--ds]
16586
16587         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
16588         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
16589         (gst_riff_read_header):  Use GST_READ_UINT*
16590         macros to access possibly unaligned memory.
16591
16592         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
16593         (mp3_type_find):  Use GST_READ_UINT*
16594         macros to access possibly unaligned memory.
16595         (mp3_type_find, mpeg1_parse_header, qt_type_find)
16596         (speex_type_find): Likewise
16597
16598         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
16599
16600         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
16601         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
16602         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
16603         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
16604         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
16605         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
16606         macros to access possibly unaligned memory.
16607
16608         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
16609         Likewise.
16610
16611         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
16612         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
16613
16614         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16615         Likewise.
16616
16617         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
16618         (gst_mpeg2subt_chain_subtitle): Likewise.
16619
16620         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
16621         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
16622         Likewise.
16623
16624         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
16625         Likewise.
16626
16627         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
16628         Likewise.
16629
16630         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
16631         Likewise.
16632
16633 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16634
16635         * configure.ac:
16636           update required version of GStreamer because of GST_TIME_FORMAT
16637
16638 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16639
16640         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16641           remove leftover g_print
16642         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16643           don't try setting only a subset of the caps. We don't want to kill
16644           autoplugging on purpose
16645
16646 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16647
16648         * sys/ximage/ximagesink.c: (plugin_init):
16649         * sys/xvimage/xvimagesink.c: (plugin_init):
16650           add debugging categories
16651
16652 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16653
16654         * po/en_GB.po:
16655         * po/LINGUAS:
16656           Adding en_GB translation (Gareth Owen)
16657
16658 2004-04-20  David Schleef  <ds@schleef.org>
16659
16660         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16661         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16662         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16663         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16664         A number of new features and hacks to extract the esds atom and
16665         put it into the caps.  (bug #137724)
16666
16667 2004-04-19  David Schleef  <ds@schleef.org>
16668
16669         * gconf/Makefile.am: Fix for non-GNU make
16670         * gst-libs/gst/Makefile.am: Change directory order to handle
16671         GstPlay linking with gstinterfaces
16672         * gst-libs/gst/audio/make_filter: make use of tr portable
16673         * gst-libs/gst/play/Makefile.am: Add intended \
16674         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16675         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16676         function prototype instead of void *.
16677         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16678         macro.
16679         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16680         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16681         * gst/videofilter/make_filter: make use of tr portable
16682         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16683
16684 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16685
16686         * po/LINGUAS:
16687         * po/uk.po:
16688           Added Ukrainian translation (Maxim V. Dziumanenko)
16689
16690 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16691
16692         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16693         (gst_gsmdec_link), (gst_gsmdec_chain):
16694           Fix capsnego, simplify chain function slightly.
16695         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16696           Add GSM.
16697
16698 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16699
16700         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16701         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16702         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16703           Hack to make wavparse work with spider (always -> sometimes pad).
16704           Fixes #135862 && #140411.
16705
16706 2004-04-18  Benjamin Otte  <otte@gnome.org>
16707
16708         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16709         (gst_osselement_rate_probe_check),
16710         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16711           get rid of \n in debug output
16712
16713 2004-04-17  Iain <iain@prettypeople.org>
16714
16715         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16716         not just EOS.
16717
16718 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16719
16720         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16721         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16722         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16723         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16724         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16725         (gst_id3_tag_change_state), (plugin_init):
16726           deprecate id3tag element and replace with id3demux/id3mux.
16727           great side effect: this ugly file is now even uglier, yay!
16728         * ext/mad/gstmad.h:
16729           remove non-available function
16730           update for new get_type
16731
16732 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16733
16734         * configure.ac:
16735           require mpeg2dec >= 0.4.0
16736
16737 2004-04-17  Benjamin Otte  <otte@gnome.org>
16738
16739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16740         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16741         (gst_xvimagesink_set_xwindow_id):
16742           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16743           assorted cleanup fixes.
16744
16745 2004-04-16  David Schleef  <ds@schleef.org>
16746
16747         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16748         * sys/xvimage/xvimagesink.h: same
16749
16750 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16751
16752         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16753           Fix GST_ELEMENT_ERROR with (NULL)
16754
16755 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16756
16757         * gst-libs/gst/riff/riff-media.c:
16758         (gst_riff_create_video_caps_with_data):
16759           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16760
16761 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16762
16763         * gst-libs/gst/riff/riff-media.c:
16764         (gst_riff_create_video_caps_with_data),
16765         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16766         (gst_riff_create_video_template_caps),
16767         (gst_riff_create_audio_template_caps):
16768         * gst-libs/gst/riff/riff-media.h:
16769         * gst-libs/gst/riff/riff-read.c:
16770         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16771         * gst-libs/gst/riff/riff-read.h:
16772         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16773           Add MS RLE support. I added some functions to read out strf chunks
16774           into strf chunks and the data behind it. This is usually color
16775           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16776           caps creation. Lastly, add ADPCM (similar to wavparse - which
16777           should eventually be rifflib based).
16778         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16779         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16780         * gst/matroska/matroska-demux.h:
16781           Remove placeholders for some prehistoric tagging system. Didn't add
16782           support for any tag system really anyway.
16783         * gst/qtdemux/qtdemux.c:
16784           Add support for audio/x-m4a (MPEG-4) through spider.
16785         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16786         (gst_wavparse_loop):
16787           ADPCM support (#135862). Increase max. buffer size because we
16788           cannot split buffers for ADPCM (screws references) and I've seen
16789           files with 2048 byte chunks. 4096 seems safe for now.
16790
16791 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16792
16793         * configure.ac: bump nano to 1
16794
16795 === release 0.8.1 ===
16796
16797 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16798
16799         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16800
16801 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16802
16803         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16804           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16805           Fixes #140058
16806
16807 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16808
16809         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16810           lower rank of dvddemux so that it's not used for mpeg playback.
16811
16812 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16813
16814         * configure.ac:
16815           save libs correctly when checking mad
16816
16817 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16818
16819         * ext/mad/gstid3tag.c: (plugin_init):
16820           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16821
16822 2004-04-13  David Schleef  <ds@schleef.org>
16823
16824         * common/m4/gst-feature.m4: Call -config scripts with
16825         --plugin-libs if it is supported.
16826         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16827         JPEG images are image/jpeg.
16828         * gst/debug/Makefile.am:
16829         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16830         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16831         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16832         (gst_negotiation_plugin_init): Add a property that acts like
16833         filter caps.
16834         * testsuite/gst-lint:  Move license checking to be a standard
16835         test.
16836
16837 2004-04-13  David Schleef  <ds@schleef.org>
16838
16839         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16840         patch from Sebastien Cote (bug #139958)
16841
16842 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16843
16844         * examples/gstplay/Makefile.am:
16845         * examples/gstplay/player.c: (main):
16846           make the commandline player example use gconf settings
16847
16848 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16849
16850         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16851         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16852         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16853           init/end library during state transition, not object
16854           creation/disposal.  get rid of custom dispose handler.
16855
16856
16857 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16858
16859         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16860         be a symlink
16861
16862 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16863
16864         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16865           Handle JUNK chunks inside data section. Prevents warnings.
16866
16867 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16868
16869         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16870         (gst_riff_create_video_template_caps):
16871           Add MS video v1.
16872         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16873         (gst_avi_demux_stream_data):
16874           Add support for "rec-list" chunks.
16875
16876 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16877
16878         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16879           Fix another codecname mismatch.
16880
16881 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16882
16883         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16884           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16885           so that MJPEG plays back.
16886
16887 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16888
16889         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16890         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16891         * gst/mpeg1videoparse/gstmp1videoparse.h:
16892           Fix for some slight mis-cuts in buffer parsing, and for some
16893           potential overflows or faults-causers. Adds disconts. Also fixes
16894           #139105 while we're at it.
16895
16896 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16897
16898         * configure.ac:
16899         * sys/v4l2/gstv4l2element.h:
16900           Workaround for missing struct v4l2_buffer declaration in Suse 9
16901           and Mandrake 10 linux/videodev2.h header file (#135919).
16902
16903 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16904
16905         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16906           Bail out if no filename was given.
16907
16908 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16909
16910         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16911         (gst_v4l2_fourcc_from_structure):
16912           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16913           Y41B somewhere).
16914
16915 2004-04-09  Benjamin Otte  <otte@gnome.org>
16916
16917         * ext/gnomevfs/gstgnomevfssink.c:
16918         (_gst_boolean_allow_overwrite_accumulator),
16919         (gst_gnomevfssink_class_init):
16920           fix erase signal - if any handler returns false the file will not be
16921           overwritten. If no handler is connected, the file will not be
16922           overwritten either.
16923           renamed signal to "allow-overwrite"
16924         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16925           free string when adding it to ID3 failed
16926         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16927           unref event when done
16928         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16929           free caps
16930         * gst/typefind/gsttypefindfunctions.c:
16931         (mpeg_video_stream_type_find):
16932           fix invalid read
16933
16934 2004-04-08  David Schleef  <ds@schleef.org>
16935
16936         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16937         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16938
16939 2004-04-08  David Schleef  <ds@schleef.org>
16940
16941         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16942         we don't support (bug #139532)
16943
16944 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16945
16946         * ext/mad/gstmad.c: (gst_mad_handle_event),
16947         (gst_mad_check_caps_reset), (gst_mad_chain),
16948         (gst_mad_change_state):
16949           only set explicit caps if they haven't been set before for
16950           this stream.  MPEG-audio sample rate/channels aren't allowed
16951           to change in-stream.
16952           Fixes #139382
16953
16954 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16955
16956         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16957         (_gst_boolean_did_something_accumulator),
16958         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16959         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16960         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16961         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16962         (gst_gnomevfssink_change_state):
16963           Fix erase signal. Don't erase by default. Remove handoff signal.
16964           Remove erase property. Don't segfault. General cleanup.
16965
16966 2004-04-07  Benjamin Otte  <otte@gnome.org>
16967
16968         * gst-libs/gst/gconf/test-gconf.c: (main):
16969           add missing gst_init
16970
16971 2004-04-07  Benjamin Otte  <otte@gnome.org>
16972
16973         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16974           free the mutexes, too
16975
16976 2004-04-07  Benjamin Otte  <otte@gnome.org>
16977
16978         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16979           actually free the URI string
16980         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16981           compute offset correctly when passing discont events
16982         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16983           don't leak discont events
16984         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16985           add some missing breaks so caps aren't copied randomly
16986         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16987           if we realloc memory, we better use it
16988
16989 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16990
16991         * ext/mad/gstmad.c: (normal_seek):
16992           fix GST_FORMAT_TIME usage
16993
16994 2004-04-05  David Schleef  <ds@schleef.org>
16995
16996         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16997         a deprecated function (hack!)
16998
16999 2004-04-05  Benjamin Otte  <otte@gnome.org>
17000
17001         * ext/esd/esdmon.c: (gst_esdmon_get):
17002           fix nonterminated vararg and memleak
17003
17004 2004-04-05  Benjamin Otte  <otte@gnome.org>
17005
17006         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
17007         (gst_ladspa_init), (gst_ladspa_force_src_caps),
17008         (gst_ladspa_set_property), (gst_ladspa_get_property),
17009         (gst_ladspa_instantiate), (gst_ladspa_activate),
17010         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
17011           clean up debugging
17012
17013 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
17014
17015         reviewed by Benjamin Otte  <otte@gnome.org>
17016
17017         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
17018           check for broken LADSPA parameters (fixes #138635)
17019
17020 2004-04-05  Benjamin Otte  <otte@gnome.org>
17021
17022         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
17023           advertise buffer-frames correctly on sinkpads
17024
17025 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17026
17027         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
17028         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
17029         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
17030         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
17031         (gst_mad_check_caps_reset), (gst_mad_chain):
17032         add more debugging, only reset caps when we're not in error state
17033
17034 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17035
17036         * ext/mad/gstmad.c: add debugging category, comment + cleanups
17037
17038 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
17039
17040         reviewed by Benjamin Otte  <otte@gnome.org>
17041
17042         * configure.ac:
17043           fix == in test(1) operator
17044
17045 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
17046
17047         reviewed by Benjamin Otte  <otte@gnome.org>
17048
17049         * configure.ac:
17050           fix --export-symblos-regex to a working regex.
17051
17052 2004-04-04  Benjamin Otte  <otte@gnome.org>
17053
17054         * sys/oss/.cvsignore:
17055           add for oss_probe
17056
17057 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17058
17059         reviewed by Benjamin Otte  <otte@gnome.org>
17060
17061         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17062           add missing 'new_media' argument (fixes #138168)
17063         * gst/matroska/matroska-demux.c:
17064         (gst_matroska_demux_handle_seek_event):
17065           add vararg terminator (fixes #138169)
17066
17067 2004-04-02  David Schleef  <ds@schleef.org>
17068
17069         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
17070         disted (bug #138914)
17071
17072 2004-04-01  Benjamin Otte  <otte@gnome.org>
17073
17074         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
17075         (gst_alsa_close_audio):
17076           handle case better where a soundcard can't pause
17077         * ext/ogg/gstoggdemux.c:
17078           don't crash when we get events but don't have pads yet
17079
17080 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17081
17082         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17083           throw an error if we couldn't probe any caps.
17084
17085 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
17086
17087         * ext/dvdnav/gst-dvd:
17088         Add a really simple sample DVD player
17089
17090 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
17091
17092         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
17093         (gst_a52dec_push), (gst_a52dec_handle_event),
17094         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
17095         (gst_a52dec_change_state):
17096         * ext/a52dec/gsta52dec.h:
17097           Use a debug category, Output timestamps correctly
17098           Emit tag info, Handle events, tell liba52dec about cpu
17099           capabilities so it can use MMX etc.
17100         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
17101           Fix a crasher accessing invalid memory
17102         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
17103         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
17104         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
17105         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
17106         (dvdnavsrc_query):
17107           Some support for byte-format seeking.
17108           Small fixes for still frames and menu button overlays
17109         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
17110         (gst_mpeg2dec_alloc_buffer):
17111           Use a debug category. Adjust the report level of several items to
17112           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
17113           so it doesn't lose the GstBuffer pointer
17114         * gst/debug/Makefile.am:
17115         * gst/debug/gstdebug.c: (plugin_init):
17116         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
17117         (gst_navseek_base_init), (gst_navseek_class_init),
17118         (gst_navseek_init), (gst_navseek_seek),
17119         (gst_navseek_handle_src_event), (gst_navseek_set_property),
17120         (gst_navseek_get_property), (gst_navseek_chain),
17121         (gst_navseek_plugin_init):
17122         * gst/debug/gstnavseek.h:
17123           Add the navseek debug element for seeking back and forth in a
17124           video stream using arrow keys.
17125         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
17126         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
17127         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
17128         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
17129         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
17130         (gst_mpeg2subt_parse_header), (gst_get_nibble),
17131         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
17132         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
17133         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
17134         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
17135         * gst/mpeg2sub/gstmpeg2subt.h:
17136           Pretty much a complete rewrite. Now a loopbased element. May still
17137           require work to properly synchronise subtitle buffers.
17138         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
17139         (gst_dvd_demux_send_subbuffer):
17140         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
17141           Don't attempt to create subbuffers of size 0
17142           Reduce a couple of error outputs to warnings.
17143         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
17144         (gst_y4mencode_chain):
17145         Output the y4m frame header correctly.
17146
17147 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17148
17149         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
17150           throw errors instead of allowing SIGFPE
17151
17152 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17153
17154         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
17155         (gst_gconf_render_bin_from_key):
17156           leak plugging and style fixing
17157
17158 2004-03-31  David Schleef  <ds@schleef.org>
17159
17160         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
17161         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
17162         (bug #138225)
17163         * gst/debug/Makefile.am:
17164         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
17165         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
17166         plugin.
17167         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
17168         (gst_negotiation_base_init), (gst_negotiation_class_init),
17169         (gst_negotiation_init), (gst_negotiation_getcaps),
17170         (gst_negotiation_pad_link), (gst_negotiation_chain),
17171         (gst_negotiation_set_property), (gst_negotiation_get_property),
17172         (gst_negotiation_plugin_init):  New element to talk about random
17173         negotiation things happening in a pipeline.
17174
17175 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
17176
17177         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
17178           fix integer addition with help of Stefan Kost
17179
17180 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
17181
17182         * po/nl.po: updated Dutch translation (Elros Cyriatan)
17183
17184 2004-03-30  David Schleef  <ds@schleef.org>
17185
17186         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
17187         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
17188         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
17189         (bug #137504)
17190         * ext/mpeg2dec/gstmpeg2dec.h:
17191
17192 2004-03-30  David Schleef  <ds@schleef.org>
17193
17194         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
17195
17196 2004-03-30  David Schleef  <ds@schleef.org>
17197
17198         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
17199         Michael Petullo) to handle .mov
17200
17201 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17202
17203         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
17204         (gst_osselement_rate_check_rate):
17205           probe caps correctly for sound cards that only support one format
17206
17207 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17208
17209         * ext/kio/kiosrc.cpp: (process_events):
17210           update handling event processing if inside KDE - untested
17211
17212 2004-03-29  David Schleef  <ds@schleef.org>
17213
17214         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
17215         by 2 to not interfere with other colorspaces.
17216         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
17217         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
17218         one to not interfere with ffmpeg_colorspace.
17219
17220 2004-03-29  David Schleef  <ds@schleef.org>
17221
17222         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
17223         aren't in the caps.
17224         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
17225         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
17226
17227 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17228
17229         * gst-libs/gst/riff/riff-media.c:
17230           fail on error, don't try to set stuff on NULL caps
17231
17232 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17233
17234         * configure.ac:
17235         * ext/Makefile.am:
17236         * ext/kio/Makefile.am:
17237         * ext/kio/kioreceiver.cpp:
17238         * ext/kio/kioreceiver.h:
17239         * ext/kio/kiosrc.cpp:
17240         * ext/kio/kiosrc.h:
17241           add experimental kiosrc plugin
17242         * ext/alsa/gstalsaplugin.c: (plugin_init):
17243           initialize debugging category only when we're sure registering the
17244           plugins worked.
17245
17246 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17247
17248         * examples/gstplay/player.c: (main):
17249         * gst-libs/gst/play/play.c: (gst_play_class_init),
17250         (gst_play_set_location), (gst_play_set_data_src),
17251         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17252         (gst_play_set_visualization), (gst_play_connect_visualization):
17253           check return values of element_set_state and return FALSE where
17254           failed
17255
17256 2004-03-29  Benjamin Otte  <otte@gnome.org>
17257
17258         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17259           try harder to check if an event is really a discont
17260
17261 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17262
17263         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
17264         * po/az.po:
17265
17266 2004-03-28  Benjamin Otte  <otte@gnome.org>
17267
17268         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17269         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
17270         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
17271           get rid of non-standard "..." ranges in case statements.
17272
17273 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
17274
17275         * gst/mpegstream/gstmpegdemux.c:
17276         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
17277         specific functionality split to the new dvddemux element.
17278         * gst/mpegstream/gstdvddemux.c:
17279         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
17280         streams, derived from mpegdemux.
17281         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
17282         up. SCR based timestamp rewriting can be turned off (will probably
17283         completely disappear soon).
17284         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
17285         hacking. General cleanup. All printf statements replaced by
17286         debugging messages. Almost complete libdvdnav support.
17287         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
17288         by events. New properties for audio and subpicture languages.
17289         (dvdnavsrc_update_highlight): Now uses events.
17290         (dvdnavsrc_user_op): Cleaned up.
17291         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
17292         based). Lots of cleanup, and propper support for most libdvdnav
17293         events.
17294         (dvdnavsrc_make_dvd_event): New function.
17295         (dvdnavsrc_make_dvd_nav_packet_event): New function.
17296         (dvdnavsrc_make_clut_change_event): New function.
17297
17298 2004-03-26  Benjamin Otte  <otte@gnome.org>
17299
17300         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
17301           fix bug where typefinding would claim it's theora whenever less then
17302           7 bytes of data were available
17303
17304 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17305
17306         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
17307         (gst_alawdec_base_init), (gst_alawdec_class_init),
17308         (gst_alawdec_init), (gst_alawdec_chain):
17309         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
17310         (gst_alawenc_base_init), (gst_alawenc_class_init),
17311         (gst_alawenc_init), (gst_alawenc_chain):
17312         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
17313         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
17314         (gst_mulawdec_init), (gst_mulawdec_chain):
17315         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
17316         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
17317         (gst_mulawenc_init), (gst_mulawenc_chain):
17318           Fix capsnego in all four, remove the unused property functions and
17319           simplify the chain functions slightly. I guess we could use macros
17320           or something similar for those, since the code is so similar, but
17321           I'm currently too lazy...
17322
17323 2004-03-24  David Schleef  <ds@schleef.org>
17324
17325         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
17326         (gst_osselement_close_audio), (gst_osselement_probe_caps),
17327         (gst_osselement_get_format_structure),
17328         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
17329         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
17330         (gst_osselement_rate_int_compare): Add code to handle rate probing
17331         (bug #120883)
17332         * sys/oss/gstosselement.h: same
17333         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
17334         Use rate probing provided by osselement.
17335         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
17336
17337 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17338
17339         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
17340         (gst_xvidenc_get_property):
17341           ulong/int mess-up.
17342
17343 2004-03-24  David Schleef  <ds@schleef.org>
17344
17345         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
17346         (gst_speexdec_init):
17347         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
17348         (gst_speexenc_init):  Create the pad template correctly (from
17349         the static pad template, not a NULL pointer.)
17350
17351 2004-03-25  Benjamin Otte  <otte@gnome.org>
17352
17353         * gst/debug/Makefile.am:
17354         * gst/debug/breakmydata.c:
17355           add element that quasi-randomly changes bytes in the stream.
17356           Intended use is robustness checking of demuxers and decoders in
17357           media tests.
17358
17359 2004-03-24  Benjamin Otte  <otte@gnome.org>
17360
17361         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17362         (gst_alsa_probe_hw_params):
17363         * ext/alsa/gstalsa.h:
17364           debugging output fixes
17365
17366 2004-03-24  Benjamin Otte  <otte@gnome.org>
17367
17368         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
17369           don't g_return_if_fail if element is PLAYING, fail silently as every
17370           other element.
17371         * gst/effectv/gstquark.c: (gst_quarktv_chain):
17372           only fix needed for cast lvalue issues in gst-plugins
17373         * gst/volenv/gstvolenv.c: (gst_volenv_init):
17374           add proxy_getcaps
17375
17376 2004-03-24  Benjamin Otte  <otte@gnome.org>
17377
17378         * gst/level/gstlevel.c: (gst_level_init):
17379           add proxying getcaps function, so level doesn't advertise impossible
17380           caps
17381
17382 2004-03-24  David Schleef  <ds@schleef.org>
17383
17384         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17385         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
17386         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
17387         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
17388         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
17389         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
17390         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
17391         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
17392         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
17393         messages.  Divide the chunk size by the compression ratio
17394         (needed for MACE audio)
17395
17396 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17397
17398         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17399           Fix buffer overflow read error.
17400
17401 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17402
17403         * ext/alsa/gstalsa.h:
17404           Remove unused entry.
17405         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17406           Add cinepak.
17407         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17408         (gst_videodrop_link), (gst_videodrop_chain):
17409           Fix, sort of. Was horribly broken with new capsnego. Bah...
17410
17411 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
17412
17413         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
17414         (plugin_init):
17415         Add a monkeysaudio typefind function
17416
17417 2004-03-23  Johan Dahlin  <johan@gnome.org>
17418
17419         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
17420         (gst_play_video_fixate): Check so the structure has the field
17421         before trying to fixate them, this makes it possible to have
17422         fakesinks for video and audio output without printing errors on
17423         the output console.
17424
17425 2004-03-22  David Schleef  <ds@schleef.org>
17426
17427         * sys/oss/Makefile.am:
17428         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
17429         (check_rate), (add_rate):  Rate probing test app.
17430
17431 2004-03-21  Benjamin Otte  <otte@gnome.org>
17432
17433         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17434         (_fixate_caps_to_int), (gst_audio_convert_fixate):
17435           add a fixation function that pretty much does the right thing (fixes
17436           #137556)
17437
17438 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
17439
17440         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
17441
17442 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17443
17444         reviewed by: Benjamin Otte  <otte@gnome.org>
17445
17446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17447           terminate gst_event_new_discontinuous correctly (fixes parts of
17448           #137711)
17449
17450 2004-03-19  David Schleef  <ds@schleef.org>
17451
17452         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
17453         since it doesn't depend on X, and it's part of our ABI.
17454
17455 2004-03-19  Iain <iain@prettypeople.org>
17456
17457         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
17458         is_int in the structure, not the local variable.
17459
17460 2004-03-19  David Schleef  <ds@schleef.org>
17461
17462         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
17463         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
17464         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
17465         Improvements in caps negotiation.
17466
17467 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17468
17469         * po/LINGUAS:
17470         * po/af.po:
17471           adding Afrikaans (Petri Jooste)
17472
17473 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17474
17475         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17476         (gst_ffmpegcolorspace_chain):
17477         throw error instead of g_critical (#137588)
17478
17479 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17480
17481         * Makefile.am:
17482         * configure.ac:
17483           dist common and m4 correctly
17484         * po/sv.po:
17485
17486 2004-03-17  David Schleef  <ds@schleef.org>
17487
17488         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
17489         (bug #137348)
17490
17491 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17492
17493         * po/LINGUAS:
17494         * po/sv.po:
17495           adding Swedish translation (Christian Rose)
17496
17497 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17498
17499         * Makefile.am: use release.mak
17500
17501 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17502
17503         * common/ChangeLog:
17504         * common/gst-autogen.sh:
17505           add some explanation about the version detection
17506         * configure.ac:
17507           fix X check
17508
17509 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17510
17511         * configure.ac: bump nano to 1
17512
17513 === release 0.8.0 ===
17514
17515 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17516
17517         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
17518
17519 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17520
17521         * configure.ac:
17522           update libtool version
17523         * gst-libs/gst/media-info/Makefile.am:
17524           actually use libtool version
17525
17526 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17527
17528         * configure.ac: fix speex detection to work with 1.0 but not 1.1
17529
17530 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17531
17532         * configure.ac:
17533         * gst-plugins.spec.in:
17534         * pkgconfig/Makefile.am:
17535         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17536         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17537         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17538         * pkgconfig/gstreamer-libs.pc.in:
17539         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17540         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17541         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
17542         * pkgconfig/gstreamer-plugins.pc.in:
17543           remove @VERSION@ from some of the pc files since core and plugins
17544           are decoupled.
17545           created gstreamer-plugins.pc as it's a better name, but keeping
17546           -libs around for now to get fixes upstream done first.
17547
17548 2004-03-15  Julien MOUTTE <julien@moutte.net>
17549
17550         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
17551         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
17552         * gst-libs/gst/play/play.h:
17553
17554 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17555
17556         * *.c, *.cc: don't mix tabs and spaces
17557
17558 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17559
17560         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17561           use the new ffmpegcolorspace
17562         * gst-plugins.spec.in:
17563           package new colorspace and media-info
17564         * configure.ac:
17565         * pkgconfig/Makefile.am:
17566           fix some more disting issues
17567         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17568         * pkgconfig/gstreamer-media-info.pc.in:
17569           generate media-info pc files
17570
17571 2004-03-15  Johan Dahlin  <johan@gnome.org>
17572
17573         * *.h: Revert indenting
17574
17575 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17576
17577         * configure.ac:
17578           adding ffmpegcolorspace element
17579         * gst/ffmpegcolorspace/Makefile.am:
17580         * gst/ffmpegcolorspace/avcodec.h:
17581         * gst/ffmpegcolorspace/common.h:
17582         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
17583         * gst/ffmpegcolorspace/dsputil.h:
17584         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
17585         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17586         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
17587         (gst_ffmpeg_caps_to_pix_fmt):
17588         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17590         (gst_ffmpegcolorspace_caps_remove_format_info),
17591         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
17592         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
17593         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
17594         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
17595         (gst_ffmpegcolorspace_set_property),
17596         (gst_ffmpegcolorspace_get_property),
17597         (gst_ffmpegcolorspace_register):
17598         * gst/ffmpegcolorspace/imgconvert.c:
17599         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17600         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
17601         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
17602         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
17603         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
17604         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
17605         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
17606         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
17607         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
17608         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
17609         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
17610         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
17611         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
17612         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
17613         (img_get_alpha_info), (deinterlace_line),
17614         (deinterlace_line_inplace), (deinterlace_bottom_field),
17615         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
17616         * gst/ffmpegcolorspace/imgconvert_template.h:
17617         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
17618         * gst/ffmpegcolorspace/mmx.h:
17619         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
17620           adding ffmpegcolorspace element supplied by Ronald after cleaning
17621           up and pulling in the right bits of upstream source.
17622           I'm sure a better C/compiler wizard could do some cleaning up (for
17623           example use GLIB's malloc stuff), but as a first pass this
17624           works very well
17625
17626 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17627
17628         * ext/alsa/gstalsa.h:
17629           I assume Ronald forgot to commit the change to have cardname
17630           as a struct member.  Expect some public spanking at the next
17631           opportunity.
17632
17633 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17634
17635         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17636         (gst_alsa_open_audio), (gst_alsa_close_audio):
17637         * ext/alsa/gstalsa.c:
17638           Don't open the device if we're a mixer (= padless).
17639         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17640         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17641         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17642           Open mixer during state change rather than during object
17643           initialization. Also, get a device name. Currently in a somewhat
17644           hackish fashion, but I didn't really find something better.
17645
17646 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17647
17648         * *.c, *.h: run gst-indent
17649
17650 2004-03-14  Benjamin Otte  <otte@gnome.org>
17651
17652         * gst/modplug/gstmodplug.cc:
17653         * gst/modplug/gstmodplug.h:
17654           set correct timestamps on outgoing buffers
17655
17656 2004-03-14  Benjamin Otte  <otte@gnome.org>
17657
17658         * gst/modplug/gstmodplug.cc:
17659           handle events - don't do crap when a discont arrives that's not
17660           necessary
17661           This allows correct loading and playback of mods in Rhythmbox
17662
17663 2004-03-14  Benjamin Otte  <otte@gnome.org>
17664
17665         * configure.ac:
17666         * gst-libs/gst/gconf/Makefile.am:
17667         * pkgconfig/Makefile.am:
17668           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17669           they get rebuilt properly
17670         * configure.ac:
17671           when checking for vorbis, try pkgconfig first.
17672         * gst/modplug/gstmodplug.cc:
17673           add fixate function
17674
17675 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17676
17677         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17678           Fix for obvious mistake, where we first shift the offset and then
17679           read a samplesize element assuming the old offset. Note that this
17680           part still has something weird, i.e. my movies containing those
17681           don't actually play well, but at least there's something that looks
17682           like sound now.
17683
17684 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17685         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17686         (plugin_init):
17687         Add a typefind function for speex format
17688
17689 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17690
17691         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17692         (gst_asf_demux_setup_pad):
17693           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17694           instead of 0. Reason is simple: some elements have a fps range
17695           of 1-max instead of 0-max. So now ASF video actually works.
17696
17697 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17698
17699         * po/LINGUAS:
17700         * po/sr.po:
17701           adding serbian as a language
17702
17703 2004-03-13  Benjamin Otte  <otte@gnome.org>
17704
17705         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17706           return taglist correctly from _get function, don't gst_pad_push it.
17707           (fixes #137042)
17708
17709 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17710         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17711
17712 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17713
17714         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17715         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17716         (gst_alsa_mixer_track_new):
17717         * ext/alsa/gstalsamixertrack.h:
17718           Fix ancient leftovers... MixerTrack is a GObject.
17719
17720 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17721
17722         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17723         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17724           Don't block during probing...
17725
17726 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17727
17728         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17729         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17730         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17731         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17732         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17733         (gst_alsa_open_audio), (gst_alsa_close_audio):
17734         * ext/alsa/gstalsa.h:
17735           Add propertyprobe interface implementation, add some device-name
17736           property, all this so that it looks good in gnome-volume-control.
17737
17738 2004-03-12  David Schleef  <ds@schleef.org>
17739
17740         * configure.ac: the Hermes library controls hermescolorspace, not
17741         colorspace.
17742         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17743         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17744         not /* */
17745         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17746         * ext/sdl/sdlvideosink.h: ditto.
17747         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17748
17749 2004-03-12  Benjamin Otte  <otte@gnome.org>
17750
17751         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17752         (gst_x_overlay_got_xwindow_id):
17753         * gst-libs/gst/xoverlay/xoverlay.h:
17754           replace XID with unsigned long to get rid of the xlibs dependency in
17755           XOverlay (fixes #137004)
17756
17757 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17758         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17759         (gst_agingtv_setup):
17760         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17761         (gst_dicetv_base_init), (gst_dicetv_class_init),
17762         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17763         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17764         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17765         (gst_edgetv_setup), (gst_edgetv_rgb32):
17766         * gst/effectv/gsteffectv.c:
17767         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17768         (gst_quarktv_set_property):
17769         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17770         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17771         (gst_revtv_setup), (gst_revtv_rgb32):
17772         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17773         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17774         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17775         (gst_shagadelictv_rgb32):
17776         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17777         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17778         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17779         * gst/effectv/gstwarp.c:
17780         Port everything that can be ported to videofilter and fix up the caps.
17781         Can someone with a big-endian machine please check these?
17782
17783 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17784
17785         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17786         (gst_osssink_chain), (gst_osssink_change_state):
17787           Latest fixes for A/V sync, audio playback and such. This is about
17788           all... MPEG playback issues are mostly related to the async build-
17789           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17790
17791 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17792
17793         patch from: Stephane Loeuillet
17794
17795         * configure.ac:
17796           use pkg-config for some libraries, falling back to the old .m4 way
17797           (fixes #131270)
17798         * m4/libdv.m4:
17799           removed
17800
17801 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17802
17803         * configure.ac:
17804         * tools/Makefile.am:
17805         * tools/Makefile.in:
17806         * tools/gst-launch-ext-m.m:
17807         * tools/gst-launch-ext.1.in:
17808         * tools/gst-visualise-m.m:
17809         * tools/gst-visualise.1:
17810         * tools/gst-visualise.1.in:
17811           reorganizing generation of script tools
17812
17813 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17814
17815         * ext/divx/gstdivxdec.c:
17816           Downgrade priority. We prefer ffdec_mpeg4.
17817         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17818         (gst_faad_chain), (gst_faad_change_state):
17819           Fix capsnego. Doesn't work for some sounds because we don't have
17820           a 5:1 to stereo element.
17821         * ext/xvid/gstxvid.c: (plugin_init):
17822           Add priority.
17823         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17824         (gst_osssink_change_state):
17825           Add discont handling.
17826
17827 2004-03-09  Colin Walters  <walters@verbum.org>
17828
17829         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17830         conversion.
17831
17832 2004-03-09  Benjamin Otte  <otte@gnome.org>
17833
17834         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17835           the signals take 2 arguments
17836
17837 2004-03-09  David Schleef  <ds@schleef.org>
17838
17839         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17840         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17841         * ext/alsa/gstalsa.h:
17842         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17843
17844 2004-03-09  Benjamin Otte  <otte@gnome.org>
17845
17846         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17847         (gst_mikmod_change_state):
17848         * ext/mikmod/gstmikmod.h:
17849           make mikmod's loop function not loop infinitely and call
17850           gst_element_yield anymore
17851         * gst/modplug/gstmodplug.cc:
17852           fix pad negotiation (fixes #136590)
17853
17854 2004-03-09  David Schleef  <ds@schleef.org>
17855
17856         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17857         doesn't conflict with the internal colorspace plugin.
17858         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17859         satisfy the crappy-ass shell shipped by a certain vendor.
17860         * gst/videofilter/make_filter: same (bug #135299)
17861
17862 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17863
17864         * configure.ac: bump nano to 1
17865
17866 === release 0.7.6 ===
17867
17868 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17869
17870         * configure.in: releasing 0.7.6, "There"
17871
17872 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17873
17874         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17875         * pkgconfig/gstreamer-play.pc.in:
17876           synchronize the two
17877
17878 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17879
17880         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17881         (cdparanoia_open), (cdparanoia_event):
17882           fix/add error handling
17883         * po/POTFILES.in:
17884           add cdparanoia source
17885         * tools/Makefile.am:
17886           make scripts executable
17887
17888 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17889
17890         * configure.ac:
17891         * ext/vorbis/Makefile.am:
17892         * sys/Makefile.am:
17893           remove id3types, vorbisfile and xvideosink from the build (#133783)
17894
17895 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17896
17897         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17898           Fix metadata read crash (#136537).
17899
17900 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17901
17902         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17903         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17904           adding mime types, fixing the one-stop function
17905
17906 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17907
17908         * ext/nas/nassink.c and /ext/nas/nassink.h:
17909         More NAS love from Arwed von Merkatz
17910         So lets all sing 'Can you feel the NAS tonight'
17911
17912 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17913
17914         * tools/gst-launch-ext.in:
17915         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17916
17917 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17918
17919         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17920         (gst_mpeg2dec_init):
17921         remove the user_data pad for now, because it is being used in
17922         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17923         If someone knows how to fix this properly, please do.
17924
17925 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17926
17927         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17928         (gst_osssink_get_time):
17929         add a warning, IMO this won't get triggered anymore, remove later
17930
17931 2004-03-07  David Schleef  <ds@schleef.org>
17932
17933         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17934         format (bug #136470)
17935
17936 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17937
17938         * gst-libs/Makefile.am:
17939         * gst-libs/gst/media-info/Makefile.am:
17940         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17941         (error_callback), (gst_media_info_error_create),
17942         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17943         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17944         * gst-libs/gst/media-info/media-info-priv.h:
17945         * gst-libs/gst/media-info/media-info-test.c: (main):
17946         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17947         (gst_media_info_class_init), (gst_media_info_instance_init),
17948         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17949         (gst_media_info_read_idler), (gst_media_info_read):
17950         * gst-libs/gst/media-info/media-info.h:
17951         fixed, should work now
17952
17953 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17954
17955         * ext/nas/nassink.c:
17956         A bunch of NAS fixes from Arwed von Merkatz
17957
17958 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17959
17960         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17961         (qtdemux_parse_trak):
17962           Fix crash (j might be greater than n_samples, in which case we're
17963           writing outside the allocated space for the array) and memleak.
17964
17965 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17966
17967         * sys/oss/gstosssink.c: (gst_osssink_chain):
17968           And another caller that couldn't handle delay < 0 (unsigned
17969           integer overflow). Video now continues playing on an audio
17970           buffer underrun, and the clock continues working. Audio still
17971           stalls.
17972
17973 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17974
17975         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17976         (gst_osssink_get_time):
17977           get_delay() may return values lower than 0. In those cases, we
17978           should not actually cast to *unsigned* int64, that will break
17979           stuff horribly. In my case, it screwed up A/V sync in movies
17980           in totem rather badly.
17981
17982 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17983
17984         * ext/faac/gstfaac.c: (gst_faac_chain):
17985         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17986         * ext/libpng/gstpngenc.c: (user_write_data):
17987         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17988         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17989         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17990         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17991         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17992         of any buffer), should fix some leaks. I hope I didn't unref buffers
17993         that shouldn't be...
17994
17995 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17996
17997         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17998         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17999         (error_callback), (gmi_reset), (gmi_seek_to_track),
18000         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
18001         (gmip_find_type_post), (gmip_find_stream_post),
18002         (gmip_find_track_streaminfo_post):
18003         * gst-libs/gst/media-info/media-info-priv.h:
18004         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
18005         (info_print), (main):
18006         * gst-libs/gst/media-info/media-info.c:
18007         (gst_media_info_error_create), (gst_media_info_error_element),
18008         (gst_media_info_instance_init), (gst_media_info_get_property),
18009         (gst_media_info_new), (gst_media_info_set_source),
18010         (gst_media_info_read_idler), (gst_media_info_read):
18011         * gst-libs/gst/media-info/media-info.h:
18012           first pass at making this work again.  This seems to work on
18013           tagged ogg/vorbis and mp3 files.
18014
18015 2004-03-06  Benjamin Otte  <otte@gnome.org>
18016
18017         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18018           fix huge leak: gst_buffer_merge doesn't unref the first argument
18019           itself.
18020
18021 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18022
18023         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
18024           report layer/mode/emphasis
18025
18026 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18027
18028         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
18029
18030 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18031
18032         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
18033           signal serial
18034
18035 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18036
18037         * ext/vorbis/vorbis.c: (plugin_init):
18038         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18039         (gst_vorbis_dec_init), (vorbis_dec_event):
18040         add debug category
18041         make vorbisdec handle _BYTE and _TIME queries
18042
18043 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18044
18045         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
18046           from the xing header
18047
18048 2004-03-06  Benjamin Otte  <otte@gnome.org>
18049
18050         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
18051         (gst_audio_convert_link), (gst_audio_convert_change_state),
18052         (gst_audio_convert_buffer_from_default_format):
18053           do conversions from/to float correctly, fix some caps nego errors,
18054           export correct supported caps in template and getcaps, use correct
18055           caps in try_set_caps functions
18056
18057 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18058
18059         For some reason, I only committed a ChangeLog entry yesterday and
18060         not the corresponding code...
18061         * ext/mad/gstmad.c: Fix detection of Xing headers
18062         * gst/tags/gstid3tag.c: Changes to support TLEN tags
18063
18064 2004-03-06  Benjamin Otte  <otte@gnome.org>
18065
18066         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
18067         (gst_ogg_demux_src_query):
18068           make sure to handle the case where there's no current chain
18069           gracefully.
18070
18071 2004-03-05  David Schleef  <ds@schleef.org>
18072
18073         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
18074         Add fixate function. (bug #131128)
18075         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18076         (gst_sdlvideosink_fixate):  Add fixate function.
18077         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18078         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
18079         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
18080         Fix missing break that was causing ulaw to be interpreted as
18081         raw int.
18082
18083 2004-03-05  David Schleef  <ds@schleef.org>
18084
18085         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
18086         Fix code that ignores return value of gst_buffer_merge().
18087         (bug #114560)
18088         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
18089         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
18090         * testsuite/gst-lint:  Check for above.
18091
18092 2004-03-05  David Schleef  <ds@schleef.org>
18093
18094         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
18095         caps and throw an element error.  (bug #136334)
18096
18097 2004-03-05  David Schleef  <ds@schleef.org>
18098
18099         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
18100         (gst_faad_chain): Fix negotiation.
18101         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
18102         key and button events.
18103         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
18104         dung heap of code.
18105         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
18106         depends on gconf
18107         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
18108         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18109         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
18110         function to encourage better negotiation, particularly between
18111         audioconvert and osssink.
18112         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18113         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
18114         more important.
18115         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
18116         typefinding.
18117         * gst/vbidec/vbiscreen.c:  Add glib header
18118         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
18119
18120 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
18121
18122         * ext/mad/gstmad.c: Fix detection of Xing headers
18123         * gst/tags/gstid3tag.c: Changes to support TLEN tags
18124
18125 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18126
18127         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18128         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
18129           debug updates
18130
18131 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18132
18133         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18134         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
18135         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
18136         files, and report the parsed length as a GST_TAG_DURATION tag.
18137         * gst/tags/gstid3tag.c: support TLEN (duration) tag
18138
18139 2004-03-05  Benjamin Otte  <otte@gnome.org>
18140
18141         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
18142           convert channels correctly. convert correctly to unsigned.
18143
18144 2004-03-05  Julien MOUTTE <julien@moutte.net>
18145
18146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
18147         we have a window before clearing it.
18148
18149 2004-03-05  Julien MOUTTE <julien@moutte.net>
18150
18151         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
18152         have a window before clearing it.
18153
18154 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18155
18156         * gconf/gstreamer.schemas.in:
18157         * gst-libs/gst/gconf/Makefile.am:
18158           version installation path the same way as for 0.6
18159         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18160         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18161         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18162           remove comment that was fixed
18163
18164 2004-03-05  David Schleef  <ds@schleef.org>
18165
18166         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
18167         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
18168         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
18169         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
18170         Add prototype code for handling seeking and querying.
18171
18172 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18173
18174         * examples/gstplay/player.c: (main):
18175           Initialize variables to NULL. Prevents a segfault because the
18176           (uninitialized) variable is not NULL, resulting in a crash on
18177           trying to reach error->message.
18178
18179 2004-03-05  Benjamin Otte  <otte@gnome.org>
18180
18181         * gst/audioconvert/gstaudioconvert.c:
18182         (gst_audio_convert_buffer_to_default_format):
18183         make float=>int conversion work correctly even in cornercases.
18184
18185 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
18186
18187         * debian/README.Debian:
18188         * debian/build-deps:
18189         * debian/changelog:
18190         * debian/control:
18191         * debian/control.in:
18192         * debian/copyright:
18193         * debian/gstreamer-a52dec.files:
18194         * debian/gstreamer-aa.files:
18195         * debian/gstreamer-alsa.files:
18196         * debian/gstreamer-alsa.manpages:
18197         * debian/gstreamer-arts.files:
18198         * debian/gstreamer-artsd.files:
18199         * debian/gstreamer-audiofile.files:
18200         * debian/gstreamer-avifile.files:
18201         * debian/gstreamer-cdparanoia.files:
18202         * debian/gstreamer-colorspace.files:
18203         * debian/gstreamer-doc.files:
18204         * debian/gstreamer-dv.files:
18205         * debian/gstreamer-dvd.files:
18206         * debian/gstreamer-esd.files:
18207         * debian/gstreamer-festival.files:
18208         * debian/gstreamer-flac.files:
18209         * debian/gstreamer-gconf.conffiles:
18210         * debian/gstreamer-gconf.files:
18211         * debian/gstreamer-gconf.postinst:
18212         * debian/gstreamer-gnomevfs.files:
18213         * debian/gstreamer-gsm.files:
18214         * debian/gstreamer-http.files:
18215         * debian/gstreamer-jack.files:
18216         * debian/gstreamer-jpeg.files:
18217         * debian/gstreamer-mad.files:
18218         * debian/gstreamer-mikmod.files:
18219         * debian/gstreamer-misc.files:
18220         * debian/gstreamer-mpeg2dec.files:
18221         * debian/gstreamer-oss.files:
18222         * debian/gstreamer-plugin-apps.files:
18223         * debian/gstreamer-plugin-apps.manpages:
18224         * debian/gstreamer-plugin-libs-dev.files:
18225         * debian/gstreamer-plugin-libs.files:
18226         * debian/gstreamer-plugin-template.postinst:
18227         * debian/gstreamer-plugin-template.postrm:
18228         * debian/gstreamer-sdl.files:
18229         * debian/gstreamer-sid.files:
18230         * debian/gstreamer-vorbis.files:
18231         * debian/gstreamer-x.files:
18232         * debian/mk.control:
18233         * debian/rules:
18234         Debian package info not maintained here.
18235
18236 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18237
18238         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
18239         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
18240         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
18241         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
18242         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
18243         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
18244         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
18245         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
18246         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
18247         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
18248         * gst-libs/gst/colorbalance/colorbalance.c:
18249         (gst_color_balance_class_init):
18250         * gst-libs/gst/colorbalance/colorbalancechannel.c:
18251         (gst_color_balance_channel_class_init):
18252         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
18253         * gst-libs/gst/play/play.c: (gst_play_class_init):
18254         * gst-libs/gst/propertyprobe/propertyprobe.c:
18255         (gst_property_probe_iface_init):
18256         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
18257         * gst-libs/gst/tuner/tunerchannel.c:
18258         (gst_tuner_channel_class_init):
18259         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
18260         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
18261         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
18262         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
18263         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
18264         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
18265         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
18266         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
18267         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
18268           fix signals to use - instead of _
18269         * ext/libcaca/gstcacasink.h:
18270         * ext/sdl/sdlvideosink.h:
18271           fix header rename
18272
18273 2004-03-04  David Schleef  <ds@schleef.org>
18274
18275         * testsuite/gst-lint:  Add a check for bad signal names.
18276
18277 2004-03-04  <kost@imn.htwk-leipzig.de>
18278
18279         reviewed by David Schleef
18280
18281         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
18282         modified the alpha channel and caused a warning. (bug #136192)
18283
18284 2004-04-03  Christian Schaller <Uraeus@gnome.org>
18285
18286         * gst-plugins.spec.in:
18287         Change names of plugins to actually be correct. Try to keep things
18288         alphabetical to avoid getting beat up by Thomas
18289
18290 2004-03-03  Julien MOUTTE <julien@moutte.net>
18291
18292         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
18293         Using ximagesink as a default if no gconf key found. We should
18294         probably consider using alsasink instead of osssink for the audio
18295         part.
18296
18297 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18298
18299         * configure.ac:
18300           fix --with-plugins, don't think it ever worked before
18301         * gst-plugins.spec.in:
18302           even more updates
18303
18304 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18305
18306         * ext/sdl/sdlvideosink.h:
18307         * sys/ximage/ximagesink.h:
18308         * sys/xvideo/xvideosink.h:
18309         * sys/xvimage/xvimagesink.h:
18310           Fix for move of gstvideosink.h -> videosink.h.
18311
18312 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18313
18314         * gst-libs/gst/xwindowlistener/Makefile.am:
18315           this is a plugin library, not a library
18316
18317 2004-03-01  David Schleef  <ds@schleef.org>
18318
18319         * AUTHORS:  Added some names.  Add yourself if you're still
18320         missing.
18321
18322 2004-03-01  David Schleef  <ds@schleef.org>
18323
18324         * MAINTAINERS: Add
18325
18326 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18327
18328         * gst-plugins.spec.in: clean up spec file
18329
18330 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18331
18332         * gst-libs/gst/video/Makefile.am:
18333         * gst-libs/gst/video/gstvideosink.c:
18334         * gst-libs/gst/video/gstvideosink.h:
18335           rename gstvideosink.h to videosink.h to match other headers
18336         * gst/mixmatrix/Makefile.am:
18337           fix plugin filename
18338         * gst/tags/Makefile.am: fix plugin filename
18339
18340 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18341
18342         * gst/tags/Makefile.am: fix plugin filename
18343
18344 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18345
18346         * examples/gstplay/player.c: (got_time_tick), (main):
18347           add error handler
18348           display time_tick more readably
18349         * gst/mixmatrix/Makefile.am:
18350           fix plugin file name
18351
18352 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
18353
18354         * sys/oss/gstosselement.c: (gst_osselement_probe),
18355         (device_combination_append), (gst_osselement_class_probe_devices):
18356         * sys/oss/gstosselement.h:
18357           Reworked enumeration of oss dsps and mixers so that gst-mixer works
18358           on my system using alsa oss emulation, fixes bug #135597
18359
18360 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18361
18362         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
18363         (gst_videodrop_chain), (gst_videodrop_change_state):
18364         * gst/videodrop/gstvideodrop.h:
18365           Work based on timestamp of input data, not based on the expected
18366           framerate from the input. The consequence is that this element now
18367           not only scales framerates, but also functions as a framerate
18368           corrector or framerate stabilizer/constantizer.
18369
18370 2004-02-27  David Schleef  <ds@schleef.org>
18371
18372         patches from jmmv@menta.net (Julio M. Merino Vidal)
18373
18374         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
18375         GST_ELEMENT_ERROR call (bug #135634)
18376         * gst/interleave/interleave.c: (interleave_buffered_loop),
18377         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
18378         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
18379         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
18380         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
18381         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
18382         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
18383         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
18384         Fix GST_ELEMENT_ERROR call.
18385         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
18386         GST_ELEMENT_ERROR call.
18387
18388 2004-02-27  Benjamin Otte  <otte@gnome.org>
18389
18390         * gst-libs/gst/audio/audio.h:
18391           add macro to make sure header isn't included twice
18392         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
18393           don't use gst_buffer_free
18394         * gst/playondemand/filter.func:
18395           don't use gst_data_free. Free data only once.
18396
18397 2004-02-26  David Schleef  <ds@schleef.org>
18398
18399         * gst-libs/gst/colorbalance/Makefile.am:
18400         * gst-libs/gst/mixer/Makefile.am:
18401         * gst-libs/gst/tuner/Makefile.am:
18402         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
18403         should not be disted, -marshal.h files should not be installed,
18404         and -enum.h files _should_ be installed.  Fix to make this the
18405         case.
18406
18407 === release 0.7.5 ===
18408
18409 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18410
18411         * configure.ac: release 0.7.5, "Under The Sea"
18412
18413 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18414
18415         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18416         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
18417         * gst/videoscale/gstvideoscale.c:
18418         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18419           assorted debug/warning fixes
18420
18421 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18422
18423         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18424         (gst_videoscale_init), (gst_videoscale_chain),
18425         (gst_videoscale_set_property), (plugin_init):
18426         * gst/videoscale/gstvideoscale.h:
18427         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
18428         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
18429         (gst_videoscale_planar400), (gst_videoscale_packed422),
18430         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
18431         (gst_videoscale_24bit), (gst_videoscale_16bit),
18432         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
18433         (gst_videoscale_scale_plane_slow),
18434         (gst_videoscale_scale_point_sample),
18435         (gst_videoscale_scale_nearest),
18436         (gst_videoscale_scale_nearest_str2),
18437         (gst_videoscale_scale_nearest_str4),
18438         (gst_videoscale_scale_nearest_32bit),
18439         (gst_videoscale_scale_nearest_24bit),
18440         (gst_videoscale_scale_nearest_16bit):
18441         add debugging category and use it properly
18442         fix use of GST_PTR_FORMAT
18443
18444 2004-02-25  Andy Wingo  <wingo@pobox.com>
18445
18446         * gst/interleave/interleave.c (interleave_buffered_loop): Always
18447         push only when channel->buffer is NULL. Prevents segfaults doing
18448         the state change after a nonlocal exit, like a scheme exception.
18449
18450         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18451         Handle the case where the intersected caps is empty.
18452
18453 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18454
18455         * gst/law/mulaw-decode.c: (mulawdec_link):
18456         * gst/law/mulaw.c: (plugin_init):
18457           fix mulawdec so it actually works again
18458
18459 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
18460
18461         reviewed by: David Schleef  <ds@schleef.org>
18462
18463         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
18464         (gst_gamma_init), (gst_gamma_set_property),
18465         (gst_gamma_get_property), (gst_gamma_calculate_tables),
18466         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
18467         for RGB, with separate r g and b correction factors. (#131167)
18468
18469 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18470
18471         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18472           only signal tags for bitrate if they're > 0 (#134894)
18473
18474 2004-02-24  David Schleef  <ds@schleef.org>
18475
18476         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
18477         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
18478         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
18479         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
18480         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
18481         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
18482         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
18483         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
18484         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
18485         category.  Attempt to fix timestamp calculation.
18486
18487 2004-02-24  Johan Dahlin  <johan@gnome.org>
18488
18489         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
18490
18491 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18492
18493         * configure.ac:
18494         * gconf/Makefile.am:
18495         * gconf/gstreamer.schemas:
18496         * gst-libs/gst/gconf/Makefile.am:
18497         * gst-libs/gst/gconf/gconf.c:
18498           version gconf schemas and install locations
18499
18500 2004-02-23  Benjamin Otte  <otte@gnome.org>
18501
18502         * ext/xine/xineinput.c: (gst_xine_input_dispose):
18503         (gst_xine_input_subclass_init):
18504           call parent dispose.
18505           change pad template for CD reader correctly
18506         * ext/xine/Makefile.am:
18507         * ext/xine/gstxine.h:
18508         * ext/xine/xine.c: (plugin_init):
18509         * ext/xine/xineaudiosink.c:
18510           wrap audio sinks, too
18511         * gst-libs/gst/resample/private.h:
18512         * gst-libs/gst/resample/resample.c: (gst_resample_init),
18513         (gst_resample_reinit), (gst_resample_scale),
18514         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
18515         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
18516         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
18517         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
18518         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
18519         * gst-libs/gst/resample/resample.h:
18520         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18521         (gst_audioscale_class_init), (gst_audioscale_link),
18522         (gst_audioscale_get_buffer), (gst_audioscale_init),
18523         (gst_audioscale_chain), (gst_audioscale_set_property),
18524         (gst_audioscale_get_property):
18525         * gst/audioscale/gstaudioscale.h:
18526           s/resample_*/gst_resample_*/i to not clobber namespaces
18527
18528 2004-02-23  Julien MOUTTE  <julien@moutte.net>
18529
18530         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18531         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18532         (gst_riff_create_video_template_caps),
18533         (gst_riff_create_audio_template_caps),
18534         (gst_riff_create_iavs_template_caps):
18535         * gst-libs/gst/riff/riff-media.h:
18536         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18537         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
18538         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
18539         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18540         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18541         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
18542         (gst_matroska_demux_plugin_init): First batch implementing audio and
18543         video codec tags in demuxers.
18544
18545 2004-02-22  Benjamin Otte  <otte@gnome.org>
18546
18547         * ext/xine/Makefile.am:
18548         * ext/xine/gstxine.h:
18549         * ext/xine/xine.c: (plugin_init):
18550         * ext/xine/xineinput.c:
18551           add input plugin wrapper. Playback from files, http, mms and cdda
18552           works.
18553         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18554           remove leftover G_GNUC_UNUSED
18555         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
18556         (gst_asf_demux_identify_guid):
18557           improve debugging output
18558
18559 2004-02-22  Benjamin Otte  <otte@gnome.org>
18560
18561         reported by: Padraig O'Briain <padraig.obriain@sun.com>
18562
18563         * autogen.sh:
18564           replace test -e with test -x for mkinstalldirs to be more portable.
18565           (fixes #134816)
18566
18567 2004-02-22  Benjamin Otte  <otte@gnome.org>
18568
18569         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
18570
18571         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
18572           set rank to PRIMARY
18573         * gst/volume/gstvolume.c: (plugin_init):
18574           set rank to NONE
18575         fixes #134960
18576
18577 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
18578
18579         reviewed by Benjamin Otte  <otte@gnome.org>
18580
18581         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18582           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
18583
18584 2004-02-22  Benjamin Otte  <otte@gnome.org>
18585
18586         * configure.ac:
18587           export [_]*{gst,Gst,GST}.* symbols from plugins
18588
18589 2004-02-22  Christophe Fergeau <teuf@gnome.org>
18590
18591         reviewed by: Benjamin Otte  <otte@gnome.org>
18592
18593         * ext/lame/gstlame.c: (add_one_tag):
18594         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18595         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
18596         (gst_vorbisenc_metadata_set1):
18597         * gst/tags/gstid3tag.c:
18598         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
18599           apply fixes from bugs #135042 (lame can't write tags) and #133817
18600           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
18601
18602 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
18603
18604         * configure.ac: Export only gst_plugin_desc from plugins.
18605          Note that this change only makes any effect with Linux using libtool
18606          1.5.2 or higher. Otherwise it is silently ignored, but it would build
18607          fine. And don't try to have several versions of libtool in different
18608          directories.
18609
18610 2004-02-20  Andy Wingo  <wingo@pobox.com>
18611
18612         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
18613         interleave respectively.
18614
18615         * gst/interleave/deinterleave.c: New plugin: deinterleave
18616         (replaces on oneton).
18617         * gst/interleave/interleave.c: New plugin: interleave.
18618         * gst/interleave/plugin.h: Support file.
18619         * gst/interleave/plugin.c: Support file.
18620
18621         * configure.ac: Remove intfloat and oneton, add interleave.
18622
18623         * ext/sndfile/gstsf.c: Handle events better.
18624
18625         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
18626         and float2int operation. int2float has scheduling problems as
18627         noted in in2float_chain.
18628
18629 2004-02-20  Benjamin Otte  <otte@gnome.org>
18630
18631         * ext/xine/Makefile.am:
18632         * ext/xine/gstxine.h:
18633         * ext/xine/xine.c:
18634         * ext/xine/xineaudiodec.c:
18635         * ext/xine/xinecaps.c:
18636           add first version of xine plugin wrapper. Currently only wraps the
18637           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18638         * configure.ac:
18639         * ext/Makefile.am:
18640           add xine plugin wrapper, disabled by default. Use --enable-xine to
18641           build. Note that it'll segfault on gst-register if you don't remove
18642           the goom and tvtime post plugins from xine.
18643         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18644         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18645           add extradata parsing for QDM2.
18646           change around debugging prints.
18647
18648 2004-02-19  Benjamin Otte  <otte@gnome.org>
18649
18650         * ext/lame/gstlame.c: (gst_lame_chain):
18651         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18652           use gst_tag_list_insert when you want to insert tags
18653
18654 2004-02-18  David Schleef  <ds@schleef.org>
18655
18656         * configure.ac:  Move massink to gst-rotten
18657         * ext/Makefile.am:
18658         * ext/mas/Makefile.am:
18659         * ext/mas/massink.c:
18660         * ext/mas/massink.h:
18661
18662 2004-02-18  David Schleef  <ds@schleef.org>
18663
18664         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18665         typefinding, since it seems to be worse than nothing.
18666         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18667         atom to recognize .mp4 and .m4a files as video/quicktime.
18668
18669 2004-02-18  David Schleef  <ds@schleef.org>
18670
18671         * gst/sine/demo-dparams.c: (quit_live),
18672         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18673         Use double dparams, not float.
18674         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18675         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18676         sync'd elements don't really work correctly.
18677         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18678         (volume_update_volume), (volume_get_property):  Change dparam
18679         to double.
18680
18681 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18682
18683         * sys/ximage/ximagesink.c:
18684         (gst_ximagesink_xwindow_update_geometry),
18685         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18686         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18687         (gst_ximagesink_init): Rework the way software video scaling works. So
18688         now we check on each chain call if the video frames are feeling the
18689         window. If not we try to renegotiate caps. On failure we memorize that
18690         and we won't try again for that PLAYING sessions.
18691         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18692         failure.
18693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18694         synchronous flag.
18695
18696 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18697
18698         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18699           break up _link so we can give a better debug message for errors
18700
18701 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18702
18703         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18704           set up debug category
18705
18706 2004-02-18  Julien MOUTTE <julien@moutte.net>
18707
18708         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18709         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18710         the way renegotiation work. The event handling function is not taking
18711         care of external windows and renegotiate method check for pad flags
18712         NEGOTIATING. Should fix : #133209
18713
18714 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18715
18716         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18717         pad is negotiating before trying renegotiation.
18718
18719 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18720
18721         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18722           pass on all possible mime types as typefind hints
18723
18724 2004-02-17  Julien MOUTTE <julien@moutte.net>
18725
18726         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18728         possible SHM leak if we crash. All other apps using XShm are doing
18729         that.
18730
18731 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18732
18733         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18734         (gst_ximagesink_expose): Renegotiate size on expose.
18735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18736         size on expose.
18737
18738 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18739
18740         * testsuite/alsa/sinesrc.c:
18741           cosmetic fix to fix compile issue with gcc 2.95.4
18742
18743 2004-02-16  Julien MOUTTE <julien@moutte.net>
18744
18745         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18746         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18747         failed opening the audio device.
18748         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18749         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18750         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18751         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18752         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18753         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18754         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18755         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18756         Removing some useless g_return_if_fail like wingo suggested.
18757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18758         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18759         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18760         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18761         (gst_xvimagesink_update_colorbalance),
18762         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18763         (gst_xvimagesink_xcontext_clear),
18764         (gst_xvimagesink_get_fourcc_from_caps),
18765         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18766         (gst_xvimagesink_set_xwindow_id),
18767         (gst_xvimagesink_colorbalance_list_channels),
18768         (gst_xvimagesink_colorbalance_set_value),
18769         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18770         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18771
18772 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18773
18774         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18775           throw error when not negotiated instead of asserting
18776
18777 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18778
18779         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18780         correct data refcounting.
18781
18782 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18783
18784         * gst/switch/gstswitch.c: (gst_switch_change_state),
18785         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18786         change, mostly the EOS flag.
18787
18788 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18789
18790         * examples/gstplay/player.c: (got_eos), (main): Adding some
18791         output for debugging.
18792         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18793         timeouts if we go to any state different from PLAYING.
18794         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18795         more EOS bugs in riff lib.
18796
18797 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18798
18799         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18800         visualization until i find a way to fix switch correctly.
18801         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18802         EOS arrives.
18803         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18804         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18805         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18806         Reworked switch to get a more correct behaviour with events and refing
18807         of data stored in sinkpads.
18808         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18809         we don't pull from a pad in EOS.
18810
18811 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18812
18813         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18814           remove v1 tag even if we can't read it (makes sure we don't detect
18815           it again)
18816
18817 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18818
18819         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18820         (gst_alsa_xrun_recovery):
18821         * ext/alsa/gstalsa.h:
18822           try xrun recovery when wait failed. Make xrun recovery function
18823           return TRUE/FALSE to indicate success. (might fix #134354)
18824
18825 2004-02-13  David Schleef  <ds@schleef.org>
18826
18827         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18828         (dynparm_value_changed), (main): Convert from float to double.
18829         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18830
18831 2004-02-13  David Schleef  <ds@schleef.org>
18832
18833         * gst/silence/gstsilence.c: (gst_silence_class_init),
18834         (gst_silence_set_clock), (gst_silence_get),
18835         (gst_silence_set_property), (gst_silence_get_property):
18836         * gst/silence/gstsilence.h: Add sync property.
18837         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18838         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18839         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18840         * gst/sine/gstsinesrc.h: Add sync property.
18841
18842 2004-02-13  David Schleef  <ds@schleef.org>
18843
18844         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18845         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18846
18847 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18848
18849         * configure.ac:
18850         * ext/Makefile.am:
18851         * gst-libs/ext/Makefile.am:
18852           move ffmpeg plugin to gst-ffmpeg module
18853
18854 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18855
18856         * configure.ac: use GST_ARCH to detect architecture
18857
18858 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18859
18860         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18861
18862 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18863
18864         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18865           classify LADSPA plugins based on number of src/sink pads
18866           (#133663, Stefan Kost)
18867         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18868           fix dparams registration
18869           (#133528, Stefan Kost)
18870         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18871           fix use of isprint and use g_ascii_isprint instead
18872           (#133316, Stefan Kost)
18873
18874 2004-02-11  David Schleef  <ds@schleef.org>
18875
18876         Convert a few inner loops to use liboil.  This is currently
18877         optional, and is only enabled if liboil is present (duh!).
18878         * configure.ac: Check for liboil-0.1
18879         * gst/intfloat/Makefile.am:
18880         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18881         (gst_int2float_chain_gint16):
18882         * gst/videofilter/Makefile.am:
18883         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18884         (tablelookup_u8), (gst_videobalance_planar411):
18885         * gst/videotestsrc/Makefile.am:
18886         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18887         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18888         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18889         (paint_hline_RGB565), (paint_hline_xRGB1555):
18890
18891 2004-02-11  David Schleef  <ds@schleef.org>
18892
18893         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18894         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18895         (gst_colorspace_getcaps), (gst_colorspace_link),
18896         (gst_colorspace_base_init), (gst_colorspace_init),
18897         (gst_colorspace_chain), (gst_colorspace_change_state),
18898         (plugin_init): Merge Ronald's patch (bug #117897) and update
18899         for new caps and negotiation.  Seems to work, although it
18900         shows off bugs in lcs.
18901
18902 2004-02-11  David Schleef  <ds@schleef.org>
18903
18904         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18905         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18906
18907 2004-02-11  David Schleef  <ds@schleef.org>
18908
18909         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18910         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18911         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18912         Add server and port properties
18913
18914 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18915
18916         * m4/a52.m4:
18917         * m4/aalib.m4:
18918         * m4/as-ffmpeg.m4:
18919         * m4/as-liblame.m4:
18920         * m4/as-slurp-ffmpeg.m4:
18921         * m4/check-libheader.m4:
18922         * m4/esd.m4:
18923         * m4/freetype2.m4:
18924         * m4/gconf-2.m4:
18925         * m4/glib.m4:
18926         * m4/gst-alsa.m4:
18927         * m4/gst-artsc.m4:
18928         * m4/gst-ivorbis.m4:
18929         * m4/gst-matroska.m4:
18930         * m4/gst-sdl.m4:
18931         * m4/gst-shout2.m4:
18932         * m4/gst-sid.m4:
18933         * m4/gtk.m4:
18934         * m4/libdv.m4:
18935         * m4/libfame.m4:
18936         * m4/libmikmod.m4:
18937         * m4/ogg.m4:
18938         * m4/vorbis.m4:
18939           fix underquotedness of macros (#133800)
18940         * m4/as-avifile.m4:
18941         * m4/xmms.m4:
18942           removed because no longer used
18943
18944 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18945
18946         * configure.ac:
18947           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18948           by autopoint (fixes #132996)
18949
18950 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18951
18952         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18953         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18954         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18955         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18956           fix memleaks
18957
18958 2004-02-11  David Schleef  <ds@schleef.org>
18959
18960         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18961         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18962         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18963         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18964         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18965         (gst_jpegenc_class_init), (gst_jpegenc_init),
18966         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18967         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18968         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18969         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18970
18971 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18972
18973         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18974         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18975         * ext/mikmod/gstmikmod.h:
18976           fix caps negotiation in mikmod
18977         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18978           output debug information
18979
18980 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18981
18982         * gst-libs/gst/colorbalance/Makefile.am:
18983         * gst-libs/gst/navigation/Makefile.am:
18984         * gst-libs/gst/xoverlay/Makefile.am:
18985           remove unused GST_OPT_CFLAGS from Makefiles
18986           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18987
18988 2004-02-07  David Schleef  <ds@schleef.org>
18989
18990         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18991         push events to pads that haven't been created (#133508)
18992
18993 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18994
18995         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18996         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18997         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18998         (gst_dvdec_loop), (gst_dvdec_change_state):
18999         Second attempt at committing a working dvdec element.
19000
19001 2004-02-06  David Schleef  <ds@schleef.org>
19002
19003         Build fixes for OS X: (see #129600)
19004         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
19005         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
19006         (gst_riff_read_strf_iavs):
19007         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19008         (gst_avi_demux_stream_odml):
19009         * gst/playondemand/Makefile.am:
19010         * gst/rtp/rtp-packet.c:
19011
19012 2004-02-05  David Schleef  <ds@schleef.org>
19013
19014         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
19015         last change, because it Just Doesn't Compile.
19016
19017 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19018
19019         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19020           skip undecodable id3v2 tag instead of keeping it
19021
19022 2004-02-05  David Schleef  <ds@schleef.org>
19023
19024         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19025         Unref leaked buffer.  (Noticed by Ronald)
19026
19027 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
19028
19029         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19030         Sync requires with other checks.  >= vs =.
19031
19032 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
19033
19034         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19035         (gst_dvdec_video_link), (gst_dvdec_loop):
19036         * ext/dv/gstdvdec.h:
19037           rework the caps negotiation so that dvdec works again instead
19038           of just segfaulting.
19039
19040 === release 0.7.4 ===
19041
19042 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19043
19044         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
19045         * configure.ac: changed for release
19046
19047 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19048
19049         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
19050         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19051         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19052         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19053           reworked patch by David Lehn to fix libdir and includedir for
19054           uninstalled libraries
19055           removed play and gconf from gstreamer-libs since they have their
19056           own pkgconfig files
19057
19058 2004-02-04  David Schleef  <ds@schleef.org>
19059
19060         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
19061         memleak.
19062
19063 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19064
19065         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19066           use correct GST_TAG_ENCODER tag
19067
19068 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19069
19070         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19071           be sure to stop the clock when going to paused
19072         * sys/oss/gstosssink.c: (gst_osssink_change_state):
19073           reset number of transmitted when going to ready.
19074         fixes #132935
19075
19076 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
19077
19078         reviewed by Benjamin Otte
19079
19080         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
19081           extract track count (fixes #133410)
19082
19083 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19084
19085         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
19086           that should be !=, not == (fixes #132519)
19087
19088 2004-02-04  David Schleef  <ds@schleef.org>
19089
19090         Make sure set_explicit_caps() is called before adding pad.
19091         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19092         * gst/id3/gstid3types.c: (gst_id3types_loop):
19093         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19094         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
19095
19096 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19097
19098         * configure.ac:
19099           bump nano to 2, first prerelease
19100           put back AM_PROG_LIBTOOL
19101
19102 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19103
19104         * testsuite/alsa/Makefile.am:
19105           these are user test apps, not automatic testsuite tests
19106
19107 2004-02-04  David Schleef  <ds@schleef.org>
19108
19109         Convert GST_DEBUG_CAPS() to GST_DEBUG():
19110         * gst/mpeg1videoparse/gstmp1videoparse.c:
19111         (mp1videoparse_parse_seq):
19112         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
19113         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19114         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
19115         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
19116         (gst_xvideosink_getcaps):
19117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
19118         * testsuite/gst-lint: more tests
19119
19120 2004-02-04  David Schleef  <ds@schleef.org>
19121
19122         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
19123         with the code that they would expand to.
19124         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
19125         (gst_flacdec_get_src_query_types),
19126         (gst_flacdec_get_src_event_masks):
19127         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
19128         (gst_gnomevfssrc_get_query_types),
19129         (gst_gnomevfssrc_get_event_mask):
19130
19131 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19132
19133         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19134         (gst_sinesrc_dispose):
19135           fix memleak by properly disposing sinesrc
19136
19137 2004-02-04  Julien MOUTTE  <julien@moutte.net>
19138
19139         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
19140         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
19141         an overlay to redraw the image because it has been exposed.
19142         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
19143         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
19144         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
19145         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
19146         interface
19147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
19148         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
19149         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
19150         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
19151         interface
19152
19153 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19154
19155         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
19156           more memleak fixage
19157
19158 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19159
19160         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
19161         * gst/typefind/gsttypefindfunctions.c:
19162           fix memleaks shown by gst-typefind
19163
19164 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19165
19166         * common/glib-gen.mak:
19167           add hack rule to touch .Plo files
19168         * gst-libs/gst/colorbalance/Makefile.am:
19169         * gst-libs/gst/mixer/Makefile.am:
19170         * gst-libs/gst/play/Makefile.am:
19171         * gst-libs/gst/tuner/Makefile.am:
19172           remove glib_root variable
19173
19174 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19175
19176         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
19177           set explicit caps before adding the element, so the autopluggers can
19178           plug correctly.
19179         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19180         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19181         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19182         (dv_type_find):
19183           fix memleaks in typefind functions. gst_type_find_suggest takes a const
19184           argument.
19185
19186 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19187
19188         * gst-libs/gst/colorbalance/Makefile.am:
19189         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
19190         * gst-libs/gst/colorbalance/colorbalance.c:
19191         * gst-libs/gst/colorbalance/colorbalance.h:
19192         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
19193         * gst-libs/gst/mixer/Makefile.am:
19194         * gst-libs/gst/mixer/mixer-marshal.list:
19195         * gst-libs/gst/mixer/mixer.c:
19196         * gst-libs/gst/mixer/mixer.h:
19197         * gst-libs/gst/mixer/mixermarshal.list:
19198         * gst-libs/gst/play/Makefile.am:
19199         * gst-libs/gst/play/play.h:
19200         * gst-libs/gst/tuner/Makefile.am:
19201         * gst-libs/gst/tuner/tuner-marshal.list:
19202         * gst-libs/gst/tuner/tuner.c:
19203         * gst-libs/gst/tuner/tuner.h:
19204         * gst-libs/gst/tuner/tunermarshal.list:
19205           use new glib-gen.mak snippet to clean up Makefile.am
19206           fix various bugs in Makefile.am's
19207
19208 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19209
19210         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19211           handle chain parsing correctly in the multichain case
19212         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
19213         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
19214         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
19215         (theora_dec_chain):
19216           handle events and queries correctly
19217
19218 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
19219
19220         * .cvsignore:
19221         Ignore generated file _stdint.h.
19222
19223 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
19224
19225         * gst-libs/gst/colorbalance/Makefile.am:
19226         * gst-libs/gst/colorbalance/colorbalance.h:
19227         * gst-libs/gst/mixer/Makefile.am:
19228         * gst-libs/gst/mixer/mixer.h:
19229         * gst-libs/gst/play/Makefile.am:
19230         * gst-libs/gst/play/play.h:
19231         * gst-libs/gst/tuner/Makefile.am:
19232         * gst-libs/gst/tuner/tuner.h:
19233         Generate enum type code with glib-mkenums.
19234         * gst-libs/gst/colorbalance/.cvsignore:
19235         * gst-libs/gst/mixer/.cvsignore:
19236         * gst-libs/gst/play/.cvsignore:
19237         * gst-libs/gst/tuner/.cvsignore:
19238         Ignore generated files.
19239
19240 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
19241
19242         * gst-libs/gst/audio/.cvsignore:
19243         Ignore generated file.
19244         * gst-libs/gst/audio/Makefile.am:
19245         Do not install example filter.
19246
19247 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
19248
19249         * examples/switch/.cvsignore:
19250         Ignore generated file.
19251
19252 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19253
19254         * common/m4/ax_create_stdint_h.m4:
19255         * configure.ac:
19256           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
19257           _stdint.h.
19258         * Makefile.am:
19259           remove generated _stdint.h in DISTCLEANFILES
19260         * ext/a52dec/gsta52dec.c:
19261           include _stdint.h for a52dec. (should fix #133064)
19262
19263 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
19264
19265         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
19266         (gst_tag_to_vorbis_comments):
19267         Add replaygain support to vorbistag
19268
19269 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
19270         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19271         (gst_ffmpeg_caps_to_extradata):
19272           Fix SVQ3 caps flag properties
19273           Use glib macro for bytes swap
19274
19275 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19276
19277         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19278         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19279         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19280         * ext/sndfile/gstsf.c: (plugin_init):
19281         * gst/avi/gstavi.c: (plugin_init):
19282         * sys/dxr3/dxr3init.c: (plugin_init):
19283         * sys/oss/gstossaudio.c: (plugin_init):
19284         * sys/v4l/gstv4l.c: (plugin_init):
19285         * sys/v4l2/gstv4l2.c: (plugin_init):
19286           remove textdomain calls
19287         * po/nl.po:
19288           update Dutch translation
19289
19290 2004-02-02  Julien MOUTTE  <julien@moutte.net>
19291
19292         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
19293         (gst_play_set_audio_sink): Moving volume in the audio thread for
19294         instantaneous volume change. Maybe i will add another volume in front
19295         of visualization later, not sure yet though.
19296
19297 2004-02-02  Julien MOUTTE  <julien@moutte.net>
19298
19299         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19300         (gst_ximagesink_handle_xevents): Better X events handling, only take
19301         the latest events for configure and motion.
19302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
19303
19304 2004-02-02  Jon Trowbridge  <trow@gnu.org>
19305
19306         reviewed by: David Schleef  <ds@schleef.org>
19307
19308         Fix memory leaks:
19309         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
19310         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
19311
19312 2004-02-02  David Schleef  <ds@schleef.org>
19313
19314         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
19315         of lines.
19316         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
19317         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19318         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
19319         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
19320         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
19321         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
19322         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
19323         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
19324         (gst_float2_2_int_link):
19325         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
19326         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
19327         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
19328         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
19329         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
19330         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
19331         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
19332         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
19333         * testsuite/gst-lint: Add tests for bzero and ;;
19334
19335 2004-02-02  David Schleef  <ds@schleef.org>
19336
19337         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
19338
19339 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19340
19341         * ext/aalib/gstaasink.c: (gst_aasink_open):
19342         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19343         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19344         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19345         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19346         (gst_afsink_close_file):
19347         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19348         (gst_afsrc_close_file):
19349         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19350         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19351         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19352         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19353         * ext/esd/esdmon.c: (gst_esdmon_get):
19354         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
19355         * ext/faac/gstfaac.c: (gst_faac_chain):
19356         * ext/faad/gstfaad.c: (gst_faad_chain):
19357         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19358         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19359         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19360         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19361         (gst_flacdec_loop):
19362         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19363         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19364         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19365         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19366         (gst_gnomevfssink_close_file):
19367         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19368         (gst_gnomevfssrc_open_file):
19369         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19370         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19371         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19372         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19373         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19374         * ext/mad/gstmad.c: (gst_mad_chain):
19375         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19376         * ext/mpeg2dec/gstmpeg2dec.c:
19377         * ext/mpeg2enc/gstmpeg2enc.cc:
19378         * ext/mplex/gstmplex.cc:
19379         * ext/mplex/gstmplexibitstream.cc:
19380         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19381         (gst_ogg_demux_push):
19382         * ext/raw1394/gstdv1394src.c:
19383         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19384         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19385         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19386         (gst_sf_loop):
19387         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19388         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
19389         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19390         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19391         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19392         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19393         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19394         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19395         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19396         (gst_riff_read_element_data), (gst_riff_read_seek),
19397         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19398         * gst/adder/gstadder.c: (gst_adder_loop):
19399         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19400         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19401         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19402         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19403         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19404         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19405         * gst/goom/gstgoom.c: (gst_goom_chain):
19406         * gst/id3/gstid3types.c: (gst_id3types_loop):
19407         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19408         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19409         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19410         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19411         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19412         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19413         (gst_ebml_read_float), (gst_ebml_read_header):
19414         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19415         (gst_matroska_demux_parse_blockgroup):
19416         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19417         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19418         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19419         * gst/silence/gstsilence.c: (gst_silence_get):
19420         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19421         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19422         * gst/speed/gstspeed.c: (speed_loop):
19423         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19424         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19425         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19426         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19427         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19428         (gst_wavparse_loop):
19429         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19430         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19431         (dxr3audiosink_close):
19432         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19433         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19434         (dxr3videosink_close), (dxr3videosink_write_data):
19435         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19436         * sys/oss/gstosssink.c: (gst_osssink_chain):
19437         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19438         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19439         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19440         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19441         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19442         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19443         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19444         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19445         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19446         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19447         (gst_v4l_set_audio):
19448         * sys/v4l/v4l_calls.h:
19449         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19450         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19451         (gst_v4lmjpegsink_playback_init),
19452         (gst_v4lmjpegsink_playback_start):
19453         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
19454         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19455         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19456         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19457         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19458         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19459         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19460         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19461         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19462         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19463         (gst_v4l2_get_output), (gst_v4l2_set_output),
19464         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19465         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19466         (gst_v4l2_set_attribute):
19467         * sys/v4l2/v4l2_calls.h:
19468         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19469         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19470         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19471         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19472         (gst_v4l2src_capture_stop):
19473         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19474         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19475         (gst_ximagesink_chain):
19476         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19477         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19478         (gst_xvideosink_xwindow_new):
19479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19480         (gst_xvimagesink_chain):
19481
19482 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19483
19484         * gst/volume/gstvolume.c: (gst_volume_set_volume),
19485         (gst_volume_get_volume), (volume_class_init), (volume_init),
19486         (volume_chain_int16), (volume_update_volume):
19487         * gst/volume/gstvolume.h:
19488           make code more readable by removing magic numbers
19489           make mixer interface export 0-100 range
19490           make it internally map to 0.0-1.0 range so users don't distort
19491           output by putting the sliders at full volume
19492
19493 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19494
19495         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
19496         (gst_play_state_change), (gst_play_seek_to_time):
19497         block the tick callback for 0.5 secs after doing a seek
19498
19499 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19500
19501         * gst-libs/gst/play/play.c: (gst_play_new):
19502           check for GError
19503
19504 2004-02-01  Julien MOUTTE  <julien@moutte.net>
19505
19506         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
19507         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
19508         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19509         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
19510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19511         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
19512
19513 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19514
19515         * configure.ac:
19516         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19517           check for a function added in vorbis 1.1
19518
19519 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19520
19521         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19522         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
19523           really start/stop clock only on PLAYING <=> PAUSED
19524         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19525           remove \n from debugging lines
19526         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19527           make it work when seeking does not
19528         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19529           reset on DISCONT
19530
19531 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19532
19533         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
19534           start clock on PAUSED=>PLAYING, not later
19535         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19536           extract correct time for different discont formats
19537         (gst_alsa_sink_get_time):
19538           don't segfault when no format is negotiated yet, just return 0
19539         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19540         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
19541         (gst_ogg_pad_push):
19542           handle flush and discont events correctly
19543         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19544           handle discont events correctly
19545
19546 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19547
19548         * gst-libs/gst/play/play.c: (gst_play_error_quark),
19549         (gst_play_error_create), (gst_play_error_plugin),
19550         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
19551         * gst-libs/gst/play/play.h:
19552           add error handling during creation
19553         * examples/gstplay/player.c: (main):
19554           use new gst_play_new
19555
19556
19557 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19558
19559         * ext/theora/theoradec.c: (theora_dec_chain):
19560           make comments work
19561         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19562         (vorbis_dec_src_event), (vorbis_dec_chain):
19563           add encoder tag, fix tag reading to be more error tolerant, change
19564           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
19565           gst_pad_event_default.
19566         * gst/tags/gstvorbistag.c:
19567         (gst_tag_list_from_vorbiscomment_buffer):
19568           undefine function specific define at end of function
19569
19570 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
19571
19572         * ext/flac/gstflac.c: (plugin_init):
19573         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
19574         * ext/flac/gstflacdec.h:
19575         * ext/flac/gstflacenc.h:
19576           Fix typos
19577
19578 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
19579
19580         * examples/gstplay/player.c: s/gstplay.h/play.h/
19581
19582 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19583
19584         * gst-libs/gst/play/Makefile.am:
19585         * gst-libs/gst/play/gstplay.c:
19586         * gst-libs/gst/play/gstplay.h:
19587         * gst-libs/gst/play/play.c:
19588           more surgery, operation complete
19589
19590 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19591
19592         * gst-libs/gst/play/play.old.c:
19593         * gst-libs/gst/play/play.old.h:
19594           after CVS surgery by moving, remove
19595         * gst-libs/gst/play/playpipelines.c:
19596           remove
19597
19598         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19599           add negotiation error
19600
19601 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19602
19603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19604         (gst_ogg_demux_push):
19605           add some seeking debug info
19606           send a flush when seeking
19607
19608 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19609
19610         * configure.ac:
19611           use AC_C_INLINE
19612         * configure.ac:
19613         * ext/Makefile.am:
19614         * ext/theora/Makefile.am:
19615         * ext/theora/theoradec.c:
19616           add theora video decoder. Does just do simple decoding for now and
19617           has been tested against Theora cvs only. It only works when theora
19618           is compiled with --enable-static.
19619         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19620           always reset packetno on DISCONT
19621
19622 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19623
19624         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19625           Fix audio.
19626
19627 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19628
19629         * gst/mpegaudioparse/gstmpegaudioparse.c:
19630         (mp3_type_frame_length_from_header):
19631           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19632
19633 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19634
19635         * ext/esd/esdsink.c: (gst_esdsink_init):
19636           Since we have static pad template caps, we don't need to negotiate;
19637           either the core errors out or we know the format.
19638
19639 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19640
19641         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19642         (gst_riff_read_seek):
19643         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19644         (gst_ebml_read_seek):
19645           Fix event handling.
19646
19647 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19648
19649         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19650           removee video/x-theora from vp3 decoder, it doesn't handle raw
19651           theora streams
19652         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19653           fix bug with finalizing element that never went to PAUSED
19654         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19655           length and position queries were swapped
19656         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19657         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19658         (vorbis_dec_src_event):
19659           implement querying time and bytes
19660
19661 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19662
19663         * just about every source file:
19664           gst_element_error -> GST_ELEMENT_ERROR
19665
19666 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19667
19668         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19669         emiting FLUSH and even before DISCONT.
19670         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19671         get the best instant seeking as possible yay!
19672
19673 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19674
19675         * gst/mpeg1videoparse/gstmp1videoparse.c:
19676         (gst_mp1videoparse_real_chain):
19677           Committed wrong version last week... Grr... Didn't notice until now.
19678
19679 2004-01-29  Julien MOUTTE <julien@moutte.net>
19680
19681         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19683         have_xwindow_id signal in xwindow_create.
19684
19685 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19686
19687         * ext/ogg/gstoggdemux.c:
19688           lots of changes - mainly support for chained bitstreams, seeking,
19689           querying and bugfixes of course
19690         * ext/vorbis/Makefile.am:
19691         * ext/vorbis/vorbisdec.c:
19692         * ext/vorbis/vorbisdec.h:
19693           add vorbisdec raw vorbis decoder
19694         * ext/vorbis/vorbis.c: (plugin_init):
19695           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19696         * gst/intfloat/Makefile.am:
19697         * gst/intfloat/float22int.c:
19698         * gst/intfloat/float22int.h:
19699         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19700           add float2intnew plugin. It converts multichannel interleaved float to
19701           multichannel interleaved int. The name should probably be changed.
19702         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19703         (plugin_init):
19704           add typefinding for raw theora video so oggdemux can detect it.
19705
19706 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19707
19708         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19709         sink element first.
19710         * gst/videoscale/gstvideoscale.c:
19711         (gst_videoscale_handle_src_event): Fixing src event handler.
19712
19713 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19714
19715         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19716         (gst_v4lsrc_open), (gst_v4lsrc_close),
19717         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19718         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19719         * sys/v4l/gstv4lsrc.h:
19720         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19721         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19722           Implement resizing... Hack. But that's why v4l is b0rked...
19723
19724 2004-01-28  Julien MOUTTE <julien@moutte.net>
19725
19726         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19727         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19728         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19729         (gst_ximagesink_xwindow_destroy):
19730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19731         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19732         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19733         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19734         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19735         correctly cleaning the image created to check xshm calls on succes,
19736         added a lot of XSync calls in X11 functions, and fixed a segfault when
19737         no image format was defined before negotiation happened.
19738
19739 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19740
19741         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19742           use gst_element_get_time to get correct time
19743
19744 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19745
19746         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19747         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19748         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19750         (gst_xvimagesink_check_xshm_calls),
19751         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19752         X plugins are now able to detect that XShm calls will fail even if the
19753         server claims that it has XShm support (remote displays most of the
19754         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19755         so that we use non XShm functions. This feature is almost useless for
19756         xvimagesink as Xv is not supported on remote displays anyway, but
19757         it might happen than even on the local display XShm calls fail.
19758
19759 2004-01-27  David Schleef  <ds@schleef.org>
19760
19761         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19762         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19763         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19764         changed esdsink to only use 44100,16,2, since esd sucks at rate
19765         conversion and esdsink has had difficulty negotiating.
19766
19767 2004-01-27  Julien MOUTTE <julien@moutte.net>
19768
19769         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19770         (gst_play_seek_to_time): Fixing the way to get current position.
19771
19772 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19773
19774         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19775           use gst_element_get_time to get correct time
19776
19777 2004-01-27  Julien MOUTTE <julien@moutte.net>
19778
19779         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19780         fix ever... Inverting 2 lines of code make spider autoplug correctly
19781         tagged mp3 !
19782
19783 2004-01-27  David Schleef  <ds@schleef.org>
19784
19785         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19786         Use gst_pad_try_set_caps_nonfixed().
19787
19788 2004-01-27  David Schleef  <ds@schleef.org>
19789
19790         * gst/ac3parse/gstac3parse.c: update to checklist 5
19791         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19792         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19793         * gst/audioscale/gstaudioscale.c: same
19794         * gst/auparse/gstauparse.c: same
19795         * gst/avi/gstavidemux.c: same
19796
19797 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19798
19799         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19800           stop processing after EOS
19801
19802 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19803
19804         * gst/asfdemux/asfheaders.h:
19805         * gst/asfdemux/gstasfdemux.c:
19806         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19807         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19808         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19809           lot's of fixes to make data extraction simpler and get the code
19810           architecture and compiler independant. Add debugging category
19811         * gst/goom/gstgoom.c: (gst_goom_change_state):
19812           reset channel count on PAUSED=>READY, not READY=>PAUSED
19813
19814 2004-01-26  Colin Walters  <walters@verbum.org>
19815
19816         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19817         code to pull a bigger buffer in iradio mode.  This as a side effect
19818         makes typefinding work.
19819
19820 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19821
19822         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19823         Fix SVQ3 decoding on PPC
19824
19825 2004-01-26  Julien MOUTTE <julien@moutte.net>
19826
19827         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19828         that one managed to stay there... Fixed.
19829
19830 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19831
19832         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19833         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19834         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19835         (qtdemux_video_caps):
19836         * gst/qtdemux/qtdemux.h:
19837         Add SVQ3 specific flags to qtdemux and ffmpeg
19838
19839 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19840
19841         * gst-libs/gst/audio/audio.h:
19842           remove buffer-frames from audio caps
19843         * gst/audioconvert/gstaudioconvert.c:
19844           fix plugin to really work.
19845
19846 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19847
19848         * gst-libs/gst/mixer/mixer.c:
19849         * gst-libs/gst/propertyprobe/propertyprobe.c:
19850         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19851         (gst_tuner_find_channel_by_name):
19852         * gst-libs/gst/tuner/tuner.h:
19853           Add gtk-doc style comments. Also fix a function name.
19854
19855 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19856
19857         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19858         (gst_divxdec_negotiate):
19859           Fix for new capsnego - also fixes gst-player with divxdec.
19860
19861 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19862
19863         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19864         (gst_play_identity_handoff), (gst_play_set_location),
19865         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19866         try in visualization implementation. Still have an issue with switch
19867         blocking when pulling from video_queue and only audio comes out of
19868         spider.
19869         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19870         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19871         release method. And check if the pad is usable before pulling.
19872
19873 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19874
19875         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19876         (gst_videobalance_init),
19877         (gst_videobalance_colorbalance_list_channels),
19878         (gst_videobalance_colorbalance_set_value),
19879         (gst_videobalance_colorbalance_get_value),
19880         (gst_videobalance_update_properties),
19881         (gst_videobalance_update_tables_planar411),
19882         (gst_videobalance_planar411):
19883         * gst/videofilter/gstvideobalance.h:
19884           Implement lookup-tables. +/- 10x faster.
19885
19886 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19887
19888         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19889         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19890           The index reading was broken. The rest worked fine, but the whole
19891           goal of my rewrite was to make avidemux readable, and this was
19892           not at all readable. Please use typed variables.
19893
19894 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19895
19896         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19897           Additional pad usability check.
19898         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19899         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19900         (gst_mp1videoparse_real_chain):
19901           Fix MPEG video stream parsing. The original plugin had several
19902           issues, including not timestamping streams where the source was
19903           not timestamped (this happens with PTS values in mpeg system
19904           streams, but MPEG video is also a valid stream on its own so
19905           that needs timestamps too). We use the display time code for that
19906           for now. Also, if one incoming buffer contains multiple valid
19907           frames, we push them all on correctly now, including proper EOS
19908           handling. Lastly, several potential segfaults were fixed, and we
19909           properly sync on new sequence/gop headers to include them in next,
19910           not previous frames (since they're header for the next frame, not
19911           the previous). Also see #119206.
19912         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19913         (bpf_from_header):
19914           Move caps setting so we only do it after finding several valid
19915           MPEG-1 fraes sequentially, not right after the first one (which
19916           might be coincidental).
19917         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19918         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19919         (plugin_init):
19920           Add unsynced MPEG video stream typefinding, and change some
19921           probability values so we detect streams rightly. The idea is as
19922           follows: I can have an unsynced system stream which contains
19923           video. In the current code, I would randomly get a type for either
19924           system or video stream type found, because the probabilities are
19925           being calculated rather randomly. I now use fixed values, so we
19926           always prefer system stream if that was found (and that is how it
19927           should be). If no system stream was found, we can still identity                the stream as video-only.
19928
19929 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19930
19931         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19932         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19933           don't write to buffer. Extract data without the need of
19934           __attribute__ ((packed))
19935
19936 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19937
19938         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19939         (mpeg1_sys_type_find):
19940           Fix MPEG-1 stream typefinding.
19941
19942 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19943
19944         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19945           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19946
19947 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19948
19949         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19950         * ext/esd/gstesd.c: (plugin_init):
19951           private debugging, better error reporting
19952
19953 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19954
19955         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19956         (gst_riff_read_init), (gst_riff_read_change_state):
19957         * gst-libs/gst/riff/riff-read.h:
19958           Remove stuff fromold metadata system.
19959
19960 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19961
19962         * ext/ogg/gstoggdemux.c:
19963           Fix wrong file comment.
19964         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19965         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19966           Add metadata reading properly.
19967
19968 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19969
19970         * ext/Makefile.am:
19971           Fix nas DIST_SUBDIRS
19972           Uraeus:
19973           Fix bug where make distcheck doesn't get run on adding stuff to
19974           the build.
19975
19976 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19977
19978         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19979         * ext/divx/gstdivxdec.h:
19980           Fix divx3 ("msmpeg4") playback using divxdec.
19981
19982 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19983
19984         * gst/typefind/gsttypefindfunctions.c:
19985         (mp3_type_frame_length_from_header): fix bug in length computation
19986         (mp3_type_find): improve debugging output
19987
19988 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19989
19990         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19991         (gst_play_set_location), (gst_play_seek_to_time),
19992         (gst_play_set_audio_sink), (gst_play_set_visualization),
19993         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19994         the pipeline from scratch. Visualization is back and switch went out as
19995         i realized it was not possible to use the way i wanted.
19996         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19997         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19998         clearing in state change from READY to NULL. So that one can clean the
19999         X ressources keeping the element.
20000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20001         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
20002         (gst_xvimagesink_colorbalance_set_value),
20003         (gst_xvimagesink_colorbalance_get_value),
20004         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
20005         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
20006         change from READY to NULL and fixed some stupid bugs in colorbalance
20007         get/set values. Also added the following feature : when nobody tries to
20008         set some values to the colorbalance levels before the xcontext is
20009         grabbed, then when creating channels list from Xv attributes we set the
20010         internal values to the Xv defaults. This way we handle buggy Xv drivers
20011         that set default hue values far from the middle of the range (Thanks
20012         to Jon Trowbridge for pointing that issue).
20013         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
20014         colorbalance levels have been set before xcontext is grabbed.
20015
20016 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20017
20018         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20019           Fix the ossmixer case where we shouldn't open /dev/dsp* because
20020           it might block operations (which is bad for a mixer).
20021
20022 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20023
20024         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
20025         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
20026         (gmip_find_type_pre):
20027         * gst-libs/gst/media-info/media-info-priv.h:
20028         * gst-libs/gst/media-info/media-info.c:
20029         (gst_media_info_instance_init), (gst_media_info_read_idler):
20030         add fakesink to get caps on decoder src pad again
20031         fix callback prototype to match new have_type signal signature
20032
20033 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20034
20035         * gst/adder/gstadder.c: (gst_adder_link):
20036           fix non-compile and cut-n-paste code
20037
20038 2004-01-21  David Schleef  <ds@schleef.org>
20039
20040         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
20041         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
20042         (gst_swfdec_init), (gst_swfdec_change_state):
20043         * ext/swfdec/gstswfdec.h:
20044         Fix negotiation.
20045         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
20046         (gst_adder_request_new_pad): Fix negotiation.
20047         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
20048         Add a fixate function.
20049         * gst/intfloat/gstfloat2int.c:
20050         * gst/intfloat/gstfloat2int.h:
20051         * gst/intfloat/gstint2float.c:
20052         * gst/intfloat/gstint2float.h:
20053         Completely rewrite the negotiation.  Doesn't quite work yet,
20054         due to some buffer-frames problem.
20055
20056 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20057
20058         * ext/gnomevfs/gstgnomevfssrc.c:
20059         * sys/v4l2/v4l2_calls.h:
20060           fix includes for distcheck
20061
20062 2004-01-21  Christian Schaller <uraeus@gnome.org>
20063
20064         * ext/nas/
20065         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
20066         based on earlier patch from Laurent Vivier
20067
20068 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
20069
20070         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
20071         Fix wma caps property
20072         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20073         Fix typo (flags1 and flags2)
20074
20075 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20076
20077         * gst-libs/gst/media-info/media-info-priv.c:
20078         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
20079         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
20080         (gmip_find_stream), (gmip_find_track_metadata),
20081         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
20082         (gmip_find_track_format):
20083         * gst-libs/gst/media-info/media-info-priv.h:
20084         * gst-libs/gst/media-info/media-info-test.c: (main):
20085         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
20086         (gst_media_info_read_idler), (gst_media_info_read):
20087         * gst-libs/gst/media-info/media-info.h:
20088           register debugging category and use it for debugging
20089
20090 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20091
20092         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
20093         (gst_vorbisfile_new_link):
20094           signal streaminfo through tags
20095
20096 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20097
20098         * ext/mplex/gstmplex.cc:
20099         * ext/mplex/gstmplexibitstream.cc:
20100           g++ doesn't like NULL in our i18n/error macros, should be
20101           either (NULL) or ("").
20102
20103 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20104
20105         * sys/dxr3/dxr3audiosink.c:
20106         * sys/dxr3/dxr3init.c:
20107         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
20108         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
20109           Fix more error error error errors (missing includes here).
20110
20111 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20112
20113         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20114           fix thomas' error errors.
20115
20116 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20117
20118         * ext/mpeg2enc/gstmpeg2enc.cc:
20119           fix error errors.
20120
20121 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20122
20123         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
20124         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
20125           Fix for new error system.
20126
20127 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20128
20129         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
20130           fix for new error reporting
20131
20132 2004-01-20  David Schleef  <ds@schleef.org>
20133
20134         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20135         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
20136         (gst_ximagesink_set_xwindow_id): Change to using a framerate
20137         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
20138         and neither is 100+, most likely.
20139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20140         (gst_xvimagesink_getcaps): same
20141
20142 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20143
20144         * configure.ac:
20145           Up version requirement to 2.0.3 (not yet released) to avoid symbol
20146           clashes with ffmpeg.
20147
20148 2004-01-20  Julien MOUTTE  <julien@moutte.net>
20149
20150         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20151         (gst_switch_init): Fixed switch element : proxying link and setting
20152         caps from src to sink on request.
20153
20154 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20155
20156         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20157         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
20158         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
20159         fix element_error
20160
20161 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20162
20163         * sys/v4l/v4l_calls.h:
20164         * sys/v4l2/v4l2_calls.h:
20165           element_error fixes
20166
20167 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20168
20169         * gst-libs/gst/gst-i18n-plugin.h:
20170           add locale.h
20171           remove config.h inclusion
20172
20173 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20174
20175         * autogen.sh:
20176           adding autopoint invocation
20177         * Makefile.am:
20178         * configure.ac:
20179         * gst-libs/gst/gettext.h:
20180           adding gettext bits
20181         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
20182         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
20183         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20184         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
20185         (gst_gnomevfssink_close_file):
20186         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
20187         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
20188         * gst-libs/gst/gst-i18n-plugin.h:
20189         * gst/avi/gstavi.c: (plugin_init):
20190         * sys/dxr3/dxr3init.c: (plugin_init):
20191         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
20192         * sys/oss/gstossaudio.c: (plugin_init):
20193         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
20194         * sys/v4l/gstv4l.c: (plugin_init):
20195         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20196         * sys/v4l2/gstv4l2.c: (plugin_init):
20197         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
20198         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
20199         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
20200         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
20201         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
20202         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
20203           make sure locale and translation domain are set
20204           fix translated strings
20205         * po/.cvsignore:
20206         * po/LINGUAS:
20207         * po/Makevars:
20208         * po/POTFILES.in:
20209         * po/nl.po:
20210           put translation files into place
20211         * sys/xvideo/imagetest.c: (main):
20212         * ext/dv/demo-play.c: (main):
20213           fix unnecessary translations
20214
20215 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20216
20217         * ext/sndfile/gstsf.c:
20218         * gst/avi/gstavimux.c:
20219         * ext/audiofile/gstafsink.c:
20220         * ext/audiofile/gstafsrc.c:
20221         * ext/gnomevfs/gstgnomevfssink.c:
20222         * ext/gnomevfs/gstgnomevfssrc.c:
20223         * sys/oss/gstosselement.c:
20224         * sys/v4l/v4l_calls.h:
20225           fix i18n include
20226
20227 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20228
20229         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
20230         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
20231         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
20232         (gst_v4l2_get_output), (gst_v4l2_set_output),
20233         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
20234         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
20235         (gst_v4l2_set_attribute):
20236         update to new error handling
20237
20238 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20239
20240         * ext/sidplay/gstsiddec.cc:
20241         * gst/modplug/gstmodplug.cc:
20242           parenthese NULL because C++ seems angry about it
20243
20244 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20245
20246         * gst-libs/gst/gst-i18n-plugin.h:
20247           add skeleton i18n stuff, but needs to be further implemented
20248
20249 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20250
20251         * examples/gstplay/player.c: (main):
20252         * ext/aalib/gstaasink.c: (gst_aasink_open):
20253         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
20254         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20255         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20256         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
20257         (gst_afsink_close_file):
20258         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
20259         (gst_afsrc_close_file):
20260         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
20261         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20262         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
20263         * ext/esd/esdmon.c: (gst_esdmon_get):
20264         * ext/esd/esdsink.c: (gst_esdsink_chain):
20265         * ext/faac/gstfaac.c: (gst_faac_chain):
20266         * ext/faad/gstfaad.c: (gst_faad_chain):
20267         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
20268         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20269         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
20270         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
20271         (gst_flacdec_loop):
20272         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20273         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20274         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
20275         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
20276         (gst_gnomevfssink_close_file):
20277         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
20278         (gst_gnomevfssrc_open_file):
20279         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
20280         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
20281         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
20282         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
20283         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
20284         * ext/mad/gstmad.c: (gst_mad_chain):
20285         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20286         * ext/mpeg2dec/gstmpeg2dec.c:
20287         * ext/mpeg2enc/gstmpeg2enc.cc:
20288         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20289         * ext/mplex/gstmplex.cc:
20290         * ext/mplex/gstmplexibitstream.cc:
20291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
20292         (gst_ogg_demux_push), (gst_ogg_pad_push):
20293         * ext/raw1394/gstdv1394src.c:
20294         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
20295         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
20296         * ext/sidplay/gstsiddec.cc:
20297         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
20298         (gst_sf_loop):
20299         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
20300         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
20301         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
20302         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20303         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
20304         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
20305         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
20306         * gst-libs/gst/Makefile.am:
20307         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
20308         (gst_riff_read_element_data), (gst_riff_read_seek),
20309         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
20310         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
20311         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
20312         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
20313         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
20314         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
20315         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
20316         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20317         * gst/goom/gstgoom.c: (gst_goom_chain):
20318         * gst/id3/gstid3types.c: (gst_id3types_loop):
20319         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
20320         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
20321         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
20322         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20323         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
20324         (gst_ebml_read_float), (gst_ebml_read_header):
20325         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20326         (gst_matroska_demux_parse_blockgroup):
20327         * gst/modplug/gstmodplug.cc:
20328         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
20329         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20330         * gst/oneton/gstoneton.c: (gst_oneton_chain):
20331         * gst/silence/gstsilence.c: (gst_silence_get):
20332         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20333         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
20334         * gst/speed/gstspeed.c: (speed_loop):
20335         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20336         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20337         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
20338         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20339         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20340         (gst_wavparse_loop):
20341         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
20342         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
20343         (dxr3audiosink_close):
20344         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
20345         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
20346         (dxr3videosink_close), (dxr3videosink_write_data):
20347         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
20348         * sys/oss/gstosselement.h:
20349         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
20350         (gst_osssink_chain):
20351         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20352         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20353         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
20354         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
20355         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
20356         (gst_v4l_enable_overlay):
20357         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
20358         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
20359         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
20360         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
20361         (gst_v4l_set_audio):
20362         * sys/v4l/v4l_calls.h:
20363         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
20364         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
20365         (gst_v4lmjpegsink_playback_init),
20366         (gst_v4lmjpegsink_playback_start):
20367         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
20368         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
20369         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
20370         (gst_v4lmjpegsrc_requeue_frame):
20371         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20372         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
20373         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
20374         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
20375         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
20376         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
20377         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
20378         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
20379         (gst_v4l2src_capture_stop):
20380         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
20381         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20382         (gst_ximagesink_chain):
20383         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
20384         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
20385         (gst_xvideosink_xwindow_new):
20386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20387         (gst_xvimagesink_chain):
20388         use new error signal, function and categories
20389
20390 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
20391
20392         * configure.ac:
20393         * ext/Makefile.am:
20394         * ext/musicbrainz/gsttrm.c:
20395         * ext/musicbrainz/gsttrm.h:
20396         * ext/musicbrainz/Makefile.am:
20397         Add a trm plugin
20398
20399 2004-01-18  Julien MOUTTE  <julien@moutte.net>
20400
20401         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
20402         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
20403         synchronous property for debugging.
20404         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
20405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20406         (gst_xvimagesink_set_property): Moving a pointer declaration to a
20407         smaller block, fixing indent.
20408
20409 2004-01-16  David Schleef  <ds@schleef.org>
20410
20411         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
20412         property affects the video stream.
20413         * sys/xvimage/xvimagesink.c:
20414         * sys/xvimage/xvimagesink.h:
20415         Add synchronous property for debugging.  Should probably be
20416         disabled in non-CVS builds.  Make sure that the Xv attribute
20417         exists before we set it (crash!).  Fix a silly float bug that
20418         caused colorbalance to just not work.
20419
20420 2004-01-17  Christian Schaller <Uraeus@gnome.org>
20421
20422         * tools/gst-launch-ext.in - update for new plugins
20423
20424 2004-01-16  David Schleef  <ds@schleef.org>
20425
20426         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
20427         already-freed caps.
20428
20429 2994-01-16  Christian Schaller <Uraeus@gnome.org>
20430
20431         * Update spec for new colorspace plugin and libcaca plugin
20432         * Fix compilation of libcaca plugin (clock -> id)
20433
20434 2004-01-16  Julien MOUTTE <julien@moutte.net>
20435
20436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
20437         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20438         (gst_xvimagesink_set_xwindow_id),
20439         (gst_xvimagesink_colorbalance_set_value),
20440         (gst_xvimagesink_colorbalance_get_value),
20441         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20442         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
20443         correct colorbalance properties. They can now be set when the element
20444         is still in NULL state. The values will be committed to the Xv Port
20445         when xcontext is initialized.
20446         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
20447         brightness int values in the GstXvImagesink structure.
20448
20449 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20450
20451         * gst-libs/gst/Makefile.am:
20452           restructure so having local patches works easier.
20453
20454 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20455
20456         * ext/mpeg2enc/Makefile.am:
20457         * ext/mpeg2enc/gstmpeg2enc.cc:
20458         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20459           Bugfix with respect to EOS handling.
20460
20461 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20462
20463         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20464           Link with right caps (else, it segfaults).
20465         * ext/mplex/gstmplexjob.cc:
20466           Fix for slight API change in 1.6.1.93 release of mjpegtools.
20467
20468 2004-01-15  David Schleef  <ds@schleef.org>
20469
20470         * gst-libs/gst/audio/Makefile.am:
20471         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
20472         from the template.
20473         * gst-libs/gst/audio/gstaudiofilter.c:
20474         * gst-libs/gst/audio/gstaudiofilter.h:
20475         Add bytes_per_sample and size and n_samples calculation.
20476         * gst-libs/gst/audio/gstaudiofilterexample.c:
20477         Remove, now autogenerated.
20478         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20479         Moved from gstaudiofilterexample, object name changed, code added
20480         so that it actually works.
20481         * gst-libs/gst/audio/make_filter:
20482         Script to build an audiofilter subclass from the template.
20483         * gst/colorspace/Makefile.am:
20484         * gst/colorspace/yuv2yuv.c:
20485         Remove file, since it's GPL, and we don't use it.
20486
20487 2004-01-15  Julien MOUTTE  <julien@moutte.net>
20488
20489         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
20491         them use the buffer free function to test how the buffer was allocated.
20492
20493 2004-01-15  David Schleef  <ds@schleef.org>
20494
20495         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
20496         that handles osssink fallback.
20497         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20498         (gst_audio_convert_getcaps):
20499         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20500         Add audio/x-qdm2 for QDM2 audio.
20501         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20502         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
20503         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20504         Decrease minimum size to 16x16.
20505         * gst/wavparse/gstwavparse.c:
20506         Convert disabled pad template caps to new caps.
20507         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20509         (gst_xvimagesink_chain): Throw element error when display cannot
20510         be opened.  Increase minimum framerate to 1.0.  Check the data
20511         free function on a buffer to make sure it is the type we expect
20512         before manipulating it.
20513
20514 2004-01-15  Julien MOUTTE <julien@moutte.net>
20515
20516         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20517         (gst_videobalance_colorbalance_set_value): Implement passthru if
20518         settings are in the middle.
20519         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
20520
20521 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20522
20523         * gst/videofilter/Makefile.am:
20524         * gst/volume/Makefile.am:
20525           Since we use videofilter symbols, link to it.
20526
20527 2004-01-15  Julien MOUTTE <julien@moutte.net>
20528
20529         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
20530         mixer interface type to HARDWARE.
20531         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
20532         type to SOFTWARE.
20533         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
20534         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
20535         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
20536         (gst_volume_interface_init), (gst_volume_list_tracks),
20537         (gst_volume_set_volume), (gst_volume_get_volume),
20538         (gst_volume_set_mute), (gst_volume_mixer_init),
20539         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
20540         (volume_init): Implementing mixer interface.
20541         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
20542         * sys/oss/gstosselement.c: (gst_osselement_get_type),
20543         (gst_osselement_change_state): Removing some trailing commas in
20544         structures.
20545         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
20546         interface type to HARDWARE.
20547         * sys/v4l/gstv4lcolorbalance.c:
20548         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
20549         type to HARDWARE.
20550         * sys/v4l2/gstv4l2colorbalance.c:
20551         (gst_v4l2_color_balance_interface_init): Setting colorbalance
20552         interface type to HARDWARE.
20553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
20554         same code than ximagesink for event handling.
20555
20556 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20557
20558         * ext/snapshot/Makefile.am:
20559         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
20560         (gst_snapshot_chain):
20561         * ext/snapshot/gstsnapshot.h:
20562           This has to be a joke... Snapshot should be connected to a tee,
20563           colorspace element before it and EOS after that, where the other
20564           src of the tee receives normal data.
20565           The current way is *wrong*.
20566
20567 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20568
20569         * ext/hermes/gsthermescolorspace.c:
20570           Fix another compile error. Same as below.
20571
20572 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20573
20574         * gst/colorspace/gstcolorspace.c:
20575         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
20576         (gst_colorspace_i420_to_yv12):
20577           Fix compiling... Didn't test if it actually works.
20578
20579 2004-01-15  David Schleef  <ds@schleef.org>
20580
20581         * configure.ac:
20582         * gst/colorspace/Makefile.am:
20583         * gst/colorspace/gstcolorspace.c:
20584         * gst/colorspace/gstcolorspace.h:
20585         * gst/colorspace/yuv2rgb.c:
20586         * gst/colorspace/yuv2rgb.h:
20587         Duplicate the ext/hermes colorspace plugin, and remove Hermes
20588         code and GPL code.  Fix for new caps negotiation.  Rewrite
20589         much of the format handling code, and some of the conversion
20590         code.  Basically, rewrote almost everything.  This element
20591         handles I420, YV12 to RGB conversions.
20592         * ext/hermes/Makefile.am:
20593         * ext/hermes/gsthermescolorspace.c:
20594         Rename colorspace to hermescolorspace.  Fix negotiation issues.
20595         Remove non-Hermes related code.  This element handles lots of
20596         RGB to RGB conversions, but no YUV.
20597         * ext/hermes/gstcolorspace.c:
20598         * ext/hermes/gstcolorspace.h:
20599         * ext/hermes/rgb2yuv.c:
20600         * ext/hermes/yuv2rgb.c:
20601         * ext/hermes/yuv2rgb.h:
20602         * ext/hermes/yuv2rgb_mmx16.s:
20603         * ext/hermes/yuv2yuv.c:
20604         * ext/hermes/yuv2yuv.h:
20605         Remove old code.
20606
20607 2004-01-14  Colin Walters  <walters@verbum.org>
20608
20609         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
20610         they've already been.
20611
20612 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20613
20614         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20615           assume tag mode when pad is not connected
20616
20617 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20618
20619         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20620           Don't update the time of the clock
20621         (gst_alsa_sink_loop):
20622           sync to the clock given to alsasink, not the own clock
20623         * sys/oss/gstosssink.c: (gst_osssink_chain):
20624           sync to the clock
20625         (gst_osssink_change_state):
20626           activate the clock
20627         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20629           remove bogus code that made DISCONT events unhandled
20630         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20631           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20632           #131502)
20633         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20634         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20635         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20636           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20637           2nd warning in bug #131502)
20638
20639 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20640
20641         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20642         (gst_videobalance_colorbalance_set_value),
20643         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20644         for colorbalance interface implementation.
20645         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20646         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20647         (gst_ximagesink_dispose), (gst_ximagesink_init),
20648         (gst_ximagesink_class_init): Adding DISPLAY property.
20649         * sys/ximage/ximagesink.h: Adding display_name to store display.
20650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20651         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20652         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20653         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20654         properties (they still need polishing though for gst-launch use : no
20655         xcontext yet, i ll do that tomorrow).
20656         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20657
20658 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20659
20660         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20661         (gst_play_set_location), (gst_play_set_visualization): Preparing
20662         switch integration, adding videobalance in the pipeline.
20663
20664 2004-01-14  Julien MOUTTE <julien@moutte.net>
20665
20666         * gst-libs/gst/colorbalance/colorbalance.c:
20667         (gst_color_balance_class_init): Adding a default type.
20668         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20669         the type.
20670         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20671         (gst_videobalance_dispose), (gst_videobalance_class_init),
20672         (gst_videobalance_init), (gst_videobalance_interface_supported),
20673         (gst_videobalance_interface_init),
20674         (gst_videobalance_colorbalance_list_channels),
20675         (gst_videobalance_colorbalance_set_value),
20676         (gst_videobalance_colorbalance_get_value),
20677         (gst_videobalance_colorbalance_init): Implementing colorbalance
20678         interface.
20679         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20680         list.
20681         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20682         bug which was triggering a BadAccess X error when setting an overlay
20683         before pad was really negotiated.
20684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20685         Using the colorbalance type macro.
20686
20687 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20688
20689         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20690         (gst_flacenc_chain):
20691           handle tags correctly
20692         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20693           extract ID3v1 tags correctly
20694
20695 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20696
20697         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20698         (plugin_init):
20699           Improve matroska typefinding for odd-typed headers...
20700
20701 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20702
20703         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20704           Fix for using incremental number on padnames.
20705
20706 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20707
20708         * ext/divx/gstdivxdec.c:
20709         * ext/divx/gstdivxenc.c:
20710           Set category to divx4linux instead of divx (too generic).
20711         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20712         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20713         (gst_wavparse_loop), (gst_wavparse_change_state):
20714         * gst/wavparse/gstwavparse.h:
20715           fix parsing of WAV files with non-standard fmt-tag size and fix
20716           skipping of unrecognized chunks... Someone please fix this thing
20717           to use rifflib so all this is automated.
20718         * sys/v4l/Makefile.am:
20719         * sys/v4l2/Makefile.am:
20720           Add X_CFLAGS because we depend on X (for overlay).
20721
20722 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20723
20724         * ext/mpeg2dec/gstmpeg2dec.c:
20725           Don't issue a timestamp unless we tagged the frame
20726           with a PTS.
20727
20728 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20729
20730         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20731           Query the audio element to get the time, not the clock. We're
20732           interested in the element's time here.
20733
20734 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20735
20736         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20737         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20738         * ext/esd/esdsink.c: (gst_esdsink_chain):
20739         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20740         * ext/mas/massink.c: (gst_massink_chain):
20741         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20742         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20743         (gst_matroska_demux_parse_metadata):
20744         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20745         (gst_mpeg_parse_release_locks):
20746         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20747         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20748         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20749         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20750         (gst_osssink_change_state):
20751         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20752         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20753         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20754         (gst_xvideosink_release_locks):
20755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20756           use element time.
20757         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20758         (gst_alsa_clock_stop):
20759         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20760         (gst_audio_clock_get_internal_time):
20761           simplify for use with new clocking code.
20762         * testsuite/alsa/Makefile.am:
20763         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20764           fix testsuite for new caps system
20765
20766 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20767
20768         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20769         * ext/flac/gstflacenc.c: (add_one_tag):
20770           length is already host endian, no need to convert. Fixes playback of
20771           tagged files on PPC. (bug #128384)
20772
20773 2004-01-13  Julien MOUTTE <julien@moutte.net>
20774
20775         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20776         colorbalance interface stating if it is hardware based or software
20777         based.
20778         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20779         Removing a trailing comma.
20780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20781         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20782         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20783         the documentation seems to be wrong on the -1000 to 1000 interval.
20784
20785 2004-01-12  David Schleef  <ds@schleef.org>
20786
20787         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20788         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20789         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20790         Fix negotiation.  Add a bufferalloc function for the sink pad,
20791         and generally clean up some of the code.
20792
20793 2004-01-12  Julien MOUTTE <julien@moutte.net>
20794
20795         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20796         (gst_color_balance_channel_dispose): Adding safety check in dispose
20797         method.
20798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20799         (gst_xvimagesink_xcontext_clear),
20800         (gst_xvimagesink_interface_supported),
20801         (gst_xvimagesink_colorbalance_list_channels),
20802         (gst_xvimagesink_colorbalance_set_value),
20803         (gst_xvimagesink_colorbalance_get_value),
20804         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20805         Adding colorbalance interface support to set XV parameters such as
20806         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20807         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20808         interface.
20809
20810 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20811
20812         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20813         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20814         (gst_audio_convert_init), (gst_audio_convert_set_property),
20815         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20816         (gst_audio_convert_link),
20817         (gst_audio_convert_buffer_to_default_format),
20818         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20819           - implement _getcaps and use it
20820           - improve linking
20821           - remove float caps since no float conversion is actually done
20822           - remove properties and arguments that were to be used for rate
20823             conversion
20824
20825 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20826
20827         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20828         (gst_audio_structure_set_int):
20829         * gst-libs/gst/audio/audio.h:
20830           add helper functions for _getcaps matching the standard audio
20831           templates
20832
20833 2004-01-12  David Schleef  <ds@schleef.org>
20834
20835         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20836         Test that pad is negotiated before getting its caps.
20837
20838 2004-01-12  Julien MOUTTE <julien@moutte.net>
20839
20840         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20841         analyzing the pads of an element the bin is mostly in READY state so
20842         no caps were negotiated. This helper function needs to work with
20843         _get_caps directly then. I was not freeing them though, added that to
20844         fix the mem leak.
20845
20846 2004-01-12  Julien MOUTTE <julien@moutte.net>
20847
20848         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20850         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20851         than the free_func.
20852
20853 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20854
20855         * sys/oss/gstossaudio.c: (plugin_init):
20856         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20857         * sys/oss/gstosselement.h:
20858           make an oss debugging category
20859           make failure more descriptive
20860
20861 2004-01-11  David Schleef  <ds@schleef.org>
20862
20863         * ext/ffmpeg/gstffmpeg.c:
20864         * ext/ffmpeg/gstffmpegcodecmap.c:
20865         * ext/ffmpeg/gstffmpegdec.c:
20866         * ext/ffmpeg/gstffmpegenc.c:
20867         * ext/ffmpeg/gstffmpegprotocol.c:
20868         * ext/gdk_pixbuf/gstgdkanimation.c:
20869         * ext/jpeg/gstjpeg.c:
20870         * ext/libpng/gstpng.c:
20871         * ext/mpeg2dec/perftest.c:
20872         * ext/speex/gstspeex.c:
20873         * gst-libs/gst/resample/dtos.c:
20874         * gst/intfloat/gstintfloatconvert.c:
20875         * gst/oneton/gstoneton.c:
20876         * gst/rtjpeg/RTjpeg.c:
20877         * gst/rtp/gstrtp.c:
20878         * sys/dxr3/dxr3init.c:
20879         * sys/glsink/gstgl_nvimage.c:
20880         * sys/glsink/gstgl_pdrimage.c:
20881         * sys/glsink/gstglsink.c:
20882         * testsuite/gst-lint:
20883         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20884
20885 2004-01-11  David Schleef  <ds@schleef.org>
20886
20887         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20888         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20889         * ext/gdk_pixbuf/gstgdkanimation.c:
20890         (gst_gdk_animation_iter_create_pixbuf):
20891         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20892         (gst_gdk_pixbuf_chain):
20893         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20894         * ext/jack/gstjack.c: (gst_jack_change_state):
20895         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20896         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20897         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20898         * gst/videofilter/gstvideofilter.c:
20899         (gst_videofilter_set_output_size):
20900         Remove all usage of gst_pad_get_caps(), and replace it with
20901         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20902
20903 2004-01-11  David Schleef  <ds@schleef.org>
20904
20905         * configure.ac:
20906         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20907         * ext/divx/gstdivxdec.c:
20908         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20909         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20910         handle images that span multiple buffers.  Now work with both
20911         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20912         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20913         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20914         video/video.h changes
20915         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20916         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20917         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20918         of GstData free function.
20919         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20920         same.
20921
20922 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20923
20924         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20925         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20926         (gst_v4l2element_get_property):
20927         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20928           add norm, channel and frequency properties.
20929         * sys/v4l2/gstv4l2tuner.c:
20930           fixes for tuner interface changes
20931         * sys/v4l2/gstv4l2element.h:
20932         * sys/v4l2/gstv4l2src.c:
20933         * sys/v4l2/gstv4l2src.h:
20934         * sys/v4l2/v4l2src_calls.c:
20935         * sys/v4l2/v4l2src_calls.h:
20936           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20937
20938 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20939
20940         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20941         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20942         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20943         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20944         * gst-libs/gst/tuner/tuner.h:
20945           GObjects aren't const.
20946           Add find_by_name functions.
20947           Add checks to _changed functions.
20948         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20949         (gst_v4l_tuner_get_norm):
20950           Fixes for above.
20951
20952 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20953
20954         * gst-libs/gst/video/video.h:
20955           Fix caps template names to be understandable.
20956           Prefix everything with GST_VIDEO.
20957         * ext/aalib/gstaasink.c:
20958         * ext/divx/gstdivxdec.c:
20959         * ext/divx/gstdivxenc.c:
20960         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20961         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20962         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20963         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20964         * ext/libcaca/gstcacasink.c:
20965         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20966         * ext/snapshot/gstsnapshot.c:
20967         * ext/swfdec/gstswfdec.c:
20968         * ext/xvid/gstxviddec.c:
20969         * ext/xvid/gstxvidenc.c:
20970         * gst/chart/gstchart.c:
20971         * gst/deinterlace/gstdeinterlace.c:
20972         * gst/effectv/gsteffectv.c:
20973         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20974         * gst/goom/gstgoom.c:
20975         * gst/median/gstmedian.c:
20976         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20977         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20978         * gst/overlay/gstoverlay.c:
20979         * gst/smooth/gstsmooth.c:
20980         * gst/smpte/gstsmpte.c:
20981         * gst/synaesthesia/gstsynaesthesia.c:
20982         * gst/videocrop/gstvideocrop.c:
20983         * gst/videodrop/gstvideodrop.c:
20984         * gst/y4m/gsty4mencode.c:
20985         * sys/qcam/gstqcamsrc.c:
20986         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20987           Make them work with new video.h file.
20988         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20989         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20991         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20992           Make it work with new buffer allocation system.
20993
20994 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20995
20996         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20997         pad_alloc_buffer implementation to use ->srcpad
20998         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20999         pad_alloc_buffer implementation to use ->srcpad
21000         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
21001         pad_alloc_buffer implementation to use ->srcpad
21002         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21003         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
21004         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
21005         a reference to everything we need.
21006         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
21007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21008         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
21009         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
21010         a reference to everything we need.
21011         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
21012
21013 2004-01-11  David Schleef  <ds@schleef.org>
21014
21015         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
21016         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
21017         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
21018         structure members.
21019         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
21020         value during a resize/renegotiation.
21021         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
21022         gst_pad_alloc_buffer();
21023         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
21024         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
21025         structure members.
21026         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
21027         Fix for rename of buffer private structure members.
21028         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
21029         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
21030         Fix for rename of buffer private structure members.
21031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
21032         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
21033         Fix for rename of buffer private structure members.
21034
21035 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
21036
21037         reviewed by: David Schleef <ds@schleef.org>
21038
21039         * gst/videofilter/Makefile.am:
21040         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
21041         from the patch by ds to fit in with recent make_filter changes.
21042
21043 2004-01-11  Julien MOUTTE  <julien@moutte.net>
21044
21045         * configure.ac: Adding examples/switch/Makefile
21046         * examples/Makefile.am: Adding examples/switch
21047         * examples/switch/Makefile.am: Adding switcher example.
21048         * examples/switch/switcher.c: (got_eos), (idle_iterate),
21049         (switch_timer), (main): Adding an example demonstrating switch usage
21050         with 2 videotestsrc showing different patterns.
21051         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
21052         (gst_switch_init): Fixing switch with the new caps system.
21053
21054 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21055
21056         * gst-libs/gst/video/video.h:
21057           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
21058           They should probably be like
21059           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
21060
21061 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21062
21063         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21064         (qtdemux_parse_trak):
21065           fix audio chunk size/timestamp calculation
21066
21067 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21068
21069         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
21070           fix SVQ3 caps
21071
21072 2004-01-11  Steve Baker  <steve@stevebaker.org>
21073
21074         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
21075         (gst_agingtv_base_init), (gst_agingtv_class_init),
21076         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
21077         (gst_agingtv_set_property), (gst_agingtv_get_property):
21078         Port agingTV to videofilter
21079
21080 2004-01-09  Julien MOUTTE <julien@moutte.net>
21081
21082         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
21083         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
21084
21085 2004-01-09  Julien MOUTTE <julien@moutte.net>
21086
21087         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
21088         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
21089         * gst-libs/gst/xoverlay/xoverlay.c:
21090         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
21091         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
21092         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
21093         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21094         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
21095         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
21096         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
21097         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
21098         the bufferalloc_function to replace bufferpools, fixing the XOverlay
21099         interface implementation to handle xid being 0 and fix some bugs
21100         triggered by Benjamin's testcase.
21101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
21102         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
21103         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
21104         the bufferalloc_function to replace bufferpools, fixing the XOverlay
21105         interface implementation to handle xid being 0 and fix some bugs
21106         triggered by Benjamin's testcase.
21107
21108 2004-01-09  David Schleef  <ds@schleef.org>
21109
21110         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
21111         mouse pointer events.  It works.
21112
21113 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21114
21115         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
21116           Use explicit caps - fix capsnego.
21117         * ext/xvid/gstxviddec.c:
21118         * ext/xvid/gstxvidenc.c:
21119           Remove macro-inside-macro which caused compile errors.
21120         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
21121           Error out if it's not a RIFF file. Else we error out without
21122           gst_element_error() which is not good...
21123
21124 2004-01-08  David Schleef  <ds@schleef.org>
21125
21126         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
21127         Fix pad_link function to handle formats that ffmpeg returns
21128         as multiple caps structures.
21129         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
21130         Only complain if source buffer is _smaller_ than expected.
21131         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
21132         (gst_videoscale_handle_src_event): Resize navigation events
21133         when passing them upstream.
21134         * gst/videotestsrc/gstvideotestsrc.c:
21135         * gst/videotestsrc/gstvideotestsrc.h:
21136         * gst/videotestsrc/videotestsrc.c:
21137         * gst/videotestsrc/videotestsrc.h:
21138         Rewrite many of the buffer painting functions to handle odd
21139         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
21140         been verified to work with my video card.
21141         * testsuite/gst-lint:  Add check for elements calling
21142         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
21143
21144 2004-01-08  David Schleef  <ds@schleef.org>
21145
21146         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
21147         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
21148
21149 2004-01-08  Julien MOUTTE  <julien@moutte.net>
21150
21151         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
21152         configure event is not emiting the desired size signal. That fixes
21153         aspect ratio issues with gst-player.
21154
21155 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21156
21157         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
21158           Fix capsnego.
21159
21160 2004-01-08  Julien MOUTTE  <julien@moutte.net>
21161
21162         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
21163         public method to fire size signal.
21164
21165 2004-01-07  Julien MOUTTE  <julien@moutte.net>
21166
21167         * examples/gstplay/Makefile.am: Adding the interface library.
21168         * gst-libs/gst/play/Makefile.am: Adding the interface library.
21169         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
21170         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
21171         GST_IS_X_OVERLAY before signal connect.
21172         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
21173         Removing the have_video_size signal.
21174         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
21175         and associated public method.
21176         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21177         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
21178         signal.
21179         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
21180         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
21181         signal.
21182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
21183         Using XOverlay public method to fire size signal.
21184
21185 2004-01-07  David Schleef  <ds@schleef.org>
21186
21187         * gst/videofilter/Makefile.am:
21188         * gst/videofilter/gstvideotemplate.c:
21189         * gst/videofilter/make_filter:
21190         Create gstvideoexample.c in a srcdir!=builddir friendly way.
21191         Convert make_filter to /bin/sh script.
21192
21193 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21194
21195         * gst/modplug/gstmodplug.cc: fix element description
21196
21197 2004-01-07  Julien MOUTTE  <julien@moutte.net>
21198
21199         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21200         (got_video_size): Adding some new lines in g_print calls.
21201         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
21202         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
21203         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
21204         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
21205         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
21206         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
21207         Complete code review, reverting some stuff i disagree with, adding
21208         some fixes : time synchronization on invalid timestamps, renegotiation
21209         of private window.
21210         * sys/ximage/ximagesink.h:
21211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
21212         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
21213         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
21214         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
21215         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
21216         (gst_xvimagesink_buffer_new),
21217         (gst_xvimagesink_navigation_send_event),
21218         (gst_xvimagesink_set_xwindow_id),
21219         (gst_xvimagesink_get_desired_size),
21220         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
21221         stuff i disagree with, adding some fixes : Renegotiation of private
21222         window, implementing get_desired_size.
21223
21224 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21225
21226         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
21227         (gst_afsink_handle_event):
21228         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
21229         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
21230         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
21231         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
21232         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
21233           Fix for instantiate-test (see core). Also remove dead code from
21234           jpegenc (which still needs fixing, but that's lower on my TODO
21235           list...).
21236         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
21237           Never return NULL as caps.
21238
21239 2004-01-07  David Schleef  <ds@schleef.org>
21240
21241         * configure.ac:
21242         * ext/Makefile.am:
21243         * ext/librfb/Makefile.am:
21244         * ext/librfb/gstrfbsrc.c:
21245         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
21246         is the protocol used by VNC.
21247
21248 2004-01-07  David Schleef  <ds@schleef.org>
21249
21250         * gst/videofilter/gstvideotemplate.c:
21251         * gst/videofilter/gstvideotemplate.h:
21252         * gst/videofilter/make_filter:
21253         Merge videotemplate header into source file.
21254         * gst/effectv/Makefile.am:
21255         * gst/effectv/gsteffectv.c: (plugin_init):
21256         * gst/effectv/gstwarp.c:
21257         Make warpTV a subclass of videofilter.
21258
21259 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21260
21261         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21262           Add guard against invalid utf-8 conversions in mad. Just in case.
21263
21264 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21265
21266         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
21267           Fix for bug shown by poisoning
21268
21269 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21270
21271         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
21272         (gst_v4lmjpegsrc_buffer_free):
21273         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
21274         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
21275         (gst_v4lsrc_buffer_free):
21276           Fix for removed bufferpools.
21277
21278 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
21279
21280         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21281         Fix caps negotiation.
21282
21283         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
21284         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
21285         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
21286         (dvdnavsrc_event):
21287         * ext/mpeg2dec/gstmpeg2dec.c:
21288         * gst-libs/gst/navigation/navigation.c:
21289         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
21290         * gst-libs/gst/navigation/navigation.h:
21291         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
21292         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
21293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
21294         Super-simple first version of mouse and keyboard events. Clicking
21295         on a DVD menu now works, although it may not take you where you
21296         expected.
21297
21298         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
21299         * gst/videotestsrc/gstvideotestsrc.c:
21300         (gst_videotestsrc_src_fixate):
21301         These fixate functions were broken - they never actually
21302         fixated :)
21303
21304 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21305
21306         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
21307         (gst_icecastsend_init):
21308           fix for new caps system.
21309         * gst-libs/gst/mixer/mixertrack.h:
21310         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
21311           Add 'master track' flag (for tools like ACME that only want to
21312           change the main volume).
21313
21314 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
21315
21316         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
21317         (gst_xvid_csp_to_caps):
21318         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
21319         * ext/xvid/gstxvidenc.c:
21320         ifdef out ARGB type when it isn't available
21321         in xvidcore 1.0.0beta2
21322
21323 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21324
21325         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21326           When we have received a new SCR right in the first buffer after
21327           a seek (so in the same cycle that handles the discont), we should
21328           handle the buffer instead of unreffing it, else we lose data.
21329
21330 2004-01-06  Iain <iain@prettypeople.org>
21331
21332         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
21333           buffer-frames caps too.
21334
21335         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
21336           caps that we need, don't destroy them all and rebuild them. And when
21337           creating src pads, use the src pad template rather than the sink...
21338
21339 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21340
21341         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21342           Add pad to element *after* setting functions such as event handler.
21343           Without this, the scheduler (opt) will link pads, set the event
21344           handler from the default event function (dispatcher in gstpad.c)
21345           and *after* that, we will set our own event function, which will
21346           thus never be used (and thus mpegdemux doesn't handle events).
21347
21348 2004-01-04  David Schleef  <ds@schleef.org>
21349
21350         Fix the fixate functions to handle new prototype:
21351         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
21352         * gst/videotestsrc/gstvideotestsrc.c:
21353         (gst_videotestsrc_src_fixate):
21354         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
21355         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
21356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
21357
21358 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21359
21360         * sys/ximage/ximagesink.h:
21361         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
21362         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
21363         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
21364         (gst_ximagesink_xoverlay_init):
21365           assorted fixes to make (re)embedding work
21366         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
21367         (gst_ximagesink_get_desired_size):
21368           implement desired size additions to XOverlay
21369
21370 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21371
21372         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
21373         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
21374         (gst_x_overlay_got_desired_size):
21375         * gst-libs/gst/xoverlay/xoverlay.h:
21376           Add optional "desired size" signal and querying.
21377
21378 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21379
21380         * gst/matroska/matroska-demux.c:
21381         (gst_matroska_demux_parse_blockgroup):
21382           Fix EBML-laced block parsing. Diffs are relative to previous
21383           lace, not the first lace. Thanks to Mosu from the Matroska
21384           team for detecting this.
21385         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21386         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
21387         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
21388         (gst_wavparse_change_state):
21389         * gst/wavparse/gstwavparse.h:
21390           Quickfix for capsnego.
21391
21392 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21393
21394         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
21395           Fix indenting, fix pad creation.
21396
21397 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21398
21399         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
21400         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
21401         (gst_xviddec_sink_link):
21402           Implement src_getcaps() so proper size caps is negotiated.
21403
21404 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21405
21406         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
21407           Finish flac decoder on EOS. See #116178.
21408
21409 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21410
21411         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
21412         (gst_matroska_demux_add_stream):
21413         * gst/matroska/matroska-ids.h:
21414           Add getcaps() function to fix capsnego...
21415
21416 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21417
21418         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21419         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21420         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21421           Fix more integer overflows. Again, see #126967.
21422
21423 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21424
21425         * ext/mpeg2dec/gstmpeg2dec.c:
21426           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
21427           #130416.
21428
21429 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21430
21431         * configure.ac:
21432         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
21433         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
21434         * ext/xvid/gstxvid.h:
21435         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
21436         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
21437         (gst_xviddec_src_link), (gst_xviddec_sink_link),
21438         (gst_xviddec_change_state):
21439         * ext/xvid/gstxviddec.h:
21440         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
21441         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
21442         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
21443         (gst_xvidenc_link), (gst_xvidenc_set_property),
21444         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
21445         * ext/xvid/gstxvidenc.h:
21446           Update xvid plugin to latest xvid (1.0.0-beta3) API.
21447
21448 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21449
21450         * gst/rtp/rtp-packet.c:
21451           Add sys/types.h include, since OS X doesn't define in_addr_t
21452           in netinet/in.h, like it does on Linux (see #129600).
21453
21454 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
21455
21456         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
21457
21458         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
21459           Correct logic of dispose function (see #129306).
21460
21461 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21462
21463         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
21464         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21465         (gst_mpeg_parse_init):
21466         * gst/mpegstream/gstmpegparse.h:
21467           Remove clock (which was never provided, i.e. dead code), and
21468           also fix integer overflows at high PTS values (see #126967).
21469
21470 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21471
21472         * ext/flac/gstflacdec.c:
21473         * ext/libpng/gstpngenc.h:
21474         * ext/mikmod/gstmikmod.h:
21475           OS X fixes (see #126628).
21476
21477 2004-01-02  David Schleef  <ds@schleef.org>
21478
21479         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
21480         (gst_alsa_src_base_init): Remove bogus "src" request pad.
21481         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
21482         (gst_mpeg_parse_class_init): Move pad template registration
21483         to class_init, since the derived class (mpegdemux) doesn't
21484         want them.
21485
21486 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21487
21488         * sys/ximage/Makefile.am:
21489         * sys/xvideo/Makefile.am:
21490         * sys/xvimage/Makefile.am:
21491           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
21492           after installation (see #127664).
21493
21494 2004-01-02  David Schleef  <ds@schleef.org>
21495
21496         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
21497         (gst_ffmpegenc_connect):  Negotiation fixes.
21498         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
21499         Remove inappropriate gst_caps_free().
21500         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21501         Reenable Ronald's internal resize code, since the core handles
21502         it correctly now.
21503
21504 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21505
21506         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21507         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21508         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
21509           Fix pad template stuff.
21510
21511 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21512
21513         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
21514         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
21515           fix signed integer reading/writing.
21516
21517 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21518
21519         * ext/alsa/README:
21520           Remove outdated document
21521
21522 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
21523
21524         * gst/cutter/gstcutter.c: (gst_cutter_init):
21525           src pad was being created twice - oops.
21526
21527 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21528
21529         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21530           Comment out internal resize. It doesn't handle the resulting
21531           XEvent internally, does another try_set_caps() which leads to
21532           a really nice loop.
21533           Real fix will come when Julien and Dave are awake. ;).
21534
21535 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21536
21537         * ext/mpeg2enc/gstmpeg2enc.cc:
21538           fix const/nonconst compile issue.
21539
21540 2004-01-02  David Schleef  <ds@schleef.org>
21541
21542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
21543         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
21544         Add fixate function and a check for bad formats.
21545
21546 2004-01-01  David Schleef  <ds@schleef.org>
21547
21548         Negotiation fixes:
21549         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21550         (gst_audiofilter_init):
21551         * gst/debug/efence.c: (gst_efence_init):
21552         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21553         (gst_deinterlace_init):
21554         * gst/volume/gstvolume.c: (volume_connect):
21555
21556 2004-01-01  David Schleef  <ds@schleef.org>
21557
21558         Convert elements to use gst_pad_use_explicit_caps() where
21559         appropriate:
21560         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
21561         * ext/audiofile/gstafparse.c: (gst_afparse_init),
21562         (gst_afparse_open_file):
21563         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
21564         (gst_afsrc_open_file):
21565         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
21566         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
21567         (gst_ffmpegdec_chain):
21568         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21569         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
21570         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
21571         (gst_gdk_pixbuf_chain):
21572         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
21573         (gst_jpegdec_chain):
21574         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
21575         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21576         (gst_mikmod_negotiate):
21577         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21578         (gst_mpeg2dec_negotiate_format):
21579         * ext/mpeg2enc/gstmpeg2enc.cc:
21580         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21581         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
21582         (gst_speexdec_sinkconnect):
21583         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
21584         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
21585         (gst_vorbisfile_new_link):
21586         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
21587         (gst_ac3parse_chain):
21588         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
21589         (gst_asf_demux_setup_pad):
21590         * gst/auparse/gstauparse.c: (gst_auparse_init),
21591         (gst_auparse_chain):
21592         * gst/id3/gstid3types.c: (gst_id3types_loop):
21593         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21594         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21595         (mp1videoparse_parse_seq):
21596         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
21597         (bpf_from_header):
21598         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21599         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
21600         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21601         (gst_mpeg_parse_send_data):
21602         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21603         (gst_qtdemux_add_stream):
21604         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21605         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21606         (gst_wavparse_parse_fmt):
21607
21608 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21609
21610         * configure.ac:
21611           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
21612           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
21613           it therefore uses the wrong include paths. Too bad... Note
21614           that 1.6.1.93 is not release yet. ;).
21615           Also add a check for mplex, which is now using the lib'ified
21616           mplex from mjpegtools, too.
21617         * ext/ffmpeg/gstffmpegcodecmap.c:
21618           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
21619           issues. I don't think ffmpeg handles 3ivx correctly, so this
21620           probably won't work. But it won't hurt either.
21621         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
21622         (gst_ffmpegdec_chain):
21623         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
21624         (gst_ffmpegenc_chain_audio):
21625           Fix memleak in audio encoding. Close codec if open fails, this
21626           calls the cleanup routines so we can re-use the context.
21627         * ext/mpeg2enc/gstmpeg2enc.cc:
21628           Fix pad template names/types, fix memory issue with getcaps().
21629         * ext/mpeg2enc/gstmpeg2encoder.cc:
21630         * ext/mpeg2enc/gstmpeg2encoder.hh:
21631           Fix compile issue with new caps system (const thingy).
21632         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21633         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21634           We read a first frame right on initing, so that we have a caps
21635           when we init the output. This caps is cached in padprivate and
21636           read as first frame.
21637         * ext/mplex/Makefile.am:
21638         * ext/mplex/gstmplex.cc:
21639         * ext/mplex/gstmplex.h:
21640         * ext/mplex/gstmplex.hh:
21641         * ext/mplex/gstmplexibitstream.cc:
21642         * ext/mplex/gstmplexibitstream.hh:
21643         * ext/mplex/gstmplexjob.cc:
21644         * ext/mplex/gstmplexjob.hh:
21645         * ext/mplex/gstmplexoutputstream.cc:
21646         * ext/mplex/gstmplexoutputstream.hh:
21647           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21648           had issues, didn't do capsnego, supported only a subset of the
21649           mplex features and required a mplex fork in our local CVS. Plus
21650           that it worked agaist a very old mplex version. Rewriting was
21651           faster than updating it.
21652         * gst-libs/ext/Makefile.am:
21653         * gst-libs/ext/mplex/INSTRUCT:
21654         * gst-libs/ext/mplex/Makefile.am:
21655         * gst-libs/ext/mplex/README:
21656         * gst-libs/ext/mplex/TODO:
21657         * gst-libs/ext/mplex/ac3strm_in.cc:
21658         * gst-libs/ext/mplex/audiostrm.hh:
21659         * gst-libs/ext/mplex/audiostrm_out.cc:
21660         * gst-libs/ext/mplex/aunit.hh:
21661         * gst-libs/ext/mplex/bits.cc:
21662         * gst-libs/ext/mplex/bits.hh:
21663         * gst-libs/ext/mplex/buffer.cc:
21664         * gst-libs/ext/mplex/buffer.hh:
21665         * gst-libs/ext/mplex/fastintfns.h:
21666         * gst-libs/ext/mplex/format_codes.h:
21667         * gst-libs/ext/mplex/inputstrm.cc:
21668         * gst-libs/ext/mplex/inputstrm.hh:
21669         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21670         * gst-libs/ext/mplex/mjpeg_logging.cc:
21671         * gst-libs/ext/mplex/mjpeg_logging.h:
21672         * gst-libs/ext/mplex/mjpeg_types.h:
21673         * gst-libs/ext/mplex/mpastrm_in.cc:
21674         * gst-libs/ext/mplex/mpegconsts.cc:
21675         * gst-libs/ext/mplex/mpegconsts.h:
21676         * gst-libs/ext/mplex/mplexconsts.hh:
21677         * gst-libs/ext/mplex/multplex.cc:
21678         * gst-libs/ext/mplex/outputstream.hh:
21679         * gst-libs/ext/mplex/padstrm.cc:
21680         * gst-libs/ext/mplex/padstrm.hh:
21681         * gst-libs/ext/mplex/stillsstream.cc:
21682         * gst-libs/ext/mplex/stillsstream.hh:
21683         * gst-libs/ext/mplex/systems.cc:
21684         * gst-libs/ext/mplex/systems.hh:
21685         * gst-libs/ext/mplex/vector.cc:
21686         * gst-libs/ext/mplex/vector.hh:
21687         * gst-libs/ext/mplex/videostrm.hh:
21688         * gst-libs/ext/mplex/videostrm_in.cc:
21689         * gst-libs/ext/mplex/videostrm_out.cc:
21690         * gst-libs/ext/mplex/yuv4mpeg.cc:
21691         * gst-libs/ext/mplex/yuv4mpeg.h:
21692         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21693         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21694           We don't fork mjpegtools' mplex in our CVS anymore.
21695         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21696         (gst_avi_demux_add_stream):
21697         * gst/avi/gstavidemux.h:
21698           Add getcaps() function for proper caps nego. This makes some
21699           parts of AVI playback/reading work.
21700         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21701           Resize window on new capsnego. This is probably wrong, but
21702           I'm still committing it because with current capsnego, the
21703           first successfull capsnego is auto-fixated, therefore rounded
21704           down to the lowest values in the caps. this results in a 16x16
21705           XWindow that is not reized when real capsnego finishes.
21706           Dave, I see more cases of this, do you know a proper solution?
21707         * tools/gst-launch-ext.in:
21708           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21709
21710 2003-12-31  David Schleef  <ds@schleef.org>
21711
21712         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21713         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21714           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21715
21716 2003-12-30  David Schleef  <ds@schleef.org>
21717
21718         * ext/ffmpeg/gstffmpegcolorspace.c:
21719         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21720         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21721         (gst_ffmpegcsp_chain): Negotiation fixes
21722         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21723         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21724         (gst_audio_convert_link), (gst_audio_convert_channels):
21725         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21726         (gst_audioscale_link), (gst_audioscale_get_buffer),
21727         (gst_audioscale_chain): Negotiation fixes
21728         * gst/audioscale/gstaudioscale.h:
21729         * gst/videofilter/gstvideofilter.c:
21730         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21731         (gst_videofilter_link), (gst_videofilter_init),
21732         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21733         (gst_videofilter_find_format_by_structure):
21734         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21735         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21736         (gst_videoscale_link):
21737         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21738         (videoscale_find_by_structure), (gst_videoscale_setup):
21739         * gst/videoscale/videoscale.h: Negotiation fixes
21740         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21741         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21742         function, restrict resizing to a multiple of 4 (hack until
21743         everyone supports odd sizes correctly).
21744
21745 2003-12-29  Colin Walters  <walters@verbum.org>
21746
21747         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21748         signed.
21749
21750 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21751
21752         * ext/sndfile/gstsf.c: (gst_sf_loop):
21753           Fix warning about discarding const qualifier
21754
21755 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21756
21757         * gst/cutter/gstcutter.c:
21758         * gst/videoscale/gstvideoscale.c:
21759         * gst/volenv/gstvolenv.c:
21760         * gst-libs/gst/audio/audio.c:
21761         * gst-libs/gst/video/video.c:
21762           Fix warnings
21763
21764 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21765
21766         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21767           Don't send ALSA debugging to stderr.
21768         * ext/alsa/gstalsa.h:
21769           Use GST_WARNING instead of g_warning when ALSA functions fail.
21770
21771 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21772
21773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21774           Free XVAdapterInfo correctly.
21775
21776 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21777
21778         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21779         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21780           Make id3tag use correct caps nego.
21781
21782 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21783
21784         * ext/ivorbis/vorbis.c:
21785         * ext/ivorbis/vorbisenc.h:
21786         * ext/ivorbis/vorbisfile.c:
21787           Modify so that it uses the new caps things
21788
21789 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21790
21791         * testsuite/spider/spider1.c: (main):
21792         * testsuite/spider/spider2.c: (main):
21793         * testsuite/spider/spider3.c: (main):
21794           Make tests compile again. They probably don't work.
21795
21796 2003-12-24  Colin Walters  <walters@verbum.org>
21797
21798         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21799         we can't fixate the caps anymore.
21800
21801 2003-12-23  David Schleef  <ds@schleef.org>
21802
21803         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21804         * sys/oss/gstosssink.c: (gst_osssink_init),
21805         (gst_osssink_sink_fixate): Add fixate function.
21806
21807 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21808
21809         * ext/ffmpeg/gstffmpegcodecmap.c:
21810         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21811         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21812         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21813         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21814         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21815         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21816         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21817           fix typo in RGB masks, and move back to "old" colorspace
21818           capsnego code until whoever wrote this new crap has actually
21819           tested it so that it works.
21820           And yes, this works, keep it that way please.
21821
21822 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21823
21824         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21825         (gst_divxdec_init), (gst_divxdec_negotiate):
21826         * ext/divx/gstdivxdec.h:
21827         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21828         (gst_divxenc_init):
21829         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21830         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21831         * ext/mpeg2enc/gstmpeg2enc.cc:
21832         * ext/mpeg2enc/gstmpeg2encoder.cc:
21833         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21834         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21835         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21836         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21837         (dxr3spusink_init):
21838         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21839         (dxr3videosink_init):
21840           Fix caps breakage after Dave's caps branch merge.
21841
21842 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21843
21844         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21845           Fix for 24bpp display.
21846
21847 2003-12-23  Colin Walters  <walters@verbum.org>
21848
21849         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21850         a GnomeVFSHandle directly.
21851
21852 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21853
21854         * gst/volume/Makefile.am:
21855         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21856         (volume_base_init), (volume_init):
21857           Reenable volume element and fix to work with new caps stuff.
21858           Rhythmbox needs this.
21859
21860 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21861
21862         * gst/qtdemux/qtdemux.c: (plugin_init):
21863           qtdemux requires bytestream
21864
21865 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21866
21867         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21868           Fix remaining caps handling errors due to CAPS merge.
21869
21870 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21871
21872         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21873         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21874         (gst_faad_srcconnect):
21875           Port to new caps system.
21876
21877 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21878
21879         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21880         (got_video_size), (main): using g_print instead of g_message.
21881         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21882         signal which was not emitted because of "switch" element added to the
21883         bin but not connected. (Removing from the bin temporarily)
21884
21885 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21886
21887         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21888         find X development files. I don't understand the previous tests and
21889         they fail on my debian/ppc unstable. This one works.
21890         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21891         exiting.
21892         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21893         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21894         (gst_play_set_visualization): Add some safety checks in set_ methods
21895         and state_change. This was throwing some ugly CRITICAL messages when
21896         pipeline was getting disposed and casts were failing.
21897
21898 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21899
21900         * configure.ac:
21901           Improve mpeg2enc detection. This is for distributions that do
21902           ship mjpegtools, but without mpeg2enc. Also does object check
21903           for might there ever be ABI incompatibility.
21904         * ext/mpeg2enc/gstmpeg2enc.cc:
21905           Add Andrew as second maintainer (he's helping me), and also add
21906           an error if no caps was set. This happens if I pull before capsnego
21907           and that's something I should solve sometime else.
21908         * gst/matroska/matroska-demux.c:
21909         (gst_matroska_demux_parse_blockgroup):
21910           Fix time parsing.
21911         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21912         (gst_matroska_mux_track_header):
21913           Add caps to templates.
21914         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21915           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21916         * gst/mpegstream/gstmpegdemux.c:
21917           Remove layer since it causes warnings about unfixed caps.
21918         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21919           Fix obvious typo (we error out if caps were set, we should of
21920           course error out if *no* caps were set).
21921         * sys/oss/gstosselement.c: (gst_osselement_convert):
21922           Fix format conversion, we confused bits/bytes.
21923         * sys/oss/gstosselement.h:
21924           Improve documentation for 'bps'.
21925         * sys/v4l/TODO:
21926           Remove stuff about plugins that need removing - this was done
21927           ages ago.
21928         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21929         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21930         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21931         (gst_v4lsrc_src_query):
21932         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21933         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21934           Add get_query_types(), get_formats() and query() functions.
21935
21936 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21937
21938         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21939         * moved CVS to freedesktop.org