gst/playback/gstdecodebin.c: Replace GstPadBlockCallback with pad probes that detect...
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-01-23  Edward Hervey  <edward@fluendo.com>
2
3         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4         (free_pad_probes), (remove_fakesink), (pad_probe),
5         (close_pad_link), (gst_decode_bin_change_state):
6         Replace GstPadBlockCallback with pad probes that detect
7         first buffer AND eos before removing fakesink.
8         Fixes hang with demuxers doing EOS while pre-rolling.
9         Solves #328279
10
11 2006-01-23  Andy Wingo  <wingo@pobox.com>
12
13         * ext/alsa/gstalsasink.c:
14         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15         (gst_base_rtp_depayload_setcaps),
16         (gst_base_rtp_depayload_add_to_queue),
17         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18         
19         Patch by: Jens Granseuer <jensgr at gmx dot net>
20
21 2006-01-22  Julien MOUTTE  <julien@moutte.net>
22
23         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
24         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
25         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
26         frames. We might get a frame destroyed after changing state to
27         NULL, adding a safety check on xcontext.
28
29 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
30
31         * gst-libs/gst/interfaces/xoverlay.c:
32           Fix prepare-xwindow-id code example in the docs - we need to
33           ignore all messages that aren't element messages as well.
34           
35 2006-01-21  Julien MOUTTE  <julien@moutte.net>
36
37         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
38           I think one day i'll completely undestand how caps negotiation
39           is supposed to work. This refactoring handles buffer_alloc
40           called with caps we can't handle. We definitely don't want a
41           set_caps with those caps, so we define and allocate a buffer
42           we would like to receive.
43
44 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
45
46         * gst/playback/gstplaybasebin.c: (setup_source):
47           Free iterator when done.
48
49 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
50
51         * gst-libs/gst/audio/gstbaseaudiosink.c:
52         (gst_base_audio_sink_render):
53           Fix playback of non-synchronised streams by assuming a rate
54           of 1.0 instead of a random one.
55
56           Makes this work again:
57
58           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
59           endianness=(int)4321, signed=(boolean)true, width=(int)16,
60           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
61           audioresample ! alsasink
62
63 === release 0.10.2 ===
64
65 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
66
67         * configure.ac:
68           releasing 0.10.2, "Then the devil is six"
69
70 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
71
72         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
73         * gst/playback/gststreamselector.c:
74         (gst_stream_selector_set_property):
75           Comment out broken code that connects to the state-changed signal.
76           At this point, changing current stream selection is broken, but 
77           stuff like gst-launch playbin current-audio=1 works and filters
78           to the chosen stream.
79
80 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
81
82         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
83           Fix #327216 (null dereference in vorbisdec)
84
85 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
86
87         * ext/theora/theoradec.c: (theora_handle_comment_packet):
88           Post taglist actually on bus instead of just freeing it
89           (fixes #327114 and totem bug #327080).
90
91         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
92           Use gst_element_found_tags_for_pad(), so that the tags
93           are sent downstream as an event as well.
94
95 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
96
97         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
98         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
99         (gst_ximagesink_buffer_alloc):
100         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
101         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
102         (gst_xvimagesink_buffer_alloc):
103           move all regularly occurring messages to GST_LOG level
104           add some more object logs
105
106 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
107
108         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
109           fix a silly segfault
110
111 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
112
113         * docs/libs/gst-plugins-base-libs-docs.sgml:
114         * docs/libs/gst-plugins-base-libs-sections.txt:
115         * gst-libs/gst/audio/mixerutils.c:
116         * gst-libs/gst/audio/mixerutils.h:
117           Add docs for mixerutils stuff.
118
119 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
120
121         * gst/playback/gstplaybasebin.c: (setup_source):
122           Fix playback for sources that emit raw audio or
123           raw video streams (e.g.: cd audio sources) (#325984).
124
125 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
126
127         * gst-libs/gst/audio/mixerutils.c:
128         (gst_audio_mixer_filter_do_filter):
129           actually save the element we create
130
131 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
132
133         * gst-libs/gst/cdda/gstcddabasesrc.c:
134         (gst_cdda_base_src_handle_track_seek):
135           No need to post a tag message on the bus when seeking
136           within the same track, only post it when the current
137           track changes.
138
139 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
140
141         * gst/playback/gstplaybasebin.c: (group_destroy),
142         (probe_triggered), (new_decoded_pad), (mute_group_type),
143         (set_active_source):
144         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
145         * gst/playback/gststreamselector.c:
146         (gst_stream_selector_base_init),
147         (gst_stream_selector_set_property),
148         (gst_stream_selector_request_new_pad):
149           Reenable stream selection. These mechanisms need a complete overhaul
150           in the face of 0.8->0.10 changes though.
151
152 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
153
154         * ext/ogg/gstoggdemux.c:
155           Change the pad template to src_%d to match the pads that 
156           are created from it. decodebin needs this information in order
157           to decide that oggdemux is capable of producing multiple pads
158           (and hence needs queues inserted).
159
160         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
161         (gst_ogg_mux_collected):
162           Make debug output more useful by using GST_PTR_FORMAT.
163
164 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
165
166         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
167
168         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
169           Set depth and width for alaw/mulaw (fixes #326601).
170
171 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
172
173         * tests/icles/Makefile.am:
174           don't build the tests if we don't have the libs
175
176 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
177
178         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
179         (gst_cd_paranoia_paranoia_callback):
180           Don't try to free NULL pointers.
181
182 2006-01-10  Edward Hervey  <edward@fluendo.com>
183
184         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
185         (gst_audio_rate_change_state), (plugin_init):
186         Add debugging category.
187         Fix type issues.
188         Add case for incoming buffers without valid offset/offset_end.
189
190 2006-01-10  Michael Smith  <msmith@fluendo.com>
191
192         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
193           Don't leak GCond in audio sources.
194
195 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
196
197         * gst/playback/gstplaybin.c: (gen_audio_element):
198           Don't leak an autoaudiosink/alsasink when we generate
199           a new audio element. (old code, I guess)
200
201 2006-01-10  Michael Smith  <msmith@fluendo.com>
202
203         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
204           Support float audio in audiorate.
205           Use width rather than depth for selecting sample width.
206
207 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
208
209         * gst/videotestsrc/videotestsrc.h:
210           Use GLib types here (that way we don't have to include the
211           generated _stdint.h header, which makes life easier for win32
212           folks that don't use autotools for the build) (#325990, patch
213           by: Sergey Scobich).
214
215 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
216
217         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
218         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
219         (gst_ring_buffer_pause), (wait_segment):
220         * gst-libs/gst/audio/gstringbuffer.h:
221           Name (private) union, makes Forte compiler happy (this time
222           for real) (#324900).
223
224 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
225
226         * gst-libs/gst/audio/Makefile.am:
227           Link against libgstinterfaces, needed for mixer
228           and property probe stuff.
229
230 2006-01-09  Edward Hervey  <edward@fluendo.com>
231
232         * gst-libs/gst/Makefile.am:
233
234 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
235
236         * gst-libs/gst/audio/Makefile.am:
237         * gst-libs/gst/audio/mixerutils.c:
238         (gst_audio_mixer_filter_do_filter),
239         (gst_audio_mixer_filter_check_element),
240         (gst_audio_mixer_filter_probe_feature),
241         (element_factory_rank_compare_func),
242         (gst_audio_default_registry_mixer_filter):
243         * gst-libs/gst/audio/mixerutils.h:
244           Add gst_audio_default_registry_mixer_filter() utility
245           function.
246
247 2006-01-03  Michael Smith  <msmith@fluendo.com>
248
249         * gst/audioresample/resample.h:
250           As before, but for o_buf
251
252 2006-01-03  Michael Smith  <msmith@fluendo.com>
253
254         * gst/audioresample/resample.h:
255           Declare struct _ResampleState.buffer as unsigned char *, not void *,
256           since we do arithmetic on it.
257
258 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
259
260         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
261         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
262         (gst_ring_buffer_pause), (wait_segment):
263         * gst-libs/gst/audio/gstringbuffer.h:
264           Sun's Forte compiler doesn't seem to like anonymous structs,
265           so use same setup as in GstBaseSrc (fixes #324900).
266
267 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
268
269         * configure.ac:
270         * gst/volume/Makefile.am:
271         * gst/volume/demo.c:
272           move old example to tests/examples/volume/volune.c
273         * tests/examples/Makefile.am:
274         * tests/examples/seek/seek.c: (main):
275           change window-close event from "delete-event" to "destroy"
276         * tests/examples/volume/Makefile.am:
277         * tests/examples/volume/volume.c: (value_changed_callback),
278         (setup_gui), (message_received), (eos_message_received), (main):
279           fix event handling and bus usage
280
281 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
282
283         * gst/audiotestsrc/gstaudiotestsrc.c:
284         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
285         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
286         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
287         (gst_audio_test_src_create_square),
288         (gst_audio_test_src_create_saw),
289         (gst_audio_test_src_create_triangle),
290         (gst_audio_test_src_create_silence),
291         (gst_audio_test_src_create_white_noise),
292         (gst_audio_test_src_create_pink_noise),
293         (gst_audio_test_src_init_sine_table),
294         (gst_audio_test_src_create_sine_table),
295         (gst_audio_test_src_change_wave),
296         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
297         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
298         * gst/audiotestsrc/gstaudiotestsrc.h:
299           update to basesrc changes, implement segmented seeking and eos
300           handling, add a 'sine-tab' waveform for performance critical playback
301
302 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
303
304         * po/POTFILES.in:
305           ... and this time the other modified file that I missed last time.
306
307 2005-12-29  Michael Smith  <msmith@fluendo.com>
308
309         * gst/playback/gstdecodebin.c: (new_pad):
310           Fix non-C89 variable declaration not at the start of a block. Should
311           help some compilers.
312
313 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
314
315         * tests/check/Makefile.am:
316           And now fix 'make distcheck' (builddir != srcdir)
317
318 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
319
320         * configure.ac:
321         * ext/cdparanoia/Makefile.am:
322         * ext/cdparanoia/gstcdparanoia.c:
323         * ext/cdparanoia/gstcdparanoia.h:
324         * ext/cdparanoia/gstcdparanoiasrc.c:
325         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
326         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
327         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
328         (gst_cd_paranoia_paranoia_callback),
329         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
330         (gst_cd_paranoia_src_set_property),
331         (gst_cd_paranoia_src_get_property), (plugin_init):
332         * ext/cdparanoia/gstcdparanoiasrc.h:
333           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
334           plugin again (there are still fixes required to playbin to make
335           cdda:// uris work there).
336
337 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
338
339         * tests/check/Makefile.am:
340           Fix test case compilation.
341
342 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
343
344         * gst-libs/gst/cdda/gstcddabasesrc.c:
345         (gst_cdda_base_src_update_duration),
346         (gst_cdda_base_src_calculate_cddb_id):
347           An integer is not a string. Fix access to uninitialised variable.
348
349         * tests/check/Makefile.am:
350           Add cddabasesrc unit test; also actually enable the vorbis test.
351
352         * tests/check/generic/states.c:
353           Blacklist new cd audio elements as well.
354
355         * tests/check/libs/cddabasesrc.c:
356           Unit test for GstCddaBaseSrc (discid calculation mostly).
357
358 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
359
360         * docs/libs/Makefile.am:
361         * docs/libs/gst-plugins-base-libs-docs.sgml:
362         * docs/libs/gst-plugins-base-libs-sections.txt:
363         * docs/libs/gst-plugins-base-libs.types:
364           Add docs for libgstcdda/GstCddaBaseSrc.
365
366         * gst-libs/gst/interfaces/mixertrack.h:
367           Do one struct member per line with a semicolon at the end, that way
368           even gtk-doc might parse it without complaining.
369
370 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
371
372         * configure.ac:
373         * gst-libs/gst/Makefile.am:
374         * gst-libs/gst/cdda/Makefile.am:
375         * gst-libs/gst/cdda/base64.c:
376         * gst-libs/gst/cdda/base64.h:
377         * gst-libs/gst/cdda/gstcddabasesrc.c:
378         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
379         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
380         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
381         (gst_cdda_base_src_get_property),
382         (gst_cdda_base_src_get_track_from_sector),
383         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
384         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
385         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
386         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
387         (gst_cdda_base_src_uri_get_protocols),
388         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
389         (gst_cdda_base_src_uri_handler_init),
390         (gst_cdda_base_src_setup_interfaces),
391         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
392         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
393         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
394         (gst_cdda_base_src_add_tags),
395         (gst_cdda_base_src_add_index_associations),
396         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
397         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
398         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
399         (gst_cdda_base_src_create):
400         * gst-libs/gst/cdda/gstcddabasesrc.h:
401         * gst-libs/gst/cdda/sha1.c:
402         * gst-libs/gst/cdda/sha1.h:
403           Add new libgstcdda with GstCddaBaseSrc class.
404
405 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
406
407         * ext/gnomevfs/gstgnomevfssink.h:
408           Use GstBaseSinkClass as parent_class member for class struct, not
409           GstBaseSink.
410
411 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
412
413         * gst/videotestsrc/gstvideotestsrc.c:
414         (gst_video_test_src_class_init), (gst_video_test_src_start):
415           Add start method to reset running time and number of frames sent
416           when starting up (fixes #324696; patch by: Michal Benes).
417
418 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
419
420         * docs/plugins/Makefile.am:
421         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
422         * docs/plugins/gst-plugins-base-plugins-sections.txt:
423         * docs/plugins/gst-plugins-base-plugins.args:
424         * docs/plugins/gst-plugins-base-plugins.hierarchy:
425         * docs/plugins/gst-plugins-base-plugins.signals:
426           Add docs stuff for gnomevfssrc and gnomevfssink.
427
428         * ext/gnomevfs/gstgnomevfssrc.c:
429           Fix example pipeline in gtk-doc blurb.
430
431 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
432
433         * ext/gnomevfs/Makefile.am:
434         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
435         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
436         (gst_gnome_vfs_handle_get_type), (plugin_init):
437         * ext/gnomevfs/gstgnomevfs.h:
438         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
439         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
440         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
441         (gst_gnome_vfs_sink_set_property),
442         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
443         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
444         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
445         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
446         (gst_gnome_vfs_sink_uri_get_type),
447         (gst_gnome_vfs_sink_uri_get_protocols),
448         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
449         (gst_gnome_vfs_sink_uri_handler_init):
450         * ext/gnomevfs/gstgnomevfssink.h:
451           Port gnomevfssink; add gtk-doc blurb.
452
453         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
454         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
455         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
456         (gst_gnome_vfs_src_uri_get_type),
457         (gst_gnome_vfs_src_uri_get_protocols),
458         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
459         (gst_gnome_vfs_src_uri_handler_init),
460         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
461         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
462         (gst_gnome_vfs_src_send_additional_headers_callback),
463         (gst_gnome_vfs_src_received_headers_callback),
464         (gst_gnome_vfs_src_push_callbacks),
465         (gst_gnome_vfs_src_pop_callbacks),
466         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
467         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
468         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
469         * ext/gnomevfs/gstgnomevfssrc.h:
470           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
471           file; add gtk-doc blurb with example pipelines.
472
473 === release 0.10.1 ===
474
475 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
476
477         * configure.ac:
478           releasing 0.10.1, "Dobro Dedek"
479
480 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
481
482         * gst/typefind/gsttypefindfunctions.c:
483         iLBC30 and iLBC20 added to typefind.
484
485 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
486
487         * gst-libs/gst/audio/gstbaseaudiosink.c:
488         (gst_base_audio_sink_class_init):
489         * gst-libs/gst/audio/gstbaseaudiosrc.c:
490         (gst_base_audio_src_class_init):
491           update strings, values are in microseconds
492           change the default sink buffer time to something that is smaller
493           (to help software volume mixing have a slightly lower delay) but
494           still be acceptable on Wim's laptop
495
496 2005-12-20  Edward Hervey  <edward@fluendo.com>
497
498         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
499         Made a quack, forgot to add DUCK to the riff video template.
500
501 2005-12-19  Edward Hervey  <edward@fluendo.com>
502
503         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
504         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
505         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
506         (gst_ogm_parse_chain):
507         Make sure pads are initialized correctly.
508         * gst-libs/gst/riff/riff-ids.h:
509         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
510         (gst_riff_create_video_template_caps):
511         Add a whole bunch of FOURCC <=> MimeType.
512         Extend the riff video pad template to support the newly added fourcc.
513
514 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
515
516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
517         (gst_ogg_demux_activate_chain):
518           Extra debug output when activating/deactivating chains.
519
520         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
521         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
522         (unlinked):
523           Remove a queue from our list when it becomes unlinked.
524           Don't add queues to elements in class 'Demux' if they
525           can only produce one pad 
526
527 2005-12-18  Julien MOUTTE  <julien@moutte.net>
528
529         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
530         (gst_video_sink_get_type): Add a debug category.
531
532 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
533
534         * gst-libs/gst/rtp/gstbasertpdepayload.c:
535         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
536           Handle downstream newsegment by sending our own newsegment before the
537           next buffer to be released. (#323900)
538
539 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
540
541         * gst-libs/gst/rtp/gstbasertpdepayload.c:
542         (gst_base_rtp_depayload_set_gst_timestamp):
543           add queue delay to new segment as well (as opposed to just the first
544           buffer). (bug #322347)
545
546 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
547
548         * ext/libvisual/visual.c: (make_valid_name):
549           change some char* into char[]
550         * gst/audiotestsrc/gstaudiotestsrc.c:
551         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
552         (gst_audio_test_src_create):
553         * gst/audiotestsrc/gstaudiotestsrc.h:
554           prepare to handle EOS and SEGMENT_DONE
555
556 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
557
558         * tests/check/generic/states.c: (GST_START_TEST):
559           Blacklist cdparanoia element in state test.
560
561 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
562
563         * gst/tcp/gsttcp.c:
564         * gst/tcp/gsttcpclientsink.c:
565         * gst/tcp/gsttcpserversink.c:
566         * gst/tcp/gsttcpserversrc.c:
567           Add <string.h> includes for memset and FD_ZERO (fixes #323878;
568           patch by: Benjamin Pineau).
569
570 2005-12-15  Michael Smith  <msmith@fluendo.com>
571
572         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
573         (gst_video_rate_chain):
574           Fix timestamping for videorate when the first buffer it sees has a
575           non-zero timestamp. Fix some misleading debug output.
576
577 2005-12-15  Michael Smith  <msmith@fluendo.com>
578
579         * gst/audioresample/gstaudioresample.c:
580           Don't leak all input buffers to audioresample.
581
582 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
583
584         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
585           Don't operate on empty text buffers. Strip newlines and
586           tabs only from the end of the text, but leave them intact
587           in the middle. Fix typo in gtk-doc description.
588
589 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
590
591         * gst/playback/gstplaybasebin.c:
592         * gst/playback/gstplaybin.c: (handoff):
593           Make sure the video frame buffer we return to apps via the
594           "frame" property always has caps set on it. Modify
595           _gst_gvalue_set_object() macro to handle NULL objects
596           gracefully too.
597
598 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
599
600         * gst/audiotestsrc/gstaudiotestsrc.c:
601         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
602         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
603         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
604         (gst_audio_test_src_create):
605         * gst/audiotestsrc/gstaudiotestsrc.h:
606         Adjust to some recent api changes and add wtays new cool seeking
607         capabillities
608
609 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
610
611         * ext/alsa/Makefile.am:
612         * ext/alsa/gstalsadeviceprobe.c:
613         * ext/alsa/gstalsadeviceprobe.h:
614           Helper functions to add device probing via the GstPropertyProbe
615           interface to a class.
616
617         * ext/alsa/gstalsamixer.h:
618           Comment out GST_ALSA_MIXER, it returns a struct that's not
619           used.
620
621         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
622           Add some debug info. 
623
624         * ext/alsa/gstalsamixerelement.c:
625         (gst_alsa_mixer_element_interface_supported),
626         (gst_implements_interface_init),
627         (gst_alsa_mixer_element_init_interfaces),
628         (gst_alsa_mixer_element_class_init),
629         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
630         (gst_alsa_mixer_element_set_property),
631         (gst_alsa_mixer_element_get_property),
632         (gst_alsa_mixer_element_change_state):
633         * ext/alsa/gstalsamixerelement.h:
634           Add 'device' and 'device-name' properties. Add GstPropertyProbe
635           for device handling (gnome-volume-control will need that).
636
637 2005-12-12  Christian Schaller  <uraeus@gnome.org>
638
639         * ext/Makefile.am: fix cdparanoia entry
640         * gst-plugins-base.spec.in: add cdparanoia
641
642 2005-12-12  Michael Smith  <msmith@fluendo.com>
643
644         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
645           Use the correct function to free list of typefind factories.
646
647 2005-12-12  Wim Taymans  <wim@fluendo.com>
648
649         * gst/videotestsrc/gstvideotestsrc.c:
650         (gst_video_test_src_class_init), (gst_video_test_src_init),
651         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
652         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
653         (gst_video_test_src_create):
654         * gst/videotestsrc/gstvideotestsrc.h:
655         Implement seeking in videotestsrc.
656         Small cleanups.
657
658 2005-12-12  Wim Taymans  <wim@fluendo.com>
659
660         * ext/cdparanoia/Makefile.am:
661         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
662         (gst_paranoia_endian_get_type), (_do_init),
663         (cdparanoia_class_init), (cdparanoia_init),
664         (cdparanoia_set_property), (cdparanoia_get_property),
665         (cdparanoia_do_seek), (cdparanoia_is_seekable),
666         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
667         (cdparanoia_convert), (cdparanoia_get_query_types),
668         (cdparanoia_query), (cdparanoia_set_index),
669         (cdparanoia_uri_set_uri):
670         * ext/cdparanoia/gstcdparanoia.h:
671         Partially ported cdparanoia now that basesrc can support a
672         plugin like this..
673
674 2005-12-12  Wim Taymans  <wim@fluendo.com>
675
676         * tests/examples/seek/scrubby.c: (main):
677         Set higher priority for bus events so they don't get reordered with
678         gtk gui events.
679
680         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
681         (flush_toggle_cb), (main):
682         Added checkbox to disable flushing seeks. 
683         Disable scrubbing when doing non flushing seeks.
684
685 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
686
687         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
688         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
689         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
690         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
691           Implement some sort of event handling that doesn't rely on
692           g_return_if_fail; make sure we always push the last chunk of an 
693           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
694           state change function; remove some old cruft. Seeking is still
695           rather unlikely to work though.
696
697         * tools/.cvsignore:
698           Ignore more.
699
700 2005-12-11  Julien MOUTTE  <julien@moutte.net>
701
702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
703         Fixed a leak of the current image reference when cleaning up.
704         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
705
706 2005-12-09  Michael Smith  <msmith@fluendo.com>
707
708         * tools/Makefile.am:
709         * tools/gst-launch-ext-m.m:
710           Remove gst-launch-ext. It doesn't work, and is no longer
711           particularly useful.
712
713 2005-12-08  Luca Ognibene  <luogni@tin.it>
714
715         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
716           don't pass random values to ogmparse convert function.
717           Make seeking possible in the exile1.ogm file.
718
719 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
720
721         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
722         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
723           Work around refcount problem with g_value_set_object() that occur
724           if the core has been compiled against GLib-2.6 (g_value_set_object()
725           will only g_object_ref() the element, but the caller will
726           gst_object_unref() it and bad things will happen due to the way
727           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
728           totem for people on FC4 using Thomas's 0.10 RPMs.
729           
730 2005-12-07  Edward Hervey  <edward@fluendo.com>
731
732         Time to welcome ogm to 0.10 :)
733         
734         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
735         (gst_ogg_pad_typefind):
736         Oggdemux can now properly typefind elements with dynamic pads.
737         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
738         Properly set caps on src pad, and set caps on outgoing buffers.
739
740 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
741
742         * ext/alsa/gstalsamixer.h:
743         * ext/alsa/gstalsamixerelement.h:
744         * ext/alsa/gstalsamixeroptions.h:
745         * ext/alsa/gstalsamixertrack.h:
746         * ext/alsa/gstalsasink.c:
747         * ext/alsa/gstalsasink.h:
748         * ext/alsa/gstalsasrc.c:
749         * ext/alsa/gstalsasrc.h:
750         * ext/cdparanoia/gstcdparanoia.h:
751         * ext/gnomevfs/gstgnomevfsuri.h:
752         * ext/ogg/gstoggdemux.c:
753         * ext/ogg/gstoggmux.c:
754         * ext/pango/gsttextoverlay.h:
755         * ext/theora/theoradec.c:
756         * ext/theora/theoraenc.c:
757         * ext/vorbis/vorbisdec.h:
758         * ext/vorbis/vorbisenc.c:
759         * ext/vorbis/vorbisenc.h:
760         * ext/vorbis/vorbisparse.h:
761         * gst-libs/gst/audio/gstaudioclock.h:
762         * gst-libs/gst/audio/gstaudiosink.c:
763         * gst-libs/gst/audio/gstaudiosink.h:
764         * gst-libs/gst/audio/gstaudiosrc.c:
765         * gst-libs/gst/audio/gstaudiosrc.h:
766         * gst-libs/gst/audio/gstbaseaudiosink.c:
767         * gst-libs/gst/audio/gstbaseaudiosink.h:
768         * gst-libs/gst/audio/gstbaseaudiosrc.c:
769         * gst-libs/gst/audio/gstbaseaudiosrc.h:
770         * gst-libs/gst/audio/gstringbuffer.h:
771         * gst-libs/gst/audio/multichannel.h:
772         * gst-libs/gst/floatcast/floatcast.h:
773         * gst-libs/gst/interfaces/colorbalance.c:
774         * gst-libs/gst/interfaces/colorbalance.h:
775         * gst-libs/gst/interfaces/colorbalancechannel.h:
776         * gst-libs/gst/interfaces/mixer.h:
777         * gst-libs/gst/interfaces/mixeroptions.h:
778         * gst-libs/gst/interfaces/mixertrack.h:
779         * gst-libs/gst/interfaces/navigation.h:
780         * gst-libs/gst/interfaces/propertyprobe.h:
781         * gst-libs/gst/interfaces/tuner.h:
782         * gst-libs/gst/interfaces/tunerchannel.h:
783         * gst-libs/gst/interfaces/tunernorm.h:
784         * gst-libs/gst/interfaces/xoverlay.h:
785         * gst-libs/gst/netbuffer/gstnetbuffer.h:
786         * gst-libs/gst/riff/riff-ids.h:
787         * gst-libs/gst/riff/riff-media.h:
788         * gst-libs/gst/riff/riff-read.h:
789         * gst-libs/gst/rtp/gstbasertpdepayload.h:
790         * gst-libs/gst/rtp/gstbasertppayload.c:
791         * gst-libs/gst/rtp/gstbasertppayload.h:
792         * gst-libs/gst/rtp/gstrtpbuffer.c:
793         * gst-libs/gst/rtp/gstrtpbuffer.h:
794         * gst-libs/gst/tag/gsttageditingprivate.h:
795         * gst-libs/gst/tag/gstvorbistag.c:
796         (gst_tag_list_from_vorbiscomment_buffer):
797         * gst-libs/gst/tag/tag.h:
798         * gst-libs/gst/video/video.h:
799         * gst/adder/gstadder.c:
800         * gst/adder/gstadder.h:
801         * gst/audioconvert/audioconvert.c:
802         * gst/audioconvert/audioconvert.h:
803         * gst/audioconvert/gstaudioconvert.c:
804         * gst/audioconvert/gstchannelmix.c:
805         * gst/audioconvert/gstchannelmix.h:
806         * gst/audiorate/gstaudiorate.c:
807         * gst/audioresample/buffer.h:
808         * gst/audioresample/functable.h:
809         * gst/audioresample/gstaudioresample.c:
810         * gst/audioresample/resample.h:
811         * gst/ffmpegcolorspace/avcodec.h:
812         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
813         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
814         * gst/ffmpegcolorspace/imgconvert.c:
815         * gst/ffmpegcolorspace/imgconvert_template.h:
816         * gst/playback/gstdecodebin.c:
817         * gst/playback/gstplaybasebin.h:
818         * gst/playback/gstplaybin.c:
819         * gst/playback/gststreaminfo.h:
820         * gst/tcp/gstfdset.c:
821         * gst/tcp/gstfdset.h:
822         * gst/tcp/gstmultifdsink.c:
823         * gst/tcp/gstmultifdsink.h:
824         * gst/tcp/gsttcp.h:
825         * gst/tcp/gsttcpclientsrc.c:
826         * gst/tcp/gsttcpclientsrc.h:
827         * gst/tcp/gsttcpplugin.h:
828         * gst/tcp/gsttcpserversink.c:
829         * gst/tcp/gsttcpserversrc.c:
830         * gst/typefind/gsttypefindfunctions.c:
831         * gst/videorate/gstvideorate.c:
832         * gst/videotestsrc/gstvideotestsrc.h:
833         * gst/videotestsrc/videotestsrc.h:
834         * sys/v4l/gstv4lcolorbalance.h:
835         * sys/v4l/gstv4ltuner.h:
836         * sys/v4l/gstv4lxoverlay.h:
837         * sys/v4l/v4l_calls.h:
838         * sys/v4l/videodev_mjpeg.h:
839         * tests/check/elements/audioconvert.c:
840         * tests/check/elements/audioresample.c:
841         * tests/check/elements/audiotestsrc.c:
842         * tests/check/elements/videotestsrc.c:
843         * tests/check/elements/volume.c:
844         * tests/examples/seek/scrubby.c:
845         * tests/examples/seek/seek.c:
846           expand tabs
847
848 === release 0.10.0 ===
849
850 2005-12-05   <thomas (at) apestaart (dot) org>
851
852         * configure.ac:
853           releasing 0.10.0, "Mont-d'or"
854
855 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
856
857         * tests/examples/seek/Makefile.am:
858         Build fix for when gtk is not available.
859
860 2005-12-05  Andy Wingo  <wingo@pobox.com>
861
862         * ext/libvisual/visual.c: (get_buffer):
863         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
864         * ext/pango/gsttextrender.c: (gst_text_render_chain):
865         * ext/theora/theoradec.c: (theora_handle_data_packet):
866         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
867         (theora_enc_chain):
868         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
869         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
870         Update for alloc_buffer changes.
871
872 2005-12-05  Andy Wingo  <wingo@pobox.com>
873
874         patch by: Kai Vehmanen <kv2004 eca cx>
875         
876         * gst-libs/gst/rtp/gstbasertpdepayload.c
877         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
878
879 2005-12-04  Andy Wingo  <wingo@pobox.com>
880
881         patch by: Sebastien Cote <sebas642 yahoo ca>
882         
883         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
884         Fixes #319172.
885
886 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
887
888         * docs/plugins/Makefile.am:
889         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
890         * docs/plugins/gst-plugins-base-plugins-sections.txt:
891         * docs/plugins/gst-plugins-base-plugins.hierarchy:
892         * ext/pango/gstclockoverlay.c:
893         * ext/pango/gsttextoverlay.c: 
894         * ext/pango/gsttextrender.c:
895         * ext/pango/gsttimeoverlay.c:
896           Add gtk-doc blurbs to pango elements.
897
898 2005-12-02  Wim Taymans  <wim@fluendo.com>
899
900         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
901         * gst/audioresample/buffer.h:
902         * gst/audioresample/gstaudioresample.c:
903         * gst/audioresample/gstaudioresample.h:
904         * gst/audioresample/resample.c: (resample_input_flush),
905         (resample_input_pushthrough), (resample_input_eos),
906         (resample_get_output_size_for_input),
907         (resample_get_input_size_for_output), (resample_get_output_size),
908         (resample_get_output_data):
909         * gst/audioresample/resample.h:
910         * gst/audioresample/resample_ref.c: (resample_scale_ref):
911         Fix audioresample, seek torture, new segments, reverse negotiation
912         etc.. work fine.
913
914 2005-12-02  Wim Taymans  <wim@fluendo.com>
915
916         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
917         Small cleanups.
918
919 2005-12-02  Wim Taymans  <wim@fluendo.com>
920
921         * gst/audioconvert/gstaudioconvert.c:
922         (gst_audio_convert_transform):
923         Post errors.
924
925 === release 0.9.7 ===
926
927 2005-12-01   <thomas (at) apestaart (dot) org>
928
929         * configure.ac:
930           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
931
932 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
933
934         * Makefile.am:
935         * po/hu.po:
936         * win32/MANIFEST:
937         * win32/gst.sln:
938           add win32 MANIFEST file
939           do something to the hungarian translation
940
941 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
942
943         * ext/Makefile.am:
944           Add $(PANGO_DIR) to SUBDIRS
945
946         * ext/pango/gstclockoverlay.c:
947         * ext/pango/gsttimeoverlay.c:
948           Fix and improve element descriptions.
949
950 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
951
952         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
953         * docs/plugins/inspect/plugin-libvisual.xml:
954         * docs/plugins/inspect/plugin-pango.xml:
955           add pango plugin to docs
956
957 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
958
959         * configure.ac:
960         * ext/Makefile.am:
961           moved pango to base
962
963 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
964
965         * configure.ac:
966         * tests/Makefile.am:
967         * tests/icles/.cvsignore:
968         * tests/icles/Makefile.am:
969         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
970         (close_display), (resize_window), (move_window), (create_window),
971         (terminate_playback), (pause_playback), (start_playback), (main):
972           add stress test for xoverlay from Julien
973
974 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
975
976         * docs/libs/tmpl/gstcolorbalance.sgml:
977         * gst-libs/gst/rtp/gstbasertpdepayload.c:
978         * gst-libs/gst/rtp/gstbasertppayload.c:
979         * gst-libs/gst/rtp/gstrtpbuffer.c:
980         * gst-libs/gst/rtp/gstrtpbuffer.h:
981           Do burger's rename for rtp payloaders and depayloaders
982
983 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
984
985         * win32/:
986           add Visual Studio 6 build files
987
988 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
989
990         * docs/libs/gst-plugins-base-libs-docs.sgml:
991         * docs/libs/gst-plugins-base-libs-sections.txt:
992         * docs/libs/tmpl/gstaudio.sgml:
993         * docs/libs/tmpl/gstringbuffer.sgml:
994         * gst-libs/gst/interfaces/xoverlay.c:
995         * gst-libs/gst/video/gstvideofilter.c:
996         * gst-libs/gst/video/gstvideosink.c:
997           update documentation
998
999 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1000
1001         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
1002         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
1003         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
1004         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1005         (gst_multi_fd_sink_get_stats),
1006         (gst_multi_fd_sink_remove_client_link),
1007         (gst_multi_fd_sink_handle_client_read),
1008         (gst_multi_fd_sink_client_queue_data),
1009         (gst_multi_fd_sink_client_queue_caps),
1010         (gst_multi_fd_sink_client_queue_buffer),
1011         (gst_multi_fd_sink_new_client),
1012         (gst_multi_fd_sink_handle_client_write),
1013         (gst_multi_fd_sink_recover_client),
1014         (gst_multi_fd_sink_queue_buffer),
1015         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
1016         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
1017         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
1018         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
1019         * gst/tcp/gstmultifdsink.h:
1020         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
1021         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
1022         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
1023         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
1024         (gst_tcp_client_sink_set_property),
1025         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
1026         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
1027         * gst/tcp/gsttcpclientsink.h:
1028         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
1029         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
1030         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
1031         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
1032         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
1033         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
1034         * gst/tcp/gsttcpclientsrc.h:
1035         * gst/tcp/gsttcpplugin.c: (plugin_init):
1036         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
1037         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
1038         (gst_tcp_server_sink_finalize),
1039         (gst_tcp_server_sink_handle_server_read),
1040         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
1041         (gst_tcp_server_sink_set_property),
1042         (gst_tcp_server_sink_get_property),
1043         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
1044         * gst/tcp/gsttcpserversink.h:
1045         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
1046         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
1047         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
1048         (gst_tcp_server_src_set_property),
1049         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
1050         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
1051         * gst/tcp/gsttcpserversrc.h:
1052           more borgifying
1053
1054 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1055
1056         * docs/plugins/Makefile.am:
1057         * docs/plugins/gst-plugins-base-plugins.args:
1058         * docs/plugins/inspect/plugin-libvisual.xml:
1059         * gst/audioconvert/plugin.h:
1060         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
1061         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
1062         (gst_audio_rate_setcaps), (gst_audio_rate_init),
1063         (gst_audio_rate_chain), (gst_audio_rate_set_property),
1064         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
1065         (plugin_init):
1066         * gst/audiotestsrc/gstaudiotestsrc.c:
1067         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
1068         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1069         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1070         (gst_audio_test_src_get_query_types),
1071         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
1072         (gst_audio_test_src_create_square),
1073         (gst_audio_test_src_create_saw),
1074         (gst_audio_test_src_create_triangle),
1075         (gst_audio_test_src_create_silence),
1076         (gst_audio_test_src_create_white_noise),
1077         (gst_audio_test_src_init_pink_noise),
1078         (gst_audio_test_src_generate_pink_noise_value),
1079         (gst_audio_test_src_create_pink_noise),
1080         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
1081         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
1082         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
1083         (plugin_init):
1084         * gst/audiotestsrc/gstaudiotestsrc.h:
1085         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
1086         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
1087         (gst_sub_parse_init), (gst_sub_parse_formats),
1088         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
1089         (convert_encoding), (get_next_line),
1090         (gst_sub_parse_data_format_autodetect),
1091         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
1092         (gst_sub_parse_loop), (gst_sub_parse_chain),
1093         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
1094         (plugin_init):
1095         * gst/subparse/gstsubparse.h:
1096         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
1097         (gst_video_rate_base_init), (gst_video_rate_class_init),
1098         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
1099         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
1100         (gst_video_rate_init), (gst_video_rate_event),
1101         (gst_video_rate_chain), (gst_video_rate_set_property),
1102         (gst_video_rate_get_property), (gst_video_rate_change_state),
1103         (plugin_init):
1104         * gst/videoscale/gstvideoscale.c:
1105         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
1106         (gst_video_scale_src_template_factory),
1107         (gst_video_scale_sink_template_factory),
1108         (gst_video_scale_get_type), (gst_video_scale_base_init),
1109         (gst_video_scale_class_init), (gst_video_scale_init),
1110         (gst_video_scale_set_property), (gst_video_scale_get_property),
1111         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
1112         (gst_video_scale_prepare_size), (parse_caps),
1113         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
1114         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
1115         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
1116         (plugin_init):
1117         * gst/videoscale/gstvideoscale.h:
1118         * gst/videotestsrc/gstvideotestsrc.c:
1119         (gst_video_test_src_pattern_get_type),
1120         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
1121         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
1122         (gst_video_test_src_set_pattern),
1123         (gst_video_test_src_set_property),
1124         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
1125         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
1126         (gst_video_test_src_event), (gst_video_test_src_get_times),
1127         (gst_video_test_src_create), (plugin_init):
1128         * gst/videotestsrc/gstvideotestsrc.h:
1129         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
1130         (gst_video_test_src_smpte), (gst_video_test_src_snow),
1131         (gst_video_test_src_black):
1132         * gst/videotestsrc/videotestsrc.h:
1133           borgify further
1134           clean up docs a little
1135
1136 2005-11-30  Wim Taymans  <wim@fluendo.com>
1137
1138         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1139         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1140         (gst_basertppayload_event), (gst_basertppayload_push),
1141         (gst_basertppayload_change_state):
1142         * gst-libs/gst/rtp/gstbasertppayload.h:
1143         closed #320644.
1144
1145 2005-11-30  Julien MOUTTE  <julien@moutte.net>
1146
1147         * docs/libs/gst-plugins-base-libs-docs.sgml:
1148         * docs/libs/gst-plugins-base-libs-sections.txt:
1149         * gst-libs/gst/video/gstvideofilter.c:
1150         * gst-libs/gst/video/gstvideosink.c:
1151         * gst-libs/gst/video/gstvideosink.h: Adding docs.
1152
1153 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1154
1155         * LICENSE:
1156           move
1157         * po/af.po:
1158         * po/az.po:
1159         * po/cs.po:
1160         * po/en_GB.po:
1161         * po/hu.po:
1162         * po/it.po:
1163         * po/nb.po:
1164         * po/nl.po:
1165         * po/or.po:
1166         * po/sq.po:
1167         * po/sr.po:
1168         * po/sv.po:
1169         * po/uk.po:
1170         * po/vi.po:
1171         * Makefile.am:
1172           update
1173         * scripts/autoplugins.sh:
1174           remove
1175
1176 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1177
1178         * Makefile.am:
1179         * configure.ac:
1180         * examples/Makefile.am:
1181         * examples/capsfilter/Makefile.am:
1182         * examples/capsfilter/capsfilter1.c:
1183         * examples/gob/Makefile.am:
1184         * examples/gob/gst-identity2.gob:
1185         * examples/indexing/.cvsignore:
1186         * examples/indexing/Makefile.am:
1187         * examples/indexing/indexmpeg.c:
1188         * examples/seeking/.cvsignore:
1189         * examples/seeking/Makefile.am:
1190         * examples/seeking/cdparanoia.c:
1191         * examples/seeking/cdplayer.c:
1192         * examples/seeking/chained.c:
1193         * examples/seeking/scrubby.c:
1194         * examples/seeking/seek.c:
1195         * examples/stats/Makefile.am:
1196         * examples/stats/mp2ogg.c:
1197         * examples/switch/.cvsignore:
1198         * examples/switch/Makefile.am:
1199         * examples/switch/switcher.c:
1200         * tests/Makefile.am:
1201         * tests/check/generic/.cvsignore:
1202         * tests/check/pipelines/.cvsignore:
1203         * tests/examples/Makefile.am:
1204         * tests/examples/seek/Makefile.am:
1205           reorganize stuff under tests/
1206
1207 2005-11-30  Edward Hervey  <edward@fluendo.com>
1208
1209         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1210         Go away you stupid GstStaticPadTemplate memleak.
1211
1212 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1213
1214         * gst-libs/gst/net/Makefile.am:
1215         * gst-libs/gst/net/README:
1216         * gst-libs/gst/net/gstnetbuffer.c:
1217         * gst-libs/gst/net/gstnetbuffer.h:
1218           this was moved to "netbuffer"
1219
1220 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1221
1222         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
1223         (gst_video_filter_class_init), (gst_video_filter_init):
1224         * gst-libs/gst/video/gstvideofilter.h:
1225           borgify name to bring in line with other classes
1226
1227 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1228
1229         * gst/audioscale/.cvsignore:
1230         * gst/audioscale/Makefile.am:
1231         * gst/audioscale/README:
1232         * gst/audioscale/audioscale.vcproj:
1233         * gst/audioscale/dtof.c:
1234         * gst/audioscale/dtos.c:
1235         * gst/audioscale/functable.c:
1236         * gst/audioscale/gstaudioscale.c:
1237         * gst/audioscale/gstaudioscale.h:
1238         * gst/audioscale/private.h:
1239         * gst/audioscale/resample.c:
1240         * gst/audioscale/resample.h:
1241         * gst/audioscale/test.c:
1242           remove
1243
1244 2005-11-30  Edward Hervey  <edward@fluendo.com>
1245
1246         * gst-libs/gst/netbuffer/Makefile.am:
1247         really, really tired
1248
1249 2005-11-30  Edward Hervey  <edward@fluendo.com>
1250
1251         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1252         Update for new GstTypeFindFactory _register()
1253
1254 2005-11-30  Edward Hervey  <edward@fluendo.com>
1255
1256         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
1257         Let's not override libgstnet from core for no reason...
1258         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
1259         Ok, maybe not so quick next time.
1260
1261 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1262
1263         * configure.ac:
1264         * gst-libs/gst/Makefile.am:
1265           moved gst-libs/gst/net to netbuffer through CVS surgery
1266           remove old directory
1267           updating build to accomodate
1268           (#322257)
1269
1270 2005-11-29  Andy Wingo  <wingo@pobox.com>
1271
1272         * pkgconfig/gstreamer-plugins-base.pc.in:
1273         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1274         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
1275         (#322257).
1276
1277 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
1278
1279         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
1280         3rd time's the charm. Correct ref-counting for discarded buffers.
1281
1282 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
1283
1284         * gst/playback/gststreamselector.c:
1285         (gst_stream_selector_class_init),
1286         (gst_stream_selector_set_property),
1287         (gst_stream_selector_get_property),
1288         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
1289         Fix ref-counting
1290
1291 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
1292
1293         * gst/subparse/gstsubparse.c: (feed_textbuf):
1294           Don't access already unref'ed buffer.
1295
1296 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
1297
1298         * gst/playback/gststreamselector.c:
1299         (gst_stream_selector_class_init), (gst_stream_selector_init),
1300         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
1301         (gst_stream_selector_get_property),
1302         (gst_stream_selector_get_linked_pad),
1303         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
1304         * gst/playback/gststreamselector.h:
1305         Add the active-pad property for playbin to use shortly. Ignore buffers
1306         from any other pad, returning GST_FLOW_NOT_LINKED
1307
1308 2005-11-29  Julien MOUTTE  <julien@moutte.net>
1309
1310         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
1311         patch from bug #322704 (Alessandro Decina).
1312
1313 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1314
1315         * gst-libs/gst/audio/Makefile.am:
1316           folded audiofilter into the audio library
1317
1318 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1319
1320         * gst/videoscale/gstvideoscale.h:
1321         * gst/videoscale/gstvideoscale.c:
1322           remove unimplemented scale methods
1323
1324 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
1325
1326         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1327           Don't leak caps.
1328
1329 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1330
1331         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1332         (gst_ximagesink_setcaps):
1333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1334         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
1335         happens (only visible on ximagesink but bug is in xv too) set_caps was
1336         destroying the internal x[v]image used to memcpy non locally alloced
1337         buffers so that it got renewed on next _chain. The issue is that 
1338         _expose will try to put that image as it reffed it in _put.
1339         Using gst_buffer_unref instead of destroy fixes it !
1340
1341 2005-11-28  Edward Hervey  <edward@fluendo.com>
1342
1343         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1344         (try_to_link_1), (queue_filled_cb):
1345         Better use of the queues. Start with a small size queue and only increase
1346         the size of the queues when the other queues are empty.
1347
1348 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1349
1350         * gst-libs/gst/video/Makefile.am:
1351           compile in copied-over videofilter into the video library
1352         * gst-libs/gst/video/videosink.h:
1353           rename the header to gstvideosink.h since it's a base GstObject class
1354         * sys/ximage/ximagesink.h:
1355         * sys/xvimage/xvimagesink.h:
1356           use the new header
1357
1358 2005-11-28  Wim Taymans  <wim@fluendo.com>
1359
1360         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
1361         * gst/playback/gstplaybasebin.h:
1362         Prepare to handle errors betters.
1363
1364         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
1365         Set sinks to PAUSED first before adding and linking them so that
1366         we don't interrupt dataflow.
1367
1368 2005-11-28  Wim Taymans  <wim@fluendo.com>
1369
1370         * gst-libs/gst/audio/TODO:
1371         Updated TODO
1372
1373         * gst-libs/gst/audio/gstaudiosink.c:
1374         (gst_audioringbuffer_open_device),
1375         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
1376         (gst_audioringbuffer_release):
1377         Small cleanups.
1378
1379         * gst-libs/gst/audio/gstbaseaudiosink.c:
1380         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
1381         (gst_base_audio_sink_change_state):
1382         Slave to the master clock when going to PLAYING and unslave when
1383         going to PAUSED.
1384
1385         * gst-libs/gst/audio/gstringbuffer.c:
1386         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1387         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1388         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
1389         (gst_ring_buffer_clear_all), (wait_segment),
1390         (gst_ring_buffer_commit), (gst_ring_buffer_read),
1391         (gst_ring_buffer_advance):
1392         * gst-libs/gst/audio/gstringbuffer.h:
1393         Add some docs and cleanups.
1394
1395 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1396
1397         * sys/xvimage/xvimagesink.c:
1398         (gst_xvimagesink_navigation_send_event): Fix navigation events
1399         coordinates translation with pixel aspect ratios.
1400
1401 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1402
1403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1404         Use calculated video geometry from _setcaps instead of buffer
1405         caps to respect pixel aspect ratio. (fixes #322388)
1406
1407 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1408
1409         * docs/libs/tmpl/gstcolorbalance.sgml:
1410         * docs/libs/tmpl/gstmixer.sgml:
1411         * docs/libs/tmpl/gstxoverlay.sgml:
1412         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
1413         interface.
1414
1415 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1416
1417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1418         Refuse to create an XvImage if we can't find the format.
1419
1420 2005-11-28  Edward Hervey  <edward@fluendo.com>
1421
1422         * gst-libs/gst/riff/riff-media.c:
1423         (gst_riff_create_audio_template_caps):
1424         Add ATRAC3 to the list of riff-possible audio caps.
1425         I know we still don't have a plugin for atrac3, but it's saner to output
1426         that than a cryptic mimetype.
1427
1428 2005-11-27  Edward Hervey  <edward@fluendo.com>
1429
1430         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
1431         Don't try to create a zero-sized subbuffer.
1432
1433 2005-11-27  Julien MOUTTE  <julien@moutte.net>
1434
1435         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
1436         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
1437         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
1438         (gst_ximagesink_expose): Fixed a tricky race.
1439         * sys/ximage/ximagesink.h:
1440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1441         (gst_xvimagesink_expose): Fixed a tricky race.
1442         * sys/xvimage/xvimagesink.h:
1443
1444 2005-11-27  Edward Hervey  <edward@fluendo.com>
1445
1446         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1447         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
1448         Remove unused properties, and add queues between demuxers and decoders
1449         so that a lot more files can preroll properly.
1450
1451 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1452
1453         * gst-libs/gst/net/Makefile.am:
1454         * gst-libs/gst/rtp/Makefile.am:
1455         * gst-libs/gst/tag/Makefile.am:
1456           remove silly include
1457         * gst/tags/Makefile.am:
1458         * gst/tags/gsttagediting.c:
1459         * gst/tags/gsttageditingprivate.h:
1460         * gst/tags/tagedit.vcproj:
1461           remove directory, is as good as empty
1462
1463 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1464
1465         * configure.ac:
1466           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
1467         * gst-libs/Makefile.am:
1468         * gst-libs/gst/audio/Makefile.am:
1469         * gst-libs/gst/interfaces/Makefile.am:
1470         * gst-libs/gst/net/Makefile.am:
1471         * gst-libs/gst/riff/Makefile.am:
1472         * gst-libs/gst/rtp/Makefile.am:
1473         * gst-libs/gst/tag/Makefile.am:
1474         * gst-libs/gst/video/Makefile.am:
1475           and use them
1476
1477 2005-11-27  Julien MOUTTE  <julien@moutte.net>
1478
1479         * docs/libs/tmpl/gstcolorbalance.sgml:
1480         * docs/libs/tmpl/gstmixer.sgml:
1481         * docs/libs/tmpl/gstxoverlay.sgml:
1482         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
1483         * sys/ximage/ximagesink.h:
1484         * sys/xvimage/xvimagesink.h: More and more documentation.
1485
1486 2005-11-26  Julien MOUTTE  <julien@moutte.net>
1487
1488         * docs/libs/gst-plugins-base-libs-docs.sgml:
1489         * docs/libs/gst-plugins-base-libs-sections.txt:
1490         * docs/libs/tmpl/gstcolorbalance.sgml:
1491         * docs/libs/tmpl/gstmixer.sgml:
1492         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
1493         to documentation.
1494
1495 2005-11-26  Julien MOUTTE  <julien@moutte.net>
1496
1497         * docs/plugins/Makefile.am:
1498         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1499         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1500         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
1501
1502 2005-11-26  Julien MOUTTE  <julien@moutte.net>
1503
1504         * docs/plugins/Makefile.am:
1505         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1506         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1507         * docs/plugins/inspect/plugin-adder.xml:
1508         * docs/plugins/inspect/plugin-alsa.xml:
1509         * docs/plugins/inspect/plugin-audioconvert.xml:
1510         * docs/plugins/inspect/plugin-audiorate.xml:
1511         * docs/plugins/inspect/plugin-audioresample.xml:
1512         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1513         * docs/plugins/inspect/plugin-decodebin.xml:
1514         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1515         * docs/plugins/inspect/plugin-gnomevfs.xml:
1516         * docs/plugins/inspect/plugin-ogg.xml:
1517         * docs/plugins/inspect/plugin-playbin.xml:
1518         * docs/plugins/inspect/plugin-subparse.xml:
1519         * docs/plugins/inspect/plugin-tcp.xml:
1520         * docs/plugins/inspect/plugin-theora.xml:
1521         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1522         * docs/plugins/inspect/plugin-video4linux.xml:
1523         * docs/plugins/inspect/plugin-videorate.xml:
1524         * docs/plugins/inspect/plugin-videoscale.xml:
1525         * docs/plugins/inspect/plugin-videotestsrc.xml:
1526         * docs/plugins/inspect/plugin-volume.xml:
1527         * docs/plugins/inspect/plugin-vorbis.xml:
1528         * docs/plugins/inspect/plugin-ximagesink.xml:
1529         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
1530         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
1531
1532 2005-11-26  Edward Hervey  <edward@fluendo.com>
1533
1534         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
1535         Properly return GstFlowReturn from gst_pad_push in chain functions.
1536
1537 2005-11-25  Michael Smith  <msmith@fluendo.com>
1538
1539         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1540         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1541         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1542         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
1543           Handle various conditions better when we don't understand a stream.
1544           Removes a heap of CRITICALs on ogg streams containing unknown data.
1545
1546 2005-11-24  Andy Wingo  <wingo@pobox.com>
1547
1548         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
1549         Be threadsafe.
1550
1551 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1552
1553         * configure.ac: back to HEAD
1554
1555 === release 0.9.6 ===
1556
1557 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
1558
1559         * configure.ac:
1560           releasing 0.9.6, "White Eight"
1561
1562 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1563
1564         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
1565         * docs/plugins/inspect/plugin-sine.xml:
1566           remove sinesrc some more
1567
1568 2005-11-23  Wim Taymans  <wim@fluendo.com>
1569
1570         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
1571         If we are reading too slowly, jump forward in the ringbuffer
1572         instead of blocking.
1573
1574 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
1575
1576         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
1577         (gst_visual_chain):
1578         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
1579         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
1580         (gst_videorate_chain):
1581         * gst/videotestsrc/gstvideotestsrc.c:
1582         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
1583         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
1584         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
1585         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
1586         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
1587         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
1588           Updates for API changes
1589
1590 2005-11-23  Wim Taymans  <wim@fluendo.com>
1591
1592         * gst-libs/gst/audio/gstbaseaudiosink.c:
1593         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
1594         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1595         Fix for calibration API change.
1596
1597 2005-11-23  Michael Smith <msmith@fluendo.com>
1598
1599         * gst-libs/gst/audio/multichannel.c:
1600         (gst_audio_get_channel_positions),
1601         (gst_audio_set_channel_positions),
1602         (gst_audio_set_structure_channel_positions_list),
1603         (gst_audio_fixate_channel_positions):
1604           Use gst_value_array_*() functions on value arrays, not
1605           gst_value_list_*().
1606
1607 2005-11-23  Edward Hervey  <edward@fluendo.com>
1608
1609         * autogen.sh:
1610         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
1611         Fixes autogen
1612
1613 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1614
1615         * check/Makefile.am:
1616         * check/elements/videotestsrc.c: (setup_videotestsrc),
1617         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
1618         (main):
1619           add a test for videotestsrc
1620
1621 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1622
1623         * gst/sine/.cvsignore:
1624         * gst/sine/Makefile.am:
1625         * gst/sine/gstsinesrc.c:
1626         * gst/sine/gstsinesrc.h:
1627         * gst/sine/sinesrc.vcproj:
1628           and remove sinesrc from the repository.  Closes #321446
1629
1630 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1631
1632         * configure.ac:
1633         * gst-plugins-base.spec.in:
1634           remove sinesrc from the build
1635
1636 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1637
1638         * check/Makefile.am:
1639         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
1640         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
1641         (main):
1642           add a test for audiotestsrc, testing all waves.  Even seems
1643           leak-free at first glance, nice job Stefan
1644
1645 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
1646
1647         * po/af.po:
1648         * po/az.po:
1649         * po/cs.po:
1650         * po/en_GB.po:
1651         * po/hu.po:
1652         * po/it.po:
1653         * po/nb.po:
1654         * po/nl.po:
1655         * po/or.po:
1656         * po/sq.po:
1657         * po/sr.po:
1658         * po/sv.po:
1659         * po/uk.po:
1660         * po/vi.po:
1661           Translation string updates
1662
1663         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
1664         (gst_v4lsrc_set_caps):
1665         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
1666         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
1667         * sys/v4l/v4lsrc_calls.h:
1668           Improve v4lsrc, by making it work again.
1669
1670 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
1671
1672         * ext/libvisual/visual.c: (gst_visual_chain):
1673           Fix the fps calculations.
1674
1675         * gst/ffmpegcolorspace/avcodec.h:
1676           Move structure element for clarity
1677
1678         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
1679         * gst-libs/gst/interfaces/tunernorm.h:
1680         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
1681         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
1682         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
1683         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
1684         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
1685         (gst_v4lmjpegsrc_getcaps):
1686         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
1687         (gst_v4lsrc_set_caps):
1688         * sys/v4l/gstv4lsrc.h:
1689         * sys/v4l/v4l_calls.c: (gst_v4l_open):
1690         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
1691         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
1692         * sys/v4l/v4lsrc_calls.h:
1693           Fractional framerates...
1694
1695 2005-11-22  Wim Taymans  <wim@fluendo.com>
1696
1697         * gst-libs/gst/audio/gstbaseaudiosink.c:
1698         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
1699         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1700         And we provide a clock by default, of course...
1701
1702 2005-11-22  Wim Taymans  <wim@fluendo.com>
1703
1704         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
1705         This clock can be slaved to a master clock now.
1706
1707         * gst-libs/gst/audio/gstbaseaudiosink.c:
1708         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
1709         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
1710         (gst_base_audio_sink_set_clock),
1711         (gst_base_audio_sink_set_property),
1712         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
1713         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1714         * gst-libs/gst/audio/gstbaseaudiosink.h:
1715         Handle slaving the internal clock to the clock selected in the
1716         pipeline.
1717         Add property to make the basesink not provide a clock.
1718
1719         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1720         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1721         (gst_base_rtp_depayload_wait):
1722         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1723         We can use the clock in GstElement, no need to store it ourselves.
1724
1725 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1726
1727         * docs/libs/tmpl/gstaudio.sgml:
1728           update
1729         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
1730         (gst_paranoia_endian_get_type):
1731         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
1732         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1733         * gst/audiotestsrc/gstaudiotestsrc.c:
1734         (gst_audiostestsrc_wave_get_type):
1735         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
1736         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
1737         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1738         (gst_sync_method_get_type), (gst_unit_type_get_type),
1739         (gst_client_status_get_type), (gst_multifdsink_class_init),
1740         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
1741         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
1742         (gst_multifdsink_get_property):
1743         * gst/tcp/gstmultifdsink.h:
1744         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
1745         * gst/videotestsrc/gstvideotestsrc.c:
1746         (gst_videotestsrc_pattern_get_type):
1747           remove deprecated properties
1748           fix up enums to correctly have short lowercase dashed nicks
1749
1750 2005-11-22  Michael Smith <msmith@fluendo.com>
1751
1752         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
1753         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
1754           Add underscore.
1755
1756 2005-11-22  Michael Smith <msmith@fluendo.com>
1757
1758         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
1759         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
1760           Use utility method for scaling clocktime for fractional framerates.
1761
1762 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
1763
1764         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
1765         (gst_visual_chain):
1766         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1767         * ext/theora/theoradec.c: (theora_handle_type_packet):
1768         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
1769         (theora_enc_chain):
1770         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1771         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
1772         * gst-libs/gst/video/video.h:
1773         * gst/ffmpegcolorspace/avcodec.h:
1774         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1775         (gst_ffmpeg_caps_to_pixfmt):
1776         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1777         (gst_ffmpegcsp_set_caps):
1778         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
1779         (gst_videorate_setcaps), (gst_videorate_blank_data),
1780         (gst_videorate_chain):
1781         * gst/videotestsrc/gstvideotestsrc.c:
1782         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
1783         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
1784         (gst_videotestsrc_event), (gst_videotestsrc_create):
1785         * gst/videotestsrc/gstvideotestsrc.h:
1786         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1787         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
1788         (gst_ximagesink_get_times), (gst_ximagesink_init):
1789         * sys/ximage/ximagesink.h:
1790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1791         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
1792         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
1793         * sys/xvimage/xvimagesink.h:
1794           Convert elements to use fractions for their framerate.
1795           V4L elements to come later tonight.
1796
1797 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1798
1799         * gst-libs/gst/audio/audio.c:
1800         * gst-libs/gst/audio/audio.h:
1801           remove some deprecated functions
1802
1803 2005-11-22  Andy Wingo  <wingo@pobox.com>
1804
1805         * Update for gst_tag_setter API changes.
1806
1807 2005-11-22  Andy Wingo  <wingo@pobox.com>
1808
1809         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
1810         (gst_ogg_demux_perform_seek):
1811         * ext/theora/theoradec.c (theora_dec_sink_event):
1812         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
1813         update-funcnames.
1814
1815 2005-11-22  Wim Taymans  <wim@fluendo.com>
1816
1817         * examples/seeking/seek.c: (main):
1818         Give higher priority to bus signals than the gtk events
1819         to fix a race condition in the segment looping.
1820
1821 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
1822
1823         * ext/theora/Makefile.am:
1824         * ext/vorbis/Makefile.am:
1825         * gst-libs/gst/tag/Makefile.am:
1826         * gst-plugins-base.spec.in:
1827           Rename libgsttagedit to libgsttag (#322117).
1828
1829 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
1830
1831         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
1833           Call gst_x_overlay_prepare_xwindow_id() to give applications
1834           a final chance to set their own xwindow id before the video
1835           sink creates its own window.
1836
1837 2005-11-22  Julien MOUTTE  <julien@moutte.net>
1838
1839         * sys/xvimage/xvimagesink.c:
1840         (gst_xvimagesink_navigation_send_event): Handle navigation
1841         events correcly with borders if applicable.
1842
1843 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
1844
1845         Patch by: Luca Ognibene
1846
1847         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1848         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1849         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1850         (gst_ffmpegcsp_caps_remove_format_info):
1851         * gst/ffmpegcolorspace/imgconvert.c:
1852         * gst/ffmpegcolorspace/imgconvert_template.h:
1853           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
1854           #318353); use gst_structure_has_name().
1855
1856 2005-11-22  Julien MOUTTE  <julien@moutte.net>
1857
1858         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
1859         (gst_ximagesink_class_init): Add debug macros on functions.
1860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1861         (gst_xvimagesink_xwindow_draw_borders),
1862         (gst_xvimagesink_xvimage_put),
1863         (gst_xvimagesink_xwindow_update_geometry),
1864         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
1865         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
1866         (gst_xvimagesink_xcontext_clear),
1867         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
1868         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
1869         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
1870         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
1871         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
1872         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1873         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
1874         expose while being PAUSED, out of data flow navigation events, etc..
1875
1876 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1877
1878         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
1879         * gst-libs/gst/audio/audio.h:
1880           fix prototype - wondering why the test worked regardless
1881
1882 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1883
1884         * check/Makefile.am:
1885         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
1886         * gst-libs/gst/audio/audio.h:
1887           add a method that returns a proper GstClockTime
1888
1889 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1890
1891         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
1892         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
1893         * gst-libs/gst/interfaces/xoverlay.h:
1894           Remove everything having to do with the desired size; add 
1895           gst_x_overlay_prepare_xwindow_id() function; remove the
1896           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
1897           post a message on the bus instead (#321816).
1898
1899         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
1900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
1901         (gst_xvimagesink_xoverlay_init):
1902           Remove desired size stuff (#321816).
1903
1904 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1905
1906         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
1907         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
1908         (mpeg_video_type_find), (mpeg_video_stream_type_find):
1909           Terminate vararg functions with NULL instead of 0 to 
1910           make gcc4 happy.
1911
1912 2005-11-21  Andy Wingo  <wingo@pobox.com>
1913
1914         patch by: Sebastien Cote <sebas642@yahoo.ca>
1915         
1916         * gst-libs/gst/rtp/gstrtpbuffer.h: 
1917         * gst-libs/gst/rtp/gstrtpbuffer.c
1918         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
1919
1920 2005-11-21  Andy Wingo  <wingo@pobox.com>
1921
1922         * gst/playback/gstplaybin.c (gen_audio_element) 
1923         (gen_video_element): Use the new MISSING_PLUGIN core error
1924         category. Closes #320060.
1925
1926         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
1927         * gst/videorate/gstvideorate.c (gst_videorate_event):
1928         * ext/theora/theoradec.c (theora_dec_sink_event): 
1929         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
1930         stream lock.
1931
1932         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
1933         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
1934         stream lock changes.
1935
1936 2005-11-21  Wim Taymans  <wim@fluendo.com>
1937
1938         * gst-libs/gst/audio/gstbaseaudiosink.c:
1939         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
1940         (gst_base_audio_sink_provide_clock),
1941         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
1942         (gst_base_audio_sink_change_state):
1943         * gst/audioresample/gstaudioresample.c:
1944         Segment update fix.
1945
1946 2005-11-21  Andy Wingo  <wingo@pobox.com>
1947
1948         * *.h:
1949         * *.c: Ran scripts/update-macros. Oh yes.
1950
1951 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1952
1953         * sys/ximage/Makefile.am:
1954         * sys/ximage/ximage.c:
1955           Rename ximage plugin to ximagesink (#321426) (Don't forget to
1956           remove your old libgstximage.* manually if necessary).
1957
1958 2005-11-21  Michael Smith <msmith@fluendo.com>
1959
1960         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
1961           Minimal fix for bug #320200: set the min/max bitrate in the correct
1962           units. A better fix would be to upgrade to the RATEMANAGE2
1963           interface, rather than using the deprecated interface used here, but
1964           that would require an update in our libvorbis dependency (to 1.1),
1965           which is probably undesirable.
1966
1967 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
1968
1969         * ext/libvisual/visual.c: (get_buffer):
1970         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1971         (gst_base_audio_src_fixate):
1972         * gst/audioconvert/gstaudioconvert.c:
1973         (gst_audio_convert_fixate_caps):
1974         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
1975         * gst/audiotestsrc/gstaudiotestsrc.c:
1976         (gst_audiotestsrc_src_fixate):
1977         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
1978         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
1979         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
1980         * gst/videotestsrc/gstvideotestsrc.c:
1981         (gst_videotestsrc_src_fixate):
1982         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
1984           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
1985           (#322027)
1986
1987
1988 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1989
1990         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1991         (gst_riff_create_iavs_caps):
1992         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
1993         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
1994         (gst_riff_parse_info):
1995         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
1996         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
1997         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
1998           Fixes for GST_FOURCC_FORMAT API change.
1999
2000 2005-11-21  Andy Wingo  <wingo@pobox.com>
2001
2002         patch by: Alessandro Dessina <alessandro nnva org>
2003
2004         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
2005         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
2006         (gst_ogg_parse_chain):
2007         * ext/theora/theoraenc.c (theora_set_header_on_caps):
2008         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
2009         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
2010         gst_value_list calls on arrays. Fixes #321962.
2011
2012 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2013
2014         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2015         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
2016         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
2017         * gst/adder/gstadder.c: (gst_adder_init),
2018         (gst_adder_request_new_pad), (gst_adder_collected),
2019         (gst_adder_change_state):
2020           Update for gst_collectpads_foo() to gst_collect_pads_foo()
2021           API change.
2022
2023 2005-11-21  Michael Smith <msmith@fluendo.com>
2024
2025         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2026         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
2027           Properly handle pad_push return values.
2028
2029 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
2030
2031         * gst-libs/gst/tag/Makefile.am:
2032         * gst-libs/gst/tag/gstvorbistag.c:
2033         (gst_tag_list_to_vorbiscomment_buffer):
2034           Remove obsolete vorbistag element and debug category.
2035
2036         * gst/playback/gstplaybasebin.c: (check_queue):
2037           Don't divide by 0 when queue-threshold is 0.
2038
2039         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
2040           Don't modify an existing pixel-aspect-ratio if we fail to read
2041           a new one.
2042
2043 2005-11-20  Wim Taymans  <wim@fluendo.com>
2044
2045         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
2046         (gst_vorbisenc_push_packet):
2047         GST_PAD_IS_USABLE is gone, use the return value of
2048         the push or pad_alloc_buffer instead.
2049
2050 2005-11-18  Julien MOUTTE  <julien@moutte.net>
2051
2052         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2053         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
2054         (gst_ximagesink_ximage_destroy),
2055         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
2056         (gst_ximagesink_xwindow_new),
2057         (gst_ximagesink_xwindow_update_geometry),
2058         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
2059         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
2060         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
2061         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
2062         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
2063         (gst_ximagesink_navigation_send_event),
2064         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
2065         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2066         (gst_ximagesink_finalize), (gst_ximagesink_init),
2067         (gst_ximagesink_class_init):
2068         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
2069         This new version brings correct software scaling, non flickering
2070         window while resizing, pixel aspect ratio handling, usage of
2071         hardware buffer pools, out of data flow event thread for 
2072         navigation and handling of expose events even when being PAUSED,
2073         a new property to keep video aspect ratio when resizing, etc...
2074
2075 2005-11-18  Julien MOUTTE  <julien@moutte.net>
2076
2077         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2078         (gst_videoscale_fixate_caps): Introduce back caps fixate with
2079         handling of PAR.
2080
2081 2005-11-18    <bilboed@dvdsrc.fluendo.com>
2082
2083         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
2084         Unsetting IS_SINK flag from the fakesink, so decodebin
2085         never behaves as a sink.
2086
2087 2005-11-17  Wim Taymans  <wim@fluendo.com>
2088
2089         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2090         (gst_base_audio_src_change_state):
2091         Fix the audiosrc base class again, we did not unflush.
2092
2093 2005-11-17  Julien MOUTTE  <julien@moutte.net>
2094
2095         * examples/seeking/seek.c: (make_dv_pipeline),
2096         (make_vorbis_theora_pipeline), (make_avi_pipeline),
2097         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
2098         to ogg/vorbis/theora pipeline.
2099
2100 2005-11-17  Wim Taymans  <wim@fluendo.com>
2101
2102         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2103         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
2104         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
2105         Fix EOS on multiple streams.
2106         More debugging.
2107
2108 2005-11-16  Wim Taymans  <wim@fluendo.com>
2109
2110         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
2111         (gst_ogg_demux_perform_seek):
2112         Segment done must include stream time.
2113
2114         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2115         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
2116         (gst_ogg_mux_change_state):
2117         Fix ogg muxer again.
2118
2119 2005-11-16  Wim Taymans  <wim@fluendo.com>
2120
2121         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
2122         Fix compile again.
2123
2124 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2125
2126         * ext/libvisual/visual.c: (gst_visual_init):
2127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
2128         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
2129         (gst_ogg_parse_chain):
2130         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2131         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
2132         * ext/theora/theoradec.c: (gst_theora_dec_init):
2133         * ext/theora/theoraenc.c: (gst_theora_enc_init):
2134         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2135         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
2136         * gst/adder/gstadder.c: (gst_adder_class_init),
2137         (gst_adder_dispose):
2138         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
2139         * gst/subparse/gstsubparse.c: (gst_subparse_init):
2140         * gst/videorate/gstvideorate.c: (gst_videorate_init):
2141           Fix a whole set of pad template leaks
2142
2143 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2144
2145         * check/generic/states.c: (GST_START_TEST):
2146           fix the test so that it only checks for elements that are part of
2147           this source module
2148
2149 2005-11-16  Michael Smith <msmith@fluendo.com>
2150
2151         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
2152         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
2153         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2154         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
2155         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
2156         (gst_ogg_mux_change_state):
2157           Fix leaking collectpads.
2158
2159 2005-11-16  Edward Hervey  <edward@fluendo.com>
2160
2161         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
2162         (gst_videorate_event), (gst_videorate_chain):
2163         Handle segment seeks
2164
2165 2005-11-16  Wim Taymans  <wim@fluendo.com>
2166
2167         * gst-libs/gst/audio/gstbaseaudiosink.c:
2168         (gst_base_audio_sink_provide_clock),
2169         (gst_base_audio_sink_change_state):
2170         Set ringbuffer to non-flushing when going to PAUSED, set to
2171         flushing again when going to READY.
2172
2173         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2174         (gst_ring_buffer_stop):
2175         Start in flushing mode by default.
2176         Don't set flushing in the _stop method, let the app call
2177         this explicitly.
2178
2179 2005-11-16  Julien MOUTTE  <julien@moutte.net>
2180
2181         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
2182         * gst-libs/gst/video/videosink.h: Add helper function needed
2183         for video sinks.
2184
2185 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2186
2187         * gst/videoscale/gstvideoscale.c:
2188         (gst_videoscale_handle_src_event):
2189           Don't leak reference to pad parent.
2190
2191 2005-11-16  Wim Taymans  <wim@fluendo.com>
2192
2193         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
2194         Set ringbuffer to flushing when stopping so that we don't
2195         block on wait_segment anymore and livelock.
2196
2197 2005-11-16  Wim Taymans  <wim@fluendo.com>
2198
2199         * examples/seeking/seek.c: (send_event), (do_seek),
2200         (loop_toggle_cb), (segment_done), (main):
2201         Added looping checkbox.
2202
2203 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2204
2205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2206         (gst_ogg_demux_init):
2207         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
2208         (gst_vorbis_dec_init):
2209           revert unrefs, they don't pass make check
2210
2211 2005-11-15  Johan Dahlin  <johan@gnome.org>
2212
2213         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2214         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
2215         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
2216         (gst_vorbis_dec_init):
2217         Fix pad template leaks. 
2218
2219 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
2220
2221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2222           Make state change function thread safe.
2223
2224 2005-11-15  Edward Hervey  <edward@fluendo.com>
2225
2226         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
2227         (gst_ogg_demux_class_init):
2228         Implement GstElement::send_event, so we can send seek events
2229         in GST_STATE_READY
2230
2231 2005-11-14  Julien MOUTTE  <julien@moutte.net>
2232
2233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
2234         Discovered how to take away flickering while resizing the
2235         window. Please don't put that in ximagesink, refactoring in
2236         progress.
2237
2238 2005-11-14  Michael Smith <msmith@fluendo.com>
2239
2240         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
2241         (gst_multifdsink_render):
2242           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
2243
2244 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2245
2246         * gst/playback/gstplaybin.c: (gen_audio_element):
2247           Use autoaudiosink, it tends to be more widely available than
2248           autoaudiiosink.
2249           
2250 2005-11-14  Andy Wingo  <wingo@pobox.com>
2251
2252         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
2253         as well if it is available. Fixes #316442.
2254
2255 2005-11-14  Michael Smith <msmith@fluendo.com>
2256
2257         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
2258         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
2259         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2260         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
2261         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
2262         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
2263         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
2264         (gst_vorbisenc_change_state):
2265           Fix a small memory leak in vorbisenc.
2266           Fix large memory leaks in oggmux, also fix lots of state change
2267           bugs in oggmux.
2268
2269 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2270
2271         * gst/videotestsrc/gstvideotestsrc.c:
2272         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
2273         (gst_videotestsrc_src_fixate):
2274           move fixation to a fixate function
2275           remove negotiate function, basesrc's is good enough
2276           fixes a bug for check when using the element alone
2277
2278 2005-11-13  Edward Hervey  <edward@fluendo.com>
2279
2280         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
2281         (key_toggle_cb), (main):
2282         Added checkboxes for adding/removing the accurate and key_unit seek
2283         flags.
2284
2285 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2286
2287         * configure.ac: back to HEAD
2288
2289 === release 0.9.5 ===
2290
2291 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
2292
2293         * configure.ac:
2294           releasing 0.9.5, "No No Kia"
2295
2296 2005-11-11  Edward Hervey  <edward@fluendo.com>
2297
2298         * examples/seeking/seek.c: (make_parselaunch_pipeline):
2299         Added parse-launch syntax seeking mode for the seeking example.
2300         This should help stress-test even more cases.
2301         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
2302
2303 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
2304
2305         * sys/xvimage/xvimagesink.c:
2306         (gst_xvimagesink_navigation_send_event):
2307           Check whether peer pad exists before sending navigation events
2308           to it.
2309
2310 2005-11-11  Michael Smith <msmith@fluendo.com>
2311
2312         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
2313         (gst_vorbisenc_buffer_from_packet):
2314         * ext/vorbis/vorbisenc.h:
2315           Set duration on encoded buffers. This allows oggmux's
2316           max_page_delay parameter to actually work.
2317
2318 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
2319
2320         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2321         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
2322         (gst_ffmpegcsp_avpicture_fill):
2323         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2324         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
2325           Make palettes work again (see #132341). Use our own macros
2326           for rounding up.
2327
2328 2005-11-10  Andy Wingo  <wingo@pobox.com>
2329
2330         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
2331         string doober.
2332
2333 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2334
2335         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2336         (gst_ffmpegcsp_transform_caps):
2337           Prefer passthrough in transform_caps
2338
2339 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2340
2341         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2342           check for ALSA errors properly, instead of relying on ALSA's
2343           error strings to serve to the user.
2344
2345 2005-11-10  Wim Taymans  <wim@fluendo.com>
2346
2347         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
2348         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
2349         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
2350         Modernise the seek code.
2351
2352 2005-11-10  Michael Smith <msmith@fluendo.com>
2353         
2354         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
2355         (setup_substreams), (set_active_source):
2356           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
2357           trying to go to NULL if we failed to read a file.
2358
2359 2005-11-10  Wim Taymans  <wim@fluendo.com>
2360
2361         * gst/audiotestsrc/gstaudiotestsrc.c:
2362         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
2363         (gst_audiotestsrc_create):
2364         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2365         (gst_sinesrc_get_times), (gst_sinesrc_create):
2366         * gst/videotestsrc/gstvideotestsrc.c:
2367         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
2368         (gst_videotestsrc_create):
2369         The base class can now sync for us.
2370
2371 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2372
2373         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
2374           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
2375           name=source autoprobe=false autoprobe-fps=false copy-mode=1
2376           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
2377           format=(fourcc)I420" ! xvimagesink
2378
2379 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2380
2381         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2382         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
2383         (gst_sinesrc_newsegment):
2384           Send newsegment event in TIME format, set duration if
2385           num-buffers is set, fix duration querying.
2386
2387 2005-11-10  Michael Smith <msmith@fluendo.com>
2388
2389         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2390         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2391         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
2392         (gst_ogg_mux_collected):
2393          Fix EOS handling, partially. Now forwarding an EOS event once we have
2394          EOS on all pads works correctly. However, we still don't properly set
2395          EOS on the actual ogg stream pages.
2396
2397 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2398
2399         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
2400           Set elements to NULL state before disposing of them.
2401
2402 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
2403
2404         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2405
2406         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2407         (gst_base_rtp_depayload_init),
2408         (gst_base_rtp_depayload_set_gst_timestamp):
2409         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2410           We need to send a newsegment event for each instance, not
2411           just for the first instance of this class (get rid of
2412           static variable in function). (#321011).
2413           
2414 2005-11-08  Michael Smith <msmith@fluendo.com>
2415
2416         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2417         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
2418         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
2419         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
2420           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
2421           This makes us mux things correctly according to the ogg muxing
2422           rules. Still not handling EOS correctly right now, though.
2423
2424 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
2425
2426         * gst/audioconvert/gstaudioconvert.c:
2427           Fix typo in docs. 
2428
2429 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
2430
2431         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
2432         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
2433           Initialise segment_stop to GST_CLOCK_TIME_NONE when
2434           creating a new chain; should fix live streaming. Also
2435           add more debug output and fix a typo.
2436
2437 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
2438
2439         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2440
2441         * gst/volume/gstvolume.c: (volume_set_caps):
2442           Fix compilation on Solaris with Forte. (#320923)
2443
2444 2005-11-08  Wim Taymans  <wim@fluendo.com>
2445
2446         * gst-libs/gst/audio/gstbaseaudiosink.c:
2447         (gst_base_audio_sink_render):
2448         No need to do a typecheck.
2449
2450 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
2451
2452         * ext/alsa/gstalsa.h:
2453           We register a debug category, so let's use it.
2454
2455 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
2456
2457         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2458         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
2459         Fixed a small problem.
2460
2461 2005-11-04  Wim Taymans  <wim@fluendo.com>
2462
2463         * examples/seeking/Makefile.am:
2464         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
2465         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
2466         (make_playerbin_pipeline), (format_value), (update_scale),
2467         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
2468         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
2469         (print_usage), (main):
2470         Added app for playback speed testing.
2471
2472         * examples/seeking/seek.c: (dynamic_link),
2473         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
2474         (make_mpeg_pipeline), (do_seek), (set_update_scale),
2475         (message_received), (main):
2476         Updated seek example.
2477
2478 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
2479
2480         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2481         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2482         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
2483         (gst_base_rtp_depayload_set_clock):
2484         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2485         Don't sleep on the bench (system clock) when you have a nice 
2486         comfortable bed (Gstreamer clock) to sleep on.
2487
2488 2005-11-03  Wim Taymans  <wim@fluendo.com>
2489
2490         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2491         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
2492         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
2493         Handle the case where a pad_block failed.
2494
2495 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
2496
2497         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
2498
2499         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2500         (gst_base_rtp_depayload_add_to_queue),
2501         (gst_base_rtp_depayload_push),
2502         (gst_base_rtp_depayload_set_gst_timestamp),
2503         (gst_base_rtp_depayload_queue_release):
2504           Fixes some bugs in the depayloader's queuing/de-queueing code.
2505
2506 2005-10-31  Michael Smith <msmith@fluendo.com>
2507
2508         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
2509         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
2510         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
2511           Patch from Alessandro Decina <alessandro@nnva.org>.
2512           Make oggdemux only find the final time in a chain, not per-pad,
2513           since the per-pad information can be very expensive to locate, and
2514           it isn't used anywhere. This makes reading a file containing
2515           OggSkeleton reasonably fast.
2516           Also, make chain finding work when there are logical bitstreams that
2517           can't be decoded. Fixes #319110.
2518
2519 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
2520
2521         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2522         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2523         (gst_base_rtp_depayload_chain),
2524         (gst_base_rtp_depayload_add_to_queue),
2525         (gst_base_rtp_depayload_push),
2526         (gst_base_rtp_depayload_set_gst_timestamp),
2527         (gst_base_rtp_depayload_queue_release),
2528         (gst_base_rtp_depayload_start_thread),
2529         (gst_base_rtp_depayload_set_property),
2530         (gst_base_rtp_depayload_get_property):
2531         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2532         Some random fixes, to fullfill the desires of thomas.
2533
2534 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
2535
2536         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2537         (gst_base_rtp_depayload_add_to_queue),
2538         (gst_base_rtp_depayload_push):
2539         Fixed the queueing algorithm.
2540
2541 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
2542
2543         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2544         (gst_base_rtp_depayload_push):
2545         A small fix
2546
2547 2005-10-31  Wim Taymans  <wim@fluendo.com>
2548
2549         * gst-libs/gst/audio/gstringbuffer.h:
2550         Don't break ABI.
2551
2552         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2553         (gst_ffmpeg_caps_to_pixfmt):
2554         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2555         (gst_ffmpegcsp_set_caps):
2556         Some more comments.
2557         Handle missing required caps fields better.
2558
2559 2005-10-31  Wim Taymans  <wim@fluendo.com>
2560
2561         * gst-libs/gst/audio/gstbaseaudiosink.c:
2562         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
2563         (gst_base_audio_sink_render):
2564         * gst-libs/gst/audio/gstringbuffer.c:
2565         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2566         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2567         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
2568         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
2569         (gst_ring_buffer_read):
2570         * gst-libs/gst/audio/gstringbuffer.h:
2571         Add flushing mode to the ringbuffer so that it in all cases does
2572         not try to handle more audio. This makes sure it does not try to
2573         block anymore when flushing and fixes a livelock.
2574
2575 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
2576
2577         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
2578         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
2579         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
2580           Explicitly check for -1 values before doing a conversion
2581           and always map them to -1. (#315545)
2582
2583 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2584
2585         * gst/playback/gstplaybin.c: (gen_video_element):
2586           first try autovideosink, then xvimagesink, then error out
2587         * po/POTFILES.in:
2588           add translatable file
2589         * po/af.po:
2590         * po/az.po:
2591         * po/cs.po:
2592         * po/en_GB.po:
2593         * po/hu.po:
2594         * po/it.po:
2595         * po/nb.po:
2596         * po/nl.po:
2597         * po/or.po:
2598         * po/sq.po:
2599         * po/sr.po:
2600         * po/sv.po:
2601         * po/uk.po:
2602         * po/vi.po:
2603           update translations
2604
2605 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
2606
2607         * gst-libs/gst/rtp/gstbasedepayload.c:
2608         * gst-libs/gst/rtp/gstbasedepayload.h:
2609           Minor cleanups
2610
2611 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2612
2613         * gst/playback/.cvsignore:
2614         * gst/playback/decodetest.c:
2615         * gst/playback/test3.c:
2616           Port these two tests as well.
2617
2618 2005-10-27  Wim Taymans  <wim@fluendo.com>
2619
2620         * ext/theora/theoradec.c: (theora_dec_src_query),
2621         (theora_dec_sink_event):
2622         * ext/theora/theoraenc.c: (theora_enc_sink_event),
2623         (theora_enc_change_state):
2624         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2625         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2626         Take proper locks when handling events.
2627
2628 2005-10-27  Wim Taymans  <wim@fluendo.com>
2629
2630         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
2631         (gst_adder_change_state):
2632         Fix timestamps and fix deadlock when stopping the collectpads.
2633
2634 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
2635
2636         * gst-libs/gst/rtp/gstrtpbuffer.h:
2637         Declaring the payload types as strings too so that they can be used
2638         in the padtemplate inialization.
2639
2640 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
2641
2642         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
2643
2644         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2645         (gst_base_rtp_depayload_class_init):
2646         Fixes a small but nasty bug. The derived elements no longer segfaults
2647         on finalization.
2648
2649 2005-10-26  Michael Smith <msmith@fluendo.com>
2650
2651         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
2652           When clearing an audioconvert context, set tmpbufsize to zero, so
2653           we'll allocate it again later if required.
2654           This fixes audioconvert re-negotiating formats, which previously
2655           segfaulted with a NULL destination buffer.
2656
2657 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
2658
2659         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2660         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
2661         (gst_base_rtp_depayload_set_gst_timestamp),
2662         (gst_base_rtp_depayload_queue_release):
2663         Fixed a smalll memleak.
2664
2665 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
2666         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2667         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
2668         (gst_base_rtp_depayload_finalize),
2669         (gst_base_rtp_depayload_setcaps),
2670         (gst_base_rtp_depayload_add_to_queue),
2671         (gst_base_rtp_depayload_push),
2672         (gst_base_rtp_depayload_set_gst_timestamp),
2673         (gst_base_rtp_depayload_queue_release),
2674         (gst_base_rtp_depayload_thread),
2675         (gst_base_rtp_depayload_change_state):
2676         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2677         Changed the C++ comments to C comments
2678
2679 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2680
2681         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
2682         * gst/tcp/gsttcpclientsrc.h:
2683         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
2684         * gst/tcp/gsttcpserversrc.h:
2685           Remove unused 'curoffset' structure member.
2686
2687 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
2688
2689         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2690         (gst_base_rtp_depayload_base_init),
2691         (gst_base_rtp_depayload_finalize):
2692         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2693         * gst-libs/gst/rtp/gstbasertppayload.h:
2694           The pad-template on the sinkpad should be set by the derived classes.
2695           Also added some useful macros.
2696
2697 2005-10-24  Wim Taymans  <wim@fluendo.com>
2698
2699         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2700         Correctly flush decoder samples even if we could not
2701         copy them to an output buffer. Fixes #319618.
2702
2703 2005-10-24  Julien MOUTTE  <julien@moutte.net>
2704
2705         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
2706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
2707         the caps against our xcontext caps.
2708
2709 2005-10-24  Wim Taymans  <wim@fluendo.com>
2710
2711         * gst-libs/gst/audio/gstbaseaudiosink.c:
2712         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
2713         Remove g_print
2714         Use sync property from baseclass to disable sync.
2715
2716 2005-10-24  Wim Taymans  <wim@fluendo.com>
2717
2718         * gst-libs/gst/audio/gstbaseaudiosink.c:
2719         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
2720         Buffers with no timestamps get aligned with previous buffers or
2721         on underrun, played ASAP.
2722
2723 2005-10-24  Julien MOUTTE  <julien@moutte.net>
2724
2725         * gst-libs/gst/video/video.h:
2726         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2727         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
2729         here comes my change on caps for framerate and geometry range.
2730         We are now accepting 1 to MAXINT for width and height, and from
2731         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
2732         to be blended correctly in videomixer.
2733
2734 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2735
2736         * configure.ac:
2737           back to HEAD
2738
2739 === release 0.9.4 ===
2740
2741 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2742
2743         * NEWS:
2744         * RELEASE:
2745         * configure.ac:
2746           releasing 0.9.4, "Velociraptor"
2747
2748 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2749
2750         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
2751         * po/POTFILES.in:
2752           STOPPED -> FAILED
2753
2754 2005-10-21  Wim Taymans  <wim@fluendo.com>
2755
2756         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2757         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
2758         (pad_blocked), (close_pad_link), (new_pad):
2759         Don't try to remove elements twice.
2760
2761 2005-10-21  Wim Taymans  <wim@fluendo.com>
2762
2763         * ext/theora/theoradec.c: (theora_dec_src_query),
2764         (theora_dec_sink_event):
2765         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2766         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
2767         (vorbis_handle_data_packet):
2768         * ext/vorbis/vorbisdec.h:
2769         Fix old naming.
2770
2771         * gst-libs/gst/audio/gstbaseaudiosink.c:
2772         (gst_base_audio_sink_render):
2773         Don't try to sync on buffers without a timestamp.
2774
2775 2005-10-21  Wim Taymans  <wim@fluendo.com>
2776
2777         * ext/theora/theoradec.c: (theora_dec_src_query),
2778         (theora_dec_sink_event):
2779         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2780         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
2781         (vorbis_handle_data_packet):
2782         * ext/vorbis/vorbisdec.h:
2783         Fix old naming.
2784
2785 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2786
2787         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
2788         (gst_vorbisenc_src_query):
2789           Implement position and duration queries.
2790
2791         * gst/playback/test3.c: (update_scale), (main):
2792           Fix for async state changes and print nicer output.
2793
2794 2005-10-20  Wim Taymans  <wim@fluendo.com>
2795
2796         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2797         (dump_element_stats), (main):
2798         * gst/playback/test6.c: (main):
2799         Fix tests again
2800
2801 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2802
2803         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
2804         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2805           Don't use functions for position queries when handling
2806           duration queries.
2807
2808 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2809
2810         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2811         (vorbis_handle_data_packet), (vorbis_dec_chain),
2812         (vorbis_dec_change_state):
2813         * ext/vorbis/vorbisdec.h:
2814           Vorbis streams can be embedded in other container formats
2815           than ogg, container formats where the demuxer might set 
2816           timestamps on encoded vorbis buffers instead of those silly 
2817           granulepos thingies. In short: make vorbisdec handle 
2818           timestamps on incoming buffers as well.
2819
2820 2005-10-20  Wim Taymans  <wim@fluendo.com>
2821
2822         * gst/playback/gstplaybasebin.c: (group_destroy),
2823         (gst_play_base_bin_change_state):
2824         Fix leak.
2825         Handle case where playbasebin is now ASYNC because
2826         decodebin is.
2827
2828 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2829
2830         * gst/audioconvert/Makefile.am:
2831         * gst/audioconvert/bufferframesconvert.c:
2832         * gst/audioconvert/plugin.c: (plugin_init):
2833         * gst/audioconvert/plugin.h:
2834           And bye bye buffer-frames-convert
2835
2836 2005-10-19  Wim Taymans  <wim@fluendo.com>
2837
2838         * check/elements/audioconvert.c:
2839         * docs/libs/tmpl/gstaudio.sgml:
2840         * docs/libs/tmpl/gstcolorbalance.sgml:
2841         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2842         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
2843         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
2844         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
2845         * gst-libs/gst/audio/audio.h:
2846         * gst/audioconvert/audioconvert.h:
2847         * gst/audioconvert/gstaudioconvert.c:
2848         (gst_audio_convert_parse_caps):
2849         * gst/volume/gstvolume.c:
2850         Bye bye buffer-frames.
2851
2852 2005-10-19  Wim Taymans  <wim@fluendo.com>
2853
2854         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
2855         (query_positions_elems), (query_positions_pads), (update_scale),
2856         (do_seek), (set_update_scale), (message_received), (main):
2857         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2858         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
2859         (gst_ogg_demux_loop):
2860         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2861         * ext/theora/theoradec.c: (theora_dec_src_query),
2862         (theora_dec_sink_event):
2863         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2864         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
2865         * gst/adder/gstadder.c: (gst_adder_query):
2866         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
2867         * gst/playback/test3.c: (update_scale):
2868         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2869         (dump_element_stats), (main):
2870         * gst/playback/test6.c: (main):
2871         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2872         Query API update.
2873
2874 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2875
2876         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
2877         (xml_check_first_element), (xml_type_find), (smil_type_find),
2878         (plugin_init):
2879           Add typefinding for SMIL and for generic XML. Based on patch by
2880           Akos Maroy (#308663).
2881
2882 2005-10-18  Wim Taymans  <wim@fluendo.com>
2883
2884         * gst/playback/Makefile.am:
2885         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2886         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
2887         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
2888         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
2889         (gst_decode_bin_change_state):
2890         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2891         (gst_play_bin_send_event_to_sink):
2892         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2893         (dump_element_stats), (main):
2894         * gst/playback/test6.c: (main):
2895         Make playbin async, it'll commit state to paused when all streams
2896         are detected.
2897         Remove ugly hack.
2898         Added test6.c to show async behaviour.
2899
2900 2005-10-18  Wim Taymans  <wim@fluendo.com>
2901
2902         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
2903         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
2904         Fix for segment-start/stop API change.
2905
2906 2005-10-18  Wim Taymans  <wim@fluendo.com>
2907
2908         * check/Makefile.am:
2909         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
2910         (main):
2911         Add future test for clock selection.
2912
2913 2005-10-18  Wim Taymans  <wim@fluendo.com>
2914
2915         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
2916         (gst_alsasink_close):
2917         Set handle to NULL.
2918
2919         * gst-libs/gst/audio/gstringbuffer.c:
2920         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2921         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
2922         (gst_ring_buffer_start), (gst_ring_buffer_pause),
2923         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
2924         (gst_ring_buffer_read):
2925         More debug info.
2926
2927 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
2928
2929         * gst/audiotestsrc/Makefile.am:
2930         * gst/sine/Makefile.am:
2931         * gst/volume/Makefile.am:
2932           fix broken build of controllerized plugins
2933
2934 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
2935
2936         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2937
2938         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2939         (gst_riff_create_video_template_caps):
2940           Add support for Indeo-3 (IV32).
2941
2942 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2943
2944         * configure.ac:
2945           rewrite
2946
2947 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2948
2949         * gst-libs/gst/video/video.c: (gst_video_get_size):
2950         * gst/audiotestsrc/gstaudiotestsrc.c:
2951           doc updates
2952
2953 2005-10-17  Andy Wingo  <wingo@pobox.com>
2954
2955         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
2956         with the collectpads change.
2957         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
2958
2959         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
2960
2961         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
2962
2963         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
2964         alloc_buffer flow return to callers.
2965         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
2966         change. Fix some memleaks in theoraenc.
2967
2968         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
2969         in strange circumstance.
2970
2971 2005-10-17  Julien MOUTTE  <julien@moutte.net>
2972
2973         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2974         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
2975         from caps, let's use the caps...
2976
2977 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2978
2979         * configure.ac:
2980           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
2981
2982 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2983
2984         * gst-libs/gst/interfaces/Makefile.am:
2985           fix silly typo
2986
2987 2005-10-16  Andy Wingo  <wingo@pobox.com>
2988
2989         * gst/playback/gstdecodebin.c
2990         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
2991         function!
2992         (try_to_link_1): Increase kraziness level.
2993
2994 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2995
2996         * configure.ac:
2997           restructure like the core one
2998         * gst-libs/gst/audio/Makefile.am:
2999         * gst-libs/gst/interfaces/Makefile.am:
3000         * gst-libs/gst/net/Makefile.am:
3001         * gst-libs/gst/riff/Makefile.am:
3002         * gst-libs/gst/rtp/Makefile.am:
3003         * gst-libs/gst/tag/Makefile.am:
3004         * gst-libs/gst/video/Makefile.am:
3005           use correct linker flags, now the libs are properly versioned
3006         * check/elements/audioconvert.c: (verify_convert):
3007         * ext/alsa/gstalsaplugin.c:
3008         * ext/cdparanoia/gstcdparanoia.c:
3009         * ext/gnomevfs/gstgnomevfs.c:
3010         * ext/libvisual/visual.c:
3011         * ext/ogg/gstogg.c:
3012         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
3013         * ext/theora/theora.c:
3014         * ext/vorbis/vorbis.c:
3015         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3016         * gst-libs/gst/tag/gsttagediting.c:
3017         * gst-libs/gst/video/video.c:
3018         * gst/adder/gstadder.c:
3019         * gst/audioconvert/plugin.c:
3020         * gst/audiorate/gstaudiorate.c:
3021         * gst/audioresample/gstaudioresample.c:
3022         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3023         * gst/audioscale/gstaudioscale.c:
3024         * gst/audioscale/resample.c:
3025         * gst/audiotestsrc/gstaudiotestsrc.c:
3026         * gst/ffmpegcolorspace/gstffmpeg.c:
3027         * gst/playback/gstdecodebin.c: (close_pad_link):
3028         * gst/playback/gstplaybin.c: (gen_video_element),
3029         (gen_audio_element):
3030         * gst/sine/gstsinesrc.c:
3031         * gst/subparse/gstsubparse.c:
3032         * gst/tags/gsttagediting.c:
3033         * gst/tcp/gsttcpplugin.c:
3034         * gst/typefind/gsttypefindfunctions.c:
3035         * gst/videorate/gstvideorate.c:
3036         * gst/videoscale/gstvideoscale.c:
3037         * gst/videotestsrc/gstvideotestsrc.c:
3038         * gst/volume/gstvolume.c:
3039         * sys/v4l/gstv4l.c:
3040         * sys/ximage/ximage.c:
3041         * sys/xvimage/xvimagesink.c:
3042           fix up defines
3043
3044 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
3045
3046         * ext/vorbis/vorbisenc.c:
3047         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
3048         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3049         (gst_tag_to_vorbis_comments):
3050           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
3051
3052 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
3053
3054         * examples/stats/mp2ogg.c:
3055         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3056           typo fixes
3057
3058 2005-10-13  Michael Smith <msmith@fluendo.com>
3059
3060         * ext/ogg/gstoggmux.c:
3061           Use magic glib macros to define constants as 64 bit, to ensure
3062           appropriate vararg passing.
3063
3064 2005-10-13  Michael Smith <msmith@fluendo.com>
3065
3066         * ext/ogg/gstoggmux.c:
3067         * gst/audioconvert/audioconvert.c: (float):
3068           Don't use LL suffix, as it's not portable, and neither of these
3069           uses required it anyway.
3070
3071 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
3072
3073         * examples/indexing/indexmpeg.c: (main):
3074         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
3075         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
3076         (cdparanoia_convert), (cdparanoia_query):
3077         * ext/cdparanoia/gstcdparanoia.h:
3078         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
3079         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
3080         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
3081         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
3082         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
3083         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
3084         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3085         (gst_multifdsink_render), (gst_multifdsink_start),
3086         (gst_multifdsink_stop):
3087         * gst/tcp/gstmultifdsink.h:
3088         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
3089         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3090         (gst_tcpclientsink_stop):
3091         * gst/tcp/gsttcpclientsink.h:
3092         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
3093         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
3094         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
3095         * gst/tcp/gsttcpclientsrc.h:
3096         * gst/tcp/gsttcpserversink.h:
3097         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
3098         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3099         (gst_tcpserversrc_stop):
3100         * gst/tcp/gsttcpserversrc.h:
3101         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
3102         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
3103         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
3104           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
3105           moved bitshift from macro to enum definition
3106
3107 2005-10-12  Wim Taymans  <wim@fluendo.com>
3108
3109         * examples/seeking/Makefile.am:
3110         Oops.
3111
3112 2005-10-12  Wim Taymans  <wim@fluendo.com>
3113
3114         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3115         (gst_ring_buffer_read), (gst_ring_buffer_clear):
3116         Don't assert on normal stuff.
3117
3118         * gst/playback/gstplaybin.c: (do_playbin_seek):
3119         API fix.
3120
3121 2005-10-12  Wim Taymans  <wim@fluendo.com>
3122
3123         * check/pipelines/simple_launch_lines.c: (run_pipeline):
3124         * examples/seeking/Makefile.am:
3125         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
3126         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3127         (do_seek), (set_update_scale), (message_received), (main):
3128         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3129         (gst_ring_buffer_read), (gst_ring_buffer_clear):
3130         Update for _get_state() API change.
3131
3132 2005-10-11  Wim Taymans  <wim@fluendo.com>
3133
3134         * gst-libs/gst/audio/gstbaseaudiosink.c:
3135         (gst_base_audio_sink_render):
3136         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3137         (gst_base_audio_src_create):
3138         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3139         (gst_ring_buffer_read):
3140         Cleanups.
3141         Commit and read from ringbuffer in samples rather than bytes.
3142
3143 2005-10-11  Wim Taymans  <wim@fluendo.com>
3144
3145         * gst-libs/gst/audio/gstbaseaudiosink.c:
3146         (gst_base_audio_sink_render):
3147         Respect segment rate and accum when scheduling samples.
3148
3149 2005-10-11  Julien MOUTTE  <julien@moutte.net>
3150
3151         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3152         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
3153         EOS correctly, that needs more work.
3154
3155 2005-10-11  Wim Taymans  <wim@fluendo.com>
3156
3157         * check/generic/states.c: (GST_START_TEST):
3158         remove old property.
3159
3160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3161         (gst_ogg_demux_perform_seek):
3162         * ext/theora/theoradec.c: (theora_dec_sink_event):
3163         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3164         (vorbis_handle_data_packet):
3165         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3166         (gst_base_rtp_depayload_set_gst_timestamp):
3167         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3168         Update for newsegment API change.
3169
3170 2005-10-11  Michael Smith <msmith@fluendo.com>
3171
3172         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
3173         (do_playbin_seek), (gst_play_bin_send_event):
3174           Override send_event differently, so that we can takes bits of
3175           functionality from GstPipeline (special handling for seeks,
3176           including pausing/resuming, and resetting stream time) and still get
3177           the appropriate behaviour of only forwarding event to a single sink,
3178           rather than all of them.
3179           Unfortunately requires a lot of code duplication, but the
3180           alternatives are equally ugly in the end.
3181
3182 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3183
3184         * check/elements/audioconvert.c: (setup_audioconvert),
3185         (cleanup_audioconvert), (get_int_caps), (verify_convert),
3186         (GST_START_TEST), (audioconvert_suite):
3187           clean up tests a little, fix some leaks.
3188
3189 2005-10-10  Wim Taymans  <wim@fluendo.com>
3190
3191         * ext/alsa/gstalsasink.c:
3192         Also allow unsigned int.
3193
3194         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3195         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3196         Small cleanup
3197
3198 2005-10-10  Wim Taymans  <wim@fluendo.com>
3199
3200         * check/pipelines/simple_launch_lines.c: (run_pipeline):
3201         Small update, use API as stated in design docs.
3202
3203         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3204         (update_scale), (do_seek), (seek_cb), (set_update_scale),
3205         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
3206         (message_received), (main):
3207         Updated seek example for GOption. Some usability improvements.
3208
3209 2005-10-10  Wim Taymans  <wim@fluendo.com>
3210
3211         * gst/audioconvert/audioconvert.h:
3212         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
3213         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
3214         Alloc temp storage somewhere else where we can do it more
3215         portable.
3216
3217 2005-10-10  Wim Taymans  <wim@fluendo.com>
3218
3219         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
3220         (gst_tcpserversrc_start):
3221         Don't block in accept while doing the state change, move
3222         to poll and make cancellable.
3223
3224 2005-10-09  Philippe Khalaf <burger@speedy.org>
3225
3226         * gst-libs/gst/rtp/rtpbasedepayload.c:
3227         Set timestamp and add queue delay to timestamp
3228         * gst-libs/gst/rtp/rtpbuffer.h:
3229         Set correct payload type for h263
3230
3231 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
3232
3233         * gst/audiotestsrc/gstaudiotestsrc.c:
3234         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
3235         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
3236         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
3237         (gst_audiotestsrc_create_triangle),
3238         (gst_audiotestsrc_create_silence),
3239         (gst_audiotestsrc_create_white_noise),
3240         (gst_audiotestsrc_init_pink_noise),
3241         (gst_audiotestsrc_generate_pink_noise_value),
3242         (gst_audiotestsrc_create_pink_noise),
3243         (gst_audiotestsrc_change_wave):
3244         * gst/audiotestsrc/gstaudiotestsrc.h:
3245           fixed typo, added pink noise
3246
3247 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
3248
3249         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
3250         (plugin_init):
3251           Add wavpack and spc typefind functions from 0.8 branch.
3252
3253 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
3254
3255         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
3256         (ar_type_find), (msdos_type_find), (plugin_init):
3257           Add typefind functions for tar archives, ar archives,
3258           RAR archives, and msdos-executables (dlls, exe, etc.).
3259           Some of those would be wrongly identified as mpeg
3260           streams of some sort before (#315550).
3261
3262 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
3263
3264         * configure.ac:
3265         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3266         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3267         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3268         * gst/audiotestsrc/Makefile.am:
3269         * gst/audiotestsrc/gstaudiotestsrc.c:
3270         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
3271         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
3272         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
3273         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
3274         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
3275         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
3276         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
3277         (gst_audiotestsrc_create_silence),
3278         (gst_audiotestsrc_create_white_noise),
3279         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
3280         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
3281         (gst_audiotestsrc_start), (plugin_init):
3282         * gst/audiotestsrc/gstaudiotestsrc.h:
3283           add new plugin and element
3284         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
3285           use gobject_class
3286
3287 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
3288
3289         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
3290         (gst_adder_init), (gst_adder_request_new_pad),
3291         (gst_adder_change_state):
3292           Add query function to source pad, so adder reports the correct
3293           time/sample position when queried (#315457); fix state change
3294           function; use GST_DEBUG_FUNCPTR() for pad functions.
3295
3296 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3297
3298         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
3299           Fix leaks in typefind registration
3300           Clean up the gratuitous commenting and whitespacing a little
3301
3302 2005-10-08  Wim Taymans  <wim@fluendo.com>
3303
3304         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
3305         Only actually wait for the thread to be stopped if it's 
3306         running.
3307
3308 2005-10-08  Wim Taymans  <wim@fluendo.com>
3309
3310         * gst-libs/gst/audio/gstbaseaudiosink.c:
3311         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3312         If we receive EOS we can start playback of what we had.
3313
3314 2005-10-08  Wim Taymans  <wim@fluendo.com>
3315
3316         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3317         (gst_multifdsink_finalize), (multifdsink_hash_remove),
3318         (gst_multifdsink_stop):
3319         Fix crasher when going to NULL multiple times.
3320
3321 2005-10-06  Wim Taymans  <wim@fluendo.com>
3322
3323         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
3324         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3325         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3326         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3327         patch from Edgard Lima <edgard.lima@indt.org.br>
3328         Fixed gstbaseaudiosrc adding ring buffer sync to it.
3329
3330 2005-10-06  Wim Taymans  <wim@fluendo.com>
3331
3332         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
3333         Report the FLOW_RETURN as string in the error message.
3334
3335         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
3336         Don't assert when clearing an unnegotiated buffer.
3337
3338 2005-10-04  Michael Smith <msmith@fluendo.com>
3339
3340         * gst/playback/gstplaybasebin.c: (group_destroy),
3341         (gen_preroll_element), (remove_groups), (setup_source):
3342         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
3343         (setup_sinks), (gst_play_bin_send_event),
3344         (gst_play_bin_change_state):
3345           Set state to NULL before removing from bin. Fix refcounting.
3346
3347 2005-10-04  Michael Smith <msmith@fluendo.com>
3348
3349         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
3350           Correct refcounting in send_event() function. Previously was wrong
3351           if the first sink was unable to handle the event.
3352
3353 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3354
3355         * configure.ac:
3356           back to development
3357
3358 === release 0.9.3 ===
3359
3360 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3361
3362         * configure.ac:
3363           Releasing 0.9.3, "De Facto"
3364
3365 2005-10-03  Andy Wingo  <wingo@pobox.com>
3366
3367         * gst/playback/gstdecodebin.c (try_to_link_1)
3368         (remove_element_chain): set element to NULL before removing it.
3369
3370 2005-10-02  Johan Dahlin  <johan@gnome.org>
3371
3372         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
3373         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
3374         MT safe.
3375
3376 2005-10-02  Andy Wingo  <wingo@pobox.com>
3377
3378         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
3379         (gst_ring_buffer_prepare_read): 
3380         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
3381         Demote to LOG.
3382
3383 2005-09-29  Wim Taymans  <wim@fluendo.com>
3384
3385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
3386         * ext/theora/theoradec.c: (theora_handle_data_packet):
3387         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3388         Propagate error codes from alloc_buffer too.
3389
3390 2005-09-29  Wim Taymans  <wim@fluendo.com>
3391
3392         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
3393         We use fixed caps.
3394
3395         * gst/playback/Makefile.am:
3396         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3397         (dump_element_stats), (main):
3398         Added example stream introspection code.
3399
3400 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
3401
3402         * gst/adder/gstadder.c: (gst_adder_collected):
3403           fix adder for float elements
3404
3405 2005-09-28  Wim Taymans  <wim@fluendo.com>
3406
3407         * gst-libs/gst/audio/gstbaseaudiosink.c:
3408         (gst_base_audio_sink_class_init),
3409         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3410         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3411         (gst_base_audio_src_class_init),
3412         (gst_base_audio_src_provide_clock):
3413         get_clock -> provide_clock
3414
3415 2005-09-28  Andy Wingo  <wingo@pobox.com>
3416
3417         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
3418         and unlocking.
3419
3420         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
3421         unlocking.
3422
3423         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
3424         Actually add the pad template.
3425         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
3426
3427         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
3428         I'm at it...
3429
3430         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
3431         from fdsrc. Get caps in create() instead of start() so it can be
3432         interrupted. Interruption somewhat untested.
3433
3434         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
3435         Proper EOS handling.
3436
3437 2005-09-27  Andy Wingo  <wingo@pobox.com>
3438
3439         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
3440
3441         * gst/tcp/gsttcpserversrc.c: Cleaned up.
3442
3443         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
3444
3445         * gst/tcp/gsttcp.h: 
3446         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
3447         out of tcpclientsrc.c. Cancellable.
3448         (gst_tcp_socket_read): Made private, cancellable, with better
3449         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
3450         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
3451         whole buffer, and better diagnostics.
3452         (gst_tcp_gdp_read_caps): Same.
3453
3454         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
3455
3456 2005-09-26  Andy Wingo  <wingo@pobox.com>
3457
3458         * gst/sine/gstsinesrc.h:
3459         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
3460         change the 'sync' property to 'is-live' and implement it halfway,
3461         update for controller api change.
3462
3463         * gst/volume/gstvolume.c (volume_transform_ip): Update for
3464         controller api change.
3465
3466 2005-09-24  Wim Taymans  <wim@fluendo.com>
3467
3468         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3469         * gst-libs/gst/audio/gstaudiosink.c:
3470         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3471         (gst_audioringbuffer_stop):
3472         * gst-libs/gst/audio/gstbaseaudiosink.c:
3473         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3474         (gst_base_audio_sink_change_state):
3475         * gst-libs/gst/audio/gstbaseaudiosink.h:
3476         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
3477         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
3478         (gst_ring_buffer_commit), (gst_ring_buffer_read):
3479         * gst-libs/gst/audio/gstringbuffer.h:
3480         Fix sync again. Moved sample alignment to basesink.
3481
3482 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3483
3484         * docs/plugins/Makefile.am:
3485         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3486         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3487         * gst/volume/gstvolume.c:
3488           add/fix docs
3489         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
3490         * gst-libs/gst/audio/audio.h:
3491           add conversion macros for frames <-> clocktime
3492
3493 2005-09-23  David Schleef  <ds@schleef.org>
3494
3495         * gst/audioresample/Makefile.am:
3496         * gst/audioresample/debug.h:
3497         * gst/audioresample/gstaudioresample.c:
3498         * gst/audioresample/resample.c: Convert to using gst debugging
3499
3500 2005-09-22  Wim Taymans  <wim@fluendo.com>
3501
3502         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3503         (gst_play_bin_send_event):
3504         Only seek on one sink, the first one that succeeds.
3505
3506 2005-09-22  Michael Smith <msmith@fluendo.com>
3507
3508         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
3509         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
3510         Don't flush encoder state unless we have an initialised encoder.
3511         Clear out encoder state on PAUSED_TO_READY.
3512
3513 2005-09-22  Wim Taymans  <wim@fluendo.com>
3514
3515         * gst-libs/gst/rtp/gstbasertppayload.c:
3516         (gst_basertppayload_class_init), (gst_basertppayload_init),
3517         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
3518         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
3519         (gst_basertppayload_is_filled), (gst_basertppayload_push),
3520         (gst_basertppayload_set_property),
3521         (gst_basertppayload_get_property),
3522         (gst_basertppayload_change_state):
3523         * gst-libs/gst/rtp/gstbasertppayload.h:
3524         Added max-ptime to control amount of data in the rtp packets.
3525
3526 2005-09-21  Andy Wingo  <wingo@pobox.com>
3527
3528         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
3529         thingies.
3530
3531         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
3532         can be called multiple times, dogs.
3533
3534 2005-09-21  Wim Taymans  <wim@fluendo.com>
3535
3536         * gst-libs/gst/rtp/gstbasertppayload.c:
3537         (gst_basertppayload_class_init), (gst_basertppayload_init),
3538         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
3539         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
3540         (gst_basertppayload_push), (gst_basertppayload_get_property),
3541         (gst_basertppayload_change_state):
3542         Allow 0 ssrc too.
3543
3544 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
3545
3546         * docs/libs/compiling.sgml:
3547           fixing typos
3548
3549 2005-09-20  Wim Taymans  <wim@fluendo.com>
3550
3551         * gst-libs/gst/rtp/gstbasertppayload.c:
3552         (gst_basertppayload_class_init), (gst_basertppayload_init),
3553         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
3554         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
3555         (gst_basertppayload_push), (gst_basertppayload_set_property),
3556         (gst_basertppayload_get_property),
3557         (gst_basertppayload_change_state):
3558         * gst-libs/gst/rtp/gstbasertppayload.h:
3559         Added property to configure sequence number offsets.
3560
3561 2005-09-20  Wim Taymans  <wim@fluendo.com>
3562
3563         * gst-libs/gst/rtp/gstbasertppayload.c:
3564         (gst_basertppayload_class_init), (gst_basertppayload_init),
3565         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
3566         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
3567         (gst_basertppayload_push), (gst_basertppayload_set_property),
3568         (gst_basertppayload_get_property),
3569         (gst_basertppayload_change_state):
3570         * gst-libs/gst/rtp/gstbasertppayload.h:
3571         Make timestamp offset configurable.
3572
3573 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3574
3575         * check/pipelines/simple_launch_lines.c: (run_pipeline):
3576           fix wrong pop/unref
3577
3578 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
3579
3580         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3581
3582         * gst-libs/gst/interfaces/propertyprobe.c:
3583         (gst_property_probe_probe_property_name),
3584         (gst_property_probe_needs_probe_name),
3585         (gst_property_probe_get_values_name),
3586         (gst_property_probe_probe_and_get_values_name):
3587           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
3588           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
3589
3590 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3591
3592         * check/Makefile.am:
3593           have some tests be disabled for valgrinding
3594         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
3595         (GST_START_TEST):
3596         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
3597           Fix A Leak.  Chain To Parent Finalize.
3598
3599 2005-09-19  Wim Taymans  <wim@fluendo.com>
3600
3601         * examples/seeking/seek.c: (make_wav_pipeline), (main):
3602         Fixed wav pipeline.
3603
3604 2005-09-19  Wim Taymans  <wim@fluendo.com>
3605
3606         * gst-libs/gst/rtp/gstbasertppayload.c:
3607         (gst_basertppayload_class_init), (gst_basertppayload_init),
3608         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
3609         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
3610         (gst_basertppayload_push), (gst_basertppayload_get_property),
3611         (gst_basertppayload_change_state):
3612         Posting ERROR and WARNING messages is good.
3613
3614 2005-09-19  Wim Taymans  <wim@fluendo.com>
3615
3616         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3617         (gst_base_rtp_depayload_add_to_queue),
3618         (gst_base_rtp_depayload_push),
3619         (gst_base_rtp_depayload_set_gst_timestamp),
3620         (gst_base_rtp_depayload_queue_release):
3621         This one was not supposed to go in.
3622
3623 2005-09-19  Wim Taymans  <wim@fluendo.com>
3624
3625         * check/pipelines/simple_launch_lines.c: (run_pipeline):
3626         Fix for bus API.
3627
3628         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3629         (gst_base_rtp_depayload_chain),
3630         (gst_base_rtp_depayload_add_to_queue),
3631         (gst_base_rtp_depayload_push),
3632         (gst_base_rtp_depayload_set_gst_timestamp),
3633         (gst_base_rtp_depayload_queue_release):
3634         Some cleanups.
3635
3636         * gst-libs/gst/rtp/gstbasertppayload.c:
3637         (gst_basertppayload_class_init), (gst_basertppayload_init),
3638         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
3639         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
3640         (gst_basertppayload_get_property),
3641         (gst_basertppayload_change_state):
3642         Added debugging category.
3643
3644 2005-09-18  David Schleef  <ds@schleef.org>
3645
3646         * gst/playback/gstdecodebin.c: free plugin list correctly
3647         * gst/playback/gstplaybin.c: emit warning if autovideosink
3648           and autoaudiosink can't be found (instead of segfaulting)
3649
3650 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3651
3652         * check/elements/audioconvert.c: (GST_START_TEST):
3653           try out 24 bit conversion
3654
3655 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3656
3657         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3658         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
3659         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
3660         * ext/vorbis/vorbisenc.h:
3661           Fix EOS handling.  Still needs a fix in the ogg muxer to
3662           mark the last page as eos.
3663
3664 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3665
3666         * common/gtk-doc-plugins.mak:
3667         * docs/plugins/Makefile.am:
3668         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3669         * gst/ffmpegcolorspace/Makefile.am:
3670         * gst/ffmpegcolorspace/avcodec.h:
3671         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3672         * gst/tcp/gstmultifdsink.c:
3673           fix up ffmpegcolorspace docs; extract header
3674
3675 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3676
3677         * common/gtk-doc-plugins.mak:
3678         * docs/plugins/Makefile.am:
3679         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3680         * ext/theora/Makefile.am:
3681         * ext/theora/gsttheoraenc.h:
3682         * ext/theora/theoraenc.c:
3683         * ext/vorbis/vorbisenc.c:
3684           pick up signals and args for vorbis; add some docs for vorbis
3685
3686 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3687
3688         * common/gstdoc-scangobj:
3689         * common/gtk-doc-plugins.mak:
3690         * docs/libs/Makefile.am:
3691         * docs/plugins/gst-plugins-base-plugins.args:
3692         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3693         * docs/plugins/gst-plugins-base-plugins.interfaces:
3694         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3695         * docs/plugins/gst-plugins-base-plugins.signals:
3696           only scanobj stuff from our source module.  Not sure yet
3697           if that's correct, given the hierarchy stuff :)
3698
3699 2005-09-15  Wim Taymans  <wim@fluendo.com>
3700
3701         * gst/audioconvert/gstaudioconvert.c:
3702         And enable 24 bits mode as well..
3703
3704 2005-09-15  Wim Taymans  <wim@fluendo.com>
3705
3706         * gst-libs/gst/rtp/Makefile.am:
3707         * gst-libs/gst/rtp/gstbasertppayload.c:
3708         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
3709         (gst_basertppayload_class_init), (gst_basertppayload_init),
3710         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
3711         (gst_basertppayload_chain), (gst_basertppayload_set_options),
3712         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
3713         (gst_basertppayload_set_property),
3714         (gst_basertppayload_get_property),
3715         (gst_basertppayload_change_state):
3716         * gst-libs/gst/rtp/gstbasertppayload.h:
3717         Added rtp payloader base class.
3718
3719 2005-09-15  Andy Wingo  <wingo@pobox.com>
3720
3721         * configure.ac (plugindir): Remove the EOL matcher from the
3722         regexp, as it causes me problems. Libtool? Make? Who knows?
3723
3724 2005-09-14  David Schleef  <ds@schleef.org>
3725
3726         * check/generic/states.c: 
3727         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3728         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
3729           Fixes for changes in registry API.
3730
3731         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
3732           to GST_PLUGIN_LDFLAGS.
3733         * ext/libvisual/visual.c: Make the library shut up.
3734         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
3735         * gst-libs/gst/audio/gstaudiofilter.c: same
3736
3737 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3738
3739         * docs/plugins/Makefile.am:
3740         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3741         * docs/plugins/inspect/plugin-libvisual.xml:
3742         * docs/plugins/tmpl/element-tcpserversink.sgml:
3743         * ext/theora/theoraenc.c:
3744           add libvisual plugin and theoraenc element to docs
3745
3746 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3747
3748         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3749         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3750         * ext/theora/theoraenc.c:
3751           add theoraenc
3752
3753 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
3754
3755         * gst/audioconvert/Makefile.am:
3756           Audioconvert derives from GstBaseTransform and should
3757           link to the library with our base elements to avoid
3758           unresolved symbols. Makes things work with MinGW (#316160)
3759
3760         * gst/playback/test4.c: (main):
3761           Fix MinGW build problem and use g_usleep() instead of 
3762           sleep() (#316162)
3763
3764 2005-09-12  Wim Taymans  <wim@fluendo.com>
3765
3766         * gst/audioconvert/audioconvert.c: (float),
3767         (audio_convert_prepare_context), (audio_convert_convert):
3768         * gst/audioconvert/audioconvert.h:
3769         Cleanups, speedups, simplifications, added back support
3770         for 24 bits.
3771
3772 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3773
3774         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3775         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3776         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3777         * docs/plugins/tmpl/element-tcpserversink.sgml:
3778         * gst/ffmpegcolorspace/gstffmpeg.c:
3779         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3780         * gst/videotestsrc/gstvideotestsrc.c:
3781         * gst/volume/gstvolume.c:
3782           add more elements to the docs
3783
3784 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
3785
3786         * check/Makefile.am:
3787         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
3788         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
3789           Add extra tests for basetransform based components. 
3790           Comment out the test_element_negotiation test until we decide
3791           if it's testing correct behaviour.
3792         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
3793         (gst_visual_chain), (gst_visual_change_state):
3794           Slightly more correct but still bogus timestamping.
3795           Fix state change function.
3796         * gst/audioconvert/gstaudioconvert.c:
3797         (gst_audio_convert_class_init):
3798         * gst/audioresample/gstaudioresample.c:
3799         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3800         (gst_ffmpegcsp_class_init):
3801         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3802         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
3803         (gst_videoscale_prepare_image):
3804         * gst/volume/gstvolume.c: (gst_volume_class_init),
3805         (volume_transform_ip):
3806           Basetransform updates. Enable passthrough modes.
3807         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
3808         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
3809         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
3810           Negotiation fix that allows the window to return to the original
3811           size and renegotiate passthrough upstream. Extra debug output.
3812
3813 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3814
3815         * gst/sine/gstsinesrc.c:
3816         * gst/volume/gstvolume.c:
3817           fix up header include
3818
3819 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
3820
3821         * gst-libs/gst/audio/gstbaseaudiosink.c:
3822         (gst_base_audio_sink_render):
3823         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
3824         * gst/volume/gstvolume.c: (gst_volume_class_init),
3825         (volume_transform):
3826           fixing lost sync, some more debugging
3827
3828 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
3829
3830         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
3831         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
3832         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
3833         (gst_xvimagesink_check_xshm_calls):
3834           Fix compilation when XShm is not available.
3835
3836 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
3837
3838         * ext/libvisual/visual.c: (gst_visual_dispose),
3839         (gst_visual_getcaps), (gst_visual_src_setcaps),
3840         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
3841         (gst_visual_change_state):
3842           Finish fixing up libvisual plugin so that it runs. 
3843
3844 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
3845
3846         * ext/vorbis/vorbisenc.c:
3847         * gst-libs/gst/tag/gstvorbistag.c:
3848           gsttaginterface.h -> gsttagsetter.h
3849
3850 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
3851
3852         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
3853           added another test that failes for me (test is not active by default)
3854
3855 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3856
3857         * configure.ac:
3858           v4l2 is no longer in gst-plugins-base
3859
3860 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
3861
3862         * configure.ac:
3863           In the output at the end, don't show the first plugin on the same
3864           line as "Core plug-ins, always built:".
3865           Indent the output as for other plugin categories
3866         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3867           #define that can be used to not use peer buffer_alloc functions for
3868           test purposes.
3869         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
3870         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
3871         (gst_ximagesink_show_frame):
3872         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
3873         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
3874         (gst_xvimagesink_show_frame):
3875           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
3876           fails gracefully instead of XError aborting or deadlocking.
3877
3878 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
3879
3880         * ext/libvisual/Makefile.am:
3881           link against gst-base-libs
3882
3883 2005-09-06  David Schleef  <ds@schleef.org>
3884
3885         * configure.ac: Enable libvisual plugin.
3886         * ext/libvisual/Makefile.am:
3887         * ext/libvisual/visual.c: Fixes to make it compile.
3888
3889 === release 0.9.2 ===
3890
3891 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3892
3893         * NEWS:
3894         * RELEASE:
3895         * configure.ac:
3896         * docs/random/ChangeLog-0.8:
3897           releasing 0.9.2, "Spoon"
3898
3899 2005-09-05  Michael Smith <msmith@fluendo.com>
3900
3901         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
3902           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
3903           that in the vorbisenc element.
3904
3905 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3906
3907         * common/gtk-doc-plugins.mak:
3908         * docs/plugins/Makefile.am:
3909           fix distcheck
3910         * gst/audioresample/resample.c:
3911           fix wrong docstring
3912
3913 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3914
3915         * common/gst-xmlinspect.py:
3916         * common/gtk-doc-plugins.mak:
3917           only inspect plugins for this given package
3918           require gst-python 0.9
3919
3920 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3921
3922         * Makefile.am:
3923         * autogen.sh:
3924         * common/gst-xmlinspect.py:
3925         * configure.ac:
3926         * docs/Makefile.am:
3927         * docs/plugins/inspect/plugin-alsa.xml:
3928         * docs/plugins/inspect/plugin-audioresample.xml:
3929         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3930         * docs/plugins/inspect/plugin-ogg.xml:
3931         * docs/plugins/tmpl/element-gnomevfssink.sgml:
3932         * docs/plugins/tmpl/element-multifdsink.sgml:
3933         * docs/plugins/tmpl/element-tcpserversink.sgml:
3934         * docs/plugins/tmpl/element-vorbisenc.sgml:
3935         * gst-plugins-base.spec.in:
3936           various doc-related updates
3937
3938 2005-08-31  Wim Taymans  <wim@fluendo.com>
3939
3940         * gst-libs/gst/audio/gstbaseaudiosink.c:
3941         (gst_base_audio_sink_render):
3942         Resync if the buffer timestamps drift more than a 10th 
3943         of a second.
3944
3945 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
3946
3947         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
3948         (gst_v4lsrc_get_property):
3949           The 'timestamp-offset' property is registered as an int64, so
3950           let's use g_value_{set|get}_int64() in our setter and getter
3951           functions (makes it work and fixes warnings with gst-inspect).
3952
3953 2005-08-30  Wim Taymans  <wim@fluendo.com>
3954
3955         * check/elements/audioconvert.c: (setup_audioconvert):
3956         * check/elements/audioresample.c: (setup_audioresample):
3957         * check/elements/volume.c: (setup_volume):
3958         Fix checks.
3959
3960 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3961
3962         * common/gtk-doc-plugins.mak:
3963         * common/plugins.xsl:
3964         * docs/plugins/Makefile.am:
3965           make module a param
3966
3967 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
3968
3969         * examples/seeking/seek.c: (make_mp3_pipeline),
3970         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
3971         (play_cb), (pause_cb), (stop_cb):
3972           update the example
3973
3974 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
3975
3976         * gst/volume/gstvolume.c: (gst_volume_class_init),
3977         (volume_transform):
3978           do not update controlled params, if buffer has no timestamp
3979
3980 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
3981
3982         * configure.ac:
3983         * gst/sine/Makefile.am:
3984         * gst/volume/Makefile.am:
3985           controllerized elements also need to link against controller-libs ;)
3986
3987 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
3988
3989         * docs/libs/tmpl/gstcolorbalance.sgml:
3990         * docs/libs/tmpl/gstgconf.sgml:
3991         * docs/libs/tmpl/gstmixer.sgml:
3992         * docs/libs/tmpl/gstringbuffer.sgml:
3993         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3994         (gst_sinesrc_create):
3995         * gst/volume/gstvolume.c: (gst_volume_class_init),
3996         (volume_transform):
3997           controllerized two audio plugins
3998
3999 2005-08-29  Andy Wingo  <wingo@pobox.com>
4000
4001         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
4002         (vorbis_handle_data_packet): Fix some int overflow errors.
4003
4004         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
4005         -1.
4006         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
4007         valid.
4008         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
4009         if it's valid. Fixed streaming-mode playback.
4010
4011         * check/elements/volume.c (cleanup_volume): Fix for running
4012         CK_FORK=no.
4013
4014         * check/elements/audioconvert.c: Convert from native endian, not
4015         little endian.
4016
4017 2005-08-29  Michael Smith <msmith@fluendo.com>
4018
4019         * ext/ogg/Makefile.am:
4020         * ext/ogg/gstogg.c: (plugin_init):
4021         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
4022         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
4023         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
4024         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
4025         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
4026         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
4027         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
4028         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
4029         Add an ogg parser element.
4030
4031 2005-08-28  Andy Wingo  <wingo@pobox.com>
4032
4033         * Updates for two-arg init from GST_BOILERPLATE_FULL.
4034
4035 2005-08-26  Wim Taymans  <wim@fluendo.com>
4036
4037         * gst/audioconvert/audioconvert.c: (if), (float),
4038         (audio_convert_get_func_index), (check_default),
4039         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4040         (audio_convert_clean_context), (audio_convert_get_sizes),
4041         (audio_convert_convert):
4042         Cleanups.
4043
4044 2005-08-26  Wim Taymans  <wim@fluendo.com>
4045
4046         * gst/audioconvert/audioconvert.c: (if), (float),
4047         (audio_convert_get_func_index), (check_default),
4048         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4049         (audio_convert_clean_context), (audio_convert_get_sizes),
4050         (audio_convert_convert):
4051         More elegant and working temp buffer selection algo.
4052
4053 2005-08-26  Wim Taymans  <wim@fluendo.com>
4054
4055         * gst/audioconvert/audioconvert.c: (if), (float),
4056         (audio_convert_get_func_index), (check_default),
4057         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4058         (audio_convert_clean_context), (audio_convert_get_sizes),
4059         (get_temp_buffer), (audio_convert_convert):
4060         Use realloc else we lose our original data.
4061
4062 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4063
4064         * gst/audioresample/gstaudioresample.c:
4065           use base class' newsegment to properly timestamp
4066
4067 2005-08-26  Wim Taymans  <wim@fluendo.com>
4068
4069         * gst/audioconvert/audioconvert.c: (if), (float),
4070         (audio_convert_get_func_index), (check_default),
4071         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4072         (audio_convert_clean_context), (audio_convert_get_sizes),
4073         (get_temp_buffer), (audio_convert_convert):
4074         * gst/audioconvert/gstaudioconvert.c:
4075         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
4076         (gst_audio_convert_transform_caps),
4077         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
4078         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
4079         Oops, allocate enough space to perform the channel mix.
4080
4081 2005-08-26  Wim Taymans  <wim@fluendo.com>
4082
4083         * gst/audioconvert/Makefile.am:
4084         * gst/audioconvert/audioconvert.c: (if), (float),
4085         (audio_convert_get_func_index), (check_default),
4086         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4087         (audio_convert_clean_context), (audio_convert_get_sizes),
4088         (get_temp_buffer), (audio_convert_convert):
4089         * gst/audioconvert/audioconvert.h:
4090         * gst/audioconvert/gstaudioconvert.c:
4091         (gst_audio_convert_class_init), (gst_audio_convert_init),
4092         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
4093         (gst_audio_convert_get_unit_size),
4094         (gst_audio_convert_transform_caps),
4095         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
4096         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
4097         * gst/audioconvert/gstaudioconvert.h:
4098         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
4099         (gst_channel_mix_fill_identical),
4100         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
4101         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
4102         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
4103         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
4104         (gst_channel_mix_mix):
4105         * gst/audioconvert/gstchannelmix.h:
4106         Cleanups, librarify a bit, optimize, better negotiation and more.
4107
4108 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
4109
4110         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
4111         Another from MikeS:
4112         During typefinding, don't support negative offsets
4113         (offsets from the end of the stream) in our typefind->peek() function
4114         - nothing embedded in ogg ever needs them. However, we need to recognise
4115         those requests and reject them, otherwise we return invalid pointers.
4116
4117 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
4118
4119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4120         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
4121         (vorbisdec_finalize), (vorbis_handle_type_packet):
4122           Big shout-out to MikeS for fixing this giant memory leak.
4123           Huzzah!
4124
4125 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4126
4127         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
4128         (audio_convert_get_unit_size):
4129           plug some leaks
4130
4131 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4132
4133         * check/Makefile.am:
4134         * check/elements/audioconvert.c: (setup_audioconvert),
4135         (cleanup_audioconvert), (get_int_caps), (verify_convert),
4136         (GST_START_TEST), (audioconvert_suite), (main):
4137           add a test for audioconvert
4138         * gst/audioresample/gstaudioresample.c:
4139         * gst/audioresample/gstaudioresample.h:
4140           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
4141           note that for buffers of 1/3 sec this means DURATION(c) is 
4142           one nanosecond more than for a and b
4143
4144 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4145
4146         * check/Makefile.am:
4147         * check/elements/audioresample.c: (setup_audioresample),
4148         (cleanup_audioresample), (fail_unless_perfect_stream),
4149         (test_perfect_stream_instance), (GST_START_TEST),
4150           add a check for audioresample
4151         (audioresample_suite), (main):
4152         * check/elements/volume.c: (GST_START_TEST):
4153           remove unused method
4154         * gst/audioresample/gstaudioresample.c:
4155           set correct buffer parameters since we're changing them
4156         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4157           add some debug
4158
4159 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4160
4161         * gst/audioresample/debug.c:
4162         * gst/audioresample/gstaudioresample.c:
4163           add room for extra overlap samples when asked to transform size
4164           protect against possible mem corruption and check for discrepancies
4165           between written size and outbuffer's size so we can warn for
4166           potential problems
4167         * gst/audioresample/resample.c: (resample_init),
4168         (resample_get_output_size_for_input), (resample_get_output_size),
4169         (resample_set_n_channels), (resample_set_format):
4170           set debug level based on RESAMPLE_DEBUG env var
4171           make sure that get_output_size* returns a whole number of
4172           sample_size
4173           set sample_size each time either channel or format is set
4174         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
4175         * gst/audioresample/resample_functable.c:
4176         (resample_scale_functable):
4177         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4178           remove r->sample_size, it's done in resample.c now
4179           add some debugging to the ref implementation
4180           make sure we only give back bytes that are wholes of the sample
4181           size
4182
4183 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
4184         * gst/playback/gstplaybasebin.c: (fill_buffer):
4185         Revert unpopular change for GST_MESSAGE_SRC to GObject.
4186
4187 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
4188
4189         * gst/volume/gstvolume.c:
4190           made set_caps function static
4191
4192 2005-08-24  Wim Taymans  <wim@fluendo.com>
4193
4194         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4195         (gst_vorbisenc_change_state):
4196         Stop leaking taglists.
4197
4198 2005-08-24  Wim Taymans  <wim@fluendo.com>
4199
4200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
4201         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
4202         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
4203         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
4204         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
4205         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4206         Parse seeking events better.
4207         Unref static caps.
4208         Generate correct newsegment events, fixes seeking in live oggs.
4209
4210         * ext/theora/theoradec.c: (theora_dec_src_query),
4211         (theora_dec_src_event), (theora_dec_src_getcaps),
4212         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
4213         Use newsegment values to report correct play time.
4214
4215         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4216         (vorbis_dec_src_event), (vorbis_dec_sink_event):
4217         * ext/vorbis/vorbisdec.h:
4218         Parse and use newsegment values to report correct play time.
4219
4220         * gst-libs/gst/audio/gstbaseaudiosink.c:
4221         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4222         Clear ringbuffer on flush.
4223         Use newsegment values to calculate playback time.
4224
4225         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
4226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
4227         Basesink does newsegment calculations for us now.
4228
4229 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4230
4231         * check/Makefile.am:
4232         * configure.ac:
4233           add core's plugins to the mix so that playbin works
4234         * check/generic/states.c: (GST_START_TEST):
4235           set a 0 timeout on pipelines, so they don't force the next
4236           state change
4237         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
4238         (gst_play_base_bin_change_state):
4239           remove the crappy error handling and do GST error handling
4240
4241 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4242
4243         * check/Makefile.am:
4244         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
4245           add same test as to core, it bitches out on playbin atm.
4246
4247 2005-08-24  Wim Taymans  <wim@fluendo.com>
4248
4249         * configure.ac:
4250         Remove audioscale.
4251
4252 2005-08-24  Wim Taymans  <wim@fluendo.com>
4253
4254         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
4255         (gst_videoscale_prepare_size), (parse_caps),
4256         (gst_videoscale_set_caps), (gst_videoscale_get_size),
4257         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
4258         (gst_videoscale_transform):
4259         * gst/videoscale/gstvideoscale.h:
4260         Refactor, make use of BaseTranform really well.
4261
4262 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4263
4264         * configure.ac:
4265           compile audioresample
4266         * gst/audioresample/Makefile.am:
4267         * gst/audioresample/buffer.c:
4268         * gst/audioresample/functable.c:
4269         * gst/audioresample/gstaudioresample.c:
4270         * gst/audioresample/gstaudioresample.h:
4271         * gst/audioresample/resample.c:
4272         (resample_get_output_size_for_input):
4273         * gst/audioresample/resample.h:
4274         * gst/audioresample/resample_chunk.c:
4275         * gst/audioresample/resample_functable.c:
4276         * gst/audioresample/resample_ref.c:
4277           port to use basetransform; doesn't work in all cases yet
4278
4279 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4280
4281         * gst/audioconvert/gstaudioconvert.c:
4282         (gst_audio_convert_class_init), (gst_audio_convert_init),
4283         (audio_convert_get_unit_size), (audio_convert_transform_caps),
4284         (audio_convert_fixate_caps), (audio_convert_set_caps),
4285         (audio_convert_transform),
4286         (gst_audio_convert_buffer_to_default_format),
4287         (gst_audio_convert_buffer_from_default_format),
4288         (gst_audio_convert_channels):
4289         * gst/audioconvert/gstchannelmix.c:
4290         * gst/audioconvert/gstchannelmix.h:
4291           port to basetransform
4292         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4293         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
4294         (gst_ffmpegcsp_get_unit_size):
4295         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4296         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
4297           fix for basetransform changes
4298
4299 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
4300
4301         * check/Makefile.am:
4302           Add CHECK_CFLAGS and LDFLAGS
4303
4304         * gst/playback/gstplaybasebin.c: (fill_buffer):
4305           GST_MESSAGE_SRC became a GObject
4306
4307 2005-08-24  Wim Taymans  <wim@fluendo.com>
4308
4309         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
4310         (gst_ring_buffer_clear_all):
4311         * gst-libs/gst/audio/gstringbuffer.h:
4312         Added function to clear the ringbuffer.
4313
4314 2005-08-24  Andy Wingo  <wingo@pobox.com>
4315
4316         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
4317         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
4318         of _open and _close.
4319
4320         * sys/v4l/gstv4lxoverlay.h:
4321         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
4322         an Xv connection here, instead of all the time. Make Xv only be
4323         loaded if you axe for it. Kindof a workaround for buggy behaviour
4324         of Xv when using remote xservers (XvQueryExtension would block).
4325         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
4326         replace the _open and _close public API. Only start the xv
4327         connection if necessary.
4328         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
4329
4330 2005-08-23  David Schleef  <ds@schleef.org>
4331
4332         * gst/audioresample/Makefile.am: Leet audioresampling code
4333         * gst/audioresample/buffer.c:
4334         * gst/audioresample/buffer.h:
4335         * gst/audioresample/debug.c:
4336         * gst/audioresample/debug.h:
4337         * gst/audioresample/functable.c:
4338         * gst/audioresample/functable.h:
4339         * gst/audioresample/gstaudioresample.c:
4340         * gst/audioresample/gstaudioresample.h:
4341         * gst/audioresample/resample.c:
4342         * gst/audioresample/resample.h:
4343         * gst/audioresample/resample_chunk.c:
4344         * gst/audioresample/resample_functable.c:
4345         * gst/audioresample/resample_ref.c:
4346
4347 2005-08-23  Wim Taymans  <wim@fluendo.com>
4348
4349         * examples/seeking/seek.c: (make_vorbis_pipeline),
4350         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
4351         Small seek updates.
4352
4353 2005-08-23  Andy Wingo  <wingo@pobox.com>
4354
4355         * gst-libs/gst/audio/gstbaseaudiosrc.c
4356         (gst_base_audio_src_fixate): Only fixate endianness if it is
4357         present in the caps.
4358
4359 2005-08-22  Andy Wingo  <wingo@pobox.com>
4360
4361         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
4362         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
4363         device-name property.
4364
4365         * gst-libs/gst/audio/gstaudiosrc.h:
4366         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
4367         close_device in the ring buffer, like gstaudiosink.
4368
4369         * ext/alsa/gstalsamixer.h:
4370         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
4371         macro to implement the interface without much code. Cleanups. 
4372
4373         * ext/alsa/gstalsasrc.h:
4374         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
4375         READY.
4376
4377         * ext/alsa/Makefile.am: Add new files.
4378         * ext/alsa/gstalsamixerelement.c: 
4379         * ext/alsa/gstalsamixerelement.c: Split element code out from
4380         mixer code so that alsasrc can be a mixer too.
4381
4382 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4383
4384         * check/elements/volume.c: (setup_volume), (cleanup_volume),
4385         (GST_START_TEST):
4386         * check/elements/vorbisdec.c: (setup_vorbisdec),
4387         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
4388         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4389         (vorbis_handle_identification_packet),
4390         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
4391         (vorbis_handle_header_packet), (vorbis_dec_push),
4392         (vorbis_dec_chain):
4393           use the setup/teardown methods to save code.  save code is good.
4394
4395 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4396
4397         * check/Makefile.am:
4398           add ext dir for plugins
4399           add vorbisdec test conditionally
4400         * check/elements/volume.c: (setup_volume), (cleanup_volume),
4401         (GST_START_TEST), (volume_suite):
4402           add a test with wrong caps
4403         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
4404         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
4405           add a vorbisdec test
4406         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
4407         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
4408           clean up debug output
4409         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4410           yay, fix a segfault/security issue in vorbisdec
4411           gst-launch fakesrc ! vorbisdec wasn't happy
4412         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
4413         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
4414         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
4415         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4416         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
4417         (gst_vorbisenc_set_metadata), (get_constraints_string),
4418         (update_start_message), (gst_vorbisenc_setup),
4419         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
4420         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
4421         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
4422         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
4423         * ext/vorbis/vorbisenc.h:
4424           march in line
4425         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4426         (gst_ffmpegcsp_transform):
4427           have the kow come home
4428         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
4429           debug my func ptr
4430         * gst/volume/gstvolume.c: (volume_set_caps):
4431           add a debug
4432
4433 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4434
4435         * Makefile.am:
4436         * check/.cvsignore:
4437         * check/Makefile.am:
4438         * check/elements/.cvsignore:
4439         * check/elements/volume.c: (chain_func), (event_func),
4440         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
4441         (main):
4442         * configure.ac:
4443           add unit test structure for gst-plugins-base
4444           add a test for volume
4445         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
4446         (gst_volume_set_volume), (gst_volume_get_volume),
4447         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
4448         (volume_funcfind), (volume_process_float), (volume_process_int16),
4449         (volume_set_caps), (volume_transform), (volume_update_mute),
4450         (volume_update_volume), (volume_set_property),
4451         (volume_get_property):
4452           document a little; use basetransform vmethod _set_caps
4453
4454 2005-08-19  Andy Wingo  <wingo@pobox.com>
4455
4456         * ext/alsa/gstalsamixertrack.h:
4457         * ext/alsa/gstalsamixertrack.c:
4458         * ext/alsa/gstalsamixeroptions.h:
4459         * ext/alsa/gstalsamixeroptions.c:
4460         * ext/alsa/gstalsamixer.h:
4461         * ext/alsa/gstalsamixer.c: Port to 0.9.
4462
4463         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
4464         Remove gstalsa.c and alsaclock. No more cruft here.
4465         
4466 2005-08-18  Wim Taymans  <wim@fluendo.com>
4467
4468         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4469         (gst_base_rtp_depayload_chain),
4470         (gst_base_rtp_depayload_add_to_queue),
4471         (gst_base_rtp_depayload_push),
4472         (gst_base_rtp_depayload_queue_release):
4473         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4474         Fix for RTPBuffer changes.
4475
4476         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
4477         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
4478         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
4479         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
4480         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
4481         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
4482         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
4483         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
4484         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
4485         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
4486         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
4487         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
4488         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
4489         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
4490         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
4491         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
4492         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
4493         (gst_rtpbuffer_get_payload):
4494         * gst-libs/gst/rtp/gstrtpbuffer.h:
4495         Don't subclass GstBuffer but add methods and helper functions
4496         to construct and manipulate RTP packets in regular GstBuffers.
4497
4498 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
4499
4500         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4501           moved statement below switch
4502         * gst/volume/gstvolume.c: (gst_volume_class_init):
4503           added debug ptr
4504
4505 2005-08-16  Wim Taymans  <wim@fluendo.com>
4506
4507         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4508         (gst_base_audio_src_change_state):
4509         Open and close device in READY<->NULL state change.
4510
4511 2005-08-16  Andy Wingo  <wingo@pobox.com>
4512
4513         * examples/seeking/Makefile.am: Don't compile non-compiling
4514         compiled objects with the compiler.
4515
4516         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
4517         elements.
4518
4519 2005-08-12  Philippe Khalaf <burger@speedy.org>
4520         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4521         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4522           Made a thread to release the queue.
4523           Removed timestamp conversion for now.
4524
4525 2005-08-10  Philippe Khalaf <burger@speedy.org>
4526         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4527         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4528           Added rtp timestamp -> gst timestamp conversion.
4529           Fixed several problems with queue.
4530
4531 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
4532
4533         * gst-libs/gst/audio/gstaudioclock.h:
4534         * gst-libs/gst/audio/gstaudiofilter.h:
4535         * gst-libs/gst/audio/gstaudiosink.h:
4536         * gst-libs/gst/audio/gstaudiosrc.h:
4537         * gst-libs/gst/audio/gstbaseaudiosink.h:
4538         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4539         * gst-libs/gst/audio/gstringbuffer.h:
4540         * gst-libs/gst/net/gstnetbuffer.h:
4541         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4542         * gst-libs/gst/rtp/gstrtpbuffer.h:
4543           Add padding (you will need to rebuild gst-plugins-base,
4544           gst-plugins and all applications afterwards!)
4545
4546 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
4547
4548         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
4549         (gst_riff_parse_chunk):
4550           Fix bug in debug message and add some more debug messages.
4551
4552 2005-08-08  Edward Hervey  <edward@fluendo.com>
4553
4554         * gst-libs/gst/riff/riff-media.c:
4555         backported updates since branch
4556
4557 2005-08-08  Andy Wingo  <wingo@pobox.com>
4558
4559         * gst-libs/gst/audio/gstbaseaudiosink.c
4560         (gst_base_audio_sink_change_state): Open the device in NULL->READY
4561         like good elements should. Close on READY->NULL too.
4562
4563         * gst-libs/gst/audio/gstaudiosink.c
4564         (gst_audioringbuffer_open_device,
4565         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
4566         (gst_audioringbuffer_release): Updates for new ring buffer API,
4567         hook into the new audio sink api.
4568
4569         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
4570         (GstAudioSinkClass.close): Just open and close the device -- no
4571         resource allocation or configuration.
4572         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
4573         vmethods, handle device setup and resource allocation.
4574
4575         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
4576         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
4577         base class API.
4578
4579         * gst-libs/gst/audio/gstringbuffer.h
4580         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
4581         New vmethods.
4582
4583         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
4584         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
4585         New API functions. The device should be opened before acquiring
4586         and closed after releasing.
4587
4588 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
4589
4590         * gst-libs/gst/interfaces/mixer.h:
4591           Reset padding to GST_PADDING.
4592
4593 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4594
4595         * gst/playback/gstplaybin.c: (remove_sinks):
4596           Remove visualization from parent explicitely; works around some
4597           apparent refcount issue that I haven't tracked down yet.
4598
4599 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4600
4601         * ext/alsa/gstalsasink.c: (set_hwparams):
4602           Assign debug category, add negotiation debug msgs.
4603
4604 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4605
4606         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
4607           Fix error code for file-not-found to NOT_FOUND.
4608
4609 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4610
4611         * common/gtk-doc-plugins.mak:
4612         * docs/plugins/Makefile.am:
4613         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4614         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4615           renamed to actual element names, so much nicer to look at
4616         * docs/plugins/tmpl/gstmultifdsink.sgml:
4617           remove
4618         * docs/plugins/tmpl/multifdsink.sgml:
4619         * docs/plugins/tmpl/tcpserversink.sgml:
4620           add
4621         * ext/alsa/gstalsa.c:
4622         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
4623         * ext/ogg/gstoggmux.c:
4624         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
4625         * gst/playback/gstdecodebin.c:
4626         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
4627         * gst/tcp/gsttcpserversink.c:
4628           various fixes and documentation additions
4629
4630 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4631
4632         * common/Makefile.am:
4633         * common/gstdoc-scangobj:
4634         * common/gtk-doc-plugins.mak:
4635         * common/gtk-doc.mak:
4636           add a custom scangobj that uses the registry
4637           add a custom gtk-doc-plugins.mak that uses it
4638           some doc build fixes
4639         * configure.ac:
4640         * docs/Makefile.am:
4641         * docs/plugins/Makefile.am:
4642         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4643         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4644         * docs/plugins/gst-plugins-base-plugins.types:
4645         * docs/plugins/tmpl/gstmultifdsink.sgml:
4646           add docs for one element, multifdsink
4647         * gst/adder/gstadder.h:
4648         * gst/volume/gstvolume.h:
4649           don't privatize enum
4650         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
4651         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4652         (gst_sync_method_get_type), (gst_client_status_get_type),
4653         (gst_multifdsink_class_init),
4654         (gst_multifdsink_client_queue_buffer),
4655         (gst_multifdsink_handle_client_write):
4656         * gst/tcp/gstmultifdsink.h:
4657         * gst/tcp/gsttcp.h:
4658         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4659         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4660         (gst_tcpclientsink_render):
4661         * gst/tcp/gsttcpclientsink.h:
4662         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
4663         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
4664         (gst_tcpclientsrc_start):
4665         * gst/tcp/gsttcpclientsrc.h:
4666         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
4667         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
4668         * gst/tcp/gsttcpserversrc.h:
4669         * gst/typefind/gsttypefindfunctions.c:
4670           remove superfluous Type stuff
4671
4672 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4673
4674         * gst/playback/gstplaybin.c: (gen_video_element):
4675           Enable videoscale.
4676
4677 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4678
4679         * gst-libs/gst/gconf/gconf.c:
4680         * gst-libs/gst/gconf/gconf.h:
4681           Fix some Andy Problem [tm].
4682
4683 2005-08-04  Andy Wingo  <wingo@pobox.com>
4684
4685         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
4686         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
4687         (gst_ffmpegcsp_get_size): Adapt to API changes.
4688
4689         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
4690         Implement an in-place do-nothing transform.
4691
4692 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4693
4694         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
4695         (gst_ximagesink_renegotiate_size):
4696           Do not set new window sizes yet if we prepare a new buffer size
4697           for upstream renegotiation (software scaling) at some point in the
4698           future, because this new size waqs not actually accepted yet. Once
4699           accepted, renegotiation later on will set the new sizes just fine.
4700           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
4701           embedding testcase.
4702
4703 2005-08-03  Andy Wingo  <wingo@pobox.com>
4704
4705         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
4706         (gst_ximagesink_buffer_alloc): 
4707         Protect the height, width, and desired_caps with the pool_lock.
4708         Fixes videotestsrc ! queue ! ximagesink.
4709
4710 2005-08-02  Edward Hervey  <edward@fluendo.com>
4711
4712         * gst/volume/gstvolume.c:
4713         include left from controller cleanup
4714
4715 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
4716         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
4717           Stop collectpads before calling the parent state
4718           change function on PAUSED->READY.
4719
4720 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
4721         * configure.ac:
4722           When testing for X libs, use the X CFlags 
4723         * gst/adder/gstadder.c: (gst_adder_change_state):
4724           Stop the collectpads before calling parent state change function
4725           on PAUSED->READY, otherwise we deadlock deactivating pads.
4726
4727 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
4728
4729         * configure.ac:
4730         * docs/libs/tmpl/gstcolorbalance.sgml:
4731         * docs/libs/tmpl/gstmixer.sgml:
4732         * examples/Makefile.am:
4733         * gst/sine/Makefile.am:
4734         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
4735         (gst_sinesrc_set_property), (plugin_init):
4736         * gst/sine/gstsinesrc.h:
4737         * gst/volume/Makefile.am:
4738         * gst/volume/gstvolume.c: (gst_volume_set_volume),
4739         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
4740         (volume_process_float), (volume_process_int16),
4741         (volume_set_property), (plugin_init):
4742         * gst/volume/gstvolume.h:
4743           deactivate and remove dparams (libgstcontrol)
4744
4745 2005-07-29  Wim Taymans  <wim@fluendo.com>
4746
4747         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
4748         Convert me to BaseTransform!! help..
4749
4750 2005-07-29  Andy Wingo  <wingo@pobox.com>
4751
4752         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
4753         sinks.
4754
4755         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
4756         support of both endiannesses.
4757
4758 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
4759
4760         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
4761           Fix confusing debug message (s/event/query/)
4762
4763 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
4764
4765         * gst/videotestsrc/videotestsrc.h:
4766           Use "_stdint.h" instead of <stdint.h>
4767
4768 2005-07-27  Wim Taymans  <wim@fluendo.com>
4769
4770         * ext/vorbis/Makefile.am:
4771         Revert wrong commit.
4772
4773 2005-07-27  Wim Taymans  <wim@fluendo.com>
4774
4775         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
4776         More compilation fixen.
4777
4778 2005-07-27  Wim Taymans  <wim@fluendo.com>
4779
4780         * gst-libs/gst/audio/gstbaseaudiosink.c:
4781         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
4782         (gst_base_audio_sink_create_ringbuffer),
4783         (gst_base_audio_sink_change_state):
4784         Fix compilation.
4785
4786 2005-07-27  Wim Taymans  <wim@fluendo.com>
4787
4788         * examples/seeking/seek.c: (setup_dynamic_link),
4789         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
4790         (query_positions_elems), (query_positions_pads), (do_seek):
4791         Update seek example.
4792
4793         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
4794         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
4795         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
4796         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
4797         (gst_ogg_demux_handle_event),
4798         (gst_ogg_demux_deactivate_current_chain),
4799         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
4800         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
4801         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
4802         (gst_ogg_demux_loop):
4803         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
4804         * ext/theora/theoradec.c: (theora_dec_src_event),
4805         (theora_dec_src_getcaps), (theora_dec_sink_event),
4806         (theora_dec_push), (theora_dec_chain):
4807         * ext/vorbis/Makefile.am:
4808         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
4809         (vorbis_dec_sink_event), (vorbis_dec_push),
4810         (vorbis_handle_data_packet):
4811         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
4812         (gst_vorbisenc_chain):
4813         * gst/playback/gststreaminfo.c: (cb_probe):
4814         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
4815         * gst/videorate/gstvideorate.c: (gst_videorate_event):
4816         * gst/videoscale/gstvideoscale.c:
4817         (gst_videoscale_handle_src_event):
4818         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
4819         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
4820         (gst_ximagesink_navigation_send_event):
4821         * sys/xvimage/xvimagesink.c:
4822         (gst_xvimagesink_navigation_send_event):
4823         Various event updates and cleanups
4824
4825 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4826
4827         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
4828           Fix segfault for I420/YV12.
4829
4830 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4831
4832         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
4833           Report bitrate.
4834
4835 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4836
4837         * gst/playback/gstplaybin.c: (gen_video_element),
4838         (gen_audio_element):
4839           Switch to auto*sink elements as default sinks; add volume element
4840           so that volume control in totem works.
4841
4842 2005-07-21  Wim Taymans  <wim@fluendo.com>
4843
4844         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4845         * gst/playback/gstplaybin.c: (setup_sinks),
4846         (gst_play_bin_change_state):
4847         Refcount fix and more comments.
4848
4849 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4850
4851         * sys/ximage/Makefile.am:
4852         * sys/ximage/ximage.c: (plugin_init):
4853         * sys/ximage/ximagesink.c:
4854         Prepare for adding ximagesrc, rename of plugin to ximage etc.
4855         
4856
4857 2005-07-21  Wim Taymans  <wim@fluendo.com>
4858
4859         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
4860         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
4861         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4862         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4863         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
4864         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
4865         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
4866         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
4867         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
4868         Generate correct disconts for live chained oggs.
4869
4870         * gst-libs/gst/audio/gstbaseaudiosink.c:
4871         (gst_base_audio_sink_render),
4872         (gst_base_audio_sink_create_ringbuffer),
4873         (gst_base_audio_sink_change_state):
4874         Handle discont math correctly.
4875
4876         * gst/playback/gstplaybin.c: (add_sink):
4877         Some small debug cleanup.
4878
4879 2005-07-21  Wim Taymans  <wim@fluendo.com>
4880
4881         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
4882         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
4883         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4884         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4885         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
4886         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
4887         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
4888         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
4889         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
4890         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
4891         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
4892         (gst_ogg_demux_change_state), (gst_ogg_print):
4893         Reorganize code to send the right disconts when in streaming
4894         mode.
4895
4896 2005-07-20  Andy Wingo  <wingo@pobox.com>
4897
4898         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
4899         fix (?), fixes a seggie mcfalterson (#310894).
4900
4901 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4902
4903         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
4904         (gst_ogg_mux_set_header_on_caps):
4905         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4906         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4907         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4908         * gst-libs/gst/audio/multichannel.c:
4909         (gst_audio_set_channel_positions),
4910         (gst_audio_set_structure_channel_positions_list):
4911         * gst/playback/gstdecodebin.c: (dynamic_create):
4912         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
4913         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
4914           Fixes for API changes in core.
4915
4916 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4917
4918         * gst/playback/gstplaybasebin.c: (fill_buffer):
4919           Use _new_custom() so we can set custom message types for buffering
4920           messages.
4921
4922 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4923
4924         * configure.ac:
4925         * gst-libs/gst/Makefile.am:
4926         * gst-libs/gst/gconf/.cvsignore:
4927         * gst-libs/gst/gconf/Makefile.am:
4928         * gst-libs/gst/gconf/test-gconf.c:
4929         * pkgconfig/Makefile.am:
4930         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
4931         * pkgconfig/gstreamer-gconf.pc.in:
4932           Remove gconf stuff, use gconf elements instead from now on.
4933
4934 2005-07-20  Wim Taymans  <wim@fluendo.com>
4935
4936         * gst-libs/gst/audio/TODO:
4937         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
4938         (gst_audio_clock_get_internal_time):
4939         * gst-libs/gst/audio/gstaudioclock.h:
4940         * gst-libs/gst/audio/gstbaseaudiosink.c:
4941         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
4942         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
4943         (gst_base_audio_sink_render),
4944         (gst_base_audio_sink_create_ringbuffer),
4945         (gst_base_audio_sink_change_state):
4946         Make sure the audio clock always returns an increasing value.
4947
4948 2005-07-19  Andy Wingo  <wingo@pobox.com>
4949
4950         * gst/videotestsrc/: Cleanups.
4951
4952 2005-07-19  Wim Taymans  <wim@fluendo.com>
4953
4954         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4955         Better debugging.
4956
4957 2005-07-19  Wim Taymans  <wim@fluendo.com>
4958
4959         * examples/seeking/seek.c: (make_dv_pipeline),
4960         (make_vorbis_theora_pipeline), (query_rates),
4961         (query_positions_elems), (query_positions_pads), (do_seek):
4962         Make correct DV pipeline.
4963
4964 2005-07-18  Andy Wingo  <wingo@pobox.com>
4965
4966         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
4967         default. Also because it's the only thing that really works. (This
4968         is used in the GConf elements).
4969         Use AS_LIBTOOL_TAGS.
4970
4971 2005-07-18  Wim Taymans  <wim@fluendo.com>
4972
4973         * gst/playback/gstdecodebin.c: (remove_element_chain):
4974         * gst/playback/gstplaybin.c: (add_sink):
4975         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
4976         (gst_stream_info_set_mute):
4977         * gst/playback/gststreamselector.c:
4978         (gst_stream_selector_get_linked_pad),
4979         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
4980         More leak and compile fixes.
4981
4982 2005-07-18  Wim Taymans  <wim@fluendo.com>
4983
4984         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4985         (query_rates), (query_positions_elems), (query_positions_pads),
4986         (do_seek), (seek_cb), (stop_seek):
4987         Updated seek example. 
4988
4989         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
4990         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
4991         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
4992         * gst/playback/gstplaybin.c: (add_sink):
4993         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
4994         (gst_stream_info_set_mute):
4995         Some refcount leak fixes.
4996
4997 2005-07-16  Wim Taymans  <wim@fluendo.com>
4998
4999         * gst-libs/gst/audio/gstbaseaudiosink.c:
5000         (gst_base_audio_sink_render):
5001         Align samples even if we have roundoff errors in the 
5002         timestamp conversion.
5003
5004 2005-07-16  Wim Taymans  <wim@fluendo.com>
5005
5006         * docs/libs/tmpl/gstringbuffer.sgml:
5007         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5008         (query_rates), (query_positions_elems), (query_positions_pads),
5009         (update_scale), (do_seek):
5010         Updated seek example.
5011
5012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5013         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
5014         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
5015         (gst_ogg_demux_loop):
5016         Push out correct discont values.
5017
5018         * ext/theora/theoradec.c: (theora_dec_src_convert),
5019         (theora_dec_sink_convert), (theora_dec_src_getcaps),
5020         (theora_dec_sink_event), (theora_handle_type_packet),
5021         (theora_handle_header_packet), (theora_dec_push),
5022         (theora_handle_data_packet), (theora_dec_chain),
5023         (theora_dec_change_state):
5024         Better timestamping.
5025
5026         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5027         (vorbis_dec_sink_event), (vorbis_dec_push),
5028         (vorbis_handle_data_packet), (vorbis_dec_chain):
5029         * ext/vorbis/vorbisdec.h:
5030         Better timestamping.
5031
5032         * gst-libs/gst/audio/gstbaseaudiosink.c:
5033         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
5034         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5035         Handle syncing on timestamps instead of sample offsets. Make
5036         use of DISCONT values as described in design docs.
5037
5038         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5039         (gst_base_audio_src_get_time):
5040         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
5041         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
5042         (gst_ring_buffer_read):
5043         * gst-libs/gst/audio/gstringbuffer.h:
5044         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
5045         (gst_ximagesink_show_frame):
5046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
5047         Correcly convert buffer timestamp to stream time.
5048
5049 2005-07-16  Wim Taymans  <wim@fluendo.com>
5050
5051         * gst/audioconvert/gstaudioconvert.c:
5052         (gst_audio_convert_get_buffer):
5053         Timestamp buffers correctly.
5054
5055         * gst/playback/gstplaybin.c: (gen_video_element):
5056         Make internal fakesink silent.
5057
5058 2005-07-15  Wim Taymans  <wim@fluendo.com>
5059
5060         * gst/ffmpegcolorspace/Makefile.am:
5061         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5062         (gst_ffmpegcsp_caps_remove_format_info),
5063         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
5064         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
5065         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
5066         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
5067         Ported ffmpegcolorspace to basetransform.
5068
5069         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
5070         * gst/volume/gstvolume.c: (volume_transform):
5071         Ported to new API.
5072
5073 2005-07-14  Wim Taymans  <wim@fluendo.com>
5074
5075         * gst/videotestsrc/Makefile.am:
5076         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
5077         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
5078         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
5079         (gst_videotestsrc_init), (gst_videotestsrc_event),
5080         (gst_videotestsrc_create), (gst_videotestsrc_start),
5081         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
5082         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
5083         (gst_videotestsrc_get_property):
5084         * gst/videotestsrc/gstvideotestsrc.h:
5085         Make videotestsrc a pushsrc.
5086
5087 2005-07-14  Wim Taymans  <wim@fluendo.com>
5088
5089         * gst/tcp/gstfdset.c: (gst_fdset_free):
5090         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5091         (gst_multifdsink_add), (gst_multifdsink_remove),
5092         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
5093         (gst_multifdsink_remove_client_link),
5094         (gst_multifdsink_client_queue_data),
5095         (gst_multifdsink_client_queue_caps),
5096         (gst_multifdsink_client_queue_buffer),
5097         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
5098         (gst_multifdsink_stop):
5099         * gst/tcp/gstmultifdsink.h:
5100         0.8 backporting.
5101
5102         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5103         Also draw image when not from a pool.
5104
5105 2005-07-14  Wim Taymans  <wim@fluendo.com>
5106
5107         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
5108         (mute_stream), (silence_stream):
5109         Small debug additions.
5110
5111 2005-07-14  Wim Taymans  <wim@fluendo.com>
5112
5113         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
5114         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5115         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
5116         Better error recovery, ignore unconnected pads and
5117         non-fatal errors.
5118
5119 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5120
5121         * docs/libs/tmpl/gstaudio.sgml:
5122         * docs/libs/tmpl/gstcolorbalance.sgml:
5123         * docs/libs/tmpl/gstgconf.sgml:
5124         * docs/libs/tmpl/gstmixer.sgml:
5125         * docs/libs/tmpl/gstringbuffer.sgml:
5126         * docs/libs/tmpl/gsttuner.sgml:
5127         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5128         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
5129         (gst_tcpclientsrc_class_init):
5130         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
5131         (gst_tcpserversrc_class_init):
5132         * sys/v4l/gstv4lelement.c:
5133           more autistic cleanliness in functions/names/defines
5134
5135 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5136
5137         * configure.ac:
5138           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
5139           added manually to each Makefile.am so we are sure it goes
5140           *last* and doesn't add -L flags before linking in libs of our
5141           own, like, say, internal .la libs, that then accidentally pick
5142           up the installed copy.
5143         * docs/libs/Makefile.am:
5144         * ext/alsa/Makefile.am:
5145         * ext/cdparanoia/Makefile.am:
5146         * ext/gnomevfs/Makefile.am:
5147         * ext/libvisual/Makefile.am:
5148         * ext/ogg/Makefile.am:
5149         * ext/theora/Makefile.am:
5150         * ext/vorbis/Makefile.am:
5151         * gst-libs/gst/video/Makefile.am:
5152         * gst/adder/Makefile.am:
5153         * gst/audioconvert/Makefile.am:
5154         * gst/audiorate/Makefile.am:
5155         * gst/audioscale/Makefile.am:
5156         * gst/ffmpegcolorspace/Makefile.am:
5157         * gst/playback/Makefile.am:
5158         * gst/sine/Makefile.am:
5159         * gst/subparse/Makefile.am:
5160         * gst/tags/Makefile.am:
5161         * gst/tcp/Makefile.am:
5162         * gst/typefind/Makefile.am:
5163         * gst/videorate/Makefile.am:
5164         * gst/videoscale/Makefile.am:
5165         * gst/videotestsrc/Makefile.am:
5166         * gst/volume/Makefile.am:
5167         * sys/v4l/Makefile.am:
5168         * sys/ximage/Makefile.am:
5169         * sys/xvimage/Makefile.am:
5170           adapt properly to this change. This should make sure that
5171           plugins and libs properly link to the as-yet-uninstalled
5172           copies of stuff like libgstinterfaces and libgstvideo
5173
5174 2005-07-13  Andy Wingo  <wingo@pobox.com>
5175
5176         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
5177         (gst_v4lsrc_fixate): Fixate on format as well.
5178
5179         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
5180         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
5181         buffer points to it.
5182         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
5183         rather just doing X calls ourselves. Also fixes a memleak.
5184
5185 2005-07-12  Andy Wingo  <wingo@pobox.com>
5186
5187         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
5188         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
5189         (gst_v4lsrc_create): Re-add the copy-mode property, default to
5190         TRUE to avoid deadlocks if an element holds on to our buffers.
5191
5192 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5193
5194         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5195         (gst_sinesrc_init), (gst_sinesrc_create),
5196         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
5197         (gst_sinesrc_start):
5198         * gst/sine/gstsinesrc.h:
5199           removing num-buffers property before moving it
5200
5201 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5202
5203         * configure.ac:
5204           use overridable ERROR_CFLAGS
5205         * docs/libs/gst-plugins-base-libs.types:
5206         * docs/libs/tmpl/gstringbuffer.sgml:
5207         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5208         (gst_alsasink_class_init):
5209         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
5210         (gst_alsasrc_class_init):
5211         * gst-libs/gst/audio/audio.h:
5212         * gst-libs/gst/audio/gstaudioclock.h:
5213         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
5214         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
5215         (gst_audio_filter_link), (gst_audio_filter_init),
5216         (gst_audio_filter_chain), (gst_audio_filter_set_property),
5217         (gst_audio_filter_get_property),
5218         (gst_audio_filter_class_add_pad_templates):
5219         * gst-libs/gst/audio/gstaudiofilter.h:
5220         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5221         (gst_audio_filter_template_get_type),
5222         (gst_audio_filter_template_base_init),
5223         (gst_audio_filter_template_class_init),
5224         (gst_audio_filter_template_init),
5225         (gst_audio_filter_template_set_property),
5226         (gst_audio_filter_template_get_property), (plugin_init),
5227         (gst_audio_filter_template_setup),
5228         (gst_audio_filter_template_filter),
5229         (gst_audio_filter_template_filter_inplace):
5230         * gst-libs/gst/audio/gstaudiosink.c:
5231         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5232         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
5233         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5234         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
5235         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
5236         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
5237         * gst-libs/gst/audio/gstaudiosink.h:
5238         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
5239         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5240         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5241         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
5242         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
5243         (gst_audio_src_class_init), (gst_audio_src_init),
5244         (gst_audio_src_create_ringbuffer):
5245         * gst-libs/gst/audio/gstaudiosrc.h:
5246         * gst-libs/gst/audio/gstbaseaudiosink.c:
5247         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
5248         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
5249         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
5250         (gst_base_audio_sink_set_property),
5251         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
5252         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
5253         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
5254         (gst_base_audio_sink_create_ringbuffer),
5255         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
5256         * gst-libs/gst/audio/gstbaseaudiosink.h:
5257         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5258         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
5259         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
5260         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
5261         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
5262         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
5263         (gst_base_audio_src_event), (gst_base_audio_src_create),
5264         (gst_base_audio_src_create_ringbuffer),
5265         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
5266         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5267         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
5268         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
5269         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
5270         (gst_ring_buffer_debug_spec_caps),
5271         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
5272         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5273         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5274         (gst_ring_buffer_start), (gst_ring_buffer_pause),
5275         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
5276         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
5277         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
5278         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5279         (gst_ring_buffer_clear):
5280         * gst-libs/gst/audio/gstringbuffer.h:
5281         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
5282         (gst_video_sink_class_init), (gst_video_sink_get_type):
5283         * gst-libs/gst/video/videosink.h:
5284         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
5285         (gst_multifdsink_class_init),
5286         (gst_multifdsink_handle_client_write),
5287         (gst_multifdsink_change_state):
5288         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5289         (gst_tcpclientsink_setcaps):
5290         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
5291         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
5292         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
5293         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
5294         (gst_ximagesink_send_pending_navigation),
5295         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
5296         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
5297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5298         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5299         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
5300         (gst_xvimagesink_send_pending_navigation),
5301         (gst_xvimagesink_navigation_send_event),
5302         (gst_xvimagesink_set_xwindow_id),
5303         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
5304         (gst_xvimagesink_get_type):
5305         more macro splitting
5306
5307 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5308
5309         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5310           plug a memleak, allows me to import 1479 albums in one go
5311           in jamboree
5312         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5313         (vorbis_handle_type_packet), (vorbis_dec_chain),
5314         (vorbis_dec_change_state):
5315           fix some format strings
5316
5317 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5318
5319         * docs/libs/tmpl/gstcolorbalance.sgml:
5320         * docs/libs/tmpl/gstmixer.sgml:
5321         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
5322         (gst_alsasink_set_property), (gst_alsasink_get_property):
5323         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
5324         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
5325           add device property
5326
5327 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5328
5329         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5330         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
5331         (audiocast_register_listener), (audiocast_thread_run),
5332         (gst_gnomevfssrc_send_additional_headers_callback),
5333         (gst_gnomevfssrc_received_headers_callback),
5334         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
5335         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
5336         (gst_gnomevfssrc_get_size):
5337           add/clean up debugging
5338         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
5339           cleanups
5340
5341 2005-07-07  Andy Wingo  <wingo@pobox.com>
5342
5343         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
5344         framerate. Need to get a handle on when exactly this function is
5345         called, tho.
5346
5347         * sys/v4l/v4lsrc_calls.h:
5348         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
5349         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
5350         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
5351
5352         * sys/v4l/v4l_calls.h: Cast to V4lElement.
5353         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
5354         v4lelements are sources.
5355
5356         * sys/v4l/gstv4lxoverlay.h:
5357         * sys/v4l/gstv4lxoverlay.c:
5358         * sys/v4l/gstv4ltuner.h:
5359         * sys/v4l/gstv4ltuner.c: Header loc fixen.
5360         
5361         * sys/v4l/gstv4lsrc.h:
5362         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
5363         PushSrc/BaseSrc. Removed most sync-related properties, videorate
5364         or something should handle that. Made a live source.
5365
5366         * sys/v4l/gstv4lelement.h:
5367         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
5368         signals. Some cleanups.
5369
5370         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
5371
5372         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
5373         stuff.
5374
5375         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
5376         stuff.
5377
5378         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
5379
5380 2005-07-07  Wim Taymans  <wim@fluendo.com>
5381
5382         * ext/theora/theoradec.c: (theora_get_query_types),
5383         (theora_dec_src_getcaps), (theora_dec_push):
5384         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
5385         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
5386         Remove deprecated/unused query types.
5387
5388 2005-07-06  Wim Taymans  <wim@fluendo.com>
5389
5390         * ext/alsa/Makefile.am:
5391         * ext/alsa/gstalsaplugin.c: (plugin_init):
5392         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5393         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
5394         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
5395         (gst_alsasrc_class_init), (gst_alsasrc_init),
5396         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
5397         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
5398         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
5399         (gst_alsasrc_reset):
5400         * ext/alsa/gstalsasrc.h:
5401         * gst-libs/gst/audio/Makefile.am:
5402         * gst-libs/gst/audio/gstaudiosink.c:
5403         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5404         (gst_audioringbuffer_start):
5405         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
5406         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5407         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
5408         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
5409         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5410         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
5411         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
5412         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
5413         * gst-libs/gst/audio/gstaudiosrc.h:
5414         * gst-libs/gst/audio/gstbaseaudiosink.c:
5415         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
5416         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
5417         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
5418         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5419         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
5420         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
5421         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
5422         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
5423         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
5424         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
5425         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
5426         (gst_baseaudiosrc_change_state):
5427         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5428         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5429         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
5430         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
5431         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5432         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
5433         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
5434         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
5435         * gst-libs/gst/audio/gstringbuffer.h:
5436         Added audiosource base classes.
5437         Ported alsasrc, still very basic.
5438
5439 2005-07-06  Wim Taymans  <wim@fluendo.com>
5440
5441         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
5442         (theora_dec_push), (theora_handle_data_packet):
5443         Prepare for better timestamp fix later.
5444
5445         * gst/audioconvert/gstaudioconvert.c:
5446         List most accurate caps first
5447
5448         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
5449         Use proper pad task function.
5450
5451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5452         (gst_xvimagesink_show_frame):
5453         Fix deadlock when alloc failed.
5454
5455 2005-07-05  Andy Wingo  <wingo@pobox.com>
5456
5457         * ext/gnomevfs/gstgnomevfssrc.c:
5458         * gst/sine/gstsinesrc.c:
5459         * gst/tcp/gsttcpserversrc.c:
5460         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
5461
5462         * sys/v4l/: Port from 0.8.
5463
5464         * Many files: Null if we got it....
5465
5466 2005-07-05  Andy Wingo  <wingo@pobox.com>
5467
5468         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
5469         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
5470         Signedness fixes.
5471
5472 2005-07-05  Wim Taymans  <wim@fluendo.com>
5473
5474         * configure.ac:
5475         * gst/tcp/Makefile.am:
5476         * gst/tcp/README:
5477         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
5478         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
5479         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
5480         (is_sync_frame), (gst_multifdsink_handle_client_write),
5481         (gst_multifdsink_render), (gst_multifdsink_start),
5482         (gst_multifdsink_stop), (gst_multifdsink_change_state):
5483         * gst/tcp/gstmultifdsink.h:
5484         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
5485         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
5486         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
5487         * gst/tcp/gsttcp.h:
5488         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5489         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
5490         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
5491         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
5492         * gst/tcp/gsttcpclientsink.h:
5493         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
5494         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
5495         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
5496         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
5497         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
5498         * gst/tcp/gsttcpclientsrc.h:
5499         * gst/tcp/gsttcpplugin.c: (plugin_init):
5500         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
5501         * gst/tcp/gsttcpserversink.h:
5502         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
5503         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
5504         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
5505         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5506         (gst_tcpserversrc_stop):
5507         * gst/tcp/gsttcpserversrc.h:
5508         * gst/tcp/gsttcpsink.c:
5509         * gst/tcp/gsttcpsink.h:
5510         * gst/tcp/gsttcpsrc.c:
5511         * gst/tcp/gsttcpsrc.h:
5512         Ported tcp plugins to 0.9. 
5513         
5514
5515 2005-07-05  Andy Wingo  <wingo@pobox.com>
5516
5517         * gst/playback/gstplaybasebin.c (fill_buffer):
5518         message_new_application fixen.
5519
5520         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
5521         Style fix.
5522
5523 2005-07-04  Wim Taymans  <wim@fluendo.com>
5524
5525         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
5526         Set caps on output buffer.
5527
5528 2005-07-04  Andy Wingo  <wingo@pobox.com>
5529
5530         * ext/gnomevfs/gstgnomevfssrc.c
5531         (gst_gnomevfssrc_received_headers_callback) 
5532         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
5533         hopefully.
5534
5535         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
5536         No refcount leakage.
5537
5538         * configure.ac: Enable -Werror.
5539         
5540         * ext/theora/theoradec.c (theora_dec_src_getcaps):
5541         * gst/audioconvert/bufferframesconvert.c
5542         (buffer_frames_convert_fixate):
5543         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
5544         (gst_audio_convert_fixate):
5545         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
5546         (gst_sinesrc_create): Fixate func changes.
5547         
5548         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
5549         (gst_ximagesink_buffer_alloc): Unused var.
5550
5551 2005-07-01  Andy Wingo  <wingo@pobox.com>
5552
5553         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
5554         getcaps to do explicit caps. Needs to be done in all decoders,
5555         possibly via a base class.
5556
5557         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
5558
5559         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
5560         caps on the sink pad, just rely on the pad template. Also, setting
5561         ANY caps on a pad is not valid because the caps are not fixed.
5562
5563         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
5564         caps on the buffer, and get the width from the desired_caps if
5565         they're set.
5566         (gst_ximagesink_renegotiate_size): Implement via setting the
5567         desired_caps on the ximagesink.
5568         (gst_ximagesink_setcaps): Only reset the width of the player if it
5569         wasn't already set. Not sure if this is right.
5570         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
5571
5572         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
5573         that the user wants. NULL unless the window has been resized.
5574
5575         * gst/volume/gstvolume.c (volume_transform): Adapt to
5576         basetransform refcount changes.
5577         
5578 2005-07-01  Andy Wingo  <wingo@pobox.com>
5579
5580         * gst/videoscale/gstvideoscale.c:
5581         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
5582         from BaseTransform, implements a transform_caps. Removed dead code
5583         including some PAR stuff that was never reached -- should probably
5584         be added back somehow.
5585
5586 2005-07-01  Andy Wingo  <wingo@pobox.com>
5587
5588         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
5589         come later.
5590
5591 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5592
5593         * configure.ac:
5594         * docs/libs/Makefile.am:
5595         * docs/libs/gst-plugins-libs.types:
5596         * ext/alsa/Makefile.am:
5597         * ext/alsa/gstalsamixer.h:
5598         * ext/alsa/gstalsamixeroptions.h:
5599         * ext/alsa/gstalsamixertrack.h:
5600         * gst-libs/gst/Makefile.am:
5601         * gst-libs/gst/colorbalance/.cvsignore:
5602         * gst-libs/gst/colorbalance/Makefile.am:
5603         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
5604         * gst-libs/gst/colorbalance/colorbalance.c:
5605         * gst-libs/gst/colorbalance/colorbalance.h:
5606         * gst-libs/gst/colorbalance/colorbalance.vcproj:
5607         * gst-libs/gst/colorbalance/colorbalancechannel.c:
5608         * gst-libs/gst/colorbalance/colorbalancechannel.h:
5609         * gst-libs/gst/interfaces/Makefile.am:
5610         * gst-libs/gst/interfaces/colorbalance.c:
5611         (gst_color_balance_class_init):
5612         * gst-libs/gst/interfaces/colorbalance.h:
5613         * gst-libs/gst/interfaces/interfaces-marshal.list:
5614         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
5615         * gst-libs/gst/interfaces/mixer.h:
5616         * gst-libs/gst/interfaces/mixeroptions.h:
5617         * gst-libs/gst/interfaces/navigation.c:
5618         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
5619         * gst-libs/gst/interfaces/tuner.h:
5620         * gst/volume/Makefile.am:
5621         * gst/volume/gstvolume.c:
5622         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5623         * sys/ximage/Makefile.am:
5624         * sys/ximage/ximagesink.c:
5625         * sys/xvimage/Makefile.am:
5626         * sys/xvimage/xvimagesink.c:
5627           fold in all interfaces into an interfaces dir, preserving CVS
5628           history
5629
5630 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5631
5632         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5633           Fix build after riff changes.
5634
5635 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5636
5637         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5638         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
5639         (gst_riff_create_video_template_caps),
5640         (gst_riff_create_audio_template_caps),
5641         (gst_riff_create_iavs_template_caps):
5642         * gst-libs/gst/riff/riff-media.h:
5643         * gst-libs/gst/riff/riff-read.h:
5644         * gst-libs/gst/riff/riff.c: (gst_riff_init):
5645           Add gst_riff_init() to initialize the debug category, instead
5646           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
5647
5648 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5649
5650         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
5651           Oops, I shouldn't apply hacks.
5652
5653 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5654
5655         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
5656           Remove pad_loop function which doesn't work.
5657
5658 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5659
5660         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
5661           Send EOS when deactivating.
5662         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5663         (check_queue), (queue_threshold_reached), (queue_out_of_data),
5664         (gen_preroll_element), (probe_triggered), (mute_stream),
5665         (silence_stream), (new_decoded_pad), (setup_substreams),
5666         (set_active_source):
5667         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
5668         (remove_sinks), (add_sink):
5669         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
5670           Change for new probe API.
5671
5672 2005-06-29  Wim Taymans  <wim@fluendo.com>
5673
5674         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
5675         * gst-libs/gst/audio/gstbaseaudiosink.c:
5676         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
5677         (gst_baseaudiosink_change_state):
5678         * gst-libs/gst/audio/gstbaseaudiosink.h:
5679         * gst-libs/gst/audio/gstringbuffer.c:
5680         (gst_ringbuffer_set_callback):
5681         Fix compilation error.
5682         Ringbuffer starts out as not running.
5683         Free our clock in dispose.
5684         When releasing the ringbuffer we need to renegotiate so
5685         clear the pad caps.
5686
5687 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5688
5689         * autogen.sh:
5690         * configure.ac:
5691         * docs/Makefile.am:
5692         * docs/libs/Makefile.am:
5693         * docs/libs/gst-plugins-libs-docs.sgml:
5694         * docs/libs/gst-plugins-libs-sections.txt:
5695         * docs/libs/gst-plugins-libs.types:
5696         * docs/libs/tmpl/gstaudio.sgml:
5697         * docs/libs/tmpl/gstcolorbalance.sgml:
5698         * docs/libs/tmpl/gstringbuffer.sgml:
5699         * gst-libs/gst/audio/gstringbuffer.c:
5700         (gst_ringbuffer_set_callback):
5701           reinstate gtk-doc docs for plugin libs
5702
5703 2005-06-28  Wim Taymans  <wim@fluendo.com>
5704
5705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5706         (gst_ogg_demux_init):
5707         Removed pad loop function.
5708
5709 2005-06-28  Wim Taymans  <wim@fluendo.com>
5710
5711         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5712         If we're building a chain we are not in an error case
5713         when we queue a buffer.
5714
5715 2005-06-28  Andy Wingo  <wingo@pobox.com>
5716
5717         * *.c: Don't cast to GstObject before reffing/unreffing.
5718
5719 2005-06-27  Andy Wingo  <wingo@pobox.com>
5720
5721         * gst/videotestsrc/gstvideotestsrc.c
5722         (gst_videotestsrc_activate_push): Activation API changes.
5723
5724         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
5725         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
5726         they have refs on the decodebin.
5727
5728         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
5729         parent class.
5730         (gst_ogg_pad_typefind): Don't leak a pad ref.
5731         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
5732         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
5733         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
5734
5735 2005-06-27  Edward Hervey  <edward@fluendo.com>
5736
5737         * ext/theora/theoradec.c: (theora_dec_change_state): 
5738         re-arranged call to parent's state change in order to avoid locks (or
5739         worse).
5740
5741 2005-06-26  Edward Hervey  <edward@fluendo.com>
5742
5743         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5744         2nd argument of 'unknow-type' signal is a GstCaps and not a
5745         GstMiniObject
5746
5747 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
5748         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
5749           Set the worker thread's running flag to TRUE before starting the
5750           thread.
5751         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5752           Catch a failure to add typefind to the bin.
5753
5754 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5755
5756         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5757         (gst_sinesrc_init), (gst_sinesrc_create),
5758         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
5759         (gst_sinesrc_start):
5760         * gst/sine/gstsinesrc.h:
5761           add num-buffers and timestamp-offset properties
5762         * gst/videotestsrc/gstvideotestsrc.c:
5763         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
5764         (gst_videotestsrc_get_property):
5765           add timestamp-offset property
5766
5767 2005-06-23  Christian Schaller  <uraeus@gnome.org>
5768
5769         * configure.ac: add videorate
5770         * gst-plugins-base.spec.in: add videorate
5771
5772 2005-06-23  Wim Taymans  <wim@fluendo.com>
5773
5774         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5775         (gst_videorate_getcaps), (gst_videorate_setcaps),
5776         (gst_videorate_event), (gst_videorate_chain):
5777         Fixed videorate, fixating an already fixated caps is not
5778         an error.
5779
5780 2005-06-23  Wim Taymans  <wim@fluendo.com>
5781
5782         * ext/ogg/README:
5783         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
5784         Buffer on caps is not boxed anymore.
5785
5786 2005-06-22  Wim Taymans  <wim@fluendo.com>
5787
5788         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
5789         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
5790         Set buffers on caps as miniobjects and not as boxed.
5791
5792 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5793
5794         * configure.ac:
5795           back to HEAD
5796
5797 === release 0.9.1 ===
5798
5799 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5800
5801         * .cvsignore:
5802         * NEWS:
5803         * README:
5804         * RELEASE:
5805         * configure.ac:
5806         * po/af.po:
5807         * po/az.po:
5808         * po/cs.po:
5809         * po/en_GB.po:
5810         * po/hu.po:
5811         * po/it.po:
5812         * po/nb.po:
5813         * po/nl.po:
5814         * po/or.po:
5815         * po/sq.po:
5816         * po/sr.po:
5817         * po/sv.po:
5818         * po/uk.po:
5819         * po/vi.po:
5820           updates for release
5821
5822 2005-06-09  Andy Wingo  <wingo@pobox.com>
5823
5824         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
5825         
5826 2005-06-09  Andy Wingo  <wingo@pobox.com>
5827
5828         * configure.ac:
5829         * gst-libs/gst/Makefile.am:
5830         * gst-libs/gst/net/Makefile.am:
5831         Add gstnet to build.
5832
5833 2005-06-09  Andy Wingo  <wingo@pobox.com>
5834
5835         * gst-libs/gst/gconf/gconf.c:
5836         * gst/playback/test.c:
5837         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
5838         fixes.
5839
5840         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
5841
5842         * ext/theora/theoraenc.c (theora_enc_chain): 
5843         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
5844
5845         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
5846         RealPad.
5847
5848 2005-06-02  Wim Taymans  <wim@fluendo.com>
5849
5850         * gst-libs/gst/net/Makefile.am:
5851         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
5852         * pkgconfig/gstreamer-libs.pc.in:
5853         Added net stuff, version net lib.
5854
5855 2005-06-02  Wim Taymans  <wim@fluendo.com>
5856
5857         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5858         (query_rates), (query_positions_elems), (query_positions_pads),
5859         (do_seek):
5860         Updated seek example.
5861
5862 2005-06-02  Andy Wingo  <wingo@pobox.com>
5863
5864         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
5865         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
5866         list.
5867
5868         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
5869         remove the typefind, the bin dispose will do it for us. When it's
5870         removed and unreffed, the signal handler will be disconnected,
5871         too.
5872         (unlinked): It's too difficult to disconnect from unlinked
5873         handlers, as they are on pads not elements. Just punt if the pads
5874         aren't grandkids of the bin.
5875
5876 2005-06-02  Wim Taymans  <wim@fluendo.com>
5877
5878         * ext/ogg/README:
5879         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5880         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
5881         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
5882         * ext/theora/theoradec.c: (theora_dec_src_query),
5883         (theora_handle_data_packet):
5884         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
5885         (theora_enc_chain):
5886         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5887         (vorbis_handle_data_packet):
5888         * gst/audioconvert/bufferframesconvert.c:
5889         (buffer_frames_convert_chain):
5890         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5891         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5892         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
5893         (gst_ffmpegcsp_chain):
5894         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5895         (gst_videorate_getcaps), (gst_videorate_setcaps),
5896         (gst_videorate_event), (gst_videorate_chain):
5897         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
5898         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
5899         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5900         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
5901         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5902         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
5903         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
5904         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
5905         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5906         Cleanups and buffer alloc.
5907
5908 2005-05-31  Wim Taymans  <wim@fluendo.com>
5909
5910         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
5911         Don't try to call the delay method when the device is not
5912         opened.
5913
5914 2005-05-31  Wim Taymans  <wim@fluendo.com>
5915
5916         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
5917         Get actual segment size and buffer size after opening
5918         the device.
5919
5920 2005-05-30  Wim Taymans  <wim@fluendo.com>
5921
5922         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
5923         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
5924         Also FLUSH upstream, makes the loop function exit faster.
5925         
5926         * ext/theora/theoradec.c: (theora_dec_src_query):
5927         Some more debug info in the query.
5928         
5929         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5930         (gst_ximagesink_setcaps):
5931         Release lock on par error, better error reporting.
5932
5933 2005-05-26  Wim Taymans  <wim@fluendo.com>
5934
5935         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5936         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
5937         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
5938         Clear chains in READY
5939         Queue packets until the chain is activated.
5940
5941 2005-05-25  Wim Taymans  <wim@fluendo.com>
5942
5943         * gst-libs/gst/audio/gstaudiosink.c:
5944         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5945         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5946         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5947         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5948         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5949         (gst_audiosink_create_ringbuffer):
5950         * gst-libs/gst/audio/gstbaseaudiosink.c:
5951         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5952         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5953         (gst_baseaudiosink_set_property), (build_linear_format),
5954         (debug_spec_caps), (debug_spec_buffer),
5955         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5956         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5957         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5958         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5959         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5960         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5961         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5962         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5963         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5964         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5965         (wait_segment), (gst_ringbuffer_commit),
5966         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5967         (gst_ringbuffer_clear):
5968         Various small cleanups.
5969
5970         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5971         (gst_audio_convert_change_state):
5972         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
5973         No need to take the locks anymore.
5974
5975 2005-05-25  Wim Taymans  <wim@fluendo.com>
5976
5977         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5978         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
5979         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
5980         (type_found):
5981         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
5982         (group_destroy), (group_commit), (queue_overrun),
5983         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
5984         (mute_stream), (new_decoded_pad), (setup_substreams),
5985         (setup_source), (mute_group_type), (set_active_source),
5986         (gst_play_base_bin_change_state):
5987         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
5988         (gen_video_element), (gen_text_element), (gen_audio_element),
5989         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
5990         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
5991         (gst_stream_info_dispose), (gst_stream_info_set_mute):
5992         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
5993         Some playbin cleanups mostly refcounting sloppyness.
5994
5995 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5996
5997         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5998           Work with streaming input.
5999
6000 2005-05-25  Wim Taymans  <wim@fluendo.com>
6001
6002         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6003         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6004         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6005         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
6006         No need to take the STREAM lock anymore.
6007
6008 2005-05-25  Wim Taymans  <wim@fluendo.com>
6009
6010         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
6011         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
6012         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
6013         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
6014         (gst_ogg_demux_sink_activate):
6015         * ext/theora/theoradec.c: (theora_dec_src_event),
6016         (theora_handle_comment_packet), (theora_dec_chain),
6017         (theora_dec_change_state):
6018         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6019         (vorbis_handle_data_packet), (vorbis_dec_chain),
6020         (vorbis_dec_change_state):
6021         Remove STREAM locks as they are taken in core now.
6022         Never set bogus granulepos on vorbis/theora.
6023         Fix leaks in theoradec tag parsing.
6024
6025 2005-05-25  Wim Taymans  <wim@fluendo.com>
6026
6027         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
6028         Fix memleaks, GST_BUFFER_DATA() is not freed.
6029
6030 2005-05-25  Wim Taymans  <wim@fluendo.com>
6031
6032         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6033         Open non-blocking, set to blocking mode afterwards to avoid
6034         lockups when audio device is busy.
6035
6036 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6037
6038         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
6039           This can't be good.
6040
6041 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6042
6043         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
6044         (gst_audio_convert_chain), (gst_audio_convert_link_src),
6045         (gst_audio_convert_setcaps):
6046           Implement instant setup switching.
6047
6048 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6049
6050         * gst/playback/gstplaybasebin.c: (probe_triggered):
6051           Fix missing unlock.
6052         * gst/playback/gstplaybin.c: (add_sink):
6053           First add, then link (otherwise pad link fails).
6054
6055 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6056
6057         * examples/Makefile.am:
6058         fix buildbot (make distcheck)
6059
6060 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6061
6062         * gst/playback/gstplaybin.c: (gen_vis_element):
6063           Remove some wrong code. Doesn't work yet.
6064
6065 2005-05-19  Wim Taymans  <wim@fluendo.com>
6066
6067         * gst-libs/gst/net/Makefile.am:
6068         * gst-libs/gst/net/README:
6069         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
6070         (gst_netbuffer_class_init), (gst_netbuffer_init),
6071         (gst_netbuffer_finalize), (gst_netbuffer_copy),
6072         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
6073         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
6074         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
6075         * gst-libs/gst/net/gstnetbuffer.h:
6076         Added buffer subclass to store extra to/from addresses for
6077         network sources/sinks.
6078
6079 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6080
6081         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
6082           Don't lock an unassigned variable.
6083
6084 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6085
6086         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6087           Increase buffer for video, decrease buffer for other media types.
6088         * gst/playback/gstplaybin.c: (gen_video_element),
6089         (gen_audio_element):
6090           Change names for debugging purposes.
6091
6092 2005-05-18  Wim Taymans  <wim@fluendo.com>
6093
6094         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6095         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6096         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6097         (gst_ffmpegcsp_chain):
6098         Enable buffer alloc passthrough if the source and dest
6099         formats are the same.
6100
6101 2005-05-17  Wim Taymans  <wim@fluendo.com>
6102
6103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6104         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6105         (gst_ogg_demux_chain_unlocked):
6106         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6107         (gst_audio_convert_caps_remove_format_info),
6108         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6109         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
6110         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6111         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6112         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
6113         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
6114         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
6115         (gst_ffmpegcsp_get_property):
6116         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6117         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
6118         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
6119         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6120         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
6121         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
6122         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
6123         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
6124         Leak fixes in oggdemux.
6125         Some cleanups in audioconvert.
6126         Make passthrough work along with buffer_alloc etc.
6127         Make buffer_alloc and buffer recycling actually work in
6128         xvimagesink.
6129
6130 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6131
6132         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
6133           make the compiler happy
6134
6135 2005-05-17  Wim Taymans  <wim@fluendo.com>
6136
6137         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
6138         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
6139         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
6140         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
6141         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6142         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
6143         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
6144         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
6145         (gst_xvimagesink_set_xwindow_id):
6146         * sys/xvimage/xvimagesink.h:
6147         Port xvimagesink to new MiniObject.
6148
6149 2005-05-17  Wim Taymans  <wim@fluendo.com>
6150
6151         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
6152         (gst_audiofilter_chain):
6153         * gst-libs/gst/audio/gstaudiosink.c:
6154         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6155         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6156         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6157         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6158         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6159         (gst_audiosink_create_ringbuffer):
6160         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6161         (gst_audio_convert_caps_remove_format_info),
6162         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6163         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6164         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6165         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6166         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
6167         Fix passthrough in ffmpegcolorspace.
6168         Fix memset in audiosink on wrong memory.
6169
6170 2005-05-16  David Schleef  <ds@schleef.org>
6171
6172         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
6173         to GstMiniObject.
6174
6175 2005-05-16  David Schleef  <ds@schleef.org>
6176
6177         Port from GstData to GstMiniObject.
6178         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6179         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6180         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
6181         (gst_ogg_mux_collected):
6182         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6183         * ext/theora/theoradec.c: (theora_handle_comment_packet),
6184         (theora_handle_data_packet):
6185         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6186         (theora_set_header_on_caps), (theora_enc_chain):
6187         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6188         (vorbis_handle_comment_packet):
6189         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6190         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
6191         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
6192         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
6193         * gst/audioconvert/gstaudioconvert.c:
6194         (gst_audio_convert_get_buffer):
6195         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6196         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
6197         (mute_stream), (silence_stream):
6198         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6199         * gst/volume/gstvolume.c: (volume_transform):
6200         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6201         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
6202         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
6203         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
6204         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
6205         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
6206         (gst_ximagesink_buffer_alloc):
6207         * sys/ximage/ximagesink.h:
6208
6209 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6210
6211         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6212         (fill_buffer), (check_queue), (queue_threshold_reached),
6213         (queue_out_of_data):
6214         * gst/playback/gstplaybasebin.h:
6215           Post buffer-fullness on the bus.
6216
6217 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6218
6219         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6220         (try_to_link_1):
6221         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6222         (group_commit), (probe_triggered), (setup_source),
6223         (gst_play_base_bin_change_state):
6224         * gst/playback/gstplaybasebin.h:
6225         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6226         (gst_play_bin_init), (remove_sinks), (setup_sinks),
6227         (gst_play_bin_change_state):
6228           Move setup_output_pads into a virtual function, remove
6229           group-switch (no longer needed) and redirect (handled by bus
6230           now) signals.
6231
6232 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6233
6234         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
6235         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
6236         (get_active_group), (get_building_group), (group_destroy),
6237         (group_commit), (check_queue), (queue_overrun),
6238         (queue_threshold_reached), (queue_out_of_data),
6239         (gen_preroll_element), (remove_groups), (unknown_type),
6240         (add_element_stream), (no_more_pads), (probe_triggered),
6241         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
6242         (setup_substreams), (setup_source), (finish_source),
6243         (prepare_output), (muted_group_change_state),
6244         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
6245         (gst_play_base_bin_change_state):
6246         * gst/playback/gstplaybasebin.h:
6247         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6248         (gst_play_bin_init), (gst_play_bin_set_property),
6249         (gen_video_element), (gen_text_element), (gen_audio_element),
6250         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
6251         (gst_play_bin_change_state):
6252         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
6253         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
6254         (stream_info_change_state), (gst_stream_info_set_mute),
6255         (gst_stream_info_get_property):
6256         * gst/playback/gststreaminfo.h:
6257         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6258         (gst_stream_selector_get_linked_pad),
6259         (gst_stream_selector_getcaps),
6260         (gst_stream_selector_get_linked_pads),
6261         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
6262         * gst/playback/gststreamselector.h:
6263           Rough port of playbin. Needs some more work, but is mostly done,
6264           and uses a few locks in important places, which should make stuff
6265           like chain-switches clean. Still uses GST_STATE() in a few places,
6266           which isn't all that good an idea, subtitles/elements disabled
6267           because no elements to test with and thus probably broken, query
6268           and event handling moved to GstBin, internal thread removed
6269           alltogether because the pipeline does that for us now. Can play
6270           Ogg/Vorbis files. Haven't tested anything else yet.
6271
6272 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6273
6274         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6275           Do no-more-pads (needed for autoplugging).
6276
6277 2005-05-10  Andy Wingo  <wingo@pobox.com>
6278
6279         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
6280         message to the bus with the tags. Still not sent downstream tho.
6281
6282         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
6283         get_parent.
6284         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
6285         avoid refcounting hassles.
6286
6287 2005-05-09  Andy Wingo  <wingo@pobox.com>
6288
6289         * gst/volume/Makefile.am:
6290         * gst/volume/demo.c
6291         * gst/volume/gstvolume.h
6292         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
6293         basetransform. Probably need an audio filter base class.
6294
6295 2005-05-09  Wim Taymans  <wim@fluendo.com>
6296
6297         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
6298         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6299         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
6300         (gst_vorbisenc_chain):
6301         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6302         (gst_audio_convert_caps_remove_format_info),
6303         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6304         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6305         Make caps writable before writing to it.
6306         Fix negotiation in audioconvert some more.
6307
6308 2005-05-09  Wim Taymans  <wim@fluendo.com>
6309
6310         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6311         (gst_videorate_getcaps), (gst_videorate_setcaps),
6312         (gst_videorate_event), (gst_videorate_chain):
6313         Better negotiation.
6314
6315 2005-05-09  Wim Taymans  <wim@fluendo.com>
6316
6317         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
6318         (gst_videorate_getcaps), (gst_videorate_setcaps),
6319         (gst_videorate_blank_data), (gst_videorate_init),
6320         (gst_videorate_event), (gst_videorate_chain),
6321         (gst_videorate_change_state):
6322         Port videorate, do a better job at negotiation while we're at
6323         it.
6324
6325 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
6326
6327         * configure.ac:
6328           Disable libvisual
6329
6330         * examples/Makefile.am:
6331         * gst-libs/gst/audio/Makefile.am:
6332         * gst-libs/gst/riff/Makefile.am:
6333         * gst-libs/gst/tag/Makefile.am:
6334         * gst-libs/gst/video/Makefile.am:
6335           Fixups for missing variables.
6336
6337 2005-05-09  Wim Taymans  <wim@fluendo.com>
6338
6339         * examples/seeking/seek.c: (make_theora_pipeline),
6340         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
6341         (query_rates), (query_positions_elems), (query_positions_pads),
6342         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
6343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
6344         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
6345         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
6346         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
6347         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
6348         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
6349         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
6350         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
6351         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
6352         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
6353         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6354         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6355         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
6356         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
6357         (theora_dec_src_convert), (theora_dec_sink_convert),
6358         (theora_dec_src_query), (theora_dec_sink_query),
6359         (theora_dec_src_event), (theora_dec_sink_event),
6360         (theora_handle_comment_packet), (theora_handle_type_packet),
6361         (theora_handle_header_packet), (theora_handle_data_packet),
6362         (theora_dec_chain):
6363         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6364         (vorbis_dec_convert), (vorbis_dec_src_query),
6365         (vorbis_dec_sink_query), (vorbis_dec_src_event),
6366         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
6367         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
6368         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
6369         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
6370         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
6371         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
6372         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6373         (gst_play_bin_query):
6374         * gst/playback/test3.c: (update_scale):
6375         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
6376         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
6377         * gst/subparse/gstsubparse.c: (gst_subparse_init):
6378         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
6379         (gst_videotestsrc_src_query):
6380         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
6381         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
6382         (paint_hline_YUV9):
6383         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
6384         Port to new query API.
6385         Updated seek.
6386         Cleanups in x[v]imagesink
6387
6388 2005-05-09  Andy Wingo  <wingo@pobox.com>
6389
6390         * ext/alsa/gstalsasink.h:
6391         * ext/gnomevfs/gstgnomevfssrc.c:
6392         (gst_gnomevfssrc_get_icy_metadata):
6393         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
6394         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
6395         * ext/theora/theoradec.c (theora_dec_src_query)
6396         (theora_dec_src_event, theora_dec_sink_event)
6397         (theora_handle_comment_packet, theora_handle_data_packet):
6398         * ext/theora/theoraenc.c (theora_enc_chain):
6399         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
6400         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
6401         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
6402         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
6403         (qt_type_find):
6404         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
6405         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
6406         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
6407         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
6408         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
6409         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
6410         (paint_setup_xBGR8888, paint_setup_RGBx8888)
6411         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
6412         (paint_setup_RGB565, paint_setup_xRGB1555):
6413         * gst/videotestsrc/videotestsrc.h:
6414         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
6415         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
6416         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
6417         GCC4 fixes.
6418         
6419         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
6420         gst_pad_query_position. Fixes oggdemux.
6421
6422 2005-05-08  David Schleef  <ds@schleef.org>
6423
6424         * configure.ac: Require liboil.
6425         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
6426         a few more.
6427         * gst/videotestsrc/videotestsrc.c:
6428         * gst/videotestsrc/videotestsrc.h:
6429
6430 2005-05-06  Wim Taymans  <wim@fluendo.com>
6431
6432         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6433         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6434         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
6435         Well, unreffing a buffer right before pushing it is asking
6436         for trouble..
6437
6438 2005-05-06  Christian Schaller  <uraeus@gnome.org>
6439
6440         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
6441
6442 2005-05-06  Wim Taymans  <wim@fluendo.com>
6443
6444         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6445         (gst_audio_convert_caps_remove_format_info),
6446         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6447         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6448         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6449         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6450         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
6451         * gst/sine/Makefile.am:
6452         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
6453         (gst_sinesrc_class_init), (gst_sinesrc_init),
6454         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
6455         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
6456         (gst_sinesrc_update_freq):
6457         * gst/sine/gstsinesrc.h:
6458         * gst/tcp/gstmultifdsink.c:
6459         * sys/xvimage/xvimagesink.c:
6460         Fixed negotiation wrt _peer_get_caps()
6461         Some cleanups.
6462
6463
6464 2005-05-06  Wim Taymans  <wim@fluendo.com>
6465
6466         * gst-libs/gst/audio/gstaudiosink.c:
6467         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6468         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6469         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6470         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6471         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6472         (gst_audiosink_create_ringbuffer):
6473         * gst-libs/gst/audio/gstbaseaudiosink.c:
6474         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
6475         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
6476         (gst_baseaudiosink_set_property), (build_linear_format),
6477         (debug_spec_caps), (debug_spec_buffer),
6478         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
6479         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
6480         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
6481         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6482         * gst-libs/gst/audio/gstbaseaudiosink.h:
6483         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6484         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6485         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
6486         (gst_ringbuffer_play), (gst_ringbuffer_pause),
6487         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
6488         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
6489         (wait_segment), (gst_ringbuffer_commit),
6490         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
6491         (gst_ringbuffer_clear):
6492         * gst-libs/gst/audio/gstringbuffer.h:
6493         Make the base audiosink return an error when there is no
6494         audiobuffer negotiated.
6495
6496 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6497
6498         * ext/Makefile.am:
6499         Disable cdparanoia until someone ports it!
6500
6501 2005-05-06  Wim Taymans  <wim@fluendo.com>
6502
6503         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6504         (gst_ogg_demux_sink_activate):
6505         And revert after wingo's revert.. sigh..
6506
6507 2005-05-05  Andy Wingo  <wingo@pobox.com>
6508
6509         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
6510         GObject.
6511         * configure.ac: Return audiorate and subparse from the ghetto.
6512         Re-enable -Wall -Werror.
6513         * gst/subparse/gstsubparse.c:
6514         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
6515         or chain-based. Cleaned up a bit. Not tested.
6516         
6517 2005-05-05  Christian Schaller <christian@fluendo.com> 
6518
6519         * Makefile.am: remove stuff that is not building
6520         * configure.ac: remove stuff that is not building
6521         * examples/Makefile.am: remove stuff that is not building
6522         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
6523         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
6524         * sys/Makefile.am: remove stuff that is not building
6525         * testsuite/Makefile.am: remove stuff that is not building
6526
6527 2005-05-05  Andy Wingo  <wingo@pobox.com>
6528
6529         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
6530         * gst-libs/gst/tag/gstvorbistag.c:
6531         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
6532         * gst/adder/gstadder.h:
6533         * gst/audioconvert/gstchannelmix.c:
6534         (gst_audio_convert_fill_one_other):
6535         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
6536         (gst_audiorate_init), (gst_audiorate_chain):
6537         * gst/playback/gstplaybasebin.c: (setup_source):
6538         * gst/playback/test3.c: (update_scale):
6539         Some GCC4 fixes
6540         
6541         * po/af.po:
6542         * po/az.po:
6543         * po/cs.po:
6544         * po/en_GB.po:
6545         * po/hu.po:
6546         * po/it.po:
6547         * po/nb.po:
6548         * po/nl.po:
6549         * po/or.po:
6550         * po/sq.po:
6551         * po/sr.po:
6552         * po/sv.po:
6553         * po/uk.po:
6554         * po/vi.po: Foo
6555
6556 2005-05-05  Wim Taymans  <wim@fluendo.com>
6557
6558         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6559         (gst_audio_convert_caps_remove_format_info),
6560         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
6561         (gst_audio_convert_change_state), (gst_audio_convert_channels):
6562         * gst/videotestsrc/gstvideotestsrc.c:
6563         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
6564         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
6565         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
6566         (gst_videotestsrc_init), (gst_videotestsrc_loop):
6567         Don't ignore _push() return values.
6568         Make sure no processing is done when shutting down.
6569         Videotestsrc pad activation fix.
6570
6571 2005-05-05  Wim Taymans  <wim@fluendo.com>
6572
6573         * gst/adder/Makefile.am:
6574         * gst/adder/gstadder.c: (gst_adder_setcaps),
6575         (gst_adder_class_init), (gst_adder_init),
6576         (gst_adder_request_new_pad), (gst_adder_collected),
6577         (gst_adder_change_state):
6578         * gst/adder/gstadder.h:
6579         Ported adder as an example of a mixer element using
6580         collect pads. Needs more negotiation work.
6581
6582 2005-05-05  Wim Taymans  <wim@fluendo.com>
6583
6584         * ext/theora/theoradec.c: (_inc_granulepos),
6585         (theora_dec_src_event), (theora_dec_sink_event),
6586         (theora_handle_comment_packet), (theora_handle_type_packet),
6587         (theora_handle_header_packet), (theora_handle_data_packet),
6588         (theora_dec_chain):
6589         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6590         (gst_theora_enc_init), (theora_enc_sink_setcaps),
6591         (theora_push_buffer), (theora_push_packet),
6592         (theora_enc_sink_event), (theora_enc_chain),
6593         (theora_enc_change_state), (theora_enc_set_property),
6594         (theora_enc_get_property):
6595         Added stream lock to decoder so that we can serialize
6596         the discont event.
6597         More theoraenc porting, recover from errors, do clean
6598         shutdown.
6599
6600 2005-05-05  Wim Taymans  <wim@fluendo.com>
6601
6602         * ext/ogg/Makefile.am:
6603         * ext/ogg/README:
6604         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6605         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
6606         (gst_ogg_print):
6607         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
6608         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
6609         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
6610         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
6611         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
6612         (gst_ogg_mux_change_state):
6613         Ported ogg muxer.
6614
6615 2005-05-05  Wim Taymans  <wim@fluendo.com>
6616
6617         * docs/design-audiosinks.txt:
6618         * gst-libs/gst/audio/TODO:
6619         * gst-libs/gst/audio/gstaudiosink.c:
6620         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6621         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6622         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6623         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6624         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6625         (gst_audiosink_create_ringbuffer):
6626         * gst-libs/gst/audio/gstbaseaudiosink.c:
6627         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
6628         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
6629         (gst_baseaudiosink_set_property), (build_linear_format),
6630         (debug_spec_caps), (debug_spec_buffer),
6631         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
6632         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
6633         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
6634         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6635         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6636         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6637         (gst_ringbuffer_release), (gst_ringbuffer_play),
6638         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
6639         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
6640         (gst_ringbuffer_set_sample), (wait_segment),
6641         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
6642         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
6643         More work on the audiosink, mostly debugging and a race in
6644         shutdown.
6645
6646 2005-04-28  Wim Taymans  <wim@fluendo.com>
6647
6648         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6649         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
6650         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
6651         (vorbis_dec_src_query), (vorbis_dec_src_event),
6652         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
6653         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
6654         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
6655         Don't crap out when seeking back to position 0.
6656
6657 2005-04-28  Wim Taymans  <wim@fluendo.com>
6658
6659         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6660         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6661         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
6662         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
6663         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
6664         Make audio sink configurable, use alsasink as default.
6665
6666 2005-04-28  Wim Taymans  <wim@fluendo.com>
6667
6668         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6669         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
6670         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
6671         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
6672         (vorbis_dec_change_state):
6673         * ext/vorbis/vorbisdec.h:
6674         Refactor, use STREAM_LOCK.
6675
6676 2005-04-28  Wim Taymans  <wim@fluendo.com>
6677
6678         * ext/theora/theoradec.c: (_inc_granulepos),
6679         (theora_dec_sink_event), (theora_handle_comment_packet),
6680         (theora_handle_type_packet), (theora_handle_header_packet),
6681         (theora_handle_data_packet), (theora_dec_chain),
6682         (theora_dec_change_state):
6683         Refactor a bit, use STREAM_LOCK.
6684
6685 2005-04-28  Wim Taymans  <wim@fluendo.com>
6686
6687         * ext/alsa/Makefile.am:
6688         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
6689         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
6690         (gst_alsa_link), (gst_alsa_close_audio):
6691         * ext/alsa/gstalsaplugin.c: (plugin_init):
6692         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
6693         (gst_alsasink_dispose), (gst_alsasink_base_init),
6694         (gst_alsasink_class_init), (gst_alsasink_init),
6695         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
6696         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
6697         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
6698         (gst_alsasink_reset):
6699         * ext/alsa/gstalsasink.h:
6700         Implement alsasink with simple open/write/close API. 
6701         Make alsa dir build by disabling compilation of code.
6702
6703 2005-04-28  Wim Taymans  <wim@fluendo.com>
6704
6705         * gst-libs/gst/audio/Makefile.am:
6706         * gst-libs/gst/audio/audio.h:
6707         * gst-libs/gst/audio/audioclock.c:
6708         * gst-libs/gst/audio/audioclock.h:
6709         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
6710         (gst_audio_clock_class_init), (gst_audio_clock_init),
6711         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
6712         * gst-libs/gst/audio/gstaudioclock.h:
6713         * gst-libs/gst/audio/gstaudiosink.c:
6714         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6715         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6716         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6717         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6718         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6719         (gst_audiosink_create_ringbuffer):
6720         * gst-libs/gst/audio/gstbaseaudiosink.c:
6721         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
6722         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
6723         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
6724         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
6725         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
6726         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
6727         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
6728         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6729         * gst-libs/gst/audio/gstbaseaudiosink.h:
6730         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6731         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
6732         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6733         (gst_ringbuffer_release), (gst_ringbuffer_play),
6734         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
6735         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
6736         (gst_ringbuffer_set_sample), (wait_segment),
6737         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
6738         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
6739         * gst-libs/gst/audio/gstringbuffer.h:
6740         Make ringbuffer faster and more simple by removing the locks
6741         in the playback thread.
6742         Add sample accurate playback based on buffer sample offsets.
6743         Make the baseaudiosink provide a clock.
6744         Parse caps in the base class.
6745         Correctly handle seeking, flushing and state changes.
6746
6747 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6748
6749         * configure.ac:
6750         * gst/audioconvert/Makefile.am:
6751         * gst/audioscale/Makefile.am:
6752           Fix part of the build.  Come on guys, autogen didn't even work :)
6753
6754 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6755
6756         * configure.ac:
6757         * gst-libs/gst/Makefile.am:
6758         * gst-libs/gst/media-info/.cvsignore:
6759         * gst-libs/gst/media-info/Makefile.am:
6760         * gst-libs/gst/media-info/README:
6761         * gst-libs/gst/media-info/media-info-priv.c:
6762         * gst-libs/gst/media-info/media-info-priv.h:
6763         * gst-libs/gst/media-info/media-info-test.c:
6764         * gst-libs/gst/media-info/media-info.c:
6765         * gst-libs/gst/media-info/media-info.h:
6766         * gst-libs/gst/media-info/media-info.vcproj:
6767         * pkgconfig/Makefile.am:
6768         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
6769         * pkgconfig/gstreamer-media-info.pc.in:
6770           Remove media-info, which is also successed by playbin (see Totem
6771           implementation).
6772
6773 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6774
6775         * configure.ac:
6776         * examples/Makefile.am:
6777         * examples/gstplay/.cvsignore:
6778         * examples/gstplay/Makefile.am:
6779         * examples/gstplay/player.c:
6780         * gst-libs/gst/Makefile.am:
6781         * gst-libs/gst/play/.cvsignore:
6782         * gst-libs/gst/play/Makefile.am:
6783         * gst-libs/gst/play/play.c:
6784         * gst-libs/gst/play/play.h:
6785         * gst-libs/gst/play/play.vcproj:
6786         * pkgconfig/Makefile.am:
6787         * pkgconfig/gstreamer-play-uninstalled.pc.in:
6788         * pkgconfig/gstreamer-play.pc.in:
6789           Remove libgstplay, playbin is now the official successor.
6790
6791 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6792
6793         * configure.ac:
6794         * gst-libs/gst/Makefile.am:
6795         * gst-libs/gst/xwindowlistener/Makefile.am:
6796         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
6797         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
6798           Remove deprecated xwindowlistener (I've moved xwindowlistening
6799           in the v4l/v4l2 plugins over to serverside).
6800
6801 2005-04-25  David Schleef  <ds@schleef.org>
6802
6803         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
6804         to examples/dynparams.  Examples do not belong interspersed with
6805         source code.
6806         * examples/dynparams/demo-dparams.c:
6807         * gst/sine/Makefile.am:
6808         * gst/sine/demo-dparams.c:
6809
6810 2005-04-25  David Schleef  <ds@schleef.org>
6811
6812         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
6813         * gst-libs/gst/audio/Makefile.am:
6814         * gst-libs/gst/riff/Makefile.am:
6815         * gst-libs/gst/tag/Makefile.am:
6816         * gst-libs/gst/video/Makefile.am:
6817         * gst-libs/gst/xwindowlistener/Makefile.am:
6818
6819         Convert to 0.9 API, seems to work:
6820         * sys/ximage/Makefile.am:
6821         * sys/ximage/ximagesink.c:
6822
6823 2005-04-24  David Schleef  <ds@schleef.org>
6824
6825         Link plugins against libraries:
6826         * ext/alsa/Makefile.am:
6827         * gst/tcp/Makefile.am:
6828
6829         Remove asm code that should be in liboil
6830         * gst/videoscale/Makefile.am:
6831         * gst/videoscale/videoscale_x86_asm.s:
6832
6833         gettext wants these checked in:
6834         * po/af.po:
6835         * po/az.po:
6836         * po/cs.po:
6837         * po/en_GB.po:
6838         * po/hu.po:
6839         * po/it.po:
6840         * po/nb.po:
6841         * po/nl.po:
6842         * po/or.po:
6843         * po/sq.po:
6844         * po/sr.po:
6845         * po/sv.po:
6846         * po/uk.po:
6847         * po/vi.po:
6848
6849 2005-04-24  David Schleef  <ds@schleef.org>
6850
6851         Convert gst_main() to g_main_loop_run()
6852         * gst/playback/decodetest.c: (main):
6853         * gst/playback/test2.c: (main):
6854         * gst/playback/test3.c: (main):
6855         * gst/playback/test4.c: (main):
6856
6857         Link plugins against libraries:
6858         * ext/libvisual/Makefile.am:
6859         * sys/xvimage/Makefile.am:
6860
6861 2005-04-24  David Schleef  <ds@schleef.org>
6862
6863         * configure.ac: Remove idct and resample libs
6864         * gst-libs/gst/Makefile.am: same
6865
6866         Remove usage of gst_library_load():
6867         * ext/alsa/gstalsaplugin.c: (plugin_init):
6868         * ext/libvisual/visual.c: (plugin_init):
6869         * ext/ogg/gstogg.c: (plugin_init):
6870         * ext/theora/theora.c: (plugin_init):
6871         * ext/vorbis/vorbis.c: (plugin_init):
6872         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
6873         * gst/audioscale/gstaudioscale.c:
6874         * gst/adder/gstadder.c: (plugin_init):
6875         * gst/audioconvert/plugin.c: (plugin_init):
6876         * sys/ximage/ximagesink.c: (plugin_init):
6877         * sys/xvimage/xvimagesink.c: (plugin_init):
6878         * gst/tcp/gsttcpplugin.c: (plugin_init):
6879
6880         Link plugins against libraries:
6881         * ext/ogg/Makefile.am:
6882         * ext/theora/Makefile.am:
6883         * ext/vorbis/Makefile.am:
6884         * gst/audioconvert/Makefile.am:
6885
6886         Create proper libraries:
6887         * gst-libs/gst/riff/Makefile.am:
6888         * gst-libs/gst/audio/Makefile.am:
6889         * gst-libs/gst/video/Makefile.am:
6890
6891         Move resample library to audioscale plugin directory:
6892         * gst-libs/gst/resample/Makefile.am:
6893         * gst-libs/gst/resample/README:
6894         * gst-libs/gst/resample/dtof.c:
6895         * gst-libs/gst/resample/dtos.c:
6896         * gst-libs/gst/resample/functable.c:
6897         * gst-libs/gst/resample/private.h:
6898         * gst-libs/gst/resample/resample.c:
6899         * gst-libs/gst/resample/resample.h:
6900         * gst-libs/gst/resample/resample.vcproj:
6901         * gst-libs/gst/resample/test.c:
6902         * gst/audioscale/Makefile.am:
6903         * gst/audioscale/README:
6904         * gst/audioscale/dtof.c:
6905         * gst/audioscale/dtos.c:
6906         * gst/audioscale/functable.c:
6907         * gst/audioscale/private.h:
6908         * gst/audioscale/resample.c:
6909         * gst/audioscale/resample.h:
6910         * gst/audioscale/test.c:
6911
6912         Move tagedit library to gst-libs:
6913         * gst-libs/gst/tag/Makefile.am:
6914         * gst-libs/gst/tag/gstid3tag.c:
6915         * gst-libs/gst/tag/gsttagediting.c:
6916         * gst-libs/gst/tag/gsttageditingprivate.h:
6917         * gst-libs/gst/tag/gstvorbistag.c:
6918         * gst/tags/Makefile.am:
6919         * gst/tags/gstid3tag.c:
6920         * gst/tags/gstvorbistag.c:
6921
6922         Fix for core changes:
6923         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6924         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
6925         (gst_sinesrc_getrange):
6926
6927 2005-04-23  David Schleef  <ds@schleef.org>
6928
6929         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
6930         in gst-plugins in a long time, and properly belongs in liboil.
6931         * gst-libs/gst/idct/Makefile.am:
6932         * gst-libs/gst/idct/README:
6933         * gst-libs/gst/idct/dct.h:
6934         * gst-libs/gst/idct/doieee:
6935         * gst-libs/gst/idct/fastintidct.c:
6936         * gst-libs/gst/idct/floatidct.c:
6937         * gst-libs/gst/idct/idct.c:
6938         * gst-libs/gst/idct/idct.h:
6939         * gst-libs/gst/idct/idtc.vcproj:
6940         * gst-libs/gst/idct/ieeetest.c:
6941         * gst-libs/gst/idct/intidct.c:
6942
6943 2005-04-20  Wim Taymans  <wim@fluendo.com>
6944
6945         * docs/design-audiosinks.txt:
6946         * gst-libs/gst/audio/Makefile.am:
6947         * gst-libs/gst/audio/TODO:
6948         * gst-libs/gst/audio/gstaudiosink.c:
6949         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6950         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6951         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
6952         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6953         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6954         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
6955         (gst_audiosink_class_init), (gst_audiosink_init),
6956         (gst_audiosink_create_ringbuffer):
6957         * gst-libs/gst/audio/gstaudiosink.h:
6958         * gst-libs/gst/audio/gstbaseaudiosink.c:
6959         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
6960         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
6961         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
6962         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
6963         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
6964         (gst_baseaudiosink_create_ringbuffer),
6965         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6966         * gst-libs/gst/audio/gstbaseaudiosink.h:
6967         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6968         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
6969         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
6970         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6971         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
6972         (gst_ringbuffer_play), (gst_ringbuffer_pause),
6973         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
6974         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
6975         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
6976         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
6977         * gst-libs/gst/audio/gstringbuffer.h:
6978         An attempt at a set of audio base classes together with some
6979         design docs.
6980
6981 2005-04-20  Wim Taymans  <wim@fluendo.com>
6982
6983         * gst/audioconvert/Makefile.am:
6984         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6985         (gst_audio_convert_caps_remove_format_info),
6986         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
6987         (gst_audio_convert_channels):
6988         Link against audio libs.
6989         Fix audio convert plugin.
6990
6991 2005-04-20  Wim Taymans  <wim@fluendo.com>
6992
6993         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
6994         (gst_ogg_demux_sink_activate):
6995         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
6996         (theora_set_header_on_caps), (theora_enc_sink_event),
6997         (theora_enc_chain):
6998         Fix theora encoder.
6999
7000 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7001
7002         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
7003         * gst/playback/gstdecodebin.c: (find_compatibles):
7004           Work with staticpadtemplates in elementfactories.
7005
7006 2005-04-12  Wim Taymans  <wim@fluendo.com>
7007
7008         * gst/playback/README:
7009         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7010         (compare_ranks), (print_feature), (gst_decode_bin_init),
7011         (dynamic_create), (dynamic_free), (find_compatibles),
7012         (mimetype_is_raw), (close_pad_link), (got_redirect),
7013         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
7014         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
7015         (gst_decode_bin_change_state):
7016         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7017         (gst_play_base_bin_init), (group_destroy), (group_commit),
7018         (check_queue), (queue_overrun), (queue_threshold_reached),
7019         (queue_out_of_data), (gen_preroll_element), (unknown_type),
7020         (new_decoded_pad), (setup_subtitle), (gen_source_element),
7021         (got_redirect), (setup_source), (play_base_eos),
7022         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
7023         (gst_play_base_bin_remove_element):
7024         * gst/playback/gstplaybasebin.h:
7025         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7026         (gst_play_bin_init), (gst_play_bin_dispose),
7027         (gst_play_bin_set_property), (gen_video_element),
7028         (gen_text_element), (gen_audio_element), (remove_sinks),
7029         (gst_play_bin_send_event):
7030         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7031         (stream_info_change_state), (gst_stream_info_set_mute):
7032         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7033         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
7034         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
7035         (gst_stream_selector_chain):
7036         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7037         (main):
7038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7039         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
7040         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
7041         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
7042         Raw and crude port of decodebin. 
7043         Make playbin compile.
7044
7045 2005-04-06  Wim Taymans  <wim@fluendo.com>
7046
7047         * ext/gnomevfs/Makefile.am:
7048         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
7049         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
7050         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
7051         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
7052         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
7053         (gst_gnomevfssrc_stop):
7054         * ext/ogg/Makefile.am:
7055         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
7056         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
7057         * ext/theora/Makefile.am:
7058         * ext/theora/theoradec.c: (_inc_granulepos),
7059         (theora_dec_sink_event), (theora_dec_chain):
7060         * ext/vorbis/Makefile.am:
7061         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7062         (vorbis_dec_sink_event), (vorbis_dec_chain):
7063         * gst-libs/gst/audio/Makefile.am:
7064         * sys/xvimage/Makefile.am:
7065         Make gnomevfssrc extend the source base class.
7066         Fix linking against libs in various plugins.
7067
7068 2005-04-06  Andy Wingo  <wingo@pobox.com>
7069
7070         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
7071         GST_BASE_LIBS.
7072
7073         * configure.ac: Add check and AC_SUBST for libgstbase.
7074
7075 2005-03-31  Wim Taymans  <wim@fluendo.com>
7076
7077         * examples/seeking/Makefile.am:
7078         * examples/seeking/cdparanoia.c: (main):
7079         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
7080         (play_cb), (pause_cb), (stop_cb), (main):
7081         * examples/seeking/playbin.c:
7082         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
7083         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
7084         (make_sid_pipeline), (make_vorbis_pipeline),
7085         (make_theora_pipeline), (make_vorbis_theora_pipeline),
7086         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
7087         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
7088         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
7089         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
7090         (stop_cb), (main):
7091         * examples/seeking/spider_seek.c:
7092         * examples/seeking/vorbisfile.c:
7093         * ext/gnomevfs/Makefile.am:
7094         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7095         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
7096         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
7097         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
7098         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
7099         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
7100         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
7101         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
7102         * ext/ogg/README:
7103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
7104         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
7105         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
7106         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
7107         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
7108         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
7109         (gst_ogg_pad_event), (gst_ogg_pad_reset),
7110         (gst_ogg_demux_factory_filter), (compare_ranks),
7111         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7112         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7113         (gst_ogg_chain_new), (gst_ogg_chain_free),
7114         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
7115         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
7116         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
7117         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
7118         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
7119         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
7120         (gst_ogg_demux_get_prev_page),
7121         (gst_ogg_demux_deactivate_current_chain),
7122         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7123         (gst_ogg_demux_bisect_forward_serialno),
7124         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
7125         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
7126         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
7127         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
7128         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
7129         (gst_ogg_demux_change_state), (gst_ogg_print):
7130         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
7131         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
7132         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
7133         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
7134         (gst_ogg_mux_loop):
7135         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7136         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
7137         (theora_dec_src_convert), (theora_dec_sink_convert),
7138         (theora_dec_src_query), (theora_dec_src_event),
7139         (theora_dec_sink_event), (theora_dec_chain),
7140         (theora_dec_change_state):
7141         * ext/theora/theoraenc.c: (gst_theora_enc_init),
7142         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
7143         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
7144         (theora_enc_change_state):
7145         * ext/vorbis/Makefile.am:
7146         * ext/vorbis/oggvorbisenc.c:
7147         * ext/vorbis/oggvorbisenc.h:
7148         * ext/vorbis/vorbis.c: (plugin_init):
7149         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7150         (vorbis_dec_src_query), (vorbis_dec_src_event),
7151         (vorbis_dec_sink_event), (vorbis_dec_chain),
7152         (vorbis_dec_change_state):
7153         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
7154         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
7155         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
7156         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
7157         (gst_vorbisenc_change_state):
7158         * ext/vorbis/vorbisenc.h:
7159         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
7160         * gst-libs/gst/audio/audioclock.c:
7161         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
7162         (gst_audiofilter_init), (gst_audiofilter_chain):
7163         * gst-libs/gst/audio/testchannels.c: (main):
7164         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
7165         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
7166         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
7167         (gmip_find_track_streaminfo), (gmip_find_track_format):
7168         * gst-libs/gst/media-info/media-info.c:
7169         (gst_media_info_read_idler):
7170         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
7171         (gst_play_get_all_by_interface):
7172         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
7173         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
7174         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
7175         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
7176         (gst_riff_parse_info):
7177         * gst-libs/gst/riff/riff-read.h:
7178         * gst-libs/gst/riff/riff.c: (plugin_init):
7179         * gst-libs/gst/video/Makefile.am:
7180         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
7181         (gst_videosink_class_init), (gst_videosink_get_type):
7182         * gst-libs/gst/video/videosink.h:
7183         * gst/audioconvert/bufferframesconvert.c:
7184         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
7185         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
7186         * gst/audioconvert/channelmixtest.c: (main):
7187         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7188         (gst_audio_convert_chain),
7189         (gst_audio_convert_caps_remove_format_info),
7190         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
7191         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
7192         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
7193         (gst_audio_convert_buffer_to_default_format),
7194         (gst_audio_convert_buffer_from_default_format),
7195         (gst_audio_convert_channels):
7196         * gst/audioconvert/gstchannelmix.h:
7197         * gst/ffmpegcolorspace/avcodec.h:
7198         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7199         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
7200         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
7201         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
7202         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
7203         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
7204         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
7205         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
7206         (mpeg_video_type_find), (mpeg_video_stream_type_find),
7207         (dv_type_find):
7208         * gst/videotestsrc/gstvideotestsrc.c:
7209         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
7210         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
7211         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
7212         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
7213         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
7214         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
7215         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
7216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7217         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
7218         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
7219         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
7220         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
7221         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
7222         (gst_xvimagesink_navigation_send_event),
7223         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
7224         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
7225         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7226         * sys/xvimage/xvimagesink.h:
7227         Plugin port to 0.9, ogg/theora playback should work in the seek
7228         example now.
7229         Removed old examples.
7230         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
7231         explained in 0.9 TODO doc.
7232
7233
7234 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7235
7236         * autogen.sh:
7237         * configure.ac:
7238         * ext/Makefile.am:
7239         * gst/Makefile.am:
7240         * po/POTFILES.in:
7241         * po/af.po:
7242         * po/az.po:
7243         * po/cs.po:
7244         * po/en_GB.po:
7245         * po/hu.po:
7246         * po/it.po:
7247         * po/nb.po:
7248         * po/nl.po:
7249         * po/or.po:
7250         * po/sq.po:
7251         * po/sr.po:
7252         * po/sv.po:
7253         * po/uk.po:
7254         * po/vi.po:
7255         * sys/Makefile.am:
7256         * testsuite/Makefile.am:
7257           remove a whole bunch of plugins.  This module now contains a set
7258           of free reference plugins/elements as agreed.
7259
7260 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7261
7262         * configure.ac:
7263           hunting season on 0.9 is now OPEN
7264
7265 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7266
7267         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
7268           Kick the hell out of gcc for not warning me about a symbol conflict.
7269
7270 2005-02-22  Luca Ognibene  <luogni@tin.it>
7271
7272         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
7273
7274         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
7275           Don't leak caps string (fixes #168134)
7276
7277         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
7278         (gst_jpegenc_init), (gst_jpegenc_finalize),
7279         (gst_jpegenc_change_state):
7280           Don't leak line buffers and context struct (fixes #168133).
7281
7282 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
7283
7284         * configure.ac:
7285         * ext/dirac/gstdiracdec.cc:
7286         (gst_diracdec_chain):
7287           Since dirac 0.5.0 the framerate in dirac is expressed as a
7288           rational number. Fix build and up requirement to 0.5.0, and
7289           also pass parameters to gst_diracdec_link in the right order
7290           (fixes #167959).
7291
7292 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
7293
7294         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
7295         * ext/faad/gstfaad.h:
7296         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
7297         certain invalid muxed streams, where some packets will contain 
7298         junk after decoder data. Partially fixes #149158.
7299
7300 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
7301         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
7302           Make sure we only write to writable buffers
7303
7304 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
7305
7306         * gst-libs/gst/riff/riff-media.c:
7307         (gst_riff_create_audio_caps_with_data):
7308           Do actually fix invalid RIFF fmt header values for alaw
7309           and mulaw audio instead of just saying so.
7310
7311         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
7312           Give gst_riff_create_audio_caps_with_data() a chance to
7313           fix up broken format header fields before extracting any
7314           parameters from the header. (fixes #167633)
7315
7316 2005-02-19  Martin Holters  <martin.holters@gmx.de>
7317
7318         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
7319
7320         * gst/audioconvert/bufferframesconvert.c:
7321         (buffer_frames_convert_link):
7322           Don't leak othercaps. (fixes #167878)
7323
7324 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
7325
7326         * configure.ac:
7327         * ext/libvisual/visual.c: (gst_visual_srclink),
7328         (gst_visual_change_state):
7329           Support libvisual 0.2.0.
7330
7331 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
7332
7333         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
7334         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
7335           Use same rowstrides for I420 as used everywhere else.
7336
7337 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
7338
7339         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
7340           Declare variables at beginning of block and make gcc-2.95 happy
7341           (fixes # 167482, patch by Gergely Nagy).
7342           
7343         * gst/tcp/gsttcpclientsrc.c:
7344         * gst/tcp/gsttcpclientsrc.h:
7345           Move some includes into the header, so that struct sockaddr_in is
7346           defined when it should be defined on FreeBSD as well (fixes
7347           #167483).
7348           
7349         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
7350           Don't pass uninitialised values to setsockopt() here either.
7351
7352 2005-02-17  Luca Ognibene  <luogni at tin dot it>
7353
7354         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
7355
7356         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
7357           Don't pass uninitialised values to setsockopt(). (fixes #167704)
7358
7359 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7360
7361         * gst/playback/gstplaybin.c: (add_sink):
7362           Invert bin_add/link order to workaround deadlock in opt.
7363
7364 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7365
7366         * gst/modplug/gstmodplug.cc:
7367           Add missing break causing position queries to fail.
7368
7369 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7370
7371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
7372           Granpos can apparently be -1, which screws up calculations...
7373
7374 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
7375
7376         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
7377         (gst_ximagesink_send_pending_navigation),
7378         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
7379         (gst_ximagesink_init):
7380         * sys/ximage/ximagesink.h:
7381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
7382         (gst_xvimagesink_send_pending_navigation),
7383         (gst_xvimagesink_navigation_send_event),
7384         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
7385         * sys/xvimage/xvimagesink.h:
7386           Use a mutex protected list to marshal navigation
7387           events into the stream thread from whichever thread
7388           sends them.
7389
7390 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
7391
7392         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
7393           Display current position and track length; misc. clean-ups.
7394           
7395         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
7396         (speed_init), (speed_chain):
7397           Add query function, so that the stream length and current position
7398           get adjusted when queried (note that current position queries may
7399           still be wrong if the audio sink returns values based on buffer
7400           timestamps instead of passing on the query).
7401
7402 2005-02-13  Benjamin Otte  <otte@gnome.org>
7403
7404         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
7405         (gst_audio_convert_channels):
7406           create channel conversion matrix when linking
7407         * gst/audioconvert/.cvsignore:
7408         * gst/audioconvert/Makefile.am:
7409         * gst/audioconvert/channelmixtest.c: (main):
7410           add (ugly) test that ensures stereo <=> mono conversion works
7411           correctly
7412
7413 2005-02-13  Benjamin Otte  <otte@gnome.org>
7414
7415         * gst/audioconvert/gstchannelmix.h:
7416           include missing header file
7417         * gst/audioconvert/gstchannelmix.c:
7418         (gst_audio_convert_fill_compatible):
7419           use same sign for both channels when converting to/from compatible
7420           channel. Previously used different signs made the signals cancel
7421           each other out and appear like silence. (fixes #167269)
7422
7423 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
7424
7425         * gst/ffmpegcolorspace/avcodec.h:
7426         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7427         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7428         (gst_ffmpegcsp_avpicture_fill):
7429         * gst/ffmpegcolorspace/imgconvert.c:
7430           Convert to and from YV12 (fixes #156379).
7431
7432 2005-02-12  Julien MOUTTE  <julien@moutte.net>
7433
7434         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
7435         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
7436         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
7437         (gst_ximagesink_expose), (gst_ximagesink_set_property),
7438         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
7439         methods from chain and negotiation and vice versa (Fixes #166142).
7440         * sys/ximage/ximagesink.h: Add stream_lock.
7441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
7442         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
7443         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
7444         (gst_xvimagesink_expose): Check for xcontext before trying to link.
7445
7446 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
7447
7448         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
7449           Don't send "Hey! You gave me a NULL pointer you naughty person" as
7450           error message when we can't open the DVD device (when dvdnav_open()
7451           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
7452           the above). Send something more useful instead (fixes #167117).
7453
7454 2005-02-11  Julien MOUTTE  <julien@moutte.net>
7455
7456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7457         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
7458         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
7459         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
7460         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
7461         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
7462         methods from chain and negotiation and vice versa (Fixes #166142).
7463         Fix a possible bug of images in the buffer pool being discarded because
7464         we are looking at the wrong geometry.
7465         * sys/xvimage/xvimagesink.h: Add stream_lock.
7466
7467 2005-02-11  David Schleef  <ds@schleef.org>
7468
7469         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
7470         unsigned int. (fixes #167128)
7471
7472 2005-02-11  David Schleef  <ds@schleef.org>
7473
7474         * gst/librfb/Makefile.am: Testing stuff before committing is
7475           for wimps... and people with fast machines.  Fix stupid
7476           mistake.
7477
7478 2005-02-11  David Schleef  <ds@schleef.org>
7479
7480         * configure.ac: Pull in librfb from my CVS tree, because it is
7481           too small and annoying to be separate.  Move rfbsrc plugin
7482           to gst/.
7483         * ext/Makefile.am:
7484         * ext/librfb/Makefile.am:
7485         * ext/librfb/gstrfbsrc.c:
7486         * gst/librfb/Makefile.am:
7487         * gst/librfb/gstrfbsrc.c:
7488         * gst/librfb/rfb.c:
7489         * gst/librfb/rfb.h:
7490         * gst/librfb/rfbbuffer.c:
7491         * gst/librfb/rfbbuffer.h:
7492         * gst/librfb/rfbbytestream.c:
7493         * gst/librfb/rfbbytestream.h:
7494         * gst/librfb/rfbcontext.h:
7495         * gst/librfb/rfbdecoder.c:
7496         * gst/librfb/rfbdecoder.h:
7497         * gst/librfb/rfbutil.h:
7498
7499 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
7500
7501         * gst/speed/Makefile.am:
7502         * gst/speed/demo-mp3.c: (main):
7503         * gst/speed/filter.func:
7504         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
7505         (speed_class_init), (speed_init), (speed_chain_int16),
7506         (speed_chain_float32), (speed_chain), (speed_set_property),
7507         (speed_get_property), (speed_change_state):
7508         * gst/speed/gstspeed.h:
7509           Fix speed element and make it chain-based (fixes #156467),
7510           and make it handle more than one channel.
7511
7512 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
7513
7514         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
7515         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
7516         (gst_dtsdec_chain), (gst_dtsdec_change_state):
7517         * ext/dts/gstdtsdec.h:
7518           Don't clobber the stack constructing the channels array.
7519           Make the element chain-based. DTS tracks can now be played.
7520           
7521 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
7522
7523         * gst-libs/gst/audio/multichannel.h:
7524         * gst-libs/gst/gconf/gconf.h:
7525         * gst-libs/gst/idct/idct.h:
7526         * gst-libs/gst/media-info/media-info-priv.h:
7527         * gst-libs/gst/play/play.h:
7528         * gst-libs/gst/resample/private.h:
7529         * gst-libs/gst/resample/resample.h:
7530         * gst-libs/gst/riff/riff-ids.h:
7531         * gst-libs/gst/video/video.h:
7532         * gst-libs/gst/video/videosink.h:
7533           Add G_BEGIN_DECLS and G_END_DECLS around headers where
7534           missing, so that they work when included from C++ code.
7535
7536 2005-02-09  David Schleef  <ds@schleef.org>
7537
7538         * testsuite/gst-lint: Check for non-statically scoped
7539           parent_class variables.  This won't be a problem once
7540           plugins are loaded with RTLD_LOCAL.
7541
7542 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7543
7544         * ext/mplex/gstmplexibitstream.cc:
7545           gcc madness.
7546
7547 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7548
7549         * ext/ogg/gstogmparse.c:
7550         * gst/debug/gstnavigationtest.c:
7551           Die, thou faulty symbol pollutors (non-static parent_class).
7552
7553 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7554
7555         * ext/mplex/gstmplexibitstream.cc:
7556           Fix event handling (#165525).
7557
7558 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7559
7560         * ext/mikmod/gstmikmod.c:
7561         * gst/modplug/gstmodplug.cc:
7562           Add missing endianness to template (fixes #165509).
7563
7564 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7565
7566         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
7567           Fix wrong order of reading of optional bytes (#165290).
7568
7569 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7570
7571         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7572           Implement FILLER event awareness.
7573
7574 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7575
7576         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
7577           Fix track calculations (#166208).
7578
7579 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
7580
7581         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7582
7583         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
7584         * ext/libpng/gstpngenc.c:
7585           Fix byte-order, use proper fixed caps. Fixes #164197.
7586
7587 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7588
7589         * configure.ac:
7590           Add dvdlpcmdec 
7591
7592         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
7593         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
7594           Don't push buffers if the src pad isn't negotiated yet.
7595           
7596         * gst/audioconvert/gstaudioconvert.c:
7597         (gst_audio_convert_buffer_to_default_format),
7598         (gst_audio_convert_buffer_from_default_format):
7599           Add support for 24-bit width.
7600
7601         * gst/dvdlpcmdec/.cvsignore:
7602         * gst/dvdlpcmdec/Makefile.am:
7603         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
7604         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
7605         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
7606         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
7607         (plugin_init):
7608         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
7609           New decoder for rearranging DVD LPCM into our audio/x-raw-int
7610           format. Needs support for the channels maps if someone can find 
7611           a DVD LPCM track with > 2 channels.
7612
7613         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
7614         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
7615         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
7616         * gst/mpegstream/gstdvddemux.h:
7617         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
7618         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
7619         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
7620         * gst/mpegstream/gstmpegdemux.h:
7621         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
7622         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
7623         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
7624         (gst_mpeg_parse_handle_src_query),
7625         (gst_mpeg_parse_handle_src_event):
7626           Use audio/x-dvd-lpcm for LPCM output.
7627           Add DTS output.
7628
7629 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
7630
7631         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7632
7633         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
7634         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
7635           Add BGRA handling (#165736).
7636
7637 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
7638
7639         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7640
7641         * gst/law/alaw-decode.c: (alawdec_link):
7642         * gst/law/alaw-encode.c: (alawenc_link):
7643         * gst/law/mulaw-decode.c: (mulawdec_link):
7644         * gst/law/mulaw-encode.c: (mulawenc_link):
7645           Fix caps memleaks (#166600).
7646
7647 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
7648
7649         * ext/tarkin/mem.h:
7650         * ext/tarkin/wavelet.h:
7651         * ext/tarkin/yuv.h:
7652         * gst/ffmpegcolorspace/avcodec.h:
7653           Include "_stdint.h" instead of <stdint.h>. Fixes build on
7654           systems that don't have stdint.h, like Solaris9 (fixes #166631).
7655
7656 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7657
7658         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
7659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
7660         (gst_xvimagesink_change_state):
7661           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
7662           Xv video (and thereby regenerate Xv colourkey) in clear() so
7663           that PLAY -> READY -> PLAY works (fixes #162504).
7664
7665 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7666
7667         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
7668           Switch to list instead of range, since MJPEG-devices really just
7669           support decimations, not any size.
7670
7671 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7672         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
7673         (gst_mpeg2dec_reset), (free_all_buffers),
7674         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
7675         * ext/mpeg2dec/gstmpeg2dec.h:
7676           The libmpeg2 user-allocated buffer management is awkward, 
7677           to say the least. Hopefully this fixes things.
7678
7679 2005-02-04  Andy Wingo  <wingo@pobox.com>
7680
7681         * gst/audioconvert/bufferframesconvert.c
7682         (buffer_frames_convert_fixate): New function, fixates to 256
7683         frames per buffer by default. (Much better than 1.)
7684         (buffer_frames_convert_init): Set the fixate function for both src
7685         and sink pad.
7686         (buffer_frames_convert_link): After success setting nonfixed caps,
7687         get the negotiated caps so we can know how many buffer-frames it
7688         will be. No idea how this worked at all before.
7689
7690 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7691
7692         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
7693         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
7694         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
7695         (handle_sequence), (handle_picture):
7696         * ext/mpeg2dec/gstmpeg2dec.h:
7697           Rearrange buffer tracking and refcounting and refactor
7698           a little for readability. 
7699
7700 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
7701         * sys/v4l/gstv4l.c: (plugin_init):
7702         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
7703         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
7704         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
7705         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
7706         * sys/v4l/gstv4ljpegsrc.h:
7707         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
7708         * sys/v4l/v4l_calls.h:
7709         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
7710         (gst_v4lsrc_get_fps):
7711         * sys/v4l/v4lsrc_calls.h:
7712           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
7713           you jpeg inside rgb frames" driver.
7714           Don't error in the v4lsrc link function, just return 
7715           REFUSED.
7716
7717 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7718
7719         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
7720         (gst_qcamsrc_open):
7721           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
7722
7723 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7724
7725         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7726           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
7727
7728 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7729
7730         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
7731           Reset negotiated state on PAUSED->READY.
7732
7733 2005-02-02  David Schleef  <ds@schleef.org>
7734
7735         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
7736         whereever possible.  (Fixes #165997)
7737         * examples/capsfilter/capsfilter1.c: (main):
7738         * examples/dynparams/filter.c: (create_ui):
7739         * examples/seeking/cdparanoia.c: (get_track_info), (main):
7740         * examples/seeking/chained.c: (main):
7741         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
7742         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
7743         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
7744         (make_mpeg_pipeline), (make_mpegnt_pipeline):
7745         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7746         * examples/switch/switcher.c: (main):
7747         * ext/dv/demo-play.c: (main):
7748         * ext/faad/gstfaad.c: (gst_faad_change_state):
7749         * ext/mad/gstmad.c: (gst_mad_chain):
7750         * ext/smoothwave/demo-osssrc.c: (main):
7751         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
7752         (gst_gconf_render_bin_from_description),
7753         (gst_gconf_get_default_audio_sink),
7754         (gst_gconf_get_default_video_sink),
7755         (gst_gconf_get_default_audio_src),
7756         (gst_gconf_get_default_video_src),
7757         (gst_gconf_get_default_visualization_element):
7758         * gst/level/demo.c: (main):
7759         * gst/level/plot.c: (main):
7760         * gst/playback/gstplaybin.c: (gen_video_element),
7761         (gen_audio_element):
7762         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
7763         * gst/playondemand/demo-mp3.c: (setup_pipeline):
7764         * gst/sine/demo-dparams.c: (main):
7765         * gst/spectrum/demo-osssrc.c: (main):
7766         * gst/speed/demo-mp3.c: (main):
7767         * gst/volume/demo.c: (main):
7768         * testsuite/embed/embed.c: (main):
7769
7770 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
7771
7772         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7773         (gst_tcpclientsink_finalize):
7774         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
7775         (gst_tcpclientsrc_finalize):
7776         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
7777         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
7778         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
7779         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
7780           Don't leak the hostname when shutting down.
7781           In tcpserversrc, take a copy of the default hostname.
7782
7783 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7784
7785         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
7786           Set caps to systemstream=TRUE.
7787
7788 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7789
7790         * testsuite/Makefile.am:
7791           Fix more OSX buildbots.
7792
7793 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
7794
7795         * ext/mpeg2dec/gstmpeg2dec.c:
7796           Don't send things to NULL PAD_PEERs
7797
7798         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
7799           Copy-on-write the incoming buffer.
7800
7801         * gst/mpegstream/gstdvddemux.h:
7802         * gst/mpegstream/gstmpegclock.h:
7803         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
7804         (normal_seek), (gst_mpeg_demux_handle_src_event):
7805         * gst/mpegstream/gstmpegdemux.h:
7806         * gst/mpegstream/gstmpegpacketize.h:
7807         * gst/mpegstream/gstmpegparse.c:
7808         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
7809         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
7810         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
7811         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
7812         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
7813         * gst/mpegstream/gstmpegparse.h:
7814         * gst/mpegstream/gstrfc2250enc.h:
7815           Various changes to the way time is computed that make seeking and
7816           total time estimation much better here.
7817           Use G_BEGIN/END_DECLS instead of __cplusplus
7818
7819         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
7820           Use gst_buffer_stamp instead of only copying the TIMESTAMP
7821
7822 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7823
7824         * gst/subparse/gstsubparse.c:
7825           Fix OSX buildbot.
7826
7827 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
7828
7829         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7830         (theora_enc_chain), (theora_enc_change_state):
7831         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7832         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
7833         (gst_vorbisenc_change_state):
7834         * ext/vorbis/vorbisenc.h:
7835           Set granulepos and timestamp correctly for streams not
7836           starting at 0, taking into account the initial delay.
7837
7838 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
7839
7840         * gst/mpegstream/gstdvddemux.c:
7841           Add audio/x-dts to audio pad template caps
7842
7843 2005-01-30  David Schleef  <ds@schleef.org>
7844
7845         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
7846         (create_context), (gst_polypsink_link): Fix silly endianness
7847         bug.  Add some debugging.  Remove float from caps; it doesn't
7848         work.  Attempt to get remote audio working.
7849
7850 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7851
7852         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7853           Add 3IV2 fourcc.
7854
7855 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7856
7857         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
7858         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
7859         (gst_avi_demux_stream_data):
7860         * gst/avi/gstavidemux.h:
7861           Invert DIB images. Fixes #132341.
7862
7863 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7864
7865         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7866         (gst_ffmpegcsp_chain):
7867           D'oh, reference the palette data, not the palette structure.
7868           Fixes color distortion in #132341.
7869
7870 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7871
7872         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
7873           PAR can be non-fixed when not provided as argument (#162626).
7874
7875 2005-01-29  David Moore  <dcm@acm.org>
7876
7877         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7878
7879         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7880         (gst_qtdemux_loop_header):
7881           Re-apply patch from #142272 that allows non-seekable sources,
7882           re-proposed by Daniel Drake <dsd@gentoo.org>.
7883
7884 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7885
7886         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
7887           Use the src template for creating the src pad (#162330).
7888
7889 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7890
7891         * configure.ac:
7892         * ext/musepack/Makefile.am:
7893         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
7894         (gst_musepackdec_init), (gst_musepackdec_dispose),
7895         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
7896         (gst_musepack_stream_init), (gst_musepackdec_loop),
7897         (gst_musepackdec_change_state):
7898         * ext/musepack/gstmusepackdec.cpp:
7899         * ext/musepack/gstmusepackdec.h:
7900         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
7901         (gst_musepack_reader_read), (gst_musepack_reader_seek),
7902         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
7903         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
7904         * ext/musepack/gstmusepackreader.cpp:
7905         * ext/musepack/gstmusepackreader.h:
7906           Update to 1.1 API (#165446).
7907
7908 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7909
7910         * ext/Makefile.am:
7911           Unbreak buildbot.
7912
7913 2005-01-28  Andy Wingo  <wingo@pobox.com>
7914
7915         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
7916         to reflect a different dubious internet source. Add a reference
7917         and some commentary.
7918
7919 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7920
7921         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7922         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
7923         * gst/playback/gststreamselector.h:
7924           Be more selective when we're redoing caps negotiation from
7925           within the chain function on a stream change.
7926
7927 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7928
7929         * configure.ac:
7930         * ext/Makefile.am:
7931         * ext/amrnb/Makefile.am:
7932         * ext/amrnb/amrnb.c: (plugin_init):
7933         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
7934         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
7935         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
7936         (gst_amrnbdec_state_change):
7937         * ext/amrnb/amrnbdec.h:
7938         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
7939         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
7940         (gst_amrnbparse_init), (gst_amrnbparse_formats),
7941         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
7942         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
7943         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
7944         * ext/amrnb/amrnbparse.h:
7945           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
7946         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7947           Add AMR-NB/-WB raw formats.
7948         * ext/alsa/gstalsa.c: (gst_alsa_link):
7949           Keep valid time when changing format.
7950         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7951         (qtdemux_parse_trak):
7952           Add some more format-specific options (#140141, #143555, #155163).
7953
7954 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7955
7956         * gst/matroska/matroska-demux.c:
7957         (gst_matroska_demux_parse_blockgroup):
7958           Fix logic error in timing of subtitle stream synchronization.
7959         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7960           Add skip-chunk, which is found in kodak-camera streams.
7961
7962 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7963
7964         * po/LINGUAS:
7965         * po/vi.po:
7966           Adding Vietnamese translation (submitted by Clytie Siddall)
7967
7968 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7969
7970         * gst/playback/gstdecodebin.c: (try_to_link_1):
7971           Use realpad for signal.
7972
7973 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7974
7975         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
7976           Fix category so decodebin picks it up.
7977
7978 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7979
7980         * ext/mad/Makefile.am:
7981         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
7982         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
7983         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
7984         (found_type), (gst_id3demux_bin_change_state):
7985         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
7986         (gst_id3_tag_init), (gst_id3_tag_handle_event),
7987         (gst_id3_tag_src_link), (gst_id3_tag_chain),
7988         (gst_id3_tag_change_state), (plugin_init):
7989         * ext/mad/gstmad.h:
7990           Add id3demuxbin (which is a simple bin consisting of id3demux
7991           and typefind), take over rank from id3demux, remove typefind
7992           code from id3demux. Makes all broken mp3s that I know of work,
7993           and thereby fixes #152688.
7994
7995 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
7996
7997         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7998
7999         * ext/mad/gstmad.c: (gst_mad_src_event):
8000         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
8001           Allow seeks on audio pad, make mad forward those (#164826).
8002         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
8003           Set duration (#165335).
8004
8005 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8006
8007         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
8008         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
8009         (gst_asf_demux_process_ext_content_desc),
8010         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
8011         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
8012         * gst/asfdemux/gstasfdemux.h:
8013           Improve metadata display, e.g. if the metadata comes before the
8014           streams are loaded (which is perfectly valid).
8015
8016 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8017
8018         * tools/gst-launch-ext-m.m:
8019           Fix AVI/ASF pipelines (#165340).
8020
8021 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
8022         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
8023         build failure on amd64
8024
8025 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
8026
8027         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
8028         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
8029           Check environment variables GST_ID3V2_TAG_ENCODING,
8030           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
8031           list of character encodings to force interpretation of non-unicode
8032           strings stored in an ID3v2 tag to a particular encoding. If none
8033           is specified, try to use current locale's encoding, then fall back
8034           to ISO-8859-1 (which will always succeed). (Resolves #149274)
8035         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
8036         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
8037           Check environment variables GST_ID3V1_TAG_ENCODING,
8038           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
8039           list of character encodings to use in case a string encountered
8040           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
8041           specified, try to use the current locale's encoding, then fall
8042           back to ISO-8859-1 (which will always succeed).
8043
8044 2005-01-25  Benjamin Otte  <otte@gnome.org>
8045
8046         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
8047           - on half framerate, compute the rate in advance so the comparisons
8048             don't compare wrong values
8049           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
8050             behaviour
8051           - don't use mad_header_decode anymore, mad_frame_decode does that
8052             automatically
8053           - when getting rid of consumed bytes, reset the stream's skiplen
8054           (fixes #163867)
8055
8056 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
8057
8058         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
8059           Use 1/2 a second for default max_discont, as PES streams from DVB
8060           seem to have larger spacings in the SCR. 
8061           Fix a typo.
8062
8063 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8064
8065         * gst/playback/gstplaybasebin.c: (group_commit):
8066           Notify delayed stream-info availability.
8067
8068 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
8069         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
8070         (gst_a52dec_handle_event), (gst_a52dec_chain):
8071         Add some debug output. Check that a discont has a valid
8072         time associated.
8073         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8074         (gst_alsa_sink_loop):
8075         Ignore TAG events. A little extra debug for broken timestamps.
8076         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
8077         (dvdnavsrc_change_state):
8078         Ensure we send a discont to engage the link before we send any
8079         other events.
8080         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
8081         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
8082         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
8083         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
8084         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
8085         dvd://title works in totem because typefinding sends a seek that ends
8086         up going back to chapter 1 regardless.
8087         * ext/mpeg2dec/gstmpeg2dec.c:
8088         * ext/mpeg2dec/gstmpeg2dec.h:
8089         Output correct timestamps and handle disconts.
8090         * ext/ogg/gstoggdemux.c: (get_relative):
8091         Small guard against a null dereference.
8092         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
8093         (gst_textoverlay_set_property):
8094         Free memory when done. Don't call gst_event_filler_get_duration on
8095         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
8096         g_warning.
8097         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
8098         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
8099         (gst_sw_srclink), (gst_smoothwave_chain):
8100         Draw solid lines, prettier colours.
8101         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
8102         Add a default palette that'll work for some movies.
8103         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
8104         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
8105         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
8106         * gst/mpegstream/gstdvddemux.h:
8107         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
8108         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
8109         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
8110         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
8111         * gst/mpegstream/gstmpegparse.h:
8112         Use PTM/NAV events when for timestamp adjustment when connected to 
8113         dvdnavsrc. Don't use many discont events where one suffices.
8114         * gst/playback/gstplaybasebin.c: (group_destroy),
8115         (gen_preroll_element), (gst_play_base_bin_add_element):
8116         * gst/playback/gstplaybasebin.h:
8117         Make sure we remove subtitles from the same bin we put them in.
8118         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
8119         (gst_subparse_buffer_format_autodetect),
8120         (gst_subparse_change_state):
8121         Fix some memleaks and invalid accesses.
8122         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
8123         (oggskel_type_find), (cmml_type_find), (plugin_init):
8124         Some typefind functions for Annodex v3.0 files
8125         * gst/wavparse/gstwavparse.h:
8126         GstRiffReadClass is the correct parent class.
8127
8128 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8129
8130         * gst-libs/gst/riff/riff-media.c:
8131         (gst_riff_create_video_caps_with_data):
8132           Add extradata to huffyuv (fixes #165013).
8133         * gst-libs/gst/riff/riff-read.c:
8134         (gst_riff_read_strf_vids_with_data):
8135           Fix extradata extraction if it is in the chunk size.
8136
8137 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
8138
8139         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8140
8141         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
8142         (gst_quarktv_change_state), (gst_quarktv_dispose):
8143           Memory free'ing location fix (#164708).
8144
8145 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8146
8147         * gst/playback/gstplaybasebin.c: (group_commit),
8148         (gen_preroll_element), (probe_triggered), (gen_source_element),
8149         (setup_source), (gst_play_base_bin_change_state),
8150         (gst_play_base_bin_add_element):
8151           Don't block for streams.
8152         * gst/playback/gststreaminfo.c: (stream_info_change_state),
8153         (gst_stream_info_set_mute):
8154           Use gst_pad_set_active_recursive.
8155
8156 2005-01-25  Andy Wingo  <wingo@pobox.com>
8157
8158         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
8159         for #ifndef HAVE_XVIDEO.
8160
8161 2005-01-24  Jeffrey C. Ollie
8162
8163         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
8164
8165         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
8166         * ext/gsm/gstgsmdec.h:
8167         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
8168         * ext/gsm/gstgsmenc.h:
8169         Fix rate to 8kHz as per spec, removes obscure errors when no rate
8170         was given by property. Add proper buffer timestamps and offsets.
8171
8172 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8173
8174         * gst-libs/gst/riff/riff-media.c:
8175         (gst_riff_create_audio_caps_with_data):
8176           Audio can be <8000Hz.
8177
8178 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8179
8180         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8181           Explicit state change to workaround refcount bugs.
8182
8183 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8184
8185         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
8186         (gst_avimux_riff_get_avi_header):
8187           Fix...
8188
8189 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8190
8191         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
8192         (gst_riff_read_element_data):
8193         * gst-libs/gst/riff/riff-read.h:
8194           Add _peek version (req'ed in CDXA).
8195         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
8196         (gst_cdxaparse_loop):
8197           Fix parsing in playbin.
8198         * gst/playback/gstdecodebin.c: (close_pad_link):
8199           Ignore current_ pads, they cause major annoyance.
8200
8201 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8202
8203         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8204           Safety guard.
8205
8206 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8207
8208         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
8209           Fix padding...
8210
8211 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8212
8213         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
8214           Allow for 0-sized buffers. Fixes length query problems in
8215           starwars.mkv from the testsuite.
8216
8217 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
8218
8219         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
8220         (gst_video_box_i420), (gst_video_box_chain):
8221           Fix row strides for I420 (fixes #163159)
8222           
8223 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8224
8225         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
8226           MPEG2 has a useful rate property, so we can actually use that.
8227           For MPEG-1, continue using the bytes/time properties.
8228
8229 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8230
8231         * gst-libs/gst/riff/riff-media.c:
8232         (gst_riff_create_video_caps_with_data),
8233         (gst_riff_create_video_template_caps):
8234           Add intel-h263.
8235
8236 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8237
8238         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
8239           Fail if caps negotiation fails. Should fix #162184, and should
8240           definately be in there regardless of it fixing the actual bug.
8241         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
8242         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
8243         (gst_avimux_riff_get_avix_header),
8244         (gst_avimux_riff_get_video_header),
8245         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
8246         (gst_avimux_start_file), (gst_avimux_handle_event),
8247         (gst_avimux_change_state):
8248         * gst/avi/gstavimux.h:
8249           Refactor structure writing to use GST_WRITE_UINT macros, add
8250           metadata writing support.
8251
8252 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8253
8254         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
8255           Elements may already be destroyed when this function is called.
8256
8257 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8258
8259         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8260         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
8261           More memory leak fixes (#149162).
8262
8263 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8264
8265         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8266         (gst_qtdemux_add_stream):
8267           Fix two memleaks.
8268
8269 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8270
8271         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
8272           Argh...
8273
8274 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8275
8276         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
8277           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
8278           when fixating to six channels in Totem.
8279
8280 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
8281
8282         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
8283           Fix compile warnings on Solaris 10 buildbot
8284
8285 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
8286
8287         * ext/dvdread/dvdreadsrc.c: (_read):
8288           Don't read beyond the last cell in a chapter (fixes 
8289           invalid memory access)
8290
8291 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
8292
8293         * ext/dvdread/stream_labels.c:
8294         (dvdreadsrc_get_audio_stream_labels):
8295           Use NULL for an empty GList instead of g_list_alloc(); fix 
8296           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
8297           of GString (easier to bulk free later)
8298
8299 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
8300
8301         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8302
8303         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8304         (gst_ffmpeg_pixfmt_to_caps):
8305           Fix BGRA32 caps (#164209).
8306
8307 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
8308
8309         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8310
8311         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8312         (gst_ffmpeg_caps_to_pixfmt):
8313           alpha_mask can be RGBA/ABGR. Fixes #164265.
8314
8315 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
8316
8317         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8318
8319         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
8320         (gst_mpeg2dec_alloc_buffer):
8321         * ext/mpeg2dec/gstmpeg2dec.h:
8322           Crop if decoding size is not the actual image size (#163676).
8323
8324 2005-01-17  Steve Baker  <steve@stevebaker.org>
8325
8326         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8327
8328         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
8329         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
8330           Add libsndfile typefind functions (#163309).
8331
8332 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8333
8334         * tools/gst-launch-ext-m.m:
8335           Add .aac, fix .m1v/.m2v (#163891).
8336
8337 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8338
8339         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
8340           Sanity check, don't wait endlessly since the clock might not
8341           actually run at this point (which is a deadlock). Fixes #164069.
8342
8343 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8344
8345         * gst/playback/gstplaybasebin.c: (probe_triggered):
8346           Of course, only pause if group is done...
8347
8348 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8349
8350         * gst/playback/gstplaybasebin.c: (probe_triggered):
8351           Thread safety.
8352
8353 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8354
8355         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
8356           Don't return state change success when the parent
8357           failed.
8358
8359 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8360
8361         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
8362           Free events (fix memleak in #162905).
8363
8364 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
8365
8366         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8367
8368         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8369         (gst_ffmpeg_caps_to_pixfmt):
8370           Fix for depth = 15. Fixes #161675.
8371
8372 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8373
8374         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
8375           Set FPS correctly, even for webcams and the like.
8376         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
8377           Don error on setting while capturing.
8378
8379 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8380
8381         * ext/dv/gstdvdec.c:
8382         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
8383         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
8384           I'm a bad boy. using /1001. to force C to do float division
8385           and not integer division (as it did in my last commit)
8386           Thanks to David I. Lehn for pointing this mistake.
8387
8388 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8389
8390         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8391           Revert Johan??s 1.35->1.36 since it breaks compat.
8392
8393 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8394
8395         * ext/dv/gstdvdec.c:
8396         * ext/libfame/gstlibfame.c:
8397         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
8398         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
8399           replace framerate aproximations by their real value
8400           (24000/1001, 30000/1001, 60000/1001)
8401           Finish fixing bug #164049
8402
8403 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8404
8405         * ext/ogg/gstoggmux.c:
8406           eos/bos debugging
8407         * gst/tcp/gstmultifdsink.c:
8408         * gst/tcp/gstmultifdsink.h:
8409         * gst/tcp/gsttcp.c:
8410         * gst/tcp/gsttcp.h:
8411         * gst/tcp/gsttcpclientsink.c:
8412         * gst/tcp/gsttcpclientsrc.c:
8413         * gst/tcp/gsttcpserversink.c:
8414         * gst/tcp/gsttcpserversrc.c:
8415           improve reusability of elements after state changes and errors
8416           make multifdsink throw away streamheaders when receiving new ones
8417
8418 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8419
8420         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
8421           Fix for if items are already in list...
8422
8423 2005-01-12  Benjamin Otte  <otte@gnome.org>
8424
8425         * gst/adder/gstadder.c: (gst_adder_loop):
8426           fix adder a bit so it doesn't screw up with events as much anymore
8427
8428 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
8429
8430         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
8431         (pixbufscale_scale), (gst_pixbufscale_chain):
8432         * ext/gdk_pixbuf/pixbufscale.h:
8433           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
8434           to ensure rowstrides are calculated the same way as 
8435           ffmpegcolorspace
8436           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
8437           that we pick up duration and offset also.
8438
8439 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8440
8441         * gst/avi/gstavimux.c: (gst_avimux_class_init),
8442         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
8443           Reusability fixes.
8444
8445 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8446
8447         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
8448         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8449         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8450         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8451           Update flags when requested.
8452
8453 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8454
8455         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
8456           Fix dmix.
8457
8458 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8459
8460         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8461         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
8462         (probe_triggered), (new_decoded_pad), (gen_source_element),
8463         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
8464         * gst/playback/gstplaybasebin.h:
8465         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8466         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
8467         (gst_play_bin_change_state):
8468           Implement group-switch signal for use in apps to clear metadata
8469           cache, clean up subtitle, add suburi property instead of # hack,
8470           some error-out fixes.
8471
8472 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8473
8474         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8475           Debug.
8476         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
8477           If we got a state change in the _get handler, don't return success.
8478
8479 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8480
8481         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
8482         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
8483           Make jpegdec quiet on MJPEG decoding
8484         * gst/asfdemux/README:
8485           Fix mimetypes for MJPEG and H263
8486
8487 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8488
8489         * ext/theora/theoradec.c: (theora_dec_chain):
8490           Fix broken code generation by gcc by swapping arguments.
8491         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8492           Fix \n in debug.
8493
8494 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8495
8496         * TODO:
8497           delete this file, it is by far outdated
8498         * ext/alsa/gstalsa.1: remove
8499         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
8500         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
8501         (gst_alsa_get_caps):
8502           Add HW probing for supported sample rates. Fixes #161704
8503
8504 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8505
8506         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
8507           Don't crash, biatch! :).
8508
8509 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8510
8511         * ext/musepack/gstmusepackreader.cpp:
8512         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
8513           Some work on tags - still doesn't work in playbin...
8514         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
8515           Handle events...
8516
8517 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8518
8519         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
8520           Also shove tags on kid pads.
8521
8522 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8523
8524         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8525           Don't bail on unknown events.
8526         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
8527           Don't crash on events before negotiation.
8528         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
8529           Send tags on pads, too.
8530         * gst/playback/gststreamselector.c:
8531         (gst_stream_selector_request_new_pad):
8532           Forward events on first pad if no input was selected yet.
8533
8534 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8535
8536         * gst/playback/gstplaybasebin.c: (setup_substreams):
8537           Don't disable streamtype if the stream doesn't exist, since
8538           then playing a video after audio will disable both and nothing
8539           will happen. Fixes the testsuite.
8540
8541 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8542
8543         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
8544         (gst_v4l_xoverlay_set_xwindow_id):
8545         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
8546         (gst_v4l2_xoverlay_set_xwindow_id):
8547           Add debug categories, fix overlay disabling.
8548
8549 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8550
8551         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
8552         * ext/alsa/gstalsa.h:
8553           Add HW probing for period_count/size and buffer_size MIX/MAX
8554           Adjust default/user defined value if out of bounds
8555           Should fix bug #162024
8556
8557 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8558
8559         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
8560           Fix warning (#161191).
8561
8562 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8563
8564         * ext/dvdread/stream_labels.c:
8565         (dvdreadsrc_get_audio_stream_labels):
8566           Fix warning (init the good variable in switch default)
8567
8568 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
8569
8570         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8571
8572         * gst/tta/gstttaparse.c: (gst_tta_src_event):
8573           Fix gcc-2.95 compile (#163485).
8574
8575 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8576
8577         * configure.ac:
8578         * ext/flac/gstflacenc.c: (gst_flacenc_init),
8579         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
8580         (gst_flacenc_tell_callback), (gst_flacenc_chain),
8581         (gst_flacenc_change_state):
8582         * ext/flac/gstflacenc.h:
8583           Update for API change in flac-1.1.1. Update requirement in
8584           configure.ac. Fixes #162974.
8585
8586 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8587
8588         * gst/playback/gstplaybasebin.c: (group_destroy):
8589           Remove hack to get rid of assert and get rid of unlinked
8590           signals properly.
8591
8592 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8593
8594         * gst/playback/gstplaybasebin.c: (setup_source):
8595           Set source to NULL so that resources are free'ed. Fixes issues
8596           with playback of CDDA and similar device-accessing things.
8597
8598 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8599
8600         * testsuite/embed/Makefile.am:
8601           test->noinst, fix make test in buildbot.
8602
8603 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8604
8605         * ext/dvdread/stream_labels.c: new file
8606         * ext/dvdread/stream_labels.h: new file
8607         * ext/dvdread/Makefile.am:
8608         * ext/dvdread/dvdreadsrc.c: (_seek_title):
8609           Extract audio stream label from DVD IFO files.
8610           It only dump them on the console for now, still have to
8611           make playbin aware of them.
8612
8613 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8614
8615         * gst/playback/gstplaybasebin.c: (setup_source):
8616           Fix hanging subs.
8617
8618 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8619
8620         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8621         (gen_preroll_element), (remove_groups), (setup_subtitle),
8622         (gen_source_element), (setup_source):
8623         * gst/playback/gstplaybasebin.h:
8624           Multiple .sub files is just a stupid idea... Fix some threading
8625           mistakes. Interestingly, external .sub files cause playbin to
8626           hang, I don't know why... Parsing fixes contributed by Fran??ois
8627           Kooman <fkooman@tuxed.net>.
8628
8629 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8630
8631         * testsuite/embed/Makefile.am:
8632           Fix buildbot.
8633
8634 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
8635
8636         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8637
8638         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
8639         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
8640         (gst_pngenc_set_property):
8641         * ext/libpng/gstpngenc.h:
8642           Add compression level property (#163323).
8643
8644 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8645
8646         * configure.ac:
8647         * examples/capsfilter/capsfilter1.c: (main):
8648         * examples/seeking/spider_seek.c: (make_spider_pipeline):
8649         * ext/dvdread/Makefile.am:
8650         * ext/dvdread/demo-play:
8651         * ext/dvdread/demo-play.c:
8652         * gconf/gstreamer.schemas.in:
8653         * gst-libs/gst/gconf/gconf.c:
8654         * sys/v4l/TODO:
8655         * testsuite/Makefile.am:
8656         * testsuite/embed/Makefile.am:
8657         * testsuite/embed/embed.c: (cb_expose), (main):
8658           Remove all references to xvideosink, fix examples (#140845).
8659         * gst/playback/gstplaybasebin.c: (group_destroy):
8660           Apparently, disposal does not unlink - so do explicitely.
8661         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8662           Add debug.
8663
8664 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
8665
8666         * README: fix PKG_CONFIG_PATH instructions, what was there
8667         previously was breaking default search path, not nice. 
8668         Fixes #163358
8669
8670 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8671
8672         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
8673         (gst_audioscale_chain):
8674           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
8675           when resampling - how the ^@$^!@^! is this possible?!?
8676
8677 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8678
8679         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8680           Reset variables on READY.
8681         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
8682         (gst_matroska_mux_loop):
8683           Require data before writing header.
8684
8685 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
8686
8687         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8688
8689         * ext/mad/gstmad.c: (gst_mad_chain):
8690           Don't call mad_stream_sync() directly after recovering sync.
8691           Fixes #151661.
8692
8693 2005-01-09  Martin Eikermann  <meiker@upb.de>
8694
8695         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8696
8697         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
8698         (snapshot_handler), (gst_snapshot_sinkconnect),
8699         (gst_snapshot_chain):
8700           Allocate resources when required, fix recursive signal emission
8701           and fix caps. Fixes #161667.
8702
8703 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
8704
8705         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8706
8707         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
8708         (gst_pngdec_chain):
8709           Handle only 8-bppc (bits-per-pixel-component) images, better
8710           error handling and correct strides. Fixes #163177.
8711         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
8712         (gst_pngenc_chain):
8713           Better error handling. Fixes #163348.
8714
8715 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8716
8717         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
8718         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
8719         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
8720         (dvdnavsrc_uri_handler_init):
8721           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
8722         * gst/playback/gstplaybasebin.c: (gen_source_element):
8723           Add MMS to streaming URIs.
8724
8725 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8726
8727         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
8728         * sys/xvimage/xvimagesink.c:
8729         (gst_xvimagesink_navigation_send_event):
8730           Check for pad availability before sending event.
8731
8732 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8733
8734         * gst-plugins.spec.in:
8735           Add subparse.
8736
8737 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8738
8739         * configure.ac:
8740           Since we use functions from CVS, up requirement.
8741
8742 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8743
8744         * gst/playback/Makefile.am:
8745         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8746         (group_destroy), (group_commit), (group_is_muted),
8747         (gen_preroll_element), (add_stream), (unknown_type),
8748         (probe_triggered), (preroll_unlinked), (mute_stream),
8749         (silence_stream), (new_decoded_pad), (setup_substreams),
8750         (setup_source), (get_active_source), (mute_group_type),
8751         (muted_group_change_state), (set_active_source),
8752         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8753         (play_base_eos), (gst_play_base_bin_change_state):
8754         * gst/playback/gstplaybasebin.h:
8755         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
8756         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8757         (gst_stream_info_dispose), (stream_info_mute_pad),
8758         (stream_info_change_state), (gst_stream_info_set_mute):
8759         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
8760         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
8761         (gst_stream_selector_init), (gst_stream_selector_dispose),
8762         (gst_stream_selector_get_linked_pad),
8763         (gst_stream_selector_get_caps), (gst_stream_selector_link),
8764         (gst_stream_selector_get_linked_pads),
8765         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8766         * gst/playback/gststreamselector.h:
8767           Adding stream selection support plus required properties for
8768           applications to use this. Fully fixes #100931.
8769
8770 2005-01-08  Benjamin Otte  <otte@gnome.org>
8771
8772         * gst/games/gstpuzzle.c: (nav_event_handler):
8773           - handle nav events differently: forward every event no matter if it
8774             was handled or not.
8775           - translate events
8776           You can now cheat by using navigationtest ! puzzle and moving the
8777           mouse close to the edge of a tile. ;)
8778
8779 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8780
8781         * configure.ac:
8782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
8783         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
8784         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
8785         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
8786         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
8787         (gst_ogm_parse_plugin_init):
8788         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
8789         (gst_textoverlay_link), (gst_textoverlay_getcaps),
8790         (gst_textoverlay_event), (gst_textoverlay_video_chain),
8791         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
8792         * ext/pango/gsttextoverlay.h:
8793         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8794         (gst_matroska_demux_handle_seek_event),
8795         (gst_matroska_demux_sync_streams),
8796         (gst_matroska_demux_parse_blockgroup),
8797         (gst_matroska_demux_subtitle_caps),
8798         (gst_matroska_demux_plugin_init):
8799         * gst/matroska/matroska-ids.h:
8800         * gst/playback/gstdecodebin.c: (close_pad_link):
8801         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8802         (gen_preroll_element), (remove_groups), (add_stream),
8803         (new_decoded_pad), (setup_subtitles), (gen_source_element),
8804         (setup_source):
8805         * gst/playback/gstplaybasebin.h:
8806         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
8807         * gst/subparse/Makefile.am:
8808         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
8809         (gst_subparse_base_init), (gst_subparse_class_init),
8810         (gst_subparse_init), (gst_subparse_formats),
8811         (gst_subparse_eventmask), (gst_subparse_event),
8812         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
8813         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
8814         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
8815         (parse_mpsub_deinit), (parse_mpsub_init),
8816         (gst_subparse_buffer_format_autodetect),
8817         (gst_subparse_format_autodetect), (gst_subparse_loop),
8818         (gst_subparse_change_state), (gst_subparse_type_find),
8819         (plugin_init):
8820         * gst/subparse/gstsubparse.h:
8821         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
8822         (plugin_init):
8823           Add subtitle support, .sub parser (supports SRT and MPsub),
8824           OGM text support, Matroska UTF-8 text support, deadlock fixes
8825           all over the place, subtitle awareness in decodebin/playbin
8826           and some fixes to textoverlay to handle subtitles in a stream
8827           correctly. Fixes #100931.
8828
8829 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8830
8831         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8832           Check for pad availability before doing a query on it.
8833
8834 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8835
8836         * ext/dv/gstdvdec.c:
8837           really fix bpp24/32 dvdec caps (classic rgba indeed)
8838         * gst/asfdemux/gstasfdemux.c:
8839         (gst_asf_demux_process_ext_content_desc):
8840           don't send text tags if they are empty (bis repetita)
8841
8842 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8843
8844         * ext/dv/gstdvdec.c:
8845          remove unneeded comment from dvdec
8846           (related to DV 4CC codes in AVI files)
8847           moved them in gstreamer/docs/random/mimetypes
8848         * gst/asfdemux/gstasfdemux.c:
8849         (gst_asf_demux_process_ext_content_desc):
8850          don't send text tags if they are empty
8851          fix mem leak on error path
8852         * gst/ffmpegcolorspace/avcodec.h:
8853         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8854         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8855         (gst_ffmpegcsp_avpicture_fill):
8856         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
8857         * gst/ffmpegcolorspace/imgconvert_template.h:
8858          adds BGR32 and BGRA32 to ffmpegcolorspace
8859           (still bad colors, fixing it on next commit)
8860           helps with dvdec outputing BGR32
8861
8862 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8863
8864         * ext/dv/gstdvdec.c:
8865          Fix audio caps i just broke (missing ',')
8866         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
8867         (gst_matroska_mux_reset):
8868          Fix typo + add FIXME about old "x-gst-metadata" crap
8869
8870 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8871
8872         * ext/dv/demo-play.c: (main):
8873          xvideosink -> xvimagesink
8874         * ext/dv/gstdvdec.c:
8875          change rgb 32/32 caps to 24/32 (no alpha)
8876          change nb of channels to be a list (2 or 4, not 2)
8877          change sample rate to be a list (32, 44.1, 48 kHz) not a range
8878         * gst/asfdemux/gstasfdemux.c:
8879         (gst_asf_demux_process_ext_content_desc):
8880          Add 'date/year' to extracted metadata list
8881
8882 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8883
8884         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8885           The return value of fixate_to does not imply that the requested
8886           value was set, so don't assume.
8887
8888 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
8889
8890         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8891
8892         * ext/libpng/gstpngdec.c:
8893         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
8894         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
8895         * ext/libpng/gstpngenc.h:
8896           Alpha support (encoder; #163161), mime fixage.
8897
8898 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
8899
8900         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8901
8902         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
8903         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
8904         (gst_faac_set_property), (gst_faac_get_property):
8905         * ext/faac/gstfaac.h:
8906           Allow for ADTS output (#153434).
8907
8908 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8909
8910         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
8911           Fix against template (#150576).
8912
8913 2005-01-06  Benjamin Otte  <otte@gnome.org>
8914
8915         * gst/games/gstpuzzle.c: (draw_puzzle):
8916           don't draw a puzzle if either width or height of tiles would be 0.
8917
8918 2005-01-06  Benjamin Otte  <otte@gnome.org>
8919
8920         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
8921         (gst_puzzle_class_init), (gst_puzzle_finalize):
8922           no memleaks, please
8923         (gst_puzzle_create), (gst_puzzle_init),
8924         (gst_puzzle_set_property), (gst_puzzle_setup):
8925           change initialization code around so we don't reshuffle on resize
8926         (draw_puzzle):
8927           fix another stupid typo
8928
8929 2005-01-06  Benjamin Otte  <otte@gnome.org>
8930
8931         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
8932           fix stupid typo that borked copying on YUY2
8933
8934 2005-01-06  Benjamin Otte  <otte@gnome.org>
8935
8936         * gst/games/gstpuzzle.c: (draw_puzzle):
8937           fix edges when image sizes aren't multiples of tile sizes
8938
8939 2005-01-06  Benjamin Otte  <otte@gnome.org>
8940
8941         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
8942           make RGB endianness work correctly
8943         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
8944           refactor and fix race with initial shuffling
8945         (nav_event_handler):
8946           allow using the mouse to puzzle
8947         (draw_puzzle):
8948           insist on tiles having width and height as multiples of 4 to get
8949           clean YUV image handling
8950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8951         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
8952           s/DEBUG/LOG/ for common messages
8953         (gst_xvimagesink_navigation_send_event):
8954           fix mouse event translation to not include screen PAR
8955         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
8956           fix mouse event translation to actually work
8957
8958 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8959
8960         * gst/asfdemux/gstasfdemux.c:
8961         (gst_asf_demux_process_ext_content_desc):
8962          Extract TrackNumber metadata + clean up code
8963         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
8964          Hope this is the good fix (var used unitialised)
8965
8966 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8967
8968         * ext/faad/gstfaad.c: (gst_faad_chain):
8969           Only increment timestamp if it's valid. Fixes raw AAC streams.
8970
8971 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8972
8973         * configure.ac:
8974         * gst/games/Makefile.am:
8975         * gst/games/gstpuzzle.c:
8976           add a puzzle game with...
8977         * gst/games/gstvideoimage.c:
8978         * gst/games/gstvideoimage.h:
8979           ... full colorspace support (that includes YUV9 and RGB16)) stolen
8980           from videotestsrc and made into something that would be a nice
8981           library for a lot of other plugins.
8982
8983 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8984
8985         * configure.ac:
8986          don't compile faad plugin if a RC of 2.0 is found
8987          Fixes #155346 (and FC1 buildbot)
8988         * gst/asfdemux/gstasfdemux.c:
8989         (gst_asf_demux_process_ext_content_desc):
8990          try to make Solaris compiler happier
8991
8992 2005-01-06  Paul Jack  <pjack@sfaf.org>
8993
8994         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8995
8996         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
8997           Fix segfault (#161667).
8998
8999 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9000
9001         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9002           Fix framerate reporting.
9003
9004 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9005
9006         * gst-libs/gst/riff/riff-ids.h:
9007         * gst/wavenc/riff.h:
9008          Add AMR (VBR and CBR) ids to riff.h audio codec list
9009         * gst/asfdemux/gstasfdemux.c:
9010         (gst_asf_demux_process_ext_content_desc),
9011         (gst_asf_demux_process_object):
9012           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
9013
9014 2005-01-05  Martin Eikermann  <meiker@upb.de>
9015
9016         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9017
9018         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
9019         (gst_dvd_demux_handle_discont):
9020         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
9021         (gst_mpeg_demux_handle_discont):
9022           Recreate pads on new-media (#160730).
9023         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
9024           Send discont even if manager changes timestamps (#161929).
9025
9026 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
9027
9028         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9029
9030         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
9031           Fix invalid memory access (#159211).
9032
9033 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9034
9035         * examples/gstplay/player.c: (main):
9036           Don't iterate.
9037         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
9038           Add visualizations.
9039         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
9040         (gst_a52dec_handle_frame):
9041           Set duration.
9042         * ext/dvdnav/gst-dvd:
9043           Add audioconvert. Fixes #161325.
9044         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
9045           Explicitely case to gint64. Possible valgrind error.
9046         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
9047         (gst_play_tick_callback), (gst_play_change_state),
9048         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
9049         (gst_play_set_location), (gst_play_get_location),
9050         (gst_play_seek_to_time), (gst_play_set_data_src),
9051         (gst_play_set_video_sink), (gst_play_set_audio_sink),
9052         (gst_play_set_visualization), (gst_play_connect_visualization),
9053         (gst_play_get_framerate), (gst_play_get_all_by_interface),
9054         (gst_play_new):
9055           Use playbin. Fixes #139749 and #147744.
9056         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
9057           Add genre tag.
9058         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
9059         (audioscale_get_type), (gst_audioscale_base_init),
9060         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
9061         (gst_audioscale_getcaps), (gst_audioscale_fixate),
9062         (gst_audioscale_link), (gst_audioscale_get_buffer),
9063         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
9064         (gst_audioscale_init), (gst_audioscale_dispose),
9065         (gst_audioscale_chain), (gst_audioscale_set_property),
9066         (gst_audioscale_get_property), (plugin_init):
9067           Indent properly.
9068         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
9069           Fix LPCM.
9070         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
9071         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
9072         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
9073           Add more metadata (fixes #162656).
9074
9075 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9076
9077         * configure.ac:
9078           back to cvs
9079
9080 === release 0.8.7 ===
9081
9082 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9083
9084         * NEWS:
9085         * RELEASE:
9086         * configure.ac:
9087           releasing 0.8.7, "Hyperspace"
9088
9089 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9090
9091         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9092
9093         * gst/playback/gstplaybasebin.c:
9094          Fix for #162924 - free caps after use, not before
9095
9096 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9097
9098         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9099
9100         * gst/playback/gstplaybasebin.c:
9101         * gst/wavparse/gstwavparse.c:
9102           Fix for #154773 - fixes playback of small .wav files
9103
9104 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9105
9106         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9107
9108         * gst/audioscale/gstaudioscale.c:
9109           Fix for #162819 - make audioscale reusable
9110           Fixes playback of more than one file with playbin/totem
9111
9112 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9113
9114         * gst/ffmpegcolorspace/avcodec.h:
9115         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9116         * gst/ffmpegcolorspace/imgconvert.c:
9117           clean up the mess that made me cry and avoid needless duplication
9118
9119 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9120
9121         * gst/ffmpegcolorspace/imgconvert.c:
9122           give some indication of why we're segfaulting
9123
9124 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9125
9126         * configure.ac:
9127           Fix indentation, fix v4l2 plugin detection.
9128         * ext/Makefile.am:
9129           Fix libmms location (Maciej, use diff -u!).
9130         * ext/alsa/gstalsa.c: (gst_alsa_init):
9131           Initialize caps cache to NULL.
9132         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
9133           Only change state on audiosink if it exists.
9134
9135 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
9136
9137         * gst/matroska/matroska-demux.c:
9138         * gst/matroska/matroska-ids.h:
9139         * gst/matroska/matroska-demux.h:
9140         Fix Vorbis streams failing to decode in some files, where cluster_time
9141         isn't 0, because then it doesn't send codec_priv before actual data.
9142         Remove time-based test and replace it with marker set on beginning of
9143         new stream
9144
9145 2004-12-28  David Schleef  <ds@schleef.org>
9146
9147         Merge patch from Ronald fixing problems with streaming
9148         text.
9149         * ext/cairo/gstcairo.c: (plugin_init):
9150         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
9151         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
9152         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
9153         (gst_textoverlay_font_init), (gst_textoverlay_init),
9154         (gst_textoverlay_set_property):
9155         * ext/cairo/gsttextoverlay.h:
9156
9157 2004-12-27  David Schleef  <ds@schleef.org>
9158
9159         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
9160         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
9161         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
9162         (gst_textoverlay_font_init), (gst_textoverlay_init),
9163         (gst_textoverlay_set_property): Improvements to actually
9164         render text as white on black outline on video, including
9165         font selection and horizontal/vertical alignment.  (Ronald's
9166         christmas present)
9167         * ext/cairo/gsttextoverlay.h:
9168
9169 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9170
9171         * ext/ogg/gstogg.c:
9172         * ext/ogg/gstogmparse.c:
9173           fix ogm[audio/video]parse plugin registration
9174           (riff won't load if bytestream is already loaded)
9175
9176 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9177
9178         * gst/audioconvert/gstchannelmix.c:
9179           fix for GLIB < 2.4
9180
9181 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9182
9183         * Makefile.am:
9184         * configure.ac:
9185           disable docs again until it actually passes make distcheck.
9186
9187 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9188
9189         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
9190         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
9191         (plugin_init):
9192           Add 3GP (variables name Q3GP because they can't start with a
9193           number). Add samr audio fourcc (used in .3gp files), decoder
9194           is work in progress. Also do a GST_WARNING instead of ERROR
9195           in case of unknown nodes, to decrease output.
9196
9197 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9198
9199         * Makefile.am:
9200           really fix dist
9201
9202 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9203
9204         * configure.ac:
9205         * ext/speex/gstspeexdec.h:
9206         * ext/speex/gstspeexenc.h:
9207           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
9208           Fix detection code in configure.ac
9209
9210 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9211
9212         * gst/matroska/matroska-demux.c:
9213         (gst_matroska_demux_parse_blockgroup):
9214           Save position, so that queries give proper return values. Don't
9215           know how this could ever have worked before...
9216
9217 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9218
9219         * configure.ac:
9220           Put additional LAME check inside the conditional.  Fixes #152339
9221
9222 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9223
9224         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9225         (gst_avi_demux_stream_scan):
9226           Add some more debug. Fix logic error when setting movi offset
9227           while reading index.
9228
9229 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9230
9231         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9232         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
9233         (gst_avi_demux_process_next_entry):
9234           Add some debugging. Better detection of broken indexes and the
9235           accompanying index recovery. No infinite loops on state changes
9236           when we're still in our loopfunction.
9237
9238 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9239
9240         * configure.ac:
9241           Fix up.
9242
9243 2004-12-22  Archana Shah  <archana.shah@wipro.com>
9244
9245         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9246
9247         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
9248           Normalizing the value before setting
9249         (gst_sunaudiomixer_get_volume):
9250           Normalizing the value after getting. Fixes bug# 161980
9251
9252 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
9253
9254         * Makefile.am: Make sure docs gets disted
9255         * docs/Makefile.am: Make sure all needed files get disted
9256         * gst-plugins.spec.in: latest updates
9257
9258 2004-12-22  Wim Taymans  <wim@fluendo.com>
9259
9260         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9261         Revert patch 1.38 as clock distribution over schedulers does
9262         not work correcly in the core yet.
9263
9264 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9265
9266         * sys/oss/README: remove this file, which predates my birth
9267           (and which content is by far outdated)
9268
9269 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
9270
9271         * Makefile.am:
9272         * configure.ac:
9273         * docs/Makefile.am:
9274         * docs/libs/Makefile.am:
9275         * docs/libs/gst-plugins-libs-docs.sgml:
9276         * docs/libs/gst-plugins-libs-sections.txt:
9277         * docs/libs/tmpl/gstgconf.sgml:
9278         * docs/upload.mak:
9279         * docs/version.entities.in:
9280           Added boilerplate gtk-doc files for plugin-libs documentation.
9281
9282 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9283
9284         * gst/auparse/gstauparse.c: fix int and float audio caps
9285
9286 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9287
9288         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9289         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9290           g_assert() can be a macro, don't use #ifdef inside it.
9291
9292 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
9293
9294         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9295
9296         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
9297         (gst_videorate_init), (gst_videorate_chain),
9298         (gst_videorate_change_state):
9299           Event handling (fixes #159986).
9300
9301 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9302
9303         * gst-libs/gst/riff/riff-media.c:
9304         (gst_riff_create_video_caps_with_data):
9305           Add BLZ0 (Blizzard's version of DivX) fourcc.
9306
9307 2004-12-18  David Schleef  <ds@schleef.org>
9308
9309         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
9310         portability fix.
9311
9312 2004-12-18  David Schleef  <ds@schleef.org>
9313
9314         * gst/tta/ttadec.h: Disable some header code that isn't used
9315         and clearly isn't portable.
9316
9317 2004-12-18  David Schleef  <ds@schleef.org>
9318
9319         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
9320         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9321         (avcodec_get_pix_fmt), (avpicture_layout),
9322         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
9323         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
9324         Fix code to not use GCC extensions (and c99 extensions that
9325         Forte does not like.)
9326
9327 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9328
9329         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9330
9331         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
9332         (gst_deinterlace_chain):
9333           Rowstride fixes. Fixes #161039.
9334         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
9335         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
9336         (gst_video_crop_getcaps), (gst_video_crop_link),
9337         (gst_video_crop_i420), (gst_video_crop_chain),
9338         (gst_video_crop_change_state):
9339           Rework of negotiation. Actually works now. Fixes #158650.
9340
9341 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9342
9343         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
9344           That was very stupid.
9345
9346 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9347
9348         * gst/matroska/matroska-demux.c:
9349         (gst_matroska_demux_parse_blockgroup):
9350           Fix possible crasher.
9351
9352 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9353
9354         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
9355         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
9356           Lace sizes can be zero.
9357
9358 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9359
9360         * ext/musepack/gstmusepackdec.cpp:
9361           Fetch error return values. Fixes #161624.
9362         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
9363           Really EOS.
9364
9365 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9366
9367         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
9368           Work for truncated (unfinished download etc.) files. Fixes #160514.
9369
9370 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9371
9372         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9373           Fix for integer overflow. Makes #156001 not crash. Probably masks
9374           the real bug.
9375
9376 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9377
9378         * gst/ac3parse/gstac3parse.c: (plugin_init):
9379           Parsers never have ranks. Fixes #159651.
9380
9381 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9382
9383         * gst/playback/gstdecodebin.c: (compare_ranks):
9384           make sure the facotries are ordered the same every time even if they
9385           have the same rank by using the name
9386         * gst/playback/gstdecodebin.c: (find_compatibles):
9387           make sure we don't add factories to the list twice
9388
9389 2004-12-16  David Schleef  <ds@schleef.org>
9390
9391         * configure.ac: look for musepack headers as musepack/*.h
9392         (fixes #159847)
9393         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
9394         * ext/musepack/gstmusepackreader.h: same
9395
9396 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9397
9398         * gst-libs/gst/riff/riff-read.c:
9399         (gst_riff_read_strf_auds_with_data):
9400           Read extradata correctly (fixes #155879).
9401
9402 2004-12-16  David Schleef  <ds@schleef.org>
9403
9404         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
9405         audio.  does _not_ attempt or allow conversion unless channels
9406         is 1 or 2.
9407
9408 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
9409
9410         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
9411
9412 2004-12-16  David Schleef  <ds@schleef.org>
9413
9414         * gst/audioscale/gstaudioscale.c: the resample library only
9415         handles 1 or 2 channels.  Change caps to compensate.
9416
9417 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9418
9419         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
9420         (gst_matroska_demux_audio_caps):
9421           Some MPEG-AAC hacks, because else it doesn't work...
9422
9423 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9424
9425         * gst-libs/gst/riff/riff-media.c:
9426         (gst_riff_create_video_caps_with_data),
9427         (gst_riff_create_video_template_caps):
9428           Add h264.
9429
9430 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9431
9432         * gst-libs/gst/audio/Makefile.am:
9433           Try to fix buildbot.
9434
9435 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9436
9437         * gst/tcp/gstmultifdsink.c:
9438           Clean up and uniformize debugging.
9439
9440 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
9441
9442         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9443
9444         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
9445         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
9446         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
9447         (gst_mpeg_demux_change_state):
9448           Reset on ready. Fixes 160276.
9449
9450 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
9451
9452         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9453
9454         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9455         (gst_ffmpegcsp_pad_link):
9456           Fix memleak (#154815).
9457
9458 2004-12-16  James Bowes  <bowes@cs.dal.ca>
9459
9460         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9461
9462         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
9463         (gst_musicbrainz_init), (gst_musicbrainz_chain),
9464         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
9465         * ext/musicbrainz/gsttrm.h:
9466           Add support for using a proxy server when getting a trm id from
9467           the MusicBrainz database (#149613).
9468
9469 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
9470
9471         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9472
9473         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
9474         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9475           Fix memleaks (#157233).
9476
9477 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
9478
9479         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9480
9481         * gst-libs/gst/resample/resample.c: (gst_resample_close):
9482         * gst-libs/gst/resample/resample.h:
9483         * gst/audioscale/gstaudioscale.c:
9484           Fix memleak (#159215).
9485
9486 2004-12-16  Toni Willberg  <toniw@iki.fi>
9487
9488         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9489
9490         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
9491         * sys/oss/oss_probe.c: (main):
9492           Check for mono/stereo support (similar to samplerate probing),
9493           fixes #159433. Also add missing copyright header to oss_probe.c.
9494
9495 2004-12-15  David Schleef  <ds@schleef.org>
9496
9497         * configure.ac: add audioresample and cairo plugins.  Remove
9498         HAVE_MMX stuff, because it's not used.
9499         * ext/Makefile.am: same
9500         * ext/audioresample/Makefile.am: You are not ready for an
9501         audio resampling element based on audioresample.
9502         * ext/audioresample/gstaudioresample.c:
9503         * ext/audioresample/gstaudioresample.h:
9504         * ext/cairo/Makefile.am: You are not ready for overlay elements
9505         based on cairo.  Don't look too closely, these elements kinda
9506         suck right now.
9507         * ext/cairo/gstcairo.c: new
9508         * ext/cairo/gsttextoverlay.c: new
9509         * ext/cairo/gsttextoverlay.h: new
9510         * ext/cairo/gsttimeoverlay.c: new
9511         * ext/cairo/gsttimeoverlay.h: new
9512         * gst-libs/gst/media-info/media-info-priv.h: fix compile
9513         problem with compilers that don't support variadic macros.
9514
9515 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
9516
9517         Reviewed by:  David Schleef  <ds@schleef.org>
9518
9519         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
9520         Bala, registering sunaudiosrc (oops!), and cleaning up code a
9521         bit.  Also ran indent-gst.
9522         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
9523         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
9524         (gst_sunaudiosrc_setparams):
9525
9526 2004-12-14  David Schleef  <ds@schleef.org>
9527
9528         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
9529         output rate to 16000.  Should fix #160235.
9530
9531 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9532
9533         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
9534         Add typefinding for mpeg2 pes streams
9535
9536 2004-12-13  David Schleef  <ds@schleef.org>
9537
9538         * configure.ac:  Applied patch from bug #143659, making default
9539         sources and sinks OS-dependent (for Solaris), and added code
9540         for OS/X.
9541         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
9542
9543 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9544
9545         * gst-libs/gst/riff/riff-media.c:
9546           forgot to add h2.64 to avidemux template caps
9547
9548 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9549
9550         * gst/wavenc/riff.h:
9551         * gst-libs/gst/riff/riff-media.c:
9552         * gst-libs/gst/riff/riff-ids.h:
9553         * gst/avi/gstavimux.c
9554         add 4CC code for VideoSoft h264 in AVI (VSSH)
9555           fixes bug #160655
9556         remove s323 from riff, it's quicktime specific :(
9557
9558 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9559
9560         * gst/asfdemux/README
9561         * gst/wavenc/riff.h
9562         * gst-libs/gst/riff/riff-ids.h
9563         * gst-libs/gst/riff/riff-media.c
9564         * gst/qtdemux/qtdemux.c:
9565           add new 4CC codes for h263 related codecs
9566           fixes partially bug #155163
9567
9568 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
9569
9570         * configure.ac: Update polyaudio requirement to 0.7
9571         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
9572
9573 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9574
9575         * gst/interleave/deinterleave.c:
9576         fix my name's spelling! :)
9577
9578 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9579
9580         * AUTHORS ChangeLog
9581         * gst/auparse/gstauparse.c
9582         * gst/interleave/deinterleave.c
9583         * gst/law/:
9584                 alaw-decode.c alaw-encode.c
9585                 mulaw-decode.c mulaw-encode.c
9586         * gst/oneton/gstoneton.c
9587         * sys/osxaudio/:
9588                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
9589         * sys/osxvideo/:
9590                 cocoawindow.h cocoawindow.m
9591                 osxvideosink.h osxvideosink.m
9592
9593         put the same mail address for Zaheer Abbas Merali everywhere
9594
9595 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9596
9597         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
9598           Align by packetsize, and assert that we a packet available before
9599           playing. The first makes webstreams work (they often include
9600           trailing padding data in a packet), the second allows pausing a
9601           ASF stream in totem without getting demux errors afterwards.
9602
9603 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9604
9605         * ext/ogg/gstoggdemux.c: (get_relative):
9606           Check for non-NULL before accessing member (end-of-chain).
9607
9608 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9609
9610         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9611         (cdparanoia_set_property), (cdparanoia_get_property):
9612         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
9613         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
9614         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9615         (dvdreadsrc_init), (dvdreadsrc_set_property),
9616         (dvdreadsrc_get_property):
9617         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
9618         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
9619           Synchronize property names where not yet the case. Devices are
9620           now device=X, other versions are deprecated (but still exist).
9621           Also use g_free() unconditionally.
9622         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9623         (setup_source), (gst_play_base_bin_get_property):
9624           Expose source.
9625
9626 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9627
9628         * configure.ac: move GCONF macro outside conditional for the am
9629           conditional. Fixes #160439
9630
9631 2004-12-08  David Schleef  <ds@schleef.org>
9632
9633         * tools/gst-visualise-m.m: Switch to elements that currently
9634         exist.
9635
9636 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9637
9638         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9639           We love wrong commas.
9640
9641 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9642
9643         * gst/matroska/matroska-demux.c:
9644         (gst_matroska_demux_handle_src_query):
9645           Don't set DEFAULT, unsupported - makes length display incorrectly
9646           in some cases.
9647
9648 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
9649
9650         * gst/monoscope/README: remove blurb about files being GPL
9651         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
9652         * gst/monoscope/monoscope.c: Change license to BSD with explanation
9653           monoscope is now effectively LGPL licensed
9654
9655 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
9656
9657         * gst/monoscope/README: Update information to be more correct
9658         * gst/monoscope/convolve.c: Relicense to LGPL
9659         * gst/monoscope/convolve.h: Relicense to LGPL
9660
9661 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
9662
9663         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
9664           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
9665         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
9666           set default_duration for mpeg1 audio
9667
9668 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9669
9670         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
9671         * ext/alsa/gstalsa.h:
9672           refactor big chunks of the core caps negotiation code to make it
9673           a lot faster, because people claim it's really slow
9674           (actually, just cache the getcaps when the device is opened)
9675
9676 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9677
9678         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
9679         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
9680         (gst_a52dec_handle_frame), (gst_a52dec_chain),
9681         (gst_a52dec_change_state), (plugin_init):
9682         * ext/a52dec/gsta52dec.h:
9683           Do something useful with timestamps. Make chain-based (since
9684           there's really no reason to be loopbased).
9685         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9686           Update current_byte/frame correctly.
9687
9688 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9689
9690         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
9691         (gst_ape_demux_stream_init):
9692           Forward tags, too.
9693
9694 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9695
9696         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
9697           Let's make sure we're done typefinding when detecting tags.
9698
9699 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9700
9701         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
9702         (gst_ebml_read_init), (gst_ebml_read_use_event),
9703         (gst_ebml_read_element_id), (gst_ebml_peek_id),
9704         (gst_ebml_read_seek), (gst_ebml_read_skip),
9705         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
9706         (gst_ebml_read_master):
9707         * gst/matroska/ebml-read.h:
9708         * gst/matroska/matroska-demux.c:
9709         (gst_matroska_demux_parse_contents),
9710         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
9711           Disgustingly evil hack for working around INTERRUPT events and
9712           their extremely annoying habit of being a pain in the ass. We
9713           simply peek a cluster before reading any of it.
9714
9715 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9716
9717         * ext/musepack/gstmusepackdec.cpp:
9718           There's also floating point libmusepacks.
9719
9720 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9721
9722         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
9723         (gst_faad_chanpos_to_gst), (gst_faad_chain):
9724           Set DURATION even if source buffer didn't. Also use increasing
9725           timestamps.
9726         * gst-libs/gst/riff/riff-media.c:
9727         (gst_riff_create_audio_caps_with_data):
9728           Block_align can have larger values than 8192.
9729
9730 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9731
9732         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
9733         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
9734         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
9735         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
9736           Fix caps.
9737
9738 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9739
9740         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9741           Fix logic bug.
9742
9743 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9744
9745         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9746           Yay, another one.
9747
9748 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9749
9750         * ext/esd/esdsink.c: (gst_esdsink_chain):
9751           Make error actually say something useful (fixes #156798).
9752         * gst-libs/gst/riff/riff-media.c:
9753         (gst_riff_create_video_caps_with_data),
9754         (gst_riff_create_video_template_caps):
9755           Add Intel Video 5.0 fourcc (IV50).
9756
9757 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
9758
9759         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
9760         detection on mono and stereo mp3 files.
9761
9762 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9763
9764         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9765           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
9766           the contained stream).
9767
9768 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9769
9770         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
9771           Oops, remove debug.
9772
9773 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
9774
9775         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9776
9777         * gst/law/alaw-decode.c: (alawdec_getcaps):
9778         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9779           Prevent warnings when negotiating caps (fixes #159338).
9780
9781 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9782
9783         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9784         (gst_ffmpegcsp_chain):
9785           Remove old leftover that shouldn't be there...
9786
9787 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
9788
9789         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9790
9791         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
9792           Don't forward DISCONT events (fixes #159684).
9793
9794 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9795
9796         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
9797           Unlink manually since sometimes bin disposal (and therefore
9798           pad unlinking) is delayed, which will cause a new media file
9799           to not be able to start playing instantly.
9800
9801 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9802
9803         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
9804           On mute of an unlinked stream, check for pad availability so
9805           we don't crash on unlinked pad.
9806
9807 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9808
9809         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9810         (gst_avi_demux_massage_index):
9811           Fix quite humiliating bug in omitting 0-sized index chunks but
9812           forgetting to count them for timestamps.
9813
9814 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9815
9816         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
9817           Actually leave the loop if we failed to sync. Don't crash.
9818
9819 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9820
9821         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
9822         (gst_dvd_demux_process_private):
9823         * gst/mpegstream/gstdvddemux.h:
9824           Fix crash (#159759). Doesn't work, though. :-(.
9825
9826 2004-11-28  Benjamin Otte  <otte@gnome.org>
9827
9828         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
9829           more overwriting protection due to modifying channels one by one
9830           instead of all at once
9831
9832 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9833
9834         * gst/audioconvert/gstchannelmix.c:
9835         (gst_audio_convert_fill_normalize):
9836           Normalize using absolute values.
9837
9838 2004-11-28  Julien MOUTTE  <julien@moutte.net>
9839
9840         * configure.ac:
9841         * ext/Makefile.am:
9842         * ext/directfb/Makefile.am:
9843         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
9844         (gst_directfbvideosink_get_pixel_format),
9845         (gst_directfbvideosink_get_format_from_fourcc),
9846         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
9847         (gst_directfbvideosink_sink_link),
9848         (gst_directfbvideosink_change_state),
9849         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
9850         (gst_directfbvideosink_buffer_alloc),
9851         (gst_directfbvideosink_interface_supported),
9852         (gst_directfbvideosink_interface_init),
9853         (gst_directfbvideosink_navigation_send_event),
9854         (gst_directfbvideosink_navigation_init),
9855         (gst_directfbvideosink_set_property),
9856         (gst_directfbvideosink_get_property),
9857         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
9858         (gst_directfbvideosink_base_init),
9859         (gst_directfbvideosink_class_init),
9860         (gst_directfbvideosink_get_type), (plugin_init):
9861         * ext/directfb/directfbvideosink.h: Adding a first version of
9862         directfbvideosink.
9863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
9864         more.
9865
9866 2004-11-28  Benjamin Otte  <otte@gnome.org>
9867
9868         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
9869           walk the samples backwards if out_channels > in_channels so we don't
9870           overwrite data
9871
9872 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9873
9874         * gst/audioconvert/Makefile.am:
9875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9876         (gst_audio_convert_link), (gst_audio_convert_change_state),
9877         (gst_audio_convert_channels):
9878         * gst/audioconvert/gstchannelmix.c:
9879         (gst_audio_convert_unset_matrix),
9880         (gst_audio_convert_fill_identical),
9881         (gst_audio_convert_fill_compatible),
9882         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
9883         (gst_audio_convert_fill_others),
9884         (gst_audio_convert_fill_normalize),
9885         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
9886         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
9887         * gst/audioconvert/gstchannelmix.h:
9888           Implement a channel mixer.
9889
9890 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
9891
9892         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
9893         * ext/alsa/gstalsa.h:
9894         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
9895         Make alsasink actually honor gst_element_set_clock and use that
9896         clock instead of its internal one.
9897
9898 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
9899
9900         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
9901         (gst_play_base_bin_change_state): nullify source and decoder when
9902         going from READY to NULL so that we don't try to do weird stuff with
9903         them when going from NULL to READY
9904         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
9905         instead of g_object_unref
9906         (gen_video_element), (gen_audio_element): more refcounting fixes, now
9907         it should be correct
9908         (gst_play_bin_change_state): don't call remove_sinks if we are
9909         currently disposing the object
9910
9911 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9912
9913         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
9914           Don't forget bass if it's there. Else left channel is silent...
9915
9916 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9917
9918         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
9919         (gst_a52dec_change_state):
9920           Don't do sample adjusting anymore, we use float audio now.
9921         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
9922           Don't fixate to non-existing properties.
9923
9924 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9925
9926         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
9927         (gst_a52dec_change_state):
9928           Advertise that we can do surround sound.
9929
9930 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9931
9932         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
9933           Add buffer-frames=0.
9934         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
9935         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
9936         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
9937         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
9938         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
9939         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
9940         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
9941         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
9942         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
9943         * ext/dvdread/dvdreadsrc.h:
9944           Add seeking, querying for bytes, sectors, title, angle and
9945           chapter. Handle multiple chapters. Relicense to LGPL because
9946           Billy agreed on that (thanks Billy!).
9947
9948 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
9949
9950         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
9951         call parent dispose method
9952
9953 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
9954
9955         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
9956         (gst_audio_clock_get_internal_time):
9957         Fix active <-> inactive transitions: ensure time value always
9958         grows and avoid abrupt value changes.
9959
9960 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
9961
9962         * configure.ac:
9963         * gst/tta/Makefile.am:
9964         * gst/tta/crc32.h:
9965         * gst/tta/filters.h:
9966         * gst/tta/gsttta.c:
9967         * gst/tta/gstttadec.c:
9968         * gst/tta/gstttadec.h:
9969         * gst/tta/gstttaparse.c:
9970         * gst/tta/gstttaparse.h:
9971         * gst/tta/ttadec.h:
9972           added TTA parser and decoder
9973
9974 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9975
9976         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9977         (probe_triggered), (check_queue), (buffer_underrun),
9978         (buffer_running), (buffer_overrun), (gen_source_element),
9979         (setup_source):
9980         * gst/playback/gstplaybasebin.h:
9981           Implement buffering. Needs some more work.
9982
9983 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9984
9985         * ext/theora/theoradec.c: (theora_dec_chain):
9986           Fix ilog mask range overflow.
9987
9988 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9989
9990         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
9991           Don't omit the last (which in case of dmix is the only :) )
9992           channel count. Don't set channels if <= 2.
9993
9994 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
9995
9996         * gst/playback/gstplaybin.c: (gen_video_element),
9997         (gen_audio_element): Removed 2 obsolete comments
9998
9999 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10000
10001         * ext/vorbis/oggvorbisenc.c
10002         * ext/vorbis/vorbisenc.c :
10003           change description fields of those plugins to differentiate them
10004           (pitivi show Encoders by description, they had the same one)
10005
10006 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
10007
10008         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10009
10010         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
10011         (gst_play_bin_set_property), (gen_video_element),
10012         (gen_audio_element):
10013           Refcounting fixes for provided audio-/videosinks.
10014
10015 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10016
10017         * gst/playback/gstplaybin.c: (gen_video_element),
10018         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
10019           Don't reference all sinks, but only the video- and audiosinks.
10020           The vis. element should be disposed when we're done with it.
10021           We don't have any reason to keep it around. This fixes warnings
10022           when reusing playbin for playing multiple audio files with
10023           vis. enabled. Also release audio device on pause - idea stolen
10024           from Rhythmbox.
10025
10026 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10027
10028         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
10029         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
10030         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
10031         * ext/alsa/gstalsaplugin.c: (plugin_init):
10032         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
10033         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
10034         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
10035         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
10036         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
10037         (gst_faad_change_state), (plugin_init):
10038         * ext/faad/gstfaad.h:
10039         * ext/vorbis/vorbis.c: (plugin_init):
10040         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10041         * gst-libs/gst/audio/Makefile.am:
10042         * gst-libs/gst/audio/audio.c: (plugin_init):
10043         * gst-libs/gst/audio/multichannel.c:
10044         (gst_audio_check_channel_positions),
10045         (gst_audio_get_channel_positions),
10046         (gst_audio_set_channel_positions),
10047         (gst_audio_set_structure_channel_positions_list),
10048         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
10049         (gst_audio_fixate_channel_positions):
10050         * gst-libs/gst/audio/multichannel.h:
10051         * gst-libs/gst/audio/testchannels.c: (main):
10052         * gst/audioconvert/gstaudioconvert.c:
10053         (gst_audio_convert_class_init), (gst_audio_convert_init),
10054         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
10055         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
10056         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10057         * gst/audioconvert/plugin.c: (plugin_init):
10058           Surround sound support.
10059
10060 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10061
10062         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
10063           Fix position for discont if we're close as well. Nitpicking, but
10064           saves a few milliseconds of extra waiting or skipping.
10065
10066 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10067
10068         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
10069           We sometimes need parsers for playback, so add those too.
10070
10071 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10072
10073         * configure.ac:
10074         * gst/apetag/Makefile.am:
10075         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
10076         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
10077         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
10078         (gst_ape_demux_get_src_query_types),
10079         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
10080         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
10081         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
10082         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
10083         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
10084         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
10085         (gst_ape_demux_change_state):
10086         * gst/apetag/apedemux.h:
10087         * gst/apetag/apetag.c: (plugin_init):
10088         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
10089         (plugin_init):
10090           APE v1/2 tag reader plus typefind function.
10091
10092 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10093
10094         * configure.ac:
10095         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10096         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10097           Remove hacks for older core. Require newer core version
10098           accordingly.
10099
10100 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10101
10102         * gst/cdxaparse/Makefile.am:
10103         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
10104         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
10105         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
10106         * gst/cdxaparse/gstcdxaparse.h:
10107         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
10108         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
10109         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
10110         (gst_cdxastrip_get_src_query_types),
10111         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
10112         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
10113         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
10114         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
10115         * gst/cdxaparse/gstcdxastrip.h:
10116           SVCD/VCD header stripping separated from CDXA image parsing.
10117         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10118         (plugin_init):
10119           Add VCD/SVCD header typefinding for VCD/SVCD.
10120         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
10121         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
10122         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
10123         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
10124         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
10125         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
10126         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
10127         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
10128         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
10129         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
10130         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
10131         * sys/vcd/vcdsrc.h:
10132           Fix up, add seeking, querying, URI interface. Works in totem now.
10133
10134 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10135
10136         * configure.ac:
10137           back to CVS
10138
10139 === release 0.8.6 ===
10140
10141 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10142
10143         * NEWS:
10144         * RELEASE:
10145         * configure.ac:
10146         * po/af.po:
10147         * po/az.po:
10148         * po/cs.po:
10149         * po/en_GB.po:
10150         * po/hu.po:
10151         * po/it.po:
10152         * po/nb.po:
10153         * po/nl.po:
10154         * po/or.po:
10155         * po/sq.po:
10156         * po/sr.po:
10157         * po/sv.po:
10158         * po/uk.po:
10159           releasing 0.8.6, "IOU Love"
10160
10161 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10162
10163         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10164
10165         * gst/playback/gstplaybasebin.c:
10166           Fix unplayable files error handling.  Fixes #158365
10167
10168 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10169
10170         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10171
10172         * gst/typefind/gsttypefindfunctions.c:
10173           Fix broken mp3 typefinding.  Fixes #158375
10174
10175 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10176
10177         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10178
10179         * ext/ogg/gstoggdemux.c:
10180           Fix sync on broken files.  Fixes #158976
10181
10182 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10183
10184         patch by: Edward Hervey <bilboed@bilboed.com>
10185
10186         * ext/libpng/gstpngenc.c:
10187           Copy over buffer properties.  Fixes #158832
10188
10189 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10190
10191         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
10192
10193         * ext/dvdread/dvdreadsrc.c:
10194           Fixes invalid reads (#158462)
10195
10196 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10197
10198         * sys/v4l/gstv4lsrc.c:
10199         * sys/v4l/gstv4lsrc.h:
10200         * sys/v4l/v4lsrc_calls.c:
10201           Probe less and cache it.  Fixes #159187.
10202
10203 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10204
10205         * gst/videorate/gstvideorate.c:
10206           Handle all video formats. Fixes #159186.
10207
10208 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
10209         * gst/synaesthesia/gstsynaesthesia.c:
10210         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
10211         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
10212         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
10213         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
10214         (gst_synaesthesia_change_state), (plugin_init):
10215         Fix up synaesthesia to work under different samplerates/ buffer sizes.
10216         Force 320x200 output, as that's the only thing the underlying
10217         synaesthesia implementation supports. Still needs to be made
10218         re-entrant.
10219
10220 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10221
10222         * configure.ac:
10223           Fix mpeg2enc configure check (similar to mplex check below).
10224
10225 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
10226
10227         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10228
10229         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10230           Fix for gcc-2.95 (fixes #158221).
10231
10232 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10233
10234         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10235           Re-add clock distribution hack (until new core is released).
10236           Fixes #158125.
10237
10238 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
10239         * configure.ac:
10240           fix mplex configure check segfaulting on some systems (bug #140994)
10241
10242 2004-11-13  Benjamin Otte  <otte@gnome.org>
10243
10244         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
10245           add debugging
10246         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10247           do a wait when we enter the loop func with no data available to
10248           write instead of getting into an 100% CPU loop by just returning and
10249           being called again by the scheduler
10250
10251 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
10252
10253         * configure.ac:
10254         * ext/libvisual/visual.c: (gst_visual_get_type),
10255         (libvisual_log_handler), (gst_visual_getcaps),
10256         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
10257         (plugin_init):
10258           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
10259         * ext/smoothwave/Makefile.am:
10260         * ext/smoothwave/demo-osssrc.c: (main):
10261         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
10262         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
10263         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
10264         (plugin_init):
10265         * ext/smoothwave/gstsmoothwave.h:
10266           Make gstsmoothwave a working element in the 20th century.
10267
10268         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
10269           Fix incorrect link function
10270
10271 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10272
10273         * gst/volume/gstvolume.c:
10274           Allow buffer-frames=0.
10275
10276 2004-11-12 Iain <iaingnome@gmail.com>
10277
10278         * configure.ac: Check for polypaudio
10279
10280         * ext/Makefile.am: Build the polyp dir
10281
10282         * ext/polyp: The polypsink sources.
10283
10284 2004-10-30 Iain <iaingnome@gmail.com>
10285
10286         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
10287         caps to reflect the new number of channels.
10288
10289 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10290
10291         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10292           Fix for negotiation order problem. This would show when the
10293           ALSA loopfuction was called before any other function. ALSA
10294           wouldn't do anything because we're not negotiated yet, leading
10295           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
10296
10297 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10298
10299         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10300
10301         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10302           No warnings (#157986).
10303
10304 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10305
10306         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10307           Prefer apev1/2 and id3v1 (at end of file) over musepack.
10308
10309 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10310
10311         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
10312           Signal no-more-pads (so it works in playbin).
10313
10314 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10315
10316         * ext/musepack/gstmusepackreader.cpp:
10317           Workaround for older core.
10318
10319 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10320
10321         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
10322           Actually test for odd width/height rather than testing whether
10323           a temporary variable that was 0 before we subtracted 1 is now
10324           not equal to zero (which it always is).
10325
10326 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10327
10328         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
10329         Fix compilation if HAVE_XVIDEO is not defined
10330
10331 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10332
10333         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10334         Fix compilation if HAVE_XVIDEO is not defined
10335
10336 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
10337
10338         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10339         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
10340         (gst_goom_change_state), (plugin_init):
10341         Use the bytestream adapter so goom doesn't depend on the input
10342         buffer size.
10343         Add a debug category
10344
10345 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10346
10347         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10348           Only set hardware parameters *after* negotiation. Before
10349           negotiation, it will set ANY and that seems to cause crashes
10350           (see e.g. #151288, #153227).
10351
10352 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10353
10354         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
10355           This seems to be antique leftover. It needs to pass error
10356           checking.
10357         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
10358         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
10359         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
10360         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
10361           Fix GstXOverlay implementation (#151059).
10362
10363 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10364
10365         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10366           Don't assert (#157853).
10367
10368 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10369
10370         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10371           Fix bytes/samples confustion.
10372         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
10373           Fix for underrun (#144389).
10374
10375 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10376
10377         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10378           Disable halfway-seek for pending release (since it needs a new
10379           core release).
10380
10381 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10382
10383         * sys/v4l/gstv4lsrc.c:
10384         * sys/v4l/gstv4lsrc.h:
10385         * sys/v4l/v4lsrc_calls.c:
10386           add autoprobe-fps property so we can separate autoprobing parts
10387
10388 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10389
10390         * sys/v4l/gstv4lsrc.c:
10391         * sys/v4l/v4lsrc_calls.c:
10392         initialise fourcc to catch unset fourcc's, and debug
10393
10394 2004-11-09  Wim Taymans  <wim@fluendo.com>
10395
10396         * gst/playback/README:
10397         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
10398         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10399         (gst_play_bin_dispose), (gst_play_bin_set_property),
10400         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
10401         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
10402         (gst_play_bin_get_formats), (gst_play_bin_convert),
10403         (gst_play_bin_get_query_types), (gst_play_bin_query):
10404         Cleanups and some more documentation.
10405
10406 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
10407
10408         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
10409         (gst_cacasink_init), (gst_cacasink_chain):
10410         * ext/libcaca/gstcacasink.h:
10411         Cacasink inherits from VideoSink, so let that store the clock.
10412
10413 2004-11-09  Wim Taymans  <wim@fluendo.com>
10414
10415         * gst/playback/README:
10416         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
10417         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
10418         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
10419         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
10420         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
10421         (setup_sinks):
10422         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
10423         (gst_stream_info_is_mute), (gst_stream_info_set_property):
10424         * gst/playback/gststreaminfo.h:
10425         Updated README.
10426         Only switch groups if all streams have muted (EOSed).
10427         Send Tags in sync with the stream playback instead of in
10428         the playback/preroll phase.
10429         Some cleanups, free the fakesrc elements.
10430
10431 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10432
10433         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
10434           buffer-frames property was missing
10435         * ext/arts/gst_arts.c:
10436           rate missing from sinkcaps
10437         * ext/audiofile/gstafparse.c:
10438         * ext/audiofile/gstafsink.c:
10439         * ext/audiofile/gstafsrc.c:
10440         * ext/swfdec/gstswfdec.c:
10441           int audio doesn't know buffer-frames
10442         * ext/cdparanoia/gstcdparanoia.c:
10443           int audio doesn't know chunksize either
10444         * ext/nas/nassink.c:
10445           it's endianness, not endianess
10446         * gst-libs/gst/audio/audio.h:
10447           make float standard pad template caps really describe float
10448         * gst/law/mulaw.c: (linear_factory):
10449           signed only, please
10450         * gst/mpegstream/gstdvddemux.c:
10451           widths of 20 are not valid
10452
10453 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10454
10455         Submitted by: Luca Ferretti <elle.uca@infinito.it>
10456
10457         * po/LINGUAS:
10458         * po/it.po:
10459           Add Italian
10460
10461 2004-11-08  Wim Taymans  <wim@fluendo.com>
10462
10463         * gst/playback/README:
10464         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
10465         * gst/playback/gstplaybasebin.c: (probe_triggered),
10466         (gst_play_base_bin_change_state):
10467         Updated README, added more comments for fixmes etc..
10468
10469 2004-11-08  Wim Taymans  <wim@fluendo.com>
10470
10471         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10472         We can remove this hack now.
10473
10474 2004-11-08  Wim Taymans  <wim@fluendo.com>
10475
10476         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
10477         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
10478         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
10479         Only mix AYUV for maximum quality.
10480
10481 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10482
10483         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
10484         (gst_ogg_demux_push), (gst_ogg_pad_push):
10485           Let's act as if we're synchronized now! :).
10486         * ext/theora/theoradec.c: (theora_dec_chain):
10487           Add some debug.
10488
10489 2004-11-08  Wim Taymans  <wim@fluendo.com>
10490
10491         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
10492         (gst_alpha_set_property), (gst_alpha_sink_link),
10493         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
10494         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
10495         (gst_alpha_init_params), (gst_alpha_chain):
10496         Implement alpha functions for AYUV too, this increases
10497         accuracy quite a bit.
10498
10499 2004-11-08  Wim Taymans  <wim@fluendo.com>
10500
10501         * gst/ffmpegcolorspace/avcodec.h:
10502         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10503         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10504         (gst_ffmpegcsp_avpicture_fill):
10505         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10506         (gst_ffmpegcsp_caps_remove_format_info):
10507         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
10508         (shrink12), (img_get_alpha_info), (deinterlace_line),
10509         (deinterlace_line_inplace):
10510         * gst/ffmpegcolorspace/imgconvert_template.h:
10511         Added AYUV colorspace and handle RGBA a bit more respectful.
10512
10513 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10514
10515         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10516           Actually always send a discont (cornercase when resending the
10517           same serial-tagged chain twice).
10518
10519 2004-11-08  Julien MOUTTE  <julien@moutte.net>
10520
10521         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10522         (gst_ximagesink_finalize):
10523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
10524         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
10525
10526 2004-11-08  Wim Taymans  <wim@fluendo.com>
10527
10528         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
10529         Don't segfault on NULL data.
10530
10531 2004-11-08  Wim Taymans  <wim@fluendo.com>
10532
10533         * gst/playback/gstdecodebin.c: (unlinked):
10534         * gst/playback/gstplay-marshal.list:
10535         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10536         (gst_play_base_bin_init), (group_create), (get_active_group),
10537         (get_building_group), (group_destroy), (group_commit),
10538         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
10539         (add_element_stream), (no_more_pads), (probe_triggered),
10540         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
10541         (state_change), (setup_source), (gst_play_base_bin_get_property),
10542         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10543         (gst_play_base_bin_link_stream),
10544         (gst_play_base_bin_get_streaminfo):
10545         * gst/playback/gstplaybasebin.h:
10546         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10547         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
10548         Add support for chained ogg files. Prepare for playlist
10549         support. This patch introduces the concept of pad groups, which
10550         together compose one playable media file.
10551
10552 2004-11-07  David Schleef  <ds@schleef.org>
10553
10554         * testsuite/gst-lint: Check for pad templates that aren't statically
10555         scoped.
10556
10557 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10558
10559         * configure.ac:
10560         * ext/Makefile.am:
10561         * ext/musepack/Makefile.am:
10562         * ext/musepack/gstmusepackdec.cpp:
10563         * ext/musepack/gstmusepackdec.h:
10564         * ext/musepack/gstmusepackreader.cpp:
10565         * ext/musepack/gstmusepackreader.h:
10566           Add musepack decoder.
10567         * ext/faad/gstfaad.c: (gst_faad_base_init):
10568           Make pad templates static.
10569         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10570         (plugin_init):
10571           Add musepack typefinder, make mp3 typefinding work halfway stream,
10572           which doesn't actually work yet because id3demux doesn't implement
10573           _get_length().
10574
10575 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10576
10577         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10578         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
10579           Fix interrupt event handling (#144436).
10580
10581 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10582
10583         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
10584           Hide unused glory.
10585
10586 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10587
10588         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10589
10590         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
10591           Fix weird caps (#157548).
10592
10593 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10594
10595         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10596
10597         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
10598           Add missing NULL terminator (#157543).
10599
10600 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10601
10602         * gst/tcp/gsttcp.h:
10603         * gst/tcp/gsttcpclientsink.c:
10604         * gst/tcp/gsttcpclientsrc.c:
10605         * gst/tcp/gsttcpserversink.c:
10606         * gst/tcp/gsttcpserversrc.c:
10607           ports can go up to 65535.  Move common defines to gsttcp.h
10608
10609 2004-11-05  Wim Taymans  <wim@fluendo.com>
10610
10611         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
10612         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
10613         Added two more colorspaces.
10614
10615 2004-11-05  Wim Taymans  <wim@fluendo.com>
10616
10617         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10618         (gst_ffmpegcsp_avpicture_fill):
10619         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
10620         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
10621         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
10622         More stride fixes.
10623
10624 2004-11-05  Wim Taymans  <wim@fluendo.com>
10625
10626         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
10627         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
10628         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
10629         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
10630         (gst_videomixer_loop):
10631         More stride fixes.
10632
10633 2004-11-05  Benjamin Otte  <otte@gnome.org>
10634
10635         * ext/mad/gstmad.c: (gst_mad_chain):
10636           don't overflow data buffer. Flush not needed sync data when syncing
10637           failed.
10638
10639 2004-11-04  Wim Taymans  <wim@fluendo.com>
10640
10641         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
10642         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
10643         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
10644         (gst_alpha_init_params), (gst_alpha_chain),
10645         (gst_alpha_change_state):
10646         Updated the chroma keying algorithm with something more
10647         sophisticated.
10648
10649 2004-11-03  Wim Taymans  <wim@fluendo.com>
10650
10651         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
10652         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
10653         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
10654         Fix stride issues. Does not completely work for odd
10655         heights.
10656
10657 2004-11-03  Wim Taymans  <wim@fluendo.com>
10658
10659         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
10660         (gst_alpha_chroma_key), (gst_alpha_chain):
10661         Fix stride issues. Does not completely work for odd
10662         heights.
10663
10664 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
10665
10666         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
10667         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
10668         leak fixes
10669
10670 2004-11-03  Wim Taymans  <wim@fluendo.com>
10671
10672         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10673         (gst_ffmpegcsp_avpicture_fill):
10674         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
10675         (avpicture_alloc):
10676         * gst/ffmpegcolorspace/imgconvert_template.h:
10677         Use correct _fill function to get correct strides.
10678
10679 2004-11-02  David Schleef  <ds@schleef.org>
10680
10681         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10682         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
10683         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
10684         Change all g_print()s to debugging.  Add a bunch of consistency
10685         checks.
10686
10687 2004-11-02  Wim Taymans  <wim@fluendo.com>
10688
10689         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10690         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
10691         (unlinked), (no_more_pads), (close_link):
10692         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10693         (unknown_type), (add_element_stream), (new_decoded_pad),
10694         (removed_decoded_pad), (setup_source):
10695         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
10696         (gst_stream_info_class_init), (gst_stream_info_init),
10697         (gst_stream_info_new), (gst_stream_info_dispose),
10698         (stream_info_mute_pad), (gst_stream_info_set_property),
10699         (gst_stream_info_get_property):
10700         * gst/playback/gststreaminfo.h:
10701         Fix playback of multiple files.
10702         a slightly different approach to handling dynamic pad removals.
10703         This one only looks at pads that we have linked.
10704
10705 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
10706
10707         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
10708         free" warning from libc.
10709
10710 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10711
10712         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10713         (get_unconnected_element), (remove_starting_from), (pad_removed),
10714         (close_link):
10715           Implement support for dynamic pad changing. We listen to "live"
10716           pad removals (i.e. while playing) and re-setup autoplugging
10717           after that. Playbasebin/playbin need some more work for this
10718           to finally work, but decodebin supports (and replugs) chained
10719           ogg now.
10720
10721 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
10722
10723         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
10724         (gst_alsa_finalize):
10725         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
10726         (gst_cdaudio_finalize):
10727         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10728         (cdparanoia_finalize):
10729         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
10730         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
10731         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10732         (dvdreadsrc_finalize):
10733         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
10734         (gst_flacdec_finalize):
10735         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
10736         (gst_flacenc_finalize):
10737         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
10738         (gst_gnomevfssink_finalize):
10739         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
10740         (gst_gnomevfssrc_finalize):
10741         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
10742         (gst_fameenc_finalize):
10743         * ext/nas/nassink.c: (gst_nassink_class_init),
10744         (gst_nassink_finalize):
10745         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
10746         (gst_sdlvideosink_class_init):
10747         * ext/sndfile/gstsf.c: (gst_sf_dispose):
10748         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
10749         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
10750         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
10751         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
10752         (gst_x_window_listener_dispose):
10753         * gst/audioscale/gstaudioscale.c:
10754         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
10755         (play_on_demand_finalize):
10756         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
10757         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
10758         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
10759         (cdplayer_finalize):
10760         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
10761         (gst_glimagesink_class_init):
10762         * sys/oss/gstosselement.c: (gst_osselement_class_init),
10763         (gst_osselement_finalize):
10764         * sys/oss/gstosssink.c: (gst_osssink_dispose):
10765         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
10766         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
10767           Fixes a bunch of problems with finalize and dispose functions,
10768           either assumptions that dispose is only called once, or not calling
10769           the parent class dispose/finalize function
10770
10771 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
10772
10773         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
10774           added two api precondition guards
10775           use g_strdup with getenv to fix crash when using ENVVAR
10776
10777 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
10778         * ext/esd/esdsink.c: (gst_esdsink_class_init),
10779         (gst_esdsink_finalize):
10780         Use a finalize function, not dispose, and more importantly,
10781         call the parent class finalize function too
10782
10783 2004-11-01  Johan Dahlin  <johan@gnome.org>
10784
10785         * ext/ogg/gstoggdemux.c:
10786         * gst/tags/gstvorbistag.c:
10787         Plug leaks.
10788
10789 2004-10-31  Benjamin Otte  <otte@gnome.org>
10790
10791         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10792           lotsa memleaks today. But they're all small...
10793
10794 2004-10-31  Benjamin Otte  <otte@gnome.org>
10795
10796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10797           another memleak crushed
10798
10799 2004-10-31  Benjamin Otte  <otte@gnome.org>
10800
10801         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
10802           fix memleak
10803
10804 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10805
10806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10807           Hack to prevent crash when going to READY inside signal handler
10808           while this function is active.
10809
10810 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10811
10812         * gst/ffmpegcolorspace/Makefile.am:
10813         * gst/ffmpegcolorspace/avcodec.h:
10814         * gst/ffmpegcolorspace/common.h:
10815         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
10816         * gst/ffmpegcolorspace/dsputil.h:
10817         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
10818         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10819         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10820         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
10821         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
10822         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
10823         (gst_ffmpegcsp_avpicture_fill):
10824         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
10825         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10826         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
10827         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
10828         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
10829         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
10830         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
10831         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
10832         * gst/ffmpegcolorspace/imgconvert.c:
10833         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
10834         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
10835         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
10836         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
10837         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
10838         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
10839         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
10840         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
10841         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
10842         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
10843         (grow21), (grow22), (grow41), (grow44), (conv411),
10844         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
10845         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
10846         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
10847         (avpicture_free), (is_yuv_planar), (img_convert),
10848         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
10849         (deinterlace_line_inplace), (deinterlace_bottom_field),
10850         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
10851         * gst/ffmpegcolorspace/imgconvert_template.h:
10852         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
10853         * gst/ffmpegcolorspace/mmx.h:
10854         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
10855         (av_fast_realloc), (av_mallocz_static), (av_free_static),
10856         (av_freep), (avcodec_get_context_defaults),
10857         (avcodec_alloc_context), (avcodec_init):
10858           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
10859           handling plus update from ffmpeg CVS. Large clean-up.
10860
10861 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10862
10863         * gst/playback/Makefile.am:
10864           We need the marshallers for decodebin, too.
10865
10866 2004-10-30  David Schleef  <ds@schleef.org>
10867
10868         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
10869           quicktime typefinding work with 64-bit offsets.
10870
10871 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
10872
10873         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
10874           Set EOS on the element when processing an EOS event.
10875         * ext/speex/gstspeexdec.h:
10876         * ext/speex/gstspeexenc.h:
10877           Only keep a const ptr to the mode
10878         * gst-libs/gst/riff/riff-media.c:
10879         (gst_riff_create_audio_caps_with_data),
10880         (gst_riff_create_audio_template_caps):
10881           Allow WMAV3, with up to 6 channels.
10882         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
10883           Don't call gst_pad_set_event_function on a sink pad.
10884         * gst/mpegstream/gstdvddemux.c:
10885         (gst_dvd_demux_get_subpicture_stream),
10886         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
10887           Copy the explicit caps that were set across to the cur_* pads,
10888           instead of trying to use a possibly non-existent negotiated caps.
10889           Reset the type of subpicture pads to UNKNOWN after calling
10890           init_stream, so that the caps get set.
10891
10892 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
10893
10894         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10895
10896         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
10897           Don't touch buffer if it is of size 0 (fixes #151064).
10898
10899 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10900
10901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
10902           Synchronized discont handling.
10903
10904 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10905
10906         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
10907         (gst_ogg_demux_push):
10908           Make seeking sort-of exact again (fixes #156387).
10909
10910 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10911
10912         * gst/playback/gstplaybasebin.c: (unknown_type),
10913         (add_element_stream), (new_decoded_pad),
10914         (gst_play_base_bin_change_state):
10915         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10916         (gst_stream_info_init), (gst_stream_info_new),
10917         (gst_stream_info_dispose), (gst_stream_info_get_property):
10918         * gst/playback/gststreaminfo.h:
10919           Make caps explicitely available. Makes testing for unsupported
10920           types possible. Improves error reporting.
10921
10922 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10923
10924         * gst/audioconvert/gstaudioconvert.c:
10925         (gst_audio_convert_buffer_to_default_format):
10926           Really don't touch read-only buffers (#156563).
10927
10928 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
10929
10930         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10931
10932         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10933           Fix memleak (#155223).
10934
10935 2004-10-29  Wim Taymans  <wim@fluendo.com>
10936
10937         * gst/tcp/.cvsignore:
10938         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
10939         (gst_multifdsink_class_init), (gst_multifdsink_init),
10940         (gst_multifdsink_add), (gst_multifdsink_remove),
10941         (gst_multifdsink_remove_client_link), (is_sync_frame),
10942         (gst_multifdsink_new_client),
10943         (gst_multifdsink_handle_client_write),
10944         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10945         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
10946         (gst_multifdsink_get_property):
10947         * gst/tcp/gstmultifdsink.h:
10948         Added burst on connect sync_method, deprecated sync_clients,
10949         streamlined the sync code some more.
10950
10951 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10952
10953         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
10954         (gst_play_base_bin_change_state):
10955           Improve error reporting.
10956
10957 2004-10-28  Wim Taymans  <wim@fluendo.com>
10958
10959         * gst/tcp/Makefile.am:
10960         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
10961         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
10962         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
10963         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
10964         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
10965         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
10966         (gst_fdset_wait):
10967         Added more locks around fdset structures. Fixed/reworked
10968         the poll array resizing code.
10969         Added stress test for fdset.
10970
10971 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10972
10973         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
10974         fix build
10975
10976 2004-10-28  Benjamin Otte  <otte@gnome.org>
10977
10978         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
10979           fix link function to always query channels and query width for
10980           floats
10981         * configure.ac:
10982           add equalizer dir
10983         * gst/equalizer/Makefile.am:
10984         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
10985         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
10986         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
10987         (arg_to_scale), (setup_filter),
10988         (gst_iir_equalizer_compute_frequencies),
10989         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
10990         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
10991         (plugin_init):
10992           add an equalizer
10993
10994 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10995
10996         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
10997
10998         * po/LINGUAS:
10999         * po/nb.po:
11000           Added Norwegian Bokmaal translation
11001
11002 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11003
11004         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11005           Don't break on options (fixes #156488).
11006
11007 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11008
11009         * configure.ac:
11010         * ext/cdaudio/Makefile.am:
11011         * sys/Makefile.am:
11012           fix build on older automake
11013
11014 2004-10-26  Wim Taymans  <wim@fluendo.com>
11015
11016         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
11017         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
11018         Allow a little margin when negotiating the framerate.
11019
11020 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
11021
11022         * gst/level/gstlevel.c:
11023           synchonised naming of pads and pad-templates
11024
11025 2004-10-26  Wim Taymans  <wim@fluendo.com>
11026
11027         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11028         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
11029         (_find_streams_check), (gst_ogg_demux_push):
11030         Fix EOS again. Needs to be done in a better way. We should not
11031         remove the pad if there is no new chained stream.
11032
11033 2004-10-26 Iain <iaingnome@gmail.com>
11034
11035         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
11036         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
11037         of the caps.
11038         * gst/interleave/interleave.c (interleave_class_init): Hook up release
11039         pad.
11040         (interleave_release_pad): Remove the pad.
11041         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
11042         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
11043         the set device.
11044         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
11045         attrs
11046         (gst_xvimagesink_xcontext_clear): Free the xcontext.
11047         (gst_xvimagesink_finalize): Free the par.
11048
11049 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11050
11051         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
11052         (gst_avimux_stop_file):
11053           First calculate the rate, and only then use it. Hdr.rate is a
11054           multiple and not a derivative of hdr.scale. Scale is not the
11055           same as blockalign but is solely related to rate.
11056
11057 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11058
11059         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11060         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
11061           Implement seeking.
11062
11063 2004-10-25  James Henstridge  <james@jamesh.id.au>
11064
11065         Reviewed by:  David Schleef  <ds@schleef.org>
11066
11067         * examples/gstplay/player.c: (got_stream_length), (main):
11068         * examples/seeking/cdplayer.c: (update_scale):
11069         * examples/seeking/seek.c: (format_value), (update_scale):
11070         * examples/seeking/spider_seek.c: (format_value), (update_scale),
11071         (stop_seek):
11072         Build fixes on AMD64.
11073
11074 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11075
11076         reviewed by: Ronald Bultje <rbultje at gnome dot org>
11077
11078         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11079         Fix for some v4l cards which hang in v4lsrc
11080
11081 2004-10-25  Wim Taymans  <wim@fluendo.com>
11082
11083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
11084         (gst_ogg_demux_push), (gst_ogg_chains_clear):
11085         Make sure to remove the pad when a new chain is
11086         encountered. Set some vars to NULL so we don't try
11087         to reference freed memory.
11088
11089 2004-10-25  Wim Taymans  <wim@fluendo.com>
11090
11091         * examples/seeking/Makefile.am:
11092         * examples/seeking/cdplayer.c: (update_scale):
11093         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
11094         * examples/seeking/playbin.c: (make_playerbin_pipeline),
11095         (format_value), (update_scale), (iterate), (start_seek),
11096         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
11097         (print_usage), (main):
11098         Added some more examples, update others.
11099
11100 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11101
11102         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
11103         * ext/speex/gstspeexdec.c: (speex_dec_chain):
11104         * ext/theora/theoradec.c: (theora_dec_chain):
11105         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11106           Add codec-name metadata.
11107
11108 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
11109
11110         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11111
11112         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11113         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11114         * ext/alsa/gstalsamixertrack.h:
11115         * po/POTFILES.in:
11116           ALSA mixer track label internationalization (#154054).
11117
11118 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11119
11120         * ext/theora/theoradec.c: (theora_dec_chain):
11121           Export bitrate as metadata.
11122
11123 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11124
11125         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11126         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11127         * ext/alsa/gstalsamixertrack.h:
11128           Fix names, fix loop.
11129
11130 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11131
11132         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
11133         (speex_dec_convert):
11134           sinkconvert function so oggdemux can get the file length (totem).
11135
11136 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
11137
11138         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11139
11140         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
11141           Don't push incomplete packets.
11142         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
11143           Fix MPEG-4 audio typefinding.
11144
11145 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11146
11147         * sys/v4l/Makefile.am:
11148         * sys/v4l/gstv4l.c: (plugin_init):
11149         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
11150         (gst_v4lelement_init), (gst_v4lelement_dispose),
11151         (gst_v4lelement_change_state):
11152         * sys/v4l/gstv4lelement.h:
11153         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
11154         (gst_v4l_xoverlay_close), (idle_refresh),
11155         (gst_v4l_xoverlay_set_xwindow_id):
11156         * sys/v4l/gstv4lxoverlay.h:
11157         * sys/v4l/v4l-overlay_calls.c:
11158         * sys/v4l/v4l_calls.h:
11159         * sys/v4l2/Makefile.am:
11160         * sys/v4l2/gstv4l2.c: (plugin_init):
11161         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
11162         (gst_v4l2element_init), (gst_v4l2element_dispose),
11163         (gst_v4l2element_change_state):
11164         * sys/v4l2/gstv4l2element.h:
11165         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
11166         (gst_v4l2_xoverlay_close), (idle_refresh),
11167         (gst_v4l2_xoverlay_set_xwindow_id):
11168         * sys/v4l2/gstv4l2xoverlay.h:
11169         * sys/v4l2/v4l2-overlay_calls.c:
11170         * sys/v4l2/v4l2_calls.h:
11171           Remove client-side overlay handling, use the X-server v4l plugin
11172           for that. Nicer overlay, less code. Also make the plugin
11173           compileable without X (but then without overlay, obviously).
11174           Makes xwindowlistener obsolete, should we remove that?
11175
11176 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11177
11178         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
11179         (gst_osssrc_src_query):
11180         * sys/oss/gstosssrc.h:
11181           OK, so people want offset in DEFAULT. This time, actually fix all
11182           cases.
11183         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11184           Add FPS properly.
11185
11186 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11187
11188         * gst/asfdemux/gstasfmux.c:
11189         * gst/avi/gstavimux.c:
11190           Framerate.
11191
11192 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11193
11194         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
11195           Fix properties (channel, norm, frequency).
11196
11197 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11198
11199         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
11200           Flag typo.
11201         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
11202           No warnings.
11203
11204 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11205
11206         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
11207           Fix hang.
11208
11209 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11210
11211         * sys/v4l2/gstv4l2element.h:
11212           Yet Another Hack (tm) for kernel header borkedness.
11213         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
11214         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
11215         (gst_v4l2src_link), (gst_v4l2src_getcaps),
11216         (gst_v4l2src_change_state):
11217         * sys/v4l2/gstv4l2src.h:
11218         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
11219         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
11220           Fix caps, keep track of state, work.
11221
11222 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11223
11224         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11225           Quiet.
11226
11227 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11228
11229         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11230           Don't mix bytes and samples.
11231
11232 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11233
11234         * ext/ogg/gstoggmux.c:
11235           Basic pad template which accepts OGM tracks, speex, flac, vorbis
11236           and theora. Any is incorrect.
11237         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
11238           Fix caps.
11239         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
11240         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
11241         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
11242         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
11243         * sys/v4l/gstv4lmjpegsrc.h:
11244         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
11245         (gst_v4lsrc_change_state):
11246         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
11247         (gst_v4lmjpegsrc_capture_stop):
11248           Fix caps. Keep track of internal state. Work.
11249
11250 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11251
11252         * ext/Makefile.am:
11253           Fix the build fixes.
11254
11255 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11256
11257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11258         (gst_ogg_demux_src_event), (_find_chain_seek),
11259         (gst_ogg_pad_push):
11260           Check for pad availability before using it.
11261         * ext/ogg/gstoggdemux.c: (_find_chain_process):
11262           Fix parsing of chained ogg. Needs more work on the decoder side.
11263
11264 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11265
11266         * gst/spectrum/Makefile.am:
11267         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
11268         (idle_func):
11269           Fix demo and reenable it. Yes, I'm currently playing with audio
11270           analysis tools
11271
11272 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11273
11274         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11275           We love it if files that start at zero work too...
11276
11277 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11278
11279         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
11280           Handle files with missing EOS headers.
11281
11282 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11283
11284         * gst/tcp/gsttcpserversink.c:
11285         (gst_tcpserversink_handle_server_read),
11286         (gst_tcpserversink_init_send):
11287         Zero some variables first (need for accept not to return EINVAL)
11288
11289 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11290
11291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11292         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
11293         * ext/theora/theoradec.c: (theora_dec_sink_convert),
11294         (theora_dec_chain):
11295         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
11296         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
11297           Seeking and querying finetune.
11298
11299 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11300
11301         * configure.ac:
11302         * ext/Makefile.am:
11303         * ext/raw1394/Makefile.am:
11304           fix the build
11305
11306 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11307
11308         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
11309           Wrong return.
11310         * gst/playback/Makefile.am:
11311         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
11312         * gst/playback/gstplay-marshal.list:
11313         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
11314           Fix marshallers.
11315
11316 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11317
11318         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
11319           Silence.
11320
11321 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11322
11323         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11324         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
11325         (gst_ogg_pad_push):
11326           Yay for non-lineair granulepos in theora.
11327
11328 2004-10-18  Wim Taymans  <wim@fluendo.com>
11329
11330         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
11331         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
11332         * ext/dv/gstdvdec.h:
11333         Make sure we renegotiate aspect ratio when the camera switches.
11334
11335 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11336
11337         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11338         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
11339           Start at zero.
11340         * ext/theora/theoradec.c: (theora_dec_chain):
11341           Skip headers. Bad idea for chained ogg, but fixes seeking.
11342
11343 2004-10-18  Wim Taymans  <wim@fluendo.com>
11344
11345         * configure.ac:
11346         I swear, this is the last time I touch this.
11347
11348 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11349
11350         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11351         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
11352         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
11353           Faster seeking.
11354         * ext/theora/theoradec.c: (theora_dec_sink_convert):
11355           Time-to-default conversion.
11356         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11357           Don't error on unknown packets, just skip. We should probably
11358           read them if we want to support chained ogg.
11359
11360 2004-10-18  Wim Taymans  <wim@fluendo.com>
11361
11362         * configure.ac:
11363         Added cdaudio to wrong list.
11364
11365 2004-10-18  Wim Taymans  <wim@fluendo.com>
11366
11367         * configure.ac:
11368         Revive cdaudio.
11369
11370 2004-10-18  Wim Taymans  <wim@fluendo.com>
11371
11372         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
11373         (gst_dvdec_video_link), (gst_dvdec_push):
11374         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
11375         (gst_smokeenc_resync), (gst_smokeenc_chain):
11376         Fix mimetype on smoke encoder.
11377         Add aspect ratio to dvdec. Not sure if these
11378         values are correct though....
11379
11380 2004-10-18  Wim Taymans  <wim@fluendo.com>
11381
11382         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
11383         Fix vorbis property descriptions and ranges.
11384
11385 2004-10-18  Wim Taymans  <wim@fluendo.com>
11386
11387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
11388         Really do nothing when no data is available.
11389         Go to the playing state when the stream is not seekable
11390         instead of failing.
11391
11392 2004-10-18  Wim Taymans  <wim@fluendo.com>
11393
11394         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
11395         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
11396         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
11397         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
11398         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
11399         Added uri handler for cd://
11400         Port to new API.
11401
11402 2004-10-18  Wim Taymans  <wim@fluendo.com>
11403
11404         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11405         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
11406         (try_to_link_1), (no_more_pads), (close_link), (type_found):
11407         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
11408         (remove_prerolls), (unknown_type), (add_element_stream),
11409         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
11410         (gst_play_base_bin_remove_element),
11411         (gst_play_base_bin_link_stream):
11412         * gst/playback/gstplaybin.c: (gen_video_element),
11413         (gen_vis_element), (remove_sinks), (setup_sinks):
11414         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
11415         (gst_stream_info_get_type), (gst_stream_info_class_init),
11416         (gst_stream_info_init), (gst_stream_info_new),
11417         (gst_stream_info_dispose), (stream_info_mute_pad),
11418         (gst_stream_info_set_property), (gst_stream_info_get_property):
11419         * gst/playback/gststreaminfo.h:
11420         Add sink padtemplate to decodebin.
11421         Added some more comments.
11422         Make queue size configurable in playbasebin.
11423         Added possibility to use elements as sinks (ex cdaudio).
11424
11425 2004-10-15  Wim Taymans  <wim@fluendo.com>
11426
11427         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11428         (gst_speexenc_chain):
11429         Fix speex timestamps so that it gets muxed properly.
11430
11431 2004-10-15  Wim Taymans  <wim@fluendo.com>
11432
11433         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
11434         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
11435         (gst_dv1394src_init), (gst_dv1394src_dispose),
11436         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
11437         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
11438         (gst_dv1394src_event), (gst_dv1394src_get_formats),
11439         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
11440         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
11441         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
11442         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
11443         * ext/raw1394/gstdv1394src.h:
11444         Added conversion/query functions.
11445         Update buffer timestamps,
11446         Added signals.
11447         Added uri dv:// so it might play from the firewire in playbin.
11448         Fix a possible leak.
11449         Added debugging.
11450
11451 2004-10-15  Wim Taymans  <wim@fluendo.com>
11452
11453         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
11454         (gst_dv1394src_init), (gst_dv1394src_set_property),
11455         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
11456         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
11457         * ext/raw1394/gstdv1394src.h:
11458         Added AV/C VTR control support needed for some cameras.
11459         Added automatic port detection.
11460         Added properties for selecting the channel.
11461         The configure.ac script is not yet updated to reflect the
11462         new libavc1394 and librom1394 dependencies.
11463
11464 2004-10-15  Wim Taymans  <wim@fluendo.com>
11465
11466         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11467         (qtdemux_parse), (gst_qtdemux_handle_esds):
11468         An esds box is not a container.
11469         Fix parsing of mp4v boxes.
11470         Do not try to renegotiate fps for each frame. Need to
11471         find a better method. This should fix mp4 playback.
11472
11473 2004-10-14  David Schleef  <ds@schleef.org>
11474
11475         * configure.ac: update for swfdec-0.3 and liboil-0.2
11476         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
11477         * ext/swfdec/gstswfdec.h: same
11478         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
11479         * gst/videotestsrc/videotestsrc.c: same
11480
11481 2004-10-14  Wim Taymans  <wim@fluendo.com>
11482
11483         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11484         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
11485         (is_sync_frame), (gst_multifdsink_new_client),
11486         (gst_multifdsink_handle_client_write),
11487         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11488         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11489         Turn warnings into info.
11490         Don't allow a state change in the streaming thread.
11491
11492 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11493
11494         * ext/vorbis/oggvorbisenc.c:
11495         * ext/vorbis/vorbisdec.c:
11496           fix template sample rate
11497
11498 2004-10-13  Wim Taymans  <wim@fluendo.com>
11499
11500         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11501         Decoding the header first fixes some problems in resyncing
11502         in more mp3s.
11503
11504 2004-10-12  Wim Taymans  <wim@fluendo.com>
11505
11506         * gst/playback/gstplaybin.c: (gen_video_element),
11507         (gen_vis_element), (remove_sinks), (setup_sinks):
11508         Added vis plugin support, need to configure the vis
11509         element to activate it.
11510
11511 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11512
11513         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
11514         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
11515           Some debug.
11516         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
11517         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
11518         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
11519         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
11520         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
11521         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
11522         * gst/avi/gstavidemux.h:
11523           Support for openDML-2.0 indx/ix## chunks. Support for broken index
11524           recovery (where, if part of the index is broken, we will still read
11525           the rest of the index and recover the broken part by stream
11526           scanning). More broken media support. EOS workarounds. General AVI
11527           braindamage headache recovery. Aspirin included.
11528
11529 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11530
11531         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
11532         (cdparanoia_event), (cdparanoia_query):
11533           Get rid of hideous lead-in.
11534
11535 2004-10-11  Wim Taymans  <wim@fluendo.com>
11536
11537         * gst/playback/gstplaybasebin.c: (setup_source):
11538         Wrong var used to get g_list_next.
11539
11540 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11541
11542         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11543         (cdparanoia_get), (cdparanoia_open):
11544           Report discid as metadata, add duration.
11545
11546 2004-10-11  Wim Taymans  <wim@fluendo.com>
11547
11548         * gst/playback/gstplaybasebin.c: (setup_source):
11549         Cleanup the previous pipeline a little earlier for the
11550         case that a source element provides raw data.
11551
11552 2004-10-11  Benjamin Otte  <otte@gnome.org>
11553
11554         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
11555           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
11556           consuming the last 128 bytes, even though it was valid mp3 data.
11557
11558 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11559
11560         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
11561         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
11562         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
11563         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
11564
11565 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11566
11567         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
11568         Fix for webcams that support only specific width or height
11569
11570 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11571
11572         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11573
11574         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
11575           Fix wrong discont event setup (fixes #154967).
11576
11577 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
11578
11579         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11580
11581         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11582           Error out on invalid data (fixes #154807).
11583
11584 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11585
11586         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11587
11588         * ext/dvdread/dvdreadsrc.c: (_read):
11589           Make titles > 0 work again (fixes #154834).
11590
11591 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11592
11593         * gst-libs/gst/riff/riff-media.c:
11594         (gst_riff_create_video_template_caps):
11595           WMV3 missing in template caps.
11596
11597 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11598
11599         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11600           OK, so the original code was too strict. It makes random AVI files
11601           hang for seconds upon opening, which is unacceptable and is far
11602           beyond the original goal of getting multiple chunks for one-chunk
11603           sounc stream files. So now do just that.
11604
11605 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11606
11607         * gst/playback/gstplaybasebin.c: (setup_source),
11608         (gst_play_base_bin_change_state):
11609           Actually clean up streaminfo if output fails. This would trigger
11610           if, for example, there was no CD in the drive. No preroll, so
11611           a streaminfo structure is created, but the subsequent state change
11612           of the thread fails.
11613         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11614           Don't change state if parent failed.
11615
11616 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11617
11618         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11619         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
11620         (gen_video_element), (remove_sinks):
11621           Add small bits of code for screenshot handling.
11622
11623 2004-10-08  Wim Taymans  <wim@fluendo.com>
11624
11625         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
11626         (gen_video_element), (gen_audio_element), (setup_sinks):
11627         Don't assume the user provided sinks are named "sink"...
11628
11629 2004-10-08  Wim Taymans  <wim@fluendo.com>
11630
11631         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
11632         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
11633         (gst_play_base_bin_link_stream):
11634         Do not try to autoplug sources that generate raw streams like
11635         cdparanoia.
11636         disconnect the preroll overrun signal when we don't need it anymore.
11637
11638 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
11639
11640         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
11641         Added reworked patch from #154903 from milosz derezynski (deadchip).
11642
11643 2004-10-08  Wim Taymans  <wim@fluendo.com>
11644
11645         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
11646         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
11647         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
11648         (cdparanoia_convert), (cdparanoia_uri_get_type),
11649         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
11650         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
11651         * ext/cdparanoia/gstcdparanoia.h:
11652         This adds the cdda://<tracknum> uri.
11653
11654 2004-10-08  Wim Taymans  <wim@fluendo.com>
11655
11656         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11657         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
11658         (try_to_link_1), (no_more_pads), (close_link), (type_found):
11659         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11660         (unknown_type), (gst_play_base_bin_remove_element),
11661         (gst_play_base_bin_link_stream):
11662         * gst/playback/gstplaybasebin.h:
11663         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11664         (gst_play_bin_set_property), (gen_video_element),
11665         (gen_audio_element), (setup_sinks):
11666         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
11667         (gst_stream_info_get_type), (gst_stream_info_class_init),
11668         (gst_stream_info_init), (gst_stream_info_new),
11669         (gst_stream_info_dispose), (stream_info_mute_pad),
11670         (gst_stream_info_set_property), (gst_stream_info_get_property):
11671         * gst/playback/gststreaminfo.h:
11672         Reuse the audio and video bins.
11673         Some internal cleanups in the stream selection code.
11674
11675 2004-10-08  Julien MOUTTE  <julien@moutte.net>
11676
11677         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
11678         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
11679         * sys/ximage/ximagesink.h:
11680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
11681         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
11682         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
11683         not coming from those elements. Moreover these elements should not keep
11684         the xid they have been given when in NULL state.
11685
11686 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11687
11688         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
11689         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
11690         * sys/ximage/ximagesink.h:
11691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
11692         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
11693         * sys/xvimage/xvimagesink.h:
11694           Actually only create a new toplevel window if we're not gonna
11695           embed it right after.
11696
11697 2004-10-07  Wim Taymans  <wim@fluendo.com>
11698
11699         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
11700         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
11701         * gst/playback/gstplaybin.c: (setup_sinks):
11702         Implement muting/unmuting of streams, mute streams that are not
11703         used.
11704
11705 2004-10-07  Wim Taymans  <wim@fluendo.com>
11706
11707         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
11708         (plugin_init):
11709         Added lame audio/x-ac3 typefind function.
11710
11711 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11712
11713         * configure.ac:
11714           bump nano to cvs
11715
11716 === release 0.8.5 ===
11717
11718 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11719
11720         * NEWS:
11721         * RELEASE:
11722         * configure.ac:
11723           releasing 0.8.5, "Take You On"
11724
11725 2004-10-06  Wim Taymans  <wim@fluendo.com>
11726
11727         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11728         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
11729         (no_more_pads), (close_link), (type_found):
11730         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11731         * gst/playback/gstplaybin.c: (gen_video_element):
11732         Do not signal the no_more_pads after the first pad when
11733         we are plugging a non dynamic element with multiple
11734         output pads (like swfdec, dvdec, ...).
11735
11736 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11737
11738         * configure.ac:
11739           bump for prerelease
11740
11741 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11742
11743         * gst/wavparse/gstwavparse.c:
11744           add ATRAC3 to STATIC CAPS to fix a warning
11745
11746         * gst/matroska/ebml-read.c:
11747         * gst-libs/gst/riff/riff-read.c:
11748           fix typos
11749
11750 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11751
11752         * gst-libs/gst/riff/riff-media.c:
11753           generate caps for ATRAC3 audio streams
11754
11755         * gst/realmedia/rmdemux.c:
11756           generate caps for ATRAC3 audio streams
11757
11758 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11759
11760         * gst/wavparse/Makefile.am
11761         * gst/wavparse/riff.h
11762         * gst/wavparse/wavparse.vcproj
11763           riff.h removal (unused and duplication with riff-ids.h)
11764
11765 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11766
11767         * gst/wavparse/gstwavparse.h
11768           remove duplicated defines for audio codec codes
11769
11770         * gst-libs/gst/riff/riff-ids.h
11771         * gst/wavenc/riff.h:
11772           add "4CC" code for ATRAC3 audio streams
11773           add "4CC" code for ITU_G721_ADPCM (unused for now)
11774
11775 2004-10-06  Wim Taymans  <wim@fluendo.com>
11776
11777         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
11778         Actually _do_ negotiation. Pass gdouble as arg instead
11779         of guint64 for the framerate.
11780
11781 2004-10-06  Wim Taymans  <wim@fluendo.com>
11782
11783         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11784         (find_compatibles), (close_pad_link), (try_to_link_1),
11785         (no_more_pads), (close_link), (type_found):
11786         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11787         * gst/playback/gstplaybin.c: (gen_video_element),
11788         (gen_audio_element):
11789         Set state on newly added element to READY so that negotiation
11790         can happen ASAP.
11791         Addes some more debug info.
11792         Do not try to plug pads with multiple caps structures or ANY
11793         because it is too dangerous since we do not do dynamic
11794         replugging.
11795
11796 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11797
11798         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
11799
11800         * po/LINGUAS:
11801         * po/or.po:
11802           add Oriya translation
11803
11804 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11805
11806         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11807           Prevent overwrite of size member. Makes audio sound crappy.
11808
11809 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11810
11811         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11812         Add rmvb to the list of known RealMedia extensions
11813
11814 2004-10-05  Wim Taymans  <wim@fluendo.com>
11815
11816         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
11817         (mngdec_openstream), (mngdec_closestream),
11818         (mngdec_handle_sink_event), (mngdec_readdata),
11819         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
11820         (mngdec_getcanvasline), (mngdec_refresh),
11821         (gst_mngdec_change_state):
11822         Set the framerate correctly.
11823
11824 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11825
11826         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11827           There was something wrong with the index massaging.
11828
11829 2004-10-04  Wim Taymans  <wim@fluendo.com>
11830
11831         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
11832         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11833         (gst_smokedec_chain):
11834         * ext/jpeg/gstsmokedec.h:
11835         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
11836         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
11837         * ext/jpeg/gstsmokeenc.h:
11838         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
11839         (smokecodec_decode_new), (smokecodec_info_free),
11840         (smokecodec_set_quality), (smokecodec_get_quality),
11841         (smokecodec_set_threshold), (smokecodec_get_threshold),
11842         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
11843         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
11844         (smokecodec_encode), (smokecodec_parse_id),
11845         (smokecodec_parse_header), (smokecodec_decode):
11846         * ext/jpeg/smokecodec.h:
11847         * ext/jpeg/smokeformat.h:
11848         Updated smoke, new bitstream, allows embedding in ogg.
11849
11850 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11851
11852         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11853           Fix seeking in some files. All this code is no longer needed (and
11854           actually breaks stuff) because we now synchronize the full index
11855           right when reading the header.
11856
11857 2004-10-04  Wim Taymans  <wim@fluendo.com>
11858
11859         * configure.ac:
11860         configure update for libmng.
11861
11862 2004-10-04  Wim Taymans  <wim@fluendo.com>
11863
11864         * ext/libmng/Makefile.am:
11865         * ext/libmng/gstmng.c: (plugin_init):
11866         * ext/libmng/gstmng.h:
11867         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
11868         (gst_mngdec_base_init), (gst_mngdec_class_init),
11869         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
11870         (gst_mngdec_loop), (gst_mngdec_get_property),
11871         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
11872         (mngdec_closestream), (mngdec_handle_sink_event),
11873         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
11874         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
11875         (gst_mngdec_change_state):
11876         * ext/libmng/gstmngdec.h:
11877         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
11878         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
11879         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
11880         (gst_mngenc_chain), (gst_mngenc_get_property),
11881         (gst_mngenc_set_property):
11882         * ext/libmng/gstmngenc.h:
11883         Added basic MNG decoder. Needs more work. The encoder does
11884         not work yet.
11885
11886 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11887
11888         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
11889         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
11890         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
11891           Don't hang on length=0 chunks. Some negotiation fixes. Signal
11892           no-more-pads.
11893
11894 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11895
11896         * configure.ac:
11897           you need at least 1.0.4 of speex
11898
11899 2004-10-04 Iain <iaingnome@gmail.com>
11900
11901         * ext/speex/gstspeexdec.h: Revert the includes changes.
11902
11903         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
11904
11905 2004-09-30 Iain <iaingnome@gmail.com>
11906
11907         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
11908         found during init or set as a property instead of hardcoding /dev/audio
11909
11910 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11911
11912         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
11913         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
11914         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
11915         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
11916         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
11917         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
11918         (gst_rmdemux_dump_data):
11919           Use debug category, fix EOS handling. filesrc ! rmdemux now
11920           works.
11921
11922 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11923
11924         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11925         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
11926         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
11927           Improve allocation, cutting and sorting of the index. How takes a
11928           few seconds instead of minutes.
11929
11930 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
11931
11932         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
11933           fixed compilation
11934
11935 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11936
11937         * gst-libs/gst/riff/riff-media.c:
11938         (gst_riff_create_video_caps_with_data),
11939         (gst_riff_create_video_template_caps):
11940           Add wing commander format mimetype/fourccs.
11941         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11942           Don't crash if some value is 0.
11943
11944 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11945
11946         * gst-libs/gst/riff/riff-media.c:
11947         (gst_riff_create_video_caps_with_data),
11948         (gst_riff_create_video_template_caps):
11949           Add DIB fourcc (raw, palettized 8-bit RGB).
11950         * gst-libs/gst/riff/riff-read.c:
11951         (gst_riff_read_strf_vids_with_data):
11952           Oops, fix strf_data reading bug.
11953         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
11954           Use a non-NULL tag.
11955         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
11956           Time for hacks. Sorry Dave. At least one quicktime movie (a
11957           trailer) that I've encountered contains multiple video tracks.
11958           One of those is the actual video track, the other are one-frame
11959           tracks (images). Unfortunately, the number of frames according
11960           to the trak header is 1 for each, so that doesn't help. So
11961           instead, I look at the duration and discard tracks with a
11962           duration shorter than 20% of the length of the stream. Better
11963           than nothing.
11964
11965 2004-10-01  Christian Schaller <christian@fluendo.com>
11966
11967         * ext/ivorbis/vorbis.c:
11968           Patch from Phil Blundell (Bug 152341)
11969
11970 2004-10-01  Wim Taymans  <wim@fluendo.com>
11971
11972         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11973         (speex_dec_get_formats), (speex_dec_convert),
11974         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
11975         (speex_dec_chain), (gst_speexdec_get_property),
11976         (gst_speexdec_set_property):
11977         Small cleanups.
11978
11979 2004-10-01  Wim Taymans  <wim@fluendo.com>
11980
11981         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11982         (gst_wavparse_stream_init), (gst_wavparse_fmt),
11983         (gst_wavparse_other), (gst_wavparse_loop),
11984         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11985         (gst_wavparse_srcpad_event):
11986         * gst/wavparse/gstwavparse.h:
11987         Added some more debugging info.
11988         Fix the case where the length of the file is 0.
11989         Make sure we seek to sample borders.
11990
11991 2004-10-01  Wim Taymans  <wim@fluendo.com>
11992
11993         * gst/playback/README:
11994         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11995         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
11996         (try_to_link_1), (no_more_pads), (close_link), (type_found):
11997         Add some debug info to decodebin, update README
11998
11999 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12000
12001         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
12002           Don't use g_print(); use GST_DEBUG().
12003
12004 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12005
12006         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12007         (gst_ogg_mux_queue_pads):
12008           Handle EOS properly.
12009
12010 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12011
12012         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12013
12014         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
12015         (gst_faad_chain), (gst_faad_change_state):
12016         * ext/faad/gstfaad.h:
12017           Allow playback of raw (unframed) MPEG AAC files (#148993).
12018
12019 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12020
12021         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12022
12023         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12024           Throw error if we didn't recognize the stream. Fixes #152289.
12025
12026 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12027
12028         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
12029           Fix negotiation.
12030
12031 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
12032
12033         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12034
12035         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12036           Fix memleak.
12037
12038 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
12039
12040         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12041
12042         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
12043           Solve #152805.
12044         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
12045           Solve 152806.
12046
12047 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12048
12049         * gst-libs/gst/riff/riff-media.c:
12050         (gst_riff_create_video_caps_with_data),
12051         (gst_riff_create_audio_caps_with_data):
12052           Add codec_data handling (like asfdemux used to do).
12053         * gst/asfdemux/gstasf.c: (plugin_init):
12054         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
12055         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
12056           Use riff-media for caps creation instead of our own (mostly
12057           broken) copy of its functions.
12058
12059 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12060
12061         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
12062           Don't actually error out if we get another return value than
12063           -EINVAL. Opposite to what I first thought, drivers have random
12064           return values for this, although -EINVAL is the expected return
12065           value. Since this is not fatal, we shouldn't use
12066           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
12067
12068 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12069
12070         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12071         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
12072         (dvdreadsrc_get_property), (_open), (_seek), (_read),
12073         (dvdreadsrc_get), (dvdreadsrc_open_file),
12074         (dvdreadsrc_change_state):
12075           Fix. Don't do one big huge loop around the whole DVD, that will
12076           cache all data and thus eat sizeof(dvd) (several GB) before we
12077           see something.
12078         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
12079           Actually NULL'ify event after using it.
12080         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
12081         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
12082         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
12083         (gst_ebml_read_seek), (gst_ebml_read_skip):
12084           Handle events.
12085         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
12086         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
12087         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
12088           Fix timing (this will probably break if I seek using menus, but
12089           I didn't get there yet). VOBs and normal DVDs should now work.
12090           Add a mpeg2-only pad with high rank so this get autoplugged for
12091           MPEG-2 movies.
12092         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
12093         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
12094         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
12095         (gst_mpeg_demux_get_audio_stream),
12096         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
12097         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
12098           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
12099           MPEG-1 but use dvddemux for MPEG-2.
12100         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
12101         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
12102         (gst_mpeg_parse_parse_packhead):
12103           Timing. Only add pad template if it exists. Add sink template from
12104           class and not from ourselves. This means we will always use the
12105           correct sink template even if it is not the one defined in this
12106           file.
12107
12108 2004-09-29  Wim Taymans  <wim@fluendo.com>
12109
12110         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
12111         (gst_mpeg_demux_parse_pes):
12112         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
12113         Fix playback of mpeg again, timestamps where screwed up by
12114         patch 1.61.
12115
12116 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12117
12118         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
12119           Only return true if we actually filled something in. Prevents
12120           player applications from showing a random length for flac files.
12121         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
12122         (gst_riff_read_use_event), (gst_riff_read_handle_event),
12123         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
12124         (gst_riff_read_strf_vids_with_data),
12125         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
12126           OK, ok, so I implemented event handling. Apparently it's normal
12127           that we receive random events at random points without asking
12128           for it.
12129         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12130         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12131         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
12132         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
12133         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
12134         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12135         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12136         * gst/avi/gstavidemux.h:
12137           Implement non-lineair chunk handling and subchunk processing.
12138           The first solves playback of AVI files where the audio and video
12139           data of individual buffers that we read are not synchronized.
12140           This should not happen according to the wonderful AVI specs, but
12141           of course it does happen in reality. It is also a prerequisite for
12142           the second. Subchunk processing allows us to cut chunks in small
12143           pieces and process each of these pieces separately. This is
12144           required because I've seen several AVI files with incredibly large
12145           audio chunks, even some files with only one audio chunk for the
12146           whole file. This allows for proper playback including seeking.
12147           This patch is supposed to fix all AVI A/V sync issues.
12148         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
12149         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
12150           Work.
12151         * gst/modplug/gstmodplug.cc:
12152           Proper return value setting for the query() function.
12153         * gst/playback/gstplaybasebin.c: (setup_source):
12154           Being in non-playing state (after, e.g., EOS) is not necessarily
12155           a bad thing. Allow for that. This fixes playback of short files.
12156           They don't actually playback fully now, because the clock already
12157           runs. This means that small files (<500kB) with a small length
12158           (<2sec) will still not or barely play. Other files, such as mod
12159           or flx, will work correctly, however.
12160
12161 2004-09-28  Wim Taymans  <wim@fluendo.com>
12162
12163         * ext/speex/gstspeex.c: (plugin_init):
12164         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
12165         (gst_speex_dec_class_init), (speex_dec_get_formats),
12166         (speex_get_event_masks), (speex_get_query_types),
12167         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
12168         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
12169         (gst_speexdec_get_property), (gst_speexdec_set_property),
12170         (speex_dec_change_state):
12171         * ext/speex/gstspeexdec.h:
12172         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
12173         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
12174         (gst_speexenc_base_init), (gst_speexenc_class_init),
12175         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
12176         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
12177         (gst_speexenc_src_query), (gst_speexenc_init),
12178         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
12179         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
12180         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
12181         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
12182         (gst_speexenc_chain), (gst_speexenc_get_property),
12183         (gst_speexenc_set_property), (gst_speexenc_change_state):
12184         * ext/speex/gstspeexenc.h:
12185         Rewrote speex encoder, make sure it can be embedded in ogg.
12186         Implemented speex decoder.
12187
12188 2004-09-28  Christian Schaller <christian@fluendo.com>
12189
12190         * configure.ac:
12191         Remove kioslave plugin. Markey is brewing a new working one
12192         * ext/Makefile.am: Remove kioslave plugin
12193         * ext/kio: remove
12194         * gst-plugins.spec.in: remove kio plugin from spec
12195
12196 2004-09-27  Wim Taymans  <wim@fluendo.com>
12197
12198         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12199         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
12200         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
12201         (gst_multifdsink_new_client),
12202         (gst_multifdsink_handle_client_write),
12203         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12204         (gst_multifdsink_handle_clients):
12205         * gst/tcp/gstmultifdsink.h:
12206         Make syncing to keyframes actually work for new clients and lagging
12207         clients.
12208
12209 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12210
12211         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
12212         (gst_navigationtest_handle_src_event), (draw_box_planar411),
12213         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
12214         * gst/debug/gstnavigationtest.h:
12215           make navigationtest display button-press and button-release events
12216
12217 2004-09-26 Iain <iaingnome@gmail.com>
12218
12219         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
12220         the channels have received a new media event.
12221         (interleave_buffered_loop): Compresses a new media event on all
12222         channels into one.
12223
12224 2004-09-26 Iain <iaingnome@gmail.com>
12225
12226         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
12227         call the sinkpad's default event handler and not the srcpads. He also
12228         says this is confusing :)
12229         (gst_wavenc_stop_file): Company says that seek events only go upstream
12230         we should send a discontinuous downstream instead.
12231
12232 2004-09-25  Christian Schaller <christian@fluendo.com>
12233
12234         * Update SPEC file to be usable in conjunction with Fedora Core,
12235           Fedora.us and freshrpms packages
12236         * Fix typo in multifilesrc test Makefile
12237
12238 2004-09-24  Wim Taymans  <wim@fluendo.com>
12239
12240         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12241         Only signal the no_more_pads signal when we have
12242         added the stream to our list.
12243
12244 2004-09-24  Wim Taymans  <wim@fluendo.com>
12245
12246         * gst/playback/gstplaybasebin.c: (remove_prerolls),
12247         (new_decoded_pad):
12248         * gst/playback/gstplaybasebin.h:
12249         * gst/playback/gstplaybin.c: (setup_sinks):
12250         Don't try to preroll or decode more than one audio/video
12251         track.
12252
12253 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12254
12255         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12256           Throw error if we failed to find a suitable output. This should
12257           throw an error if we successfully set up a pipeline (e.g. because
12258           we recognized a media file) but found no decodable streams in it
12259           (e.g. because it contains only media stream types for which we
12260           have no decoders, or because it's not a media type).
12261
12262 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12263
12264         * ext/dirac/Makefile.am:
12265         * ext/dirac/gstdirac.cc:
12266         * ext/dirac/gstdiracdec.cc:
12267         * ext/dirac/gstdiracdec.h:
12268           Do something. Don't actually know if this works because I don't
12269           have a demuxer yet.
12270         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
12271           Add channels=1 to caps returned from _getcaps().
12272         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
12273         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
12274         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
12275         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
12276         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
12277         (gst_ogm_parse_change_state):
12278           Separate between audio/video so ogmaudioparse actually uses the
12279           audio pad templates. Both audio and video work now, including
12280           autoplugging. Also use sometimes-srcpad hack.
12281         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
12282           Handle events better. Don't hang on infinite loops.
12283         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12284         (gst_avi_demux_init), (gst_avi_demux_reset),
12285         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12286         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
12287         (gst_avi_demux_change_state):
12288         * gst/avi/gstavidemux.h:
12289           Improve A/V sync. Still not perfect.
12290         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
12291         (gst_ebml_read_skip):
12292           Handle events better.
12293         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
12294         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
12295         (qtdemux_audio_caps):
12296           Add IMA4. Improve event handling. Save offset after a seek when
12297           the headers are at the end of the file so that we don't end up in
12298           an infinite loop.
12299         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
12300           Add low-priority typefind support for files with no length.
12301
12302 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12303
12304         * testsuite/multifilesink/Makefile.am:
12305         fix typo
12306
12307 2004-09-22  Julien MOUTTE  <julien@moutte.net>
12308
12309         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
12310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
12311         mistakes from thaytan's patches.
12312
12313 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
12314
12315         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
12316           For completeness, XSync in the destroy function as xvimage does.
12317
12318 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
12319
12320         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12321            Correct caps negotiation
12322         * gst/volume/gstvolume.c: (volume_chain_float),
12323         (volume_chain_int16):
12324            Modify debug output to be little more informative
12325         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
12326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12327         (gst_xvimagesink_xvimage_destroy):
12328           Add XSync calls after detaching from the shared memory segment to
12329           avoid a crash.
12330
12331 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12332
12333         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12334         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
12335         * ext/vorbis/vorbis.c: (plugin_init):
12336         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12337         (gst_vorbisenc_chain):
12338         * ext/vorbis/vorbisenc.h:
12339         remove explicit newmedia support from oggmux and vorbisenc
12340         add debug category to vorbisenc
12341         * gst/multifilesink/gstmultifilesink.c:
12342         (gst_multifilesink_class_init), (gst_multifilesink_init),
12343         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
12344         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
12345         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
12346         (plugin_init):
12347         * gst/multifilesink/gstmultifilesink.h:
12348         add support for streamheader in multifilesink
12349
12350 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12351
12352         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
12353         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
12354         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
12355           Prevent infinite loops. More correct error reporting.
12356         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12357           Error out if negotiation fails.
12358         * gst/playback/gstplaybasebin.c: (setup_source),
12359         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
12360         (gst_play_base_bin_found_tag):
12361           Error/tag forwarding. Pre-roll fixes for source errors on state
12362           changes (e.g. "file does not exist") to prevent hangs.
12363
12364 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12365
12366         * testsuite/multifilesink/Makefile.am:
12367         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
12368         (gst_newmedia_class_init), (gst_newmedia_init),
12369         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12370         (newfile_signal), (test_signal), (main):
12371         * testsuite/multifilesink/multifilesrc_test.c: (main):
12372         * testsuite/multifilesink/oggtheora_test.c:
12373         (gst_newmedia_base_init), (gst_newmedia_class_init),
12374         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
12375         (test_format), (newfile_signal), (test_signal), (main):
12376         * testsuite/multifilesink/oggvorbis_test.c:
12377         (gst_newmedia_base_init), (gst_newmedia_class_init),
12378         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
12379         (test_format), (newfile_signal), (test_signal), (main):
12380         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
12381         (gst_newmedia_class_init), (gst_newmedia_init),
12382         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12383         (newfile_signal), (test_signal), (main):
12384         New media tests
12385
12386 2004-09-20  Christian Schaller <christian@fluendo.com>
12387
12388         * Fix mikmod license to LGPL as they have relicensed
12389         * Move Dirac and Effectv into LGPL section of README_license
12390
12391 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12392
12393         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
12394         (gst_mad_change_state):
12395           Allow for mp3 rate/channels changes. However, only very
12396           conservatively. Reason that we *have* to enable this is smiply
12397           because the mad find_sync() function is not good enough, it will
12398           regularly sync on random data as valid frames and therefore make
12399           us provide random caps as *final* caps of the stream. The best fix
12400           I could think of is to simply require several of the same stream
12401           changes in a row before we change caps.
12402           The actual testcase that works now is #
12403         * ext/ogg/Makefile.am:
12404         * ext/ogg/gstogg.c: (plugin_init):
12405         * ext/ogg/gstogmparse.c:
12406           OGM support (video only for now; I need an audio sample file).
12407         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
12408         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
12409         (gst_asf_demux_add_video_stream):
12410           WMV extradata.
12411         * gst/playback/gstplaybasebin.c: (unknown_type):
12412           Don't error out on single unknown-types after all. It's wrong.
12413           If we found type of video and audio but not of a subtitle stream,
12414           it will still error out (which is unwanted). Will find a better fix
12415           later on.
12416         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
12417         (ogmaudio_type_find), (plugin_init):
12418           OGM support.
12419
12420 2004-09-20  Johan Dahlin  <johan@gnome.org>
12421
12422         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
12423         after setting caps.
12424
12425 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12426
12427         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
12428         * gst/wavenc/gstwavenc.h:
12429         Added newmedia support to wavenc
12430
12431 2004-09-17  Wim Taymans  <wim@fluendo.com>
12432
12433         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
12434         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
12435         (gst_fdset_fd_can_write), (gst_fdset_wait):
12436         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
12437         (gst_multifdsink_init), (gst_multifdsink_add),
12438         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
12439         (gst_multifdsink_remove_client_link),
12440         (gst_multifdsink_client_queue_buffer),
12441         (gst_multifdsink_handle_client_write),
12442         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
12443         (gst_multifdsink_close), (gst_multifdsink_change_state):
12444         * gst/tcp/gstmultifdsink.h:
12445         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
12446         (gst_tcpserversink_removed):
12447         Small cleanups in fdset.c
12448         Use a hastable to map fd to the client structure for faster
12449         lookup in _remove and get_stats.
12450         Added virtual function to close the fds.
12451         Handle clients even when the select/poll call was unblocked because
12452         of a command.
12453         Implement syncing to keyframe in the recovery procedure.
12454
12455 2004-09-16 Iain <iaingnome@gmail.com>
12456
12457         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
12458         try caps.
12459
12460 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12461
12462         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
12463           Caps are only set if the type of the stream is unknown, but this
12464           is initialized in ->init_stream(), so set to UNKNOWN after calling
12465           ->init_stream() so that capsnego starts.
12466
12467 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12468
12469         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12470         (gst_avi_demux_stream_data):
12471           Just hardcode for raw audio then. AVI audio sucks.
12472
12473 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
12474
12475         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
12476         * gst/matroska/matroska-mux.c: (audiosink_templ),
12477         (gst_matroska_mux_audio_pad_link):
12478         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
12479         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
12480
12481 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12482
12483         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12484         (gst_avi_demux_stream_data):
12485           Try to fix a/v sync issues.
12486
12487 2004-09-15  David Schleef  <ds@schleef.org>
12488
12489         * configure.ac: remove NASM check, since we don't use it.  Update
12490         dirac check to 0.4
12491         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
12492         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12493         Initialized variables.
12494         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12495         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
12496         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
12497         SVQ3 format
12498
12499 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12500
12501         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12502         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
12503         * gst/avi/gstavidemux.h:
12504           Fix for compressed audio (mp3) timestamp generation. How did this
12505           ever work?
12506
12507 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12508
12509         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12510           Volume is a double not a float.
12511
12512 2004-09-15  Wim Taymans  <wim@fluendo.com>
12513
12514         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
12515         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
12516         Don't close the fd in multifdsink as we didn't open it in the
12517         first place. Some cleanups.
12518
12519 2004-09-15  Wim Taymans  <wim@fluendo.com>
12520
12521         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12522         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12523         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
12524         Fix the case where the muxer would mark pages as delta
12525         frames when they are not (vorbis only ogg).
12526
12527 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12528
12529         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
12530         (gst_play_base_bin_change_state):
12531           Handle the case where we failed to setup a clear pipeline. This
12532           will throw an error (or EOS, another nice case) and if you don't
12533           catch that, the app will wait for the signal forever (and thus
12534           hang).
12535
12536 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12537
12538         * ext/gnomevfs/gstgnomevfssink.c:
12539         (gst_gnomevfssink_uri_get_protocols):
12540         * ext/gnomevfs/gstgnomevfssrc.c:
12541         (gst_gnomevfssrc_uri_get_protocols):
12542         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
12543         * ext/gnomevfs/gstgnomevfsuri.h:
12544           Use _uri_new() instead of _open(), so it doesn't take as long and
12545           Christophe's computer won't hang.
12546         * gst/playback/gstplaybasebin.c: (unknown_type):
12547           Throw error on unknown media type, so apps actually display it.
12548
12549 2004-09-14  Brian Cameron  <brian.cameron@sun.com
12550
12551         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
12552           this script to work on Solaris since bash shell handles echo
12553           differenly than bash.
12554
12555 2004-09-17  Wim Taymans  <wim@fluendo.com>
12556
12557         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
12558         (setup_source), (gst_play_base_bin_set_property),
12559         (gst_play_base_bin_add_element):
12560         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12561         Some more work on making sure seeking pauses the pipeline and
12562         that changing the uri actually does something.
12563
12564 2004-09-17  Wim Taymans  <wim@fluendo.com>
12565
12566         * gst/tcp/gstfdset.c: (gst_fdset_wait):
12567         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
12568         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
12569         (gst_tcpserversink_close):
12570         Be a bit more paranoid when freeing memory.
12571
12572 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12573
12574         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
12575         (qtdemux_parse_trak):
12576           Don't crash by dividing by zero (see sample movie in #126922).
12577
12578 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12579
12580         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
12581           Don't touch non-existing data (fixes crash on file in #140147).
12582
12583 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12584
12585         * gst/playback/gstplaybasebin.c:
12586         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
12587           Handle double disposals, and proper change of URIs.
12588
12589 2004-09-13  Martin Eikermann <meiker@upb.de>
12590
12591         * gst/mpegstream/gstmpegparse.c:
12592           fix synchronistation for streams recorded from digital PCR
12593           fixes bug #119376
12594
12595 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12596
12597         * ext/gnomevfs/Makefile.am:
12598         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
12599         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
12600         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
12601         (gst_gnomevfssink_uri_get_type),
12602         (gst_gnomevfssink_uri_get_protocols),
12603         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
12604         (gst_gnomevfssink_uri_handler_init),
12605         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
12606         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
12607         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
12608         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
12609         (gst_gnomevfssrc_uri_get_type),
12610         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
12611         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
12612         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
12613         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
12614         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
12615         * ext/gnomevfs/gstgnomevfsuri.h:
12616           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
12617           of fake URIs to see which this version of Gnome-VFS likes, and
12618           uses that for the Gst-URI interface. Makes playbin support http://
12619           streams. Also fix up some stupid behaviour in gnomevfssrc.
12620
12621 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12622
12623         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
12624         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
12625         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
12626         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
12627           Update mixer (to sync with other sessions) if we try to obtain
12628           a new value. This makes alsamixer work accross applications.
12629         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12630           Only call sync functions if we're running, else alsalib asserts.
12631         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
12632           Sometimes fails to compile. Possibly a gcc bug.
12633         * gst/playback/gstplaybin.c: (gen_video_element),
12634         (gen_audio_element):
12635           Add a reference to an application-provided object, because we lose
12636           this same reference if we add it to the bin. If we don't do this,
12637           we can only use this object once and thus crash if we go from
12638           ready to playing, back to ready and back to playing again.
12639           Also add an audioscale element because several cheap soundcards -
12640           like mine - don't support all samplerates.
12641         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
12642         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
12643           Fix wrong order or PAR calls. Makes automatically obtained PAR
12644           from the X server atually being used.
12645
12646 2004-09-12  David Schleef  <ds@schleef.org>
12647
12648         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
12649         #151887, #152102, #152247.
12650         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
12651         * examples/seeking/cdparanoia.c: same
12652         * examples/seeking/cdplayer.c: same
12653         * examples/seeking/seek.c: same
12654         * examples/seeking/spider_seek.c: same
12655         * examples/seeking/vorbisfile.c: same
12656         * examples/stats/mp2ogg.c: same
12657         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12658         (gst_esdsink_dispose): Dispose of element properly.
12659         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
12660         fixes.
12661         * ext/nas/nassink.c: (gst_nassink_class_init),
12662         (gst_nassink_dispose): Dispose of element correctly.
12663         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
12664         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12665         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12666         Fix 64-bit warning.
12667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12668         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
12669         Fix 64-bit warning.
12670
12671 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12672
12673         * configure.ac : change speex detection as 1.1.6 now uses
12674           .pc/pkg-config and they changed their headers location.
12675
12676 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
12677
12678         * gst/matroska/matroska-mux.h:
12679         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
12680         (gst_matroska_mux_start), (gst_matroska_mux_finish),
12681         (gst_matroska_mux_write_data):
12682           Write multiple blocks/frames per cluster.
12683                 Write meta-seek information (seek heads).
12684
12685 2004-09-09  Scott Wheeler <wheeler@kde.org>
12686
12687         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
12688         (gst_play_bin_set_property), (gst_play_bin_get_property),
12689         (gen_audio_element), (gen_audio_element):
12690           Add a volume element / property to the pipeline.
12691
12692 2004-09-07  Wim Taymans  <wim@fluendo.com>
12693
12694         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
12695         Copy timestamps from the master pad to the output buffers.
12696
12697 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12698
12699         * ext/raw1394/gstdv1394src.c:
12700           throw errors when applicable
12701
12702 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
12703
12704         * gst/matroska/ebml-ids.h:
12705         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
12706         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
12707         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
12708           automatically convert unix time <-> ebml time when reading/writing
12709           a date, use gst_ebml_write_uint to write CUETIME,
12710           not gst_ebml_write_date.
12711         * gst/matroska/matroska-ids.h:
12712         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
12713         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
12714         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12715         (gst_matroska_mux_write_data):
12716           Write track and segment UIDs, write muxing date, write
12717           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
12718           Create cues for audio only files.
12719
12720 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12721
12722         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12723         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12724           Re-commit ALSA switches.
12725         * gst/adder/gstadder.c: (gst_adder_loop):
12726           64-bit fix (#151416).
12727         * gst/debug/progressreport.c: (gst_progressreport_report):
12728           64-bit fix (#151419).
12729         * gst/matroska/matroska-demux.c:
12730         (gst_matroska_demux_parse_contents):
12731           64-bit fix (#151420).
12732         * gst/playback/test3.c: (update_scale):
12733           64-bit fix (#151421).
12734
12735 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
12736
12737         * configure.ac:
12738           bump nano to cvs
12739
12740 === release 0.8.4 ===
12741
12742 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12743
12744         * configure.ac: releasing 0.8.4, "Alias"
12745
12746 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
12747
12748         * ext/theora/Makefile.am:
12749           fix makefile.  Fixes #151462.
12750
12751 2004-08-30  Wim Taymans  <wim@fluendo.com>
12752
12753         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
12754         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12755         (gst_multifdsink_remove_client_link),
12756         (gst_multifdsink_client_queue_buffer),
12757         (gst_multifdsink_handle_client_write):
12758         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
12759         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
12760         Fix some memory leaks.
12761
12762 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12763
12764         Patch by: David Schleef
12765
12766         * configure.ac:
12767         * sys/Makefile.am:
12768           rename our detection macro for V4L2.  Fixes #151236.
12769
12770 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12771
12772         Patch by: David Schleef
12773
12774         * configure.ac:
12775           check to define LAMEPRESET.  Fixes #151232.
12776
12777 2004-08-27  David Schleef  <ds@schleef.org>
12778
12779         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
12780         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
12781         (gst_glimagesink_fixate):  Move local variable declarations to
12782         make gcc-2.95 happy.
12783
12784 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12785
12786         * configure.ac:
12787           bump nano for prerelease
12788
12789 2004-08-27  David Schleef  <ds@schleef.org>
12790
12791         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
12792         * sys/sunaudio/gstsunaudiosrc.c:
12793         * sys/sunaudio/gstsunaudiosrc.h:
12794
12795 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
12796
12797         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
12798         handle EOS correctly
12799         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
12800         * gst/matroska/matroska-mux.h:
12801         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
12802         VFW compatibility mode
12803
12804 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12805
12806         patch by: Zaheer Abbas Merali
12807
12808         * ext/ogg/gstoggmux.c:
12809         * ext/vorbis/vorbisenc.c:
12810         * ext/vorbis/vorbisenc.h:
12811           handle NEWMEDIA
12812
12813 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
12814
12815         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
12816         fix byte order reversion on little endian machines.
12817         * gst/matroska/matroska-mux.c: (audiosink_templ),
12818         (gst_matroska_mux_audio_pad_link):
12819         add TTA codec to the list of supported codecs.
12820         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
12821         (gst_matroska_mux_start), (gst_matroska_mux_finish),
12822         (gst_matroska_mux_write_data):
12823         * gst/matroska/matroska-mux.h:
12824         write segment duration correctly, write muxing app string, fixes bugs
12825         #140897 and #140898.
12826         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
12827         wait for all pads to be negotiated before starting to mux.
12828
12829 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12830
12831         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
12832         * ext/lame/gstlame.h:
12833         Added new media support to lame
12834
12835 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
12836
12837         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
12838         send vorbis headers at the beginning of a stream, fixes bug #141554.
12839         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
12840         bug #148950.
12841         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
12842         (gst_matroska_demux_plugin_init):
12843         * gst/matroska/matroska-ids.h:
12844         enable demuxing of TTA audio streams, fixes bug #148951.
12845         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
12846         enable typefinding for TTA audio files, fixes bug #148711.
12847         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
12848         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
12849         fixes playback of packed bitstream and xvid with bframes, bug #135407.
12850
12851 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
12852
12853         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
12854         (gst_riff_read_element_data), (gst_riff_read_seek),
12855         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
12856         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
12857         <teuf@gnome.org>
12858
12859 2004-08-23 Iain <iaingnome@gmail.com>
12860
12861         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
12862         tags. They appear to be handled differently to normal.
12863         (tag_list_to_id3_tag_foreach): Ditto.
12864
12865 2004-08-22  Wim Taymans  <wim@fluendo.com>
12866
12867         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12868         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
12869         Make sure we never send -1 granulepos.
12870
12871 2004-08-20  Wim Taymans  <wim@fluendo.com>
12872
12873         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12874         (gst_ogg_mux_loop):
12875         I will accept bitchslappings with non sharp objects.
12876
12877 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12878
12879         * configure.ac:
12880         Clean up the test for lame presets
12881
12882 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12883
12884         * configure.ac:
12885         * ext/lame/Makefile.am:
12886         * ext/lame/gstlame.c: (gst_lame_class_init),
12887         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
12888         Only enable lame presets if version of lame has presets in API
12889
12890 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
12891         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
12892         * gst/udp/gstudpsrc.h:
12893           Don't call gst_pad_push in a get function. Fixes #150449
12894
12895 2004-08-18  Wim Taymans  <wim@fluendo.com>
12896
12897         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
12898         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
12899         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
12900         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12901         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12902         (gst_fdset_wait):
12903         * gst/tcp/gstfdset.h:
12904         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12905         (gst_multifdsink_client_queue_buffer),
12906         (gst_multifdsink_handle_client_write):
12907         * gst/tcp/gstmultifdsink.h:
12908         Some extra checks in gstfdset.
12909         Only use send() when the fd is a socket. Don't try to
12910         read from write only fds.
12911
12912 2004-08-18  Wim Taymans  <wim@fluendo.com>
12913
12914         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
12915         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
12916         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12917         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12918         (gst_fdset_wait):
12919         Add more locking and bounds checking.
12920
12921 2004-08-18  Wim Taymans  <wim@fluendo.com>
12922
12923         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
12924         Realloc test fdset in the lock and right before starting
12925         the poll call. Bump the limit to 4096.
12926
12927 2004-08-17  David Schleef  <ds@schleef.org>
12928
12929         * sys/sunaudio/Makefile.am:
12930         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
12931         of rates and channels.  Make debugging less obnoxious.
12932
12933         Patch from Balamurali Viswanathan implementing a mixer for
12934         Sun audio.  (bug #144091):
12935         * sys/sunaudio/gstsunelement.c:
12936         * sys/sunaudio/gstsunelement.h:
12937         * sys/sunaudio/gstsunmixer.c:
12938         * sys/sunaudio/gstsunmixer.h:
12939
12940 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12941
12942         * gst/audioscale/gstaudioscale.c:
12943         * gst/audioscale/gstaudioscale.h:
12944         made audioscale resample from any sample rate to any sample rate
12945
12946 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12947
12948         * ext/libpng/gstpngdec.c:
12949           error out on unsupported types
12950
12951 2004-08-17  Iain <iaingnome@gmail.com>
12952
12953         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
12954         mid_side and loose_mid_side properties if its a stereo stream.
12955
12956 2004-08-17  Wim Taymans  <wim@fluendo.com>
12957
12958         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12959         (theora_get_formats), (theora_dec_src_convert),
12960         (theora_dec_sink_convert), (theora_dec_src_query),
12961         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12962         Add a debug line.
12963
12964 2004-08-17  Wim Taymans  <wim@fluendo.com>
12965
12966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
12967         (gst_ogg_pad_push):
12968         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12969         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
12970         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
12971         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
12972         Mark delta units in the muxer.
12973         Try to decode the packet after an out-of-sync error from
12974         libogg.
12975
12976 2004-08-17  Wim Taymans  <wim@fluendo.com>
12977
12978         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12979         (gst_multifdsink_init), (gst_multifdsink_add),
12980         (gst_multifdsink_client_queue_buffer),
12981         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
12982         * gst/tcp/gstmultifdsink.h:
12983         Added option to send a keyframe to clients as the first buffer.
12984         Make timeout property writable.
12985
12986 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12987
12988         patch by: Wim Taymans
12989
12990         * gst/tcp/gstfdset.c:
12991         * gst/tcp/gstmultifdsink.c:
12992           fix index comparison, should include 0
12993
12994 2004-08-16  Wim Taymans  <wim@fluendo.com>
12995
12996         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
12997         (gst_fdset_add_fd), (gst_fdset_remove_fd),
12998         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12999         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13000         (gst_fdset_wait):
13001           copy when reallocing for poll so the select arguments don't get
13002           changed during the call
13003
13004 2004-08-16  Wim Taymans  <wim@fluendo.com>
13005
13006         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
13007         (gst_theora_enc_class_init), (theora_enc_sink_link),
13008         (theora_buffer_from_packet), (theora_enc_chain):
13009         Fix bug where buffers were not marked as keyframes
13010         correctly.
13011
13012 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13013
13014         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
13015         (gst_lame_preset_get_type), (gst_lame_class_init):
13016         describe the enum values for vbr mode and presets more verbosely
13017
13018 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13019
13020         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
13021         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
13022         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
13023         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
13024         * ext/lame/gstlame.h:
13025         add preset property to lame so it can use lame presets
13026
13027 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13028
13029         * ext/lame/gstlame.c: (gst_lame_get_property):
13030         whoops forgot break, thanks teuf
13031
13032 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13033
13034         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
13035         (gst_lame_class_init), (gst_lame_src_getcaps),
13036         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
13037         (gst_lame_get_property), (gst_lame_setup):
13038         * ext/lame/gstlame.h:
13039         fix lame's broken vbr stuff, allow it to resample if need be, and also
13040         make xing header optional
13041
13042 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13043
13044         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
13045         added getcaps function so samplerate doesnt get fixated to silly values
13046
13047 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13048
13049         * ext/lame/gstlame.c: (gst_lame_src_link):
13050         revert previous fix
13051
13052 2004-08-12  Johan Dahlin  <johan@gnome.org>
13053
13054         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
13055         checks. Doesn't matter what state we are in. Interfaces are a
13056         compile time thing, not runtime. It also broke the python bindings.
13057
13058 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13059
13060         * ext/lame/gstlame.c: (gst_lame_src_link):
13061         made source pad link function check if sinkpad is ok..fixes the problem
13062         where core fixates the output rate of lame stupidly
13063
13064 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13065
13066         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
13067         * sys/v4l/v4l_calls.c:
13068         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
13069           fix fixate function to handle nonsimple caps.
13070           remove bogus check in _link
13071           cleanups
13072
13073 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13074
13075         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
13076         set default compression ratio parameter to 0.0 so bitrate parameter
13077         works :)
13078
13079 2004-08-11  David Schleef  <ds@schleef.org>
13080
13081         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
13082
13083 2004-08-11  David Schleef  <ds@schleef.org>
13084
13085         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
13086         before.
13087
13088 2004-08-11  David Schleef  <ds@schleef.org>
13089
13090         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
13091
13092 2004-08-11  David Schleef  <ds@schleef.org>
13093
13094         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
13095           license field
13096         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
13097         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
13098           LGPL.
13099         * gst/auparse/gstauparse.c: Fix plugin license field.
13100         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
13101         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
13102         * gst/rtp/gstrtp.c: Fix plugin license field.
13103
13104 2004-08-11  Wim Taymans  <wim@fluendo.com>
13105
13106         * gst/tcp/Makefile.am:
13107         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
13108         (ensure_size), (gst_fdset_new), (gst_fdset_free),
13109         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
13110         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
13111         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
13112         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
13113         (gst_fdset_fd_can_write), (gst_fdset_wait):
13114         * gst/tcp/gstfdset.h:
13115         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
13116         (gst_multifdsink_class_init), (gst_multifdsink_init),
13117         (gst_multifdsink_add), (gst_multifdsink_remove),
13118         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13119         (gst_multifdsink_remove_client_link),
13120         (gst_multifdsink_handle_client_read),
13121         (gst_multifdsink_client_queue_data),
13122         (gst_multifdsink_client_queue_caps),
13123         (gst_multifdsink_client_queue_buffer),
13124         (gst_multifdsink_handle_client_write),
13125         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13126         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13127         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13128         (gst_multifdsink_close):
13129         * gst/tcp/gstmultifdsink.h:
13130         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13131         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13132         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
13133         (gst_tcpserversink_close):
13134         * gst/tcp/gsttcpserversink.h:
13135         Abstracted away the select call, implemented poll (yes we ran into
13136         the 1024 limit in production).
13137
13138 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13139
13140         * gst/tcp/gsttcp.c:
13141         * gst/tcp/gsttcpplugin.c:
13142           improve debuggging, remove assert
13143
13144 2004-08-10  Wim Taymans  <wim@fluendo.com>
13145
13146         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
13147         (gst_client_status_get_type), (gst_multifdsink_class_init),
13148         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13149         (gst_multifdsink_handle_client_read),
13150         (gst_multifdsink_handle_client_write),
13151         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13152         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13153         (gst_multifdsink_get_property):
13154         * gst/tcp/gstmultifdsink.h:
13155         * gst/tcp/gsttcp-marshal.list:
13156         Starting to prepare for specifying buffer time in other units
13157         than buffers. Expose remove reason in signal.
13158
13159 2004-08-10  Wim Taymans  <wim@fluendo.com>
13160
13161         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13162         (gst_multifdsink_remove), (gst_multifdsink_clear),
13163         (gst_multifdsink_remove_client_link),
13164         (gst_multifdsink_handle_client_read),
13165         (gst_multifdsink_client_queue_data),
13166         (gst_multifdsink_client_queue_buffer),
13167         (gst_multifdsink_handle_client_write),
13168         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13169         (gst_multifdsink_chain), (gst_multifdsink_close):
13170         * gst/tcp/gstmultifdsink.h:
13171         Added more debugging info. Changed the way clients are
13172         removed from the lists. Fixed a bug where a bad file descriptor
13173         could cause many clients to be removed.
13174
13175 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13176
13177         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
13178           allow all pixel-aspect-ratios, not just 1:1
13179
13180 2004-08-09  David Schleef  <ds@schleef.org>
13181
13182         * sys/glsink/ARB_multitexture.h:  Remove old files.
13183         * sys/glsink/EXT_paletted_texture.h:
13184         * sys/glsink/NV_register_combiners.h:
13185         * sys/glsink/gstgl_nvimage.c:
13186         * sys/glsink/gstgl_pdrimage.c:
13187         * sys/glsink/gstgl_rgbimage.c:
13188         * sys/glsink/gstglsink.c:
13189         * sys/glsink/gstglsink.h:
13190         * sys/glsink/gstglxwindow.c:
13191         * sys/glsink/regcomb_yuvrgb.c:
13192
13193 2004-08-09  David Schleef  <ds@schleef.org>
13194
13195         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
13196         GL sink plugin.  (Bug #147302)
13197
13198         * configure.ac: Test for OpenGL
13199         * sys/Makefile.am: Use test for OpenGL
13200         * sys/glsink/Makefile.am:
13201         * sys/glsink/glimagesink.c: rewrite
13202         * sys/glsink/glimagesink.h: rewrite
13203
13204 2004-08-09  David Schleef  <ds@schleef.org>
13205
13206         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
13207         sane framerates.
13208         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
13209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
13210         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
13211
13212 2004-08-09  Wim Taymans  <wim@fluendo.com>
13213
13214         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13215         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13216         (gst_multifdsink_client_remove),
13217         (gst_multifdsink_handle_client_read),
13218         (gst_multifdsink_handle_client_write),
13219         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
13220         Do a bit more logging, make the client_read code more robust.
13221
13222 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13223
13224         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
13225         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
13226         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
13227         (gst_jpegdec_init), (gst_jpegdec_chain):
13228         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13229         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
13230           cleanups, debugging fixes and memleak plugging
13231
13232 2004-08-09  Wim Taymans  <wim@fluendo.com>
13233
13234         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13235         (theora_get_formats), (theora_dec_src_convert),
13236         (theora_dec_sink_convert), (theora_dec_src_query),
13237         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
13238         (theora_dec_change_state):
13239         Don't crash on missing header packets.
13240
13241 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13242
13243         * po/LINGUAS:
13244         * po/sq.po:
13245           Added Albanian translation (Laurent Dhima)
13246         * po/cs.po:
13247           updated
13248
13249 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13250
13251         * ext/lame/gstlame.c:
13252           fix/add debugging
13253
13254 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13255
13256         * sys/ximage/ximagesink.c:
13257         * sys/xvimage/xvimagesink.c:
13258           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
13259
13260 2004-08-06  Wim Taymans  <wim@fluendo.com>
13261
13262         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13263         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13264         (gst_multifdsink_client_remove),
13265         (gst_multifdsink_handle_client_read),
13266         (gst_multifdsink_handle_client_write),
13267         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
13268         Make sure we don't try to read more from a client that what
13269         ioctl says us or we deadlock.
13270
13271 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13272
13273         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
13274         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
13275         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13276           decouple running_time and n_frames so it can handle changing
13277           framerate while running
13278
13279 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13280
13281         * po/nl.po:
13282         * po/sv.po:
13283           updated translations
13284
13285 2004-08-04  Benjamin Otte  <otte@gnome.org>
13286
13287         * gst/videotestsrc/gstvideotestsrc.c:
13288         (gst_videotestsrc_get_capslist), (generate_capslist),
13289         (plugin_init):
13290           generate the list of supported caps at startup and reuse it instead
13291           of always generating it
13292
13293 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13294
13295         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
13296           whoops, last checkin broke normal build
13297
13298 2004-08-03  Benjamin Otte  <otte@gnome.org>
13299
13300         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
13301         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13302         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
13303         (gst_alsa_mixer_get_option):
13304         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
13305         (dvdnavsrc_print_event):
13306         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
13307         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
13308         (gst_ogg_mux_pad_unlink):
13309         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
13310         (gst_multipart_mux_pad_unlink):
13311         * gst/videofilter/gstvideobalance.c:
13312         (gst_videobalance_colorbalance_set_value):
13313         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
13314         (gst_videomixer_pad_unlink):
13315         * po/uk.po:
13316         * sys/oss/gstossmixer.c:
13317         * sys/v4l/gstv4lcolorbalance.c:
13318         * sys/v4l/gstv4ltuner.c:
13319         * sys/v4l/v4lsrc_calls.c:
13320         * sys/v4l2/gstv4l2colorbalance.c:
13321         * sys/v4l2/gstv4l2tuner.c:
13322           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
13323
13324 2004-08-03  Benjamin Otte  <otte@gnome.org>
13325
13326         * examples/dynparams/filter.c: (ui_control_create):
13327         * examples/gstplay/player.c: (print_tag):
13328         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
13329         * ext/gdk_pixbuf/gstgdkanimation.c:
13330         (gst_gdk_animation_iter_may_advance):
13331         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
13332         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
13333         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
13334         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
13335         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
13336         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
13337         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
13338         * gst/sine/demo-dparams.c: (main):
13339         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
13340         * testsuite/alsa/formats.c: (create_pipeline):
13341         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
13342           fixes for G_DISABLE_ASSERT and friends
13343         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
13344         (mp3_type_frame_length_from_header), (mp3_type_find),
13345         (plugin_init):
13346           require mp3 typefinding to have at least MIN_HEADERS valid headers
13347           add typefinding for AAC adts files
13348
13349 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
13350
13351         * sys/ximage/ximagesink.c:
13352         (gst_ximagesink_calculate_pixel_aspect_ratio):
13353         * sys/xvimage/xvimagesink.c:
13354         (gst_xvimagesink_calculate_pixel_aspect_ratio):
13355         Make sure we calculate pixel-aspect-ratio using floating point maths
13356
13357 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13358
13359         * po/uk.po:
13360           updated translation
13361
13362 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13363
13364         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
13366           add debugging for display PAR calculation
13367
13368 2004-08-02  David Schleef  <ds@schleef.org>
13369
13370         * configure.ac: Fix mikmod CFLAGS.
13371
13372 2004-07-27  Benjamin Otte  <otte@gnome.org>
13373
13374         * gst/audioscale/gstaudioscale.c:
13375         - fix templates to only support S16, it's the only format that works
13376         - make caps nego code use try_set_caps_nonfixed and fixation instead
13377         of try_set_caps twice, which is not nice for autopluggers
13378         - change rank to secondary, so autopluggers can pick it up after
13379         audioconvert
13380
13381 2004-08-02  Iain <iain@prettypeople.org>
13382
13383         * gst/interleave/interleave.c (interleave_init),
13384         (interleave_request_new_pad),
13385         (interleave_pad_removed),
13386         (interleave_buffered_loop): Use the real pad count, not the artificial
13387         one.
13388
13389 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13390
13391         * configure.ac: bump nano back to development
13392
13393 === release 0.8.3 ===
13394
13395 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13396
13397         * configure.ac: releasing 0.8.3, "Water"
13398
13399 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13400
13401         * sys/xvimage/xvimagesink.c:
13402         (gst_xvimagesink_calculate_pixel_aspect_ratio),
13403         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
13404         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
13405         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
13406         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13407         * sys/xvimage/xvimagesink.h:
13408           apply similar PAR fixes as to ximagesink
13409
13410 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13411
13412         patch from: Benjamin Otte
13413
13414         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
13415           add link function to lame.  Fixes #148986.
13416
13417 2004-08-02  Johan Dahlin  <johan@gnome.org>
13418
13419         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
13420         fix debugging log
13421
13422 2004-07-30  David Schleef  <ds@schleef.org>
13423
13424         * gst/videomixer/Makefile.am: Fix things that should have been
13425         fixed in the last checkin.
13426
13427 2004-07-30  David Schleef  <ds@schleef.org>
13428
13429         * gst/multipart/Makefile.am: Fix things that should have been
13430         fixed in the last checkin.
13431
13432 2004-07-30  David Schleef  <ds@schleef.org>
13433
13434         * testsuite/multifilesink/Makefile.am: Fix unused variable.
13435
13436 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13437
13438         * configure.ac:
13439           bump nano for prerelease
13440         * po/af.po:
13441         * po/az.po:
13442         * po/cs.po:
13443         * po/en_GB.po:
13444         * po/hu.po:
13445         * po/nl.po:
13446         * po/sr.po:
13447         * po/sv.po:
13448         * po/uk.po:
13449           updates
13450
13451 2004-07-30  Wim Taymans  <wim@fluendo.com>
13452
13453         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13454         (gst_multifdsink_add), (gst_multifdsink_remove),
13455         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13456         (gst_multifdsink_client_remove),
13457         (gst_multifdsink_handle_client_write),
13458         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
13459         * gst/tcp/gstmultifdsink.h:
13460         Recover from a select with a bad file descriptor by removing
13461         the client.
13462
13463 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13464
13465         * configure.ac:
13466           fix requirement of core
13467         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
13468         (gst_play_pipeline_setup):
13469           don't use colorspace element.  do use hermescolorspace element.
13470           make macro to get a colorspace element.
13471           mark strings for translation.
13472         * po/POTFILES.in:
13473           add play.c
13474         * po/af.po:
13475         * po/az.po:
13476         * po/cs.po:
13477         * po/en_GB.po:
13478         * po/hu.po:
13479         * po/nl.po:
13480         * po/sr.po:
13481         * po/sv.po:
13482         * po/uk.po:
13483           update translations
13484
13485 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13486
13487         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
13488         fix default for newmedia flag
13489
13490 2004-07-30  Wim Taymans  <wim@fluendo.com>
13491
13492         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13493         (gst_theora_dec_init), (theora_get_formats),
13494         (theora_dec_src_convert), (theora_dec_sink_convert),
13495         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
13496         (theora_dec_chain), (theora_dec_set_property),
13497         (theora_dec_get_property):
13498         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
13499         (gst_theora_enc_class_init), (gst_theora_enc_init),
13500         (theora_enc_sink_link), (theora_enc_chain),
13501         (theora_enc_set_property), (theora_enc_get_property):
13502         Added cropping option to theora decoder.
13503         Added border option to theora encoder.
13504
13505 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13506
13507         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
13508         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
13509         (gst_pngenc_set_property):
13510         * ext/libpng/gstpngenc.h:
13511         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
13512
13513 2004-07-30  Wim Taymans  <wim@fluendo.com>
13514
13515         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13516         (theora_enc_sink_link), (theora_enc_chain),
13517         (theora_enc_set_property), (theora_enc_get_property):
13518         Fix encoding of non-multiple-of-16 video.
13519
13520 2004-07-29  David Schleef  <ds@schleef.org>
13521
13522         * configure.ac: make test for audiofile more strict
13523
13524 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13525
13526         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13527           give different names to typefind functions
13528
13529 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13530
13531         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13532         (gst_ximagesink_calculate_pixel_aspect_ratio),
13533         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
13534         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
13535         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
13536         (gst_ximagesink_get_property), (gst_ximagesink_init):
13537         * sys/ximage/ximagesink.h:
13538           allocate PAR's dynamically.
13539           use autodetected PAR if no object-set PAR is given.
13540           add workaround for directfb's X not setting physical size.
13541           fix to xvimagesink will follow tomorrow.
13542
13543 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13544
13545         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
13546         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
13547         (gst_shout2send_get_type), (gst_shout2send_set_clock),
13548         (gst_shout2send_class_init), (gst_shout2send_init),
13549         (set_shout_metadata), (gst_shout2send_set_metadata),
13550         (gst_shout2send_chain), (gst_shout2send_set_property),
13551         (gst_shout2send_get_property), (gst_shout2send_connect),
13552         (gst_shout2send_change_state):
13553         * ext/shout2/gstshout2.h:
13554         - fix for sending mp3 audio to icecast2 server, if pad link function not
13555         called before PAUSED state
13556         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
13557         - added tagging support for mp3 audio broadcasted
13558         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
13559         debug info
13560
13561 2004-07-28  Wim Taymans  <wim@fluendo.com>
13562
13563         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13564         (gst_ogg_demux_push):
13565         Return query failure when we don't know the length of
13566         an ogg stream insteda of returning TRUE with a bogus value.
13567
13568 2004-07-28  Wim Taymans  <wim@fluendo.com>
13569
13570         * ext/theora/theoradec.c: (theora_get_formats),
13571         (theora_dec_src_convert), (theora_dec_sink_convert),
13572         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
13573         (theora_dec_chain):
13574         Don't screw up the 1 Chroma for 1 luma sample situation when we
13575         have an odd offset/width by adding a black border in those cases.
13576
13577 2004-07-28  Wim Taymans  <wim@fluendo.com>
13578
13579         * ext/theora/theoradec.c: (theora_get_formats),
13580         (theora_dec_src_convert), (theora_dec_sink_convert),
13581         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
13582         (theora_dec_chain):
13583         * ext/theora/theoraenc.c: (theora_enc_sink_link):
13584         Added first attempt at cropping of the image as required by the
13585         theora spec. We need more properties in the caps (offset_x,
13586         offset_y,stride) to implement this correctly.
13587
13588 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13589
13590         * ext/dvdnav/README:
13591           Update the README to use dvddemux
13592         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
13593           Ensure getcaps returns a subset of the template caps
13594         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
13595         (gst_mpeg2subt_init):
13596           Ensure getcaps returns a subset of the template caps
13597         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
13598         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
13599         (gst_dvd_demux_get_subpicture_stream),
13600         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
13601         * gst/mpegstream/gstdvddemux.h:
13602           Set the explicit caps on the current_video pad before pushing
13603           anything
13604         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
13605         (gst_mpeg_demux_get_audio_stream):
13606           Free caps used to gst_pad_set_explicit_caps, which takes a const
13607           GstCaps *
13608
13609 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13610
13611         * configure.ac: update GStreamer requirement to 0.8.4 because of
13612           GstFraction.
13613
13614 2004-07-28  Wim Taymans  <wim@fluendo.com>
13615
13616         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
13617         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
13618         Add the pad to the element after setting up the caps. This
13619         makes it a lot easier to autoplug.
13620
13621 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
13622
13623         * gst/median/gstmedian.c:
13624         * gst/mpeg2subt/gstmpeg2subt.c:
13625         * gst/mpegaudioparse/gstmpegaudioparse.c:
13626         * gst/mpegstream/gstdvddemux.c:
13627         * gst/mpegstream/gstmpegdemux.c:
13628         * gst/mpegstream/gstmpegpacketize.c:
13629         * gst/rtjpeg/gstrtjpeg.c:
13630         * gst/rtjpeg/gstrtjpegdec.c:
13631         * gst/rtjpeg/gstrtjpegenc.c:
13632         * gst/sine/gstsinesrc.c:
13633         * gst/smooth/gstsmooth.c:
13634         * gst/smpte/gstsmpte.c:
13635         * gst/smpte/gstsmpte.h:
13636         * gst/stereo/gststereo.c:
13637         * gst/videofilter/gstgamma.c:
13638         * gst/videofilter/gstvideobalance.c:
13639         * gst/videofilter/gstvideofilter.c:
13640         * gst/videofilter/gstvideoflip.c:
13641         * gst/videoscale/gstvideoscale.c:
13642         * gst/videoscale/videoscale.c:
13643         * gst/videotestsrc/gstvideotestsrc.c:
13644         * gst/videotestsrc/videotestsrc.c:
13645         * gst/wavenc/gstwavenc.c:
13646         * gst/wavparse/gstwavparse.c:
13647           fix local includes and 64 bits constants
13648
13649 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
13650
13651         * win32/gst.sln:
13652         * gst-libs/gst/*/*.vcproj:
13653         * gst/*/*.vcproj:
13654           more working plugins
13655
13656 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13657
13658         * testsuite/alsa/Makefile.am:
13659         * testsuite/alsa/srcstate.c:
13660         add test for alsasrc changing state
13661
13662 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13663
13664         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
13665         (gst_silence_get):
13666         * gst/silence/gstsilence.h:
13667         fix silence generation for 16bit raw audio
13668
13669 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13670
13671         * gst/matroska/matroska-demux.c:
13672         (gst_matroska_demux_parse_metadata),
13673         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
13674         * gst/mpegaudio/common.c:
13675         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13676         (gst_videoscale_getcaps), (gst_videoscale_link),
13677         (gst_videoscale_src_fixate), (gst_videoscale_init),
13678         (gst_videoscale_finalize):
13679         * gst/videoscale/gstvideoscale.h:
13680         * gst/videotestsrc/gstvideotestsrc.c:
13681         (gst_videotestsrc_get_capslist):
13682         * gst/wavenc/gstwavenc.c:
13683         * sys/oss/gstossmixer.c: (fill_labels):
13684         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13685         (gst_ximagesink_handle_xevents),
13686         (gst_ximagesink_calculate_pixel_aspect_ratio),
13687         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
13688         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
13689         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
13690         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13691         (gst_ximagesink_init), (gst_ximagesink_class_init):
13692         * sys/ximage/ximagesink.h:
13693         * sys/xvimage/xvimagesink.c:
13694         (gst_xvimagesink_calculate_pixel_aspect_ratio),
13695         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
13696         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
13697         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
13698         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13699         * sys/xvimage/xvimagesink.h:
13700           first batch of pixel aspect ratio commits.
13701
13702 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13703
13704         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13705         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
13706         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
13707           handle stride, needs work if we want to move stride handling
13708           upstream, but works correctly for our purposes.
13709
13710 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13711
13712         * gst/videoscale/README:
13713           add testing examples
13714         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
13715         (gst_videoscale_chain):
13716         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
13717         (gst_videoscale_get_size):
13718           add get_size function that handles stride like videotestsrc.
13719           fixes conversion for YUV formats for as much as I can test them.
13720
13721 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13722
13723         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13724         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
13725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13726         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13727         (gst_xvimagesink_xvimage_put):
13728           further cleanups, logging, error handling and synchronizing
13729
13730 2004-07-27  Wim Taymans  <wim@fluendo.com>
13731
13732         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13733         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13734         (gst_videomixer_pad_set_property),
13735         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13736         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13737         (gst_videomixer_class_init), (gst_videomixer_init),
13738         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
13739         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
13740         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
13741         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
13742         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
13743         (gst_videomixer_loop), (plugin_init):
13744         Be a nicer negotiation citizen and provide a getcaps function on
13745         the srcpad. This also fixes a crash when resizing.
13746
13747 2004-07-27  Julien MOUTTE  <julien@moutte.net>
13748
13749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13750         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
13751
13752 2004-07-27  Wim Taymans  <wim@fluendo.com>
13753
13754         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
13755         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
13756         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
13757         (gst_pngenc_set_property):
13758         * ext/libpng/gstpngenc.h:
13759         Added snapshot property to pngenc.
13760         removed g_print from pngdec
13761
13762 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
13763
13764         * gst/ac3parse/ac3parse.vcproj
13765         * gst/adder/adder.vcproj
13766         * gst/alpha/alpha.vcproj
13767         * gst/alpha/alphacolor.vcproj
13768         * gst/asfdemux/asf.vcproj
13769         * gst/audioconvert/audioconvert.vcproj
13770         * gst/audiorate/audiorate.vcproj
13771         * gst/audioscale/audioscale.vcproj
13772         * gst/auparse/auparse.vcproj
13773         * gst/avi/avi.vcproj
13774         * gst/cdxaparse/cdxaparse.vcproj
13775         * gst/chart/chart.vcproj
13776         * gst/colorspace/colorspace.vcproj
13777         * gst/cutter/cutter.vcproj
13778         * gst/debug/debug.vcproj
13779         * gst/debug/efence.vcproj
13780         * gst/debug/navigationtest.vcproj
13781         * gst/deinterlace/deinterlace.vcproj
13782         * gst/effectv/effectv.vcproj
13783         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
13784         * gst/filter/filter.vcproj
13785         * gst/flx/flxdec.vcproj
13786         * gst/goom/goom.vcproj
13787         * gst/interleave/interleave.vcproj
13788         * gst/law/alaw.vcproj
13789         * gst/law/mulaw.vcproj
13790         * gst/matroska/matroska.vcproj
13791         * gst/median/median.vcproj
13792         * gst/mixmatrix/mixmatrix.vcproj
13793         * gst/mpeg1sys/mpeg1systemencode.vcproj
13794         * gst/mpeg1videoparse/mp1videoparse.vcproj
13795         * gst/mpeg2sub/mpeg2subt.vcproj
13796         * gst/mpegaudio/mpegaudio.vcproj
13797         * gst/mpegaudioparse/mpegaudioparse.vcproj
13798         * gst/mpegstream/mpegstream.vcproj
13799         * gst/multifilesink/multifilesink.vcproj
13800         * gst/multipart/multipart.vcproj
13801         * gst/oneton/oneton.vcproj
13802         * gst/overlay/overlay.vcproj
13803         * gst/passthrough/passthrough.vcproj
13804         * gst/qtdemux/qtdemux.vcproj
13805         * gst/realmedia/rmdemux.vcproj
13806         * gst/rtjpeg/rtjpeg.vcproj
13807         * gst/rtp/rtp.vcproj
13808         * gst/silence/silence.vcproj
13809         * gst/sine/sinesrc.vcproj
13810         * gst/smooth/smooth.vcproj
13811         * gst/smpte/smpte.vcproj
13812         * gst/spectrum/spectrum.vcproj
13813         * gst/speed/speed.vcproj
13814         * gst/stereo/stereo.vcproj
13815         * gst/switch/switch.vcproj
13816         * gst/tags/tagedit.vcproj
13817         * gst/tcp/tcp.vcproj
13818         * gst/typefind/typefindfunctions.vcproj
13819         * gst/udp/udp.vcproj
13820         * gst/videobox/videobox.vcproj
13821         * gst/videocrop/videocrop.vcproj
13822         * gst/videodrop/videodrop.vcproj
13823         * gst/videofilter/gamma.vcproj
13824         * gst/videofilter/videobalance.vcproj
13825         * gst/videofilter/videofilter.vcproj
13826         * gst/videofilter/videoflip.vcproj
13827         * gst/videoflip/videoflip.vcproj
13828         * gst/videomixer/videomixer.vcproj
13829         * gst/videorate/videorate.vcproj
13830         * gst/videoscale/videoscale.vcproj
13831         * gst/videotestsrc/videotestsrc.vcproj
13832         * gst/virtualdub/virtualdub.vcproj
13833         * gst/volenv/volenv.vcproj
13834         * gst/volume/volume.vcproj
13835         * gst/wavenc/wavenc.vcproj
13836         * gst/wavparse/wavparse.vcproj
13837         * gst/y4m/y4menc.vcproj
13838         * gst-libs/gst/audio/audio.vcproj
13839         * gst-libs/gst/audio/audiofilter.vcproj
13840         * gst-libs/gst/colorbalance/colorbalance.vcproj
13841         * gst-libs/gst/idct/idtc.vcproj
13842         * gst-libs/gst/media-info/media-info.vcproj
13843         * gst-libs/gst/mixer/mixer.vcproj
13844         * gst-libs/gst/navigation/navigation.vcproj
13845         * gst-libs/gst/play/play.vcproj
13846         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
13847         * gst-libs/gst/resample/resample.vcproj
13848         * gst-libs/gst/riff/riff.vcproj
13849         * gst-libs/gst/tuner/tuner.vcproj
13850         * gst-libs/gst/video/video.vcproj
13851         * gst-libs/gst/xoverlay/xoverlay.vcproj
13852           avoid problems with math.h, fix release dependancy
13853           rename GStreamer-0.8.lib to libgstreamer.lib
13854
13855 2004-07-27  Julien MOUTTE  <julien@moutte.net>
13856
13857         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
13858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
13859         the atom is not available we have to unlock the mutex. Fixes #148023
13860
13861 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13862
13863         * gst-libs/gst/media-info/media-info.h:
13864           issue for a vararg macro with MSVC
13865
13866 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13867
13868         * gst/effectv/effectv.vcproj
13869         * gst-libs/gst/idct/idct.vcproj:
13870         * gst-libs/gst/media-info/media-info.vcproj:
13871         * gst-libs/gst/navigation/navigation.vcproj:
13872         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
13873         * gst-libs/gst/video/video.vcproj:
13874         * gst-libs/gst/xoverlay/xoverlay.vcproj:
13875           fixes for build problems
13876
13877 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13878
13879         * gst-libs/gst/audio/audio.def:
13880         * gst-libs/gst/audio/riff.def:
13881           add some definitions needed by plugins
13882
13883 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13884
13885         * gst/asfdemux/gstasfmux.c
13886           Fix some 64 bits constants to be glib friendly
13887
13888 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13889
13890         * gst/ac3parse/gstac3parse.c
13891         * gst/audioscale/gstaudioscale.c
13892         * gst/auparse/gstauparse.c
13893         * gst/colorspace/gstcolorspace.c
13894         * gst/colorspace/yuv2rgb.h
13895           local include fixes
13896
13897 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13898
13899         * win32/gst.sln
13900           add more plugins to the build
13901
13902 2004-07-26  Julien MOUTTE  <julien@moutte.net>
13903
13904         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13905         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
13906
13907 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13908
13909         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
13910         (gst_level_set_property), (gst_level_get_property),
13911         (gst_level_base_init), (gst_level_class_init):
13912           add debugging categories.  cleanups.
13913
13914 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13915
13916         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
13917         (gst_videoscale_planar411), (gst_videoscale_planar400),
13918         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
13919         (gst_videoscale_scale_nearest_str1),
13920         (gst_videoscale_scale_nearest_str2),
13921         (gst_videoscale_scale_nearest_str4),
13922         (gst_videoscale_scale_nearest_16bit),
13923         (gst_videoscale_scale_nearest_24bit):
13924           fixed stride issues
13925           tested with 320x240 -> 321, 322, 324 x240
13926           tested with YV12, I420, YUY2, UYVY
13927           fixed packed422rev (don't think it could have worked before)
13928           by testing with UYVY
13929
13930 2004-07-26  Benjamin Otte  <otte@gnome.org>
13931
13932         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
13933         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
13934         (plugin_init):
13935           add debugging category, add error checks like checking return values
13936           of setup calls, make sure it still works after
13937           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
13938
13939 2004-07-26  Wim Taymans  <wim@fluendo.com>
13940
13941         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
13942         (gst_mpeg_demux_get_audio_stream),
13943         (gst_mpeg_demux_process_private):
13944         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
13945         Check for error codes from the negotiation functions. Make sure
13946         we really set the pad caps when a new pad is created.
13947
13948 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13949
13950         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13951         (gst_ffmpeg_caps_to_pix_fmt):
13952         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13953         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13954         (gst_ffmpegcolorspace_pad_link):
13955           don't make function do two things at the same time without reason.
13956
13957 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13958
13959         * gst/ac3parse/ac3parse.vcproj
13960         * gst/adder/adder.vcproj
13961         * gst/alpha/alpha.vcproj
13962         * gst/alpha/alphacolor.vcproj
13963         * gst/asfdemux/asf.vcproj
13964         * gst/audioconvert/audioconvert.vcproj
13965         * gst/audiorate/audiorate.vcproj
13966         * gst/audioscale/audioscale.vcproj
13967         * gst/auparse/auparse.vcproj
13968         * gst/avi/avi.vcproj
13969         * gst/cdxaparse/cdxaparse.vcproj
13970         * gst/chart/chart.vcproj
13971         * gst/colorspace/colorspace.vcproj
13972         * gst/cutter/cutter.vcproj
13973         * gst/debug/debug.vcproj
13974         * gst/debug/efence.vcproj
13975         * gst/debug/navigationtest.vcproj
13976         * gst/deinterlace/deinterlace.vcproj
13977         * gst/effectv/effectv.vcproj
13978         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
13979         * gst/filter/filter.vcproj
13980         * gst/flx/flxdec.vcproj
13981         * gst/goom/goom.vcproj
13982         * gst/interleave/interleave.vcproj
13983         * gst/law/alaw.vcproj
13984         * gst/law/mulaw.vcproj
13985         * gst/matroska/matroska.vcproj
13986         * gst/median/median.vcproj
13987         * gst/mixmatrix/mixmatrix.vcproj
13988         * gst/mpeg1sys/mpeg1systemencode.vcproj
13989         * gst/mpeg1videoparse/mp1videoparse.vcproj
13990         * gst/mpeg2sub/mpeg2subt.vcproj
13991         * gst/mpegaudio/mpegaudio.vcproj
13992         * gst/mpegaudioparse/mpegaudioparse.vcproj
13993         * gst/mpegstream/mpegstream.vcproj
13994         * gst/multifilesink/multifilesink.vcproj
13995         * gst/multipart/multipart.vcproj
13996         * gst/oneton/oneton.vcproj
13997         * gst/overlay/overlay.vcproj
13998         * gst/passthrough/passthrough.vcproj
13999         * gst/qtdemux/qtdemux.vcproj
14000         * gst/realmedia/rmdemux.vcproj
14001         * gst/rtjpeg/rtjpeg.vcproj
14002         * gst/rtp/rtp.vcproj
14003         * gst/silence/silence.vcproj
14004         * gst/sine/sinesrc.vcproj
14005         * gst/smooth/smooth.vcproj
14006         * gst/smpte/smpte.vcproj
14007         * gst/spectrum/spectrum.vcproj
14008         * gst/speed/speed.vcproj
14009         * gst/stereo/stereo.vcproj
14010         * gst/switch/switch.vcproj
14011         * gst/tags/tagedit.vcproj
14012         * gst/tcp/tcp.vcproj
14013         * gst/typefind/typefindfunctions.vcproj
14014         * gst/udp/udp.vcproj
14015         * gst/videobox/videobox.vcproj
14016         * gst/videocrop/videocrop.vcproj
14017         * gst/videodrop/videodrop.vcproj
14018         * gst/videofilter/gamma.vcproj
14019         * gst/videofilter/videobalance.vcproj
14020         * gst/videofilter/videofilter.vcproj
14021         * gst/videofilter/videoflip.vcproj
14022         * gst/videoflip/videoflip.vcproj
14023         * gst/videomixer/videomixer.vcproj
14024         * gst/videorate/videorate.vcproj
14025         * gst/videoscale/videoscale.vcproj
14026         * gst/videotestsrc/videotestsrc.vcproj
14027         * gst/virtualdub/virtualdub.vcproj
14028         * gst/volenv/volenv.vcproj
14029         * gst/volume/volume.vcproj
14030         * gst/wavenc/wavenc.vcproj
14031         * gst/wavparse/wavparse.vcproj
14032         * gst/y4m/y4menc.vcproj
14033           more plugins supported under windows
14034
14035 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14036
14037         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14038         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
14039         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
14040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14041         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
14042           Add debugging statements.  Use the sizes as returned by the
14043           *CreateImage calls.
14044
14045 2004-07-26  Johan Dahlin  <johan@gnome.org>
14046
14047         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
14048         the pad is negotiated.
14049
14050         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
14051
14052 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14053
14054         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14055         * gst-libs/gst/idct/idct.vcproj:
14056         * gst-libs/gst/media-info/media-info.vcproj:
14057         * gst-libs/gst/mixer/mixer.vcproj:
14058         * gst-libs/gst/navigation/navigation.vcproj:
14059         * gst-libs/gst/play/play.vcproj:
14060         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
14061         * gst-libs/gst/resample/resample.vcproj:
14062         * gst-libs/gst/tuner/tuner.vcproj:
14063         * gst-libs/gst/video/video.vcproj:
14064         * gst-libs/gst/xoverlay/xoverlay.vcproj:
14065           more plugins supported under windows
14066
14067 2004-07-25 Iain <iain@prettypeople.org>
14068
14069         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
14070         pad now rather than when the pad is created because state changes wipe
14071         explicit caps (fixes #148043).
14072
14073 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
14074
14075         reviewed by Benjamin Otte  <otte@gnome.org>
14076
14077         * ext/mad/gstmad.c:
14078           fix mad plugin crashing on Sun (fixes #148289)
14079
14080 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14081
14082         * gst/avi/avi.def:
14083         * gst/avi/avi.vcproj:
14084         * gst/matroska/matroska.def:
14085         * gst/matroska/matroska.vcproj:
14086           remove unused .def files
14087
14088 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14089
14090         * gst-libs/gst/audio/gstaudiofilter.c:
14091           Clean the local include
14092
14093 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14094
14095         * win32/gst.sln:
14096         * gst-libs/gst/audio/audio.def:
14097         * gst-libs/gst/audio/audio.vcproj:
14098         * gst-libs/gst/audio/audiofilter.vcproj:
14099         * gst-libs/gst/audio/riff.def:
14100         * gst-libs/gst/audio/riff.vcproj:
14101         * gst-libs/gst/gst-libs.def:
14102         * gst-libs/gst/gst-libs.vcproj:
14103         * gst/avi/avi.vcproj:
14104         * gst/avi/avi.vcproj:
14105           Copy the files where needed after building, cleaner projects
14106
14107 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14108
14109         * gst/matroska/ebml-write.c:
14110           Fix some 64 bits constants to be glib friendly
14111
14112 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
14113
14114         * win32/gst.sln:
14115         * gst-libs/gst/gst-libs.def:
14116         * gst-libs/gst/gst-libs.vcproj:
14117         * gst/matroska/matroska.def:
14118         * gst/matroska/matroska.vcproj:
14119           Add the preliminary canvas to build plugins on Win32
14120
14121 2004-07-23  Benjamin Otte  <otte@gnome.org>
14122
14123         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14124           don't enfore negotiation from source side, it breaks
14125           sinesrc ! audioconvert ! osssink
14126
14127 2004-07-22  David Schleef  <ds@schleef.org>
14128
14129         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
14130         for ELF files, since they can easily be recognized as audio/mpeg.
14131         (bug #147441)
14132
14133 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14134
14135         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14136         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
14137         (gst_videoscale_scale_nearest_24bit),
14138         (gst_videoscale_scale_nearest_16bit):
14139           fix 16bit and 24bit for stride (24bit might need testing)
14140           don't pretend we do more than one algorithm
14141
14142 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14143
14144         * configure.ac:
14145         * gst/Makefile.am:
14146         * gst/multifilesink/Makefile.am:
14147         * gst/multifilesink/gstmultifilesink.c:
14148         (gst_multifilesink_get_formats),
14149         (gst_multifilesink_get_query_types), (_do_init),
14150         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
14151         (gst_multifilesink_init), (gst_multifilesink_dispose),
14152         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
14153         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
14154         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
14155         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
14156         (gst_multifilesink_chain), (gst_multifilesink_change_state),
14157         (gst_multifilesink_uri_get_type),
14158         (gst_multifilesink_uri_get_protocols),
14159         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
14160         (gst_multifilesink_uri_handler_init), (plugin_init):
14161         * gst/multifilesink/gstmultifilesink.h:
14162         * testsuite/Makefile.am:
14163         * testsuite/multifilesink/Makefile.am:
14164         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
14165         (gst_newmedia_class_init), (gst_newmedia_init),
14166         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14167         (newfile_signal), (test_signal), (main):
14168         multifilesink plugin for creating new files every time a new media
14169         discontinuity event occurs
14170
14171 2004-07-22  Wim Taymans  <wim@fluendo.com>
14172
14173         * gst/alpha/Makefile.am:
14174         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
14175         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
14176         (gst_alpha_color_init), (gst_alpha_color_set_property),
14177         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
14178         (transform), (gst_alpha_color_chain),
14179         (gst_alpha_color_change_state), (plugin_init):
14180         Stupid plugin to to RGBA to AYUV conversion because none of
14181         the colorspace plugins can handle that yet.
14182
14183 2004-07-22  Wim Taymans  <wim@fluendo.com>
14184
14185         * examples/seeking/seek.c: (update_scale), (main):
14186         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14187         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
14188         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
14189         (gst_decode_bin_init), (gst_decode_bin_dispose),
14190         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14191         (no_more_pads), (close_link), (type_found),
14192         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
14193         (plugin_init):
14194         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14195         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
14196         (gst_play_base_bin_dispose), (queue_overrun),
14197         (gen_preroll_element), (remove_prerolls), (unknown_type),
14198         (no_more_pads), (new_stream), (setup_source),
14199         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14200         (play_base_eos), (gst_play_base_bin_change_state),
14201         (gst_play_base_bin_add_element),
14202         (gst_play_base_bin_remove_element),
14203         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
14204         (gst_play_base_bin_unlink_stream),
14205         (gst_play_base_bin_get_streaminfo):
14206         * gst/playback/gstplaybin.c: (gen_video_element),
14207         (gen_audio_element):
14208         * gst/playback/gststreaminfo.h:
14209         More playback updates, attempt to fix things after the state change
14210         breakage.
14211
14212 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14213
14214         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
14215         (gst_videoscale_scale_nearest_16bit):
14216           comment algorithm
14217
14218 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14219
14220         * gst/videotestsrc/gstvideotestsrc.c:
14221         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
14222         (gst_videotestsrc_init), (gst_videotestsrc_get),
14223         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14224         (gst_videotestsrc_get_property):
14225         * gst/videotestsrc/gstvideotestsrc.h:
14226         * gst/videotestsrc/videotestsrc.c:
14227         * gst/videotestsrc/videotestsrc.h:
14228           cleanup and commenting
14229
14230 2004-07-21  Wim Taymans  <wim@fluendo.com>
14231
14232         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
14233         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
14234         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
14235         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
14236         (_find_chain_get_unknown_part), (_find_streams_check),
14237         (gst_ogg_demux_push), (gst_ogg_pad_push):
14238         * ext/theora/theoradec.c: (theora_get_formats),
14239         (theora_dec_src_convert), (theora_dec_sink_convert),
14240         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14241         (theora_dec_chain):
14242         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
14243         (vorbis_dec_convert), (vorbis_dec_src_query),
14244         (vorbis_dec_src_event), (vorbis_dec_event):
14245         More seeking fixes, oggdemux now supports seeking to time and
14246         uses the downstream element to convert granulepos to time.
14247         Seeking in theora-only ogg files now works.
14248
14249 2004-07-21  Wim Taymans  <wim@fluendo.com>
14250
14251         * ext/theora/theoradec.c: (gst_theora_dec_init),
14252         (theora_get_formats), (theora_get_event_masks),
14253         (theora_get_query_types), (theora_dec_src_convert),
14254         (theora_dec_sink_convert), (theora_dec_src_query),
14255         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
14256         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
14257         (vorbis_get_event_masks), (vorbis_get_query_types),
14258         (gst_vorbis_dec_init), (vorbis_dec_convert),
14259         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
14260         Added query/convert/formats functions to vorbis and theora decoders
14261         so that the outside world can use them too. Fixed seeking on an
14262         ogg/theora/vorbis file by disabling the seeking seeking on the
14263         theora srcpad.
14264
14265 2004-07-21  Julien MOUTTE  <julien@moutte.net>
14266
14267         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14268         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
14269         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
14270         images creation for both elements. We don't create the image on caps
14271         nego or renego, we just destroy the internal one if present if it does
14272         not match the needs. The chain function takes care of creating a new
14273         image when needed.
14274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14275         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
14276         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
14277         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
14278         the image format information. The buffer pool checks for the context
14279         image format and discard images with different formats.
14280         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
14281
14282 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14283
14284         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14285         (gst_ffmpegcolorspace_chain):
14286           no point in doing any chaining if the pad we want to push from
14287           isn't usable.
14288
14289 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14290
14291         * gst-libs/gst/riff/riff-media.c:
14292         (gst_riff_create_audio_caps_with_data):
14293           Fix double end-to-native symbol conversion (#148021).
14294
14295 2004-07-20  David Schleef  <ds@schleef.org>
14296
14297         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
14298         Don't use an Atom that doesn't exist.
14299
14300 2004-07-20  Wim Taymans  <wim@fluendo.com>
14301
14302         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14303         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14304         (gst_multifdsink_client_remove),
14305         (gst_multifdsink_handle_client_write),
14306         (gst_multifdsink_queue_buffer):
14307         * gst/tcp/gstmultifdsink.h:
14308         More multifdsink stats. Avoid deadlock by releasing locks
14309         before sending out a signal.
14310
14311 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14312
14313         * po/LINGUAS:
14314         * po/hu.po:
14315           added Hungarian translation (Laszlo Dvornik)
14316
14317 2004-07-20  Wim Taymans  <wim@fluendo.com>
14318
14319         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14320         (gst_multifdsink_add), (gst_multifdsink_client_remove),
14321         (gst_multifdsink_handle_client_write),
14322         (gst_multifdsink_queue_buffer):
14323         * gst/tcp/gsttcp-marshal.list:
14324         Fixed the stupid marshal definition.
14325
14326 2004-07-20  Wim Taymans  <wim@fluendo.com>
14327
14328         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14329         (gst_multifdsink_init), (gst_multifdsink_add),
14330         (gst_multifdsink_client_remove),
14331         (gst_multifdsink_handle_client_write),
14332         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
14333         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
14334         (gst_multifdsink_init_send):
14335         * gst/tcp/gstmultifdsink.h:
14336         Added more stats, added timeout for a client, fixed some typos
14337         and added some comments.
14338
14339 2004-07-20  Wim Taymans  <wim@fluendo.com>
14340
14341         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14342         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14343         (gst_multifdsink_client_remove),
14344         (gst_multifdsink_handle_client_write):
14345         * gst/tcp/gstmultifdsink.h:
14346         * gst/tcp/gsttcp-marshal.list:
14347         Added get_stats method that returns a GValueArray of
14348         stats values.
14349
14350 2004-07-19  Benjamin Otte  <otte@gnome.org>
14351
14352         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14353           make sure longname, description and author are valid UTF-8
14354
14355 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14356
14357         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
14358         (gst_ximagesink_set_property):
14359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
14360         (gst_xvimagesink_set_property):
14361           make sure SYNCHRONOUS is respected after getting the X context
14362
14363 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14364
14365         * gst/matroska/matroska-demux.c:
14366         (gst_matroska_demux_handle_src_event),
14367         (gst_matroska_demux_parse_blockgroup):
14368         * gst/matroska/matroska-ids.h:
14369           add BlockReference tag and ignore it to clear out log.
14370           ignore NAVIGATION events to clear out log.
14371
14372 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14373
14374         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
14375         (gst_matroska_demux_add_stream):
14376         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
14377           add debug categories
14378
14379 2004-07-16  Wim Taymans  <wim@fluendo.com>
14380
14381         * ext/libpng/Makefile.am:
14382         * ext/libpng/gstpng.c: (plugin_init):
14383         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
14384         (gst_pngdec_get_type), (gst_pngdec_base_init),
14385         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
14386         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
14387         * ext/libpng/gstpngdec.h:
14388         Added png decoder.
14389
14390 2004-07-16  Julien MOUTTE  <julien@moutte.net>
14391
14392         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
14393         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
14394         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
14395         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
14396         (gst_ximagesink_buffer_alloc):
14397         * sys/ximage/ximagesink.h:
14398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14399         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
14400         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
14401         (gst_xvimagesink_buffer_alloc):
14402         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
14403         again. Using internal data pointer of the x(v)image to store image's
14404         data to be coherent with the buffer alloc mechanism. Investigated the
14405         image destruction code to be sure that everything gets freed correctly.
14406
14407 2004-07-16  Wim Taymans  <wim@fluendo.com>
14408
14409         * gst-libs/gst/riff/riff-read.c:
14410         (gst_riff_read_strf_vids_with_data),
14411         (gst_riff_read_strf_auds_with_data):
14412         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14413         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
14414         Make sure we don't create 0 sized subbuffers in riff-read.
14415         Signal the no more pads signal after reading the avi header.
14416
14417 2004-07-16  Wim Taymans  <wim@fluendo.com>
14418
14419         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14420         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
14421         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
14422         (gst_decode_bin_init), (gst_decode_bin_dispose),
14423         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14424         (no_more_pads), (close_link), (type_found),
14425         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
14426         (gst_decode_bin_change_state), (plugin_init):
14427         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14428         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
14429         (gst_play_base_bin_dispose), (queue_overrun),
14430         (gen_preroll_element), (remove_prerolls), (unknown_type),
14431         (no_more_pads), (new_stream), (setup_source),
14432         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14433         (play_base_eos), (gst_play_base_bin_change_state),
14434         (gst_play_base_bin_add_element),
14435         (gst_play_base_bin_remove_element),
14436         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
14437         (gst_play_base_bin_unlink_stream),
14438         (gst_play_base_bin_get_streaminfo):
14439         * gst/playback/gstplaybasebin.h:
14440         Better error recovery. Added configurable preroll queue size. Faster
14441         detection of no-more-pads.
14442
14443 2004-07-16  Wim Taymans  <wim@fluendo.com>
14444
14445         * gst-libs/gst/video/video.h:
14446         Added 32 bits RGBA. Not sure if we should use another mime-type
14447         for alpha rgb. Currently the presence of the alpha_mask property
14448         signals an alpha channel.
14449
14450 2004-07-16  Wim Taymans  <wim@fluendo.com>
14451
14452         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14454         FPS seems to be 0.0 to MAX everywhere else.
14455
14456 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14457
14458         * gst-libs/gst/riff/riff-media.c:
14459         (gst_riff_create_video_caps_with_data):
14460           mp42/mp43 (no caps) exist too.
14461         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14462           Set pixel_width/height; we've got them in-caps.
14463         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14464         * gst/wavparse/gstwavparse.c: (plugin_init):
14465           Both are valid primary.
14466         * sys/oss/gstossmixer.c:
14467           Remove i18n hack and enable translations.
14468
14469 2004-07-15  Benjamin Otte  <otte@gnome.org>
14470
14471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14472         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
14473           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
14474
14475 2004-07-15  Benjamin Otte  <otte@gnome.org>
14476
14477         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14478         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
14479         (gst_alsa_close_audio):
14480           disable some of the debugging code for now. Writing debugging to a
14481           buffer is broken in current alsalib releases.
14482
14483 2004-07-12  Benjamin Otte  <otte@gnome.org>
14484
14485         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
14486           use bufferpools
14487
14488 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14489
14490         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14491         (theora_dec_src_query), (theora_dec_event):
14492         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
14493           add debugging categories.  Remove \n's.
14494
14495 2004-07-13  Johan Dahlin  <johan@gnome.org>
14496
14497         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
14498         (gst_play_bin_get_property): Impl.
14499
14500 2004-07-13  Wim Taymans  <wim@fluendo.com>
14501
14502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
14503         When trying to find the stream length, seek back N pages
14504         instead of just one, where N is the number of streams in
14505         the current chain.
14506
14507 2004-07-13  Wim Taymans  <wim@fluendo.com>
14508
14509         * gst-libs/gst/riff/riff-media.c:
14510         (gst_riff_create_audio_caps_with_data),
14511         (gst_riff_create_audio_caps),
14512         (gst_riff_create_audio_template_caps):
14513         * gst-libs/gst/riff/riff-media.h:
14514         * gst-libs/gst/riff/riff-read.c:
14515         (gst_riff_read_strf_vids_with_data),
14516         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
14517         * gst-libs/gst/riff/riff-read.h:
14518         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14519         (gst_avi_demux_add_stream):
14520         Set codec_data on caps for avidemuxer.
14521
14522 2004-07-12  David Schleef  <ds@schleef.org>
14523
14524         * configure.ac: Fix test for Objective C
14525
14526 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
14527         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
14528         (gst_gdk_pixbuf_chain):
14529           Add svg and pcx to template caps, and ensure that getcaps returns a
14530           subset of the template caps.
14531           Copy each row manually for output, as gdkpixbuf may pad the
14532           rowstride to a 32-bit word boundary.
14533
14534 2004-07-12  Wim Taymans  <wim@fluendo.com>
14535
14536         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14537         (gst_riff_create_video_template_caps):
14538         Fix the template caps to include some more media types.
14539
14540 2004-07-12  Wim Taymans  <wim@fluendo.com>
14541
14542         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14543         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
14544         (compare_ranks), (print_feature), (gst_decode_bin_init),
14545         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
14546         (try_to_link_1), (new_pad), (close_link), (type_found),
14547         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
14548         (gst_decode_bin_change_state), (plugin_init):
14549         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14550         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
14551         (gst_play_base_bin_dispose), (queue_overrun),
14552         (gen_preroll_element), (remove_prerolls), (no_more_pads),
14553         (new_stream), (setup_source), (gst_play_base_bin_set_property),
14554         (gst_play_base_bin_get_property), (play_base_eos),
14555         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
14556         (gst_play_base_bin_remove_element),
14557         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
14558         (gst_play_base_bin_unlink_stream),
14559         (gst_play_base_bin_get_streaminfo):
14560         * gst/playback/gstplaybasebin.h:
14561         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
14562         (gst_play_bin_class_init), (gst_play_bin_init),
14563         (gst_play_bin_dispose), (gst_play_bin_set_property),
14564         (gst_play_bin_get_property), (gen_video_element),
14565         (gen_audio_element), (remove_sinks), (setup_sinks),
14566         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
14567         (gst_play_bin_send_event), (gst_play_bin_get_formats),
14568         (gst_play_bin_convert), (gst_play_bin_get_query_types),
14569         (gst_play_bin_query), (plugin_init):
14570         * gst/playback/test4.c: (main):
14571         More fixes on reusing of the element.
14572
14573 2004-07-11  Benjamin Otte  <otte@gnome.org>
14574
14575         * ext/mad/gstmad.c: (normal_seek):
14576           allow seeking for other methods than just SET
14577
14578 2004-07-11  Andy Wingo  <wingo@pobox.com>
14579
14580         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
14581         float, "any" caps -> buffer_frames=[0,MAX].
14582
14583         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
14584         doesn't intersect our caps with the template any more. Do it
14585         ourselves.
14586         (interleave_buffered_loop): Use g_newa instead of malloc/free.
14587
14588 2004-07-09  Wim Taymans  <wim@fluendo.com>
14589
14590         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14591         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
14592         (compare_ranks), (print_feature), (gst_decode_bin_init),
14593         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
14594         (try_to_link_1), (new_pad), (close_link), (type_found),
14595         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
14596         (gst_decode_bin_change_state), (plugin_init):
14597         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14598         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
14599         (gst_play_base_bin_dispose), (queue_overrun),
14600         (gen_preroll_element), (remove_prerolls), (no_more_pads),
14601         (new_stream), (setup_source), (gst_play_base_bin_set_property),
14602         (gst_play_base_bin_get_property), (play_base_eos),
14603         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
14604         (gst_play_base_bin_remove_element),
14605         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
14606         (gst_play_base_bin_unlink_stream),
14607         (gst_play_base_bin_get_streaminfo):
14608         * gst/playback/gstplaybasebin.h:
14609         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
14610         (gst_play_bin_class_init), (gst_play_bin_init),
14611         (gst_play_bin_dispose), (gst_play_bin_set_property),
14612         (gst_play_bin_get_property), (gen_video_element),
14613         (gen_audio_element), (remove_sinks), (setup_sinks),
14614         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
14615         (gst_play_bin_send_event), (gst_play_bin_get_formats),
14616         (gst_play_bin_convert), (gst_play_bin_get_query_types),
14617         (gst_play_bin_query), (plugin_init):
14618         * gst/playback/test4.c: (main):
14619         Work on object reuse and seeking.
14620
14621 2004-07-09  Wim Taymans  <wim@fluendo.com>
14622
14623         * examples/seeking/seek.c: (iterate):
14624         Don't consume all CPU in the idle loop.
14625
14626 2004-07-09  Wim Taymans  <wim@fluendo.com>
14627
14628         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
14629         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
14630         Add pad to element *after* setting the pad functions so that
14631         the scheduler can use the correct ones.
14632
14633 2004-07-09  Wim Taymans  <wim@fluendo.com>
14634
14635         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
14636         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
14637         Sync to keyframe after seek
14638
14639 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14640
14641         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
14642         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14643         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
14644         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
14645         * ext/libvisual/visual.c: (gst_visual_change_state):
14646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
14647         * ext/theora/theoradec.c: (theora_dec_change_state):
14648         * ext/theora/theoraenc.c: (theora_enc_change_state):
14649         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
14650         * gst-libs/gst/navigation/navigation.c:
14651         * gst/adder/gstadder.c: (gst_adder_change_state):
14652         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14653         (gst_audio_convert_get_buffer):
14654         * gst/multipart/multipartdemux.c:
14655         (gst_multipart_demux_change_state):
14656         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
14657         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14658         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
14659         * gst/videoscale/gstvideoscale.c:
14660         (gst_videoscale_handle_src_event):
14661         * gst/volume/gstvolume.c: (volume_chain_int16):
14662           don't assert in state change, this should be done by the base
14663           GstElement class.
14664           various debugging fixes.
14665
14666 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14667
14668         * configure.ac:
14669         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
14670         (gst_play_dispose), (gst_play_set_location),
14671         (gst_play_set_data_src), (gst_play_set_video_sink),
14672         (gst_play_set_audio_sink), (gst_play_set_visualization),
14673         (gst_play_connect_visualization), (gst_play_get_sink_element),
14674         (gst_play_get_all_by_interface):
14675         * gst-libs/gst/play/play.h:
14676           add new method to get elements implementing an interface.
14677           add various error logging
14678
14679 2004-07-08  Wim Taymans  <wim@fluendo.com>
14680
14681         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
14682         (make_mpeg_pipeline), (make_mpegnt_pipeline),
14683         (make_playerbin_pipeline), (query_durations_elems),
14684         (query_durations_pads), (query_positions_elems),
14685         (query_positions_pads), (update_scale), (iterate), (stop_seek),
14686         (main):
14687         Added playbin seeking example.
14688
14689 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14690
14691         * gst-libs/gst/play/play.c: (gst_play_set_location),
14692         (gst_play_set_data_src), (gst_play_set_video_sink),
14693         (gst_play_set_audio_sink), (gst_play_set_visualization),
14694         (gst_play_connect_visualization), (gst_play_get_framerate):
14695           use a macro to look up elements from hash table
14696
14697 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14698
14699         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
14700         (gst_play_get_length_callback), (gst_play_set_location),
14701         (gst_play_seek_to_time), (gst_play_set_data_src),
14702         (gst_play_set_video_sink), (gst_play_set_audio_sink),
14703         (gst_play_set_visualization), (gst_play_connect_visualization),
14704         (gst_play_get_sink_element):
14705         - add debugging info
14706         - fix looking up sink elements by iterating over complete caps
14707         - put everything except for source and autoplugger in a complete bin
14708
14709 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14710
14711         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
14712         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
14713         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
14714         (gst_alsa_sink_write), (gst_alsa_sink_loop):
14715         * ext/alsa/gstalsasink.h:
14716         - add debugging info
14717         - clean up schizophrenia of data/buffer/event
14718         - fix double event unref error
14719
14720 2004-07-08  Wim Taymans  <wim@fluendo.com>
14721
14722         * gst/playback/Makefile.am:
14723         Add headers to noinst
14724
14725 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14726
14727         * tools/gst-launch-ext-m.m:
14728         * tools/gst-launch-ext.1.in:
14729           convert to the third millenium
14730
14731 2004-07-07  David Schleef  <ds@schleef.org>
14732
14733         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
14734
14735 2004-07-07  Wim Taymans  <wim@fluendo.com>
14736
14737         * gst/playback/Makefile.am:
14738         * gst/playback/README:
14739         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14740         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
14741         (compare_ranks), (print_feature), (gst_decode_bin_init),
14742         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
14743         (try_to_link_1), (new_pad), (close_link), (type_found),
14744         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
14745         (plugin_init):
14746         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14747         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
14748         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
14749         (gen_preroll_element), (no_more_pads), (new_stream),
14750         (setup_source), (gst_play_base_bin_set_property),
14751         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
14752         (gst_play_base_bin_add_element),
14753         (gst_play_base_bin_remove_element),
14754         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
14755         (gst_play_base_bin_unlink_stream),
14756         (gst_play_base_bin_get_streaminfo):
14757         * gst/playback/gstplaybasebin.h:
14758         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
14759         (gst_play_bin_class_init), (gst_play_bin_init),
14760         (gst_play_bin_dispose), (gst_play_bin_set_property),
14761         (gst_play_bin_get_property), (gen_video_element),
14762         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
14763         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
14764         (gst_play_bin_get_formats), (gst_play_bin_convert),
14765         (gst_play_bin_get_query_types), (gst_play_bin_query),
14766         (plugin_init):
14767         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
14768         (gst_stream_info_get_type), (gst_stream_info_class_init),
14769         (gst_stream_info_init), (gst_stream_info_new),
14770         (gst_stream_info_dispose), (gst_stream_info_set_property),
14771         (gst_stream_info_get_property):
14772         * gst/playback/gststreaminfo.h:
14773         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14774         (main):
14775         * gst/playback/test2.c: (main):
14776         * gst/playback/test3.c: (update_scale), (main):
14777         More playbin fixes. Added README. Do better element filtering.
14778         Added base class to preroll media. Added test apps.
14779
14780 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14781
14782         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
14783         * ext/mpeg2dec/gstmpeg2dec.h:
14784           various debugging improvements.  Reset stream to next picture
14785           instead of sequence header, otherwise seeks cannot work.
14786
14787 2004-07-07  Wim Taymans  <wim@fluendo.com>
14788
14789         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14790         (gst_video_box_class_init), (gst_video_box_set_property),
14791         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
14792         Use pad_alloc where possible.
14793
14794 2004-07-07  Wim Taymans  <wim@fluendo.com>
14795
14796         * sys/oss/gstosselement.c: (gst_osselement_reset),
14797         (gst_osselement_parse_caps):
14798         * sys/oss/gstosselement.h:
14799         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14800         Fix offset on osssrc.
14801
14802 2004-07-07  Wim Taymans  <wim@fluendo.com>
14803
14804         * ext/theora/theora.c: (plugin_init):
14805         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
14806         (theora_dec_src_query), (theora_dec_chain):
14807         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14808         (theora_enc_sink_link), (theora_buffer_from_packet),
14809         (theora_push_packet), (theora_enc_chain):
14810         Fix theora granulepos calculation.
14811         Fix overflow in duration/position calculation.
14812         Bump rank to PRIMARY for theoradec.
14813         Use granulepos of last packet to calculate position.
14814         Set keyframe flag on buffers when needed.
14815
14816 2004-07-06  David Schleef  <ds@schleef.org>
14817
14818         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
14819         serious?  (Fixed, obviously.)
14820
14821 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14822
14823         * po/LINGUAS:
14824         * po/cs.po:
14825           added Czech translation (Miloslav Trmac)
14826
14827 2004-07-05  Wim Taymans  <wim@fluendo.com>
14828
14829         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14830         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
14831         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
14832         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14833         (close_link), (type_found), (gst_decode_bin_set_property),
14834         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
14835         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
14836         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
14837         (gst_decode_bin_query), (plugin_init):
14838         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
14839         (gst_play_bin_class_init), (gst_play_bin_init),
14840         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
14841         (get_video_element), (new_pad), (setup_source),
14842         (gst_play_bin_set_property), (gst_play_bin_get_property),
14843         (gst_play_bin_change_state), (gst_play_bin_add_element),
14844         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
14845         (gst_play_bin_send_event), (gst_play_bin_get_formats),
14846         (gst_play_bin_convert), (gst_play_bin_get_query_types),
14847         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
14848         * gst/playback/test.c: (main):
14849         More fixes, cleaned up playbin, make it use decodebin. Added
14850         threaded property to playbin.
14851
14852 2004-07-05  Wim Taymans  <wim@fluendo.com>
14853
14854         * configure.ac:
14855         * gst/playback/Makefile.am:
14856         * gst/playback/decodetest.c: (main):
14857         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14858         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
14859         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
14860         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14861         (close_link), (type_found), (gst_decode_bin_set_property),
14862         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
14863         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
14864         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
14865         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
14866         (plugin_init):
14867         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
14868         (gst_play_bin_class_init), (gst_play_bin_init),
14869         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
14870         (collect_sink_pads), (find_compatibles), (close_pad_link),
14871         (try_to_link_1), (new_pad), (close_link), (type_found),
14872         (setup_source), (gst_play_bin_set_property),
14873         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
14874         (compare_ranks), (gst_play_bin_collect_factories),
14875         (gst_play_bin_change_state), (gst_play_bin_add_element),
14876         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
14877         (gst_play_bin_send_event), (gst_play_bin_get_formats),
14878         (gst_play_bin_convert), (gst_play_bin_get_query_types),
14879         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
14880         * gst/playback/test.c: (main):
14881         Added some playback helper elements and some test apps, very alpha
14882         still.
14883
14884 2004-07-04  Benjamin Otte  <otte@gnome.org>
14885
14886         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
14887           only restart audio when we indeed have an xrun to fix repeated
14888           xruns. Fix suggested by Giuliano Pochini.
14889
14890 2004-07-03  David Schleef  <ds@schleef.org>
14891
14892         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
14893         call to gst_debug_log() if debugging is disabled (bug #145118)
14894
14895 2004-07-03  Benjamin Otte  <otte@gnome.org>
14896
14897         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
14898           use our own functions for restarting the alsa device.
14899         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14900           I should apply patches myself - use MIN for the third argument, not
14901           the second, this fixes seeking
14902
14903 2004-07-02  David Schleef  <ds@schleef.org>
14904
14905         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
14906         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
14907         do with the logic.
14908
14909 2004-07-02  David Schleef  <ds@schleef.org>
14910
14911         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
14912         output buffers.  Fix logic mistake.  (bug #144866)
14913
14914 2004-07-02  David Schleef  <ds@schleef.org>
14915
14916         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
14917         on X.  (bug #144753)
14918
14919 2004-07-02  David Schleef  <ds@schleef.org>
14920
14921         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
14922         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
14923         (bug #144624)
14924         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
14925         (gst_osselement_rate_probe_check): Add another workaround for
14926         buggy drivers (bug #145336)
14927
14928 2004-07-02  David Schleef  <ds@schleef.org>
14929
14930         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
14931         Most systems don't have MSG_NOSIGNAL.
14932
14933 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14934
14935         * Makefile.am:
14936         * gst-libs/gst/colorbalance/Makefile.am:
14937         * gst-libs/gst/mixer/Makefile.am:
14938         * gst-libs/gst/play/Makefile.am:
14939         * gst-libs/gst/tuner/Makefile.am:
14940           (hopefully) fix both install and dist and make error message useful.
14941           needs testing across automakes.
14942
14943 2004-07-02  Benjamin Otte  <otte@gnome.org>
14944
14945         * ext/ogg/gstogg.c: (plugin_init):
14946           we require bytestream now
14947         * ext/ogg/gstoggdemux.c:
14948           huge diff to implement chain setup in a fast and generic way. This
14949           improves tag reading and startup of huge files (read: Theora videos)
14950           quite a bit. It probably contains bugs, too, so please test.
14951           Seeking is not improved to the fast method.
14952
14953 2004-06-29  Wim Taymans  <wim@fluendo.com>
14954
14955         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14956         * ext/ogg/gstoggmux.c:
14957         Fix memleak in oggdemux when running unconnected pads.
14958         doc update in mux, start working on keyframe mode.
14959
14960 2004-06-29  Benjamin Otte  <otte@gnome.org>
14961
14962         * sys/oss/gstosssink.c:
14963         * sys/oss/gstosssrc.c:
14964           advertise correct template caps - we indeed do non-native endianness
14965           and 8bit audio has no endianness
14966         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
14967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
14968           avoid (wrong) duplications in getcaps function and return
14969           template caps
14970
14971 2004-06-29  Wim Taymans  <wim@fluendo.com>
14972
14973         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14974         (gst_multifdsink_class_init), (gst_multifdsink_add),
14975         (gst_multifdsink_remove), (gst_multifdsink_clear),
14976         (gst_multifdsink_client_remove),
14977         (gst_multifdsink_handle_client_read),
14978         (gst_multifdsink_client_queue_data),
14979         (gst_multifdsink_client_queue_caps),
14980         (gst_multifdsink_client_queue_buffer),
14981         (gst_multifdsink_handle_client_write),
14982         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14983         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
14984         (gst_multifdsink_init_send), (gst_multifdsink_close):
14985         Fix wrong GList iteration that could crash the server when
14986         more then 2 clients disconnect at the same time. Read all the
14987         pending commands in one batch to recover from command storms under
14988         very heavy load.
14989
14990 2004-06-28  Wim Taymans  <wim@fluendo.com>
14991
14992         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14993         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
14994         (gst_videomixer_pad_set_property),
14995         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
14996         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14997         (gst_videomixer_class_init), (gst_videomixer_init),
14998         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
14999         (pad_zorder_compare), (gst_videomixer_sort_pads),
15000         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
15001         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
15002         (gst_videomixer_update_queues), (gst_videomixer_loop),
15003         (plugin_init):
15004         Avoid divide by zero, choose masterpad as the pad with the highest
15005         framerate.
15006
15007 2004-06-27  Julien Moutte  <julien@moutte.net>
15008
15009         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
15010         (gst_ximagesink_xwindow_new):
15011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
15012         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
15013         function directly. We might want to call it from somewhere else one day.
15014
15015 2004-06-27  Julien Moutte  <julien@moutte.net>
15016
15017         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
15018         (gst_ximagesink_xwindow_new):
15019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
15020         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
15021         window decorations.
15022
15023 2004-06-27  Wim Taymans  <wim@fluendo.com>
15024
15025         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15026         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
15027         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
15028         (gst_dvdec_set_property), (gst_dvdec_get_property):
15029         * ext/dv/gstdvdec.h:
15030         Implement drop_factor property to lower the framerate with
15031         a factor.
15032
15033 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15034
15035         * gst-libs/gst/colorbalance/Makefile.am:
15036         * gst-libs/gst/mixer/Makefile.am:
15037         * gst-libs/gst/play/Makefile.am:
15038         * gst-libs/gst/tuner/Makefile.am:
15039           unbreak Company's fix that didn't install the -enum.h files
15040
15041 2004-06-27  Wim Taymans  <wim@fluendo.com>
15042
15043         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
15044         (gst_dvdec_change_state):
15045         * ext/dv/gstdvdec.h:
15046         Fix timestamp, duration and offset of the buffers.
15047
15048 2004-06-27  Wim Taymans  <wim@fluendo.com>
15049
15050         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15051         (gst_multifdsink_class_init), (gst_multifdsink_add),
15052         (gst_multifdsink_remove), (gst_multifdsink_clear),
15053         (gst_multifdsink_client_remove),
15054         (gst_multifdsink_handle_client_read),
15055         (gst_multifdsink_client_queue_data),
15056         (gst_multifdsink_client_queue_caps),
15057         (gst_multifdsink_client_queue_buffer),
15058         (gst_multifdsink_handle_client_write),
15059         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15060         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15061         (gst_multifdsink_init_send), (gst_multifdsink_close):
15062         * gst/tcp/gstmultifdsink.h:
15063         * gst/tcp/gsttcpserversink.c:
15064         (gst_tcpserversink_handle_server_read),
15065         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
15066         More multifdsink fixes, more recovery policy fixes.
15067         Removed stupid g_print
15068
15069 2004-06-26  Wim Taymans  <wim@fluendo.com>
15070
15071         * gst/tcp/Makefile.am:
15072         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15073         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
15074         (gst_multifdsink_class_init), (gst_multifdsink_init),
15075         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
15076         (gst_multifdsink_handle_client_read),
15077         (gst_multifdsink_client_queue_data),
15078         (gst_multifdsink_client_queue_caps),
15079         (gst_multifdsink_client_queue_buffer),
15080         (gst_multifdsink_handle_client_write),
15081         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15082         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15083         (gst_multifdsink_chain), (gst_multifdsink_set_property),
15084         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15085         (gst_multifdsink_close), (gst_multifdsink_change_state):
15086         * gst/tcp/gstmultifdsink.h:
15087         * gst/tcp/gsttcpplugin.c: (plugin_init):
15088         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
15089         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
15090         (gst_tcpserversink_handle_server_read),
15091         (gst_tcpserversink_handle_select),
15092         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
15093         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
15094         * gst/tcp/gsttcpserversink.h:
15095         Added multifdsink, made tcpserversink a subclass of fdsink, removed
15096         one of the locks, added recovery policy to multifdsink.
15097
15098 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15099
15100         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15101           fix decision for when getting frames with same timestamp
15102         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
15103         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
15104         (gst_v4lsrc_get_property):
15105         * sys/v4l/gstv4lsrc.h:
15106           add latency offset property
15107
15108 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15109
15110         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
15111         (plugin_init):
15112           fix debugging. add category.
15113
15114 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15115
15116         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
15117           fix wrong offsets
15118
15119 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15120
15121         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15122         (gst_alsa_src_get_time), (gst_alsa_src_loop),
15123         (gst_alsa_src_change_state):
15124           return a time that is in sync with the element's processing
15125
15126 2004-06-25  Wim Taymans  <wim@fluendo.com>
15127
15128         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15129         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15130         (gst_tcpserversink_client_remove),
15131         (gst_tcpserversink_handle_client_read),
15132         (gst_tcpserversink_client_queue_data),
15133         (gst_tcpserversink_client_queue_caps),
15134         (gst_tcpserversink_client_queue_buffer),
15135         (gst_tcpserversink_handle_client_write),
15136         (gst_tcpserversink_queue_buffer),
15137         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
15138         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
15139         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
15140         (gst_tcpserversink_close):
15141         * gst/tcp/gsttcpserversink.h:
15142         Serversink rewrite. Really do non blocking writes to clients and
15143         maintain an internal queue to handle slower clients while not
15144         disturbing fast clients.
15145
15146 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15147
15148         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
15149           better debug, don't override OFFSET and OFFSET_END
15150
15151 2004-06-25  Iain <iain@prettypeople.org>
15152
15153         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
15154         name=source for the wavparse pipeline.
15155
15156 2004-06-24  Johan Dahlin  <johan@gnome.org>
15157
15158         * ext/theora/theoraenc.c (theora_enc_chain): Call
15159         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
15160         streamheader caps are set correctly.
15161
15162 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15163
15164         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15165         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
15166           respect minimum bitrate; same could be done for max bitrate
15167
15168 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15169
15170         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15171         (gst_vorbisenc_setup):
15172           fix sample rate range
15173
15174 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15175
15176         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
15177         (gst_oggvorbisenc_setup):
15178         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15179         (gst_vorbisenc_setup):
15180           resolve ambiguities in code and description
15181
15182 2004-06-24  Wim Taymans  <wim@fluendo.com>
15183
15184         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
15185         * ext/alsa/gstalsa.h:
15186         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15187         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
15188         Use alsa trigger_tstamp to get the timestamp of the first
15189         sample in the buffer for more precise sync. Some cleanups.
15190
15191 2004-06-24  Wim Taymans  <wim@fluendo.com>
15192
15193         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
15194         (gst_audiorate_init), (gst_audiorate_chain),
15195         (gst_audiorate_set_property), (gst_audiorate_get_property):
15196         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15197         (gst_videorate_chain):
15198         Added some logging, fixed an overflow bug in videorate.
15199
15200 2004-06-24  Benjamin Otte  <otte@gnome.org>
15201
15202         * ext/kio/Makefile.am:
15203           fix for builddir != srcdir and distcheck
15204
15205 2004-06-24  Benjamin Otte  <otte@gnome.org>
15206
15207         * gst-libs/gst/colorbalance/Makefile.am:
15208         * gst-libs/gst/mixer/Makefile.am:
15209         * gst-libs/gst/play/Makefile.am:
15210         * gst-libs/gst/tuner/Makefile.am:
15211         * gst/tcp/Makefile.am:
15212         * sys/dxr3/Makefile.am:
15213           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
15214           tarball.
15215           Also add all *.list files that were missing.
15216         * Makefile.am:
15217           add a distcheck hook to ensure the above doesn't happen again.
15218
15219 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
15220
15221         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
15222
15223 2004-06-23  Colin Walters  <walters@redhat.com>
15224
15225         * m4/Makefile.am: Distribute gst-fionread.m4.
15226
15227 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15228
15229         * configure.ac: back to dev
15230
15231 2004-06-23  Wim Taymans  <wim@fluendo.com>
15232
15233         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
15234         (gst_alsa_xrun_recovery):
15235         * ext/alsa/gstalsa.h:
15236         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15237         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
15238         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15239         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
15240         (gst_alsa_src_loop):
15241         Add clock to alsasrc. Take new capture timestamp when
15242         restarting after an overrun. Split up some functions between
15243         alsasrc and alsasink.
15244
15245 === release 0.8.2 ===
15246
15247 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15248
15249         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
15250         (gst_alsa_change_state), (gst_alsa_update_avail),
15251         (gst_alsa_xrun_recovery):
15252         * ext/alsa/gstalsa.h:
15253         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15254           merge back changes from release
15255
15256 2004-06-23  Wim Taymans  <wim@fluendo.com>
15257
15258         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
15259         (gst_audiorate_init), (gst_audiorate_chain),
15260         (gst_audiorate_set_property), (gst_audiorate_get_property):
15261         Implement sample dropping and notify
15262
15263 2004-06-22  Wim Taymans  <wim@fluendo.com>
15264
15265         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15266         (theora_enc_sink_link), (theora_buffer_from_packet),
15267         (theora_push_packet), (theora_enc_chain):
15268         Some cleanups, make sure the timestamps are correct.
15269
15270 2004-06-22  Wim Taymans  <wim@fluendo.com>
15271
15272         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
15273         (gst_alsa_change_state), (gst_alsa_update_avail),
15274         (gst_alsa_xrun_recovery):
15275         * ext/alsa/gstalsa.h:
15276         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15277         Cleanups, take queued samples into account when reporting
15278         the time.
15279
15280 2004-06-22  Wim Taymans  <wim@fluendo.com>
15281
15282         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15283         (gst_videorate_init):
15284         Initialize the property as well.
15285
15286 2004-06-22  Wim Taymans  <wim@fluendo.com>
15287
15288         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15289         (gst_videorate_init), (gst_videorate_chain),
15290         (gst_videorate_set_property), (gst_videorate_get_property):
15291         Add property to make videorate silent.
15292         Add property to prefer new frames over old ones.
15293
15294 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15295
15296         * sys/osxvideo/Makefile.am:
15297         Workaround so that the osxvideo .so file gets linked with the
15298         Cocoa, OpenGL and QuickTime frameworks
15299
15300 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15301
15302         * sys/osxaudio/Makefile.am:
15303         Workaround so that the osxaudio .so file gets linked with the
15304         CoreAudio framework
15305
15306 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15307
15308         * configure.ac:
15309         Whoops, my fault...fixed build issues
15310
15311 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15312
15313         * configure.ac:
15314         Add objective-c support if running in Darwin/Mac OS X
15315         * sys/Makefile.am:
15316         * sys/osxvideo:
15317         * sys/osxvideo/Makefile.am:
15318         * sys/osxvideo/osxvideosink.h:
15319         * sys/osxvideo/osxvideosink.m:
15320         * sys/osxvideo/cocoawindow.h:
15321         * sys/osxvideo/cocoawindow.m:
15322         Add osxvideosink, a cocoa-based osx video sink
15323
15324
15325 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
15326         * ext/dvdnav/gst-dvd:
15327         Grab the gconf key from the right spot
15328         * gst/debug/gstnavseek.c: (gst_navseek_init),
15329         (gst_navseek_segseek), (gst_navseek_handle_src_event),
15330         (gst_navseek_chain):
15331         * gst/debug/gstnavseek.h:
15332           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
15333           and loop parameters of a segment seek.
15334         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15335         (gst_videotestsrc_get_event_masks),
15336         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15337         * gst/videotestsrc/gstvideotestsrc.h:
15338           Add seeking support to videotestsrc
15339           Initialise the timestamp_offset variable.
15340
15341 2004-06-18  Wim Taymans  <wim@fluendo.com>
15342
15343         * ext/sidplay/gstsiddec.cc:
15344         Fix negotiation and set correct end offset.
15345
15346 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15347
15348         * configure.ac: branch and prerelease
15349
15350 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15351
15352         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
15353         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
15354         (gst_tcpclientsrc_init_receive):
15355         * gst/tcp/gsttcpclientsrc.h:
15356           read caps when connecting to server for GDP so we set them correctly
15357
15358 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15359
15360         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15361           notify drops and duplicates
15362         * gst/videoscale/videoscale.c: (videoscale_get_structure):
15363           no good reason to limit ourselves to 100x100
15364
15365 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15366
15367         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
15368         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
15369         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
15370         (gst_v4lsrc_get_property):
15371         * sys/v4l/gstv4lsrc.h:
15372         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
15373         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
15374         (gst_v4l_set_audio):
15375         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
15376         (gst_v4lsrc_try_capture):
15377         * sys/v4l/v4lsrc_calls.h:
15378           change try_palette to more general try_capture
15379           add autoprobe option so we can turn off autoprobing
15380           various fixes
15381
15382 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15383
15384         * configure.ac:
15385           add videorate
15386         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
15387         (gst_ximagesink_class_init):
15388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
15389         (gst_xvimagesink_class_init):
15390           run them as finalize, not dispose, since dispose can be invoked
15391           multiple times
15392
15393 2004-06-17  Wim Taymans  <wim@fluendo.com>
15394
15395         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
15396         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
15397         * ext/alsa/gstalsa.h:
15398         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
15399         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
15400         (gst_alsa_src_change_state):
15401         * ext/alsa/gstalsasrc.h:
15402         Make the xrun code timestamp and offset the buffers correctly.
15403         moved the clock to the base class, use alsa methods to get time.
15404         Do correct timestamping on outgoing buffers.
15405
15406 2004-06-17  Wim Taymans  <wim@fluendo.com>
15407
15408         * gst/audiorate/Makefile.am:
15409         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
15410         (gst_audiorate_base_init), (gst_audiorate_class_init),
15411         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
15412         (gst_audiorate_set_property), (gst_audiorate_get_property),
15413         (gst_audiorate_change_state), (plugin_init):
15414         Added an audiorate converter that fills in gaps.
15415
15416 2004-06-17  Johan Dahlin  <johan@gnome.org>
15417
15418         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
15419
15420 2004-06-16  Wim Taymans  <wim@fluendo.com>
15421
15422         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
15423         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
15424         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
15425         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
15426         (gst_v4lsrc_get_property):
15427         * sys/v4l/gstv4lsrc.h:
15428         Added a copy mode to v4lsrc where it will output a copied version
15429         of its internal hardware buffer.
15430         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
15431         can't | them.
15432
15433 2004-06-16  Wim Taymans  <wim@fluendo.com>
15434
15435         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15436         Timestamp fixes.
15437
15438 2004-06-16  Wim Taymans  <wim@fluendo.com>
15439
15440         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
15441         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
15442         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
15443         (gst_v4lsrc_get_property):
15444         * sys/v4l/gstv4lsrc.h:
15445         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15446         Added a sync mode enum property to control v4lsrc timestamp method
15447         Removed the use-fixed-fps property and moved functionality in
15448         the enum.
15449         Don't error on an error value from v4l-conf, it might not always
15450         be a real error.
15451
15452 2004-06-16  Wim Taymans  <wim@fluendo.com>
15453
15454         * gst/videorate/Makefile.am:
15455         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
15456         (gst_videorate_base_init), (gst_videorate_class_init),
15457         (gst_videorate_getcaps), (gst_videorate_link),
15458         (gst_videorate_init), (gst_videorate_chain),
15459         (gst_videorate_set_property), (gst_videorate_get_property),
15460         (gst_videorate_change_state), (plugin_init):
15461         Added a video timestamp corrector.
15462
15463 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15464
15465         fixed a potential leak with previous commit
15466
15467         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15468
15469 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15470
15471         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15472         Added missing refcount, fixes bug #144425
15473         Cheers Tim for finding the bug
15474
15475 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15476
15477         * sys/v4l/gstv4l.c: (plugin_init):
15478         * sys/v4l/gstv4lcolorbalance.c:
15479         * sys/v4l/gstv4lcolorbalance.h:
15480         * sys/v4l/gstv4lelement.c:
15481         * sys/v4l/gstv4lelement.h:
15482         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15483         * sys/v4l/gstv4lmjpegsink.h:
15484         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15485         * sys/v4l/gstv4lmjpegsrc.h:
15486         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
15487         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
15488         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
15489         * sys/v4l/gstv4lsrc.h:
15490         * sys/v4l/gstv4ltuner.c:
15491         * sys/v4l/gstv4ltuner.h:
15492         * sys/v4l/gstv4lxoverlay.c:
15493         * sys/v4l/gstv4lxoverlay.h:
15494         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
15495         (gst_v4l_set_window), (gst_v4l_enable_overlay):
15496         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
15497         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
15498         (gst_v4l_set_audio):
15499         * sys/v4l/v4l_calls.h:
15500         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
15501         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
15502         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
15503         (gst_v4lmjpegsink_playback_init),
15504         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
15505         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
15506         (gst_v4lmjpegsink_playback_stop),
15507         (gst_v4lmjpegsink_playback_deinit):
15508         * sys/v4l/v4lmjpegsink_calls.h:
15509         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
15510         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
15511         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
15512         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
15513         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
15514         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
15515         * sys/v4l/v4lmjpegsrc_calls.h:
15516         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15517         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
15518         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
15519         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
15520         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
15521         (gst_v4lsrc_try_palette):
15522         * sys/v4l/v4lsrc_calls.h:
15523           bunch of paranoia cleanups
15524
15525 2004-06-14  David Schleef  <ds@schleef.org>
15526
15527         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
15528         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
15529         Send discont events and change timestamps appropriately when
15530         we get a seek event.  (bug #144240)
15531         * ext/cdparanoia/gstcdparanoia.h:
15532
15533 2004-06-14  Benjamin Otte  <otte@gnome.org>
15534
15535         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
15536           snd_pcm_hw_params_set_rate  since the latter fails for no good
15537           reason on some setups.
15538
15539 2004-06-14  David Schleef  <ds@schleef.org>
15540
15541         * gst/volume/demo.c: (value_changed_callback): exp10() is not
15542         standard.  Thank you for playing.
15543
15544 2004-06-14  Wim Taymans  <wim@fluendo.com>
15545
15546         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
15547         Patch 1.3 broke the ordering of the colorspace info and
15548         made the plugin basically work by coincidence, reordered
15549         the info.
15550
15551 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15552
15553         * ext/lame/gstlame.c:
15554         * ext/mad/gstmad.c:
15555           sync caps.  Make sure mad can only output a list of rates, not
15556           a full range.  In the future, have three caps lists for each of the
15557           mpeg versions.  Change mpegversion to a double as well.
15558
15559 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15560
15561         * gst/volume/.cvsignore:
15562         * gst/volume/Makefile.am:
15563         * gst/volume/demo.c: (value_changed_callback), (idler),
15564         (setup_gui), (main):
15565           added small demo app
15566
15567 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
15568         * ext/esd/esdsink.c: (gst_esdsink_change_state):
15569         * ext/esd/esdsink.h:
15570         Close the esd connection on pause, because esd will just wait -
15571         blocking all other esd clients indefinitely.
15572
15573 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
15574
15575         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
15576           previous commit with GST_DEBUG
15577
15578 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15579
15580         * configure.ac:
15581           add a header check for a dvdread header in dvdnav.  Fixes #133002
15582
15583 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15584
15585         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
15586         * gst/tcp/gsttcpclientsink.h:
15587         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
15588         * gst/tcp/gsttcpclientsrc.h:
15589         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
15590         (gst_tcpserversink_handle_server_read),
15591         (gst_tcpserversink_init_send):
15592         * gst/tcp/gsttcpserversink.h:
15593         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15594         * gst/tcp/gsttcpserversrc.h:
15595         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
15596         version of IP)
15597
15598 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15599
15600         * configure.ac:
15601         Added ogg library so that OSX detects libtheora properly
15602
15603 2004-06-11  Wim Taymans  <wim@fluendo.com>
15604
15605         * ext/theora/theoradec.c: (theora_dec_chain),
15606         (theora_dec_change_state):
15607         Don't try to decode frames before we received a keyframe.
15608
15609 2004-06-11  Wim Taymans  <wim@fluendo.com>
15610
15611         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15612         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
15613         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15614         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
15615         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
15616         Added property to set the maximum delay of a page.
15617
15618 2004-06-10  Wim Taymans  <wim@fluendo.com>
15619
15620         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15621         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
15622         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15623         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
15624         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
15625         Added max-delay property to control the maximum amount
15626         of data to put in one page.
15627
15628 2004-06-10  Wim Taymans  <wim@fluendo.com>
15629
15630         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15631         (gst_theora_enc_init), (theora_enc_sink_link),
15632         (theora_buffer_from_packet), (theora_enc_set_property),
15633         (theora_enc_get_property):
15634         Set duration on encoded buffer, added some more properties
15635
15636 2004-06-10  Wim Taymans  <wim@fluendo.com>
15637
15638         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15639         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15640         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15641         * ext/theora/theoraenc.c: (theora_enc_chain):
15642         Fix refcounting bugs
15643
15644 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15645
15646         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
15647         (gst_asf_demux_loop), (gst_asf_demux_process_file),
15648         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
15649         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
15650         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
15651         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
15652         (gst_asf_demux_change_state):
15653         * gst/asfdemux/gstasfdemux.h:
15654           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
15655           feels like. I think we should set a new requirement for demuxers
15656           from now on to implement sane loop functions, data loops, query
15657           and seek functions before first commit into CVS. And this commit
15658           fixes all of the above.
15659
15660 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
15661
15662         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
15663           vorbis comments are properly encoded in UTF-8 before adding them
15664           to a GstTagList
15665
15666 2004-06-09  Benjamin Otte  <otte@gnome.org>
15667
15668         * ext/alsa/gstalsa.c: (add_channels):
15669           handle min <= max correctly
15670         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
15671         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
15672           add fixation functions so we fixate correctly. No preferring of alaw
15673           anymore because it's the first structure.
15674         * ext/alsa/gstalsa.h:
15675         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
15676         (gst_alsa_hw_params_dump):
15677           add functions to ease debugging in alsalib
15678         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
15679         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
15680         (gst_alsa_start_audio):
15681           only specify hw params if we really setup a format (fixes #134007 -
15682           or at least works around it)
15683
15684 2004-06-09  Wim Taymans  <wim@fluendo.com>
15685
15686         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15687         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15688         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
15689         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
15690         (gst_ogg_mux_loop):
15691         Use stream caps to setup the initial pages in the ogg stream.
15692         Correctly set the streamheader caps on the srcpad.
15693
15694 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15695
15696         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
15697         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
15698         (gst_v4lsrc_getcaps):
15699         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
15700         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
15701           add querying of fps lists for webcams.  Negotiating to a framerate
15702           now works.
15703
15704 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15705
15706         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15707         (theora_push_buffer), (theora_push_packet),
15708         (theora_set_header_on_caps), (theora_enc_chain):
15709           mark buffers and put on streamheader, raw theora streaming
15710           now works too, whee
15711
15712 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15713
15714         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
15715         (gst_tcp_gdp_read_caps):
15716           do a looping read for caps and GDP headers too
15717
15718 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15719
15720         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
15721         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
15722           return EOS instead of NULL in _get
15723
15724 2004-06-08  Wim Taymans  <wim@fluendo.com>
15725
15726         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
15727         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
15728         (gst_tcp_gdp_write_caps):
15729         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
15730         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
15731         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
15732         Memory leak fixes
15733
15734 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15735
15736         * ext/vorbis/Makefile.am:
15737         * ext/vorbis/vorbis.c: (plugin_init):
15738         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
15739         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
15740         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
15741         (vorbis_parse_change_state):
15742         * ext/vorbis/vorbisparse.h:
15743           adding a vorbisparse element that marks the buffers, streaming
15744           raw vorbis using GDP now works, whee
15745
15746 2004-06-08  Wim Taymans  <wim@fluendo.com>
15747
15748         * ext/jpeg/Makefile.am:
15749         * ext/jpeg/README:
15750         * ext/jpeg/gstjpeg.c: (plugin_init):
15751         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
15752         (gst_smokedec_base_init), (gst_smokedec_class_init),
15753         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
15754         * ext/jpeg/gstsmokedec.h:
15755         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
15756         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
15757         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
15758         (gst_smokeenc_resync), (gst_smokeenc_chain),
15759         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
15760         * ext/jpeg/gstsmokeenc.h:
15761         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
15762         (smokecodec_flush_destination), (smokecodec_term_destination),
15763         (smokecodec_init_source), (smokecodec_fill_input_buffer),
15764         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
15765         (smokecodec_term_source), (smokecodec_encode_new),
15766         (smokecodec_decode_new), (smokecodec_info_free),
15767         (smokecodec_set_quality), (smokecodec_get_quality),
15768         (smokecodec_set_threshold), (smokecodec_get_threshold),
15769         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
15770         (find_best_size), (abs_diff), (put), (smokecodec_encode),
15771         (smokecodec_parse_header), (smokecodec_decode):
15772         * ext/jpeg/smokecodec.h:
15773         Added a new simple jpeg based codec
15774
15775 2004-06-08  Wim Taymans  <wim@fluendo.com>
15776
15777         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
15778         (gst_multipart_mux_loop):
15779         Fix memory leak
15780
15781 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15782
15783         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
15784         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
15785         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
15786         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
15787         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
15788         * gst/tcp/gsttcpserversink.h:
15789           take streamheader into account
15790
15791 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15792
15793         * gst/level/Makefile.am:
15794         * gst/level/gstlevel.c: (gst_level_class_init):
15795           clean up marshal generation
15796
15797 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15798
15799         * gst/tcp/Makefile.am:
15800         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
15801         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
15802         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
15803         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
15804         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
15805         (gst_tcpclientsrc_get_property):
15806         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15807         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15808         (gst_tcpserversink_handle_client_read),
15809         (gst_tcpserversink_handle_client_write),
15810         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
15811         * gst/tcp/gsttcpserversink.h:
15812           add signals client-added and client-removed
15813         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
15814         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
15815         (gst_tcpserversrc_get_property):
15816         uniformized, change default protocol to NONE
15817         * gst/tcp/gsttcp-marshal.list: added
15818 2004-06-07  Benjamin Otte  <otte@gnome.org>
15819
15820         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15821           handle discont events if they happen before caps nego
15822
15823 2004-06-07  Wim Taymans  <wim@fluendo.com>
15824
15825         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
15826         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
15827         (gst_multipart_demux_plugin_init):
15828         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
15829         (gst_multipart_mux_init), (gst_multipart_mux_loop),
15830         (gst_multipart_mux_change_state):
15831         Small updates, fix a memleak
15832
15833 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15834
15835         * configure.ac: OSS portability
15836         * ext/arts/gst_arts.c: idem
15837         * sys/oss/gstosselement.c: idem
15838         * sys/oss/gstossmixer.c: idem
15839         * sys/oss/gstosssink.c: idem
15840         * sys/oss/gstosssrc.c: idem
15841         * sys/oss/oss_probe.c: idem
15842           - check for soundcard.h in different places for some BSD
15843
15844 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
15845
15846         * AUTHORS:
15847         Add me to the authors file
15848         * configure.ac:
15849         Increase the libdv requirement to >= version 0.100
15850         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
15851         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
15852         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
15853         * ext/dv/gstdvdec.h:
15854         Add support for the new_media flag when sending DISCONT events
15855         Make the querying work when video pad is not linked
15856
15857 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15858
15859         reviewed by Benjamin Otte  <otte@gnome.org>
15860
15861         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
15862           create a NULL-initialized array of pads, so we don't think they
15863           exist already. (fixes #143130)
15864
15865 2004-06-07  Benjamin Otte  <otte@gnome.org>
15866
15867         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
15868         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
15869         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
15870           don't use // coments
15871
15872 2004-06-07  Benjamin Otte  <otte@gnome.org>
15873
15874         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
15875           cast to GstClockTime to get higher granularity
15876         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15877           use gst_element_set_time_delay to get the exact time
15878         * ext/mad/gstmad.c: (gst_mad_chain):
15879           use the negotiated rate instead of the current frame's rate which
15880           might be wrong because of bit errors. This avoids emitting totally
15881           bogus timestamps and screwing sync.
15882         (fixes #143454)
15883
15884 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15885
15886         reviewed by Benjamin Otte  <otte@gnome.org>
15887
15888         * gst/adder/gstadder.c: (gst_adder_loop):
15889           properly error out when no negotiation has happened yet. (fixes
15890           #143032)
15891
15892 2004-06-06  Benjamin Otte  <otte@gnome.org>
15893
15894         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
15895           forward correctly transformed offset in discont events. Based on
15896           patch by Arwed v. Merkatz. (fixes #142851)
15897
15898 2004-06-06  David Schleef  <ds@schleef.org>
15899
15900         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
15901         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
15902         problems on several systems.
15903
15904 2004-06-06  Benjamin Otte  <otte@gnome.org>
15905
15906         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15907           use explicit caps on the srcpad
15908         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15909           properly error out if caps couldn't be set (fixes #142764)
15910
15911 2004-06-06  Benjamin Otte  <otte@gnome.org>
15912
15913         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
15914         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
15915         (gst_alsa_start_audio):
15916           - don't call set_periods_integer anymore, it breaks the
15917           configuration randomly
15918           - call snd_pcm_hw_params_set_access directly instead of using masks
15919           - don't fail if the sw_params can't be set, just use the default
15920           params and hope it works. Alsalib has weird issues when you touch
15921           sw_params and does no proper error reporting about what failed.
15922         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15923         (gst_alsa_close_audio):
15924           make our alsa debugging go via gst debugging and not conditionally
15925           defined
15926         * ext/alsa/gstalsa.h:
15927           add ALSA_DEBUG_FLUSH macro
15928         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
15929         (plugin_init):
15930           wrap alsa errors to be printed via the gst debugging system and not
15931           spammed to stderr
15932
15933 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15934
15935         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15936         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
15937         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
15938         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
15939         (qtdemux_parse_trak):
15940         * gst/qtdemux/qtdemux.h:
15941           Bitch. Also known as seeking, querying & co.
15942         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
15943         (gst_osssink_change_state):
15944         * sys/oss/gstosssink.h:
15945           Resyncing is for weenies, this hack is no longer needed and was
15946           broken anyway (since it - unintendedly - always leaves resync to
15947           TRUE).
15948
15949 2004-06-05  Andrew Turner <zxombie@hotpop.com>
15950
15951         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
15952         * gst/tcp/gsttcpclientsrc.h: idem
15953           - define MSG_NOSIGNAL if not done
15954           - include unistd.h for off_t
15955           (fixes #143749)
15956
15957 2004-06-05  Benjamin Otte  <otte@gnome.org>
15958
15959         * configure.ac:
15960         * ext/kio/Makefile.am:
15961           check for qt's moc preprocessor explicitly and use it
15962
15963 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15964
15965         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
15966           don't get a signal for EPIPE on socket writes
15967           (somebody check if this works on other platforms)
15968
15969 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15970
15971         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
15972         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15973           check error condition on available samples correctly
15974
15975 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15976
15977         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
15978           avoid a segfault
15979         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
15980         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
15981         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
15982         (gst_tcpserversrc_gdp_read_header):
15983          use ssize_t over size_t since the former is signed and thus the
15984          check for error codes can work
15985
15986 2004-06-02  Wim Taymans  <wim@fluendo.com>
15987
15988         reviewed by: Johan
15989
15990         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
15991         (gst_multipart_mux_loop):
15992         Oops
15993
15994 2004-06-02  Wim Taymans  <wim@fluendo.com>
15995
15996         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
15997         (gst_multipart_mux_init), (gst_multipart_mux_loop),
15998         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
15999         (gst_multipart_mux_change_state):
16000         Added configurable boundary specifier, added the value as a
16001         caps field as well.
16002
16003 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16004
16005         * gst/tcp/gsttcp.c:
16006         * gst/tcp/gsttcpclientsrc.c:
16007         * gst/tcp/gsttcpclientsrc.h:
16008         * gst/tcp/gsttcpserversrc.c:
16009           - portability fix, to compile on OSX
16010             (fixes #143146)
16011
16012         * sys/osxaudio/gstosxaudioelement.c:
16013         * sys/osxaudio/gstosxaudiosink.c:
16014         * sys/osxaudio/gstosxaudiosrc.c:
16015           - compilation warnings on OSX
16016             (fixes #143153)
16017
16018 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16019
16020         * ext/vorbis/vorbisdec.c : sign warning fixes
16021
16022         * gst-libs/gst/mixer/mixertrack.c :
16023           do no use defines which are glib 2.4 specific
16024
16025 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
16026
16027         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
16028           buffer since libflac doesn't expect it (reports a sync error when
16029           it encounters that)
16030
16031
16032 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
16033
16034         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
16035         * gst-libs/gst/mixer/mixertrack.c:
16036         (gst_mixer_track_get_property), (get_mixer_track_init),
16037         (get_mixer_track_get_property): Added property accessors
16038         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
16039         * gst-libs/gst/mixer/mixeroptions.c:
16040         (gst_mixer_options_get_values): Added
16041         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
16042         * gst-libs/gst/mixer/mixer.c: Fixed comment
16043
16044
16045 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16046
16047         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
16048           improve error messages on open
16049
16050
16051 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16052
16053         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16054           check if v4l-conf is in path
16055
16056 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16057
16058         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
16059           change assert to a more readable error message
16060
16061 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16062
16063         * gst-libs/gst/tuner/tunerchannel.h:
16064           - add a freq_multiplicator field to make the conversion
16065             between internal frequency unit and Hz
16066         * sys/v4l/gstv4lelement.c:
16067         * sys/v4l2/gstv4l2element.c:
16068           - change default video device to /dev/video0
16069         * sys/v4l/v4l_calls.c:
16070         * sys/v4l2/v4l2_calls.c:
16071           - we only expose frequency to the user in Hz instead of
16072             bastard v4lX unit (either 62.5kHz or 62.5Hz)
16073
16074 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
16075         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16076           Initialise b_o_s and e_o_s variables
16077         * gst-libs/gst/riff/riff-media.c:
16078         (gst_riff_create_video_caps_with_data):
16079           Add some unusual fourcc's from mplayer avi's
16080         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
16081           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
16082           autoplugging.
16083
16084 2004-05-28  Wim Taymans  <wim@fluendo.com>
16085
16086         * configure.ac:
16087         * gst/alpha/Makefile.am:
16088         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
16089         (gst_alpha_get_type), (gst_alpha_base_init),
16090         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
16091         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
16092         (gst_alpha_chroma_key), (gst_alpha_chain),
16093         (gst_alpha_change_state), (plugin_init):
16094         A plugin to add an alpha channel to I420 video. Can optionally do
16095         chroma keying.
16096         * gst/multipart/Makefile.am:
16097         * gst/multipart/multipart.c: (plugin_init):
16098         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16099         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
16100         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
16101         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
16102         (gst_multipart_demux_change_state),
16103         (gst_multipart_demux_plugin_init):
16104         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
16105         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
16106         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
16107         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
16108         (gst_multipart_mux_pad_unlink),
16109         (gst_multipart_mux_request_new_pad),
16110         (gst_multipart_mux_handle_src_event),
16111         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
16112         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
16113         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
16114         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
16115         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
16116         send multipart jpeg images to a browser.
16117         * gst/videobox/Makefile.am:
16118         * gst/videobox/README:
16119         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16120         (gst_video_box_get_type), (gst_video_box_base_init),
16121         (gst_video_box_class_init), (gst_video_box_init),
16122         (gst_video_box_set_property), (gst_video_box_get_property),
16123         (gst_video_box_sink_link), (gst_video_box_i420),
16124         (gst_video_box_ayuv), (gst_video_box_chain),
16125         (gst_video_box_change_state), (plugin_init):
16126         Crops or adds borders around an image. can do alpha channel
16127         borders as well.
16128         * gst/videomixer/Makefile.am:
16129         * gst/videomixer/README:
16130         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16131         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
16132         (gst_videomixer_pad_get_sink_event_masks),
16133         (gst_videomixer_pad_get_property),
16134         (gst_videomixer_pad_set_property),
16135         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
16136         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
16137         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16138         (gst_videomixer_base_init), (gst_videomixer_class_init),
16139         (gst_videomixer_init), (gst_videomixer_request_new_pad),
16140         (gst_videomixer_handle_src_event),
16141         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
16142         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
16143         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
16144         (gst_videomixer_loop), (gst_videomixer_get_property),
16145         (gst_videomixer_set_property), (gst_videomixer_change_state),
16146         (plugin_init):
16147         Generic video mixer plugin, can handle multiple inputs all with
16148         different framerates and video sizes. Is fully alpha channel
16149         aware.
16150
16151 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16152
16153         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16154           Select first track as master track. Not sure how else to handle
16155           that...
16156         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
16157           Discard discont events. Should fix #142962.
16158
16159 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16160
16161         * ext/alsa/Makefile.am:
16162         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
16163         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
16164         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
16165         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
16166         (gst_alsa_mixer_get_option):
16167         * ext/alsa/gstalsamixer.h:
16168         * ext/alsa/gstalsamixeroptions.c:
16169         (gst_alsa_mixer_options_get_type),
16170         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
16171         (gst_alsa_mixer_options_new):
16172         * ext/alsa/gstalsamixeroptions.h:
16173         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16174         * ext/alsa/gstalsamixertrack.h:
16175           Add enumerations (as GstMixerOptions). Make correct distinction
16176           between input/output tracks. Add capture/playback private flag.
16177           Use flag to decide on whether to set capture or playback volumes
16178           or switches. Use playback and record switches.
16179         * gst-libs/gst/mixer/Makefile.am:
16180         * gst-libs/gst/mixer/mixer-marshal.list:
16181         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
16182         (gst_mixer_set_option), (gst_mixer_get_option),
16183         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
16184         (gst_mixer_volume_changed), (gst_mixer_option_changed):
16185         * gst-libs/gst/mixer/mixer.h:
16186         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
16187         (gst_mixer_options_class_init), (gst_mixer_options_init),
16188         (gst_mixer_options_dispose):
16189         * gst-libs/gst/mixer/mixeroptions.h:
16190           Add GstMixerOptions.
16191         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16192           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
16193           broken device detection on computers with multiple OSS sound
16194           cards.
16195
16196 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16197
16198         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
16199           fixate nicely even when the peer is not negotiating
16200
16201 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16202
16203         * gst/audioconvert/gstaudioconvert.c:
16204         (gst_audio_convert_parse_caps):
16205           make sure we don't allow depth > width
16206         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
16207           fixate endianness to G_BYTE_ORDER as default
16208         * gst/audioscale/gstaudioscale.c:
16209           we don't handle another endianness as host-endianness
16210
16211 2004-05-25  David Schleef  <ds@schleef.org>
16212
16213         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
16214
16215 2004-05-24  Benjamin Otte  <otte@gnome.org>
16216
16217         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
16218         (gst_oggvorbisenc_setup):
16219           properly fail when we can't setup the vorbis encoder due to
16220           unsupported settings
16221         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
16222         (gst_vorbisenc_setup):
16223           same
16224         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16225           fix case where warnings occured when one pad was unlinked while the
16226           other's link function was called
16227
16228 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16229
16230         * gst/tcp/Makefile.am:
16231           use GST_ENABLE_NEW
16232
16233 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16234
16235         * gst-libs/gst/resample/private.h:
16236           don't use optimizations that are #if 0'ed
16237
16238 2004-05-24  Wim Taymans  <wim@fluendo.com>
16239
16240         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
16241         Fix potential division by zero error and hopefully get
16242         the position query right to get correct timestamps on avi
16243         audio.
16244
16245 2004-05-24  Wim Taymans  <wim@fluendo.com>
16246
16247         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
16248         (gst_videoscale_scale_nearest_str2),
16249         (gst_videoscale_scale_nearest_str4),
16250         (gst_videoscale_scale_nearest_32bit),
16251         (gst_videoscale_scale_nearest_24bit),
16252         (gst_videoscale_scale_nearest_16bit):
16253         Fix the scaling algorithm and avoid a buffer overflow.
16254         removed the while loop in the scaling function as it
16255         was used for point sampling only.
16256
16257 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16258
16259         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16260         (gst_id3_tag_class_init), (gst_id3_tag_init),
16261         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
16262         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
16263         (gst_id3_tag_send_tag_event):
16264           lots of fixes to make id3mux work and id3demux work correctly
16265
16266 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16267
16268         * ext/Makefile.am:
16269           add rules to build shout2send (was removed by accident
16270           when this module was no more marked experimental/broken)
16271
16272 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16273
16274         * ext/shout2/gstshout2.c:
16275         * ext/shout2/gstshout2.h:
16276           adding a "connection problem" signal to shout2send
16277           (fixes #142954)
16278
16279 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16280
16281         * ext/kio/kioreceiver.cpp:
16282         * ext/kio/kioreceiver.h:
16283           fix sign comparison issues
16284
16285 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16286
16287         * gst/cdxaparse/gstcdxaparse.c:
16288         * gst/cdxaparse/gstcdxaparse.h:
16289           some renaming
16290           add some checks/sanity
16291           prepare for seek addition
16292
16293         * sys/sunaudio/gstsunaudio.c:
16294           remove exported dupe init function
16295
16296 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
16297
16298         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
16299         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
16300           Fix format conversion and position querying.
16301         * gst/debug/progressreport.c: (gst_progressreport_report):
16302           Don't output a bogus total value that we didn't query.
16303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16304           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
16305           only a blank window after xine has been used.
16306
16307 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16308
16309         * m4/as-arts.m4:
16310           sync with upstream version to fix test on FC2
16311           readd with -ko to preserve Id header
16312
16313 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16314
16315         * configure.ac:
16316           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
16317         * gst/tcp/gsttcpclientsrc.c: idem
16318         * gst/tcp/gsttcpserversink.c: idem
16319         * gst/tcp/gsttcpserversrc.c: idem
16320         * m4/gst-fionread.m4: idem
16321
16322         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
16323
16324         * configure.ac: enable speex plugin for speex 1.1.5+
16325         * ext/speex/gstspeexenc.c: fix cast warning
16326
16327         * ext/esd/README: fix typo
16328
16329 2004-05-20  David Schleef  <ds@schleef.org>
16330
16331         * configure.ac: Minor cosmetic change to convince the buildbot to
16332         reautogen.
16333         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
16334         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
16335         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
16336         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
16337         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
16338         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
16339         More hacking.  Plays audio now.
16340
16341 2004-05-20  David Schleef  <ds@schleef.org>
16342
16343         * configure.ac:
16344         * sys/Makefile.am:
16345
16346 2004-05-20  David Schleef  <ds@schleef.org>
16347
16348         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
16349         * sys/osxaudio/gstosxaudio.c:
16350         * sys/osxaudio/gstosxaudioelement.c:
16351         * sys/osxaudio/gstosxaudioelement.h:
16352         * sys/osxaudio/gstosxaudiosink.c:
16353         * sys/osxaudio/gstosxaudiosink.h:
16354         * sys/osxaudio/gstosxaudiosrc.c:
16355         * sys/osxaudio/gstosxaudiosrc.h:
16356
16357 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16358
16359         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
16360         (gst_vorbisenc_chain):
16361           put the codec headers on the caps as streamheader as well as
16362           pushing them out
16363
16364 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16365
16366         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
16367         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16368         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
16369         split up push_packet into two functions
16370
16371 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16372
16373         * gst/tcp/.cvsignore:
16374           ignore enums
16375         * gst/tcp/Makefile.am:
16376         * gst/tcp/README:
16377         * gst/tcp/gsttcp.c:
16378         * gst/tcp/gsttcp.h:
16379         * gst/tcp/gsttcpclientsink.c:
16380         * gst/tcp/gsttcpclientsink.h:
16381         * gst/tcp/gsttcpclientsrc.c:
16382         * gst/tcp/gsttcpclientsrc.h:
16383         * gst/tcp/gsttcpplugin.c:
16384         * gst/tcp/gsttcpserversink.c:
16385         * gst/tcp/gsttcpserversink.h:
16386         * gst/tcp/gsttcpserversrc.c:
16387         * gst/tcp/gsttcpserversrc.h:
16388           add new tcp elements
16389
16390 2004-05-19  Wim Taymans  <wim@fluendo.com>
16391
16392         * gst/law/mulaw-conversion.c: (mulaw_encode):
16393         Fix overflow bug in ulaw encoding.
16394
16395 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16396
16397         * ext/mad/gstmad.c: (gst_mad_handle_event):
16398           don't unref the event twice
16399
16400 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16401
16402         * configure.ac:
16403           remove -Wno-sign-compare
16404
16405 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16406
16407         * configure.ac:
16408           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
16409           if you want to work against glib 2.2 and 2.4
16410
16411 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16412
16413         * gst/tcp/Makefile.am:
16414         * gst/tcp/gsttcp.c:
16415         * gst/tcp/gsttcp.h:
16416         * gst/tcp/gsttcpsink.h:
16417         * gst/tcp/gsttcpsrc.h:
16418           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
16419
16420 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16421
16422         * gst/debug/tests.c: (md5_get_value):
16423           fix segfault on gst-inspect
16424
16425 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16426
16427         * gst/debug/testplugin.c:
16428         * gst/debug/tests.c:
16429         * gst/debug/tests.h:
16430           add new extensible and configurable testing element. Current tests
16431           include buffer count, stream length, timestamp/duration matching and
16432           md5.
16433         * gst/debug/Makefile.am:
16434         * gst/debug/gstdebug.c: (plugin_init):
16435           add infrastructure for new element
16436
16437 2004-05-19  Johan Dahlin  <johan@gnome.org>
16438
16439         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
16440         ending of the array. Fixes gst-inspect segfault on ppc.
16441
16442 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16443
16444         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
16445
16446         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
16447
16448 2004-05-18  David Schleef  <ds@schleef.org>
16449
16450         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
16451         warnings (bugs, actually) noticed by gcc but not forte.
16452
16453 2004-05-18  David Schleef  <ds@schleef.org>
16454
16455         * sys/sunaudio/Makefile.am:
16456         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
16457
16458 2004-05-18  David Schleef  <ds@schleef.org>
16459
16460         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16461         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
16462         to allow qtdemux to use non-seekable streams. (bug #142272)
16463
16464 2004-05-18  David Schleef  <ds@schleef.org>
16465
16466         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
16467         (gst_resample_sinc_ft_float): Remove use of static temporary
16468         buffer.  This code was obviously not supposed to last long, but
16469         it's stuck in our ABI, so it required a little hack to make it
16470         ABI-compatible.  Fixes #142585.
16471         * gst-libs/gst/resample/resample.h: same.
16472
16473 2004-05-18  David Schleef  <ds@schleef.org>
16474
16475         * configure.ac: Add sunaudio
16476         * examples/Makefile.am: make gstplay depend on gconf
16477         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
16478         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
16479         (convert_table_lookup), (img_convert): remove c99-isms
16480         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
16481           unsigned, to fix a warning on Solaris
16482         * gst/mpeg1sys/systems.c: bcopy->memcpy
16483         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
16484         * sys/Makefile.am: Add sunaudio
16485
16486 2004-05-18  Wim Taymans  <wim@fluendo.com>
16487
16488         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
16489         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
16490         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
16491         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
16492         (gst_ogg_mux_loop):
16493         Fix an ugly memleak where the muxer didn't flush enough ogg
16494         pages. This also resulted in badly muxed ogg files.
16495
16496 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16497
16498         * gst/asfdemux/asfheaders.c :
16499         * gst/asfdemux/asfheaders.h :
16500         * gst/asfdemux/gstasfdemux.c :
16501           - fix ASF_OBJ_PADDING guid
16502           - add 3 new object guids (language list, metadata,
16503             extended stream properties)
16504           - add a function to parse extended header objects
16505
16506 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16507
16508         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
16509           remove leftover debugging g_print
16510
16511 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16512
16513         * ext/mad/gstmad.c: (gst_mad_handle_event):
16514           Fix for when the first format in a discont event is not a
16515           byte-based one. Should fix #137710.
16516
16517 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16518
16519         * m4/a52.m4 : fix compilation with -Wall -Werror
16520         * m4/libfame.m4 : idem
16521         * m4/libmikmod.m4 : idem
16522
16523 2004-05-17  Benjamin Otte  <otte@gnome.org>
16524
16525         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
16526           signal the new tags before giving up the reference
16527
16528 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16529
16530         * ext/shout2/gstshout2.c:
16531           use application/ogg instead of application/x-ogg (patch by Patrick
16532           Guimond, fixes #142432)
16533         * sys/oss/gstosselement.c: (gst_osselement_reset),
16534         (gst_osselement_sync_parms):
16535           don't set fragment size unless specified (fixes #142493)
16536
16537 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16538
16539         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
16540           fixes #142664
16541
16542 2004-05-17  Benjamin Otte  <otte@gnome.org>
16543
16544         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
16545           compute offsets correctly for internal buffers so timestamps are set
16546           correctly when we can't seek. Also handle cases where there are no
16547           offsets. (based on a patch by David Moore, fixes #142507)
16548
16549 2004-05-17  Benjamin Otte  <otte@gnome.org>
16550
16551         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16552           use correct variable when determining amount of data to skip so we
16553           don't skip into the void and segfault
16554
16555 2004-05-16  Benjamin Otte  <otte@gnome.org>
16556
16557         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
16558           Hi, I'm a memleak
16559
16560 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16561
16562         * gst/asfdemux/gstasfdemux.c:
16563           - fix a mem leak and always propagate tags
16564           - add WMV3 to known video codecs (but no decoder yet)
16565           - replace "surplus data" at end of audio header for what
16566             it is : codec specific data
16567           - fix a typo
16568
16569 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
16570
16571         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
16572
16573         * gst-libs/gst/audio/audioclock.c:
16574           Fix wrong return type (#142205).
16575
16576 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16577
16578         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
16579           Ignore CRCs by default (fixes #142566).
16580
16581 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16582
16583         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
16584         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
16585         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
16586         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
16587         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16588         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
16589           Fix for cases where we fail to attach to a mixer.
16590
16591 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16592
16593         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
16594           Don't touch events after not owning them anymore.
16595         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16596         (gst_wavparse_fmt), (gst_wavparse_other),
16597         (gst_wavparse_handle_seek), (gst_wavparse_loop),
16598         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
16599         (gst_wavparse_srcpad_event):
16600         * gst/wavparse/gstwavparse.h:
16601           Add seeking, fix querying.
16602
16603 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16604
16605         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
16606           - process comments even if they don't end with \0\0
16607             g_convert would ignore them if present and works well without them
16608
16609 2004-05-16  Benjamin Otte  <otte@gnome.org>
16610
16611         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
16612           simplify caps
16613
16614 2004-05-16  Benjamin Otte  <otte@gnome.org>
16615
16616         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
16617           don't write to memory we might not write to - g_convert does that
16618           for us anyway (fixes #142613)
16619         (gst_asf_demux_audio_caps):
16620           comment out gst_util_dump_mem
16621
16622 2004-05-16  Benjamin Otte  <otte@gnome.org>
16623
16624         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16625           compute correct expected timestamps after seek (broken since
16626           last commit)
16627         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
16628           rename element and debugging category to gdkpixbufscale
16629
16630 2004-05-16  Benjamin Otte  <otte@gnome.org>
16631
16632         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16633           add error checking to snd_pcm_delay and remove duplicate call to
16634           snd_pcm_delay that caused issues (see inline code comments)
16635         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
16636           make more readable and fix return value when snd_pcm_delay fails
16637         (fixes #142586)
16638
16639 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
16640         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
16641         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
16642         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
16643         (gst_pixbufscale_link), (gst_pixbufscale_init),
16644         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
16645         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
16646         (gst_pixbufscale_get_property), (pixbufscale_init):
16647         * ext/gdk_pixbuf/pixbufscale.h:
16648         Add these files I forgot earlier
16649
16650 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
16651         * ext/gdk_pixbuf/Makefile.am:
16652         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
16653         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16654         Add new pixbufscale element to scale RGB video
16655         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
16656         and HYPER interpolation correctly.
16657         * ext/theora/theoraenc.c: (theora_enc_chain),
16658         Discard buffer and return if explicit caps could not be set
16659         (theora_enc_get_property):
16660         Make _get return kbps for the bitrate consistent with
16661         the _set function.
16662
16663
16664 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16665
16666         * ext/libvisual/visual.c: (gst_visual_chain):
16667           add missing visual_audio_analyze
16668
16669 2004-05-14  David Schleef  <ds@schleef.org>
16670
16671         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
16672         is killed while we're playing.
16673         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
16674         gst_element_no_more_pads().
16675
16676 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16677
16678         * gst-libs/gst/riff/riff-read.c :
16679           - fix INFO tag extraction in RIFF/AVI files
16680             because gst_event_unref (event) also freed taglist
16681           - avoid a mem leak
16682
16683 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16684
16685         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
16686         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
16687
16688         * gst/auparse/gstauparse.c :
16689           - add code (commented for now) to support audio/x-adpcm on src pad
16690             (we have no decoder for those layout yet)
16691
16692         * gst/cdxaparse/gstcdxaparse.c :
16693         * gst/cdxaparse/gstcdxaparse.h :
16694           - partial rewrite using RiffRead (ripped iain's wavparse code)
16695
16696         * gst/rtp/gstrtpL16enc.c : typo
16697         * gst/rtp/gstrtpgsmenc.c : typo
16698
16699 2004-05-13  Benjamin Otte  <otte@gnome.org>
16700
16701         * configure.ac:
16702           check for exact version of libvisual, it's not supposed to be
16703           API/ABI stable yet
16704
16705 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16706
16707         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
16708           signal no-more-pads
16709
16710 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
16711
16712         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
16713         Report which format was used for GST_FORMAT_DEFAULT
16714         * gst/debug/Makefile.am:
16715         * gst/debug/gstdebug.c: (plugin_init):
16716         * gst/debug/progressreport.c: (gst_progressreport_base_init),
16717         (gst_progressreport_class_init), (gst_progressreport_init),
16718         (gst_progressreport_report), (gst_progressreport_set_property),
16719         (gst_progressreport_get_property), (gst_progressreport_chain),
16720         (gst_progressreport_plugin_init):
16721         Add progressreport element for testing.
16722
16723 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16724
16725         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
16726         * sys/v4l/gstv4lsrc.h:
16727         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
16728         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
16729         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
16730         (gst_v4lsrc_grab_frame):
16731           add more debugging
16732           send a discont at start
16733
16734 2004-05-12  Colin Walters  <walters@redhat.com>
16735
16736         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
16737         inflooping if we can't find a chunk.  Or in other words, don't blow
16738         chunks if we don't have a chunk to blow.
16739
16740 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
16741         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
16742         Remove old debug output
16743         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
16744         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
16745         (gst_dvdec_set_property), (gst_dvdec_get_property):
16746         Change the quality setting to an enum, so it works from gst-launch
16747         Don't renegotiate a non-linked pad. Allows audio only decoding.
16748         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
16749         (gst_deinterlace_link), (gst_deinterlace_init):
16750         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16751         (gst_videodrop_link):
16752         Some caps negotiation fixes
16753
16754 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16755
16756         * ext/tarkin/gsttarkin.c :
16757           - Change RANK from NONE to PRIMARY
16758         * ext/gdk_pixbuf/gstgdkpixbuf.c :
16759           - Change RANK from NONE to MARGINAL
16760         * ext/divx/gstdivxenc.c :
16761           - Change RANK from PRIMARY to NONE (encoder/spider issue)
16762
16763 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16764
16765         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
16766         (gst_vorbisenc_push_packet):
16767           copy a function that was added between 1.0 and 1.0.1 until we
16768           depend on worthwhile features of post-1.0
16769
16770 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16771
16772         * configure.ac:
16773           enable shout2 by default
16774         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
16775         (gst_shout2send_base_init), (gst_shout2send_init),
16776         (gst_shout2send_connect), (gst_shout2send_change_state):
16777         * ext/shout2/gstshout2.h:
16778           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
16779           #142262)
16780         * ext/theora/theora.c: (plugin_init):
16781           don't set rank on encoders
16782
16783 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
16784
16785         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
16786           Use codec_data property instead of flag1 and flag2 for wma
16787
16788 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16789
16790         * gst/cdxaparse/gstcdxaparse.c :
16791           - Add mpegversion to CAPS to make it link
16792           - Rank is as GST_RANK_SECONDARY instead of NONE
16793         * gst/auparse/gstauparse.c :
16794           - Document all audio encoding we can encounter from Solaris 9
16795             headers and libsndfile information.
16796           - Increase max. rate from 48000 to 192000 (to match other elements)
16797           - Don't try to play junk data between header and samples
16798
16799 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16800
16801         * ext/libvisual/visual.c: (gst_visual_getcaps):
16802           use the right caps depending on endianness (I hope)
16803         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
16804           use GST_RANK_NONE for all non-decoding elements or spider gets
16805           mighty confused
16806
16807 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16808
16809         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
16810           Fix some odd cases and fix BE metadata parsing of unicode16 text.
16811
16812 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16813
16814         * gst/switch/gstswitch.c: (gst_switch_release_pad),
16815         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
16816         (gst_switch_loop), (gst_switch_get_type):
16817           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
16818           HEADERS. Had to be said.
16819
16820 2004-05-10  David Schleef  <ds@schleef.org>
16821
16822         * configure.ac: Add prototype Dirac support.
16823         * ext/Makefile.am:
16824         * ext/dirac/Makefile.am:
16825         * ext/dirac/gstdirac.cc:
16826         * ext/dirac/gstdiracdec.cc:
16827
16828 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16829
16830         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
16831         (gst_auparse_init), (gst_auparse_chain),
16832         (gst_auparse_change_state):
16833           Hack around spider. Remove me some day please.
16834
16835 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16836
16837         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16838           Fix for some uninitialized variables in previous patch, also
16839           makes it work. Fixes #142286 while we're at it.
16840
16841 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16842
16843         * gst/auparse/gstauparse.c:
16844                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
16845                 only unsupported formats are ADPCM/CCITT G.72x
16846                 reviewed by Ronald
16847         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
16848
16849 2004-05-10  Wim Taymans  <wim@fluendo.com>
16850
16851         * ext/vorbis/Makefile.am:
16852         * ext/vorbis/README:
16853         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
16854         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
16855         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
16856         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
16857         (gst_oggvorbisenc_convert_sink),
16858         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
16859         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
16860         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
16861         (get_constraints_string), (update_start_message),
16862         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
16863         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
16864         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
16865         * ext/vorbis/oggvorbisenc.h:
16866         * ext/vorbis/vorbis.c: (plugin_init):
16867         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
16868         (raw_caps_factory), (gst_vorbisenc_class_init),
16869         (gst_vorbisenc_init), (gst_vorbisenc_setup),
16870         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
16871         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
16872         * ext/vorbis/vorbisenc.h:
16873         Added a raw vorbis encoder to be used with the oggmuxer.
16874         We still need the old encoder for some gnome applications,
16875         read the README to find out how that works.
16876         The raw encoder is called "rawvorbisenc" until 0.9.
16877
16878 2004-05-10  Wim Taymans  <wim@fluendo.com>
16879
16880         * ext/ogg/gstogg.c: (plugin_init):
16881         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
16882         (gst_ogg_print):
16883         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
16884         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
16885         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
16886         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
16887         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
16888         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
16889         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
16890         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
16891         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
16892         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
16893         Added an ogg muxer.
16894         Small typo fixes in the demuxer.
16895
16896 2004-05-10  Wim Taymans  <wim@fluendo.com>
16897
16898         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16899         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
16900         (theora_enc_change_state), (theora_enc_set_property),
16901         (theora_enc_get_property):
16902         Mark the last packet with an EOS flag which is not really needed
16903         in gstreamer.
16904         Do some better video framerate initialisation.
16905         Update the buffer timestamp.
16906
16907 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16908
16909         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
16910         Return the result of the parent state change call
16911
16912 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16913
16914         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
16915         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
16916         * gst/law/alaw-encode.c : (idem)
16917         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
16918         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
16919         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
16920
16921 2004-05-09  Benjamin Otte  <otte@gnome.org>
16922
16923         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16924           don't use a fixed buffer size when writing variable length data to
16925           it. Fixes memory corruption and makes alsasrc work
16926
16927 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16928
16929         * ext/gnomevfs/gstgnomevfssink.c:
16930         (_gst_boolean_allow_overwrite_accumulator),
16931         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
16932           Run glib's default signal handler (??) in RUN_CLEANUP rather than
16933           RUN_LAST, and don't use that to set the accumulator value because
16934           then it's always FALSE.
16935
16936 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16937
16938         * gst-libs/gst/riff/riff-media.c:
16939         (gst_riff_create_video_caps_with_data),
16940         (gst_riff_create_audio_caps),
16941         (gst_riff_create_audio_template_caps):
16942         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16943           Fix for unaligned RIFF files (i.e. where all the chunks together
16944           in a LIST chunk are not of the same size as the size given in
16945           the LIST chunk header). Fixes several odd WAVE files. Also fix
16946           ADPCM (block_align property) in audio, so that wavparse based
16947           on this works now as it used to stand-alone.
16948
16949 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
16950
16951         reviewed by Benjamin Otte  <otte@gnome.org>
16952
16953         * ext/a52dec/gsta52dec.c:
16954         * ext/divx/gstdivxdec.c:
16955         * ext/divx/gstdivxenc.c:
16956         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
16957         * ext/faac/gstfaac.c: (gst_faac_base_init):
16958         * ext/faad/gstfaad.c: (gst_faad_base_init):
16959         * ext/ivorbis/vorbisfile.c:
16960         * ext/lame/gstlame.c:
16961         * ext/libfame/gstlibfame.c:
16962         * ext/mpeg2enc/gstmpeg2enc.cc:
16963         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
16964         * ext/sidplay/gstsiddec.cc:
16965         * ext/speex/gstspeexdec.c:
16966         * ext/speex/gstspeexenc.c:
16967         * ext/xvid/gstxviddec.c:
16968         * ext/xvid/gstxvidenc.c:
16969           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
16970           (fixes #142193)
16971
16972 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16973
16974         * ext/alsa/gstalsa.c: (device_list),
16975         (gst_alsa_class_probe_devices):
16976         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
16977           Fix alsa oddness in mixer after the combination of using mixer
16978           in source/sink elements and using hw:x,y instead of just hw:x.
16979
16980 2004-05-09  Benjamin Otte  <otte@gnome.org>
16981
16982         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
16983         (gst_wavparse_create_sourcepad):
16984           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
16985           sourcepads
16986
16987 2004-05-09  Benjamin Otte  <otte@gnome.org>
16988
16989         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16990           allow discont events before caps nego
16991
16992 2004-05-08  Benjamin Otte  <otte@gnome.org>
16993
16994         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16995           don't leak events
16996
16997 2004-05-08  Benjamin Otte  <otte@gnome.org>
16998
16999         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17000         (gst_level_change_state), (gst_level_init):
17001         * gst/level/gstlevel.h:
17002           figure out if we're initialized directly instead of keeping a
17003           variable that's wrong in 90% of cases
17004           don't initialize pads and then leak them and use a new unitialized
17005           pad. (fixes #142084)
17006           these were bugs so n00bish I didn't find them for an hour :/
17007
17008 2004-05-08 Iain <iain@prettypeople.org>
17009
17010         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
17011         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
17012         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
17013         return the length that was read.
17014         (gst_riff_read_strf_auds): Allow fmt tags as well.
17015
17016 2004-05-07  David Schleef  <ds@schleef.org>
17017
17018         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
17019         signed char assumption in faad.h.
17020
17021 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17022
17023         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
17024           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
17025
17026 2004-05-07  Colin Walters  <walters@redhat.com>
17027
17028         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
17029         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
17030         function.
17031         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
17032         Add dispose function.
17033
17034 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
17035         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
17036           Fix caps nego and pad templates. RGB mode caps should
17037           work now.
17038         * ext/dvdnav/gst-dvd:
17039           Move mpeg2dec inside the thread because otherwise the
17040           queue rejects cap changes mid-stream
17041         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
17042         (gst_mpeg2dec_flush_decoder):
17043           For mpeg2dec > 0.4.0, call the flush function instead of
17044           manually extracting all in-flight frames.
17045         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
17046         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
17047           Change mime type video/dv go video/x-dv to match the
17048           rest of gst-plugins
17049
17050 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17051
17052         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17053         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
17054         (gst_alsa_sink_class_init):
17055         * ext/alsa/gstalsasink.h:
17056         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
17057         (gst_alsa_src_class_init):
17058         * ext/alsa/gstalsasrc.h:
17059           Make alsasink/src a subclass of alsamixer so that mixer stuff
17060           shows up in gst-rec. Needs some finetuning.
17061
17062 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17063
17064         * ext/lame/gstlame.c: (gst_lame_chain):
17065           simplify
17066         * ext/mad/gstmad.c: (gst_mad_handle_event):
17067           fix event leak
17068         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17069           be able to detect mp3 files < 4096 bytes
17070
17071 2004-05-06  Wim Taymans  <wim@fluendo.com>
17072
17073         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17074         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
17075         (theora_enc_set_property), (theora_enc_get_property):
17076         Also encode the first frame, cleanup some code.
17077
17078 2004-05-06  Wim Taymans  <wim@fluendo.com>
17079
17080         * ext/mpeg2enc/gstmpeg2enc.cc:
17081         Forward events first before deciding that negotiation was
17082         not performed.
17083
17084 2004-05-06  Wim Taymans  <wim@fluendo.com>
17085
17086         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
17087         First process the events before deciding that negotiation
17088         was not performed.
17089
17090 2004-05-06  Wim Taymans  <wim@fluendo.com>
17091
17092         * ext/theora/Makefile.am:
17093         * ext/theora/theora.c: (plugin_init):
17094         * ext/theora/theoradec.c: (theora_dec_change_state):
17095         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
17096         (gst_theora_enc_class_init), (gst_theora_enc_init),
17097         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
17098         (theora_enc_chain), (theora_enc_change_state),
17099         (theora_enc_set_property), (theora_enc_get_property):
17100         Added a theora encoder, grouped the encoder and decoder into the
17101         same plugin.
17102
17103 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17104
17105         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
17106         (gst_jpegenc_chain):
17107         fix DURATION on outgoing buffers
17108         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
17109         debug using time formats
17110         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
17112         (gst_xvimagesink_sink_link):
17113         windows with width/height 0 generate X errors, so don't allow them
17114
17115 2004-05-05  Wim Taymans  <wim@fluendo.com>
17116
17117         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
17118         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
17119         (gst_mpeg2dec_negotiate_format):
17120         * ext/mpeg2dec/gstmpeg2dec.h:
17121           removed the static pad template so that we can add the
17122           more accurate framerate value to the caps.
17123
17124
17125 2004-05-04  Benjamin Otte  <otte@gnome.org>
17126
17127         * configure.ac:
17128           check for kdemacros.h, too (should fix #141821)
17129         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
17130           don't crash if no header was sent, but nicely error out (fixes part
17131           of #141554)
17132
17133 2004-05-04  Wim Taymans  <wim@fluendo.com>
17134
17135         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
17136         parent dispose function to avoid segfault on destroy.
17137
17138 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17139
17140         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
17141         (plugin_init):
17142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17143         (gst_xvimagesink_sink_link):
17144         clean up debugging caps
17145         also recreate xvimage when format has changed
17146
17147 2004-05-04  Benjamin Otte  <otte@gnome.org>
17148
17149         * ext/libvisual/Makefile.am:
17150         * ext/libvisual/visual.c: (gst_visual_class_init),
17151         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
17152         (gst_visual_srclink), (gst_visual_chain),
17153         (gst_visual_change_state), (plugin_init):
17154           use a GstAdapter to correctly adapt buffer sizes - allows using a
17155           framerate
17156
17157 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17158
17159         * sys/v4l/gstv4lelement.h:
17160         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17161         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
17162         (gst_v4lsrc_buffer_free):
17163         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
17164         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17165         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
17166         (gst_v4lsrc_requeue_frame):
17167         move some debugging categories around
17168         query for fps index and set accordingly if found
17169
17170 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17171
17172         * ext/lame/gstlame.c:
17173         correct defaults that lame_init puts out of range
17174
17175 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17176
17177         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
17178         (gst_divxenc_class_init):
17179         fix range since -1 is the default
17180         * gst/mpeg1sys/gstmpeg1systemencode.c:
17181         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
17182         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
17183         (gst_rtjpegdec_chain):
17184         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
17185         (gst_rtjpegenc_chain):
17186         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
17187         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
17188         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
17189         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
17190         * sys/v4l/gstv4lsrc.c:
17191         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17192         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
17193         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
17194         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
17195         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
17196           remove gst_info calls
17197
17198 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17199
17200         * Makefile.am:
17201         * po/af.po:
17202         * po/az.po:
17203         * po/en_GB.po:
17204         * po/nl.po:
17205         * po/sr.po:
17206         * po/sv.po:
17207           Updated translations
17208
17209 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17210
17211         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
17212           refactor/comment code
17213
17214 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17215
17216         * gst/asfdemux/Makefile.am:
17217         * gst/asfdemux/asfheaders.c:
17218         * gst/asfdemux/asfheaders.h:
17219         * gst/asfdemux/gstasf.c: (plugin_init):
17220         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
17221         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
17222         (gst_asf_demux_setup_pad):
17223         * gst/asfdemux/gstasfdemux.h:
17224         * gst/asfdemux/gstasfmux.c:
17225         * gst/asfdemux/gstasfmux.h:
17226           Add tagging support to demuxer, split out registration in its own
17227           file instead of in demux (hacky), and prevent having some tables
17228           in our memory multiple times (in asfheaders.h).
17229
17230 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17231
17232         * gst/matroska/matroska-demux.c:
17233         (gst_matroska_demux_parse_metadata):
17234         * gst/matroska/matroska-ids.h:
17235           Basic tag reading support.
17236
17237 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17238
17239         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
17240           Really detect ac-3 audio.
17241         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
17242           really detect matroska files (off-by-1).
17243
17244 2004-04-30  David Schleef  <ds@schleef.org>
17245
17246         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17247         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
17248         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
17249         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
17250         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
17251         hackage -- parse a lot more atoms, extract a few tags.  One might even
17252         mistake this for tag support.  Maybe it is.
17253         * gst/qtdemux/qtdemux.h:
17254
17255 2004-04-30  Colin Walters  <walters@verbum.org>
17256
17257         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
17258
17259 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17260
17261         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17262         (gst_ffmpegcolorspace_getcaps):
17263           remove broken nego fix
17264
17265 2004-04-30  Benjamin Otte  <otte@gnome.org>
17266
17267         * configure.ac:
17268         * ext/Makefile.am:
17269         * ext/libvisual/Makefile.am:
17270         * ext/libvisual/visual.c:
17271           add initial support for libvisual (http://libvisual.sourceforge.net)
17272           libvisual is still quite alpha, so expect crashes in there :)
17273
17274 2004-04-29  David Schleef  <ds@schleef.org>
17275
17276         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
17277         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
17278         up qtdemux to make it spit out codec_data.  Do _not_ look at this
17279         code; you will no longer respect me.
17280
17281 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17282
17283         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
17284         * ext/alsa/gstalsa.h :
17285         change alsa pcm device discovery to find more than 1 device
17286         per card. code review by Ronald.
17287
17288 2004-04-29  David Schleef  <ds@schleef.org>
17289
17290         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
17291         Add a check for a driver bug on FreeBSD.  (bug #140565)
17292
17293 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17294
17295         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
17296         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
17297         (gst_jpegenc_getcaps):
17298           move format setting to inner loop
17299         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17300         (gst_ffmpegcolorspace_getcaps):
17301           use GST_PAD_CAPS if available so that we use already negotiated
17302           caps
17303         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17304         (qtdemux_parse_moov), (qtdemux_parse):
17305           extra debugging
17306         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
17307         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
17308           move hardcoded path to DEFINE
17309
17310 2004-04-28  David Schleef  <ds@schleef.org>
17311
17312         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
17313         (bug #140064)
17314
17315 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17316
17317         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17318           Don't probe for playback device if we're a source element. Fixes
17319           #139658.
17320
17321 2004-04-29  Benjamin Otte  <otte@gnome.org>
17322
17323         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
17324         (gst_id3_tag_chain):
17325           rewrite buffer offset
17326
17327 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17328
17329         * configure.ac:
17330         * ext/Makefile.am:
17331         * ext/dts/Makefile.am:
17332         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
17333         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
17334         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
17335         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
17336         (gst_dtsdec_loop), (gst_dtsdec_change_state),
17337         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
17338         (plugin_init):
17339         * ext/dts/gstdtsdec.h:
17340           New DTS decoder.
17341         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
17342         (gst_faad_srcconnect):
17343           Add ESDS atom handling (.m4a).
17344
17345 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17346
17347         * ext/divx/gstdivxdec.c: (plugin_init):
17348           Remove comment that makes no sense.
17349         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
17350           Fix for obvious typo that resulted in warnings during gst-register.
17351         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
17352         (gst_xviddec_sink_link):
17353           Fix caps negotiation a bit better.
17354         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17355           We call this 'codec_data', not 'esds'.
17356
17357 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17358
17359         * gst/monoscope/gstmonoscope.c:
17360           make sure we only provide 256x128
17361         * gst/monoscope/monoscope.c: (monoscope_init):
17362           assert size of 256x128
17363
17364 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17365
17366         * Makefile.am:
17367         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
17368         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
17369           fixate to max width and height of device
17370
17371 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17372
17373         * Makefile.am:
17374         * sys/v4l/gstv4l.c:
17375         * sys/v4l/gstv4lsrc.c:
17376         * sys/v4l/v4l_calls.c:
17377         * sys/v4l/v4lsrc_calls.c:
17378           fix for qc-usb driver which fakes having more than one buffer
17379           by handing the same buffer twice, which confused GStreamer's/v4lsrc
17380           buffer_free override
17381           add debugging
17382
17383 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17384
17385         * Makefile.am:
17386         * gst/videotestsrc/gstvideotestsrc.c:
17387         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
17388         (gst_videotestsrc_init), (gst_videotestsrc_get),
17389         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
17390         * gst/videotestsrc/gstvideotestsrc.h:
17391           add num-buffers property
17392
17393         2004-04-26  Benjamin Otte  <otte@gnome.org>
17394
17395         * ext/mad/gstid3tag.c: (plugin_init):
17396           set id3mux rank to NONE so it doesn't confuse spider
17397           require audio/mpeg,mpegversion=1 in id3mux
17398
17399 2004-04-26  Benjamin Otte  <otte@gnome.org>
17400
17401         * configure.ac:
17402           detect faad correctly as non-working if it's indeed non-working
17403
17404 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17405
17406         * Makefile.am:
17407         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
17408         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
17409         fix _getcaps so it only negotiates to its supported format
17410
17411 2004-04-25  Benjamin Otte  <otte@gnome.org>
17412
17413         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
17414           fix memleak
17415
17416 2004-04-23  Benjamin Otte  <otte@gnome.org>
17417
17418         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17419           audio/x-raw-int with height rules! not. Now it's depth.
17420
17421 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17422
17423         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17424         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
17425         (gst_wavparse_loop):
17426           Missing variable initialization. Add handling of DVI ADPCM. Fix
17427           mis-parsing of LIST chunks. This works around a bug where we mis-
17428           parse non-aligning LIST chunks (so LIST chunks where the contents
17429           don't align with the actual LIST size). The correct fix is to use
17430           rifflib, I'm not going to fix wavparse - too much work. All this
17431           fixes #104878.
17432
17433 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17434
17435         reviewed by Benjamin Otte  <otte@gnome.org>
17436
17437         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
17438           fix shoutcast not working (fixes #140844)
17439
17440 2004-04-22  Benjamin Otte  <otte@gnome.org>
17441
17442         * ext/hermes/gsthermescolorspace.c:
17443         (gst_hermes_colorspace_caps_remove_format_info):
17444         * gst/colorspace/gstcolorspace.c:
17445         (gst_colorspace_caps_remove_format_info):
17446         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17447         (gst_ffmpegcolorspace_caps_remove_format_info):
17448           s/gst_caps_simplify/gst_caps_do_simplify/
17449
17450 2004-04-22  Benjamin Otte  <otte@gnome.org>
17451
17452         * gst-libs/gst/riff/riff-media.c:
17453         (gst_riff_create_video_caps_with_data):
17454           mpegversion is an int
17455         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
17456           don't try to create pad templates with NULL caps, use any caps
17457           instead.
17458
17459 2004-04-20  David Schleef  <ds@schleef.org>
17460
17461         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
17462         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
17463         (bug #140384)
17464
17465 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
17466
17467         reviewed by David Schleef
17468
17469         * ext/mad/gstid3tag.c: Add stdlib.h
17470         * gst/rtp/gstrtpgsmenc.c: same
17471         * gst/tags/gstid3tag.c: same
17472         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
17473         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
17474         GST_DISABLE_LOADSAVE use.
17475         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
17476         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
17477         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
17478         atol(3)).
17479         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
17480         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
17481         strtoul(3)).
17482         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
17483         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
17484         $(ID3_CFLAGS).
17485         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
17486         $(LIBFAME_CFLAGS).
17487
17488 2004-04-20  David Schleef  <ds@schleef.org>
17489
17490         * gst/realmedia/rmdemux.c:  This was supposed to part of the
17491         last checkin.  Same idea.
17492
17493 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
17494
17495         reviewed by David Schleef
17496
17497         * configure.ac: bump required gstreamer version to 0.8.1.1
17498         because of following changes [--ds]
17499
17500         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
17501         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
17502         (gst_riff_read_header):  Use GST_READ_UINT*
17503         macros to access possibly unaligned memory.
17504
17505         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
17506         (mp3_type_find):  Use GST_READ_UINT*
17507         macros to access possibly unaligned memory.
17508         (mp3_type_find, mpeg1_parse_header, qt_type_find)
17509         (speex_type_find): Likewise
17510
17511         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
17512
17513         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
17514         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
17515         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
17516         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
17517         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
17518         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
17519         macros to access possibly unaligned memory.
17520
17521         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
17522         Likewise.
17523
17524         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
17525         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
17526
17527         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17528         Likewise.
17529
17530         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
17531         (gst_mpeg2subt_chain_subtitle): Likewise.
17532
17533         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
17534         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
17535         Likewise.
17536
17537         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
17538         Likewise.
17539
17540         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
17541         Likewise.
17542
17543         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
17544         Likewise.
17545
17546 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17547
17548         * configure.ac:
17549           update required version of GStreamer because of GST_TIME_FORMAT
17550
17551 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17552
17553         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
17554           remove leftover g_print
17555         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17556           don't try setting only a subset of the caps. We don't want to kill
17557           autoplugging on purpose
17558
17559 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17560
17561         * sys/ximage/ximagesink.c: (plugin_init):
17562         * sys/xvimage/xvimagesink.c: (plugin_init):
17563           add debugging categories
17564
17565 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17566
17567         * po/en_GB.po:
17568         * po/LINGUAS:
17569           Adding en_GB translation (Gareth Owen)
17570
17571 2004-04-20  David Schleef  <ds@schleef.org>
17572
17573         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17574         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
17575         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
17576         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
17577         A number of new features and hacks to extract the esds atom and
17578         put it into the caps.  (bug #137724)
17579
17580 2004-04-19  David Schleef  <ds@schleef.org>
17581
17582         * gconf/Makefile.am: Fix for non-GNU make
17583         * gst-libs/gst/Makefile.am: Change directory order to handle
17584         GstPlay linking with gstinterfaces
17585         * gst-libs/gst/audio/make_filter: make use of tr portable
17586         * gst-libs/gst/play/Makefile.am: Add intended \
17587         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
17588         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
17589         function prototype instead of void *.
17590         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
17591         macro.
17592         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17593         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
17594         * gst/videofilter/make_filter: make use of tr portable
17595         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
17596
17597 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17598
17599         * po/LINGUAS:
17600         * po/uk.po:
17601           Added Ukrainian translation (Maxim V. Dziumanenko)
17602
17603 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17604
17605         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
17606         (gst_gsmdec_link), (gst_gsmdec_chain):
17607           Fix capsnego, simplify chain function slightly.
17608         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
17609           Add GSM.
17610
17611 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17612
17613         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17614         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
17615         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
17616           Hack to make wavparse work with spider (always -> sometimes pad).
17617           Fixes #135862 && #140411.
17618
17619 2004-04-18  Benjamin Otte  <otte@gnome.org>
17620
17621         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
17622         (gst_osselement_rate_probe_check),
17623         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
17624           get rid of \n in debug output
17625
17626 2004-04-17  Iain <iain@prettypeople.org>
17627
17628         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
17629         not just EOS.
17630
17631 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17632
17633         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
17634         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
17635         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
17636         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
17637         (gst_id3_tag_src_link), (gst_id3_tag_chain),
17638         (gst_id3_tag_change_state), (plugin_init):
17639           deprecate id3tag element and replace with id3demux/id3mux.
17640           great side effect: this ugly file is now even uglier, yay!
17641         * ext/mad/gstmad.h:
17642           remove non-available function
17643           update for new get_type
17644
17645 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17646
17647         * configure.ac:
17648           require mpeg2dec >= 0.4.0
17649
17650 2004-04-17  Benjamin Otte  <otte@gnome.org>
17651
17652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
17653         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
17654         (gst_xvimagesink_set_xwindow_id):
17655           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
17656           assorted cleanup fixes.
17657
17658 2004-04-16  David Schleef  <ds@schleef.org>
17659
17660         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
17661         * sys/xvimage/xvimagesink.h: same
17662
17663 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17664
17665         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
17666           Fix GST_ELEMENT_ERROR with (NULL)
17667
17668 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17669
17670         * gst-libs/gst/riff/riff-media.c:
17671         (gst_riff_create_video_caps_with_data):
17672           Add div[3456] as fourccs for DivX 3 (fixes #140137).
17673
17674 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17675
17676         * gst-libs/gst/riff/riff-media.c:
17677         (gst_riff_create_video_caps_with_data),
17678         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
17679         (gst_riff_create_video_template_caps),
17680         (gst_riff_create_audio_template_caps):
17681         * gst-libs/gst/riff/riff-media.h:
17682         * gst-libs/gst/riff/riff-read.c:
17683         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
17684         * gst-libs/gst/riff/riff-read.h:
17685         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17686           Add MS RLE support. I added some functions to read out strf chunks
17687           into strf chunks and the data behind it. This is usually color
17688           palettes (as in RLE, but also in 8-bit RGB). Also use those during
17689           caps creation. Lastly, add ADPCM (similar to wavparse - which
17690           should eventually be rifflib based).
17691         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
17692         (gst_matroska_demux_init), (gst_matroska_demux_reset):
17693         * gst/matroska/matroska-demux.h:
17694           Remove placeholders for some prehistoric tagging system. Didn't add
17695           support for any tag system really anyway.
17696         * gst/qtdemux/qtdemux.c:
17697           Add support for audio/x-m4a (MPEG-4) through spider.
17698         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17699         (gst_wavparse_loop):
17700           ADPCM support (#135862). Increase max. buffer size because we
17701           cannot split buffers for ADPCM (screws references) and I've seen
17702           files with 2048 byte chunks. 4096 seems safe for now.
17703
17704 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17705
17706         * configure.ac: bump nano to 1
17707
17708 === release 0.8.1 ===
17709
17710 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17711
17712         * configure.ac: releasing 0.8.1, "Comforting Sounds"
17713
17714 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17715
17716         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17717           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
17718           Fixes #140058
17719
17720 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17721
17722         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
17723           lower rank of dvddemux so that it's not used for mpeg playback.
17724
17725 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17726
17727         * configure.ac:
17728           save libs correctly when checking mad
17729
17730 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17731
17732         * ext/mad/gstid3tag.c: (plugin_init):
17733           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
17734
17735 2004-04-13  David Schleef  <ds@schleef.org>
17736
17737         * common/m4/gst-feature.m4: Call -config scripts with
17738         --plugin-libs if it is supported.
17739         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
17740         JPEG images are image/jpeg.
17741         * gst/debug/Makefile.am:
17742         * gst/debug/negotiation.c: (gst_negotiation_class_init),
17743         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
17744         (gst_negotiation_update_caps), (gst_negotiation_get_property),
17745         (gst_negotiation_plugin_init): Add a property that acts like
17746         filter caps.
17747         * testsuite/gst-lint:  Move license checking to be a standard
17748         test.
17749
17750 2004-04-13  David Schleef  <ds@schleef.org>
17751
17752         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
17753         patch from Sebastien Cote (bug #139958)
17754
17755 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17756
17757         * examples/gstplay/Makefile.am:
17758         * examples/gstplay/player.c: (main):
17759           make the commandline player example use gconf settings
17760
17761 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17762
17763         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
17764         (gst_cacasink_sinkconnect), (gst_cacasink_init),
17765         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
17766           init/end library during state transition, not object
17767           creation/disposal.  get rid of custom dispose handler.
17768
17769
17770 2004-04-12  Christian Schaller <Uraeus@gnome.org>
17771
17772         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
17773         be a symlink
17774
17775 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17776
17777         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
17778           Handle JUNK chunks inside data section. Prevents warnings.
17779
17780 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17781
17782         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17783         (gst_riff_create_video_template_caps):
17784           Add MS video v1.
17785         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17786         (gst_avi_demux_stream_data):
17787           Add support for "rec-list" chunks.
17788
17789 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17790
17791         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17792           Fix another codecname mismatch.
17793
17794 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17795
17796         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17797           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
17798           so that MJPEG plays back.
17799
17800 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17801
17802         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
17803         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
17804         * gst/mpeg1videoparse/gstmp1videoparse.h:
17805           Fix for some slight mis-cuts in buffer parsing, and for some
17806           potential overflows or faults-causers. Adds disconts. Also fixes
17807           #139105 while we're at it.
17808
17809 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17810
17811         * configure.ac:
17812         * sys/v4l2/gstv4l2element.h:
17813           Workaround for missing struct v4l2_buffer declaration in Suse 9
17814           and Mandrake 10 linux/videodev2.h header file (#135919).
17815
17816 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17817
17818         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
17819           Bail out if no filename was given.
17820
17821 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17822
17823         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
17824         (gst_v4l2_fourcc_from_structure):
17825           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
17826           Y41B somewhere).
17827
17828 2004-04-09  Benjamin Otte  <otte@gnome.org>
17829
17830         * ext/gnomevfs/gstgnomevfssink.c:
17831         (_gst_boolean_allow_overwrite_accumulator),
17832         (gst_gnomevfssink_class_init):
17833           fix erase signal - if any handler returns false the file will not be
17834           overwritten. If no handler is connected, the file will not be
17835           overwritten either.
17836           renamed signal to "allow-overwrite"
17837         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
17838           free string when adding it to ID3 failed
17839         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
17840           unref event when done
17841         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
17842           free caps
17843         * gst/typefind/gsttypefindfunctions.c:
17844         (mpeg_video_stream_type_find):
17845           fix invalid read
17846
17847 2004-04-08  David Schleef  <ds@schleef.org>
17848
17849         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17850         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
17851
17852 2004-04-08  David Schleef  <ds@schleef.org>
17853
17854         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
17855         we don't support (bug #139532)
17856
17857 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17858
17859         * ext/mad/gstmad.c: (gst_mad_handle_event),
17860         (gst_mad_check_caps_reset), (gst_mad_chain),
17861         (gst_mad_change_state):
17862           only set explicit caps if they haven't been set before for
17863           this stream.  MPEG-audio sample rate/channels aren't allowed
17864           to change in-stream.
17865           Fixes #139382
17866
17867 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17868
17869         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
17870         (_gst_boolean_did_something_accumulator),
17871         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
17872         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
17873         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
17874         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
17875         (gst_gnomevfssink_change_state):
17876           Fix erase signal. Don't erase by default. Remove handoff signal.
17877           Remove erase property. Don't segfault. General cleanup.
17878
17879 2004-04-07  Benjamin Otte  <otte@gnome.org>
17880
17881         * gst-libs/gst/gconf/test-gconf.c: (main):
17882           add missing gst_init
17883
17884 2004-04-07  Benjamin Otte  <otte@gnome.org>
17885
17886         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
17887           free the mutexes, too
17888
17889 2004-04-07  Benjamin Otte  <otte@gnome.org>
17890
17891         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
17892           actually free the URI string
17893         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
17894           compute offset correctly when passing discont events
17895         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17896           don't leak discont events
17897         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
17898           add some missing breaks so caps aren't copied randomly
17899         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
17900           if we realloc memory, we better use it
17901
17902 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17903
17904         * ext/mad/gstmad.c: (normal_seek):
17905           fix GST_FORMAT_TIME usage
17906
17907 2004-04-05  David Schleef  <ds@schleef.org>
17908
17909         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
17910         a deprecated function (hack!)
17911
17912 2004-04-05  Benjamin Otte  <otte@gnome.org>
17913
17914         * ext/esd/esdmon.c: (gst_esdmon_get):
17915           fix nonterminated vararg and memleak
17916
17917 2004-04-05  Benjamin Otte  <otte@gnome.org>
17918
17919         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
17920         (gst_ladspa_init), (gst_ladspa_force_src_caps),
17921         (gst_ladspa_set_property), (gst_ladspa_get_property),
17922         (gst_ladspa_instantiate), (gst_ladspa_activate),
17923         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
17924           clean up debugging
17925
17926 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
17927
17928         reviewed by Benjamin Otte  <otte@gnome.org>
17929
17930         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
17931           check for broken LADSPA parameters (fixes #138635)
17932
17933 2004-04-05  Benjamin Otte  <otte@gnome.org>
17934
17935         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
17936           advertise buffer-frames correctly on sinkpads
17937
17938 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17939
17940         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
17941         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
17942         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
17943         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
17944         (gst_mad_check_caps_reset), (gst_mad_chain):
17945         add more debugging, only reset caps when we're not in error state
17946
17947 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17948
17949         * ext/mad/gstmad.c: add debugging category, comment + cleanups
17950
17951 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
17952
17953         reviewed by Benjamin Otte  <otte@gnome.org>
17954
17955         * configure.ac:
17956           fix == in test(1) operator
17957
17958 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
17959
17960         reviewed by Benjamin Otte  <otte@gnome.org>
17961
17962         * configure.ac:
17963           fix --export-symblos-regex to a working regex.
17964
17965 2004-04-04  Benjamin Otte  <otte@gnome.org>
17966
17967         * sys/oss/.cvsignore:
17968           add for oss_probe
17969
17970 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17971
17972         reviewed by Benjamin Otte  <otte@gnome.org>
17973
17974         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17975           add missing 'new_media' argument (fixes #138168)
17976         * gst/matroska/matroska-demux.c:
17977         (gst_matroska_demux_handle_seek_event):
17978           add vararg terminator (fixes #138169)
17979
17980 2004-04-02  David Schleef  <ds@schleef.org>
17981
17982         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
17983         disted (bug #138914)
17984
17985 2004-04-01  Benjamin Otte  <otte@gnome.org>
17986
17987         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
17988         (gst_alsa_close_audio):
17989           handle case better where a soundcard can't pause
17990         * ext/ogg/gstoggdemux.c:
17991           don't crash when we get events but don't have pads yet
17992
17993 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17994
17995         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17996           throw an error if we couldn't probe any caps.
17997
17998 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
17999
18000         * ext/dvdnav/gst-dvd:
18001         Add a really simple sample DVD player
18002
18003 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
18004
18005         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
18006         (gst_a52dec_push), (gst_a52dec_handle_event),
18007         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
18008         (gst_a52dec_change_state):
18009         * ext/a52dec/gsta52dec.h:
18010           Use a debug category, Output timestamps correctly
18011           Emit tag info, Handle events, tell liba52dec about cpu
18012           capabilities so it can use MMX etc.
18013         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
18014           Fix a crasher accessing invalid memory
18015         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
18016         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
18017         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
18018         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
18019         (dvdnavsrc_query):
18020           Some support for byte-format seeking.
18021           Small fixes for still frames and menu button overlays
18022         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
18023         (gst_mpeg2dec_alloc_buffer):
18024           Use a debug category. Adjust the report level of several items to
18025           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
18026           so it doesn't lose the GstBuffer pointer
18027         * gst/debug/Makefile.am:
18028         * gst/debug/gstdebug.c: (plugin_init):
18029         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
18030         (gst_navseek_base_init), (gst_navseek_class_init),
18031         (gst_navseek_init), (gst_navseek_seek),
18032         (gst_navseek_handle_src_event), (gst_navseek_set_property),
18033         (gst_navseek_get_property), (gst_navseek_chain),
18034         (gst_navseek_plugin_init):
18035         * gst/debug/gstnavseek.h:
18036           Add the navseek debug element for seeking back and forth in a
18037           video stream using arrow keys.
18038         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
18039         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
18040         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
18041         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
18042         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
18043         (gst_mpeg2subt_parse_header), (gst_get_nibble),
18044         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
18045         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
18046         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
18047         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
18048         * gst/mpeg2sub/gstmpeg2subt.h:
18049           Pretty much a complete rewrite. Now a loopbased element. May still
18050           require work to properly synchronise subtitle buffers.
18051         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
18052         (gst_dvd_demux_send_subbuffer):
18053         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
18054           Don't attempt to create subbuffers of size 0
18055           Reduce a couple of error outputs to warnings.
18056         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
18057         (gst_y4mencode_chain):
18058         Output the y4m frame header correctly.
18059
18060 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18061
18062         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
18063           throw errors instead of allowing SIGFPE
18064
18065 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18066
18067         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
18068         (gst_gconf_render_bin_from_key):
18069           leak plugging and style fixing
18070
18071 2004-03-31  David Schleef  <ds@schleef.org>
18072
18073         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
18074         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
18075         (bug #138225)
18076         * gst/debug/Makefile.am:
18077         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
18078         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
18079         plugin.
18080         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
18081         (gst_negotiation_base_init), (gst_negotiation_class_init),
18082         (gst_negotiation_init), (gst_negotiation_getcaps),
18083         (gst_negotiation_pad_link), (gst_negotiation_chain),
18084         (gst_negotiation_set_property), (gst_negotiation_get_property),
18085         (gst_negotiation_plugin_init):  New element to talk about random
18086         negotiation things happening in a pipeline.
18087
18088 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18089
18090         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
18091           fix integer addition with help of Stefan Kost
18092
18093 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18094
18095         * po/nl.po: updated Dutch translation (Elros Cyriatan)
18096
18097 2004-03-30  David Schleef  <ds@schleef.org>
18098
18099         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
18100         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
18101         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
18102         (bug #137504)
18103         * ext/mpeg2dec/gstmpeg2dec.h:
18104
18105 2004-03-30  David Schleef  <ds@schleef.org>
18106
18107         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
18108
18109 2004-03-30  David Schleef  <ds@schleef.org>
18110
18111         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
18112         Michael Petullo) to handle .mov
18113
18114 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18115
18116         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18117         (gst_osselement_rate_check_rate):
18118           probe caps correctly for sound cards that only support one format
18119
18120 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18121
18122         * ext/kio/kiosrc.cpp: (process_events):
18123           update handling event processing if inside KDE - untested
18124
18125 2004-03-29  David Schleef  <ds@schleef.org>
18126
18127         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
18128         by 2 to not interfere with other colorspaces.
18129         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
18130         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
18131         one to not interfere with ffmpeg_colorspace.
18132
18133 2004-03-29  David Schleef  <ds@schleef.org>
18134
18135         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
18136         aren't in the caps.
18137         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
18138         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
18139
18140 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18141
18142         * gst-libs/gst/riff/riff-media.c:
18143           fail on error, don't try to set stuff on NULL caps
18144
18145 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18146
18147         * configure.ac:
18148         * ext/Makefile.am:
18149         * ext/kio/Makefile.am:
18150         * ext/kio/kioreceiver.cpp:
18151         * ext/kio/kioreceiver.h:
18152         * ext/kio/kiosrc.cpp:
18153         * ext/kio/kiosrc.h:
18154           add experimental kiosrc plugin
18155         * ext/alsa/gstalsaplugin.c: (plugin_init):
18156           initialize debugging category only when we're sure registering the
18157           plugins worked.
18158
18159 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18160
18161         * examples/gstplay/player.c: (main):
18162         * gst-libs/gst/play/play.c: (gst_play_class_init),
18163         (gst_play_set_location), (gst_play_set_data_src),
18164         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18165         (gst_play_set_visualization), (gst_play_connect_visualization):
18166           check return values of element_set_state and return FALSE where
18167           failed
18168
18169 2004-03-29  Benjamin Otte  <otte@gnome.org>
18170
18171         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18172           try harder to check if an event is really a discont
18173
18174 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18175
18176         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
18177         * po/az.po:
18178
18179 2004-03-28  Benjamin Otte  <otte@gnome.org>
18180
18181         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18182         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18183         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
18184           get rid of non-standard "..." ranges in case statements.
18185
18186 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
18187
18188         * gst/mpegstream/gstmpegdemux.c:
18189         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
18190         specific functionality split to the new dvddemux element.
18191         * gst/mpegstream/gstdvddemux.c:
18192         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
18193         streams, derived from mpegdemux.
18194         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
18195         up. SCR based timestamp rewriting can be turned off (will probably
18196         completely disappear soon).
18197         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
18198         hacking. General cleanup. All printf statements replaced by
18199         debugging messages. Almost complete libdvdnav support.
18200         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
18201         by events. New properties for audio and subpicture languages.
18202         (dvdnavsrc_update_highlight): Now uses events.
18203         (dvdnavsrc_user_op): Cleaned up.
18204         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
18205         based). Lots of cleanup, and propper support for most libdvdnav
18206         events.
18207         (dvdnavsrc_make_dvd_event): New function.
18208         (dvdnavsrc_make_dvd_nav_packet_event): New function.
18209         (dvdnavsrc_make_clut_change_event): New function.
18210
18211 2004-03-26  Benjamin Otte  <otte@gnome.org>
18212
18213         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
18214           fix bug where typefinding would claim it's theora whenever less then
18215           7 bytes of data were available
18216
18217 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18218
18219         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
18220         (gst_alawdec_base_init), (gst_alawdec_class_init),
18221         (gst_alawdec_init), (gst_alawdec_chain):
18222         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
18223         (gst_alawenc_base_init), (gst_alawenc_class_init),
18224         (gst_alawenc_init), (gst_alawenc_chain):
18225         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
18226         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
18227         (gst_mulawdec_init), (gst_mulawdec_chain):
18228         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
18229         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
18230         (gst_mulawenc_init), (gst_mulawenc_chain):
18231           Fix capsnego in all four, remove the unused property functions and
18232           simplify the chain functions slightly. I guess we could use macros
18233           or something similar for those, since the code is so similar, but
18234           I'm currently too lazy...
18235
18236 2004-03-24  David Schleef  <ds@schleef.org>
18237
18238         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
18239         (gst_osselement_close_audio), (gst_osselement_probe_caps),
18240         (gst_osselement_get_format_structure),
18241         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
18242         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
18243         (gst_osselement_rate_int_compare): Add code to handle rate probing
18244         (bug #120883)
18245         * sys/oss/gstosselement.h: same
18246         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
18247         Use rate probing provided by osselement.
18248         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
18249
18250 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18251
18252         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
18253         (gst_xvidenc_get_property):
18254           ulong/int mess-up.
18255
18256 2004-03-24  David Schleef  <ds@schleef.org>
18257
18258         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
18259         (gst_speexdec_init):
18260         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
18261         (gst_speexenc_init):  Create the pad template correctly (from
18262         the static pad template, not a NULL pointer.)
18263
18264 2004-03-25  Benjamin Otte  <otte@gnome.org>
18265
18266         * gst/debug/Makefile.am:
18267         * gst/debug/breakmydata.c:
18268           add element that quasi-randomly changes bytes in the stream.
18269           Intended use is robustness checking of demuxers and decoders in
18270           media tests.
18271
18272 2004-03-24  Benjamin Otte  <otte@gnome.org>
18273
18274         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18275         (gst_alsa_probe_hw_params):
18276         * ext/alsa/gstalsa.h:
18277           debugging output fixes
18278
18279 2004-03-24  Benjamin Otte  <otte@gnome.org>
18280
18281         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
18282           don't g_return_if_fail if element is PLAYING, fail silently as every
18283           other element.
18284         * gst/effectv/gstquark.c: (gst_quarktv_chain):
18285           only fix needed for cast lvalue issues in gst-plugins
18286         * gst/volenv/gstvolenv.c: (gst_volenv_init):
18287           add proxy_getcaps
18288
18289 2004-03-24  Benjamin Otte  <otte@gnome.org>
18290
18291         * gst/level/gstlevel.c: (gst_level_init):
18292           add proxying getcaps function, so level doesn't advertise impossible
18293           caps
18294
18295 2004-03-24  David Schleef  <ds@schleef.org>
18296
18297         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18298         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
18299         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
18300         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
18301         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
18302         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
18303         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
18304         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
18305         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
18306         messages.  Divide the chunk size by the compression ratio
18307         (needed for MACE audio)
18308
18309 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18310
18311         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18312           Fix buffer overflow read error.
18313
18314 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18315
18316         * ext/alsa/gstalsa.h:
18317           Remove unused entry.
18318         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18319           Add cinepak.
18320         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18321         (gst_videodrop_link), (gst_videodrop_chain):
18322           Fix, sort of. Was horribly broken with new capsnego. Bah...
18323
18324 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
18325
18326         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
18327         (plugin_init):
18328         Add a monkeysaudio typefind function
18329
18330 2004-03-23  Johan Dahlin  <johan@gnome.org>
18331
18332         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
18333         (gst_play_video_fixate): Check so the structure has the field
18334         before trying to fixate them, this makes it possible to have
18335         fakesinks for video and audio output without printing errors on
18336         the output console.
18337
18338 2004-03-22  David Schleef  <ds@schleef.org>
18339
18340         * sys/oss/Makefile.am:
18341         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
18342         (check_rate), (add_rate):  Rate probing test app.
18343
18344 2004-03-21  Benjamin Otte  <otte@gnome.org>
18345
18346         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18347         (_fixate_caps_to_int), (gst_audio_convert_fixate):
18348           add a fixation function that pretty much does the right thing (fixes
18349           #137556)
18350
18351 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
18352
18353         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
18354
18355 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
18356
18357         reviewed by: Benjamin Otte  <otte@gnome.org>
18358
18359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18360           terminate gst_event_new_discontinuous correctly (fixes parts of
18361           #137711)
18362
18363 2004-03-19  David Schleef  <ds@schleef.org>
18364
18365         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
18366         since it doesn't depend on X, and it's part of our ABI.
18367
18368 2004-03-19  Iain <iain@prettypeople.org>
18369
18370         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
18371         is_int in the structure, not the local variable.
18372
18373 2004-03-19  David Schleef  <ds@schleef.org>
18374
18375         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
18376         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
18377         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
18378         Improvements in caps negotiation.
18379
18380 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18381
18382         * po/LINGUAS:
18383         * po/af.po:
18384           adding Afrikaans (Petri Jooste)
18385
18386 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18387
18388         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18389         (gst_ffmpegcolorspace_chain):
18390         throw error instead of g_critical (#137588)
18391
18392 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18393
18394         * Makefile.am:
18395         * configure.ac:
18396           dist common and m4 correctly
18397         * po/sv.po:
18398
18399 2004-03-17  David Schleef  <ds@schleef.org>
18400
18401         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
18402         (bug #137348)
18403
18404 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18405
18406         * po/LINGUAS:
18407         * po/sv.po:
18408           adding Swedish translation (Christian Rose)
18409
18410 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18411
18412         * Makefile.am: use release.mak
18413
18414 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18415
18416         * common/ChangeLog:
18417         * common/gst-autogen.sh:
18418           add some explanation about the version detection
18419         * configure.ac:
18420           fix X check
18421
18422 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18423
18424         * configure.ac: bump nano to 1
18425
18426 === release 0.8.0 ===
18427
18428 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18429
18430         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
18431
18432 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18433
18434         * configure.ac:
18435           update libtool version
18436         * gst-libs/gst/media-info/Makefile.am:
18437           actually use libtool version
18438
18439 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18440
18441         * configure.ac: fix speex detection to work with 1.0 but not 1.1
18442
18443 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18444
18445         * configure.ac:
18446         * gst-plugins.spec.in:
18447         * pkgconfig/Makefile.am:
18448         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
18449         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18450         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18451         * pkgconfig/gstreamer-libs.pc.in:
18452         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18453         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18454         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
18455         * pkgconfig/gstreamer-plugins.pc.in:
18456           remove @VERSION@ from some of the pc files since core and plugins
18457           are decoupled.
18458           created gstreamer-plugins.pc as it's a better name, but keeping
18459           -libs around for now to get fixes upstream done first.
18460
18461 2004-03-15  Julien MOUTTE <julien@moutte.net>
18462
18463         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
18464         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
18465         * gst-libs/gst/play/play.h:
18466
18467 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18468
18469         * *.c, *.cc: don't mix tabs and spaces
18470
18471 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18472
18473         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18474           use the new ffmpegcolorspace
18475         * gst-plugins.spec.in:
18476           package new colorspace and media-info
18477         * configure.ac:
18478         * pkgconfig/Makefile.am:
18479           fix some more disting issues
18480         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18481         * pkgconfig/gstreamer-media-info.pc.in:
18482           generate media-info pc files
18483
18484 2004-03-15  Johan Dahlin  <johan@gnome.org>
18485
18486         * *.h: Revert indenting
18487
18488 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18489
18490         * configure.ac:
18491           adding ffmpegcolorspace element
18492         * gst/ffmpegcolorspace/Makefile.am:
18493         * gst/ffmpegcolorspace/avcodec.h:
18494         * gst/ffmpegcolorspace/common.h:
18495         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
18496         * gst/ffmpegcolorspace/dsputil.h:
18497         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
18498         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18499         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
18500         (gst_ffmpeg_caps_to_pix_fmt):
18501         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18502         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18503         (gst_ffmpegcolorspace_caps_remove_format_info),
18504         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
18505         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
18506         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
18507         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
18508         (gst_ffmpegcolorspace_set_property),
18509         (gst_ffmpegcolorspace_get_property),
18510         (gst_ffmpegcolorspace_register):
18511         * gst/ffmpegcolorspace/imgconvert.c:
18512         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18513         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
18514         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
18515         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
18516         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
18517         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
18518         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
18519         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
18520         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
18521         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
18522         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
18523         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
18524         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
18525         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
18526         (img_get_alpha_info), (deinterlace_line),
18527         (deinterlace_line_inplace), (deinterlace_bottom_field),
18528         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
18529         * gst/ffmpegcolorspace/imgconvert_template.h:
18530         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
18531         * gst/ffmpegcolorspace/mmx.h:
18532         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
18533           adding ffmpegcolorspace element supplied by Ronald after cleaning
18534           up and pulling in the right bits of upstream source.
18535           I'm sure a better C/compiler wizard could do some cleaning up (for
18536           example use GLIB's malloc stuff), but as a first pass this
18537           works very well
18538
18539 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18540
18541         * ext/alsa/gstalsa.h:
18542           I assume Ronald forgot to commit the change to have cardname
18543           as a struct member.  Expect some public spanking at the next
18544           opportunity.
18545
18546 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18547
18548         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
18549         (gst_alsa_open_audio), (gst_alsa_close_audio):
18550         * ext/alsa/gstalsa.c:
18551           Don't open the device if we're a mixer (= padless).
18552         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
18553         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
18554         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
18555           Open mixer during state change rather than during object
18556           initialization. Also, get a device name. Currently in a somewhat
18557           hackish fashion, but I didn't really find something better.
18558
18559 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18560
18561         * *.c, *.h: run gst-indent
18562
18563 2004-03-14  Benjamin Otte  <otte@gnome.org>
18564
18565         * gst/modplug/gstmodplug.cc:
18566         * gst/modplug/gstmodplug.h:
18567           set correct timestamps on outgoing buffers
18568
18569 2004-03-14  Benjamin Otte  <otte@gnome.org>
18570
18571         * gst/modplug/gstmodplug.cc:
18572           handle events - don't do crap when a discont arrives that's not
18573           necessary
18574           This allows correct loading and playback of mods in Rhythmbox
18575
18576 2004-03-14  Benjamin Otte  <otte@gnome.org>
18577
18578         * configure.ac:
18579         * gst-libs/gst/gconf/Makefile.am:
18580         * pkgconfig/Makefile.am:
18581           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
18582           they get rebuilt properly
18583         * configure.ac:
18584           when checking for vorbis, try pkgconfig first.
18585         * gst/modplug/gstmodplug.cc:
18586           add fixate function
18587
18588 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18589
18590         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18591           Fix for obvious mistake, where we first shift the offset and then
18592           read a samplesize element assuming the old offset. Note that this
18593           part still has something weird, i.e. my movies containing those
18594           don't actually play well, but at least there's something that looks
18595           like sound now.
18596
18597 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
18598         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
18599         (plugin_init):
18600         Add a typefind function for speex format
18601
18602 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18603
18604         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
18605         (gst_asf_demux_setup_pad):
18606           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
18607           instead of 0. Reason is simple: some elements have a fps range
18608           of 1-max instead of 0-max. So now ASF video actually works.
18609
18610 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18611
18612         * po/LINGUAS:
18613         * po/sr.po:
18614           adding serbian as a language
18615
18616 2004-03-13  Benjamin Otte  <otte@gnome.org>
18617
18618         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18619           return taglist correctly from _get function, don't gst_pad_push it.
18620           (fixes #137042)
18621
18622 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
18623         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
18624
18625 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18626
18627         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
18628         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
18629         (gst_alsa_mixer_track_new):
18630         * ext/alsa/gstalsamixertrack.h:
18631           Fix ancient leftovers... MixerTrack is a GObject.
18632
18633 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18634
18635         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
18636         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18637           Don't block during probing...
18638
18639 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18640
18641         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
18642         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
18643         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
18644         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
18645         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
18646         (gst_alsa_open_audio), (gst_alsa_close_audio):
18647         * ext/alsa/gstalsa.h:
18648           Add propertyprobe interface implementation, add some device-name
18649           property, all this so that it looks good in gnome-volume-control.
18650
18651 2004-03-12  David Schleef  <ds@schleef.org>
18652
18653         * configure.ac: the Hermes library controls hermescolorspace, not
18654         colorspace.
18655         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
18656         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
18657         not /* */
18658         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
18659         * ext/sdl/sdlvideosink.h: ditto.
18660         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
18661
18662 2004-03-12  Benjamin Otte  <otte@gnome.org>
18663
18664         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
18665         (gst_x_overlay_got_xwindow_id):
18666         * gst-libs/gst/xoverlay/xoverlay.h:
18667           replace XID with unsigned long to get rid of the xlibs dependency in
18668           XOverlay (fixes #137004)
18669
18670 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
18671         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
18672         (gst_agingtv_setup):
18673         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
18674         (gst_dicetv_base_init), (gst_dicetv_class_init),
18675         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
18676         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
18677         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
18678         (gst_edgetv_setup), (gst_edgetv_rgb32):
18679         * gst/effectv/gsteffectv.c:
18680         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
18681         (gst_quarktv_set_property):
18682         * gst/effectv/gstrev.c: (gst_revtv_get_type),
18683         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
18684         (gst_revtv_setup), (gst_revtv_rgb32):
18685         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
18686         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
18687         (gst_shagadelictv_init), (gst_shagadelictv_setup),
18688         (gst_shagadelictv_rgb32):
18689         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
18690         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
18691         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
18692         * gst/effectv/gstwarp.c:
18693         Port everything that can be ported to videofilter and fix up the caps.
18694         Can someone with a big-endian machine please check these?
18695
18696 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18697
18698         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
18699         (gst_osssink_chain), (gst_osssink_change_state):
18700           Latest fixes for A/V sync, audio playback and such. This is about
18701           all... MPEG playback issues are mostly related to the async build-
18702           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
18703
18704 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
18705
18706         patch from: Stephane Loeuillet
18707
18708         * configure.ac:
18709           use pkg-config for some libraries, falling back to the old .m4 way
18710           (fixes #131270)
18711         * m4/libdv.m4:
18712           removed
18713
18714 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
18715
18716         * configure.ac:
18717         * tools/Makefile.am:
18718         * tools/Makefile.in:
18719         * tools/gst-launch-ext-m.m:
18720         * tools/gst-launch-ext.1.in:
18721         * tools/gst-visualise-m.m:
18722         * tools/gst-visualise.1:
18723         * tools/gst-visualise.1.in:
18724           reorganizing generation of script tools
18725
18726 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18727
18728         * ext/divx/gstdivxdec.c:
18729           Downgrade priority. We prefer ffdec_mpeg4.
18730         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
18731         (gst_faad_chain), (gst_faad_change_state):
18732           Fix capsnego. Doesn't work for some sounds because we don't have
18733           a 5:1 to stereo element.
18734         * ext/xvid/gstxvid.c: (plugin_init):
18735           Add priority.
18736         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18737         (gst_osssink_change_state):
18738           Add discont handling.
18739
18740 2004-03-09  Colin Walters  <walters@verbum.org>
18741
18742         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
18743         conversion.
18744
18745 2004-03-09  Benjamin Otte  <otte@gnome.org>
18746
18747         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
18748           the signals take 2 arguments
18749
18750 2004-03-09  David Schleef  <ds@schleef.org>
18751
18752         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
18753         (gst_alsa_fixate): Add fixate function.  (bug #136686)
18754         * ext/alsa/gstalsa.h:
18755         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
18756
18757 2004-03-09  Benjamin Otte  <otte@gnome.org>
18758
18759         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
18760         (gst_mikmod_change_state):
18761         * ext/mikmod/gstmikmod.h:
18762           make mikmod's loop function not loop infinitely and call
18763           gst_element_yield anymore
18764         * gst/modplug/gstmodplug.cc:
18765           fix pad negotiation (fixes #136590)
18766
18767 2004-03-09  David Schleef  <ds@schleef.org>
18768
18769         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
18770         doesn't conflict with the internal colorspace plugin.
18771         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
18772         satisfy the crappy-ass shell shipped by a certain vendor.
18773         * gst/videofilter/make_filter: same (bug #135299)
18774
18775 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18776
18777         * configure.ac: bump nano to 1
18778
18779 === release 0.7.6 ===
18780
18781 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18782
18783         * configure.in: releasing 0.7.6, "There"
18784
18785 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18786
18787         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18788         * pkgconfig/gstreamer-play.pc.in:
18789           synchronize the two
18790
18791 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18792
18793         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
18794         (cdparanoia_open), (cdparanoia_event):
18795           fix/add error handling
18796         * po/POTFILES.in:
18797           add cdparanoia source
18798         * tools/Makefile.am:
18799           make scripts executable
18800
18801 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18802
18803         * configure.ac:
18804         * ext/vorbis/Makefile.am:
18805         * sys/Makefile.am:
18806           remove id3types, vorbisfile and xvideosink from the build (#133783)
18807
18808 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18809
18810         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18811           Fix metadata read crash (#136537).
18812
18813 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18814
18815         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
18816         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
18817           adding mime types, fixing the one-stop function
18818
18819 2004-03-08  Christian Schaller <Uraeus@gnome.org>
18820
18821         * ext/nas/nassink.c and /ext/nas/nassink.h:
18822         More NAS love from Arwed von Merkatz
18823         So lets all sing 'Can you feel the NAS tonight'
18824
18825 2004-03-08  Christian Schaller <Uraeus@gnome.org>
18826
18827         * tools/gst-launch-ext.in:
18828         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
18829
18830 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18831
18832         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
18833         (gst_mpeg2dec_init):
18834         remove the user_data pad for now, because it is being used in
18835         fixating causing MPEG playback to fixate on 1000 Hz for playback.
18836         If someone knows how to fix this properly, please do.
18837
18838 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18839
18840         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
18841         (gst_osssink_get_time):
18842         add a warning, IMO this won't get triggered anymore, remove later
18843
18844 2004-03-07  David Schleef  <ds@schleef.org>
18845
18846         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
18847         format (bug #136470)
18848
18849 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18850
18851         * gst-libs/Makefile.am:
18852         * gst-libs/gst/media-info/Makefile.am:
18853         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
18854         (error_callback), (gst_media_info_error_create),
18855         (gst_media_info_error_element), (gmip_init), (gmip_reset),
18856         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
18857         * gst-libs/gst/media-info/media-info-priv.h:
18858         * gst-libs/gst/media-info/media-info-test.c: (main):
18859         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
18860         (gst_media_info_class_init), (gst_media_info_instance_init),
18861         (gst_media_info_set_source), (gst_media_info_read_with_idler),
18862         (gst_media_info_read_idler), (gst_media_info_read):
18863         * gst-libs/gst/media-info/media-info.h:
18864         fixed, should work now
18865
18866 2004-03-07  Christian Schaller <Uraeus@gnome.org>
18867
18868         * ext/nas/nassink.c:
18869         A bunch of NAS fixes from Arwed von Merkatz
18870
18871 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18872
18873         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18874         (qtdemux_parse_trak):
18875           Fix crash (j might be greater than n_samples, in which case we're
18876           writing outside the allocated space for the array) and memleak.
18877
18878 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18879
18880         * sys/oss/gstosssink.c: (gst_osssink_chain):
18881           And another caller that couldn't handle delay < 0 (unsigned
18882           integer overflow). Video now continues playing on an audio
18883           buffer underrun, and the clock continues working. Audio still
18884           stalls.
18885
18886 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18887
18888         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
18889         (gst_osssink_get_time):
18890           get_delay() may return values lower than 0. In those cases, we
18891           should not actually cast to *unsigned* int64, that will break
18892           stuff horribly. In my case, it screwed up A/V sync in movies
18893           in totem rather badly.
18894
18895 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18896
18897         * ext/faac/gstfaac.c: (gst_faac_chain):
18898         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18899         * ext/libpng/gstpngenc.c: (user_write_data):
18900         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18901         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18902         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18903         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
18904         Fix several misuse of gst_buffer_merge (it doesn't take ownership
18905         of any buffer), should fix some leaks. I hope I didn't unref buffers
18906         that shouldn't be...
18907
18908 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18909
18910         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
18911         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
18912         (error_callback), (gmi_reset), (gmi_seek_to_track),
18913         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
18914         (gmip_find_type_post), (gmip_find_stream_post),
18915         (gmip_find_track_streaminfo_post):
18916         * gst-libs/gst/media-info/media-info-priv.h:
18917         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
18918         (info_print), (main):
18919         * gst-libs/gst/media-info/media-info.c:
18920         (gst_media_info_error_create), (gst_media_info_error_element),
18921         (gst_media_info_instance_init), (gst_media_info_get_property),
18922         (gst_media_info_new), (gst_media_info_set_source),
18923         (gst_media_info_read_idler), (gst_media_info_read):
18924         * gst-libs/gst/media-info/media-info.h:
18925           first pass at making this work again.  This seems to work on
18926           tagged ogg/vorbis and mp3 files.
18927
18928 2004-03-06  Benjamin Otte  <otte@gnome.org>
18929
18930         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18931           fix huge leak: gst_buffer_merge doesn't unref the first argument
18932           itself.
18933
18934 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18935
18936         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
18937           report layer/mode/emphasis
18938
18939 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18940
18941         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
18942
18943 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18944
18945         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
18946           signal serial
18947
18948 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18949
18950         * ext/vorbis/vorbis.c: (plugin_init):
18951         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18952         (gst_vorbis_dec_init), (vorbis_dec_event):
18953         add debug category
18954         make vorbisdec handle _BYTE and _TIME queries
18955
18956 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18957
18958         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
18959           from the xing header
18960
18961 2004-03-06  Benjamin Otte  <otte@gnome.org>
18962
18963         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
18964         (gst_audio_convert_link), (gst_audio_convert_change_state),
18965         (gst_audio_convert_buffer_from_default_format):
18966           do conversions from/to float correctly, fix some caps nego errors,
18967           export correct supported caps in template and getcaps, use correct
18968           caps in try_set_caps functions
18969
18970 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18971
18972         For some reason, I only committed a ChangeLog entry yesterday and
18973         not the corresponding code...
18974         * ext/mad/gstmad.c: Fix detection of Xing headers
18975         * gst/tags/gstid3tag.c: Changes to support TLEN tags
18976
18977 2004-03-06  Benjamin Otte  <otte@gnome.org>
18978
18979         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
18980         (gst_ogg_demux_src_query):
18981           make sure to handle the case where there's no current chain
18982           gracefully.
18983
18984 2004-03-05  David Schleef  <ds@schleef.org>
18985
18986         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
18987         Add fixate function. (bug #131128)
18988         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18989         (gst_sdlvideosink_fixate):  Add fixate function.
18990         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18991         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
18992         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
18993         Fix missing break that was causing ulaw to be interpreted as
18994         raw int.
18995
18996 2004-03-05  David Schleef  <ds@schleef.org>
18997
18998         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
18999         Fix code that ignores return value of gst_buffer_merge().
19000         (bug #114560)
19001         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
19002         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
19003         * testsuite/gst-lint:  Check for above.
19004
19005 2004-03-05  David Schleef  <ds@schleef.org>
19006
19007         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
19008         caps and throw an element error.  (bug #136334)
19009
19010 2004-03-05  David Schleef  <ds@schleef.org>
19011
19012         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
19013         (gst_faad_chain): Fix negotiation.
19014         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
19015         key and button events.
19016         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
19017         dung heap of code.
19018         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
19019         depends on gconf
19020         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
19021         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
19022         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
19023         function to encourage better negotiation, particularly between
19024         audioconvert and osssink.
19025         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
19026         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
19027         more important.
19028         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
19029         typefinding.
19030         * gst/vbidec/vbiscreen.c:  Add glib header
19031         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
19032
19033 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
19034
19035         * ext/mad/gstmad.c: Fix detection of Xing headers
19036         * gst/tags/gstid3tag.c: Changes to support TLEN tags
19037
19038 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19039
19040         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19041         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
19042           debug updates
19043
19044 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19045
19046         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
19047         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
19048         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
19049         files, and report the parsed length as a GST_TAG_DURATION tag.
19050         * gst/tags/gstid3tag.c: support TLEN (duration) tag
19051
19052 2004-03-05  Benjamin Otte  <otte@gnome.org>
19053
19054         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
19055           convert channels correctly. convert correctly to unsigned.
19056
19057 2004-03-05  Julien MOUTTE <julien@moutte.net>
19058
19059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
19060         we have a window before clearing it.
19061
19062 2004-03-05  Julien MOUTTE <julien@moutte.net>
19063
19064         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
19065         have a window before clearing it.
19066
19067 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19068
19069         * gconf/gstreamer.schemas.in:
19070         * gst-libs/gst/gconf/Makefile.am:
19071           version installation path the same way as for 0.6
19072         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19073         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19074         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19075           remove comment that was fixed
19076
19077 2004-03-05  David Schleef  <ds@schleef.org>
19078
19079         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
19080         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
19081         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
19082         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
19083         Add prototype code for handling seeking and querying.
19084
19085 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19086
19087         * examples/gstplay/player.c: (main):
19088           Initialize variables to NULL. Prevents a segfault because the
19089           (uninitialized) variable is not NULL, resulting in a crash on
19090           trying to reach error->message.
19091
19092 2004-03-05  Benjamin Otte  <otte@gnome.org>
19093
19094         * gst/audioconvert/gstaudioconvert.c:
19095         (gst_audio_convert_buffer_to_default_format):
19096         make float=>int conversion work correctly even in cornercases.
19097
19098 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
19099
19100         * debian/README.Debian:
19101         * debian/build-deps:
19102         * debian/changelog:
19103         * debian/control:
19104         * debian/control.in:
19105         * debian/copyright:
19106         * debian/gstreamer-a52dec.files:
19107         * debian/gstreamer-aa.files:
19108         * debian/gstreamer-alsa.files:
19109         * debian/gstreamer-alsa.manpages:
19110         * debian/gstreamer-arts.files:
19111         * debian/gstreamer-artsd.files:
19112         * debian/gstreamer-audiofile.files:
19113         * debian/gstreamer-avifile.files:
19114         * debian/gstreamer-cdparanoia.files:
19115         * debian/gstreamer-colorspace.files:
19116         * debian/gstreamer-doc.files:
19117         * debian/gstreamer-dv.files:
19118         * debian/gstreamer-dvd.files:
19119         * debian/gstreamer-esd.files:
19120         * debian/gstreamer-festival.files:
19121         * debian/gstreamer-flac.files:
19122         * debian/gstreamer-gconf.conffiles:
19123         * debian/gstreamer-gconf.files:
19124         * debian/gstreamer-gconf.postinst:
19125         * debian/gstreamer-gnomevfs.files:
19126         * debian/gstreamer-gsm.files:
19127         * debian/gstreamer-http.files:
19128         * debian/gstreamer-jack.files:
19129         * debian/gstreamer-jpeg.files:
19130         * debian/gstreamer-mad.files:
19131         * debian/gstreamer-mikmod.files:
19132         * debian/gstreamer-misc.files:
19133         * debian/gstreamer-mpeg2dec.files:
19134         * debian/gstreamer-oss.files:
19135         * debian/gstreamer-plugin-apps.files:
19136         * debian/gstreamer-plugin-apps.manpages:
19137         * debian/gstreamer-plugin-libs-dev.files:
19138         * debian/gstreamer-plugin-libs.files:
19139         * debian/gstreamer-plugin-template.postinst:
19140         * debian/gstreamer-plugin-template.postrm:
19141         * debian/gstreamer-sdl.files:
19142         * debian/gstreamer-sid.files:
19143         * debian/gstreamer-vorbis.files:
19144         * debian/gstreamer-x.files:
19145         * debian/mk.control:
19146         * debian/rules:
19147         Debian package info not maintained here.
19148
19149 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19150
19151         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
19152         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
19153         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
19154         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
19155         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
19156         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
19157         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
19158         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
19159         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
19160         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
19161         * gst-libs/gst/colorbalance/colorbalance.c:
19162         (gst_color_balance_class_init):
19163         * gst-libs/gst/colorbalance/colorbalancechannel.c:
19164         (gst_color_balance_channel_class_init):
19165         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
19166         * gst-libs/gst/play/play.c: (gst_play_class_init):
19167         * gst-libs/gst/propertyprobe/propertyprobe.c:
19168         (gst_property_probe_iface_init):
19169         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
19170         * gst-libs/gst/tuner/tunerchannel.c:
19171         (gst_tuner_channel_class_init):
19172         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
19173         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
19174         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
19175         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
19176         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
19177         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
19178         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19179         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
19180         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
19181           fix signals to use - instead of _
19182         * ext/libcaca/gstcacasink.h:
19183         * ext/sdl/sdlvideosink.h:
19184           fix header rename
19185
19186 2004-03-04  David Schleef  <ds@schleef.org>
19187
19188         * testsuite/gst-lint:  Add a check for bad signal names.
19189
19190 2004-03-04  <kost@imn.htwk-leipzig.de>
19191
19192         reviewed by David Schleef
19193
19194         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
19195         modified the alpha channel and caused a warning. (bug #136192)
19196
19197 2004-04-03  Christian Schaller <Uraeus@gnome.org>
19198
19199         * gst-plugins.spec.in:
19200         Change names of plugins to actually be correct. Try to keep things
19201         alphabetical to avoid getting beat up by Thomas
19202
19203 2004-03-03  Julien MOUTTE <julien@moutte.net>
19204
19205         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
19206         Using ximagesink as a default if no gconf key found. We should
19207         probably consider using alsasink instead of osssink for the audio
19208         part.
19209
19210 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19211
19212         * configure.ac:
19213           fix --with-plugins, don't think it ever worked before
19214         * gst-plugins.spec.in:
19215           even more updates
19216
19217 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19218
19219         * ext/sdl/sdlvideosink.h:
19220         * sys/ximage/ximagesink.h:
19221         * sys/xvideo/xvideosink.h:
19222         * sys/xvimage/xvimagesink.h:
19223           Fix for move of gstvideosink.h -> videosink.h.
19224
19225 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19226
19227         * gst-libs/gst/xwindowlistener/Makefile.am:
19228           this is a plugin library, not a library
19229
19230 2004-03-01  David Schleef  <ds@schleef.org>
19231
19232         * AUTHORS:  Added some names.  Add yourself if you're still
19233         missing.
19234
19235 2004-03-01  David Schleef  <ds@schleef.org>
19236
19237         * MAINTAINERS: Add
19238
19239 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19240
19241         * gst-plugins.spec.in: clean up spec file
19242
19243 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19244
19245         * gst-libs/gst/video/Makefile.am:
19246         * gst-libs/gst/video/gstvideosink.c:
19247         * gst-libs/gst/video/gstvideosink.h:
19248           rename gstvideosink.h to videosink.h to match other headers
19249         * gst/mixmatrix/Makefile.am:
19250           fix plugin filename
19251         * gst/tags/Makefile.am: fix plugin filename
19252
19253 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19254
19255         * gst/tags/Makefile.am: fix plugin filename
19256
19257 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19258
19259         * examples/gstplay/player.c: (got_time_tick), (main):
19260           add error handler
19261           display time_tick more readably
19262         * gst/mixmatrix/Makefile.am:
19263           fix plugin file name
19264
19265 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
19266
19267         * sys/oss/gstosselement.c: (gst_osselement_probe),
19268         (device_combination_append), (gst_osselement_class_probe_devices):
19269         * sys/oss/gstosselement.h:
19270           Reworked enumeration of oss dsps and mixers so that gst-mixer works
19271           on my system using alsa oss emulation, fixes bug #135597
19272
19273 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19274
19275         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
19276         (gst_videodrop_chain), (gst_videodrop_change_state):
19277         * gst/videodrop/gstvideodrop.h:
19278           Work based on timestamp of input data, not based on the expected
19279           framerate from the input. The consequence is that this element now
19280           not only scales framerates, but also functions as a framerate
19281           corrector or framerate stabilizer/constantizer.
19282
19283 2004-02-27  David Schleef  <ds@schleef.org>
19284
19285         patches from jmmv@menta.net (Julio M. Merino Vidal)
19286
19287         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
19288         GST_ELEMENT_ERROR call (bug #135634)
19289         * gst/interleave/interleave.c: (interleave_buffered_loop),
19290         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
19291         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
19292         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19293         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
19294         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
19295         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
19296         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
19297         Fix GST_ELEMENT_ERROR call.
19298         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
19299         GST_ELEMENT_ERROR call.
19300
19301 2004-02-27  Benjamin Otte  <otte@gnome.org>
19302
19303         * gst-libs/gst/audio/audio.h:
19304           add macro to make sure header isn't included twice
19305         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19306           don't use gst_buffer_free
19307         * gst/playondemand/filter.func:
19308           don't use gst_data_free. Free data only once.
19309
19310 2004-02-26  David Schleef  <ds@schleef.org>
19311
19312         * gst-libs/gst/colorbalance/Makefile.am:
19313         * gst-libs/gst/mixer/Makefile.am:
19314         * gst-libs/gst/tuner/Makefile.am:
19315         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
19316         should not be disted, -marshal.h files should not be installed,
19317         and -enum.h files _should_ be installed.  Fix to make this the
19318         case.
19319
19320 === release 0.7.5 ===
19321
19322 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19323
19324         * configure.ac: release 0.7.5, "Under The Sea"
19325
19326 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19327
19328         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19329         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
19330         * gst/videoscale/gstvideoscale.c:
19331         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
19332           assorted debug/warning fixes
19333
19334 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19335
19336         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
19337         (gst_videoscale_init), (gst_videoscale_chain),
19338         (gst_videoscale_set_property), (plugin_init):
19339         * gst/videoscale/gstvideoscale.h:
19340         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
19341         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
19342         (gst_videoscale_planar400), (gst_videoscale_packed422),
19343         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
19344         (gst_videoscale_24bit), (gst_videoscale_16bit),
19345         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
19346         (gst_videoscale_scale_plane_slow),
19347         (gst_videoscale_scale_point_sample),
19348         (gst_videoscale_scale_nearest),
19349         (gst_videoscale_scale_nearest_str2),
19350         (gst_videoscale_scale_nearest_str4),
19351         (gst_videoscale_scale_nearest_32bit),
19352         (gst_videoscale_scale_nearest_24bit),
19353         (gst_videoscale_scale_nearest_16bit):
19354         add debugging category and use it properly
19355         fix use of GST_PTR_FORMAT
19356
19357 2004-02-25  Andy Wingo  <wingo@pobox.com>
19358
19359         * gst/interleave/interleave.c (interleave_buffered_loop): Always
19360         push only when channel->buffer is NULL. Prevents segfaults doing
19361         the state change after a nonlocal exit, like a scheme exception.
19362
19363         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
19364         Handle the case where the intersected caps is empty.
19365
19366 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19367
19368         * gst/law/mulaw-decode.c: (mulawdec_link):
19369         * gst/law/mulaw.c: (plugin_init):
19370           fix mulawdec so it actually works again
19371
19372 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
19373
19374         reviewed by: David Schleef  <ds@schleef.org>
19375
19376         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
19377         (gst_gamma_init), (gst_gamma_set_property),
19378         (gst_gamma_get_property), (gst_gamma_calculate_tables),
19379         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
19380         for RGB, with separate r g and b correction factors. (#131167)
19381
19382 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19383
19384         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19385           only signal tags for bitrate if they're > 0 (#134894)
19386
19387 2004-02-24  David Schleef  <ds@schleef.org>
19388
19389         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
19390         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
19391         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
19392         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
19393         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
19394         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
19395         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
19396         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
19397         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
19398         category.  Attempt to fix timestamp calculation.
19399
19400 2004-02-24  Johan Dahlin  <johan@gnome.org>
19401
19402         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
19403
19404 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19405
19406         * configure.ac:
19407         * gconf/Makefile.am:
19408         * gconf/gstreamer.schemas:
19409         * gst-libs/gst/gconf/Makefile.am:
19410         * gst-libs/gst/gconf/gconf.c:
19411           version gconf schemas and install locations
19412
19413 2004-02-23  Benjamin Otte  <otte@gnome.org>
19414
19415         * ext/xine/xineinput.c: (gst_xine_input_dispose):
19416         (gst_xine_input_subclass_init):
19417           call parent dispose.
19418           change pad template for CD reader correctly
19419         * ext/xine/Makefile.am:
19420         * ext/xine/gstxine.h:
19421         * ext/xine/xine.c: (plugin_init):
19422         * ext/xine/xineaudiosink.c:
19423           wrap audio sinks, too
19424         * gst-libs/gst/resample/private.h:
19425         * gst-libs/gst/resample/resample.c: (gst_resample_init),
19426         (gst_resample_reinit), (gst_resample_scale),
19427         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
19428         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
19429         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
19430         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
19431         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
19432         * gst-libs/gst/resample/resample.h:
19433         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
19434         (gst_audioscale_class_init), (gst_audioscale_link),
19435         (gst_audioscale_get_buffer), (gst_audioscale_init),
19436         (gst_audioscale_chain), (gst_audioscale_set_property),
19437         (gst_audioscale_get_property):
19438         * gst/audioscale/gstaudioscale.h:
19439           s/resample_*/gst_resample_*/i to not clobber namespaces
19440
19441 2004-02-23  Julien MOUTTE  <julien@moutte.net>
19442
19443         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19444         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
19445         (gst_riff_create_video_template_caps),
19446         (gst_riff_create_audio_template_caps),
19447         (gst_riff_create_iavs_template_caps):
19448         * gst-libs/gst/riff/riff-media.h:
19449         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
19450         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
19451         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
19452         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19453         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
19454         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
19455         (gst_matroska_demux_plugin_init): First batch implementing audio and
19456         video codec tags in demuxers.
19457
19458 2004-02-22  Benjamin Otte  <otte@gnome.org>
19459
19460         * ext/xine/Makefile.am:
19461         * ext/xine/gstxine.h:
19462         * ext/xine/xine.c: (plugin_init):
19463         * ext/xine/xineinput.c:
19464           add input plugin wrapper. Playback from files, http, mms and cdda
19465           works.
19466         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
19467           remove leftover G_GNUC_UNUSED
19468         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
19469         (gst_asf_demux_identify_guid):
19470           improve debugging output
19471
19472 2004-02-22  Benjamin Otte  <otte@gnome.org>
19473
19474         reported by: Padraig O'Briain <padraig.obriain@sun.com>
19475
19476         * autogen.sh:
19477           replace test -e with test -x for mkinstalldirs to be more portable.
19478           (fixes #134816)
19479
19480 2004-02-22  Benjamin Otte  <otte@gnome.org>
19481
19482         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
19483
19484         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
19485           set rank to PRIMARY
19486         * gst/volume/gstvolume.c: (plugin_init):
19487           set rank to NONE
19488         fixes #134960
19489
19490 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
19491
19492         reviewed by Benjamin Otte  <otte@gnome.org>
19493
19494         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19495           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
19496
19497 2004-02-22  Benjamin Otte  <otte@gnome.org>
19498
19499         * configure.ac:
19500           export [_]*{gst,Gst,GST}.* symbols from plugins
19501
19502 2004-02-22  Christophe Fergeau <teuf@gnome.org>
19503
19504         reviewed by: Benjamin Otte  <otte@gnome.org>
19505
19506         * ext/lame/gstlame.c: (add_one_tag):
19507         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
19508         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
19509         (gst_vorbisenc_metadata_set1):
19510         * gst/tags/gstid3tag.c:
19511         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
19512           apply fixes from bugs #135042 (lame can't write tags) and #133817
19513           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
19514
19515 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
19516
19517         * configure.ac: Export only gst_plugin_desc from plugins.
19518          Note that this change only makes any effect with Linux using libtool
19519          1.5.2 or higher. Otherwise it is silently ignored, but it would build
19520          fine. And don't try to have several versions of libtool in different
19521          directories.
19522
19523 2004-02-20  Andy Wingo  <wingo@pobox.com>
19524
19525         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
19526         interleave respectively.
19527
19528         * gst/interleave/deinterleave.c: New plugin: deinterleave
19529         (replaces on oneton).
19530         * gst/interleave/interleave.c: New plugin: interleave.
19531         * gst/interleave/plugin.h: Support file.
19532         * gst/interleave/plugin.c: Support file.
19533
19534         * configure.ac: Remove intfloat and oneton, add interleave.
19535
19536         * ext/sndfile/gstsf.c: Handle events better.
19537
19538         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
19539         and float2int operation. int2float has scheduling problems as
19540         noted in in2float_chain.
19541
19542 2004-02-20  Benjamin Otte  <otte@gnome.org>
19543
19544         * ext/xine/Makefile.am:
19545         * ext/xine/gstxine.h:
19546         * ext/xine/xine.c:
19547         * ext/xine/xineaudiodec.c:
19548         * ext/xine/xinecaps.c:
19549           add first version of xine plugin wrapper. Currently only wraps the
19550           QDM2 win32 DLL, and even that only in proof-of-concept quality.
19551         * configure.ac:
19552         * ext/Makefile.am:
19553           add xine plugin wrapper, disabled by default. Use --enable-xine to
19554           build. Note that it'll segfault on gst-register if you don't remove
19555           the goom and tvtime post plugins from xine.
19556         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19557         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
19558           add extradata parsing for QDM2.
19559           change around debugging prints.
19560
19561 2004-02-19  Benjamin Otte  <otte@gnome.org>
19562
19563         * ext/lame/gstlame.c: (gst_lame_chain):
19564         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19565           use gst_tag_list_insert when you want to insert tags
19566
19567 2004-02-18  David Schleef  <ds@schleef.org>
19568
19569         * configure.ac:  Move massink to gst-rotten
19570         * ext/Makefile.am:
19571         * ext/mas/Makefile.am:
19572         * ext/mas/massink.c:
19573         * ext/mas/massink.h:
19574
19575 2004-02-18  David Schleef  <ds@schleef.org>
19576
19577         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
19578         typefinding, since it seems to be worse than nothing.
19579         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
19580         atom to recognize .mp4 and .m4a files as video/quicktime.
19581
19582 2004-02-18  David Schleef  <ds@schleef.org>
19583
19584         * gst/sine/demo-dparams.c: (quit_live),
19585         (dynparm_log_value_changed), (dynparm_value_changed), (main):
19586         Use double dparams, not float.
19587         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19588         (gst_sinesrc_init): Change sync default to FALSE, since multiple
19589         sync'd elements don't really work correctly.
19590         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
19591         (volume_update_volume), (volume_get_property):  Change dparam
19592         to double.
19593
19594 2004-02-18  Julien MOUTTE  <julien@moutte.net>
19595
19596         * sys/ximage/ximagesink.c:
19597         (gst_ximagesink_xwindow_update_geometry),
19598         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
19599         (gst_ximagesink_change_state), (gst_ximagesink_expose),
19600         (gst_ximagesink_init): Rework the way software video scaling works. So
19601         now we check on each chain call if the video frames are feeling the
19602         window. If not we try to renegotiate caps. On failure we memorize that
19603         and we won't try again for that PLAYING sessions.
19604         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
19605         failure.
19606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
19607         synchronous flag.
19608
19609 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19610
19611         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
19612           break up _link so we can give a better debug message for errors
19613
19614 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19615
19616         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
19617           set up debug category
19618
19619 2004-02-18  Julien MOUTTE <julien@moutte.net>
19620
19621         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19622         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
19623         the way renegotiation work. The event handling function is not taking
19624         care of external windows and renegotiate method check for pad flags
19625         NEGOTIATING. Should fix : #133209
19626
19627 2004-02-17  Julien MOUTTE  <julien@moutte.net>
19628
19629         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
19630         pad is negotiating before trying renegotiation.
19631
19632 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19633
19634         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
19635           pass on all possible mime types as typefind hints
19636
19637 2004-02-17  Julien MOUTTE <julien@moutte.net>
19638
19639         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
19640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
19641         possible SHM leak if we crash. All other apps using XShm are doing
19642         that.
19643
19644 2004-02-17  Julien MOUTTE  <julien@moutte.net>
19645
19646         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19647         (gst_ximagesink_expose): Renegotiate size on expose.
19648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
19649         size on expose.
19650
19651 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19652
19653         * testsuite/alsa/sinesrc.c:
19654           cosmetic fix to fix compile issue with gcc 2.95.4
19655
19656 2004-02-16  Julien MOUTTE <julien@moutte.net>
19657
19658         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19659         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
19660         failed opening the audio device.
19661         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19662         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
19663         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
19664         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
19665         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
19666         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
19667         (gst_ximagesink_change_state), (gst_ximagesink_chain),
19668         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
19669         Removing some useless g_return_if_fail like wingo suggested.
19670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19671         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
19672         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19673         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
19674         (gst_xvimagesink_update_colorbalance),
19675         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
19676         (gst_xvimagesink_xcontext_clear),
19677         (gst_xvimagesink_get_fourcc_from_caps),
19678         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
19679         (gst_xvimagesink_set_xwindow_id),
19680         (gst_xvimagesink_colorbalance_list_channels),
19681         (gst_xvimagesink_colorbalance_set_value),
19682         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
19683         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
19684
19685 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19686
19687         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
19688           throw error when not negotiated instead of asserting
19689
19690 2004-02-15  Julien MOUTTE  <julien@moutte.net>
19691
19692         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
19693         correct data refcounting.
19694
19695 2004-02-15  Julien MOUTTE  <julien@moutte.net>
19696
19697         * gst/switch/gstswitch.c: (gst_switch_change_state),
19698         (gst_switch_class_init): Cleaning the sinkpads correctly on state
19699         change, mostly the EOS flag.
19700
19701 2004-02-15  Julien MOUTTE  <julien@moutte.net>
19702
19703         * examples/gstplay/player.c: (got_eos), (main): Adding some
19704         output for debugging.
19705         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
19706         timeouts if we go to any state different from PLAYING.
19707         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
19708         more EOS bugs in riff lib.
19709
19710 2004-02-14  Julien MOUTTE  <julien@moutte.net>
19711
19712         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
19713         visualization until i find a way to fix switch correctly.
19714         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
19715         EOS arrives.
19716         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19717         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
19718         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
19719         Reworked switch to get a more correct behaviour with events and refing
19720         of data stored in sinkpads.
19721         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
19722         we don't pull from a pad in EOS.
19723
19724 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19725
19726         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19727           remove v1 tag even if we can't read it (makes sure we don't detect
19728           it again)
19729
19730 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19731
19732         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
19733         (gst_alsa_xrun_recovery):
19734         * ext/alsa/gstalsa.h:
19735           try xrun recovery when wait failed. Make xrun recovery function
19736           return TRUE/FALSE to indicate success. (might fix #134354)
19737
19738 2004-02-13  David Schleef  <ds@schleef.org>
19739
19740         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
19741         (dynparm_value_changed), (main): Convert from float to double.
19742         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
19743
19744 2004-02-13  David Schleef  <ds@schleef.org>
19745
19746         * gst/silence/gstsilence.c: (gst_silence_class_init),
19747         (gst_silence_set_clock), (gst_silence_get),
19748         (gst_silence_set_property), (gst_silence_get_property):
19749         * gst/silence/gstsilence.h: Add sync property.
19750         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19751         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
19752         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
19753         * gst/sine/gstsinesrc.h: Add sync property.
19754
19755 2004-02-13  David Schleef  <ds@schleef.org>
19756
19757         * gst/intfloat/gstint2float.c: (conv_f32_s16),
19758         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
19759
19760 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19761
19762         * configure.ac:
19763         * ext/Makefile.am:
19764         * gst-libs/ext/Makefile.am:
19765           move ffmpeg plugin to gst-ffmpeg module
19766
19767 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19768
19769         * configure.ac: use GST_ARCH to detect architecture
19770
19771 2004-02-12  Julien MOUTTE  <julien@moutte.net>
19772
19773         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
19774
19775 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19776
19777         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
19778           classify LADSPA plugins based on number of src/sink pads
19779           (#133663, Stefan Kost)
19780         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
19781           fix dparams registration
19782           (#133528, Stefan Kost)
19783         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
19784           fix use of isprint and use g_ascii_isprint instead
19785           (#133316, Stefan Kost)
19786
19787 2004-02-11  David Schleef  <ds@schleef.org>
19788
19789         Convert a few inner loops to use liboil.  This is currently
19790         optional, and is only enabled if liboil is present (duh!).
19791         * configure.ac: Check for liboil-0.1
19792         * gst/intfloat/Makefile.am:
19793         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
19794         (gst_int2float_chain_gint16):
19795         * gst/videofilter/Makefile.am:
19796         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
19797         (tablelookup_u8), (gst_videobalance_planar411):
19798         * gst/videotestsrc/Makefile.am:
19799         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
19800         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
19801         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
19802         (paint_hline_RGB565), (paint_hline_xRGB1555):
19803
19804 2004-02-11  David Schleef  <ds@schleef.org>
19805
19806         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
19807         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
19808         (gst_colorspace_getcaps), (gst_colorspace_link),
19809         (gst_colorspace_base_init), (gst_colorspace_init),
19810         (gst_colorspace_chain), (gst_colorspace_change_state),
19811         (plugin_init): Merge Ronald's patch (bug #117897) and update
19812         for new caps and negotiation.  Seems to work, although it
19813         shows off bugs in lcs.
19814
19815 2004-02-11  David Schleef  <ds@schleef.org>
19816
19817         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
19818         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
19819
19820 2004-02-11  David Schleef  <ds@schleef.org>
19821
19822         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
19823         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
19824         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
19825         Add server and port properties
19826
19827 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19828
19829         * m4/a52.m4:
19830         * m4/aalib.m4:
19831         * m4/as-ffmpeg.m4:
19832         * m4/as-liblame.m4:
19833         * m4/as-slurp-ffmpeg.m4:
19834         * m4/check-libheader.m4:
19835         * m4/esd.m4:
19836         * m4/freetype2.m4:
19837         * m4/gconf-2.m4:
19838         * m4/glib.m4:
19839         * m4/gst-alsa.m4:
19840         * m4/gst-artsc.m4:
19841         * m4/gst-ivorbis.m4:
19842         * m4/gst-matroska.m4:
19843         * m4/gst-sdl.m4:
19844         * m4/gst-shout2.m4:
19845         * m4/gst-sid.m4:
19846         * m4/gtk.m4:
19847         * m4/libdv.m4:
19848         * m4/libfame.m4:
19849         * m4/libmikmod.m4:
19850         * m4/ogg.m4:
19851         * m4/vorbis.m4:
19852           fix underquotedness of macros (#133800)
19853         * m4/as-avifile.m4:
19854         * m4/xmms.m4:
19855           removed because no longer used
19856
19857 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19858
19859         * configure.ac:
19860           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
19861           by autopoint (fixes #132996)
19862
19863 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19864
19865         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
19866         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
19867         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
19868         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
19869           fix memleaks
19870
19871 2004-02-11  David Schleef  <ds@schleef.org>
19872
19873         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
19874         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
19875         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
19876         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
19877         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
19878         (gst_jpegenc_class_init), (gst_jpegenc_init),
19879         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
19880         (gst_jpegenc_chain), (gst_jpegenc_set_property),
19881         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
19882         * ext/jpeg/gstjpegenc.h: Fix negotiation.
19883
19884 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19885
19886         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
19887         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
19888         * ext/mikmod/gstmikmod.h:
19889           fix caps negotiation in mikmod
19890         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
19891           output debug information
19892
19893 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19894
19895         * gst-libs/gst/colorbalance/Makefile.am:
19896         * gst-libs/gst/navigation/Makefile.am:
19897         * gst-libs/gst/xoverlay/Makefile.am:
19898           remove unused GST_OPT_CFLAGS from Makefiles
19899           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
19900
19901 2004-02-07  David Schleef  <ds@schleef.org>
19902
19903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
19904         push events to pads that haven't been created (#133508)
19905
19906 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
19907
19908         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
19909         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
19910         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
19911         (gst_dvdec_loop), (gst_dvdec_change_state):
19912         Second attempt at committing a working dvdec element.
19913
19914 2004-02-06  David Schleef  <ds@schleef.org>
19915
19916         Build fixes for OS X: (see #129600)
19917         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
19918         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
19919         (gst_riff_read_strf_iavs):
19920         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19921         (gst_avi_demux_stream_odml):
19922         * gst/playondemand/Makefile.am:
19923         * gst/rtp/rtp-packet.c:
19924
19925 2004-02-05  David Schleef  <ds@schleef.org>
19926
19927         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
19928         last change, because it Just Doesn't Compile.
19929
19930 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19931
19932         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19933           skip undecodable id3v2 tag instead of keeping it
19934
19935 2004-02-05  David Schleef  <ds@schleef.org>
19936
19937         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19938         Unref leaked buffer.  (Noticed by Ronald)
19939
19940 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
19941
19942         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19943         Sync requires with other checks.  >= vs =.
19944
19945 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
19946
19947         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19948         (gst_dvdec_video_link), (gst_dvdec_loop):
19949         * ext/dv/gstdvdec.h:
19950           rework the caps negotiation so that dvdec works again instead
19951           of just segfaulting.
19952
19953 === release 0.7.4 ===
19954
19955 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19956
19957         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
19958         * configure.ac: changed for release
19959
19960 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19961
19962         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
19963         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19964         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19965         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19966           reworked patch by David Lehn to fix libdir and includedir for
19967           uninstalled libraries
19968           removed play and gconf from gstreamer-libs since they have their
19969           own pkgconfig files
19970
19971 2004-02-04  David Schleef  <ds@schleef.org>
19972
19973         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
19974         memleak.
19975
19976 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19977
19978         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19979           use correct GST_TAG_ENCODER tag
19980
19981 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19982
19983         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19984           be sure to stop the clock when going to paused
19985         * sys/oss/gstosssink.c: (gst_osssink_change_state):
19986           reset number of transmitted when going to ready.
19987         fixes #132935
19988
19989 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
19990
19991         reviewed by Benjamin Otte
19992
19993         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
19994           extract track count (fixes #133410)
19995
19996 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19997
19998         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
19999           that should be !=, not == (fixes #132519)
20000
20001 2004-02-04  David Schleef  <ds@schleef.org>
20002
20003         Make sure set_explicit_caps() is called before adding pad.
20004         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20005         * gst/id3/gstid3types.c: (gst_id3types_loop):
20006         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20007         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20008
20009 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20010
20011         * configure.ac:
20012           bump nano to 2, first prerelease
20013           put back AM_PROG_LIBTOOL
20014
20015 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20016
20017         * testsuite/alsa/Makefile.am:
20018           these are user test apps, not automatic testsuite tests
20019
20020 2004-02-04  David Schleef  <ds@schleef.org>
20021
20022         Convert GST_DEBUG_CAPS() to GST_DEBUG():
20023         * gst/mpeg1videoparse/gstmp1videoparse.c:
20024         (mp1videoparse_parse_seq):
20025         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20026         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20027         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
20028         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20029         (gst_xvideosink_getcaps):
20030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20031         * testsuite/gst-lint: more tests
20032
20033 2004-02-04  David Schleef  <ds@schleef.org>
20034
20035         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
20036         with the code that they would expand to.
20037         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
20038         (gst_flacdec_get_src_query_types),
20039         (gst_flacdec_get_src_event_masks):
20040         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
20041         (gst_gnomevfssrc_get_query_types),
20042         (gst_gnomevfssrc_get_event_mask):
20043
20044 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20045
20046         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20047         (gst_sinesrc_dispose):
20048           fix memleak by properly disposing sinesrc
20049
20050 2004-02-04  Julien MOUTTE  <julien@moutte.net>
20051
20052         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
20053         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
20054         an overlay to redraw the image because it has been exposed.
20055         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
20056         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
20057         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
20058         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
20059         interface
20060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
20061         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
20062         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
20063         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
20064         interface
20065
20066 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20067
20068         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
20069           more memleak fixage
20070
20071 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20072
20073         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20074         * gst/typefind/gsttypefindfunctions.c:
20075           fix memleaks shown by gst-typefind
20076
20077 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20078
20079         * common/glib-gen.mak:
20080           add hack rule to touch .Plo files
20081         * gst-libs/gst/colorbalance/Makefile.am:
20082         * gst-libs/gst/mixer/Makefile.am:
20083         * gst-libs/gst/play/Makefile.am:
20084         * gst-libs/gst/tuner/Makefile.am:
20085           remove glib_root variable
20086
20087 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20088
20089         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
20090           set explicit caps before adding the element, so the autopluggers can
20091           plug correctly.
20092         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20093         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20094         (mpeg_video_type_find), (mpeg_video_stream_type_find),
20095         (dv_type_find):
20096           fix memleaks in typefind functions. gst_type_find_suggest takes a const
20097           argument.
20098
20099 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20100
20101         * gst-libs/gst/colorbalance/Makefile.am:
20102         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
20103         * gst-libs/gst/colorbalance/colorbalance.c:
20104         * gst-libs/gst/colorbalance/colorbalance.h:
20105         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
20106         * gst-libs/gst/mixer/Makefile.am:
20107         * gst-libs/gst/mixer/mixer-marshal.list:
20108         * gst-libs/gst/mixer/mixer.c:
20109         * gst-libs/gst/mixer/mixer.h:
20110         * gst-libs/gst/mixer/mixermarshal.list:
20111         * gst-libs/gst/play/Makefile.am:
20112         * gst-libs/gst/play/play.h:
20113         * gst-libs/gst/tuner/Makefile.am:
20114         * gst-libs/gst/tuner/tuner-marshal.list:
20115         * gst-libs/gst/tuner/tuner.c:
20116         * gst-libs/gst/tuner/tuner.h:
20117         * gst-libs/gst/tuner/tunermarshal.list:
20118           use new glib-gen.mak snippet to clean up Makefile.am
20119           fix various bugs in Makefile.am's
20120
20121 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20122
20123         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
20124           handle chain parsing correctly in the multichain case
20125         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
20126         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
20127         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
20128         (theora_dec_chain):
20129           handle events and queries correctly
20130
20131 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20132
20133         * .cvsignore:
20134         Ignore generated file _stdint.h.
20135
20136 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20137
20138         * gst-libs/gst/colorbalance/Makefile.am:
20139         * gst-libs/gst/colorbalance/colorbalance.h:
20140         * gst-libs/gst/mixer/Makefile.am:
20141         * gst-libs/gst/mixer/mixer.h:
20142         * gst-libs/gst/play/Makefile.am:
20143         * gst-libs/gst/play/play.h:
20144         * gst-libs/gst/tuner/Makefile.am:
20145         * gst-libs/gst/tuner/tuner.h:
20146         Generate enum type code with glib-mkenums.
20147         * gst-libs/gst/colorbalance/.cvsignore:
20148         * gst-libs/gst/mixer/.cvsignore:
20149         * gst-libs/gst/play/.cvsignore:
20150         * gst-libs/gst/tuner/.cvsignore:
20151         Ignore generated files.
20152
20153 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20154
20155         * gst-libs/gst/audio/.cvsignore:
20156         Ignore generated file.
20157         * gst-libs/gst/audio/Makefile.am:
20158         Do not install example filter.
20159
20160 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20161
20162         * examples/switch/.cvsignore:
20163         Ignore generated file.
20164
20165 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20166
20167         * common/m4/ax_create_stdint_h.m4:
20168         * configure.ac:
20169           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
20170           _stdint.h.
20171         * Makefile.am:
20172           remove generated _stdint.h in DISTCLEANFILES
20173         * ext/a52dec/gsta52dec.c:
20174           include _stdint.h for a52dec. (should fix #133064)
20175
20176 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
20177
20178         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
20179         (gst_tag_to_vorbis_comments):
20180         Add replaygain support to vorbistag
20181
20182 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
20183         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
20184         (gst_ffmpeg_caps_to_extradata):
20185           Fix SVQ3 caps flag properties
20186           Use glib macro for bytes swap
20187
20188 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20189
20190         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
20191         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
20192         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20193         * ext/sndfile/gstsf.c: (plugin_init):
20194         * gst/avi/gstavi.c: (plugin_init):
20195         * sys/dxr3/dxr3init.c: (plugin_init):
20196         * sys/oss/gstossaudio.c: (plugin_init):
20197         * sys/v4l/gstv4l.c: (plugin_init):
20198         * sys/v4l2/gstv4l2.c: (plugin_init):
20199           remove textdomain calls
20200         * po/nl.po:
20201           update Dutch translation
20202
20203 2004-02-02  Julien MOUTTE  <julien@moutte.net>
20204
20205         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20206         (gst_play_set_audio_sink): Moving volume in the audio thread for
20207         instantaneous volume change. Maybe i will add another volume in front
20208         of visualization later, not sure yet though.
20209
20210 2004-02-02  Julien MOUTTE  <julien@moutte.net>
20211
20212         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20213         (gst_ximagesink_handle_xevents): Better X events handling, only take
20214         the latest events for configure and motion.
20215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
20216
20217 2004-02-02  Jon Trowbridge  <trow@gnu.org>
20218
20219         reviewed by: David Schleef  <ds@schleef.org>
20220
20221         Fix memory leaks:
20222         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
20223         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
20224
20225 2004-02-02  David Schleef  <ds@schleef.org>
20226
20227         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
20228         of lines.
20229         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
20230         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20231         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
20232         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20233         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
20234         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
20235         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
20236         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
20237         (gst_float2_2_int_link):
20238         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
20239         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
20240         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
20241         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
20242         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
20243         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
20244         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
20245         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
20246         * testsuite/gst-lint: Add tests for bzero and ;;
20247
20248 2004-02-02  David Schleef  <ds@schleef.org>
20249
20250         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
20251
20252 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20253
20254         * ext/aalib/gstaasink.c: (gst_aasink_open):
20255         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
20256         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20257         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20258         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
20259         (gst_afsink_close_file):
20260         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
20261         (gst_afsrc_close_file):
20262         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
20263         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
20264         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20265         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
20266         * ext/esd/esdmon.c: (gst_esdmon_get):
20267         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
20268         * ext/faac/gstfaac.c: (gst_faac_chain):
20269         * ext/faad/gstfaad.c: (gst_faad_chain):
20270         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
20271         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20272         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
20273         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
20274         (gst_flacdec_loop):
20275         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20276         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20277         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
20278         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
20279         (gst_gnomevfssink_close_file):
20280         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
20281         (gst_gnomevfssrc_open_file):
20282         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
20283         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
20284         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
20285         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
20286         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
20287         * ext/mad/gstmad.c: (gst_mad_chain):
20288         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20289         * ext/mpeg2dec/gstmpeg2dec.c:
20290         * ext/mpeg2enc/gstmpeg2enc.cc:
20291         * ext/mplex/gstmplex.cc:
20292         * ext/mplex/gstmplexibitstream.cc:
20293         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
20294         (gst_ogg_demux_push):
20295         * ext/raw1394/gstdv1394src.c:
20296         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
20297         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
20298         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
20299         (gst_sf_loop):
20300         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
20301         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
20302         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
20303         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
20304         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20305         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
20306         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
20307         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
20308         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
20309         (gst_riff_read_element_data), (gst_riff_read_seek),
20310         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
20311         * gst/adder/gstadder.c: (gst_adder_loop):
20312         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
20313         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
20314         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
20315         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
20316         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
20317         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20318         * gst/goom/gstgoom.c: (gst_goom_chain):
20319         * gst/id3/gstid3types.c: (gst_id3types_loop):
20320         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
20321         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
20322         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
20323         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
20324         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20325         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
20326         (gst_ebml_read_float), (gst_ebml_read_header):
20327         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20328         (gst_matroska_demux_parse_blockgroup):
20329         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
20330         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20331         * gst/oneton/gstoneton.c: (gst_oneton_chain):
20332         * gst/silence/gstsilence.c: (gst_silence_get):
20333         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20334         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
20335         * gst/speed/gstspeed.c: (speed_loop):
20336         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20337         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20338         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
20339         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20340         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20341         (gst_wavparse_loop):
20342         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
20343         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
20344         (dxr3audiosink_close):
20345         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
20346         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
20347         (dxr3videosink_close), (dxr3videosink_write_data):
20348         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
20349         * sys/oss/gstosssink.c: (gst_osssink_chain):
20350         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20351         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20352         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
20353         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
20354         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
20355         (gst_v4l_set_window), (gst_v4l_enable_overlay):
20356         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
20357         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
20358         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
20359         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
20360         (gst_v4l_set_audio):
20361         * sys/v4l/v4l_calls.h:
20362         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
20363         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
20364         (gst_v4lmjpegsink_playback_init),
20365         (gst_v4lmjpegsink_playback_start):
20366         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
20367         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20368         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
20369         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
20370         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
20371         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
20372         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
20373         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
20374         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
20375         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
20376         (gst_v4l2_get_output), (gst_v4l2_set_output),
20377         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
20378         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
20379         (gst_v4l2_set_attribute):
20380         * sys/v4l2/v4l2_calls.h:
20381         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
20382         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
20383         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
20384         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
20385         (gst_v4l2src_capture_stop):
20386         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
20387         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20388         (gst_ximagesink_chain):
20389         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
20390         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
20391         (gst_xvideosink_xwindow_new):
20392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20393         (gst_xvimagesink_chain):
20394
20395 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20396
20397         * gst/volume/gstvolume.c: (gst_volume_set_volume),
20398         (gst_volume_get_volume), (volume_class_init), (volume_init),
20399         (volume_chain_int16), (volume_update_volume):
20400         * gst/volume/gstvolume.h:
20401           make code more readable by removing magic numbers
20402           make mixer interface export 0-100 range
20403           make it internally map to 0.0-1.0 range so users don't distort
20404           output by putting the sliders at full volume
20405
20406 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20407
20408         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
20409         (gst_play_state_change), (gst_play_seek_to_time):
20410         block the tick callback for 0.5 secs after doing a seek
20411
20412 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20413
20414         * gst-libs/gst/play/play.c: (gst_play_new):
20415           check for GError
20416
20417 2004-02-01  Julien MOUTTE  <julien@moutte.net>
20418
20419         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
20420         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
20421         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20422         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
20423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20424         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
20425
20426 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20427
20428         * configure.ac:
20429         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20430           check for a function added in vorbis 1.1
20431
20432 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20433
20434         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
20435         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
20436           really start/stop clock only on PLAYING <=> PAUSED
20437         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20438           remove \n from debugging lines
20439         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
20440           make it work when seeking does not
20441         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20442           reset on DISCONT
20443
20444 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20445
20446         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
20447           start clock on PAUSED=>PLAYING, not later
20448         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20449           extract correct time for different discont formats
20450         (gst_alsa_sink_get_time):
20451           don't segfault when no format is negotiated yet, just return 0
20452         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20453         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
20454         (gst_ogg_pad_push):
20455           handle flush and discont events correctly
20456         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
20457           handle discont events correctly
20458
20459 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20460
20461         * gst-libs/gst/play/play.c: (gst_play_error_quark),
20462         (gst_play_error_create), (gst_play_error_plugin),
20463         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
20464         * gst-libs/gst/play/play.h:
20465           add error handling during creation
20466         * examples/gstplay/player.c: (main):
20467           use new gst_play_new
20468
20469
20470 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20471
20472         * ext/theora/theoradec.c: (theora_dec_chain):
20473           make comments work
20474         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20475         (vorbis_dec_src_event), (vorbis_dec_chain):
20476           add encoder tag, fix tag reading to be more error tolerant, change
20477           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
20478           gst_pad_event_default.
20479         * gst/tags/gstvorbistag.c:
20480         (gst_tag_list_from_vorbiscomment_buffer):
20481           undefine function specific define at end of function
20482
20483 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
20484
20485         * ext/flac/gstflac.c: (plugin_init):
20486         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
20487         * ext/flac/gstflacdec.h:
20488         * ext/flac/gstflacenc.h:
20489           Fix typos
20490
20491 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
20492
20493         * examples/gstplay/player.c: s/gstplay.h/play.h/
20494
20495 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20496
20497         * gst-libs/gst/play/Makefile.am:
20498         * gst-libs/gst/play/gstplay.c:
20499         * gst-libs/gst/play/gstplay.h:
20500         * gst-libs/gst/play/play.c:
20501           more surgery, operation complete
20502
20503 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20504
20505         * gst-libs/gst/play/play.old.c:
20506         * gst-libs/gst/play/play.old.h:
20507           after CVS surgery by moving, remove
20508         * gst-libs/gst/play/playpipelines.c:
20509           remove
20510
20511         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
20512           add negotiation error
20513
20514 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20515
20516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20517         (gst_ogg_demux_push):
20518           add some seeking debug info
20519           send a flush when seeking
20520
20521 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20522
20523         * configure.ac:
20524           use AC_C_INLINE
20525         * configure.ac:
20526         * ext/Makefile.am:
20527         * ext/theora/Makefile.am:
20528         * ext/theora/theoradec.c:
20529           add theora video decoder. Does just do simple decoding for now and
20530           has been tested against Theora cvs only. It only works when theora
20531           is compiled with --enable-static.
20532         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20533           always reset packetno on DISCONT
20534
20535 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20536
20537         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20538           Fix audio.
20539
20540 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20541
20542         * gst/mpegaudioparse/gstmpegaudioparse.c:
20543         (mp3_type_frame_length_from_header):
20544           Fix header parsing - stolen from ffmpeg (thank you! :) ).
20545
20546 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20547
20548         * ext/esd/esdsink.c: (gst_esdsink_init):
20549           Since we have static pad template caps, we don't need to negotiate;
20550           either the core errors out or we know the format.
20551
20552 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20553
20554         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
20555         (gst_riff_read_seek):
20556         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
20557         (gst_ebml_read_seek):
20558           Fix event handling.
20559
20560 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20561
20562         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20563           removee video/x-theora from vp3 decoder, it doesn't handle raw
20564           theora streams
20565         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20566           fix bug with finalizing element that never went to PAUSED
20567         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20568           length and position queries were swapped
20569         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
20570         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
20571         (vorbis_dec_src_event):
20572           implement querying time and bytes
20573
20574 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20575
20576         * just about every source file:
20577           gst_element_error -> GST_ELEMENT_ERROR
20578
20579 2004-01-29  Julien MOUTTE  <julien@moutte.net>
20580
20581         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
20582         emiting FLUSH and even before DISCONT.
20583         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
20584         get the best instant seeking as possible yay!
20585
20586 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20587
20588         * gst/mpeg1videoparse/gstmp1videoparse.c:
20589         (gst_mp1videoparse_real_chain):
20590           Committed wrong version last week... Grr... Didn't notice until now.
20591
20592 2004-01-29  Julien MOUTTE <julien@moutte.net>
20593
20594         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
20595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
20596         have_xwindow_id signal in xwindow_create.
20597
20598 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20599
20600         * ext/ogg/gstoggdemux.c:
20601           lots of changes - mainly support for chained bitstreams, seeking,
20602           querying and bugfixes of course
20603         * ext/vorbis/Makefile.am:
20604         * ext/vorbis/vorbisdec.c:
20605         * ext/vorbis/vorbisdec.h:
20606           add vorbisdec raw vorbis decoder
20607         * ext/vorbis/vorbis.c: (plugin_init):
20608           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
20609         * gst/intfloat/Makefile.am:
20610         * gst/intfloat/float22int.c:
20611         * gst/intfloat/float22int.h:
20612         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
20613           add float2intnew plugin. It converts multichannel interleaved float to
20614           multichannel interleaved int. The name should probably be changed.
20615         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
20616         (plugin_init):
20617           add typefinding for raw theora video so oggdemux can detect it.
20618
20619 2004-01-28  Julien MOUTTE  <julien@moutte.net>
20620
20621         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
20622         sink element first.
20623         * gst/videoscale/gstvideoscale.c:
20624         (gst_videoscale_handle_src_event): Fixing src event handler.
20625
20626 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20627
20628         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
20629         (gst_v4lsrc_open), (gst_v4lsrc_close),
20630         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
20631         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
20632         * sys/v4l/gstv4lsrc.h:
20633         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
20634         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
20635           Implement resizing... Hack. But that's why v4l is b0rked...
20636
20637 2004-01-28  Julien MOUTTE <julien@moutte.net>
20638
20639         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20640         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
20641         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
20642         (gst_ximagesink_xwindow_destroy):
20643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20644         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
20645         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
20646         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
20647         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
20648         correctly cleaning the image created to check xshm calls on succes,
20649         added a lot of XSync calls in X11 functions, and fixed a segfault when
20650         no image format was defined before negotiation happened.
20651
20652 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20653
20654         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
20655           use gst_element_get_time to get correct time
20656
20657 2004-01-28  Julien MOUTTE  <julien@moutte.net>
20658
20659         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
20660         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
20661         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
20662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
20663         (gst_xvimagesink_check_xshm_calls),
20664         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
20665         X plugins are now able to detect that XShm calls will fail even if the
20666         server claims that it has XShm support (remote displays most of the
20667         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
20668         so that we use non XShm functions. This feature is almost useless for
20669         xvimagesink as Xv is not supported on remote displays anyway, but
20670         it might happen than even on the local display XShm calls fail.
20671
20672 2004-01-27  David Schleef  <ds@schleef.org>
20673
20674         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
20675         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
20676         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
20677         changed esdsink to only use 44100,16,2, since esd sucks at rate
20678         conversion and esdsink has had difficulty negotiating.
20679
20680 2004-01-27  Julien MOUTTE <julien@moutte.net>
20681
20682         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
20683         (gst_play_seek_to_time): Fixing the way to get current position.
20684
20685 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20686
20687         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
20688           use gst_element_get_time to get correct time
20689
20690 2004-01-27  Julien MOUTTE <julien@moutte.net>
20691
20692         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
20693         fix ever... Inverting 2 lines of code make spider autoplug correctly
20694         tagged mp3 !
20695
20696 2004-01-27  David Schleef  <ds@schleef.org>
20697
20698         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20699         Use gst_pad_try_set_caps_nonfixed().
20700
20701 2004-01-27  David Schleef  <ds@schleef.org>
20702
20703         * gst/ac3parse/gstac3parse.c: update to checklist 5
20704         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
20705         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
20706         * gst/audioscale/gstaudioscale.c: same
20707         * gst/auparse/gstauparse.c: same
20708         * gst/avi/gstavidemux.c: same
20709
20710 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20711
20712         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
20713           stop processing after EOS
20714
20715 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20716
20717         * gst/asfdemux/asfheaders.h:
20718         * gst/asfdemux/gstasfdemux.c:
20719         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
20720         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
20721         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
20722           lot's of fixes to make data extraction simpler and get the code
20723           architecture and compiler independant. Add debugging category
20724         * gst/goom/gstgoom.c: (gst_goom_change_state):
20725           reset channel count on PAUSED=>READY, not READY=>PAUSED
20726
20727 2004-01-26  Colin Walters  <walters@verbum.org>
20728
20729         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
20730         code to pull a bigger buffer in iradio mode.  This as a side effect
20731         makes typefinding work.
20732
20733 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
20734
20735         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
20736         Fix SVQ3 decoding on PPC
20737
20738 2004-01-26  Julien MOUTTE <julien@moutte.net>
20739
20740         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
20741         that one managed to stay there... Fixed.
20742
20743 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
20744
20745         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
20746         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
20747         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
20748         (qtdemux_video_caps):
20749         * gst/qtdemux/qtdemux.h:
20750         Add SVQ3 specific flags to qtdemux and ffmpeg
20751
20752 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20753
20754         * gst-libs/gst/audio/audio.h:
20755           remove buffer-frames from audio caps
20756         * gst/audioconvert/gstaudioconvert.c:
20757           fix plugin to really work.
20758
20759 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20760
20761         * gst-libs/gst/mixer/mixer.c:
20762         * gst-libs/gst/propertyprobe/propertyprobe.c:
20763         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
20764         (gst_tuner_find_channel_by_name):
20765         * gst-libs/gst/tuner/tuner.h:
20766           Add gtk-doc style comments. Also fix a function name.
20767
20768 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20769
20770         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
20771         (gst_divxdec_negotiate):
20772           Fix for new capsnego - also fixes gst-player with divxdec.
20773
20774 2004-01-25  Julien MOUTTE  <julien@moutte.net>
20775
20776         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20777         (gst_play_identity_handoff), (gst_play_set_location),
20778         (gst_play_set_visualization), (gst_play_connect_visualization): Another
20779         try in visualization implementation. Still have an issue with switch
20780         blocking when pulling from video_queue and only audio comes out of
20781         spider.
20782         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20783         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
20784         release method. And check if the pad is usable before pulling.
20785
20786 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20787
20788         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
20789         (gst_videobalance_init),
20790         (gst_videobalance_colorbalance_list_channels),
20791         (gst_videobalance_colorbalance_set_value),
20792         (gst_videobalance_colorbalance_get_value),
20793         (gst_videobalance_update_properties),
20794         (gst_videobalance_update_tables_planar411),
20795         (gst_videobalance_planar411):
20796         * gst/videofilter/gstvideobalance.h:
20797           Implement lookup-tables. +/- 10x faster.
20798
20799 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20800
20801         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
20802         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
20803           The index reading was broken. The rest worked fine, but the whole
20804           goal of my rewrite was to make avidemux readable, and this was
20805           not at all readable. Please use typed variables.
20806
20807 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20808
20809         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20810           Additional pad usability check.
20811         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20812         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
20813         (gst_mp1videoparse_real_chain):
20814           Fix MPEG video stream parsing. The original plugin had several
20815           issues, including not timestamping streams where the source was
20816           not timestamped (this happens with PTS values in mpeg system
20817           streams, but MPEG video is also a valid stream on its own so
20818           that needs timestamps too). We use the display time code for that
20819           for now. Also, if one incoming buffer contains multiple valid
20820           frames, we push them all on correctly now, including proper EOS
20821           handling. Lastly, several potential segfaults were fixed, and we
20822           properly sync on new sequence/gop headers to include them in next,
20823           not previous frames (since they're header for the next frame, not
20824           the previous). Also see #119206.
20825         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
20826         (bpf_from_header):
20827           Move caps setting so we only do it after finding several valid
20828           MPEG-1 fraes sequentially, not right after the first one (which
20829           might be coincidental).
20830         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
20831         (mpeg_video_type_find), (mpeg_video_stream_type_find),
20832         (plugin_init):
20833           Add unsynced MPEG video stream typefinding, and change some
20834           probability values so we detect streams rightly. The idea is as
20835           follows: I can have an unsynced system stream which contains
20836           video. In the current code, I would randomly get a type for either
20837           system or video stream type found, because the probabilities are
20838           being calculated rather randomly. I now use fixed values, so we
20839           always prefer system stream if that was found (and that is how it
20840           should be). If no system stream was found, we can still identity                the stream as video-only.
20841
20842 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20843
20844         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
20845         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
20846           don't write to buffer. Extract data without the need of
20847           __attribute__ ((packed))
20848
20849 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20850
20851         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
20852         (mpeg1_sys_type_find):
20853           Fix MPEG-1 stream typefinding.
20854
20855 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20856
20857         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
20858           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
20859
20860 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20861
20862         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
20863         * ext/esd/gstesd.c: (plugin_init):
20864           private debugging, better error reporting
20865
20866 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20867
20868         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20869         (gst_riff_read_init), (gst_riff_read_change_state):
20870         * gst-libs/gst/riff/riff-read.h:
20871           Remove stuff fromold metadata system.
20872
20873 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20874
20875         * ext/ogg/gstoggdemux.c:
20876           Fix wrong file comment.
20877         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20878         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
20879           Add metadata reading properly.
20880
20881 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20882
20883         * ext/Makefile.am:
20884           Fix nas DIST_SUBDIRS
20885           Uraeus:
20886           Fix bug where make distcheck doesn't get run on adding stuff to
20887           the build.
20888
20889 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20890
20891         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
20892         * ext/divx/gstdivxdec.h:
20893           Fix divx3 ("msmpeg4") playback using divxdec.
20894
20895 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20896
20897         * gst/typefind/gsttypefindfunctions.c:
20898         (mp3_type_frame_length_from_header): fix bug in length computation
20899         (mp3_type_find): improve debugging output
20900
20901 2004-01-23  Julien MOUTTE  <julien@moutte.net>
20902
20903         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20904         (gst_play_set_location), (gst_play_seek_to_time),
20905         (gst_play_set_audio_sink), (gst_play_set_visualization),
20906         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
20907         the pipeline from scratch. Visualization is back and switch went out as
20908         i realized it was not possible to use the way i wanted.
20909         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
20910         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
20911         clearing in state change from READY to NULL. So that one can clean the
20912         X ressources keeping the element.
20913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20914         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
20915         (gst_xvimagesink_colorbalance_set_value),
20916         (gst_xvimagesink_colorbalance_get_value),
20917         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
20918         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
20919         change from READY to NULL and fixed some stupid bugs in colorbalance
20920         get/set values. Also added the following feature : when nobody tries to
20921         set some values to the colorbalance levels before the xcontext is
20922         grabbed, then when creating channels list from Xv attributes we set the
20923         internal values to the Xv defaults. This way we handle buggy Xv drivers
20924         that set default hue values far from the middle of the range (Thanks
20925         to Jon Trowbridge for pointing that issue).
20926         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
20927         colorbalance levels have been set before xcontext is grabbed.
20928
20929 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20930
20931         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20932           Fix the ossmixer case where we shouldn't open /dev/dsp* because
20933           it might block operations (which is bad for a mixer).
20934
20935 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20936
20937         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
20938         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
20939         (gmip_find_type_pre):
20940         * gst-libs/gst/media-info/media-info-priv.h:
20941         * gst-libs/gst/media-info/media-info.c:
20942         (gst_media_info_instance_init), (gst_media_info_read_idler):
20943         add fakesink to get caps on decoder src pad again
20944         fix callback prototype to match new have_type signal signature
20945
20946 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20947
20948         * gst/adder/gstadder.c: (gst_adder_link):
20949           fix non-compile and cut-n-paste code
20950
20951 2004-01-21  David Schleef  <ds@schleef.org>
20952
20953         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
20954         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
20955         (gst_swfdec_init), (gst_swfdec_change_state):
20956         * ext/swfdec/gstswfdec.h:
20957         Fix negotiation.
20958         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
20959         (gst_adder_request_new_pad): Fix negotiation.
20960         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
20961         Add a fixate function.
20962         * gst/intfloat/gstfloat2int.c:
20963         * gst/intfloat/gstfloat2int.h:
20964         * gst/intfloat/gstint2float.c:
20965         * gst/intfloat/gstint2float.h:
20966         Completely rewrite the negotiation.  Doesn't quite work yet,
20967         due to some buffer-frames problem.
20968
20969 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20970
20971         * ext/gnomevfs/gstgnomevfssrc.c:
20972         * sys/v4l2/v4l2_calls.h:
20973           fix includes for distcheck
20974
20975 2004-01-21  Christian Schaller <uraeus@gnome.org>
20976
20977         * ext/nas/
20978         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
20979         based on earlier patch from Laurent Vivier
20980
20981 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
20982
20983         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
20984         Fix wma caps property
20985         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20986         Fix typo (flags1 and flags2)
20987
20988 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20989
20990         * gst-libs/gst/media-info/media-info-priv.c:
20991         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
20992         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
20993         (gmip_find_stream), (gmip_find_track_metadata),
20994         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
20995         (gmip_find_track_format):
20996         * gst-libs/gst/media-info/media-info-priv.h:
20997         * gst-libs/gst/media-info/media-info-test.c: (main):
20998         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
20999         (gst_media_info_read_idler), (gst_media_info_read):
21000         * gst-libs/gst/media-info/media-info.h:
21001           register debugging category and use it for debugging
21002
21003 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21004
21005         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
21006         (gst_vorbisfile_new_link):
21007           signal streaminfo through tags
21008
21009 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21010
21011         * ext/mplex/gstmplex.cc:
21012         * ext/mplex/gstmplexibitstream.cc:
21013           g++ doesn't like NULL in our i18n/error macros, should be
21014           either (NULL) or ("").
21015
21016 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21017
21018         * sys/dxr3/dxr3audiosink.c:
21019         * sys/dxr3/dxr3init.c:
21020         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
21021         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
21022           Fix more error error error errors (missing includes here).
21023
21024 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21025
21026         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21027           fix thomas' error errors.
21028
21029 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21030
21031         * ext/mpeg2enc/gstmpeg2enc.cc:
21032           fix error errors.
21033
21034 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21035
21036         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21037         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21038           Fix for new error system.
21039
21040 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21041
21042         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21043           fix for new error reporting
21044
21045 2004-01-20  David Schleef  <ds@schleef.org>
21046
21047         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21048         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21049         (gst_ximagesink_set_xwindow_id): Change to using a framerate
21050         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
21051         and neither is 100+, most likely.
21052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21053         (gst_xvimagesink_getcaps): same
21054
21055 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21056
21057         * configure.ac:
21058           Up version requirement to 2.0.3 (not yet released) to avoid symbol
21059           clashes with ffmpeg.
21060
21061 2004-01-20  Julien MOUTTE  <julien@moutte.net>
21062
21063         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
21064         (gst_switch_init): Fixed switch element : proxying link and setting
21065         caps from src to sink on request.
21066
21067 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21068
21069         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
21070         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
21071         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
21072         fix element_error
21073
21074 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21075
21076         * sys/v4l/v4l_calls.h:
21077         * sys/v4l2/v4l2_calls.h:
21078           element_error fixes
21079
21080 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21081
21082         * gst-libs/gst/gst-i18n-plugin.h:
21083           add locale.h
21084           remove config.h inclusion
21085
21086 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21087
21088         * autogen.sh:
21089           adding autopoint invocation
21090         * Makefile.am:
21091         * configure.ac:
21092         * gst-libs/gst/gettext.h:
21093           adding gettext bits
21094         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
21095         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
21096         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21097         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21098         (gst_gnomevfssink_close_file):
21099         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
21100         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
21101         * gst-libs/gst/gst-i18n-plugin.h:
21102         * gst/avi/gstavi.c: (plugin_init):
21103         * sys/dxr3/dxr3init.c: (plugin_init):
21104         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
21105         * sys/oss/gstossaudio.c: (plugin_init):
21106         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21107         * sys/v4l/gstv4l.c: (plugin_init):
21108         * sys/v4l/v4l_calls.c: (gst_v4l_open):
21109         * sys/v4l2/gstv4l2.c: (plugin_init):
21110         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21111         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
21112         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
21113         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
21114         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
21115         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
21116           make sure locale and translation domain are set
21117           fix translated strings
21118         * po/.cvsignore:
21119         * po/LINGUAS:
21120         * po/Makevars:
21121         * po/POTFILES.in:
21122         * po/nl.po:
21123           put translation files into place
21124         * sys/xvideo/imagetest.c: (main):
21125         * ext/dv/demo-play.c: (main):
21126           fix unnecessary translations
21127
21128 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21129
21130         * ext/sndfile/gstsf.c:
21131         * gst/avi/gstavimux.c:
21132         * ext/audiofile/gstafsink.c:
21133         * ext/audiofile/gstafsrc.c:
21134         * ext/gnomevfs/gstgnomevfssink.c:
21135         * ext/gnomevfs/gstgnomevfssrc.c:
21136         * sys/oss/gstosselement.c:
21137         * sys/v4l/v4l_calls.h:
21138           fix i18n include
21139
21140 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21141
21142         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21143         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
21144         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
21145         (gst_v4l2_get_output), (gst_v4l2_set_output),
21146         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
21147         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
21148         (gst_v4l2_set_attribute):
21149         update to new error handling
21150
21151 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21152
21153         * ext/sidplay/gstsiddec.cc:
21154         * gst/modplug/gstmodplug.cc:
21155           parenthese NULL because C++ seems angry about it
21156
21157 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21158
21159         * gst-libs/gst/gst-i18n-plugin.h:
21160           add skeleton i18n stuff, but needs to be further implemented
21161
21162 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21163
21164         * examples/gstplay/player.c: (main):
21165         * ext/aalib/gstaasink.c: (gst_aasink_open):
21166         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
21167         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21168         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21169         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
21170         (gst_afsink_close_file):
21171         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
21172         (gst_afsrc_close_file):
21173         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21174         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21175         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
21176         * ext/esd/esdmon.c: (gst_esdmon_get):
21177         * ext/esd/esdsink.c: (gst_esdsink_chain):
21178         * ext/faac/gstfaac.c: (gst_faac_chain):
21179         * ext/faad/gstfaad.c: (gst_faad_chain):
21180         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
21181         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21182         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
21183         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
21184         (gst_flacdec_loop):
21185         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21186         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21187         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
21188         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21189         (gst_gnomevfssink_close_file):
21190         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
21191         (gst_gnomevfssrc_open_file):
21192         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
21193         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
21194         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
21195         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21196         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
21197         * ext/mad/gstmad.c: (gst_mad_chain):
21198         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21199         * ext/mpeg2dec/gstmpeg2dec.c:
21200         * ext/mpeg2enc/gstmpeg2enc.cc:
21201         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21202         * ext/mplex/gstmplex.cc:
21203         * ext/mplex/gstmplexibitstream.cc:
21204         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
21205         (gst_ogg_demux_push), (gst_ogg_pad_push):
21206         * ext/raw1394/gstdv1394src.c:
21207         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
21208         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
21209         * ext/sidplay/gstsiddec.cc:
21210         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
21211         (gst_sf_loop):
21212         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
21213         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
21214         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
21215         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21216         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
21217         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
21218         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
21219         * gst-libs/gst/Makefile.am:
21220         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21221         (gst_riff_read_element_data), (gst_riff_read_seek),
21222         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
21223         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
21224         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
21225         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
21226         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
21227         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
21228         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
21229         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
21230         * gst/goom/gstgoom.c: (gst_goom_chain):
21231         * gst/id3/gstid3types.c: (gst_id3types_loop):
21232         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
21233         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
21234         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21235         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21236         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
21237         (gst_ebml_read_float), (gst_ebml_read_header):
21238         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21239         (gst_matroska_demux_parse_blockgroup):
21240         * gst/modplug/gstmodplug.cc:
21241         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
21242         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21243         * gst/oneton/gstoneton.c: (gst_oneton_chain):
21244         * gst/silence/gstsilence.c: (gst_silence_get):
21245         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21246         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
21247         * gst/speed/gstspeed.c: (speed_loop):
21248         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21249         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21250         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
21251         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
21252         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21253         (gst_wavparse_loop):
21254         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
21255         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
21256         (dxr3audiosink_close):
21257         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
21258         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
21259         (dxr3videosink_close), (dxr3videosink_write_data):
21260         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21261         * sys/oss/gstosselement.h:
21262         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
21263         (gst_osssink_chain):
21264         * sys/oss/gstosssrc.c: (gst_osssrc_get):
21265         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
21266         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
21267         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
21268         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
21269         (gst_v4l_enable_overlay):
21270         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
21271         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
21272         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
21273         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
21274         (gst_v4l_set_audio):
21275         * sys/v4l/v4l_calls.h:
21276         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
21277         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
21278         (gst_v4lmjpegsink_playback_init),
21279         (gst_v4lmjpegsink_playback_start):
21280         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
21281         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
21282         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
21283         (gst_v4lmjpegsrc_requeue_frame):
21284         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21285         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
21286         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
21287         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
21288         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
21289         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
21290         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
21291         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
21292         (gst_v4l2src_capture_stop):
21293         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
21294         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21295         (gst_ximagesink_chain):
21296         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
21297         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
21298         (gst_xvideosink_xwindow_new):
21299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21300         (gst_xvimagesink_chain):
21301         use new error signal, function and categories
21302
21303 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
21304
21305         * configure.ac:
21306         * ext/Makefile.am:
21307         * ext/musicbrainz/gsttrm.c:
21308         * ext/musicbrainz/gsttrm.h:
21309         * ext/musicbrainz/Makefile.am:
21310         Add a trm plugin
21311
21312 2004-01-18  Julien MOUTTE  <julien@moutte.net>
21313
21314         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
21315         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
21316         synchronous property for debugging.
21317         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
21318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21319         (gst_xvimagesink_set_property): Moving a pointer declaration to a
21320         smaller block, fixing indent.
21321
21322 2004-01-16  David Schleef  <ds@schleef.org>
21323
21324         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
21325         property affects the video stream.
21326         * sys/xvimage/xvimagesink.c:
21327         * sys/xvimage/xvimagesink.h:
21328         Add synchronous property for debugging.  Should probably be
21329         disabled in non-CVS builds.  Make sure that the Xv attribute
21330         exists before we set it (crash!).  Fix a silly float bug that
21331         caused colorbalance to just not work.
21332
21333 2004-01-17  Christian Schaller <Uraeus@gnome.org>
21334
21335         * tools/gst-launch-ext.in - update for new plugins
21336
21337 2004-01-16  David Schleef  <ds@schleef.org>
21338
21339         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
21340         already-freed caps.
21341
21342 2994-01-16  Christian Schaller <Uraeus@gnome.org>
21343
21344         * Update spec for new colorspace plugin and libcaca plugin
21345         * Fix compilation of libcaca plugin (clock -> id)
21346
21347 2004-01-16  Julien MOUTTE <julien@moutte.net>
21348
21349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
21350         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
21351         (gst_xvimagesink_set_xwindow_id),
21352         (gst_xvimagesink_colorbalance_set_value),
21353         (gst_xvimagesink_colorbalance_get_value),
21354         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21355         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
21356         correct colorbalance properties. They can now be set when the element
21357         is still in NULL state. The values will be committed to the Xv Port
21358         when xcontext is initialized.
21359         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
21360         brightness int values in the GstXvImagesink structure.
21361
21362 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21363
21364         * gst-libs/gst/Makefile.am:
21365           restructure so having local patches works easier.
21366
21367 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21368
21369         * ext/mpeg2enc/Makefile.am:
21370         * ext/mpeg2enc/gstmpeg2enc.cc:
21371         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21372           Bugfix with respect to EOS handling.
21373
21374 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21375
21376         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
21377           Link with right caps (else, it segfaults).
21378         * ext/mplex/gstmplexjob.cc:
21379           Fix for slight API change in 1.6.1.93 release of mjpegtools.
21380
21381 2004-01-15  David Schleef  <ds@schleef.org>
21382
21383         * gst-libs/gst/audio/Makefile.am:
21384         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
21385         from the template.
21386         * gst-libs/gst/audio/gstaudiofilter.c:
21387         * gst-libs/gst/audio/gstaudiofilter.h:
21388         Add bytes_per_sample and size and n_samples calculation.
21389         * gst-libs/gst/audio/gstaudiofilterexample.c:
21390         Remove, now autogenerated.
21391         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21392         Moved from gstaudiofilterexample, object name changed, code added
21393         so that it actually works.
21394         * gst-libs/gst/audio/make_filter:
21395         Script to build an audiofilter subclass from the template.
21396         * gst/colorspace/Makefile.am:
21397         * gst/colorspace/yuv2yuv.c:
21398         Remove file, since it's GPL, and we don't use it.
21399
21400 2004-01-15  Julien MOUTTE  <julien@moutte.net>
21401
21402         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
21403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
21404         them use the buffer free function to test how the buffer was allocated.
21405
21406 2004-01-15  David Schleef  <ds@schleef.org>
21407
21408         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
21409         that handles osssink fallback.
21410         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21411         (gst_audio_convert_getcaps):
21412         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21413         Add audio/x-qdm2 for QDM2 audio.
21414         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21415         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
21416         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21417         Decrease minimum size to 16x16.
21418         * gst/wavparse/gstwavparse.c:
21419         Convert disabled pad template caps to new caps.
21420         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21422         (gst_xvimagesink_chain): Throw element error when display cannot
21423         be opened.  Increase minimum framerate to 1.0.  Check the data
21424         free function on a buffer to make sure it is the type we expect
21425         before manipulating it.
21426
21427 2004-01-15  Julien MOUTTE <julien@moutte.net>
21428
21429         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
21430         (gst_videobalance_colorbalance_set_value): Implement passthru if
21431         settings are in the middle.
21432         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
21433
21434 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21435
21436         * gst/videofilter/Makefile.am:
21437         * gst/volume/Makefile.am:
21438           Since we use videofilter symbols, link to it.
21439
21440 2004-01-15  Julien MOUTTE <julien@moutte.net>
21441
21442         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
21443         mixer interface type to HARDWARE.
21444         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
21445         type to SOFTWARE.
21446         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
21447         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
21448         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
21449         (gst_volume_interface_init), (gst_volume_list_tracks),
21450         (gst_volume_set_volume), (gst_volume_get_volume),
21451         (gst_volume_set_mute), (gst_volume_mixer_init),
21452         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
21453         (volume_init): Implementing mixer interface.
21454         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
21455         * sys/oss/gstosselement.c: (gst_osselement_get_type),
21456         (gst_osselement_change_state): Removing some trailing commas in
21457         structures.
21458         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
21459         interface type to HARDWARE.
21460         * sys/v4l/gstv4lcolorbalance.c:
21461         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
21462         type to HARDWARE.
21463         * sys/v4l2/gstv4l2colorbalance.c:
21464         (gst_v4l2_color_balance_interface_init): Setting colorbalance
21465         interface type to HARDWARE.
21466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
21467         same code than ximagesink for event handling.
21468
21469 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21470
21471         * ext/snapshot/Makefile.am:
21472         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
21473         (gst_snapshot_chain):
21474         * ext/snapshot/gstsnapshot.h:
21475           This has to be a joke... Snapshot should be connected to a tee,
21476           colorspace element before it and EOS after that, where the other
21477           src of the tee receives normal data.
21478           The current way is *wrong*.
21479
21480 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21481
21482         * ext/hermes/gsthermescolorspace.c:
21483           Fix another compile error. Same as below.
21484
21485 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21486
21487         * gst/colorspace/gstcolorspace.c:
21488         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
21489         (gst_colorspace_i420_to_yv12):
21490           Fix compiling... Didn't test if it actually works.
21491
21492 2004-01-15  David Schleef  <ds@schleef.org>
21493
21494         * configure.ac:
21495         * gst/colorspace/Makefile.am:
21496         * gst/colorspace/gstcolorspace.c:
21497         * gst/colorspace/gstcolorspace.h:
21498         * gst/colorspace/yuv2rgb.c:
21499         * gst/colorspace/yuv2rgb.h:
21500         Duplicate the ext/hermes colorspace plugin, and remove Hermes
21501         code and GPL code.  Fix for new caps negotiation.  Rewrite
21502         much of the format handling code, and some of the conversion
21503         code.  Basically, rewrote almost everything.  This element
21504         handles I420, YV12 to RGB conversions.
21505         * ext/hermes/Makefile.am:
21506         * ext/hermes/gsthermescolorspace.c:
21507         Rename colorspace to hermescolorspace.  Fix negotiation issues.
21508         Remove non-Hermes related code.  This element handles lots of
21509         RGB to RGB conversions, but no YUV.
21510         * ext/hermes/gstcolorspace.c:
21511         * ext/hermes/gstcolorspace.h:
21512         * ext/hermes/rgb2yuv.c:
21513         * ext/hermes/yuv2rgb.c:
21514         * ext/hermes/yuv2rgb.h:
21515         * ext/hermes/yuv2rgb_mmx16.s:
21516         * ext/hermes/yuv2yuv.c:
21517         * ext/hermes/yuv2yuv.h:
21518         Remove old code.
21519
21520 2004-01-14  Colin Walters  <walters@verbum.org>
21521
21522         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
21523         they've already been.
21524
21525 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21526
21527         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
21528           assume tag mode when pad is not connected
21529
21530 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21531
21532         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21533           Don't update the time of the clock
21534         (gst_alsa_sink_loop):
21535           sync to the clock given to alsasink, not the own clock
21536         * sys/oss/gstosssink.c: (gst_osssink_chain):
21537           sync to the clock
21538         (gst_osssink_change_state):
21539           activate the clock
21540         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
21541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
21542           remove bogus code that made DISCONT events unhandled
21543         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
21544           explicitly case to double in _set_simple. (fixes 2nd warning in bug
21545           #131502)
21546         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
21547         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
21548         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
21549           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
21550           2nd warning in bug #131502)
21551
21552 2004-01-14  Julien MOUTTE  <julien@moutte.net>
21553
21554         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
21555         (gst_videobalance_colorbalance_set_value),
21556         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
21557         for colorbalance interface implementation.
21558         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21559         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21560         (gst_ximagesink_dispose), (gst_ximagesink_init),
21561         (gst_ximagesink_class_init): Adding DISPLAY property.
21562         * sys/ximage/ximagesink.h: Adding display_name to store display.
21563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21564         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21565         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
21566         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
21567         properties (they still need polishing though for gst-launch use : no
21568         xcontext yet, i ll do that tomorrow).
21569         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
21570
21571 2004-01-14  Julien MOUTTE  <julien@moutte.net>
21572
21573         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21574         (gst_play_set_location), (gst_play_set_visualization): Preparing
21575         switch integration, adding videobalance in the pipeline.
21576
21577 2004-01-14  Julien MOUTTE <julien@moutte.net>
21578
21579         * gst-libs/gst/colorbalance/colorbalance.c:
21580         (gst_color_balance_class_init): Adding a default type.
21581         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
21582         the type.
21583         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
21584         (gst_videobalance_dispose), (gst_videobalance_class_init),
21585         (gst_videobalance_init), (gst_videobalance_interface_supported),
21586         (gst_videobalance_interface_init),
21587         (gst_videobalance_colorbalance_list_channels),
21588         (gst_videobalance_colorbalance_set_value),
21589         (gst_videobalance_colorbalance_get_value),
21590         (gst_videobalance_colorbalance_init): Implementing colorbalance
21591         interface.
21592         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
21593         list.
21594         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
21595         bug which was triggering a BadAccess X error when setting an overlay
21596         before pad was really negotiated.
21597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
21598         Using the colorbalance type macro.
21599
21600 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21601
21602         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
21603         (gst_flacenc_chain):
21604           handle tags correctly
21605         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21606           extract ID3v1 tags correctly
21607
21608 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21609
21610         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
21611         (plugin_init):
21612           Improve matroska typefinding for odd-typed headers...
21613
21614 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21615
21616         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21617           Fix for using incremental number on padnames.
21618
21619 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21620
21621         * ext/divx/gstdivxdec.c:
21622         * ext/divx/gstdivxenc.c:
21623           Set category to divx4linux instead of divx (too generic).
21624         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21625         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
21626         (gst_wavparse_loop), (gst_wavparse_change_state):
21627         * gst/wavparse/gstwavparse.h:
21628           fix parsing of WAV files with non-standard fmt-tag size and fix
21629           skipping of unrecognized chunks... Someone please fix this thing
21630           to use rifflib so all this is automated.
21631         * sys/v4l/Makefile.am:
21632         * sys/v4l2/Makefile.am:
21633           Add X_CFLAGS because we depend on X (for overlay).
21634
21635 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
21636
21637         * ext/mpeg2dec/gstmpeg2dec.c:
21638           Don't issue a timestamp unless we tagged the frame
21639           with a PTS.
21640
21641 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21642
21643         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
21644           Query the audio element to get the time, not the clock. We're
21645           interested in the element's time here.
21646
21647 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21648
21649         * ext/aalib/gstaasink.c: (gst_aasink_chain):
21650         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21651         * ext/esd/esdsink.c: (gst_esdsink_chain):
21652         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
21653         * ext/mas/massink.c: (gst_massink_chain):
21654         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
21655         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
21656         (gst_matroska_demux_parse_metadata):
21657         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
21658         (gst_mpeg_parse_release_locks):
21659         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
21660         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
21661         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21662         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
21663         (gst_osssink_change_state):
21664         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
21665         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
21666         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
21667         (gst_xvideosink_release_locks):
21668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
21669           use element time.
21670         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
21671         (gst_alsa_clock_stop):
21672         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
21673         (gst_audio_clock_get_internal_time):
21674           simplify for use with new clocking code.
21675         * testsuite/alsa/Makefile.am:
21676         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
21677           fix testsuite for new caps system
21678
21679 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21680
21681         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
21682         * ext/flac/gstflacenc.c: (add_one_tag):
21683           length is already host endian, no need to convert. Fixes playback of
21684           tagged files on PPC. (bug #128384)
21685
21686 2004-01-13  Julien MOUTTE <julien@moutte.net>
21687
21688         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
21689         colorbalance interface stating if it is hardware based or software
21690         based.
21691         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
21692         Removing a trailing comma.
21693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21694         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
21695         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
21696         the documentation seems to be wrong on the -1000 to 1000 interval.
21697
21698 2004-01-12  David Schleef  <ds@schleef.org>
21699
21700         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
21701         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
21702         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
21703         Fix negotiation.  Add a bufferalloc function for the sink pad,
21704         and generally clean up some of the code.
21705
21706 2004-01-12  Julien MOUTTE <julien@moutte.net>
21707
21708         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21709         (gst_color_balance_channel_dispose): Adding safety check in dispose
21710         method.
21711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21712         (gst_xvimagesink_xcontext_clear),
21713         (gst_xvimagesink_interface_supported),
21714         (gst_xvimagesink_colorbalance_list_channels),
21715         (gst_xvimagesink_colorbalance_set_value),
21716         (gst_xvimagesink_colorbalance_get_value),
21717         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
21718         Adding colorbalance interface support to set XV parameters such as
21719         HUE, BRIGHTNESS, CONTRAST, SATURATION.
21720         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
21721         interface.
21722
21723 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21724
21725         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
21726         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
21727         (gst_audio_convert_init), (gst_audio_convert_set_property),
21728         (gst_audio_convert_get_property), (gst_audio_convert_chain),
21729         (gst_audio_convert_link),
21730         (gst_audio_convert_buffer_to_default_format),
21731         (gst_audio_convert_buffer_from_default_format), (plugin_init):
21732           - implement _getcaps and use it
21733           - improve linking
21734           - remove float caps since no float conversion is actually done
21735           - remove properties and arguments that were to be used for rate
21736             conversion
21737
21738 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21739
21740         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
21741         (gst_audio_structure_set_int):
21742         * gst-libs/gst/audio/audio.h:
21743           add helper functions for _getcaps matching the standard audio
21744           templates
21745
21746 2004-01-12  David Schleef  <ds@schleef.org>
21747
21748         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21749         Test that pad is negotiated before getting its caps.
21750
21751 2004-01-12  Julien MOUTTE <julien@moutte.net>
21752
21753         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
21754         analyzing the pads of an element the bin is mostly in READY state so
21755         no caps were negotiated. This helper function needs to work with
21756         _get_caps directly then. I was not freeing them though, added that to
21757         fix the mem leak.
21758
21759 2004-01-12  Julien MOUTTE <julien@moutte.net>
21760
21761         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
21762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
21763         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
21764         than the free_func.
21765
21766 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21767
21768         * sys/oss/gstossaudio.c: (plugin_init):
21769         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21770         * sys/oss/gstosselement.h:
21771           make an oss debugging category
21772           make failure more descriptive
21773
21774 2004-01-11  David Schleef  <ds@schleef.org>
21775
21776         * ext/ffmpeg/gstffmpeg.c:
21777         * ext/ffmpeg/gstffmpegcodecmap.c:
21778         * ext/ffmpeg/gstffmpegdec.c:
21779         * ext/ffmpeg/gstffmpegenc.c:
21780         * ext/ffmpeg/gstffmpegprotocol.c:
21781         * ext/gdk_pixbuf/gstgdkanimation.c:
21782         * ext/jpeg/gstjpeg.c:
21783         * ext/libpng/gstpng.c:
21784         * ext/mpeg2dec/perftest.c:
21785         * ext/speex/gstspeex.c:
21786         * gst-libs/gst/resample/dtos.c:
21787         * gst/intfloat/gstintfloatconvert.c:
21788         * gst/oneton/gstoneton.c:
21789         * gst/rtjpeg/RTjpeg.c:
21790         * gst/rtp/gstrtp.c:
21791         * sys/dxr3/dxr3init.c:
21792         * sys/glsink/gstgl_nvimage.c:
21793         * sys/glsink/gstgl_pdrimage.c:
21794         * sys/glsink/gstglsink.c:
21795         * testsuite/gst-lint:
21796         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
21797
21798 2004-01-11  David Schleef  <ds@schleef.org>
21799
21800         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
21801         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
21802         * ext/gdk_pixbuf/gstgdkanimation.c:
21803         (gst_gdk_animation_iter_create_pixbuf):
21804         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
21805         (gst_gdk_pixbuf_chain):
21806         * ext/gdk_pixbuf/gstgdkpixbuf.h:
21807         * ext/jack/gstjack.c: (gst_jack_change_state):
21808         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
21809         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
21810         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
21811         * gst/videofilter/gstvideofilter.c:
21812         (gst_videofilter_set_output_size):
21813         Remove all usage of gst_pad_get_caps(), and replace it with
21814         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
21815
21816 2004-01-11  David Schleef  <ds@schleef.org>
21817
21818         * configure.ac:
21819         * ext/Makefile.am: Fixes to make ext/libcaca compile.
21820         * ext/divx/gstdivxdec.c:
21821         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
21822         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
21823         handle images that span multiple buffers.  Now work with both
21824         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
21825         * ext/gdk_pixbuf/gstgdkpixbuf.h:
21826         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
21827         video/video.h changes
21828         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
21829         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
21830         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
21831         of GstData free function.
21832         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
21833         same.
21834
21835 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21836
21837         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
21838         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
21839         (gst_v4l2element_get_property):
21840         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
21841           add norm, channel and frequency properties.
21842         * sys/v4l2/gstv4l2tuner.c:
21843           fixes for tuner interface changes
21844         * sys/v4l2/gstv4l2element.h:
21845         * sys/v4l2/gstv4l2src.c:
21846         * sys/v4l2/gstv4l2src.h:
21847         * sys/v4l2/v4l2src_calls.c:
21848         * sys/v4l2/v4l2src_calls.h:
21849           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
21850
21851 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21852
21853         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
21854         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
21855         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
21856         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
21857         * gst-libs/gst/tuner/tuner.h:
21858           GObjects aren't const.
21859           Add find_by_name functions.
21860           Add checks to _changed functions.
21861         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
21862         (gst_v4l_tuner_get_norm):
21863           Fixes for above.
21864
21865 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21866
21867         * gst-libs/gst/video/video.h:
21868           Fix caps template names to be understandable.
21869           Prefix everything with GST_VIDEO.
21870         * ext/aalib/gstaasink.c:
21871         * ext/divx/gstdivxdec.c:
21872         * ext/divx/gstdivxenc.c:
21873         * ext/gdk_pixbuf/gstgdkpixbuf.c:
21874         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
21875         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
21876         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
21877         * ext/libcaca/gstcacasink.c:
21878         * ext/libpng/gstpngenc.c: (raw_caps_factory):
21879         * ext/snapshot/gstsnapshot.c:
21880         * ext/swfdec/gstswfdec.c:
21881         * ext/xvid/gstxviddec.c:
21882         * ext/xvid/gstxvidenc.c:
21883         * gst/chart/gstchart.c:
21884         * gst/deinterlace/gstdeinterlace.c:
21885         * gst/effectv/gsteffectv.c:
21886         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
21887         * gst/goom/gstgoom.c:
21888         * gst/median/gstmedian.c:
21889         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
21890         (gst_monoscope_srcconnect), (gst_monoscope_chain):
21891         * gst/overlay/gstoverlay.c:
21892         * gst/smooth/gstsmooth.c:
21893         * gst/smpte/gstsmpte.c:
21894         * gst/synaesthesia/gstsynaesthesia.c:
21895         * gst/videocrop/gstvideocrop.c:
21896         * gst/videodrop/gstvideodrop.c:
21897         * gst/y4m/gsty4mencode.c:
21898         * sys/qcam/gstqcamsrc.c:
21899         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
21900           Make them work with new video.h file.
21901         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
21902         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
21903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
21904         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
21905           Make it work with new buffer allocation system.
21906
21907 2004-01-11  Julien MOUTTE  <julien@moutte.net>
21908
21909         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
21910         pad_alloc_buffer implementation to use ->srcpad
21911         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
21912         pad_alloc_buffer implementation to use ->srcpad
21913         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
21914         pad_alloc_buffer implementation to use ->srcpad
21915         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21916         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
21917         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
21918         a reference to everything we need.
21919         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
21920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21921         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
21922         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
21923         a reference to everything we need.
21924         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
21925
21926 2004-01-11  David Schleef  <ds@schleef.org>
21927
21928         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
21929         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
21930         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
21931         structure members.
21932         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
21933         value during a resize/renegotiation.
21934         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
21935         gst_pad_alloc_buffer();
21936         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
21937         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
21938         structure members.
21939         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
21940         Fix for rename of buffer private structure members.
21941         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
21942         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
21943         Fix for rename of buffer private structure members.
21944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
21945         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
21946         Fix for rename of buffer private structure members.
21947
21948 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
21949
21950         reviewed by: David Schleef <ds@schleef.org>
21951
21952         * gst/videofilter/Makefile.am:
21953         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
21954         from the patch by ds to fit in with recent make_filter changes.
21955
21956 2004-01-11  Julien MOUTTE  <julien@moutte.net>
21957
21958         * configure.ac: Adding examples/switch/Makefile
21959         * examples/Makefile.am: Adding examples/switch
21960         * examples/switch/Makefile.am: Adding switcher example.
21961         * examples/switch/switcher.c: (got_eos), (idle_iterate),
21962         (switch_timer), (main): Adding an example demonstrating switch usage
21963         with 2 videotestsrc showing different patterns.
21964         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
21965         (gst_switch_init): Fixing switch with the new caps system.
21966
21967 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21968
21969         * gst-libs/gst/video/video.h:
21970           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
21971           They should probably be like
21972           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
21973
21974 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21975
21976         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21977         (qtdemux_parse_trak):
21978           fix audio chunk size/timestamp calculation
21979
21980 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21981
21982         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
21983           fix SVQ3 caps
21984
21985 2004-01-11  Steve Baker  <steve@stevebaker.org>
21986
21987         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
21988         (gst_agingtv_base_init), (gst_agingtv_class_init),
21989         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
21990         (gst_agingtv_set_property), (gst_agingtv_get_property):
21991         Port agingTV to videofilter
21992
21993 2004-01-09  Julien MOUTTE <julien@moutte.net>
21994
21995         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
21996         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
21997
21998 2004-01-09  Julien MOUTTE <julien@moutte.net>
21999
22000         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
22001         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22002         * gst-libs/gst/xoverlay/xoverlay.c:
22003         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
22004         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22005         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22006         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22007         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22008         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22009         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
22010         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
22011         the bufferalloc_function to replace bufferpools, fixing the XOverlay
22012         interface implementation to handle xid being 0 and fix some bugs
22013         triggered by Benjamin's testcase.
22014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22015         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
22016         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
22017         the bufferalloc_function to replace bufferpools, fixing the XOverlay
22018         interface implementation to handle xid being 0 and fix some bugs
22019         triggered by Benjamin's testcase.
22020
22021 2004-01-09  David Schleef  <ds@schleef.org>
22022
22023         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
22024         mouse pointer events.  It works.
22025
22026 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22027
22028         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
22029           Use explicit caps - fix capsnego.
22030         * ext/xvid/gstxviddec.c:
22031         * ext/xvid/gstxvidenc.c:
22032           Remove macro-inside-macro which caused compile errors.
22033         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
22034           Error out if it's not a RIFF file. Else we error out without
22035           gst_element_error() which is not good...
22036
22037 2004-01-08  David Schleef  <ds@schleef.org>
22038
22039         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
22040         Fix pad_link function to handle formats that ffmpeg returns
22041         as multiple caps structures.
22042         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
22043         Only complain if source buffer is _smaller_ than expected.
22044         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22045         (gst_videoscale_handle_src_event): Resize navigation events
22046         when passing them upstream.
22047         * gst/videotestsrc/gstvideotestsrc.c:
22048         * gst/videotestsrc/gstvideotestsrc.h:
22049         * gst/videotestsrc/videotestsrc.c:
22050         * gst/videotestsrc/videotestsrc.h:
22051         Rewrite many of the buffer painting functions to handle odd
22052         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
22053         been verified to work with my video card.
22054         * testsuite/gst-lint:  Add check for elements calling
22055         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
22056
22057 2004-01-08  David Schleef  <ds@schleef.org>
22058
22059         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22060         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
22061
22062 2004-01-08  Julien MOUTTE  <julien@moutte.net>
22063
22064         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
22065         configure event is not emiting the desired size signal. That fixes
22066         aspect ratio issues with gst-player.
22067
22068 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22069
22070         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
22071           Fix capsnego.
22072
22073 2004-01-08  Julien MOUTTE  <julien@moutte.net>
22074
22075         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
22076         public method to fire size signal.
22077
22078 2004-01-07  Julien MOUTTE  <julien@moutte.net>
22079
22080         * examples/gstplay/Makefile.am: Adding the interface library.
22081         * gst-libs/gst/play/Makefile.am: Adding the interface library.
22082         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
22083         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
22084         GST_IS_X_OVERLAY before signal connect.
22085         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
22086         Removing the have_video_size signal.
22087         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
22088         and associated public method.
22089         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22090         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
22091         signal.
22092         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22093         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
22094         signal.
22095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
22096         Using XOverlay public method to fire size signal.
22097
22098 2004-01-07  David Schleef  <ds@schleef.org>
22099
22100         * gst/videofilter/Makefile.am:
22101         * gst/videofilter/gstvideotemplate.c:
22102         * gst/videofilter/make_filter:
22103         Create gstvideoexample.c in a srcdir!=builddir friendly way.
22104         Convert make_filter to /bin/sh script.
22105
22106 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
22107
22108         * gst/modplug/gstmodplug.cc: fix element description
22109
22110 2004-01-07  Julien MOUTTE  <julien@moutte.net>
22111
22112         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
22113         (got_video_size): Adding some new lines in g_print calls.
22114         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
22115         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
22116         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
22117         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
22118         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
22119         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
22120         Complete code review, reverting some stuff i disagree with, adding
22121         some fixes : time synchronization on invalid timestamps, renegotiation
22122         of private window.
22123         * sys/ximage/ximagesink.h:
22124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
22125         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
22126         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
22127         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
22128         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
22129         (gst_xvimagesink_buffer_new),
22130         (gst_xvimagesink_navigation_send_event),
22131         (gst_xvimagesink_set_xwindow_id),
22132         (gst_xvimagesink_get_desired_size),
22133         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
22134         stuff i disagree with, adding some fixes : Renegotiation of private
22135         window, implementing get_desired_size.
22136
22137 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22138
22139         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
22140         (gst_afsink_handle_event):
22141         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
22142         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
22143         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
22144         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
22145         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
22146           Fix for instantiate-test (see core). Also remove dead code from
22147           jpegenc (which still needs fixing, but that's lower on my TODO
22148           list...).
22149         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22150           Never return NULL as caps.
22151
22152 2004-01-07  David Schleef  <ds@schleef.org>
22153
22154         * configure.ac:
22155         * ext/Makefile.am:
22156         * ext/librfb/Makefile.am:
22157         * ext/librfb/gstrfbsrc.c:
22158         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
22159         is the protocol used by VNC.
22160
22161 2004-01-07  David Schleef  <ds@schleef.org>
22162
22163         * gst/videofilter/gstvideotemplate.c:
22164         * gst/videofilter/gstvideotemplate.h:
22165         * gst/videofilter/make_filter:
22166         Merge videotemplate header into source file.
22167         * gst/effectv/Makefile.am:
22168         * gst/effectv/gsteffectv.c: (plugin_init):
22169         * gst/effectv/gstwarp.c:
22170         Make warpTV a subclass of videofilter.
22171
22172 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22173
22174         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22175           Add guard against invalid utf-8 conversions in mad. Just in case.
22176
22177 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22178
22179         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
22180           Fix for bug shown by poisoning
22181
22182 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22183
22184         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22185         (gst_v4lmjpegsrc_buffer_free):
22186         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
22187         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
22188         (gst_v4lsrc_buffer_free):
22189           Fix for removed bufferpools.
22190
22191 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
22192
22193         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22194         Fix caps negotiation.
22195
22196         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
22197         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
22198         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
22199         (dvdnavsrc_event):
22200         * ext/mpeg2dec/gstmpeg2dec.c:
22201         * gst-libs/gst/navigation/navigation.c:
22202         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
22203         * gst-libs/gst/navigation/navigation.h:
22204         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
22205         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
22206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
22207         Super-simple first version of mouse and keyboard events. Clicking
22208         on a DVD menu now works, although it may not take you where you
22209         expected.
22210
22211         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
22212         * gst/videotestsrc/gstvideotestsrc.c:
22213         (gst_videotestsrc_src_fixate):
22214         These fixate functions were broken - they never actually
22215         fixated :)
22216
22217 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22218
22219         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
22220         (gst_icecastsend_init):
22221           fix for new caps system.
22222         * gst-libs/gst/mixer/mixertrack.h:
22223         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
22224           Add 'master track' flag (for tools like ACME that only want to
22225           change the main volume).
22226
22227 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
22228
22229         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
22230         (gst_xvid_csp_to_caps):
22231         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
22232         * ext/xvid/gstxvidenc.c:
22233         ifdef out ARGB type when it isn't available
22234         in xvidcore 1.0.0beta2
22235
22236 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22237
22238         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22239           When we have received a new SCR right in the first buffer after
22240           a seek (so in the same cycle that handles the discont), we should
22241           handle the buffer instead of unreffing it, else we lose data.
22242
22243 2004-01-06  Iain <iain@prettypeople.org>
22244
22245         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
22246           buffer-frames caps too.
22247
22248         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
22249           caps that we need, don't destroy them all and rebuild them. And when
22250           creating src pads, use the src pad template rather than the sink...
22251
22252 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22253
22254         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22255           Add pad to element *after* setting functions such as event handler.
22256           Without this, the scheduler (opt) will link pads, set the event
22257           handler from the default event function (dispatcher in gstpad.c)
22258           and *after* that, we will set our own event function, which will
22259           thus never be used (and thus mpegdemux doesn't handle events).
22260
22261 2004-01-04  David Schleef  <ds@schleef.org>
22262
22263         Fix the fixate functions to handle new prototype:
22264         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
22265         * gst/videotestsrc/gstvideotestsrc.c:
22266         (gst_videotestsrc_src_fixate):
22267         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
22268         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
22269         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
22270
22271 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22272
22273         * sys/ximage/ximagesink.h:
22274         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
22275         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
22276         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
22277         (gst_ximagesink_xoverlay_init):
22278           assorted fixes to make (re)embedding work
22279         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
22280         (gst_ximagesink_get_desired_size):
22281           implement desired size additions to XOverlay
22282
22283 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22284
22285         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
22286         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
22287         (gst_x_overlay_got_desired_size):
22288         * gst-libs/gst/xoverlay/xoverlay.h:
22289           Add optional "desired size" signal and querying.
22290
22291 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22292
22293         * gst/matroska/matroska-demux.c:
22294         (gst_matroska_demux_parse_blockgroup):
22295           Fix EBML-laced block parsing. Diffs are relative to previous
22296           lace, not the first lace. Thanks to Mosu from the Matroska
22297           team for detecting this.
22298         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22299         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
22300         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
22301         (gst_wavparse_change_state):
22302         * gst/wavparse/gstwavparse.h:
22303           Quickfix for capsnego.
22304
22305 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22306
22307         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
22308           Fix indenting, fix pad creation.
22309
22310 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22311
22312         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
22313         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
22314         (gst_xviddec_sink_link):
22315           Implement src_getcaps() so proper size caps is negotiated.
22316
22317 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22318
22319         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
22320           Finish flac decoder on EOS. See #116178.
22321
22322 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22323
22324         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
22325         (gst_matroska_demux_add_stream):
22326         * gst/matroska/matroska-ids.h:
22327           Add getcaps() function to fix capsnego...
22328
22329 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22330
22331         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
22332         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
22333         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
22334           Fix more integer overflows. Again, see #126967.
22335
22336 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22337
22338         * ext/mpeg2dec/gstmpeg2dec.c:
22339           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
22340           #130416.
22341
22342 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22343
22344         * configure.ac:
22345         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
22346         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
22347         * ext/xvid/gstxvid.h:
22348         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
22349         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
22350         (gst_xviddec_src_link), (gst_xviddec_sink_link),
22351         (gst_xviddec_change_state):
22352         * ext/xvid/gstxviddec.h:
22353         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
22354         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
22355         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
22356         (gst_xvidenc_link), (gst_xvidenc_set_property),
22357         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
22358         * ext/xvid/gstxvidenc.h:
22359           Update xvid plugin to latest xvid (1.0.0-beta3) API.
22360
22361 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22362
22363         * gst/rtp/rtp-packet.c:
22364           Add sys/types.h include, since OS X doesn't define in_addr_t
22365           in netinet/in.h, like it does on Linux (see #129600).
22366
22367 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
22368
22369         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
22370
22371         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
22372           Correct logic of dispose function (see #129306).
22373
22374 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22375
22376         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
22377         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
22378         (gst_mpeg_parse_init):
22379         * gst/mpegstream/gstmpegparse.h:
22380           Remove clock (which was never provided, i.e. dead code), and
22381           also fix integer overflows at high PTS values (see #126967).
22382
22383 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22384
22385         * ext/flac/gstflacdec.c:
22386         * ext/libpng/gstpngenc.h:
22387         * ext/mikmod/gstmikmod.h:
22388           OS X fixes (see #126628).
22389
22390 2004-01-02  David Schleef  <ds@schleef.org>
22391
22392         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
22393         (gst_alsa_src_base_init): Remove bogus "src" request pad.
22394         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
22395         (gst_mpeg_parse_class_init): Move pad template registration
22396         to class_init, since the derived class (mpegdemux) doesn't
22397         want them.
22398
22399 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22400
22401         * sys/ximage/Makefile.am:
22402         * sys/xvideo/Makefile.am:
22403         * sys/xvimage/Makefile.am:
22404           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
22405           after installation (see #127664).
22406
22407 2004-01-02  David Schleef  <ds@schleef.org>
22408
22409         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
22410         (gst_ffmpegenc_connect):  Negotiation fixes.
22411         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
22412         Remove inappropriate gst_caps_free().
22413         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
22414         Reenable Ronald's internal resize code, since the core handles
22415         it correctly now.
22416
22417 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22418
22419         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
22420         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
22421         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
22422           Fix pad template stuff.
22423
22424 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22425
22426         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
22427         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
22428           fix signed integer reading/writing.
22429
22430 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22431
22432         * ext/alsa/README:
22433           Remove outdated document
22434
22435 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
22436
22437         * gst/cutter/gstcutter.c: (gst_cutter_init):
22438           src pad was being created twice - oops.
22439
22440 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22441
22442         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
22443           Comment out internal resize. It doesn't handle the resulting
22444           XEvent internally, does another try_set_caps() which leads to
22445           a really nice loop.
22446           Real fix will come when Julien and Dave are awake. ;).
22447
22448 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22449
22450         * ext/mpeg2enc/gstmpeg2enc.cc:
22451           fix const/nonconst compile issue.
22452
22453 2004-01-02  David Schleef  <ds@schleef.org>
22454
22455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
22456         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
22457         Add fixate function and a check for bad formats.
22458
22459 2004-01-01  David Schleef  <ds@schleef.org>
22460
22461         Negotiation fixes:
22462         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
22463         (gst_audiofilter_init):
22464         * gst/debug/efence.c: (gst_efence_init):
22465         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
22466         (gst_deinterlace_init):
22467         * gst/volume/gstvolume.c: (volume_connect):
22468
22469 2004-01-01  David Schleef  <ds@schleef.org>
22470
22471         Convert elements to use gst_pad_use_explicit_caps() where
22472         appropriate:
22473         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
22474         * ext/audiofile/gstafparse.c: (gst_afparse_init),
22475         (gst_afparse_open_file):
22476         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
22477         (gst_afsrc_open_file):
22478         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
22479         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
22480         (gst_ffmpegdec_chain):
22481         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22482         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
22483         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
22484         (gst_gdk_pixbuf_chain):
22485         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
22486         (gst_jpegdec_chain):
22487         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
22488         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
22489         (gst_mikmod_negotiate):
22490         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
22491         (gst_mpeg2dec_negotiate_format):
22492         * ext/mpeg2enc/gstmpeg2enc.cc:
22493         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22494         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
22495         (gst_speexdec_sinkconnect):
22496         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
22497         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
22498         (gst_vorbisfile_new_link):
22499         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
22500         (gst_ac3parse_chain):
22501         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
22502         (gst_asf_demux_setup_pad):
22503         * gst/auparse/gstauparse.c: (gst_auparse_init),
22504         (gst_auparse_chain):
22505         * gst/id3/gstid3types.c: (gst_id3types_loop):
22506         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
22507         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
22508         (mp1videoparse_parse_seq):
22509         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
22510         (bpf_from_header):
22511         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
22512         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
22513         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
22514         (gst_mpeg_parse_send_data):
22515         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22516         (gst_qtdemux_add_stream):
22517         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22518         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22519         (gst_wavparse_parse_fmt):
22520
22521 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22522
22523         * configure.ac:
22524           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
22525           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
22526           it therefore uses the wrong include paths. Too bad... Note
22527           that 1.6.1.93 is not release yet. ;).
22528           Also add a check for mplex, which is now using the lib'ified
22529           mplex from mjpegtools, too.
22530         * ext/ffmpeg/gstffmpegcodecmap.c:
22531           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
22532           issues. I don't think ffmpeg handles 3ivx correctly, so this
22533           probably won't work. But it won't hurt either.
22534         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
22535         (gst_ffmpegdec_chain):
22536         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
22537         (gst_ffmpegenc_chain_audio):
22538           Fix memleak in audio encoding. Close codec if open fails, this
22539           calls the cleanup routines so we can re-use the context.
22540         * ext/mpeg2enc/gstmpeg2enc.cc:
22541           Fix pad template names/types, fix memory issue with getcaps().
22542         * ext/mpeg2enc/gstmpeg2encoder.cc:
22543         * ext/mpeg2enc/gstmpeg2encoder.hh:
22544           Fix compile issue with new caps system (const thingy).
22545         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22546         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
22547           We read a first frame right on initing, so that we have a caps
22548           when we init the output. This caps is cached in padprivate and
22549           read as first frame.
22550         * ext/mplex/Makefile.am:
22551         * ext/mplex/gstmplex.cc:
22552         * ext/mplex/gstmplex.h:
22553         * ext/mplex/gstmplex.hh:
22554         * ext/mplex/gstmplexibitstream.cc:
22555         * ext/mplex/gstmplexibitstream.hh:
22556         * ext/mplex/gstmplexjob.cc:
22557         * ext/mplex/gstmplexjob.hh:
22558         * ext/mplex/gstmplexoutputstream.cc:
22559         * ext/mplex/gstmplexoutputstream.hh:
22560           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
22561           had issues, didn't do capsnego, supported only a subset of the
22562           mplex features and required a mplex fork in our local CVS. Plus
22563           that it worked agaist a very old mplex version. Rewriting was
22564           faster than updating it.
22565         * gst-libs/ext/Makefile.am:
22566         * gst-libs/ext/mplex/INSTRUCT:
22567         * gst-libs/ext/mplex/Makefile.am:
22568         * gst-libs/ext/mplex/README:
22569         * gst-libs/ext/mplex/TODO:
22570         * gst-libs/ext/mplex/ac3strm_in.cc:
22571         * gst-libs/ext/mplex/audiostrm.hh:
22572         * gst-libs/ext/mplex/audiostrm_out.cc:
22573         * gst-libs/ext/mplex/aunit.hh:
22574         * gst-libs/ext/mplex/bits.cc:
22575         * gst-libs/ext/mplex/bits.hh:
22576         * gst-libs/ext/mplex/buffer.cc:
22577         * gst-libs/ext/mplex/buffer.hh:
22578         * gst-libs/ext/mplex/fastintfns.h:
22579         * gst-libs/ext/mplex/format_codes.h:
22580         * gst-libs/ext/mplex/inputstrm.cc:
22581         * gst-libs/ext/mplex/inputstrm.hh:
22582         * gst-libs/ext/mplex/lpcmstrm_in.cc:
22583         * gst-libs/ext/mplex/mjpeg_logging.cc:
22584         * gst-libs/ext/mplex/mjpeg_logging.h:
22585         * gst-libs/ext/mplex/mjpeg_types.h:
22586         * gst-libs/ext/mplex/mpastrm_in.cc:
22587         * gst-libs/ext/mplex/mpegconsts.cc:
22588         * gst-libs/ext/mplex/mpegconsts.h:
22589         * gst-libs/ext/mplex/mplexconsts.hh:
22590         * gst-libs/ext/mplex/multplex.cc:
22591         * gst-libs/ext/mplex/outputstream.hh:
22592         * gst-libs/ext/mplex/padstrm.cc:
22593         * gst-libs/ext/mplex/padstrm.hh:
22594         * gst-libs/ext/mplex/stillsstream.cc:
22595         * gst-libs/ext/mplex/stillsstream.hh:
22596         * gst-libs/ext/mplex/systems.cc:
22597         * gst-libs/ext/mplex/systems.hh:
22598         * gst-libs/ext/mplex/vector.cc:
22599         * gst-libs/ext/mplex/vector.hh:
22600         * gst-libs/ext/mplex/videostrm.hh:
22601         * gst-libs/ext/mplex/videostrm_in.cc:
22602         * gst-libs/ext/mplex/videostrm_out.cc:
22603         * gst-libs/ext/mplex/yuv4mpeg.cc:
22604         * gst-libs/ext/mplex/yuv4mpeg.h:
22605         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
22606         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
22607           We don't fork mjpegtools' mplex in our CVS anymore.
22608         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
22609         (gst_avi_demux_add_stream):
22610         * gst/avi/gstavidemux.h:
22611           Add getcaps() function for proper caps nego. This makes some
22612           parts of AVI playback/reading work.
22613         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
22614           Resize window on new capsnego. This is probably wrong, but
22615           I'm still committing it because with current capsnego, the
22616           first successfull capsnego is auto-fixated, therefore rounded
22617           down to the lowest values in the caps. this results in a 16x16
22618           XWindow that is not reized when real capsnego finishes.
22619           Dave, I see more cases of this, do you know a proper solution?
22620         * tools/gst-launch-ext.in:
22621           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
22622
22623 2003-12-31  David Schleef  <ds@schleef.org>
22624
22625         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
22626         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
22627           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
22628
22629 2003-12-30  David Schleef  <ds@schleef.org>
22630
22631         * ext/ffmpeg/gstffmpegcolorspace.c:
22632         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22633         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
22634         (gst_ffmpegcsp_chain): Negotiation fixes
22635         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
22636         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22637         (gst_audio_convert_link), (gst_audio_convert_channels):
22638         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
22639         (gst_audioscale_link), (gst_audioscale_get_buffer),
22640         (gst_audioscale_chain): Negotiation fixes
22641         * gst/audioscale/gstaudioscale.h:
22642         * gst/videofilter/gstvideofilter.c:
22643         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
22644         (gst_videofilter_link), (gst_videofilter_init),
22645         (gst_videofilter_set_output_size), (gst_videofilter_setup),
22646         (gst_videofilter_find_format_by_structure):
22647         * gst/videofilter/gstvideofilter.h: Negotiation fixes
22648         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
22649         (gst_videoscale_link):
22650         * gst/videoscale/videoscale.c: (videoscale_get_structure),
22651         (videoscale_find_by_structure), (gst_videoscale_setup):
22652         * gst/videoscale/videoscale.h: Negotiation fixes
22653         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22654         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
22655         function, restrict resizing to a multiple of 4 (hack until
22656         everyone supports odd sizes correctly).
22657
22658 2003-12-29  Colin Walters  <walters@verbum.org>
22659
22660         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
22661         signed.
22662
22663 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
22664
22665         * ext/sndfile/gstsf.c: (gst_sf_loop):
22666           Fix warning about discarding const qualifier
22667
22668 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
22669
22670         * gst/cutter/gstcutter.c:
22671         * gst/videoscale/gstvideoscale.c:
22672         * gst/volenv/gstvolenv.c:
22673         * gst-libs/gst/audio/audio.c:
22674         * gst-libs/gst/video/video.c:
22675           Fix warnings
22676
22677 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22678
22679         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
22680           Don't send ALSA debugging to stderr.
22681         * ext/alsa/gstalsa.h:
22682           Use GST_WARNING instead of g_warning when ALSA functions fail.
22683
22684 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22685
22686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22687           Free XVAdapterInfo correctly.
22688
22689 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22690
22691         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
22692         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
22693           Make id3tag use correct caps nego.
22694
22695 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
22696
22697         * ext/ivorbis/vorbis.c:
22698         * ext/ivorbis/vorbisenc.h:
22699         * ext/ivorbis/vorbisfile.c:
22700           Modify so that it uses the new caps things
22701
22702 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22703
22704         * testsuite/spider/spider1.c: (main):
22705         * testsuite/spider/spider2.c: (main):
22706         * testsuite/spider/spider3.c: (main):
22707           Make tests compile again. They probably don't work.
22708
22709 2003-12-24  Colin Walters  <walters@verbum.org>
22710
22711         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
22712         we can't fixate the caps anymore.
22713
22714 2003-12-23  David Schleef  <ds@schleef.org>
22715
22716         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
22717         * sys/oss/gstosssink.c: (gst_osssink_init),
22718         (gst_osssink_sink_fixate): Add fixate function.
22719
22720 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22721
22722         * ext/ffmpeg/gstffmpegcodecmap.c:
22723         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
22724         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
22725         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
22726         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22727         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22728         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22729         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
22730           fix typo in RGB masks, and move back to "old" colorspace
22731           capsnego code until whoever wrote this new crap has actually
22732           tested it so that it works.
22733           And yes, this works, keep it that way please.
22734
22735 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22736
22737         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
22738         (gst_divxdec_init), (gst_divxdec_negotiate):
22739         * ext/divx/gstdivxdec.h:
22740         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
22741         (gst_divxenc_init):
22742         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
22743         (gst_faac_sinkconnect), (gst_faac_srcconnect):
22744         * ext/mpeg2enc/gstmpeg2enc.cc:
22745         * ext/mpeg2enc/gstmpeg2encoder.cc:
22746         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22747         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
22748         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
22749         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
22750         (dxr3spusink_init):
22751         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
22752         (dxr3videosink_init):
22753           Fix caps breakage after Dave's caps branch merge.
22754
22755 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22756
22757         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22758           Fix for 24bpp display.
22759
22760 2003-12-23  Colin Walters  <walters@verbum.org>
22761
22762         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
22763         a GnomeVFSHandle directly.
22764
22765 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22766
22767         * gst/volume/Makefile.am:
22768         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
22769         (volume_base_init), (volume_init):
22770           Reenable volume element and fix to work with new caps stuff.
22771           Rhythmbox needs this.
22772
22773 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22774
22775         * gst/qtdemux/qtdemux.c: (plugin_init):
22776           qtdemux requires bytestream
22777
22778 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22779
22780         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
22781           Fix remaining caps handling errors due to CAPS merge.
22782
22783 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22784
22785         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
22786         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
22787         (gst_faad_srcconnect):
22788           Port to new caps system.
22789
22790 2003-12-21  Julien MOUTTE  <julien@moutte.net>
22791
22792         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
22793         (got_video_size), (main): using g_print instead of g_message.
22794         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
22795         signal which was not emitted because of "switch" element added to the
22796         bin but not connected. (Removing from the bin temporarily)
22797
22798 2003-12-21  Julien MOUTTE  <julien@moutte.net>
22799
22800         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
22801         find X development files. I don't understand the previous tests and
22802         they fail on my debian/ppc unstable. This one works.
22803         * examples/gstplay/player.c: (main): Set the pipeline to READY before
22804         exiting.
22805         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
22806         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22807         (gst_play_set_visualization): Add some safety checks in set_ methods
22808         and state_change. This was throwing some ugly CRITICAL messages when
22809         pipeline was getting disposed and casts were failing.
22810
22811 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22812
22813         * configure.ac:
22814           Improve mpeg2enc detection. This is for distributions that do
22815           ship mjpegtools, but without mpeg2enc. Also does object check
22816           for might there ever be ABI incompatibility.
22817         * ext/mpeg2enc/gstmpeg2enc.cc:
22818           Add Andrew as second maintainer (he's helping me), and also add
22819           an error if no caps was set. This happens if I pull before capsnego
22820           and that's something I should solve sometime else.
22821         * gst/matroska/matroska-demux.c:
22822         (gst_matroska_demux_parse_blockgroup):
22823           Fix time parsing.
22824         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
22825         (gst_matroska_mux_track_header):
22826           Add caps to templates.
22827         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
22828           Add mpegversion=1 to prevent confusion with MPEG/AAC.
22829         * gst/mpegstream/gstmpegdemux.c:
22830           Remove layer since it causes warnings about unfixed caps.
22831         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22832           Fix obvious typo (we error out if caps were set, we should of
22833           course error out if *no* caps were set).
22834         * sys/oss/gstosselement.c: (gst_osselement_convert):
22835           Fix format conversion, we confused bits/bytes.
22836         * sys/oss/gstosselement.h:
22837           Improve documentation for 'bps'.
22838         * sys/v4l/TODO:
22839           Remove stuff about plugins that need removing - this was done
22840           ages ago.
22841         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
22842         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
22843         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
22844         (gst_v4lsrc_src_query):
22845         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22846         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
22847           Add get_query_types(), get_formats() and query() functions.
22848
22849 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22850
22851         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
22852         * moved CVS to freedesktop.org