first prerelease
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * tests/check/Makefile.am:
4           Random variation in Makefile line to see if it makes the
5           gen64-base-full bot any happier.
6
7 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8
9         * tests/check/pipelines/oggmux.c: (oggmux_suite):
10           Disable test that fails at the moment (killed after timeout).
11
12 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13
14         Patch by: James Livingston  <doclivingston at gmail.com>
15
16         * tests/check/Makefile.am:
17         * tests/check/pipelines/.cvsignore:
18         * tests/check/pipelines/oggmux.c: (get_page_codec),
19         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
20         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
21         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
22         (test_theora_vorbis), (oggmux_suite):
23           Add simple unit test for oggmux from #337026 with checking for the
24           EOS flags disabled for the time being.
25
26 2006-09-04  Wim Taymans  <wim@fluendo.com>
27
28         patch by: Alessandro Dessina <alessandro nnva org>
29
30         * ext/ogg/gstoggmux.c:
31         Add cmml caps to oggmux. Fixes #353912
32
33 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
34
35         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
36           Returning a return value often helps. In this case, we
37           don't need the return value anyway, so just get rid of it.
38           Should make build bots much happier.
39
40 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
41
42         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
43         (paint_get_structure), (gst_video_test_src_get_size),
44         (gst_video_test_src_smpte), (gst_video_test_src_snow),
45         (gst_video_test_src_unicolor), (paint_setup_AYUV),
46         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
47         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
48         * gst/videotestsrc/videotestsrc.h:
49           Add support for AYUV and the various RGBA formats. Initialise
50           fields of paintinfo structs allocated on the stack.
51
52         * tests/check/elements/videotestsrc.c: (right_shift_colour),
53         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
54         (check_rgb_buf), (videotestsrc_suite):
55           Add unit tests for videotestsrc's RGB output.
56
57 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
58
59         * gst/videotestsrc/gstvideotestsrc.c:
60         (gst_video_test_src_pattern_get_type),
61         (gst_video_test_src_set_pattern):
62         * gst/videotestsrc/gstvideotestsrc.h:
63         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
64         (gst_video_test_src_black), (gst_video_test_src_white),
65         (gst_video_test_src_red), (gst_video_test_src_green),
66         (gst_video_test_src_blue):
67         * gst/videotestsrc/videotestsrc.h:
68           Add more uni-colour patterns ("white", "red", "green", and "blue").
69
70 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
71
72         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
73           Fix stride for YVYU, should be word-aligned (#353658).
74
75 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
76
77         * gst/adder/gstadder.c: (gst_adder_src_event):
78           Fix build.
79
80 2006-08-31  Edward Hervey  <edward@fluendo.com>
81
82         * gst/adder/gstadder.c: (forward_event_func),
83         (gst_adder_src_event), (gst_adder_collected),
84         (gst_adder_change_state):
85         * gst/adder/gstadder.h:
86         Remember the start position asked in the incoming seeks, so we can
87         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
88         of assuming it will always be 0).
89
90 2006-08-31  Edward Hervey  <edward@fluendo.com>
91
92         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
93         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
94         (gst_ogg_demux_loop):
95         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
96
97 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
98
99         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
100         (gst_ffmpegcsp_get_unit_size):
101           Return FALSE instead of returning a random false unit
102           size when the format isn't known/supported (even if
103           this shouldn't happen under normal circumstances).
104
105 2006-08-29  Wim Taymans  <wim@fluendo.com>
106
107         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
108
109         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
110         (gst_gnome_vfs_src_start):
111         Try harder to get the size from a uri by using _info_uri() when
112         _info_from_handle() does not give us enough info. 
113         Also follow symlinks when getting the size.
114         Partially Fixes #332864.
115
116 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
117
118         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
119
120         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
121         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
122         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
123         (gst_alsa_mixer_set_record):
124         * ext/alsa/gstalsamixertrack.c:
125         (gst_alsa_mixer_track_update_alsa_capabilities),
126         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
127         (gst_alsa_mixer_track_update):
128         * ext/alsa/gstalsamixertrack.h:
129           Improve and fix mixer track handling, in particular better handling
130           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create separate
131           track objects for tracks that have both capture and playback volume
132           (and label them differently as well so they're not mistakenly
133           assumed to be duplicates); classify mixer tracks that only affect
134           the audible volume of something (rather than the capture volume)
135           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
136           for capture tracks to correspond to alsa-pswitch alsa-cswitch
137           (following the meaning documented in the mixer interface header
138           file); add support for alsa's exclusive cswitch groups; update/sync
139           state/flags better if mixer settings are changed by another
140           application. Fixes #336075.
141
142 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
143
144         * gst/playback/gstplaybin.c:
145           Improve docs: add section about BUFFERING messages sent by playbin.
146
147 2006-08-29  Michael Smith  <msmith@fluendo.com>
148
149         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
150         (gst_vorbis_enc_buffer_check_discontinuous),
151         (gst_vorbis_enc_chain):
152           Ignore explicit DISCONT marked on buffers (which is often spurious,
153           particularly when using multiple segments), in favour of solely
154           using the timestamps/durations.
155
156 2006-08-29  Edward Hervey  <edward@fluendo.com>
157
158         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
159         Don't rely on incoming buffers offset anymore, since it is completely
160         broken when using multiple segments.
161         Instead convert the incoming buffers timestamp to running time, and
162         then convert that value to the offsets.
163         Also inform GstSegment of the last outputted stop position, which is
164         needed if we received several segments with an unknown stop value.
165
166 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
167
168         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
169           fix buffer unreffing on a header push failure
170
171 2006-08-28  Wim Taymans  <wim@fluendo.com>
172
173         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
174         (gst_audio_rate_chain):
175         Make the metadata of the buffer writable before changing its
176         flags.
177
178 2006-08-28  Wim Taymans  <wim@fluendo.com>
179
180         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
181         (gst_audio_rate_setcaps), (gst_audio_rate_init),
182         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
183         (gst_audio_rate_chain), (gst_audio_rate_change_state):
184         Fix audiorate some more.
185         Reset and resync counters on flush and READY.
186         Handle the DISCONT flag correctly.
187         Use GstSegment to track position.
188         Fail when not negotiated.
189         Fixes #353234.
190
191 2006-08-25  Michael Smith  <msmith@fluendo.com>
192
193         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
194           Fix spelling.
195           Remove accidently included debug line.
196
197 2006-08-25  Wim Taymans  <wim@fluendo.com>
198
199         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
200         Small cleanups.
201         If a buffer is received with no caps, make the buffer metadata
202         writable and set the caps, making sure that we don't screw up the
203         refcounts.
204
205 2006-08-25  Michael Smith  <msmith@fluendo.com>
206
207         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
208         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
209           Fix memory leaks and misleading debug messages, add a couple of
210           comments.
211
212         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
213         (gst_multi_fd_sink_render):
214           Do not use gst_buffer_make_writable() in a basesink render method,
215           as it may incorrectly unref the buffer. Instead, use convoluted
216           dance to avoid copying the buffer except when we need to.
217
218 2006-08-25  Michael Smith  <msmith@fluendo.com>
219
220         * ext/vorbis/vorbisenc.c:
221         (gst_vorbis_enc_buffer_check_discontinuous):
222           Allow very small discontinuities in the timestamps. These we can't
223           do anything useful with anyway (because vorbis's timestamps have
224           only sample granularity), and are commonly produced by elements with
225           minor bugs. Allow up to 1/2 a sample out.
226           Fixes #351742.
227
228 2006-08-24  Wim Taymans  <wim@fluendo.com>
229
230         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
231         (play_scrub_toggle_cb), (main):
232         Add a checkbox to enable play scrubbing. Makes it possible to disable
233         normal scrubbing.
234
235 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
236
237         * tests/check/elements/.cvsignore:
238           make buildbot happy
239
240 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
241
242         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
243         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
244         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
245         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
246         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
247         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
248         (gst_ogm_text_parse_strip_trailing_zeroes),
249         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
250         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
251           Refactor ogm parse, do better input checking, misc. clean-ups.
252           Cache incoming events and push them once the source pad has
253           been created. Don't pass unterminated strings to sscanf().
254           Strip trailing zeroes from subtitle text output, since they
255           are not valid UTF-8. Don't push vorbiscomment packets on
256           the subtitle text pad. Output perfect streams if possible.
257
258 2006-08-23  Wim Taymans  <wim@fluendo.com>
259
260         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
261         Waits for tasks to settle down so that we clean up correctly for 
262         valgrind.
263
264 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
265
266         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
267           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
268           actually return return value in taglists_are_equal.
269
270 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
271
272         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
273           Fix crash due to broken bitstream parsing on x86-64: can't make
274           any assumptions about sizeof(struct) due to alignment/packing
275           differences on different architectures. Fixes #351790.
276
277 2006-08-22  Wim Taymans  <wim@fluendo.com>
278
279         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
280         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
281         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
282         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
283         (gst_riff_parse_info):
284         Protect public functions against bad input.
285         Do some cleanups.
286         Fix documentation.
287
288 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
289
290         * gst-libs/gst/riff/riff-ids.h:
291         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
292           Add voxware audio IDs (even if we can't play it) (#351795).
293
294 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
295
296         * gst-libs/gst/riff/riff-media.c:
297         (gst_riff_create_video_template_caps),
298         (gst_riff_create_audio_template_caps),
299         (gst_riff_create_iavs_template_caps):
300           Const-ify some arrays and use G_N_ELEMENTS instead
301           of wasting oodles of RAM on terminator bits.
302
303 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
304
305         * gst-libs/gst/tag/gstvorbistag.c:
306         (gst_tag_list_to_vorbiscomment_buffer):
307         * tests/check/libs/tag.c: (GST_START_TEST):
308           And the same for _to_vorbiscomment_buffer(): allow
309           id_data_len == 0 for speex.
310
311 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
312
313         * configure.ac:
314         * docs/plugins/Makefile.am:
315         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
316         * docs/plugins/gst-plugins-base-plugins-sections.txt:
317         * docs/plugins/inspect/plugin-gdp.xml:
318         * gst/gdp/Makefile.am:
319         * tests/check/Makefile.am:
320           Move GDP plugin to -base from -bad.  Closes #347783.
321
322 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
323
324         * gst-libs/gst/tag/gstvorbistag.c:
325         (gst_tag_list_from_vorbiscomment_buffer):
326           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
327           Also add some checks to make sure we don't memcmp() beyond the end of
328           vorbiscomment buffer if the ID to check for is larger than the buffer.
329
330         * tests/check/libs/tag.c: (GST_START_TEST):
331           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
332
333 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
334
335         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
336         (gst_vorbis_enc_set_metadata):
337           Use vorbis comment utility functions from libgsttag
338           instead of re-inventing the wheel (partially fixes #347091).
339
340 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
341
342         * tests/check/elements/audioconvert.c: (GST_START_TEST):
343         Fix leaks. Wait for state transitions that might happen ASYNC, as well
344         as some that won't.
345
346 2006-08-21  Wim Taymans  <wim@fluendo.com>
347
348         * docs/libs/Makefile.am:
349         * docs/libs/gst-plugins-base-libs-sections.txt:
350         * docs/libs/gst-plugins-base-libs.types:
351         Don't try to GObject scan the netbuffer as it's not a GObject.
352         Fixes #351308.
353
354         * gst-libs/gst/netbuffer/gstnetbuffer.c:
355         * gst-libs/gst/netbuffer/gstnetbuffer.h:
356         Document GstNetBuffer.
357
358 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
359
360         * tests/check/elements/audioconvert.c: (GST_START_TEST),
361         (audioconvert_suite):
362           Add testcase for caps-size-explosion
363
364 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
365
366         * gst/audioconvert/gstaudioconvert.c:
367         (gst_audio_convert_get_unit_size), (set_structure_widths):
368           Lower debug, use g_assert in _get_unit_size
369
370         * gst/audioresample/gstaudioresample.c:
371         (audioresample_get_unit_size):
372         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
373         (gst_ffmpegcsp_get_unit_size):
374         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
375           use g_assert in _get_unit_size
376
377 2006-08-18  Wim Taymans  <wim@fluendo.com>
378
379         * docs/libs/gst-plugins-base-libs-sections.txt:
380         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
381         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
382         (gst_rtp_buffer_get_payload_buffer):
383         * gst-libs/gst/rtp/gstrtpbuffer.h:
384         Document GstRTPBuffer.
385         Added function to efficiently strip payload headers.
386         API: gst_rtp_buffer_get_payload_subbuffer()
387
388 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
389
390         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
391         (gst_tag_to_vorbis_comments):
392           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
393           tags and deserialise them properly as well (#347091).
394           Add some more gtk-doc blurbs and also some g_return_if_fail().
395
396         * tests/check/libs/tag.c: (GST_START_TEST),
397         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
398           More tests.
399
400 2006-08-17  Wim Taymans  <wim@fluendo.com>
401
402         * ext/ogg/Makefile.am:
403         * ext/ogg/gstogg.c: (plugin_init):
404         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
405         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
406         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
407         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
408         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
409         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
410         Added ogg-in-avi parser element. Fixes #140139.
411
412         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
413         Fixed a bug in oggdemux debug code.
414
415         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
416         (gst_riff_create_audio_template_caps):
417         Recognise Ogg in the AVI extensible wave format.
418
419 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
420
421         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
422           Make buffer durations add up (duration should be next_ts-ts for
423           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
424           from CVS.
425
426         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
427         (test_buffer_timestamps), (cddabasesrc_suite):
428           Add unit test for the above.
429
430         * tests/check/Makefile.am:
431           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
432           to see what happens.
433
434 2006-08-16  Wim Taymans  <wim@fluendo.com>
435
436         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
437         (gst_alsasink_open):
438         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
439         (gst_alsasrc_open):
440         Avoid setting and using a NULL device name.
441         Print more info when we fail to open a device.
442
443 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
444
445         * docs/libs/gst-plugins-base-libs-sections.txt:
446         * gst-libs/gst/tag/tag.h:
447         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
448           API: add gst_tag_parse_extended_comment() (#351426).
449
450         * tests/check/Makefile.am:
451         * tests/check/libs/.cvsignore:
452         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
453           Add unit test for gst_tag_parse_extended_comment().
454
455 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
456
457         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
459           Fix leak (#351502).
460
461 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
462
463         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
464         * docs/plugins/gst-plugins-base-plugins-sections.txt:
465         * docs/plugins/gst-plugins-base-plugins.args:
466         * gst/playback/gstplaybin.c:
467           Document playbin.
468           
469         * docs/plugins/inspect/plugin-adder.xml:
470         * docs/plugins/inspect/plugin-alsa.xml:
471         * docs/plugins/inspect/plugin-audioconvert.xml:
472         * docs/plugins/inspect/plugin-audiorate.xml:
473         * docs/plugins/inspect/plugin-audioresample.xml:
474         * docs/plugins/inspect/plugin-audiotestsrc.xml:
475         * docs/plugins/inspect/plugin-cdparanoia.xml:
476         * docs/plugins/inspect/plugin-decodebin.xml:
477         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
478         * docs/plugins/inspect/plugin-gnomevfs.xml:
479         * docs/plugins/inspect/plugin-ogg.xml:
480         * docs/plugins/inspect/plugin-pango.xml:
481         * docs/plugins/inspect/plugin-playbin.xml:
482         * docs/plugins/inspect/plugin-subparse.xml:
483         * docs/plugins/inspect/plugin-tcp.xml:
484         * docs/plugins/inspect/plugin-theora.xml:
485         * docs/plugins/inspect/plugin-typefindfunctions.xml:
486         * docs/plugins/inspect/plugin-video4linux.xml:
487         * docs/plugins/inspect/plugin-videorate.xml:
488         * docs/plugins/inspect/plugin-videoscale.xml:
489         * docs/plugins/inspect/plugin-videotestsrc.xml:
490         * docs/plugins/inspect/plugin-volume.xml:
491         * docs/plugins/inspect/plugin-vorbis.xml:
492         * docs/plugins/inspect/plugin-ximagesink.xml:
493         * docs/plugins/inspect/plugin-xvimagesink.xml:
494           Update to CVS version.
495
496 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
497
498         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
499         (gst_play_bin_set_property), (gst_play_bin_get_property),
500         (value_list_append_structure_list),
501         (gst_play_bin_handle_redirect_message),
502         (gst_play_bin_handle_message):
503           Add "connection-speed" property; re-order redirect messages with
504           multiple redirect locations depending on the minimum bitrate if
505           that information is available and a connection speed is set
506           (#350399).
507
508 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
509
510         * gst/playback/gstplaybin.c:
511           Update max volume to the same value that the volume element uses.
512
513 2006-08-14  Wim Taymans  <wim@fluendo.com>
514
515         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
516         Less uglyness..
517
518 2006-08-14  Wim Taymans  <wim@fluendo.com>
519
520         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
521         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
522         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
523         Add some more debug info.
524         Don't crash when a seek failed.
525         Actually return the result of the seek instead of TRUE.
526         Ignore multiple BOS pages with the same serial so that we don't create
527         the same stream multiple times.
528         Post an error when we fail to do the initial seek.
529
530 2006-08-13  Wim Taymans  <wim@fluendo.com>
531
532         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
533         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
534         Small code cleanup.
535
536         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
537         (gst_alsa_mixer_new):
538         Remove hack that always set the device to hw:0*.
539         Properly find the card name for whatever device was configured.
540         Do some better debugging.
541         Fixes #350784.
542
543         * ext/alsa/gstalsamixerelement.c:
544         (gst_alsa_mixer_element_set_property),
545         (gst_alsa_mixer_element_change_state):
546         Cleanups.
547         Handle setting of a NULL device name better.
548
549 2006-08-11  Wim Taymans  <wim@fluendo.com>
550
551         * gst/adder/gstadder.c:
552         Don't clip float values. Fixes #350900.
553
554 2006-08-11  Andy Wingo  <wingo@pobox.com>
555
556         * gst/tcp/gsttcp.c: Really fix the build?
557
558         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
559         fixes the build.
560
561 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
562
563         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
564           Float caps shouldn't have a "signed" field.
565
566 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
567
568         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
569           Implement SEEKING query in its most basic form, so that we can
570           at least check if we're seekable or not (#350655).
571
572 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
573
574         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
575           The checks here are not even close to anything that would
576           justify MAXIMUM probability, lowering to POSSIBLE until someone
577           fixes the checks (case at hand: quicktime redirection files
578           might start with 00 00 01 XX and pass the checks here just
579           fine, see #350399).
580
581 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
582
583         Patch by: Sjoerd Simons  <sjoerd at luon net>
584
585         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
586           Better detection for multipart/x-mixed-replace: accept leading
587           whitespaces before the boundary marker as well (as our very own
588           multipartmux used to produce) (#349068).
589
590 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
591
592         Patch by: Young-Ho Cha  <ganadist at chollian net>
593
594         * gst-libs/gst/riff/riff-ids.h:
595         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
596         (gst_riff_create_audio_template_caps):
597           Detect DTS audio streams (#350157).
598
599 2006-08-05  Andy Wingo  <wingo@pobox.com>
600
601         * ext/theora/gsttheoraparse.h:
602         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
603         (theora_parse_dispose, theora_parse_set_property)
604         (theora_parse_get_property, theora_parse_munge_granulepos)
605         (theora_parse_push_buffer, theora_parse_change_state): Add a
606         property 'synchronization-points' to fix badly synchronized oggs.
607
608 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
609
610         * tests/check/Makefile.am:
611         * tests/check/libs/.cvsignore:
612         * tests/check/libs/audio.c: (structure_contains_channel_positions),
613         (fixed_caps_have_channel_positions), (GST_START_TEST),
614         (audio_suite), (main):
615           Add a few tests for the channel position stuff in libgstaudio.
616
617 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
618
619         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
620         (gst_alsa_detect_channels):
621         * ext/alsa/gstalsasink.c:
622           Add support for cards that (only) do more than 8 channels,
623           like the Delta 44 (#345188).
624
625         * gst-libs/gst/audio/multichannel.c:
626         (gst_audio_check_channel_positions):
627         * gst-libs/gst/audio/multichannel.h:
628           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
629           unspecified channel position and cannot be combined with any
630           of the other audio channel positions; adjust position layout
631           checks accordingly (#345188).
632
633 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
634
635         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
636           Recognise ancient RealAudio files (see #349779).
637
638 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
639
640         Patch by: Jens Granseuer  <jensgr at gmx net>
641
642         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
643           Add typefinder for Interplay's MVE format (#348973).
644
645 2006-08-02  Wim Taymans  <wim@fluendo.com>
646
647         Patch by: Marcel Moreaux <marcelm at luon dot net>
648
649         * gst-libs/gst/rtp/gstbasertpdepayload.c:
650         (gst_base_rtp_depayload_add_to_queue):
651         * gst-libs/gst/rtp/gstbasertpdepayload.h:
652         Handle RTP sequence number rollover.
653         Disable jitterbuffer by default.
654
655 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
656
657         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
658         (audioresample_set_caps):
659         Don't leak references to the incoming caps. Clean them up when
660         stopping.
661
662         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
663         (gst_video_scale_finalize):
664         Don't leak our temporary pixel buffer.
665
666         * tests/check/Makefile.am:
667         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
668         (GST_START_TEST), (simple_launch_lines_suite):
669
670         Fix leaks and re-enable the test for valgrind checking.
671
672 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
673
674         Patch by: Sjoerd Simons  <sjoerd at luon net>
675
676         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
677         (plugin_init):
678           Add typefind function for multipart/x-mixed-replace (#348916).
679
680 2006-07-28  Wim Taymans  <wim@fluendo.com>
681
682         * gst/adder/gstadder.c: (gst_adder_setcaps),
683         (gst_adder_query_duration):
684         Fix leak in duration query.
685         Reflow some docs and notes.
686
687 2006-07-28  Michael Smith  <msmith@fluendo.com>
688
689         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
690         (vorbisenc_suite):
691           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
692           aspect of it.
693
694 2006-07-28  Michael Smith  <msmith@fluendo.com>
695
696         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
697         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
698         (gst_vorbis_enc_push_buffer),
699         (gst_vorbis_enc_buffer_check_discontinuous),
700         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
701         * ext/vorbis/vorbisenc.h:
702           Handle discontinuities in the input vorbis stream correctly,
703           so that the output is properly timestamped (and has good granulepos
704           values). Needs some oggmux fixes too.
705
706 2006-07-27  Wim Taymans  <wim@fluendo.com>
707
708         patch by: Kai Vehmanen <kv2004 eca cx>
709
710         * gst-libs/gst/rtp/gstbasertpdepayload.c:
711         (gst_base_rtp_depayload_chain),
712         (gst_base_rtp_depayload_handle_sink_event),
713         (gst_base_rtp_depayload_change_state):
714         Don't send multiple newsegments with different formats.
715         Fixes #348677.
716
717 2006-07-26  Wim Taymans  <wim@fluendo.com>
718
719         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
720         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
721         Make seeking in ogg more accurate again by doing the more correct
722         granuletime to stream time conversion.
723
724 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
725
726         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_new_client):
727           
728
729 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
730
731         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
732         (gst_multi_fd_sink_new_client):
733           debug a little more understandably
734           do not use goto as a substitute for break, especially if
735           break is also being used
736
737 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
738
739         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
740         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
741           Remove GLib-2.6 compatibility cruft.
742
743 2006-07-24  Wim Taymans  <wim@fluendo.com>
744
745         * gst-libs/gst/audio/gstbaseaudiosink.c:
746         (gst_base_audio_sink_render):
747         Don't try to align a sample to an unknown value.
748
749 2006-07-24  Wim Taymans  <wim@fluendo.com>
750
751         * gst-libs/gst/audio/gstbaseaudiosink.c:
752         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
753         When the audio clock is slaved to another clock, never try to align
754         samples but trust the rate interpolation algorithm.
755
756 2006-07-24  Wim Taymans  <wim@fluendo.com>
757
758         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
759         Don't try to calculate silence samples, base class does this much
760         better now.
761
762         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
763         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
764         (gst_ring_buffer_acquire):
765         Calculate silence samples correctly.
766
767         * gst-libs/gst/audio/gstringbuffer.h:
768         Add _CAST macro.
769
770 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
771
772         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
773           Limit search for the first markup tag to the first few kB of
774           the file. If we don't find one there, it's highly unlikely that
775           this is an XML(-ish) file.
776
777 2006-07-21  Andy Wingo  <wingo@pobox.com>
778
779         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
780         test to the one in vorbisenc. Also commented out.
781
782         * tests/check/pipelines/vorbisenc.c: 
783         (test_discontinuity): New test, commented out until Mike lands
784         some elite vorbisenc patches.
785
786         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
787         Bufferstraw was actually factored out of these tests. Now we share
788         code yay.
789
790         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
791         for bufferstraw addition to gstcheck.
792
793 2006-07-21  Wim Taymans  <wim@fluendo.com>
794
795         * ext/theora/theoradec.c: (clip_buffer):
796         Better clipping.
797
798 2006-07-21  Wim Taymans  <wim@fluendo.com>
799
800         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
801         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
802         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
803         Fix leak.
804         Avoid type casting when we can.
805
806         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
807         Fix mem leak.
808
809 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
810
811         * ext/alsa/gstalsamixerelement.c:
812         (gst_alsa_mixer_element_change_state):
813           Make state change fail if the specified device can't be opened
814           for some reason.
815
816 2006-07-20  Wim Taymans  <wim@fluendo.com>
817
818         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
819         (cb_newpad), (main):
820         Example of a small audio/video player using decodebin.
821
822 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
823
824         * gst-libs/gst/riff/riff-ids.h:
825           Add 'fact' chunk id
826
827 2006-07-19  Wim Taymans  <wim@fluendo.com>
828
829         * gst-libs/gst/rtp/gstbasertpdepayload.c:
830         (gst_base_rtp_depayload_chain),
831         (gst_base_rtp_depayload_change_state):
832         Don't assert when not negotiated but post a meaningfull 
833         error message. Fixes #347918.
834
835         * gst-libs/gst/rtp/gstbasertppayload.c:
836         Add comment about better default MTU size.
837
838         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
839         Small cleanups, start docs.
840
841 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
842
843         Patch by: Martin Szulecki
844
845         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
846           If "device-name" is requested and the device is not
847           open, try to temporarily open it to obtain this
848           information (#342494).
849
850 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
851
852         * gst-libs/gst/tag/gstid3tag.c:
853           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
854
855         * gst-libs/gst/tag/gsttageditingprivate.h:
856         * gst-libs/gst/tag/gstvorbistag.c:
857           Some more random const-ifications.
858
859 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
860
861         * gst-libs/gst/riff/riff-ids.h:
862         * gst-libs/gst/riff/riff-media.c:
863         (gst_riff_create_video_template_caps):
864           Add more FOURCCs (sort list to make stuff easier to find),
865           add comment what those 16 bytes in struct _gst_riff_strh according to
866           one avi-dumper are
867
868 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
869
870         * gst-libs/gst/audio/multichannel.c:
871         (gst_audio_check_channel_positions),
872         (gst_audio_fixate_channel_positions):
873           Const-ify two arrays.
874
875 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
876
877         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
878           Fix typo, so that alsasink also advertises 8 channels
879           if that's supported (tags: can, worms, open, alsa, ph34r).
880
881 2006-07-17  Wim Taymans  <wim@fluendo.com>
882
883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
884         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
885         *sigh*, when is the compiler going to warn when the comments
886         are out-of-sync with the code.. Refix case of busted theora
887         headers with 0 granule pos.
888
889 2006-07-14  Wim Taymans  <wim@fluendo.com>
890
891         * gst-libs/gst/rtp/gstbasertpdepayload.c:
892         (gst_base_rtp_depayload_wait),
893         (gst_base_rtp_depayload_change_state),
894         (gst_base_rtp_depayload_set_property),
895         (gst_base_rtp_depayload_get_property):
896         Fix 99% cpu load by waiting for absolute times on the
897         clock. Fixes #347300.
898
899 2006-07-14  Andy Wingo  <wingo@pobox.com>
900
901         * ext/theora/gsttheoraparse.h: 
902         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
903         (theora_parse_push_headers, theora_parse_clear_queue)
904         (theora_parse_drain_queue_prematurely, )
905         (theora_parse_sink_event, theora_parse_change_state): Queue events
906         until we initialized our state, like in vorbisparse.
907
908         * ext/vorbis/vorbisparse.h: 
909         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
910         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
911         (vorbis_parse_drain_queue_prematurely, )
912         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
913         until we have initialized our state. Fixes seeking after an
914         initial pad block.
915
916 2006-07-14  Andy Wingo  <wingo@pobox.com>
917
918         Patch by: Iain * <iaingnome@gmail.com>
919         
920         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
921
922 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
923
924         * configure.ac:
925         Bump nano back to CVS
926
927 === release 0.10.9 ===
928
929 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
930
931         * configure.ac:
932           releasing 0.10.9, "I walk the line"
933
934 2006-07-14  Michael Smith  <msmith@fluendo.com>
935
936         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
937           Move a g_cond_signal to earlier to avoid sometimes deadlocking
938           (commonly happens when running this test under valgrind) when trying
939           to remove the buffer probe.
940
941 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
942
943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
944         Fix missing g_unlock from the previous commit
945
946 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
947
948         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
949         (gst_ximagesink_change_state):
950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
951         (gst_xvimagesink_change_state):
952         Implement a locking order to ensure we always take the object lock
953         before the x_lock and never vice-versa.
954
955 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
956
957         * gst/playback/gstdecodebin.c: (find_compatibles):
958         Fix a caps leak when linking (#347304)
959
960         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
961         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
962         (gst_ximagesink_change_state):
963         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
964         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
965         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
966         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
967         Don't leak shared memory resources. Use the object lock to protect
968         against the xcontext disappearing while returning a buffer from the
969         pipeline. (#347304)
970
971 2006-07-12  Edward Hervey  <edward@fluendo.com>
972
973         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
974         (vorbis_handle_comment_packet):
975         gst_tag_list_merge() returns a new object. Take that into account when
976         using it. This avoids memleak.
977         Revert previous commit which is not needed.
978
979 2006-07-12  Edward Hervey  <edward@fluendo.com>
980
981         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
982         Reset the decoder in finalize so that all fields get cleared.
983
984 2006-07-12  Wim Taymans  <wim@fluendo.com>
985
986         * gst-libs/gst/audio/gstbaseaudiosrc.c:
987         (gst_base_audio_src_set_clock),
988         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
989         Don't try to post an error message when setting the clock fails
990         as this can happen when adding an element to a bin which will then
991         deadlock. Fixes #347296.
992
993 2006-07-12  Edward Hervey  <edward@fluendo.com>
994
995         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
996         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
997         (vorbis_handle_type_packet):
998         Post tag messages on the bus even if we're not initialized.
999         If we're not initialized, we still postpone the event pushing of tags.
1000
1001 2006-07-12  Wim Taymans  <wim@fluendo.com>
1002
1003         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
1004         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1005         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
1006         Revert last two changes that broke the freeze.
1007
1008 2006-07-12  Wim Taymans  <wim@fluendo.com>
1009
1010         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
1011         basesink calculates silence sample correctly for us.
1012
1013 2006-07-12  Wim Taymans  <wim@fluendo.com>
1014
1015         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1016         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
1017         Calculate correct silence samples so we don't fill our ringbuffer
1018         with noise.
1019
1020 2006-07-12  Edward Hervey  <edward@fluendo.com>
1021
1022         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
1023         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
1024         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
1025         * ext/vorbis/vorbisdec.h:
1026         Delay sending events (newsegment, tags) until the decoder is properly
1027         initialized.
1028         Fixes #347295
1029
1030 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
1031
1032         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
1033         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
1034           Patch from #347221 adding a test for audioconvert
1035           channel remappings.
1036
1037 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
1038
1039         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1040         (gst_ssa_parse_parse_line):
1041           Don't include the terminating NUL in the buffer size,
1042           it's only there for extra paranoia (would add random
1043           '*' characters at the end of each subtitle since the
1044           terminator itself is not valid UTF-8 technically).
1045           Also fix indenting after boilerplate macro.
1046
1047 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
1048
1049         * gst/playback/gstdecodebin.c: (close_pad_link):
1050           Also emit 'unknown-type' signal (which should really be
1051           called unhandled-type) if we found potential decoders/demuxers
1052           in the registry but none of them worked in the end (as in the
1053           case where the plugins don't exist any longer but are still
1054           listed in the registry). Fixes #329798.
1055
1056 2006-07-08  Andy Wingo  <wingo@pobox.com>
1057
1058         * theoraparse.c (theora_parse_push_buffer)
1059         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
1060         Add some more debugging. Fix granulepos reconstruction in the face
1061         of discontinuities.
1062
1063 2006-07-06  Wim Taymans  <wim@fluendo.com>
1064
1065         * gst-libs/gst/audio/gstbaseaudiosink.c:
1066         (gst_base_audio_sink_class_init),
1067         (gst_base_audio_sink_provide_clock):
1068         Use gobject_class instead of G_OBJECT_CLASS (klass)
1069
1070         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1071         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
1072         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
1073         (gst_base_audio_src_get_time),
1074         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
1075         (gst_base_audio_src_create_ringbuffer):
1076         Fix latency and buffer-time constants and properties ala basesink.
1077         Implement pull based scheduling. Fixes #346527.
1078         Set default blocksize in GstBaseSrc to 0, we default to pushing out
1079         one segment.
1080         Refuse slaving to another clock instead of silently not working.
1081         Only provide a clock when we are actually able to do so.
1082         Various small cleanups and compiler hints.
1083
1084 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
1085
1086         Patch by: Lutz Mueller <lutz at topfrose de>
1087
1088         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
1089         (plugin_init):
1090           Add typefinding for text/html (#346581).
1091
1092 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
1093
1094         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1095         (xml_check_first_element), (xml_type_find), (smil_type_find):
1096           Fix SMIL typefinding, make xml_check_first_element() more
1097           useful.
1098
1099 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
1100
1101         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1102         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
1103         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
1104         * gst/playback/gstplaybasebin.h:
1105           Protect list of elements with a subtitle-encoding property and
1106           the subtitle encoding member itself with a lock of their own
1107           instead of using the object lock. This prevents a dead-lock in
1108           the element-remove callback in some circumstances when shutting
1109           down playbin.
1110
1111 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
1112
1113         * win32/common/libgsttag.def:
1114         Export some new functions.
1115         * win32/vs6/libgstogg.dsp:
1116         Add a link to libgsttag-0.10.lib.
1117
1118 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
1119
1120         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1121           Some const-ification.
1122
1123 2006-07-04  Wim Taymans  <wim@fluendo.com>
1124
1125         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
1126         Improve checking if we are dealing with a stream. Added some
1127         more uris that need buffering.
1128
1129 2006-07-03  Edward Hervey  <edward@fluendo.com>
1130
1131         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
1132         Remove unused variable.
1133
1134 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1135
1136         * Makefile.am:
1137           include lcov.mak
1138         * configure.ac:
1139           add GCOV_LIBS to GST_LIBS
1140
1141 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
1142
1143         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
1144
1145         * ext/alsa/gstalsasrc.c:
1146           Add 32 bps to template caps and increase channels range
1147           from [1,2] to [1,MAX]. See #346326.
1148
1149 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
1150
1151         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1152           Recognise 'WMVA' video codec fourcc (#345879).
1153           
1154 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
1155          
1156         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
1157           Fixed nasty memory leak
1158
1159 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1160
1161         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
1162         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
1163           fix logging
1164
1165 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
1166
1167         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1168         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
1169         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
1170         Protect remove_fakesink using a mutex, so that we don't try and
1171         remove the fakesink simultaneously from multiple threads.
1172
1173         When going from READY to PAUSED, restore the fakesink, so that
1174         it is there when decodebin gets reused.
1175
1176 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
1177
1178         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1179         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1180         * gst-libs/gst/rtp/gstbasertppayload.c:
1181         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1182         * gst/tcp/gstmultifdsink.c:
1183         * gst/tcp/gsttcpclientsink.c:
1184         * gst/tcp/gsttcpclientsrc.c:
1185         * gst/tcp/gsttcpserversink.c:
1186         * gst/tcp/gsttcpserversrc.c:
1187         * gst/videorate/gstvideorate.c:
1188         * gst/videotestsrc/gstvideotestsrc.c:
1189         * sys/v4l/gstv4ljpegsrc.c:
1190         * sys/v4l/gstv4lmjpegsink.c:
1191         * sys/v4l/gstv4lsrc.c:
1192         * tests/examples/seek/scrubby.c:
1193         * tests/examples/seek/seek.c:
1194           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
1195
1196 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
1197
1198         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1199           Second field in GEnumValue shouldn't be a description,
1200           but a stringified version of the enum value.
1201
1202 2006-06-22  Wim Taymans  <wim@fluendo.com>
1203
1204         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1205         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
1206         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
1207         Avoid type checking in buffer casts.
1208         Avoid caps copy in buffer_alloc when we can.
1209         Use pad_peer_accept.
1210
1211 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
1212
1213         * gst-libs/gst/tag/tag.h:
1214           Oops, make that 'Since: 0.10.9'.
1215
1216 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
1217
1218         * docs/libs/gst-plugins-base-libs-sections.txt:
1219         * gst-libs/gst/tag/tag.h:
1220         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1221         (gst_tag_image_type_get_type):
1222           API: add GstTagImageType enum to describe images contained
1223           in image tags (#345641).
1224
1225 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
1226
1227         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
1228           Fix warnings with gst-inspect: "buffers-min" property
1229           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
1230           typo in property description.
1231
1232 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
1233
1234         Patch by: Cody Russell <bratsche at gnome org>
1235
1236         * gst/audioresample/gstaudioresample.c:
1237         (gst_audioresample_class_init):
1238         * gst/playback/gststreamselector.c:
1239         (gst_stream_selector_class_init):
1240         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
1241         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
1242         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
1243         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
1244         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
1245         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
1246         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
1247         * gst/videotestsrc/gstvideotestsrc.c:
1248         (gst_video_test_src_class_init):
1249         * gst/volume/gstvolume.c: (gst_volume_class_init):
1250           Avoid unnecessary class cast check in class_init
1251           functions (#337747).
1252
1253 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
1254
1255         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
1256         (gst_text_overlay_video_chain):
1257           g_markup_escape_text() REALLY doesn't like non-UTF8 input
1258           and doesn't validate its input either (and neither did
1259           textoverlay it seems). Let's do that then and fix #345206.
1260
1261 2006-06-19  Wim Taymans  <wim@fluendo.com>
1262
1263         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
1264         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
1265         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
1266         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
1267         (find_syncframe), (find_limits), (assign_value),
1268         (count_burst_unit), (gst_multi_fd_sink_new_client),
1269         (gst_multi_fd_sink_handle_client_write),
1270         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
1271         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
1272         (gst_multi_fd_sink_change_state):
1273         * gst/tcp/gstmultifdsink.h:
1274         Added shiny new burst-on-connect methods.
1275         Add properties to control the minimal amount of data queued.
1276         Small cleanups.
1277         API: bytes-min property
1278         API: time-min property
1279         API: buffers-min property
1280         API: burst-unit property
1281         API: burst-value property
1282         API: add-full signal
1283
1284         * gst/tcp/gsttcp-marshal.list:
1285         Added new marshaller code for the new signal.
1286
1287         * tests/check/elements/multifdsink.c: (GST_START_TEST),
1288         (multifdsink_suite):
1289         Added testcases for new burst methods.
1290
1291 2006-06-19  Edward Hervey  <edward@fluendo.com>
1292
1293         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
1294         Implement clipping for accurate seeking.
1295         Closes #345225
1296
1297 2006-06-19  Wim Taymans  <wim@fluendo.com>
1298
1299         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
1300
1301         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
1302         (gst_video_scale_transform):
1303         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
1304
1305 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
1306
1307         * configure.ac:
1308           Fix --disable-external (can't set conditionals conditionally,
1309           #343602).
1310
1311 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
1312
1313         * tests/check/elements/audioresample.c: (test_reuse),
1314         (audioresample_suite):
1315           Add test case for bug #342789 fixed below.
1316
1317 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
1318
1319         * gst/audioresample/gstaudioresample.c:
1320         (gst_audioresample_class_init), (gst_audioresample_init),
1321         (audioresample_start), (audioresample_stop),
1322         (gst_audioresample_set_property), (gst_audioresample_get_property):
1323           Implement GstBaseTransform::start and ::stop so that audioresample
1324           can clear its internal state properly and be reused instead of
1325           causing non-negotiated errors with playbin under some circumstances
1326           (#342789).
1327
1328         * tests/check/elements/audioresample.c: (setup_audioresample),
1329         (cleanup_audioresample):
1330           Need to set element state here so that ::start and ::stop are
1331           called.
1332
1333 2006-06-16  Wim Taymans  <wim@fluendo.com>
1334
1335         Patch by: Young-Ho Cha <ganadist at chollian dot net>
1336
1337         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
1338         Parse extra data better, apparently it's right behind
1339         the normal strf header size. Fixes #343500.
1340
1341 2006-06-16  Wim Taymans  <wim@fluendo.com>
1342
1343         * ext/alsa/gstalsasink.c: (set_hwparams):
1344         If we fail to set the buffer_time and period_time alsa
1345         parameters, post a warning and leave alsa select a 
1346         default instead of failing. Fixes #342085
1347
1348 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
1349
1350         * docs/libs/gst-plugins-base-libs-sections.txt:
1351         * gst-libs/gst/cdda/gstcddabasesrc.h:
1352           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
1353           out in the header file and shouldn't be listed in the docs.
1354
1355         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
1356           Must dereference pointer to fourcc in the debug statement.
1357
1358 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
1359
1360         * docs/libs/Makefile.am:
1361         * docs/libs/gst-plugins-base-libs-docs.sgml:
1362         * docs/libs/gst-plugins-base-libs-sections.txt:
1363         * docs/libs/gst-plugins-base-libs.types:
1364         add remaining symbols into correct setions
1365         
1366         * gst-libs/gst/audio/gstringbuffer.c:
1367         fix incomplete docs
1368         
1369         * gst-libs/gst/audio/gstringbuffer.h:
1370         comment out not yet implemented function
1371         
1372         
1373         * gst-libs/gst/floatcast/floatcast.h:
1374         * gst-libs/gst/netbuffer/gstnetbuffer.c:
1375         add short descriptions
1376         
1377         
1378         * gst-libs/gst/interfaces/propertyprobe.c:
1379         fix return value docs   
1380         
1381         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
1382         simplify debug logging
1383         
1384         * gst-libs/gst/riff/riff-read.h:
1385         sync function prototype and docs
1386         
1387         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1388         remove left over symbol
1389
1390 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
1391
1392         * autogen.sh:
1393         * configure.ac:
1394         * docs/Makefile.am:
1395           Use GST_PLUGIN_DOCS macro in configure.ac, add
1396           --enable-plugin-docs default to autogen.sh and use
1397           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
1398
1399 2006-06-15  Wim Taymans  <wim@fluendo.com>
1400
1401         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1402         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
1403         (gst_ogg_demux_loop):
1404         Combine GstFlowReturn from the source pads to give a
1405         meaningfull result to the upstream peer or to stop the
1406         processing task in case of errors.
1407
1408 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1409
1410         * gst/playback/gststreaminfo.c: (cb_probe):
1411           Try GST_TAG_CODEC as fallback when extracting the
1412           codec name; more debug info.
1413
1414 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1415
1416         * ext/ogg/Makefile.am:
1417         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1418           Extract language tags from ogm subtitle streams, so that
1419           the subtitle menu choices are labelled correctly in
1420           Totem (fixes #344708).
1421
1422 2006-06-14  Wim Taymans  <wim@fluendo.com>
1423
1424         Patch by: Alessandro Decina <alessandro at nnva dot org>
1425
1426         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
1427         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
1428         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
1429         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
1430         Fix various leaks. Fixes #343699.
1431         Add x-smoke mime type.
1432
1433 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1434
1435         * gst-libs/gst/riff/riff-ids.h:
1436           Add IDs for 'bext' chunks (see #343837).
1437
1438 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
1439
1440         Patch by: Young-Ho Cha  <ganadist at chollian net>
1441
1442         * gst/subparse/samiparse.c: (sami_context_pop_state),
1443         (handle_start_font), (end_sami_element):
1444           Honour font face tags in SAMI subtitles (#344503).
1445
1446 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
1447
1448         * po/POTFILES.in:
1449           add missing files containing translatable strings
1450
1451 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
1452
1453         * docs/libs/tmpl/.cvsignore:
1454           we don't want those *.sgml files in CVS either
1455
1456 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
1457
1458         * docs/libs/.cvsignore:
1459         * tests/check/elements/.cvsignore:
1460         * tests/check/libs/.cvsignore:
1461           ignore more
1462
1463 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
1464
1465         * docs/libs/Makefile.am:
1466           also commiting the changed Makefile.am (added more libs to the
1467           doc-build)
1468
1469 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
1470
1471         * docs/libs/gst-plugins-base-libs-docs.sgml:
1472         * docs/libs/gst-plugins-base-libs-sections.txt:
1473         * docs/libs/gst-plugins-base-libs.types:
1474           first batch of reordering things, add index & hierarchy
1475
1476 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1477
1478         * configure.ac:
1479           use GST_PKG_CHECK_MODULES, cleans up output
1480
1481 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
1482
1483         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
1484           Add support for burn:// URIs (#343385); const-ify things a bit,
1485           use G_N_ELEMENTS instead of hard-coded array size.
1486
1487 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
1488
1489         Patch by: Young-Ho Cha  <ganadist at chollian net>
1490
1491         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
1492           Fix up broken entities before passing them to libxml *sigh*.
1493           (#343303).
1494           
1495 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1496
1497         * configure.ac:
1498           back to TRUNK
1499
1500 === release 0.10.8 ===
1501
1502 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
1503
1504         * configure.ac:
1505           releasing 0.10.8, "Moar gij ziet mij nie"
1506
1507 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
1508
1509         * configure.ac:
1510         * po/af.po:
1511         * po/az.po:
1512         * po/cs.po:
1513         * po/en_GB.po:
1514         * po/hu.po:
1515         * po/it.po:
1516         * po/nb.po:
1517         * po/nl.po:
1518         * po/or.po:
1519         * po/sq.po:
1520         * po/sr.po:
1521         * po/sv.po:
1522         * po/uk.po:
1523         * po/vi.po:
1524         * win32/common/config.h:
1525           0.10.7.2 prerelease
1526
1527 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
1528
1529         * docs/libs/tmpl/gstaudio.sgml:
1530         * docs/libs/tmpl/gstcolorbalance.sgml:
1531         * docs/libs/tmpl/gstmixer.sgml:
1532         * docs/libs/tmpl/gstringbuffer.sgml:
1533         * docs/libs/tmpl/gsttuner.sgml:
1534         * docs/libs/tmpl/gstxoverlay.sgml:
1535         * gst-libs/gst/audio/audio.c:
1536         * gst-libs/gst/audio/gstringbuffer.c:
1537         * gst-libs/gst/interfaces/colorbalance.c:
1538         * gst-libs/gst/interfaces/mixer.c:
1539         * gst-libs/gst/interfaces/tuner.c:
1540         * gst-libs/gst/interfaces/xoverlay.c:
1541           move last template doc snippets to source code and delete them
1542
1543 2006-06-06  Michael Smith  <msmith@fluendo.com>
1544
1545         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
1546         (theora_parse_drain_queue):
1547           Mark DELTA_UNIT on non-keyframes.
1548
1549 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
1550
1551         * gst-libs/gst/audio/gstbaseaudiosink.c:
1552         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
1553         * gst-libs/gst/audio/gstbaseaudiosink.h:
1554         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
1555         (gst_ring_buffer_samples_done):
1556         * gst-libs/gst/audio/gstringbuffer.h:
1557         Document better the fact that latency_time and buffer_time are values
1558         stored in microseconds, and not the usual GStreamer nanoseconds.
1559         Change the variables (compatibly) that store them from GstClockTime 
1560         to guint64 to make it more clear that they're not storing clock times.
1561         Also, remove the bogus property description that says the user can
1562         specify -1 to get the default value, since that's never been the case.
1563
1564         When computing the default segment size for the ring buffer, make it
1565         an integer number of samples.
1566
1567         When the sub-class indicates a delay greater than the number of
1568         samples we've written return 0 from the audio sink get_time method.
1569
1570 2006-06-02  Michael Smith  <msmith@fluendo.com>
1571
1572         * tests/check/elements/audioconvert.c: (set_channel_positions),
1573         (get_float_mc_caps), (get_int_mc_caps):
1574         * tests/check/elements/audioresample.c:
1575         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
1576         * tests/check/elements/videorate.c:
1577         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
1578         * tests/check/elements/volume.c:
1579         * tests/check/elements/vorbisdec.c:
1580         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
1581           Don't busy-wait in tests; this was causing test timeouts very
1582           frequently when running under valgrind.
1583
1584 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1585
1586         * gst/tcp/README:
1587         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
1588         (gst_multi_fd_sink_remove_client_link),
1589         (gst_multi_fd_sink_client_queue_caps),
1590         (gst_multi_fd_sink_client_queue_buffer),
1591         (gst_multi_fd_sink_handle_client_write),
1592         (gst_multi_fd_sink_render):
1593         * gst/tcp/gstmultifdsink.h:
1594           make multifdsink properly deal with streamheader:
1595           - streamheader is taken from caps
1596           - buffers marked with IN_CAPS are not sent
1597           - streamheaders are sent, on connection, from the caps of the
1598             buffer where the client gets positioned to
1599           - further streamheader changes are done every time the client
1600             will receive a buffer with different caps
1601         * tests/check/elements/multifdsink.c: (GST_START_TEST),
1602         (gst_multifdsink_create_streamheader):
1603           add tests for this
1604
1605 2006-06-02  Michael Smith  <msmith@fluendo.com>
1606
1607         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1608           Reinstate limit on channel count. Vorbis does not define the meaning
1609           of > 6 channels, so they're just independent channels. Gstreamer
1610           currently has no mechanism to represent N independent channels.
1611
1612 2006-06-02  Michael Smith  <msmith@fluendo.com>
1613
1614         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1615           Don't arbitrarily restrict channel counts and rate in vorbis.
1616           In terms of effects likely on real-world files, this fixes 96kHz
1617           playback of vorbis.
1618
1619 2006-06-02  Michael Smith  <msmith@fluendo.com>
1620
1621         * gst/audioconvert/audioconvert.c: (float):
1622           More correct float->int conversion.
1623
1624 2006-06-02  Michael Smith  <msmith@fluendo.com>
1625
1626         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
1627           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
1628           value. Fixes g-critical on trying to play back ogg containing
1629           unknown codec.
1630
1631 2006-06-02  Wim Taymans  <wim@fluendo.com>
1632
1633         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
1634         (setup_source):
1635         * gst/playback/gstplaybasebin.h:
1636         Make the subtitle detection work from any thread so we don't
1637         deadlock. Fixes #343397.
1638
1639 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1640
1641         * gst/volume/Makefile.am:
1642           Seriously, it's not *that* hard to get compilation right.  Even
1643           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
1644
1645 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
1646
1647         * gst/volume/gstvolume.c: (volume_choose_func),
1648         (volume_update_real_volume), (gst_volume_class_init),
1649         (gst_volume_init), (volume_process_float), (volume_process_int16),
1650         (volume_process_int16_clamp), (volume_set_caps),
1651         (volume_transform_ip), (plugin_init):
1652         * gst/volume/gstvolume.h:
1653         rewrite the passthrough check, split _int16 and _int16_clamp, fix
1654         another property desc., remove unused param from process function
1655         
1656         * tests/check/elements/volume.c: (volume_suite):
1657         reactivate the passthrough test
1658
1659 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
1660
1661         * ext/alsa/gstalsamixerelement.h:
1662         * ext/alsa/gstalsamixeroptions.h:
1663         * ext/alsa/gstalsamixertrack.h:
1664         * ext/gnomevfs/gstgnomevfssink.h:
1665         * ext/gnomevfs/gstgnomevfssrc.h:
1666         * ext/theora/gsttheoradec.h:
1667         * ext/theora/gsttheoraenc.h:
1668         * ext/theora/gsttheoraparse.h:
1669         * ext/vorbis/vorbisparse.h:
1670         * gst-libs/gst/audio/gstaudioclock.h:
1671         * gst-libs/gst/audio/gstaudiofilter.h:
1672         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1673         * gst/audioconvert/gstaudioconvert.h:
1674         * gst/audioresample/gstaudioresample.h:
1675         * gst/audiotestsrc/gstaudiotestsrc.h:
1676         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1677         * gst/playback/gststreamselector.h:
1678         * gst/tcp/gstmultifdsink.h:
1679         * gst/tcp/gsttcpclientsink.h:
1680         * gst/tcp/gsttcpclientsrc.h:
1681         * gst/tcp/gsttcpserversink.h:
1682         * gst/tcp/gsttcpserversrc.h:
1683         * gst/videorate/gstvideorate.h:
1684         * gst/videoscale/gstvideoscale.h:
1685         * gst/videotestsrc/gstvideotestsrc.h:
1686         * gst/volume/gstvolume.h:
1687         * sys/v4l/gstv4ljpegsrc.h:
1688         * sys/v4l/gstv4lmjpegsink.h:
1689         * sys/v4l/gstv4lmjpegsrc.h:
1690         * sys/v4l/gstv4lsrc.h:
1691         * sys/ximage/ximagesink.h:
1692         * sys/xvimage/xvimagesink.h:
1693         * tests/old/testsuite/alsa/sinesrc.h:
1694         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
1695
1696 2006-05-31  Wim Taymans  <wim@fluendo.com>
1697
1698         * ext/libvisual/visual.c: (gst_visual_reset),
1699         (gst_visual_sink_setcaps), (gst_visual_sink_event),
1700         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
1701         Handle DISCONT.
1702         Use running time before doing QoS.
1703         Handle mono too.
1704
1705 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
1706
1707         * docs/libs/Makefile.am:
1708           set a magic variable to indicate we know the docs are incomplete
1709
1710 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
1711
1712         * win32/common/libgstvideo.def:
1713           export gst_video_calculate_display_ratio
1714         * win32/vs6/libgstvideoscale.dsp:
1715           add link to libgstvideo-0.10.lib
1716
1717 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
1718
1719         * gst/playback/gstplaybasebin.c: (gen_source_element):
1720           Throw a more comprehensible error for rtsp:// URIs (rather
1721           than erroring out with a negotiation error later on) until
1722           we fix playbin to handle rtspsrc etc.
1723
1724 2006-05-30  Wim Taymans  <wim@fluendo.com>
1725
1726         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1727         (gst_text_overlay_text_event):
1728         Added some FIXMEs.
1729
1730 2006-05-30  Wim Taymans  <wim@fluendo.com>
1731
1732         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
1733         (gst_adder_request_new_pad), (gst_adder_release_pad):
1734         * gst/adder/gstadder.h:
1735         Implement release_request_pad.
1736         Make padcounter atomic.
1737
1738         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
1739         Added check for release_pad in adder.
1740
1741 2006-05-30  Wim Taymans  <wim@fluendo.com>
1742
1743         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
1744         Fix build again.
1745
1746 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1747
1748         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
1749         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
1750         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1751         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
1752         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
1753         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
1754         (gst_ogg_demux_bisect_forward_serialno),
1755         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
1756         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
1757           add more debugging
1758           clean up printf formats for granulepos and serialno
1759
1760 2006-05-30  Michael Smith  <msmith@fluendo.com>
1761
1762         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
1763         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
1764         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
1765         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
1766         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1767         * ext/vorbis/vorbisenc.h:
1768           Multi-channel caps negotiation, so we can do proper multichannel
1769           vorbis encoding, negotiated through audioconvert.
1770
1771 2006-05-30  Wim Taymans  <wim@fluendo.com>
1772
1773         * tests/check/elements/adder.c: (test_event_message_received),
1774         (test_play_twice_message_received), (GST_START_TEST),
1775         (adder_suite):
1776         Added check to show that #339935 is fixed with ongoing
1777         adder and collectpads fixes.
1778
1779 2006-05-29  Wim Taymans  <wim@fluendo.com>
1780
1781         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
1782         Don't leak pad name.
1783
1784 2006-05-29  Wim Taymans  <wim@fluendo.com>
1785
1786         * gst/adder/gstadder.c: (gst_adder_query_duration),
1787         (forward_event_func), (forward_event), (gst_adder_src_event):
1788         Fix adder seeking.
1789         Make query/seeking code threadsafe.
1790
1791         * tests/check/Makefile.am:
1792         * tests/check/elements/adder.c: (test_event_message_received),
1793         (GST_START_TEST), (test_play_twice_message_received):
1794         Fix adder test case.
1795
1796 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
1797
1798         Patch by: Young-Ho Cha  <ganadist at chollian net>
1799
1800         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1801         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
1802         (set_encoding_element), (decodebin_element_added_cb),
1803         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
1804         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
1805         * gst/playback/gstplaybasebin.h:
1806           Add 'subtitle-encoding' property to playbin, so applications can
1807           force a subtitle encoding for non-UTF8 subtitles (#342268).
1808
1809         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
1810         (gst_sub_parse_set_property):
1811           Rename recently-added 'encoding' property to 'subtitle-encoding'
1812           (so it can be proxied by playbin/decodebin in a generic way
1813           with less danger of false positives).
1814
1815 2006-05-29  Michael Smith  <msmith@fluendo.com>
1816
1817         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
1818         (append_with_other_format), (set_structure_widths),
1819         (gst_audio_convert_transform_caps):
1820           Patch from #341562: give more specific audio caps in get_caps, so
1821           that basetransform  can make better decisions on what caps to
1822           negotiate.
1823
1824 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
1825
1826         * tests/check/elements/volume.c:
1827         make it compile again
1828
1829 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
1830
1831         * tests/check/elements/volume.c: (volume_suite):
1832         disable test until #343196 gets resolved
1833
1834 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
1835
1836         * gst/adder/gstadder.c: (gst_adder_get_type):
1837         Make it easier to copy&paste
1838         
1839         * gst/volume/Makefile.am:
1840         * gst/volume/gstvolume.c: (volume_update_real_volume),
1841         (gst_volume_set_volume), (gst_volume_set_mute),
1842         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
1843         (volume_transform_ip), (volume_update_mute),
1844         (volume_update_volume):
1845         * gst/volume/gstvolume.h:
1846         Add own debug category, move duplicate code to helper function, fix
1847         property texts, add more comments and prepare ffor liboil-goodness
1848         
1849         * tests/check/Makefile.am:
1850         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1851         add test for mute and passtrough case, be a bit more verbose to track
1852         failure
1853         
1854         * tests/check/generic/states.c: (GST_START_TEST):
1855         catch elements that fail to instantiate
1856
1857 2006-05-28  Edward Hervey  <edward@fluendo.com>
1858
1859         * tests/check/pipelines/simple-launch-lines.c:
1860         * tests/check/pipelines/theoraenc.c:
1861         * tests/check/pipelines/vorbisenc.c:
1862         Comment out tests using parse_launch() if core was built without
1863         parsing capabilities.
1864
1865 2006-05-27  Edward Hervey  <edward@fluendo.com>
1866
1867         * tests/check/Makefile.am:
1868         Extra bonus points for whoever explains to ensonic that you are meant
1869         to test unit tests thoroughly before commiting them, especially if
1870         you know it's going to break.
1871         De-activated element/adder tests.
1872
1873 2006-05-27  Edward Hervey  <edward@fluendo.com>
1874
1875         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1876         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
1877         Marking caps conversion issues as GST_WARNING is way too verbose,
1878         Moving them to GST_LOG.
1879
1880 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
1881
1882         * README:
1883           Replace current README (containing the release notes from
1884           some 0.9.x version) with a proper README taken from the core.
1885
1886 2006-05-26  Wim Taymans  <wim@fluendo.com>
1887
1888         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1889         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
1890         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
1891         (vorbis_dec_change_state):
1892         Small cleanups.
1893         Add some FIXMEs
1894         Clip output samples to segment boundaries.
1895
1896 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
1897
1898         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
1899         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
1900         Improve the errors produced on bad output, including some human
1901         readable description strings.
1902         Handle the (theoretical for ximagesink) case where the XServer 
1903         has a different idea about the size required for a particular 
1904         frame and gives us too small a memory allocation.
1905
1906 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
1907
1908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1909         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
1910         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
1911         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
1912         Improve the errors produced on bad output, including some human 
1913         readable description strings.
1914         Handle RGB Xv formats properly by transforming them into our 
1915         big-endian caps description.
1916         Use gst_caps_truncate to ensure that we never try and choose a
1917         non-fixed caps in buffer_alloc.
1918         Handle the case where the XServer has a different idea about the size
1919         required for a particular frame and gives us too small a memory
1920         allocation.
1921         Use -1 to indicate 'no image format', because 0 is a valid XServer
1922         image format number.
1923         Put RGB Xv formats at the end of the caps, so that we always prefer
1924         YUV format frames.
1925         Iterate the available Xv Encodings to determine the maximum width and
1926         height, and then return that in our caps.
1927         (Closes #315312, #337544)
1928
1929 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1930
1931         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
1932         When there is only one unfinished pad and it receives an event that
1933         doesn't match our requirements, we need to set alldone=FALSE so that
1934         the fakesink is not removed yet.
1935
1936 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
1937
1938         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1939           Use gst_type_find_helper_for_buffer() to find the type
1940           of stream from the first packet.
1941
1942         * configure.ac:
1943           Bump requirements to core CVS (needed for vorbis
1944           typefinding to work).
1945
1946 2006-05-24  Edward Hervey  <edward@fluendo.com>
1947
1948         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
1949         Added the 'prfl' atom type which MQV (no, it's not a typo) files
1950         contain.  Else they play perfectly fine with qtdemux.
1951
1952 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
1953
1954         * ext/theora/theoradec.c:
1955         * ext/theora/theoraenc.c:
1956         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
1957         * gst/audiorate/gstaudiorate.c:
1958           make more debug catagories static
1959         
1960         * tests/check/Makefile.am:
1961         * tests/check/elements/adder.c: (message_received),
1962         (test_event_message_received), (GST_START_TEST),
1963         (test_play_twice_message_received), (adder_suite):
1964           added test case for using element twice, extra bonus points for anyone
1965           who can make these test run reliably
1966
1967 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
1968
1969         * ext/theora/theoradec.c: (theora_dec_chain):
1970           Make work with time-stamped input buffers that do not
1971           have a granulepos in BUFFER_OFFSET_END (like theora
1972           buffers coming from matroskademux). Fixes #342448.
1973
1974 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1975
1976         Patch by: Peter Kjellerstedt  <pkj at axis com>
1977
1978         * gst/tcp/Makefile.am:
1979           fdstresstest doesn't need Gtk+, fix compilation if 
1980           gtk is not available (#342566).
1981
1982 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
1983          
1984         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
1985           80 line columns
1986           Removed redundant floor()
1987
1988 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
1989
1990         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
1991           On second thought, just skip JUNK chunks automatically, so
1992           the caller doesn't have to handle this. Fixes #342345.
1993           Also, return GST_FLOW_UNEXPECTED if we get a short read,
1994           not GST_FLOW_ERROR.
1995
1996 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
1997
1998         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
1999           Don't bail out on JUNK chunks with a size of 0 (would try to
2000           pull_range 0 bytes before, which sources don't like too much).
2001           See #342345.
2002
2003 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
2004
2005         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
2006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2007         Use the gstutil scaling function to preserve 64 bits while calculating
2008         output width and height from the display-aspect-ratio. (A continuation
2009         of #341542)
2010
2011 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
2012
2013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
2014         (gst_xvimagesink_buffer_alloc):
2015         * sys/xvimage/xvimagesink.h:
2016         When performing buffer allocations, remember the caps and image format
2017         we return so that if the same caps are asked for next time we can
2018         return them immediately without doing any caps intersections.
2019
2020 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2021          
2022         * gst-libs/gst/rtp/README:
2023           Some new documentation
2024         * gst-libs/gst/rtp/gstrtpbuffer.h:       
2025           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
2026         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
2027         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
2028           New RTP audio base payloader class. Supports frame or sample based
2029           codecs.  Not enabled in Makefile.am until approved.
2030
2031 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
2032
2033         * tests/check/elements/alsa.c: (test_device_property_probe):
2034           Fix test case: don't try to free NULL GValueArray when there
2035           are no devices.
2036
2037 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
2038
2039         * tests/check/Makefile.am:
2040         * tests/check/elements/alsa.c: (test_device_property_probe),
2041         (alsa_suite), (main):
2042           Add simple test that runs a device property probe on alsasrc,
2043           alsasink and alsamixer. Disable valgrind check for now (too
2044           many leaks in libasound, and valgrind ignored my suppressions
2045           additions).
2046
2047 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
2048
2049         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
2050         (gst_alsa_device_property_probe_probe_property),
2051         (gst_alsa_device_property_probe_needs_probe),
2052         (gst_alsa_device_property_probe_get_values),
2053         (gst_alsa_type_add_device_property_probe_interface):
2054         * ext/alsa/gstalsadeviceprobe.h:
2055         * ext/alsa/gstalsamixerelement.c:
2056         (gst_alsa_mixer_element_init_interfaces):
2057         * ext/alsa/gstalsamixerelement.h:
2058           Clean up and simplify alsa device probing. Make it actually work
2059           for multiple classes. Don't cache results any longer.
2060
2061         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
2062         (gst_alsasink_init):
2063         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
2064         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
2065         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
2066           Make alsasink and alsasrc implement the GstPropertyProbe interface
2067           for device probing (#342181).
2068           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
2069
2070 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
2071
2072         * gst/subparse/samiparse.c: (handle_start_font):
2073           Don't ignore return value of strtol (++compiler_happiness).
2074
2075 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
2076
2077         Patch by: Young-Ho Cha  <ganadist chollian net>
2078
2079         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2080         (gst_sub_parse_class_init), (gst_sub_parse_init),
2081         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
2082         (convert_encoding):
2083         * gst/subparse/gstsubparse.h:
2084           Add 'encoding' property (#341681).
2085
2086         * gst/subparse/samiparse.c: (characters_sami):
2087           Output is pango markup, so we need to escape text
2088           between tags (#342143).
2089
2090 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
2091
2092         * gst-libs/gst/audio/multichannel.c:
2093         (gst_audio_check_channel_positions):
2094           It's okay to have caps with channels=1 and a channel position
2095           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
2096           (deinterleavers might want to keep the position in the caps,
2097           so that they can be re-interleaved again properly later).
2098           Leave check for unexpected 2-channel layouts intact for now.
2099
2100 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2101
2102         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
2103         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
2104         basesrc can do its job correctly.
2105
2106 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
2107
2108         * ext/alsa/Makefile.am:
2109         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
2110         (gst_alsa_detect_formats), (get_channel_free_structure),
2111         (caps_add_channel_configuration), (gst_alsa_detect_channels),
2112         (gst_alsa_probe_supported_formats):
2113         * ext/alsa/gstalsa.h:
2114         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
2115           Refactor and improve caps probing code: probe signedness
2116           when we probe the supported formats/widths; set endianness
2117           to the one we actually probed for (ie. cpu endianness).
2118           
2119         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
2120         (gst_alsasrc_close):
2121         * ext/alsa/gstalsasrc.h:
2122           Implement caps probing for alsasrc.
2123
2124 2006-05-15  Wim Taymans  <wim@fluendo.com>
2125
2126         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2127         (theora_dec_src_query), (theora_dec_src_event),
2128         (theora_dec_sink_event), (theora_handle_comment_packet),
2129         (theora_handle_data_packet), (theora_dec_change_state):
2130         Cleanups, add some G_LIKELY.
2131         Use segment helpers instead of our own wrong code.
2132         Clear queued buffers on seek and READY.
2133
2134         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2135         (vorbis_dec_convert), (vorbis_dec_src_query),
2136         (vorbis_dec_src_event), (vorbis_dec_sink_event),
2137         (vorbis_handle_comment_packet), (vorbis_dec_push),
2138         (vorbis_handle_data_packet), (vorbis_dec_chain),
2139         (vorbis_dec_change_state):
2140         * ext/vorbis/vorbisdec.h:
2141         Remove old useless packetno variable.
2142         Do position query properly.
2143         Add some G_LIKELY.
2144         Do cleanup of queued buffers in new helper function
2145         and use it.
2146
2147 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2148
2149         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
2150           Query supported sample rates. Fixes #341732.
2151
2152 2006-05-15  Julien MOUTTE  <julien@moutte.net>
2153
2154         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
2155         (gst_decode_bin_change_state): Make decodebin reusable
2156         when going from PAUSE_TO_READY and then back to PAUSED.
2157         Fixes #331678.
2158
2159 2006-05-15  Wim Taymans  <wim@fluendo.com>
2160
2161         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
2162         (vorbis_dec_convert), (vorbis_dec_src_query),
2163         (vorbis_dec_sink_query), (vorbis_dec_src_event),
2164         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
2165         (vorbis_dec_clean_queued), (vorbis_dec_push),
2166         (vorbis_handle_data_packet), (vorbis_dec_change_state):
2167         Cleanups. Use refcounting and DEBUG_OBJECT.
2168         Reset segment on flush, use code methods instead of our
2169         own wrong version.
2170         Fix potential memleak.
2171
2172 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2173
2174         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2175         (gst_alsasink_init):
2176         * ext/alsa/gstalsasink.h:
2177           Don't leak allocated snd_output_t structure if there's
2178           more than one alsasink instance at a time (#341873).
2179           Also fix GObject macros in header file.
2180           
2181 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2182
2183         * gst/subparse/gstsubparse.c:
2184         (gst_sub_parse_data_format_autodetect):
2185           Don't use libxml functions in the typefinding code.
2186
2187 2006-05-15  Wim Taymans  <wim@fluendo.com>
2188
2189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
2190         Fix seeking performance in the case where a non-header 
2191         packet has a 0 granulepos (busted theora case). 
2192         Fixes #341719
2193         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
2194          the first place, you limelight stealer you)
2195
2196 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2197
2198         * gst/subparse/gstsubparse.c:
2199         (gst_sub_parse_data_format_autodetect):
2200           Improve SAMI typefinding: handle case where there are
2201           whitespaces or newlines in front of the first <SAMI>
2202           tag (#169936).
2203
2204 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2205
2206         * configure.ac:
2207           Build video4linux plugin even if there's no XVIDEO, just
2208           without implementing the GstXOverlay interface (#334002).
2209          
2210 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2211
2212         * configure.ac:
2213         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
2214         (plugin_init):
2215           Add tentative support for libvisual-0.4 (#336881).
2216
2217 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2218
2219         Patch by: Young-Ho Cha <ganadist at chollian net>
2220
2221         * gst/subparse/samiparse.c: (handle_start_font):
2222           Need to map "silver" colour explicitly (#169936).
2223
2224 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2225
2226         Patch by: Young-Ho Cha  <ganadist at chollian net>
2227
2228         * gst/subparse/Makefile.am:
2229         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2230         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
2231         (gst_sub_parse_format_autodetect), (feed_textbuf),
2232         (gst_subparse_type_find), (plugin_init):
2233         * gst/subparse/gstsubparse.h:
2234         * gst/subparse/samiparse.c:
2235         * gst/subparse/samiparse.h:
2236           Add support for SAMI subtitles (#169936).
2237
2238 2006-05-14  Michael Smith  <msmith@fluendo.com>
2239
2240         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2241           Fix #341696: crash when mixing L+R+C to mono or stereo.
2242         * tests/check/Makefile.am:
2243         * tests/check/elements/audioconvert.c: (set_channel_positions),
2244         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
2245         (audioconvert_suite):
2246           Add test for the above, including some generic framework bits for
2247           testing multichannel things.
2248
2249 === release 0.10.7 ===
2250
2251 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
2252
2253         * configure.ac:
2254           releasing 0.10.7, "Leave the gun"
2255
2256 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
2257
2258         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
2259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2260         Fix the build.
2261
2262 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
2263
2264         * docs/libs/gst-plugins-base-libs-docs.sgml:
2265         * docs/libs/gst-plugins-base-libs-sections.txt:
2266         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
2267         * gst-libs/gst/video/video.h:
2268         * gst/videoscale/Makefile.am:
2269         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
2270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2271         * tests/check/Makefile.am:
2272         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
2273         (main):
2274           Fix integer overflow problem with pixel-aspect-ratio calculations
2275           in videoscale and xvimagesink (#341542)
2276
2277 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
2278
2279         * gst-libs/gst/tag/gstid3tag.c:
2280           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
2281
2282 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
2283
2284         * win32/MANIFEST:
2285           update win32 files listing
2286
2287 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2288
2289         patch by: Sjoerd Simons (sjoerd@luon.net)
2290
2291         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2292         (group_create), (group_destroy), (add_stream),
2293         (gst_play_base_bin_get_property),
2294         (gst_play_base_bin_get_streaminfo_value_array):
2295         * gst/playback/gstplaybasebin.h:
2296           API: GstPlayBaseBin::stream-info-value-array property
2297           use a more bindings-friendly way of exposing streaminfo
2298           using a GValueArray.  Tested in ipython.
2299           Closes #341114
2300
2301 2006-05-11  Wim Taymans  <wim@fluendo.com>
2302
2303         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
2304         (queue_underrun_cb), (queue_filled_cb):
2305         Also catch queue underruns but don't do anything yet.
2306         Refactor and comment queue enlarging code a bit.
2307
2308         * gst/playback/gstplaybasebin.c: (queue_overrun),
2309         (queue_threshold_reached), (queue_out_of_data),
2310         (gen_preroll_element):
2311         If a queue over/underruns check that we don't create nasty
2312         deadlocks when the min-threshold is not reached but the
2313         max-bytes is. In those cases disable max-bytes when we
2314         know that the queue is fed timed data.
2315         Add more comments.
2316
2317 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
2318
2319         * gst/playback/gstplaybin.c: (gen_audio_element):
2320           Make playbin automatically plug an 'audioresample'
2321           element before the audio sink as well. This solves
2322           problems with sinks that only accept a very specific
2323           sample rate, like esdsink (e.g. #340379).
2324
2325 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
2326
2327         * gst/playback/gstplaybasebin.c: (gen_source_element):
2328           Make http sources send special headers so that we receive
2329           icecast metadata if the http stream is an icecast stream
2330           (otherwise the server will just ignore them). This also
2331           means that from now on users will need the 'icydemux'
2332           element from gst-plugins-good installed if they want to
2333           listen to icecast radio streams. (#341432, #333657).
2334
2335 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2336
2337         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
2338         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
2339           remove stupid example from docs - it should come with a simple
2340           C program instead.
2341           Clean up/fix docs
2342         * tests/check/elements/multifdsink.c: (wait_bytes_served),
2343         (fail_if_can_read), (GST_START_TEST),
2344         (gst_multifdsink_create_streamheader), (multifdsink_suite):
2345           add a test for changing streamheader which exposes a bug in
2346           multifdsink
2347
2348 2006-05-11  Michael Smith  <msmith@fluendo.com>
2349
2350         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2351         (gst_gnome_vfs_src_received_headers_callback):
2352         * ext/gnomevfs/gstgnomevfssrc.h:
2353           Don't set icy-caps unless we have a sane interval value. Move
2354           interval to a local variable; we never use it outside this function.
2355
2356 2006-05-11  Wim Taymans  <wim@fluendo.com>
2357
2358         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2360         Register special buffer types along with the objects so
2361         that they are not registered at runtime from N different
2362         streaming threads since they are not threadsafe.
2363
2364 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2365
2366         * tests/check/elements/multifdsink.c: (wait_bytes_served),
2367         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
2368           add two more tests, one doing streamheader
2369
2370 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2371
2372         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
2373           clean up the bufqueue when shutting down
2374         * tests/check/Makefile.am:
2375         * tests/check/elements/multifdsink.c: (setup_multifdsink),
2376         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
2377         (main):
2378           add a test for the leak that was just fixed
2379
2380 2006-05-10  Wim Taymans  <wim@fluendo.com>
2381
2382         * gst/adder/gstadder.c: (gst_adder_setcaps),
2383         (gst_adder_query_duration), (gst_adder_query), (forward_event),
2384         (gst_adder_src_event), (gst_adder_sink_event),
2385         (gst_adder_class_init), (gst_adder_finalize),
2386         (gst_adder_request_new_pad), (gst_adder_collected):
2387         * gst/adder/gstadder.h:
2388         Updated some docs. Added comments and FIXMEs all over the place.
2389         Improve debugging info.
2390         Fix leak on finalize by not calling the parent.
2391         Implement duration query.
2392         Make event forwarding threadsafe.
2393         Correctly send NEWSEGMENT at start and after flush.
2394         Handle EOS correctly.
2395         Post error when not negotiated.
2396
2397         * tests/check/elements/adder.c: (GST_START_TEST):
2398         Added FIXME in the test.
2399
2400 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
2401
2402         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
2403         (gst_text_overlay_halign_get_type),
2404         (gst_text_overlay_wrap_mode_get_type):
2405         * ext/theora/theoradec.c: (theora_handle_type_packet),
2406         (theora_handle_data_packet):
2407         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
2408         (theora_enc_sink_setcaps), (theora_enc_chain):
2409         * gst-libs/gst/cdda/gstcddabasesrc.c:
2410         (gst_cdda_base_src_mode_get_type):
2411         * gst/audiotestsrc/gstaudiotestsrc.c:
2412         (gst_audiostestsrc_wave_get_type):
2413         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
2414         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2415         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2416         (gst_sync_method_get_type), (gst_unit_type_get_type),
2417         (gst_client_status_get_type):
2418         * gst/videoscale/gstvideoscale.c:
2419         (gst_video_scale_method_get_type):
2420         * gst/videotestsrc/gstvideotestsrc.c:
2421         (gst_video_test_src_pattern_get_type):
2422         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
2423         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
2424         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
2425         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
2426         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
2427         (paint_setup_RGB565), (paint_setup_xRGB1555):
2428           Const-ify GEnumValue and GFlagsValue arrays. Use
2429           GST_ROUND_UP_* macros instead of home-made ones.
2430
2431 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
2432
2433         * configure.ac:
2434           Require core CVS for the new newsegment stuff.
2435
2436 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
2437
2438         Patch by: Sjoerd Simons  <sjoerd at luon net>
2439
2440         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
2441           Register nick for enum value (#341160).
2442
2443 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
2444
2445         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
2446         (plugin_init):
2447          backout typefind patch #340375
2448          
2449         * tests/check/elements/adder.c: (message_received),
2450         (GST_START_TEST), (adder_suite):
2451           redo, signal-handling of test
2452
2453 2006-05-09  Wim Taymans  <wim@fluendo.com>
2454
2455         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
2456         (gst_adder_collected):
2457         * gst/adder/gstadder.h:
2458         Remove bogus segment merging and forwarding, we don't
2459         care about timestamps anyway and we just produce a
2460         continuous stream. 
2461         Also create a nice NEWSEGMENT event when we start.
2462         Use _scale_int some more.
2463
2464 2006-05-09  Edward Hervey  <edward@fluendo.com>
2465
2466         * tests/icles/stress-xoverlay.c:
2467         Fix if core was built without parsing support.
2468
2469 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
2470
2471         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2472           Add SEDG (Samsung MPEG-4) fourcc.
2473
2474 2006-05-09  Edward Hervey  <edward@fluendo.com>
2475
2476         * tests/icles/stress-xoverlay.c:
2477         * tests/examples/volume/volume.c:
2478         Fix if core was built without parsing support.
2479
2480         * tests/examples/seek/seek.c:
2481         Disable the parse_launch example if core was built without parsing
2482         support.
2483
2484 2006-05-08  Edward Hervey  <edward@fluendo.com>
2485
2486         * autogen.sh: (CONFIGURE_DEF_OPT): 
2487         libtoolize on Darwin/MacOSX is called glibtoolize
2488
2489 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
2490
2491         * tests/check/Makefile.am:
2492         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
2493           Disable the adder test, until the build-slaves posses the kindness to 
2494           either like it or to give valid reason for not doing so 
2495
2496 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
2497
2498         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
2499         (adder_suite):
2500           Shuffle NULL state change around and raise timeout more
2501
2502 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
2503
2504         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
2505         (mp4_type_find), (plugin_init):
2506           Add typefind to distinguish between "audio/x-m4a" and new type
2507           "video/mp4". Fixes #340375
2508
2509         * tests/check/elements/adder.c: (adder_suite):
2510           Raise timeout to make buildbot happy
2511
2512 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
2513
2514         * gst/adder/gstadder.c: (gst_adder_sink_event),
2515         (gst_adder_request_new_pad), (gst_adder_change_state):
2516         * gst/adder/gstadder.h:
2517         * tests/check/Makefile.am:
2518         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
2519         (adder_suite), (main):
2520           Add sink-event handling to adder. It tries to merge incomming
2521           newsegment-events. Added test to check if segment_done is comming
2522           through. Fixes #340060
2523
2524 2006-05-05  Andy Wingo  <wingo@pobox.com>
2525
2526         * ext/theora/theoraparse.c (gst_theora_parse_init)
2527         (theora_parse_src_convert, theora_parse_src_query):
2528         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
2529         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
2530         query functions on the source pads of the theora and vorbis parse
2531         elements. Fixes position querying when doing a remux.
2532
2533 2006-05-05  Michael Smith  <msmith@fluendo.com>
2534
2535         * ext/theora/theoraparse.c: (parse_granulepos),
2536         (theora_parse_drain_queue_prematurely),
2537         (theora_parse_queue_buffer), (theora_parse_sink_event):
2538           Fix flushing.
2539           Fix invalid granulepos outputs when starting with a non-keyframe.
2540
2541 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
2542
2543         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
2544         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
2545         Rearrange MPEG system stream detection, fixing some memleaks in the
2546         process.
2547         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
2548         they clean up their data correctly.
2549         Remove unused ogganx caps and move the 'is_annodex' check to inside
2550         the 'is_ogg' if statement.
2551
2552 2006-05-05  Wim Taymans  <wim@fluendo.com>
2553
2554         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
2555         Properly remove ghostpads. Fixes #340392
2556
2557 2006-05-04  David Schleef  <ds@schleef.org>
2558
2559         * gst/typefind/gsttypefindfunctions.c:
2560
2561 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
2562
2563         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2564         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
2565
2566         When typefinding an MP3 in push-based mode, don't penalise the
2567         probability down to 74% when we found 5 valid frames just because we
2568         can't peek the end of the file.
2569
2570         Make the probability for detecting MPEG Transport Streams based on the
2571         number of sequential headers we successfully detected.
2572
2573 2006-05-03  Wim Taymans  <wim@fluendo.com>
2574
2575         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2576         (vorbis_dec_push), (vorbis_dec_chain):
2577         Still produce an error when we receive an empty packet.
2578
2579 2006-05-03  Wim Taymans  <wim@fluendo.com>
2580
2581         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
2582         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
2583         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
2584         Mark buffers with DISCONT after seek and after activating new
2585         chains.
2586
2587         * ext/theora/gsttheoradec.h:
2588         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2589         (theora_get_query_types), (theora_dec_sink_event),
2590         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
2591         (theora_dec_change_state):
2592         Fix frame counter.
2593         Detect and mark DISCONT buffers.
2594
2595         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2596         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
2597         (vorbis_dec_change_state):
2598         * ext/vorbis/vorbisdec.h:
2599         Use GstSegment.
2600         Detect and mark DISCONT buffers.
2601         Don't crash on 0 sized buffers.
2602
2603 2006-05-03  Wim Taymans  <wim@fluendo.com>
2604
2605         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
2606         (volume_transform_ip):
2607         Increase "volume" property to 10.0. Fixes #340369.
2608         Set the process function to NULL when capsnego fails so that
2609         we properly error out.
2610
2611 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
2612
2613         * gst/playback/gstplaybin.c: (add_sink):
2614         * gst/playback/test.c: (main):
2615         * gst/playback/test5.c: (dump_element_stats):
2616         * gst/playback/test6.c: (main):
2617           free cpas using gst_caps_unref, don't leak caps-strings
2618
2619 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
2620
2621         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2622         (plugin_init):
2623           Refine musepack typefinding a bit. Return MAXIMUM
2624           probability when we detect stream version 7 to make
2625           sure the mpeg audio typefinder doesn't trump us.
2626
2627 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
2628
2629         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2630           Protect against unexpected NULL strf_data buffer.
2631
2632 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2633
2634         * tests/check/elements/audioconvert.c: (verify_convert),
2635         (GST_START_TEST):
2636           interpret the out[] buffer in the order the bytes are actually
2637           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
2638           Other tests should use BYTE_ORDER since the array is filled in
2639           with actual values
2640
2641 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2642
2643         * tests/check/elements/audioconvert.c: (verify_convert),
2644         (GST_START_TEST):
2645           when a test fails, give an indication of which it is
2646
2647 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2648
2649         * gst-libs/gst/cdda/gstcddabasesrc.c:
2650           compile fix; strtol() needs <stdlib.h>
2651
2652 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
2653
2654         * ext/alsa/gstalsamixerelement.c:
2655         * ext/alsa/gstalsasrc.c:
2656         * ext/cdparanoia/gstcdparanoiasrc.c:
2657         * ext/gnomevfs/gstgnomevfssink.c:
2658         * ext/gnomevfs/gstgnomevfssrc.c:
2659         * ext/ogg/gstoggdemux.c:
2660         * ext/ogg/gstoggmux.c:
2661         * ext/ogg/gstoggparse.c:
2662         * ext/ogg/gstogmparse.c:
2663         * ext/pango/gstclockoverlay.c:
2664         * ext/pango/gsttextoverlay.c:
2665         * ext/pango/gsttextrender.c:
2666         * ext/pango/gsttimeoverlay.c:
2667         * ext/theora/theoradec.c:
2668         * ext/theora/theoraenc.c:
2669         * ext/vorbis/vorbisdec.c:
2670         * ext/vorbis/vorbisenc.c:
2671         * gst-libs/gst/audio/gstaudiofilter.c:
2672         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2673         * gst/audioconvert/gstaudioconvert.c:
2674         * gst/audiorate/gstaudiorate.c:
2675         * gst/audioresample/gstaudioresample.c:
2676         * gst/audiotestsrc/gstaudiotestsrc.c:
2677         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2678         * gst/playback/gstdecodebin.c:
2679         * gst/playback/gstplaybin.c:
2680         * gst/playback/gststreamselector.c:
2681         * gst/subparse/gstsubparse.c:
2682         * gst/tcp/gstmultifdsink.c:
2683         * gst/tcp/gsttcpclientsink.c:
2684         * gst/tcp/gsttcpclientsrc.c:
2685         * gst/tcp/gsttcpserversink.c:
2686         * gst/tcp/gsttcpserversrc.c:
2687         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2688         * gst/videorate/gstvideorate.c:
2689         * gst/videoscale/gstvideoscale.c:
2690         * gst/videotestsrc/gstvideotestsrc.c:
2691         * gst/volume/gstvolume.c:
2692         * sys/v4l/gstv4ljpegsrc.c:
2693         * sys/v4l/gstv4lmjpegsink.c:
2694         * sys/v4l/gstv4lmjpegsrc.c:
2695         * sys/v4l/gstv4lsrc.c:
2696         * sys/ximage/ximagesink.c:
2697         * sys/xvimage/xvimagesink.c:
2698         * tests/check/libs/cddabasesrc.c:
2699           make GstElementDetails const
2700
2701 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
2702
2703         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
2704         (gst_adder_init):
2705           send events from src-pad to all sink-pads fixes #338657
2706
2707 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
2708
2709         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
2710         (alsasink_parse_spec):
2711           query width capabilities from alsa, fixes #338919
2712
2713 2006-04-28  Wim Taymans  <wim@fluendo.com>
2714
2715         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2716         (gst_multi_fd_sink_remove_client_link):
2717         * gst/tcp/gstmultifdsink.h:
2718         Fix race condition in multifdsink that can lead to spurious 
2719         duplicate clients. this patch adds a new signal that is fired when
2720         multifdsink has removed all references to the fd.
2721         Fixes #339574.
2722         Updated documentation.
2723         API: client-fd-removed signal added
2724
2725 2006-04-28  Michael Smith  <msmith@fluendo.com>
2726
2727         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
2728           When asking g_value_array_new to prealloc elements, we may as well
2729           ask for the right number of elements.
2730
2731 2006-04-28  Wim Taymans  <wim@fluendo.com>
2732
2733         * gst-libs/gst/audio/gstbaseaudiosink.c:
2734         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
2735         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2736         patch to make timestamp checking more tollerant to rounding 
2737         errors given that real discontinuities are to be marked on
2738         buffers. Fixes some asf files and #338778.
2739         Also avoid some crashers when we receive an event in the 
2740         NULL state.
2741
2742 2006-04-28  Michael Smith  <msmith@fluendo.com>
2743
2744         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
2745         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2746         (gst_gnome_vfs_src_get_property),
2747         (gst_gnome_vfs_src_send_additional_headers_callback),
2748         (gst_gnome_vfs_src_received_headers_callback),
2749         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
2750         (gst_gnome_vfs_src_stop):
2751         * ext/gnomevfs/gstgnomevfssrc.h:
2752           Remove ICY handling (mostly) from gnomevfssrc, in favour of
2753           proper shared support within icydemux.
2754
2755 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2756
2757         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2758         (gst_video_rate_swap_prev), (gst_video_rate_chain):
2759           fix up docs
2760           fix a leak when no caps negotiated
2761           fix counting of input frames
2762         * tests/check/elements/.cvsignore:
2763         * tests/check/elements/videorate.c: (assert_videorate_stats),
2764         (GST_START_TEST), (videorate_suite):
2765           add tests for these
2766
2767 2006-04-28  Wim Taymans  <wim@fluendo.com>
2768
2769         * gst-libs/gst/audio/gstringbuffer.c:
2770         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
2771         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
2772         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2773         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
2774         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
2775         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2776         (gst_ring_buffer_commit), (gst_ring_buffer_read),
2777         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
2778         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
2779         Check arguments passed to public functions instead of
2780         crashing.
2781
2782 2006-04-28  Wim Taymans  <wim@fluendo.com>
2783
2784         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2785         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
2786         GstBaseAudioSrc must be live or it does not work.
2787
2788         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
2789         Don't set live to TRUE as this is the default in the parentclass.
2790
2791 2006-04-28  Wim Taymans  <wim@fluendo.com>
2792
2793         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
2794         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
2795         Videoscale doesn't pass on pixel-aspect ratio. Handle all
2796         fixation cases better. Fixes #338991
2797
2798 2006-04-28  Wim Taymans  <wim@fluendo.com>
2799
2800         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2801         Handle 0/1 framerate correctly Fixes #331901.
2802
2803 2006-04-28  Wim Taymans  <wim@fluendo.com>
2804
2805         * tests/check/elements/audioconvert.c: (get_float_caps),
2806         (GST_START_TEST), (audioconvert_suite):
2807         Added check for correct clipping when doing float samples
2808         in audioconvert.
2809
2810 2006-04-28  Wim Taymans  <wim@fluendo.com>
2811
2812         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
2813         (gst_video_rate_chain):
2814         Print more debugging info.
2815
2816 2006-04-28  Wim Taymans  <wim@fluendo.com>
2817
2818         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2819         (resample_set_state_from_caps):
2820         Add support for other formats audioresample can handle such as
2821         32 bits in and float and 64 bits float. Fixes #301759
2822
2823 2006-04-28  Wim Taymans  <wim@fluendo.com>
2824
2825         * gst/audioconvert/audioconvert.c: (float):
2826         correctly clip float samples > 1.0. Fixes #338718
2827
2828 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
2829
2830         Patch by: Young-Ho Cha  <ganadist at chollian net>
2831
2832         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2833         (gst_text_overlay_render_text):
2834           Don't strip newlines from the text. Also, center lines
2835           within multi-line paragraphs (#339405).
2836
2837 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
2838
2839         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
2840           Fix wavpack typefinding to work in more cases (don't peek
2841           for chunks of multiple hundred kBs at once, but process
2842           things step-by-step in smaller units). Fixes #339786.
2843
2844 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2845
2846         * configure.ac:
2847           back to HEAD
2848
2849 === release 0.10.6 ===
2850
2851 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
2852
2853         * configure.ac:
2854           releasing 0.10.6, "Chao"
2855
2856 2006-04-26  David Schleef  <ds@schleef.org>
2857
2858         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
2859           Fixes #338897.
2860
2861 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2862
2863         * configure.ac:
2864         * win32/common/config.h:
2865           new prerelease
2866
2867 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2868
2869         patch by: Wim Taymans
2870
2871         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2872         (gst_ogg_demux_perform_seek):
2873           make sure correct newsegments are sent, so that the decoder
2874           and the demuxer agree on timestamps.  Fixes playback of a lot
2875           of Ogg files that do not start from 0.  Fixes #339833.
2876
2877 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2878
2879         Patch by: Edward Hervey  <edward@fluendo.com>
2880
2881         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2882         * tests/check/Makefile.am:
2883         * tests/check/elements/videorate.c: (assert_videorate_stats),
2884         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
2885         (videorate_suite), (main):
2886           Fix an infinite loop if frames are passed in with wrongly ordered
2887           timestamps.  Fixes #339013.
2888
2889 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2890
2891         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
2892
2893         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
2894           fix typefinding on some ISO files.  Fixes #339212.
2895
2896 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2897
2898         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
2899
2900         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2901           add another H264 fourcc.  Fixes #339047.
2902
2903 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2904
2905         Patch by: Jan Schmidt
2906
2907         * gst/playback/gststreamselector.c:
2908         (gst_stream_selector_bufferalloc):
2909           Restore old StreamSelector behaviour.
2910           Fixes #338419.
2911
2912 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2913
2914         * configure.ac:
2915         * win32/common/config.h:
2916           prerelease
2917
2918 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2919
2920         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
2921
2922         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2923         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
2924           Fix some memory leaks: on finalize, free buffers left in the queue
2925           before destroying the queue; in _push(), unref rtp_buf even if
2926           the process vfunc returned a NULL buffer as output buffer (#337548);
2927           demote some recuring debug messages to LOG level.
2928
2929 2006-04-11  Wim Taymans  <wim@fluendo.com>
2930
2931         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2932         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2933         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
2934         (gst_ogg_demux_loop):
2935         More cleanups.
2936         Respect segment stop when emiting EOS or SEGMENT_DONE.
2937         Fixes (#337945).
2938
2939 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2940
2941         * gst/playback/gststreamselector.c:
2942         (gst_stream_selector_get_property):
2943           Don't leak pad name.
2944
2945 2006-04-10  Michael Smith  <msmith@fluendo.com>
2946
2947         * tests/check/Makefile.am:
2948         * tests/check/gst-plugins-base.supp:
2949           Suppress an old libtheora bug (fixed in more recent versions), so 
2950           that FC4 buildslaves can pass.
2951
2952 2006-04-10  Wim Taymans  <wim@fluendo.com>
2953
2954         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2955         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
2956         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
2957         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
2958         (gst_ogg_demux_loop):
2959         Don't leak events.
2960         Remember what error we got when finding chains, if we
2961         were shutdown, that would not be an error.
2962
2963 2006-04-10  Wim Taymans  <wim@fluendo.com>
2964
2965         * gst-libs/gst/audio/gstbaseaudiosink.c:
2966         (gst_base_audio_sink_event):
2967         Starting the ringbuffer when we did not acquire it can cause
2968         a deadlock, is pointless and causes nasty things for
2969         subclasses. 
2970         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
2971
2972 2006-04-10  Wim Taymans  <wim@fluendo.com>
2973
2974         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2975         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
2976         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2977         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
2978         (gst_ogg_demux_deactivate_current_chain),
2979         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2980         (gst_ogg_demux_bisect_forward_serialno),
2981         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
2982         Add some more debugging.
2983
2984 2006-04-10  Wim Taymans  <wim@fluendo.com>
2985
2986         * ext/theora/theoradec.c: (theora_dec_src_event),
2987         (theora_handle_data_packet):
2988         Some more debug info.
2989
2990         * tests/examples/seek/seek.c: (start_seek), (main):
2991         Print element messages too.
2992
2993 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
2994
2995         * gst/audioresample/debug.h:
2996           replace debug macros with variable number of parameters
2997           by a simple alias to gstreamer standard debug macros 
2998          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
2999           supported by MSVC 6.0 and 7.1)
3000         * gst/audioresample/resample.h:
3001           define M_PI and rint for WIN32
3002         * win32/common/libgstaudio.def:
3003         * win32/common/libgstriff.def:
3004         * win32/common/libgsttag.def:
3005         * win32/common/libgstvideo.def:
3006           add new exported functions
3007         * win32/vs6:
3008           update project files
3009
3010 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
3011
3012         * ext/alsa/gstalsamixeroptions.c:
3013         (gst_alsa_mixer_options_class_init):
3014         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
3015         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
3016         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3017         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
3018         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
3019         * gst-libs/gst/audio/gstaudiofilter.c:
3020         (gst_audio_filter_class_init):
3021         * gst-libs/gst/audio/gstaudiosink.c:
3022         (gst_audioringbuffer_class_init):
3023         * gst-libs/gst/audio/gstaudiosrc.c:
3024         (gst_audioringbuffer_class_init):
3025         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
3026         * gst-libs/gst/interfaces/colorbalancechannel.c:
3027         (gst_color_balance_channel_class_init):
3028         * gst-libs/gst/interfaces/mixeroptions.c:
3029         (gst_mixer_options_class_init):
3030         * gst-libs/gst/interfaces/mixertrack.c:
3031         (gst_mixer_track_class_init):
3032         * gst-libs/gst/interfaces/tunerchannel.c:
3033         (gst_tuner_channel_class_init):
3034         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
3035         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3036         (gst_netbuffer_class_init):
3037         * gst-libs/gst/rtp/gstbasertppayload.c:
3038         (gst_basertppayload_class_init):
3039         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3040         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
3041         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3042         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3043         * gst/playback/gststreamselector.c:
3044         (gst_stream_selector_class_init):
3045         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3046         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3047         * sys/v4l/gstv4lcolorbalance.c:
3048         (gst_v4l_color_balance_channel_class_init):
3049         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
3050         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3051         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3052         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
3053         (gst_v4l_tuner_norm_class_init):
3054         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3056         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
3057         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
3058
3059 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
3060
3061         * ext/pango/gsttextrender.h:
3062         * gst-libs/gst/audio/gstaudiosink.h:
3063         * gst-libs/gst/audio/gstaudiosrc.h:
3064         * gst-libs/gst/audio/gstbaseaudiosink.h:
3065         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3066         * gst-libs/gst/audio/gstringbuffer.h:
3067         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3068         * gst-libs/gst/rtp/gstbasertppayload.h:
3069         * gst-libs/gst/video/gstvideofilter.h:
3070         * gst-libs/gst/video/gstvideosink.h:
3071         * gst/playback/gstplaybasebin.h:
3072         * gst/tcp/gstmultifdsink.h:
3073         * sys/v4l/gstv4lelement.h:
3074         Fix broken GObject macros
3075
3076 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
3077
3078         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
3079         More debug to trace why my USB headset is not working with gst
3080
3081 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
3082
3083         * gst/playback/gstplaybasebin.c: (group_destroy):
3084         Clean up our group elements properly in the case where it never 
3085         got committed - it still got added unconditionally to the bin.
3086
3087 2006-04-07  Wim Taymans  <wim@fluendo.com>
3088
3089         * ext/theora/theoradec.c: (theora_dec_sink_event),
3090         (theora_handle_data_packet), (theora_dec_chain):
3091         Unref unhandled events.
3092         Protect against empty buffers.
3093         Perform QoS on running time.
3094
3095 2006-04-07  Michael Smith  <msmith@fluendo.com>
3096
3097         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
3098         (gst_vorbis_enc_chain):
3099           Remove leaks from vorbisenc.
3100           Mostly minor changes, the only significant one is that now the
3101           buffers we set as 'streamheader' on the caps are copies of the
3102           original buffers, to avoid circular refcounting problems.
3103
3104 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
3105
3106         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
3107           Don't remove our mute-probe if someone else already did so.
3108           Don't set a 2nd one if there is already one pending on the pad.
3109
3110         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
3111         (do_playbin_seek):
3112           When a seek fails, ensure that playbin is still set back to playing.
3113           
3114         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
3115         (mpeg_ts_type_find), (plugin_init):
3116           Add a typefind function for mpeg-ts streams. (Closes: #336617)
3117
3118 2006-04-06  Andy Wingo  <wingo@pobox.com>
3119
3120         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
3121         (gst_video_rate_init): Caps-related parameters should not be reset
3122         by a flush -- move their inits to the instance init function.
3123         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
3124         is not OK, just return the result.
3125
3126         * gst/audiotestsrc/gstaudiotestsrc.c
3127         (gst_audio_test_src_class_init)
3128         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
3129         broken by Stefan's commit on 24 March.
3130
3131         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
3132         buffers being pushed out. Fixes oggmux ! multifdsink.
3133
3134 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
3135
3136         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
3137         (gst_vorbis_dec_init), (vorbis_dec_finalize):
3138         * ext/vorbis/vorbisdec.h:
3139         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
3140         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
3141         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
3142         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
3143         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
3144         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
3145         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
3146         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
3147         (gst_vorbis_enc_buffer_from_packet),
3148         (gst_vorbis_enc_buffer_from_header_packet),
3149         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
3150         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
3151         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
3152         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
3153         (gst_vorbis_enc_change_state):
3154         * ext/vorbis/vorbisenc.h:
3155           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
3156           vorbisenc adhere to the official nomenclature; use boilerplate
3157           macro.
3158
3159 2006-04-04  Andy Wingo  <wingo@pobox.com>
3160
3161         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
3162         Whoops, fix bug introduced. Bad hacker!
3163         
3164         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
3165         Properly handle the case where you get EOS before any buffers are
3166         received. Use gst_buffer_make_metadata_writable where appropriate.
3167
3168         * ext/theora/theoradec.c (theora_handle_data_packet): This value
3169         is often negative -- make it signed so as not to wrap around.
3170         Fixes segfaults introduced on 9 March.
3171
3172 2006-04-03  Wim Taymans  <wim@fluendo.com>
3173
3174         * ext/theora/gsttheoradec.h:
3175         * ext/theora/theoradec.c: (theora_dec_src_event):
3176         Don't try to store a gdouble in a gboolean.
3177         Small cleanups.
3178
3179 2006-04-03  Michael Smith  <msmith@fluendo.com>
3180
3181         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
3182           Oggmux sucks.
3183           Make it suck slightly less by writing out the final page.
3184           Still can't encode a vorbis-in-ogg file correctly, though.
3185
3186 2006-04-03  Andy Wingo  <wingo@pobox.com>
3187
3188         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
3189         a g_print.
3190
3191         * ext/theora/theora.c (plugin_init): Register theoraparse.
3192
3193         * ext/theora/gsttheoraparse.h: 
3194         * ext/theora/theoraparse.c: New files implementing a theora
3195         parser. Now we can properly remux ogg/theora+vorbis, yay.
3196
3197         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
3198
3199 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3200
3201         * gst/audiotestsrc/gstaudiotestsrc.c:
3202           Fixed the sample pipeline (see #323798)
3203
3204 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3205
3206         * configure.ac:
3207         * win32/common/config.h:
3208         * win32/common/config.h.in:
3209           use AS_VERSION and AS_NANO
3210           more cleanups
3211
3212 2006-03-31  Andy Wingo  <wingo@pobox.com>
3213
3214         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
3215         uninitialized variable return that would happen.
3216         
3217         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
3218         uninitialized variable return that would never happen.
3219
3220         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
3221         (vorbis_parse_sink_event): Add an event function to flush our
3222         state on a seek, and to drain buffers on a premature EOS.
3223         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
3224         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
3225         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
3226         (vorbis_parse_drain_queue): Queue up buffers until we can set
3227         their timestamps and granulepos values.
3228
3229         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
3230         and keep track of data needed for deriving granulepos and
3231         timestamps for buffers.
3232
3233 2006-03-29  Wim Taymans  <wim@fluendo.com>
3234
3235         Patch by: j^ <j at bootlab dot org>
3236
3237         * ext/alsa/gstalsamixerelement.c:
3238         (gst_alsa_mixer_element_class_init):
3239         * ext/alsa/gstalsasink.c:
3240         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3241         * ext/ogg/gstoggdemux.c:
3242         * ext/ogg/gstoggmux.c:
3243         * ext/ogg/gstoggparse.c:
3244         * ext/pango/gstclockoverlay.c:
3245         * ext/pango/gsttextoverlay.c:
3246         * ext/pango/gsttextrender.c:
3247         * ext/pango/gsttimeoverlay.c:
3248         * ext/theora/theoradec.c:
3249         * ext/theora/theoraenc.c:
3250         * ext/vorbis/vorbisdec.c:
3251         * ext/vorbis/vorbisenc.c:
3252         * gst/audioconvert/gstaudioconvert.c:
3253         * gst/subparse/gstsubparse.c:
3254         * gst/tcp/gstmultifdsink.c:
3255         * gst/tcp/gsttcpclientsink.c:
3256         * gst/tcp/gsttcpclientsrc.c:
3257         * gst/tcp/gsttcpserversink.c:
3258         * gst/tcp/gsttcpserversrc.c:
3259           better/unified long descriptions
3260           Fixes #336477
3261
3262 2006-03-29  Wim Taymans  <wim@fluendo.com>
3263
3264         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
3265         (stop_seek):
3266         Don't let double and triple clicks mess up our state.
3267
3268 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
3269
3270         * gst/playback/gstplaybin.c: (gen_video_element),
3271         (gen_text_element), (gen_audio_element), (gen_vis_element):
3272           Error out gracefully when we can't create any of the usual
3273           conversion elements for some reason. Also, don't try to
3274           create an audioscale (sic) element that's not used anyway.
3275
3276 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
3277
3278         * gst/playback/gstplaybasebin.c: (setup_source):
3279           Don't post RESOURCE_NOT_FOUND error when we can't find a source
3280           element for a particular protocol, that's confusing for users.
3281           Instead, post a RESOURCE_FAILED error, so that our own error
3282           message is actually shown in totem etc. (#336303).
3283
3284 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
3285
3286         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3287
3288         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
3289         (gst_gnome_vfs_src_get_icy_metadata):
3290           Fix some minor memory leaks (#336194).
3291
3292 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
3293
3294         * ext/gnomevfs/gstgnomevfs.c:
3295         (gst_gnome_vfs_location_to_uri_string):
3296         * ext/gnomevfs/gstgnomevfs.h:
3297         * ext/gnomevfs/gstgnomevfssink.c:
3298         (gst_gnome_vfs_sink_set_property):
3299         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
3300           Make gnomevfssink accept filenames as well as URIs for the
3301           "location" property, just like gnomevfssrc does (and
3302           filesrc/filesink do) (#336190).
3303
3304 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
3305
3306         * tests/check/generic/clock-selection.c: (GST_START_TEST):
3307           set to NULL before unreffing, fixes a valgrind leak.
3308           Why was this not triggering the error that an object needs to
3309           be NULL before unreffing ?
3310         * win32/common/config.h:
3311           update
3312
3313 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3314
3315         * gst/subparse/gstsubparse.c: (convert_encoding),
3316         (gst_sub_parse_change_state):
3317         * gst/subparse/gstsubparse.h:
3318           Text subtitle files may or may not be UTF-8. If it's not, we
3319           don't really want to see '?' characters in place of non-ASCII
3320           characters like accented characters. So let's assume the input
3321           is UTF-8 until we come across text that is clearly not. If it's
3322           not UTF-8, we don't really know what it is, so try the following:
3323           (a) see whether the GST_SUBTITLE_ENCODING environment variable
3324           is set; if not, check (b) if the current locale encoding is
3325           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
3326           the current locale encoding is UTF-8 and the environment variable
3327           was not set to any particular encoding. Not perfect, but better
3328           than nothing (and better than before, I think) (fixes #172848).
3329
3330 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
3331
3332         * configure.ac:
3333           update core requirement to 0.10.4.1 because of async_playback
3334           vmethod on GstBaseSink
3335
3336 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
3337
3338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
3339         * gst/adder/gstadder.c: (gst_adder_init):
3340         use DEBUG_FUNCPTR for collectpads
3341
3342 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
3343
3344         * docs/plugins/Makefile.am:
3345         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3346         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3347         * ext/cdparanoia/gstcdparanoiasrc.c:
3348         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
3349         (gst_gnome_vfs_sink_class_init):
3350         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
3351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
3352         * ext/ogg/gstoggmux.c:
3353         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
3354         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3355         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
3356         * ext/pango/gsttextoverlay.c:
3357         * ext/pango/gsttextrender.c:
3358         * ext/theora/theoradec.c:
3359         * ext/theora/theoraenc.c:
3360         * ext/vorbis/vorbisdec.c:
3361         * ext/vorbis/vorbisenc.c:
3362         * gst-libs/gst/audio/gstaudiofilter.c:
3363         (gst_audio_filter_base_init):
3364         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3365         (gst_audio_filter_template_base_init):
3366         * gst/adder/gstadder.c: (gst_adder_get_type):
3367         * gst/adder/gstadder.h:
3368         * gst/audioconvert/gstaudioconvert.c:
3369         * gst/audiotestsrc/gstaudiotestsrc.c:
3370         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
3371         (gst_audio_test_src_create):
3372         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3373         * gst/playback/gstdecodebin.c:
3374         * gst/playback/gstplaybin.c:
3375         * gst/playback/gststreamselector.c:
3376         (gst_stream_selector_base_init):
3377         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
3378         * gst/volume/gstvolume.c:
3379         * sys/v4l/gstv4lmjpegsink.c:
3380         * sys/v4l/gstv4lmjpegsrc.c:
3381         * tests/check/libs/cddabasesrc.c:
3382         * tests/old/examples/gob/gst-identity2.gob:
3383           Add docs for adder, use GST_ELEMENT_DETAILS macro,
3384           define GstElementDetails at the top
3385
3386 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
3387
3388         * win32/common/libgstinterfaces.def:
3389         Add a lot of export functions for gst-python
3390         * win32/vs6/libgstinterfaces.dsp:
3391         Add a missing include folder in the project configuration
3392         
3393 2006-03-23  Wim Taymans  <wim@fluendo.com>
3394
3395         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3396         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
3397         (gst_base_audio_src_change_state):
3398         Fix audio sources, forgot to make the ringbuffer
3399         startable...
3400
3401 2006-03-23  Wim Taymans  <wim@fluendo.com>
3402
3403         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3404         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
3405         (gst_base_audio_src_change_state):
3406         unparent instead of unref the ringbuffer.
3407
3408 2006-03-23  Wim Taymans  <wim@fluendo.com>
3409
3410         * gst-libs/gst/audio/gstbaseaudiosink.c:
3411         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
3412         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
3413         Implement new async_play vmethod to start slaving and allow
3414         playback start in case of async PLAY state changes. 
3415
3416         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
3417         Enable QoS with new method in base class.
3418
3419 2006-03-23  Wim Taymans  <wim@fluendo.com>
3420
3421         Patch by: Julien MOUTTE <julien at moutte dot net>
3422
3423         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
3424         (gst_video_test_src_do_seek), (gst_video_test_src_create):
3425         Partially handle 0 framerate, only EOS after the first frame
3426         is missing.
3427
3428 2006-03-23  Wim Taymans  <wim@fluendo.com>
3429
3430         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
3431
3432         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3433         (gst_riff_create_video_template_caps):
3434         * gst/ffmpegcolorspace/avcodec.h:
3435         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3436         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3437         (gst_ffmpegcsp_avpicture_fill):
3438         * gst/ffmpegcolorspace/imgconvert.c:
3439         Patch for support of YVU9 AVI files (#334822)
3440
3441 2006-03-22  Edward Hervey  <edward@fluendo.com>
3442
3443         * docs/design/design-decodebin.txt:
3444         Added design document for new decodebin
3445         (Target Caps): text/x-pango-markup is also a default target caps.
3446
3447 2006-03-22  Wim Taymans  <wim@fluendo.com>
3448
3449         * gst-libs/gst/audio/gstbaseaudiosink.c:
3450         (gst_base_audio_sink_dispose):
3451         Since we _parent the ringbuffer, we also need to
3452         _unparent instead of a plain _unref.
3453
3454 2006-03-22  Wim Taymans  <wim@fluendo.com>
3455
3456         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
3457         (stop_seek), (scrub_toggle_cb), (main):
3458         Add scrub checkbox.
3459
3460 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
3461
3462         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
3463         (gst_ogg_parse_chain):
3464           Fix very inefficient usage of linked lists (#335365).
3465
3466 2006-03-21  Edward Hervey  <edward@fluendo.com>
3467
3468         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3469         * gst/playback/gstplaybin.c: (handoff):
3470         * gst/playback/gststreamselector.c:
3471         (gst_stream_selector_set_property):
3472         gcc 4.1 unreferenced pointer fixes.
3473         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
3474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3475         gst_buffer_ref() now takes a GstBuffer*.
3476
3477 2006-03-20  Julien MOUTTE  <julien@moutte.net>
3478
3479         * sys/xvimage/xvimagesink.c:
3480         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
3481         by Jan Schmidt.
3482
3483 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
3484
3485         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
3486         (id3v1_type_find), (apetag_type_find), (plugin_init):
3487           Can't do tag preferences via probability, as tags would then
3488           lose against types that are recognised with MAXIMUM probability
3489           (like .wav); so let all tag typefinders return MAXIMUM themselves
3490           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
3491           that we can prefer APE to ID3v1 (fixes #335028).
3492           
3493 2006-03-17  Wim Taymans  <wim@fluendo.com>
3494
3495         * gst-libs/gst/audio/gstbaseaudiosink.c:
3496         (gst_base_audio_sink_change_state):
3497         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
3498         (gst_ring_buffer_may_start):
3499         * gst-libs/gst/audio/gstringbuffer.h:
3500         Only start playback if we are playing.
3501         should fix #330748.
3502
3503 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
3504
3505         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
3506         * win32/common/config.h:
3507           Revert accidental commits to these files.
3508
3509 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
3510
3511         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
3512
3513         * tests/Makefile.am:
3514           Don't try to build tests in tests/icles if we
3515           don't have X (#323852)
3516
3517 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
3518
3519         * gst-libs/gst/tag/gstid3tag.c:
3520           Add TXXX frame identifiers for replaygain stuff as used
3521           by some taggers (see #323721).
3522
3523 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
3524
3525         * gst/playback/gststreamselector.c:
3526         (gst_stream_selector_set_property),
3527         (gst_stream_selector_bufferalloc):
3528           Preserve the existing buggy streamselector behaviour by performing
3529           a fallback buffer allocation when downstream isn't linked yet.
3530           This should really be fixed in playbin by blocking pads until it's
3531           linked them.
3532           Also, use gst_pad_alloc_buffer instead of
3533           gst_pad_alloc_buffer_and_set.
3534
3535 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
3536
3537         * gst-libs/gst/tag/gstid3tag.c:
3538           Don't crash on unknown ID3v2 TXXX frames.
3539           
3540 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
3541
3542         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
3543           Chain up to the parent finalize method.
3544           Add 32-bit sample size to the template caps.
3545
3546         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3547         (gst_riff_create_video_template_caps):
3548           Add the fourcc that the VMWare codec uses.
3549           
3550         * gst/playback/gststreamselector.c:
3551         (gst_stream_selector_set_property),
3552         (gst_stream_selector_bufferalloc),
3553         (gst_stream_selector_request_new_pad):
3554           For the active pad, forward buffer-alloc requests, otherwise
3555           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
3556           having to memcpy every frame when used by playbin.
3557
3558         * gst/tcp/gstmultifdsink.c:
3559         (gst_multi_fd_sink_handle_client_write):
3560           Get negotiated caps from the sink pad, rather than the sink
3561           pad's peer.
3562
3563 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
3564
3565         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3566         
3567         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
3568           Don't forget to set src->callbacks_pushed to FALSE again when
3569           popping them, otherwise re-activation in a different mode won't
3570           work (#334620).
3571
3572 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
3573
3574         Patch by: Sebastien Moutte  <sebastien moutte net>
3575
3576         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
3577         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
3578         (gst_ffmpeg_smpfmt_to_caps):
3579           Replace __VA_ARGS__ caps creation macros with varargs functions.
3580           Makes things compile on MSVC (#320765), looks nicer, and we can
3581           tell the compiler to check for the NULL terminator.
3582
3583 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
3584
3585         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
3586
3587         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3588           Make sure the buffer we copy into is really always big
3589           enough, this time for real (#333488).
3590           
3591 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
3592
3593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3594           Add support for 24bpp DIB (#305279).
3595
3596 2006-03-14  Wim Taymans  <wim@fluendo.com>
3597
3598         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
3599         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
3600         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
3601         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3602         (gst_video_scale_init), (gst_video_scale_src_event):
3603         Re-enable QoS after the release.
3604         Rework videoscale to use the base class src_event handler.
3605
3606 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
3607
3608         * configure.ac:
3609           back to CVS.
3610
3611 === release 0.10.5 ===
3612
3613 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
3614
3615         * configure.ac:
3616           releasing 0.10.5, "Net"
3617
3618 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
3619
3620         * docs/plugins/Makefile.am:
3621           Part of previous cdparanoiasrc docs fixes, forgot to commit.
3622           
3623 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
3624
3625         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3626         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3627         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3628           Add cdparanoiasrc to docs.
3629
3630         * gst-libs/gst/cdda/gstcddabasesrc.c:
3631           More GstCddaBaseSrc docs.
3632
3633 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
3634
3635         * docs/libs/gst-plugins-base-libs-sections.txt:
3636         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
3637         * gst-libs/gst/tag/tag.h:
3638           API: libgsttag: new method gst_tag_from_id3_user_tag().
3639
3640 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
3641
3642         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3643           NULL-terminate array of mpeg4 video file extensions.
3644           Fixes crash on PPC (#334226).
3645
3646 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
3647
3648         * ext/gnomevfs/gstgnomevfssrc.c:
3649         (gst_gnome_vfs_src_check_get_range):
3650           gnome_vfs_uri_is_local() alone is not a good indicator
3651           whether we can operate in pull-mode with a specific URI,
3652           as it returns FALSE for file:// URIs that point to an
3653           NFS-mounted path. Be more conservative here: whitelist
3654           local files, blacklist http URIs and use the old
3655           mechanism for anything else (fixes #334216).
3656
3657 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3658
3659         * configure.ac:
3660           back to trunk
3661
3662 === release 0.10.4 ===
3663
3664 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
3665
3666         * configure.ac:
3667           releasing 0.10.4, "Power"
3668
3669 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
3670
3671         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
3672         Disable max-lateness by setting it to -1 for now, so that 
3673         we can bed QoS stuff in thoroughly between now and the next
3674         release.
3675
3676 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3677
3678         Patch by: Fabrizio Gennari
3679
3680         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3681           Make sure we don't read beyond the palette buffer in case of
3682           broken or manipulated files (#333488)
3683
3684 2006-03-10  Edward Hervey  <edward@fluendo.com>
3685
3686         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
3687         Fix for variable not initialized.
3688
3689 2006-03-09  Wim Taymans  <wim@fluendo.com>
3690
3691         * ext/libvisual/visual.c: (gst_visual_get_type),
3692         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
3693         (gst_visual_chain):
3694         Small cleanups.
3695
3696         * ext/theora/gsttheoradec.h:
3697         * ext/theora/theoradec.c: (gst_theora_dec_init),
3698         (gst_theora_dec_reset), (_theora_granule_time),
3699         (theora_dec_src_convert), (theora_dec_sink_convert),
3700         (theora_dec_src_query), (theora_dec_src_event),
3701         (theora_dec_sink_event), (theora_handle_comment_packet),
3702         (theora_handle_header_packet), (theora_dec_push),
3703         (theora_handle_data_packet), (theora_dec_chain),
3704         (theora_dec_change_state):
3705         Add simple QoS.
3706
3707 2006-03-09  Wim Taymans  <wim@fluendo.com>
3708
3709         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3710         (audiocast_register_listener), (gst_gnome_vfs_src_start):
3711         Some cleanups.
3712
3713 2006-03-09  Wim Taymans  <wim@fluendo.com>
3714
3715         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
3716         Don't try to activate NULL chains.
3717
3718 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3719
3720         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
3721           Fix invalid memory access to region before peek'd data (#332964).
3722
3723 2006-03-09  Wim Taymans  <wim@fluendo.com>
3724
3725         Patch by: Christophe Fergeau
3726
3727         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
3728         * ext/pango/gsttextrender.c: (gst_text_render_init):
3729         * gst/adder/gstadder.c: (gst_adder_init):
3730         Don't leak padtemplates, closes #333510.
3731
3732 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3733
3734         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
3735           Fix invalid memory access: make sure string passed to
3736           regexec() is NUL-termianted.
3737
3738 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3739
3740         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3741         (mp3_type_find):
3742           Refactor mpeg/audio typefinding to make it more maintainable
3743           and easier to fine-tune. Make probing into middle of the file
3744           work properly (fixes #333900, also see #152688).
3745
3746 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3747
3748         * gst/typefind/gsttypefindfunctions.c:
3749         (utf8_type_find_have_valid_utf8_at_offset):
3750           Remove part from previous commit that was bogus:
3751           g_utf8_validate() does in fact not accept embedded
3752           zeroes, so we don't need to check for those (thanks
3753           to Mike for the hint).
3754
3755 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
3756
3757         * gst/typefind/gsttypefindfunctions.c:
3758         (utf8_type_find_count_embedded_zeroes),
3759         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
3760           Make plain/text typefinder more conservative: firstly, check
3761           for embedded zeroes, which are perfectly valid UTF-8 characters,
3762           but also a fairly good sign that something is not a plain text
3763           file; secondly, probe into the middle of the file if possible.
3764           If we can't probe into the middle, limit the probability value
3765           to be returned to TYPE_FIND_POSSIBLE (see #333900).
3766
3767 2006-03-08  Michael Smith  <msmith@fluendo.com>
3768
3769         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3770           Make typefind function name for mpeg4 video unique.
3771
3772 2006-03-08  Wim Taymans  <wim@fluendo.com>
3773
3774         * ext/libvisual/visual.c: (gst_visual_init),
3775         (gst_visual_clear_actors), (gst_visual_dispose),
3776         (gst_visual_reset), (gst_visual_src_setcaps),
3777         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
3778         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
3779         (gst_visual_chain), (gst_visual_change_state):
3780         Cleanups, post nice errors.
3781         Handle sink and src events.
3782         Implement simple QoS.
3783
3784         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
3785         Use new basesink methods to configure max-lateness.
3786         Small doc update.
3787
3788         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3789         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
3790         Debug statement cleanups.
3791
3792         * gst/volume/gstvolume.c: (gst_volume_class_init):
3793         Simple cleanup.
3794
3795 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
3796
3797         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3798         (gst_text_overlay_init), (gst_text_overlay_set_property),
3799         (gst_text_overlay_get_property):
3800           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
3801           as string type properties, but mark them deprecated. Add
3802           'halignment' and 'valignment' properties that use enums
3803           instead of strings.
3804
3805 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
3806
3807         Patch by: Fabrizio Gennari
3808
3809         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3810           Allow palettes with less than 256 colours in AVI files
3811           (#333488)
3812
3813 2006-03-07  Julien MOUTTE  <julien@moutte.net>
3814
3815         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
3816         (gst_text_overlay_video_event): Fix wrong EOS handling on text
3817         pad. We were releasing the queued text buffer when we should keep
3818         it until video pad gets EOS or discard the text buffer because it's
3819         too old. That was eating the last subtitle buffer. Add some more
3820         debug.
3821
3822 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
3823
3824         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
3825         (gst_text_overlay_video_chain):
3826           Fix invalid memory access (we can't access a buffer after it's been
3827           pushed downstream without taking a reference); fix memory leak (if
3828           there's no text to render, bail out before allocating stuff).
3829
3830 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
3831
3832         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
3833         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
3834         * ext/pango/gsttextoverlay.h:
3835           If input is plain text, escape it before passing it to
3836           pango_layout_set_markup().
3837
3838 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
3839
3840         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
3841           Don't ignore flow return from gst_pad_push().
3842
3843 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
3844
3845         Patch by: Fabrizio Gennari
3846
3847         * ext/libvisual/visual.c: (gst_visual_getcaps),
3848         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
3849         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
3850         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
3851         (gst_vorbisenc_convert_sink):
3852         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3853         (gst_audio_duration_from_pad_buffer):
3854         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
3855         (gst_audio_filter_chain):
3856         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3857         (gst_base_rtp_depayload_setcaps):
3858         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
3859         (gst_video_get_size):
3860         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
3861           Don't leak references returned by gst_pad_get_parent()
3862           (#333663)
3863
3864 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
3865
3866         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3867           change location param details
3868         * gst/volume/gstvolume.c: (plugin_init):
3869           correct plugin description
3870
3871 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
3872
3873         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
3874         (gst_gnome_vfs_src_check_get_range):
3875           Override GstBaseSrc::check_get_range() in order to avoid opening
3876           the resource just to check whether we can operate in pull-mode or
3877           not - we can predict that pretty well from the URI alone. Should
3878           fix problems with last.fm (#331690). (Requires latest core CVS).
3879
3880 2006-03-06  Wim Taymans  <wim@fluendo.com>
3881
3882         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3883         (gst_video_sink_class_init):
3884         Throw away frames that are later than 20 ms.
3885
3886 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         Patch by: Fabrizio Gennari
3889
3890         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3891           Set depth on WMA caps (#333545)
3892
3893 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3894
3895         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
3896         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
3897           put Theora BOS pages before others.  This hardcodes
3898           the Ogg/Theora I profile, but hey.
3899
3900 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3901
3902         * ext/ogg/README:
3903           updated with some examples
3904         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
3905         (granulepos_add), (theora_buffer_from_packet):
3906         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
3907         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
3908         (gst_vorbisenc_chain):
3909           implement strategy from ext/ogg/README
3910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
3911         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3912         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
3913         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
3914           Fix muxer so that oggz-validate is happy with all streams;
3915           except for no eos mark, and the BOS page ordering
3916         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
3917         (check_buffer_granulepos):
3918         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
3919           update tests to check for OFFSET being set as requested
3920           fixed type of granulepos, it's not a ClockTime
3921
3922 2006-03-05  Julien MOUTTE  <julien@moutte.net>
3923
3924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3925         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
3926         Check that the xvimage we are creating has a correct size
3927         before returning it. (#314897)
3928
3929 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
3930
3931         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3932           Give id3 and ape tag typefinders a rank slightly higher
3933           than PRIMARY to ensure they're always run before any of
3934           the other typefinders (in particular wav and mp3) (#324186).
3935
3936 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
3937
3938         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3939           Add support for '3IVD' fourcc (#333403).
3940
3941 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
3942
3943         * configure.ac:
3944           Bump requirements to GStreamer CVS for the new error enum.
3945
3946         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
3947           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
3948           space left on the device (fixes #333352).
3949
3950 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
3951
3952         * win32/vs6:
3953           add a project file for libgstvolume
3954           update the workspace
3955
3956 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3957
3958         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3959         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
3960         (GST_START_TEST):
3961           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
3962           Set IN_CAPS on header buffers
3963
3964 2006-03-02  Wim Taymans  <wim@fluendo.com>
3965
3966         * docs/plugins/Makefile.am:
3967         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3968         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3969         Add audioresample to docs.
3970
3971         * gst/audioconvert/gstaudioconvert.c:
3972         Add revision date.
3973
3974         * gst/audioresample/gstaudioresample.c:
3975         (gst_audioresample_base_init), (gst_audioresample_class_init),
3976         (gst_audioresample_init), (gst_audioresample_dispose),
3977         (audioresample_get_unit_size), (audioresample_transform_caps),
3978         (resample_set_state_from_caps), (audioresample_transform_size),
3979         (audioresample_set_caps), (audioresample_event),
3980         (audioresample_do_output), (audioresample_transform),
3981         (audioresample_pushthrough), (gst_audioresample_set_property),
3982         (gst_audioresample_get_property), (plugin_init):
3983         * gst/audioresample/gstaudioresample.h:
3984         Added docs.
3985         Small code cleanups.
3986
3987 2006-03-02  Wim Taymans  <wim@fluendo.com>
3988
3989         * docs/plugins/Makefile.am:
3990         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3991         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3992         Added videoscale to docs.
3993
3994         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
3995         (gst_video_rate_swap_prev), (gst_video_rate_event),
3996         (gst_video_rate_chain):
3997         Fix typo in docs.
3998
3999         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4000         (gst_video_scale_init), (gst_video_scale_prepare_size),
4001         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
4002         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
4003         * gst/videoscale/gstvideoscale.h:
4004         Added docs, examples.
4005         Some code cleanups.
4006         Post errors instead of g_warning.
4007
4008 2006-03-02  Wim Taymans  <wim@fluendo.com>
4009
4010         * docs/libs/gst-plugins-base-libs-docs.sgml:
4011         * docs/libs/gst-plugins-base-libs-sections.txt:
4012         * docs/libs/gst-plugins-base-libs.types:
4013         * docs/plugins/Makefile.am:
4014         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4015         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4016         Added some more docs to libs and plugins.
4017
4018         * gst-libs/gst/audio/gstringbuffer.c:
4019         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
4020         * gst-libs/gst/audio/gstringbuffer.h:
4021         Document ringbuffer some more.
4022
4023         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
4024         (gst_video_rate_setcaps), (gst_video_rate_reset),
4025         (gst_video_rate_init), (gst_video_rate_flush_prev),
4026         (gst_video_rate_swap_prev), (gst_video_rate_event),
4027         (gst_video_rate_chain), (gst_video_rate_change_state):
4028         * gst/videorate/gstvideorate.h:
4029         Fix videorate to use segments.
4030         Make it work with 0/1 framerates (closes #331903)
4031         Handle EOS correctly.
4032         Added docs.
4033
4034 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4035
4036         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
4037         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
4038         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
4039           In state change function, first chain up to parent class,
4040           then handle downwards state change stuff. Remove some
4041           commented out cruft from 0.8 code.
4042
4043 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4044
4045         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4046         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4047         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
4048         (gst_ogm_parse_chain):
4049           Don't remove/re-add source pad if the new caps are the same as
4050           the old caps anyway (#333042). When removing source pad, don't
4051           unref it afterwards - we didn't ref it when adding. Sprinkle some
4052           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
4053           after using gst_pad_get_parent(). Return downstream flow return
4054           value in chain function.
4055
4056 2006-03-02  Wim Taymans  <wim@fluendo.com>
4057
4058         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4059         * docs/plugins/gst-plugins-base-plugins.args:
4060         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4061         * docs/plugins/gst-plugins-base-plugins.interfaces:
4062         * docs/plugins/gst-plugins-base-plugins.signals:
4063         Fix hierarchy, added some more elements to the docs.
4064
4065         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4066         (gst_ffmpegcsp_get_type):
4067         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4068         Fix docs for ffmpegcolorspace.
4069
4070 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
4071
4072         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
4073         (apetag_type_find), (ape_type_find), (plugin_init):
4074           Some typefinding fine-tuning:
4075           - rank ID3/APE tags in order of preference via probabilities, so that
4076             ID3v2 > APEv2 > APEv1 > ID3v1.
4077           - three or four bytes don't really justify MAXIMUM probability,
4078             change those to 'very likely' (musepack and monkeysaudio).
4079
4080 2006-03-01  Wim Taymans  <wim@fluendo.com>
4081
4082         * docs/plugins/Makefile.am:
4083         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4084         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4085         * ext/alsa/gstalsamixer.c:
4086         * ext/alsa/gstalsamixer.h:
4087         * ext/alsa/gstalsamixerelement.c:
4088         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
4089         * ext/alsa/gstalsamixerelement.h:
4090         * ext/alsa/gstalsasink.c:
4091         * ext/alsa/gstalsasink.h:
4092         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4093         (gst_alsasrc_init):
4094         * ext/alsa/gstalsasrc.h:
4095         Added alsa docs.
4096         Small code cleanups.
4097
4098 2006-03-01  Wim Taymans  <wim@fluendo.com>
4099
4100         * ext/theora/Makefile.am:
4101         Dist new header too,
4102
4103 2006-03-01  Wim Taymans  <wim@fluendo.com>
4104
4105         * docs/plugins/Makefile.am:
4106         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4107         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4108         * ext/gnomevfs/gstgnomevfssink.h:
4109         * ext/gnomevfs/gstgnomevfssrc.h:
4110         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4111         * ext/vorbis/vorbisdec.h:
4112         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
4113         * ext/vorbis/vorbisenc.h:
4114         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
4115         (vorbis_parse_chain), (vorbis_parse_change_state):
4116         * ext/vorbis/vorbisparse.h:
4117         * gst/audioconvert/gstaudioconvert.h:
4118         * gst/tcp/gsttcpserversink.h:
4119         * gst/videotestsrc/gstvideotestsrc.c:
4120         * gst/videotestsrc/gstvideotestsrc.h:
4121         * gst/volume/gstvolume.c:
4122         * gst/volume/gstvolume.h:
4123         Fix some more docs.
4124         Added docs for vorbisdec and vorbisparse.
4125         Fix vorbisparse.
4126
4127 2006-03-01  Wim Taymans  <wim@fluendo.com>
4128
4129         * docs/plugins/Makefile.am:
4130         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4131         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4132         * ext/pango/gstclockoverlay.h:
4133         * ext/pango/gsttextoverlay.h:
4134         * ext/pango/gsttextrender.h:
4135         * ext/pango/gsttimeoverlay.h:
4136         * ext/theora/gsttheoradec.h:
4137         * ext/theora/gsttheoraenc.h:
4138         * ext/theora/theoradec.c:
4139         * ext/theora/theoraenc.c:
4140         * gst/audioconvert/gstaudioconvert.h:
4141         * gst/audiotestsrc/gstaudiotestsrc.h:
4142         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4143         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4144         * gst/tcp/gstmultifdsink.h:
4145         Updated/added documentation.
4146
4147         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
4148         (gst_text_overlay_halign_get_type),
4149         (gst_text_overlay_wrap_mode_get_type),
4150         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
4151         (gst_text_overlay_init), (gst_text_overlay_set_property),
4152         (gst_text_overlay_get_property):
4153         Fix up properties to be enums instead of string to make bindings,
4154         introspection and automatic GUI creation possible.
4155         Add getters for the properties.
4156
4157 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
4158
4159         * gst/audiotestsrc/gstaudiotestsrc.c:
4160           added defines of M_PI and M_PI_2
4161         * gst/ffmpegcolorspace/avcodec.h:
4162           removed #include "stdint.h" for win32 as _stdint.h is 
4163           autogenerated to win32/common
4164         * win32/common/libgstaudio.def:
4165         * win32/common/libgsttag.def:
4166           added some exports
4167         * win32/vs6:
4168           some project files bugs corrected
4169         * win32/vs7:
4170           project files are reset to the default vs7 configuration 
4171           (they link to msvcr71.dll using default optimizations)
4172           
4173 2006-02-28  Wim Taymans  <wim@fluendo.com>
4174
4175         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4176         Fix some docs.
4177
4178 2006-02-28  Edward Hervey  <edward@fluendo.com>
4179
4180         * ext/alsa/gstalsasrc.c:
4181         Set proper class on the ElementDetails:
4182         Source/Audio instead of Src/Audio/
4183
4184 2006-02-28  Edward Hervey  <edward@fluendo.com>
4185
4186         * gst/videoscale/vs_scanline.c:
4187         (vs_scanline_resample_nearest_RGBA):
4188         Revert optimization in videoscale. It should go in liboil and have
4189         an appropriate liboil function.
4190
4191 2006-02-28  Wim Taymans  <wim@fluendo.com>
4192
4193         * gst-libs/gst/audio/gstbaseaudiosink.c:
4194         (gst_base_audio_sink_provide_clock):
4195         Don't try to provide a clock in the NULL state.
4196
4197 2006-02-28  Wim Taymans  <wim@fluendo.com>
4198
4199         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4200         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
4201         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4202         (gst_ogg_demux_deactivate_current_chain),
4203         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
4204         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
4205         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
4206         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4207         Use GstSegment infrastructure to remove duplicated code
4208         and handle more seek cases correctly.
4209
4210 2006-02-28  Wim Taymans  <wim@fluendo.com>
4211
4212         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4213         (gst_ffmpegcsp_transform):
4214         Don't ignore return code from ffmpeg convert function.
4215
4216         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
4217         Split out some long statements to ease debugging.
4218
4219 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
4220
4221         * ext/libvisual/visual.c: (gst_visual_init),
4222         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
4223         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
4224         being able to renegotiate the size. Instead, use the negotiation
4225         algorithm from the goom plugin to pick an initial output caps. 
4226
4227         Also, allow theoretical libvisual plugins that might support non-GL 
4228         output even if they also do GL.
4229
4230 2006-02-26  Julien MOUTTE  <julien@moutte.net>
4231
4232         * ext/libvisual/visual.c: (gst_visual_init),
4233         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
4234         (plugin_init): Load only non GL plugins. Fix some memleaks and 
4235         possible negotiation issues.
4236
4237 2006-02-25  Julien MOUTTE  <julien@moutte.net>
4238
4239         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
4240
4241 2006-02-24  Michael Smith  <msmith@fluendo.com>
4242
4243         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
4244         (cmml_type_find), (plugin_init):
4245           Fix CMML type find function to not require a specific minor version
4246           of the CMML header.
4247
4248           Add an MPEG4 video elementary stream typefind function.
4249
4250 2006-02-04  Michael Smith  <msmith@fluendo.com>
4251
4252         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
4253         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
4254         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4255         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
4256         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
4257         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
4258           Annodex support in ogg demuxer. Doesn't do very much without the
4259           other annodex patches (to come).
4260
4261 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
4262
4263         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
4264
4265         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4266           Pick up palette for MS video v1 (#327028)
4267
4268 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
4269
4270         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4271         (gst_ffmpegcsp_caps_remove_format_info),
4272         (gst_ffmpegcsp_get_unit_size):
4273           The 'palette_data' field from incoming RGB caps shouldn't be
4274           proxied on outgoing YUV caps; also, restrict unit size
4275           adjustment in case of paletted data only to the unit that
4276           actually has a palette. Fixes #330711.
4277
4278 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
4279
4280         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4281         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
4282         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
4283         (gst_ffmpegcsp_get_unit_size):
4284           Plug some memory leaks.
4285
4286 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
4287
4288         * sys/ximage/Makefile.am:
4289         * sys/xvimage/Makefile.am:
4290           Add some _CFLAGS and _LIBS that seem to be missing
4291           and/or required for Cygwin (see #317048).
4292
4293 2006-02-22  Wim Taymans  <wim@fluendo.com>
4294
4295         * ext/alsa/gstalsasrc.c:
4296         Fix description as pointed out by caugier.
4297
4298 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
4299
4300         Reviewed by : Edward Hervey  <edward@fluendo.com>
4301
4302         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
4303         (qt_type_find):
4304         Better 3gp typefinding (#331526).
4305
4306 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
4307
4308         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
4309           Don't send EOS event here, the base class will send one for us.
4310
4311         * gst/playback/gstplaybasebin.c: (prepare_output):
4312           Subpictures without video stream aren't allowed either.
4313         
4314         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
4315           Fix debug statement copy'n'paste-o.
4316
4317 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
4318
4319         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
4320           Fix issues with mixer keeping state when muting/unmuting
4321           and when changing the volume whilst muted (see #331763
4322           and #331765).
4323
4324 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
4325
4326         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
4327         (parse_subrip), (gst_sub_parse_format_autodetect):
4328           Set right caps given that we send escaped text. Also,
4329           honour <i></i>, <b></b> and <u></u> markers that can be found
4330           in .srt files (fixes #310202).
4331
4332 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
4333
4334         * gst-libs/gst/audio/mixerutils.c:
4335         (element_factory_rank_compare_func):
4336           Make order in which elements are tried more determinable.
4337
4338 2006-02-20  Julien MOUTTE  <julien@moutte.net>
4339
4340         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
4341         (remove_element_chain), (cleanup_decodebin),
4342         (gst_decode_bin_change_state): Make decodebin reusable by
4343         fixing remove_element_chain first and then introduce a
4344         cleaner in state change to ->NULL. (Closes #331678)
4345
4346 2006-02-19  Wim Taymans  <wim@fluendo.com>
4347
4348         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
4349         use 0666 mask when creating files so umask gets applied
4350         correctly. Fixes #331295.
4351
4352 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4353
4354         * gst/subparse/Makefile.am:
4355         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4356         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
4357         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
4358         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
4359         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
4360         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
4361         * gst/subparse/gstssaparse.h:
4362         * gst/subparse/gstsubparse.c: (plugin_init):
4363           Add very basic parser for SSA subtitle streams (as often
4364           found in matroska files).
4365
4366 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4367
4368         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
4369           That should be text/x-pango-markup, not text/x-pango-layout.
4370
4371 2006-02-19  Julien MOUTTE  <julien@moutte.net>
4372
4373         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
4374         Polishing.
4375
4376 2006-02-19  Julien MOUTTE  <julien@moutte.net>
4377
4378         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
4379         (gst_text_overlay_finalize), (gst_text_overlay_init),
4380         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
4381         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
4382         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4383         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
4384         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
4385         Fix state change deadlock.
4386
4387 2006-02-19  Julien MOUTTE  <julien@moutte.net>
4388
4389         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
4390         (gst_text_overlay_finalize), (gst_text_overlay_init),
4391         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
4392         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
4393         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4394         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
4395         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
4396         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
4397         and subtitles files.
4398
4399 2006-02-19  Julien MOUTTE  <julien@moutte.net>
4400
4401         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
4402         should be considered as raw.
4403
4404 2006-02-19  Julien MOUTTE  <julien@moutte.net>
4405
4406         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
4407         (cb_probe):
4408         * gst/playback/gststreaminfo.h: Introduce language informations.
4409
4410 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
4411
4412         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4413         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
4414         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4415         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
4416         Set shared memory segments to be deleted as soon as we have attached,
4417         that way they get cleaned up automatically if we crash.
4418
4419 2006-02-18  Julien MOUTTE  <julien@moutte.net>
4420
4421         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
4422         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
4423         functions are called with lock held.
4424
4425 2006-02-18  Julien MOUTTE  <julien@moutte.net>
4426
4427         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
4428         (gst_text_overlay_finalize), (gst_text_overlay_init),
4429         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
4430         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
4431         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4432         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4433         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4434         (gst_text_overlay_change_state): Refactoring of textoverlay
4435         without collectpads. This now supports sparse subtitles coming
4436         from a demuxer instead of a sub file. Seeking is still broken 
4437         though. Need to discuss with wtay some more on how to handle
4438         seeking correctly.
4439         * ext/pango/gsttextoverlay.h:
4440         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
4441         subtitles coming from the demuxer.
4442
4443 2006-02-17  Wim Taymans  <wim@fluendo.com>
4444
4445         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
4446         (gst_vorbisenc_convert_sink):
4447         Use some more scaling functions.
4448
4449 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
4450
4451         * ext/cdparanoia/gstcdparanoiasrc.c:
4452         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
4453         (gst_cd_paranoia_paranoia_callback),
4454         (gst_cd_paranoia_src_signal_is_being_watched),
4455         (gst_cd_paranoia_src_read_sector):
4456         * ext/cdparanoia/gstcdparanoiasrc.h:
4457           Add back 'transport-error' and 'uncorrected-error' signals and
4458           make them actually be fired when bad stuff happens (#319340).
4459
4460 2006-02-17  Wim Taymans  <wim@fluendo.com>
4461
4462         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
4463         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4464         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
4465         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
4466         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
4467         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
4468         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
4469         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
4470         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
4471         (gst_ring_buffer_clear):
4472         Small cleanups.
4473         Added some G_LIKELY.
4474
4475 2006-02-17  Wim Taymans  <wim@fluendo.com>
4476
4477         * gst-libs/gst/audio/TODO:
4478         Update TODO
4479
4480         * gst-libs/gst/audio/gstbaseaudiosink.c:
4481         (gst_base_audio_sink_get_offset):
4482         When trying to play samples ASAP and we don't have a
4483         previous sample, try to play at position 0 instead of
4484         an invalid position.
4485
4486 2006-02-17  Wim Taymans  <wim@fluendo.com>
4487
4488         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
4489         (gst_alsasink_reset):
4490         Also release lock when we get an error in _reset();
4491         fix an error message.
4492
4493 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4494
4495         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4496         (gst_alsasink_init), (get_channel_free_structure),
4497         (caps_add_channel_configuration), (gst_alsasink_getcaps),
4498         (gst_alsasink_close):
4499         * ext/alsa/gstalsasink.h:
4500           Add support for more than 2 channels (#326720).
4501
4502 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4503
4504         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4505           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
4506           with 4 or 6 channels, assume a default channel layout to make things
4507           work (not sure there's anything else we can do in those cases).
4508
4509 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4510
4511         * gst-libs/gst/audio/multichannel.c:
4512           Minor docs fix.
4513
4514         * gst-libs/gst/riff/Makefile.am:
4515         * gst-libs/gst/riff/riff-ids.h:
4516         * gst-libs/gst/riff/riff-media.c:
4517         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
4518           Add support for WAVEFORMATEX, eg. PCM audio with more than two
4519           channels and a channel layout map.
4520           
4521 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
4522
4523         Reviewed by Edward Hervey  <edward@fluendo.com>
4524
4525         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
4526         C-level optimization of the RGBA nearest neighbour function.
4527         Eventually this might end up in liboil with vectorized versions.
4528
4529 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4530
4531         * gst-libs/gst/audio/multichannel.c:
4532         (gst_audio_get_channel_positions):
4533           When we have more than 2 channels, but no channel layout is
4534           specified in the caps, return some default channel layout
4535           to the caller and warn about about a possibly buggy element
4536           (could be buggy filtercaps as well of course) (#317038).
4537
4538 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
4539
4540         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4541           Add gst-libs/gst/cdda to list of lib search paths.
4542
4543 2006-02-15  Andy Wingo  <wingo@pobox.com>
4544
4545         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
4546         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
4547         to the Lord Jesus that I do not have to touch the ogg muxer ever
4548         again.
4549
4550 2006-02-15  Edward Hervey  <edward@fluendo.com>
4551
4552         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
4553         quicktime movie files can also contain 'uuid' atoms.
4554
4555 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
4556
4557         * gst/audioconvert/plugin.c: (plugin_init):
4558           Register the GstAudioChannelPosition enum type with the type
4559           system in the plugin_init function, so that it is known before
4560           any element actually makes use of multi-channel stuff. This is
4561           required for example if one wants to be able to deserialise/use
4562           a caps string with channel positions before any pipeline has
4563           been setup and started, like with gst-launch.
4564
4565 2006-02-14  Wim Taymans  <wim@fluendo.com>
4566
4567         * gst-libs/gst/audio/gstringbuffer.c:
4568         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
4569         (gst_ring_buffer_samples_done), (wait_segment),
4570         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
4571         Add some compiler G_(UN_)LIKELY help.
4572         SIGNAL the ringbuffer waiters when going to PAUSED as well to
4573         make sure they can exit their functions. Should fix #330748
4574
4575 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4576
4577         * Makefile.am:
4578         * configure.ac:
4579         * win32/MANIFEST:
4580         * win32/common/_stdint.h:
4581           Windows does not have long long; copy the generated _stdint.h
4582         * win32/common/interfaces-enumtypes.c:
4583         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4584         (gst_mixer_track_flags_get_type),
4585         (gst_tuner_channel_flags_get_type):
4586         * win32/common/multichannel-enumtypes.c:
4587         (gst_audio_channel_position_get_type):
4588           update
4589
4590 2006-02-13  Wim Taymans  <wim@fluendo.com>
4591
4592         * gst-libs/gst/audio/gstbaseaudiosink.c:
4593         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
4594         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4595         Always sync on first sample we receive when starting.
4596
4597 2006-02-13  Wim Taymans  <wim@fluendo.com>
4598
4599         * gst/playback/gstplaybin.c: (gen_vis_element):
4600         Update vis bin docs.
4601         Move queue after tee so we don't queue video buffers but
4602         audio samples instead. Fixes problems where the video queue
4603         is filled and the audio queue empty.
4604
4605 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
4606
4607         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4608           No need to push an EOS event here, GstBaseSrc will do that for us
4609           when we return FLOW_UNEXPECTED.
4610           
4611 2006-02-12  Wim Taymans  <wim@fluendo.com>
4612
4613         * gst-libs/gst/audio/gstbaseaudiosink.c:
4614         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
4615         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
4616         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4617         Use scale functions when possible.
4618         Fix error messages.
4619         Free clockid when after waiting for EOS.
4620         Use G_(UN_)LIKLY when it makes sense.
4621         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
4622
4623 2006-02-12  Edward Hervey  <edward@fluendo.com>
4624
4625         * gst/playback/gstplaybasebin.c: (prepare_output): 
4626         Remove stray semi-colon (fixes #330888).
4627
4628 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
4629
4630         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
4631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
4632         Fix up the XShm call testing so that we catch errors, and don't
4633         cause new ones by attempting to detach from a segment we failed
4634         to attach to. Fixes #312439.
4635
4636 2006-02-10  Edward Hervey  <edward@fluendo.com>
4637
4638         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4639         Added flv file typefind (video/x-flv).
4640
4641 2006-02-10  Edward Hervey  <edward@fluendo.com>
4642
4643         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4644         (gst_riff_create_video_template_caps):
4645         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
4646         Also added the caps to the default set of riff video caps.
4647
4648 2006-02-09  Andy Wingo  <wingo@pobox.com>
4649
4650         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
4651         time and the end time of the last packet in the page.
4652         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
4653         on the pages in our queue, set the duration as well. Reflow a
4654         debug statement.
4655         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
4656         Fixes bad muxing order.
4657
4658 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4659
4660         * gst-libs/gst/rtp/gstbasertppayload.c:
4661         (gst_basertppayload_setcaps), (gst_basertppayload_push):
4662           update seqnum before setting it on the packet; this makes sure
4663           that the timestamp and seqnum properties match after pushing
4664           a buffer
4665
4666 2006-02-09  Andy Wingo  <wingo@pobox.com>
4667
4668         * gst-libs/gst/audio/gstringbuffer.c
4669         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
4670         overflow after 13.5 hours of recording. Kapow!
4671
4672         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
4673         the buffer size -- we don't care about underrun/overrun reporting
4674         right now, just need to return a useful value.
4675
4676 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
4677
4678         * configure.ac:
4679           Back to CVS
4680
4681 === release 0.10.3 ===
4682
4683 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
4684
4685         * configure.ac:
4686           releasing 0.10.3, "Under Pressure"
4687
4688 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
4689
4690         * configure.ac:
4691         Drat. Bump libtool version number for new API.
4692         Prelease 0.10.2.3 (of 0.10.3)
4693
4694 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
4695
4696         * configure.ac:
4697         * win32/common/config.h:
4698         0.10.2.2 prerelease (of 0.10.3).
4699
4700 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
4701
4702         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
4703           Revert Andy's newsegment change pending a more correct
4704           fix.
4705
4706 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4707
4708         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
4709         (qt_type_find), (plugin_init):
4710           detect more files as 3gp
4711           group and reorder the iso file formats
4712
4713 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4714
4715         * ext/vorbis/vorbis.c: (plugin_init):
4716           Register musicbrainz tags, so apps don't have to.
4717
4718 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4719
4720         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
4721         (gst_tag_to_vorbis_tag):
4722           Make sure we called gst_tag_register_musicbrainz_tags()
4723           before possibly mapping a vorbiscomment string from/to a
4724           musicbrainz tag.
4725
4726 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4727
4728         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
4729           In case we can't find the required number of consecutive
4730           mpeg audio frames to positively identify an MPEG audio
4731           stream, check if there's at least a valid mpeg audio
4732           frame right at offset 0 and if so suggest mpeg/audio
4733           caps with a very low probability (#153004).
4734
4735 2006-02-07  Andy Wingo  <wingo@pobox.com>
4736
4737         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
4738         a TIME segment if we get timestamped buffers. Requires recent
4739         fixes in core to work properly.
4740
4741 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4742
4743         * gst/playback/gstplaybasebin.c: (prepare_output):
4744           Don't print the URI as part of the error message, it
4745           makes error dialogs look rather ugly, especially if
4746           the URI is very long or has characters in it that
4747           need escaping.
4748
4749 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4750
4751         * gst/playback/gstplaybasebin.c: (prepare_output):
4752           Error out if we have only text or subtitles, but nothing
4753           else. Also error out if we have subtitles but no video
4754           stream.
4755
4756 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4757
4758         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
4759           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
4760           Post an error message on the bus when we encounter an
4761           error, which will hopefully be more meaningful than the
4762           'Internal Flow Error' message users get to see if we
4763           just return GST_FLOW_ERROR.
4764
4765 2006-02-07  Andy Wingo  <wingo@pobox.com>
4766
4767         * configure.ac (GST_MAJORMINOR): Update core version req to
4768         0.10.2.2, for the collectpads API addition (#330244).
4769
4770 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4771
4772         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4773           Return FALSE from plugin_init() when GnomeVFS can't
4774           be initialised for some reason (#328423).
4775
4776 2006-02-06  Julien MOUTTE  <julien@moutte.net>
4777
4778         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
4779         Stick to seeking theory until i find the bug.
4780         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
4781
4782 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
4783
4784         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4785         (theora_enc_finalize), (theora_enc_sink_setcaps),
4786         (theora_set_header_on_caps), (theora_enc_chain),
4787         (theora_enc_change_state):
4788         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
4789           Make theoraenc and the tests leak free. Like, really.
4790
4791 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
4792
4793         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4794         (theora_enc_finalize), (theora_enc_sink_setcaps):
4795           Add a finalize method to ensure we clean up state even if
4796           someone omitted the state change back to NULL.
4797
4798         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
4799         (gst_vorbisenc_chain):
4800           Free some more leaked bits.
4801
4802         * tests/check/pipelines/theoraenc.c: (start_pipeline),
4803         (stop_pipeline):
4804           Wait for state changes to happen if they're ASYNC.
4805
4806           This ought to teach those fancy pants buildbots a lesson.
4807
4808 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
4809
4810         * gst-libs/gst/tag/gstid3tag.c:
4811           Add mapping for ID3 International Standard Recording Code
4812           tag "TSRC"
4813
4814 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
4815
4816         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
4817           Don't leak tag names.
4818
4819 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
4820
4821         * docs/libs/gst-plugins-base-libs-docs.sgml:
4822         * docs/libs/gst-plugins-base-libs-sections.txt:
4823         * gst-libs/gst/tag/gstid3tag.c:
4824         * gst-libs/gst/tag/gstvorbistag.c:
4825         * gst-libs/gst/tag/tags.c:
4826           Split libgsttag docs into multiple sections.
4827
4828 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
4829
4830         * docs/libs/Makefile.am:
4831         * docs/libs/gst-plugins-base-libs-docs.sgml:
4832         * docs/libs/gst-plugins-base-libs-sections.txt:
4833         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
4834         * gst-libs/gst/tag/gstvorbistag.c:
4835         * gst-libs/gst/tag/tag.h:
4836         * gst-libs/gst/tag/tags.c:
4837           Add libgsttag to the docs.
4838
4839 2006-02-05  Julien MOUTTE  <julien@moutte.net>
4840
4841         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
4842         (gst_text_overlay_init), (gst_text_overlay_src_event),
4843         (gst_text_overlay_collected): Fix clockoverlay.
4844
4845 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
4846
4847         * docs/libs/compiling.sgml:
4848           Fix typo: it's pkg-config, not pkg-gconfig
4849
4850         * docs/libs/gst-plugins-base-libs-docs.sgml:
4851         * docs/libs/gst-plugins-base-libs-sections.txt:
4852         * docs/libs/tmpl/gstgconf.sgml:
4853           There is no libgstgconf in 0.10, remove it
4854           from the docs.
4855
4856 2006-02-05  Julien MOUTTE  <julien@moutte.net>
4857
4858         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
4859         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4860         (gst_text_overlay_src_event), (gst_text_overlay_collected):
4861         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4862         (gst_sub_parse_class_init), (gst_sub_parse_init),
4863         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
4864         (parse_mpsub), (parser_state_init), (handle_buffer),
4865         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
4866         * gst/subparse/gstsubparse.h: Introduce seeking code.
4867
4868 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
4869
4870         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4871           Add comment about LANGUAGE tag inconsistency (we want
4872           ISO-639-1, but extract three-letter identifiers?)
4873
4874         * po/POTFILES.in:
4875           Add two translatable files.
4876
4877 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
4878
4879         * gst-libs/gst/tag/Makefile.am:
4880         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4881         * gst-libs/gst/tag/tag.h:
4882         * gst-libs/gst/tag/tags.c:
4883         (gst_tag_register_musicbrainz_tags_internal),
4884         (gst_tag_register_musicbrainz_tags):
4885           Forward-port some tags stuff from the 0.8 branch. This is
4886           mostly the addition of musicbrainz tags and their mapping
4887           to vorbistags, and a vorbistag mapping of the language tag.
4888
4889 2006-02-05  Julien MOUTTE  <julien@moutte.net>
4890
4891         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
4892         refactoring.
4893
4894 2006-02-04  David Schleef  <ds@schleef.org>
4895
4896         * ext/ogg/gstoggmux.c:
4897         * gst/typefind/gsttypefindfunctions.c:
4898           Add Dirac typefinding and add dirac format to oggmux.
4899
4900 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
4901
4902         * gst/playback/gstdecodebin.c: (try_to_link_1):
4903           Don't put essential function call into
4904           g_return_*() macro, otherwise it'll all be
4905           replaced by NOOPs when compiling with
4906           G_DISABLE_CHECKS defined.
4907
4908 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
4909
4910         * ext/ogg/gstoggdemux.c:
4911         * ext/ogg/gstoggparse.c:
4912         * gst/tcp/gsttcpserversink.c:
4913         * sys/v4l/v4lsrc_calls.c:
4914         * sys/v4l/v4lsrc_calls.h:
4915         Just make it compile with --disable-gst-debug.
4916
4917 2006-02-03  Wim Taymans  <wim@fluendo.com>
4918
4919         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
4920         (gst_alsasink_class_init), (gst_alsasink_init),
4921         (gst_alsasink_write), (gst_alsasink_reset):
4922         * ext/alsa/gstalsasink.h:
4923         Add lock to protect alsa calls.
4924         Implement reset to flush samples ASAP, does not work
4925         with dmix though.
4926
4927 2006-02-02  Wim Taymans  <wim@fluendo.com>
4928
4929         * gst-libs/gst/audio/gstbaseaudiosink.c:
4930         (gst_base_audio_sink_provide_clock):
4931         Ugh.. getting late I guess...
4932
4933 2006-02-02  Wim Taymans  <wim@fluendo.com>
4934
4935         * gst-libs/gst/audio/gstbaseaudiosink.c:
4936         (gst_base_audio_sink_provide_clock),
4937         (gst_base_audio_sink_set_property),
4938         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
4939         Don't try to provide a clock when we are not negotiated since
4940         we might not be able to make it run.
4941
4942 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4943
4944         * gst/playback/gstdecodebin.c: (try_to_link_1):
4945           Unlinking two source pads is ... hard.
4946
4947 2006-02-02  Wim Taymans  <wim@fluendo.com>
4948
4949         * gst-libs/gst/audio/TODO:
4950         Updated.
4951
4952         * gst-libs/gst/audio/gstbaseaudiosink.c:
4953         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
4954         On EOS, wait till the last sample is played before posting EOS.
4955
4956 2006-02-01  Philippe Kalaf <burger at speedy dot org>
4957
4958         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4959           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
4960           setting queue_delay to zero. Also avoid thread being started if
4961           queue_delay is zero.
4962
4963 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
4964
4965         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
4966           Make test work again by connecting fakesinks to each decoded pad,
4967           which makes the pipeline wait until each fakesink has a buffer
4968           queued before going to PAUSED state. At that point we know the
4969           decodebin pads are negotiated.
4970
4971 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
4972
4973         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
4974         (gst_cdda_base_src_handle_event):
4975         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
4976           Pass unhandled queries to the parent class's query function.
4977
4978 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
4979
4980         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
4981         (gst_ogg_pad_src_query):
4982         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4983         * ext/theora/theoradec.c: (theora_dec_src_query),
4984         (theora_dec_sink_query):
4985         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4986         (vorbis_dec_sink_query):
4987         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
4988         (gst_vorbisenc_sink_query):
4989         * gst/adder/gstadder.c: (gst_adder_query):
4990           Pass unhandled queries upstream instead of just
4991           dropping them (#326447). Also, fix supported
4992           query types list for some elements.
4993
4994 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
4995
4996         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
4997         (paris_type_find), (ilbc_type_find), (plugin_init):
4998           Fix typefinding for audio/x-au, audio/x-paris and
4999           audio/iLBC-sh. We cannot use the START_WITH macros
5000           here, because there can only be one typefind factory
5001           with the same name (caps), so the second one would
5002           replace the first one and the first one would never
5003           be called when doing typefinding (see #161712).
5004           
5005
5006 2006-01-31  Wim Taymans  <wim@fluendo.com>
5007
5008         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5009         (vorbis_handle_header_packet), (vorbis_dec_push),
5010         (vorbis_handle_data_packet):
5011         Use scale_int when we can, add some more scaling.
5012         Check packettype before parsing it.
5013
5014 2006-01-31  Wim Taymans  <wim@fluendo.com>
5015
5016         * ext/theora/theoradec.c: (_theora_granule_time),
5017         (theora_dec_src_convert), (theora_dec_sink_convert):
5018         Call right _scale functions.
5019         Use parameter instead of some other random value.
5020
5021 2006-01-31  Wim Taymans  <wim@fluendo.com>
5022
5023         * ext/theora/theoradec.c: (_theora_granule_frame),
5024         (_theora_granule_time), (_inc_granulepos),
5025         (theora_dec_src_convert), (theora_dec_sink_convert),
5026         (theora_handle_type_packet), (theora_handle_data_packet),
5027         (theora_dec_chain):
5028         Use higher precision timestamps calculation.
5029         Convert some other conversions to _scale.
5030
5031 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
5032
5033         * gst/audiotestsrc/gstaudiotestsrc.c:
5034         (gst_audio_test_src_create_sine_table), (plugin_init):
5035         * gst/volume/gstvolume.c: (plugin_init):
5036           initialize gst_controller before using
5037
5038 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
5039
5040         * tests/check/pipelines/theoraenc.c:
5041         * tests/check/pipelines/vorbisenc.c:
5042         Define constant using G_GINT64_CONSTANT to avoid errors when
5043         passing it around - otherwise it gets truncated to 32 bits.
5044
5045         Fixes failing tests.
5046
5047 2006-01-31  Andy Wingo  <wingo@pobox.com>
5048
5049         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
5050         caps being set doesn't have a framerate value. Basically a stopgap
5051         measure.
5052
5053         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
5054         technically correct enough to put into core though.
5055         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
5056         DURATION. Fixes theoraenc ! oggmux.
5057
5058         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
5059         fraction, not double.
5060
5061 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
5062
5063         * win32/vs7:
5064         add vs7 project files created by Sergey Scobich
5065
5066 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
5067
5068         * win32/vs8:
5069         add vs8 project files created by Sergey Scobich
5070         
5071 2006-01-30  Andy Wingo  <wingo@pobox.com>
5072
5073         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
5074         timestamp + duration, not just timestamp -- ogg pages should be
5075         ordered by stop time. Necessary fix given the change in vorbis
5076         timestamps.
5077
5078         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
5079         (gst_theora_enc_init): Pull the granule shift out of the encoder.
5080         (granulepos_add): New function, handles the messiness of adjusting
5081         granulepos values.
5082         (theora_buffer_from_packet):
5083         (theora_enc_chain):
5084         (theora_enc_sink_event): Use granulepos_add, not +.
5085
5086         * tests/check/pipelines/theoraenc.c
5087         (check_buffer_granulepos_from_starttime): Just check the frame
5088         count, not the actual granulepos -- we can't dictate to the
5089         encoder when it should be placing keyframes.
5090
5091 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5092
5093         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5094           SERVICE_NOT_AVAILABLE happens for example when you're trying to
5095           play an http:// stream from a server that's not serving
5096
5097 2006-01-30  Andy Wingo  <wingo@pobox.com>
5098
5099         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
5100         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
5101         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
5102         available.
5103
5104         * ext/theora/gsttheoraenc.h:
5105         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
5106         although theoraenc was timestamping correctly. Added handling of
5107         streams that start with nonzero timestamps.
5108
5109         * tests/check/Makefile.am:
5110         * tests/check/pipelines/theoraenc.c: New file, basically does same
5111         tests as vorbisenc.
5112
5113         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
5114
5115 2006-01-30  Wim Taymans  <wim@fluendo.com>
5116
5117         * gst-libs/gst/audio/gstaudiosink.c:
5118         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
5119         (gst_audioringbuffer_pause):
5120         Implement pause that does not wait for completion.
5121
5122         * gst-libs/gst/audio/gstbaseaudiosink.c:
5123         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5124         Don't drop buffers when going to PAUSED but perform preroll on
5125         remaining samples now that core base class supports this.
5126
5127         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
5128         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
5129         (gst_ring_buffer_commit):
5130         Pause should not signal waiters.
5131         Implement return value of _commit correctly.
5132
5133 2006-01-30  Andy Wingo  <wingo@pobox.com>
5134
5135         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
5136
5137         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
5138         updated to timestamp from the first sample, not the last.
5139         (gst_vorbisenc_buffer_from_header_packet): New function, takes
5140         special care of granulepos and timestamp for header packets.
5141         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
5142         when the first buffer has a nonzero timestamp.
5143
5144         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
5145         (GstVorbisEnc.subgranule_offset): New members. Take care of the
5146         case when the first audio buffer we get has a nonzero timestamp.
5147         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
5148         properly timestamp vorbis buffers with the time of the first
5149         sample, not the last.
5150         
5151         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
5152         vorbis_granule_time_copy -- now it takes the granule/subgranule
5153         offset into account.
5154
5155         * tests/check/pipelines/vorbisenc.c: New test for correctness of
5156         timestamps, durations, and granulepos on buffers produced by
5157         vorbisenc.
5158
5159 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
5160
5161         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5162         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
5163           Patch from Eric Jonas to support conversions to/from UYVY 
5164           (Fixes: #324626)
5165
5166 2006-01-30  Julien MOUTTE  <julien@moutte.net>
5167
5168         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
5169         (setup_subtitle), (setup_source), (set_active_source):
5170         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
5171         (gen_text_element), (gen_audio_element), (gen_vis_element),
5172         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
5173
5174 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
5175
5176         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
5177         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
5178                 use gst_guint64_to_gdouble to be compliant with vs6
5179         * gst/playback/gstdecodebin.c: (try_to_link_1)
5180         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
5181                 use G_GINT64_CONSTANT for int64 constants
5182         * win32/common/libgstinterfaces.def:
5183                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
5184         * win32/vs6:
5185                 update and add new project files
5186                 
5187 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5188
5189         * Makefile.am:
5190         * win32/MANIFEST:
5191         * win32/common/interfaces-enumtypes.c:
5192         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5193         (gst_mixer_track_flags_get_type),
5194         (gst_tuner_channel_flags_get_type):
5195         * win32/common/interfaces-enumtypes.h:
5196         * win32/common/multichannel-enumtypes.c:
5197         (gst_audio_channel_position_get_type):
5198         * win32/common/multichannel-enumtypes.h:
5199           add a win32-update rule like in core, and copy over enumtypes files
5200
5201 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5202
5203         * win32/MANIFEST:
5204         * win32/common/config.h:
5205         * win32/common/config.h.in:
5206           add config files just like in core
5207
5208 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5209
5210         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
5211           Make gcc-4.1 happy (part of #327357).
5212
5213 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5214
5215         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
5216         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
5217         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
5218         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
5219         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
5220         (gst_alsasrc_unprepare), (gst_alsasrc_read):
5221           Update all error messages.  All of them should either use
5222           the default translated message, or actually provide a
5223           translatable string.
5224           Make the string for channel count problems meaningful.
5225
5226 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5227
5228         * sys/v4l/v4l_calls.c: (gst_v4l_open):
5229           check for and throw RESOURCE_BUSY
5230
5231 2006-01-27  David Schleef  <ds@schleef.org>
5232
5233         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
5234           checked in this change -- it requires liboil features not
5235           in 0.3.6.  Revert parts.
5236
5237 2006-01-27  David Schleef  <ds@schleef.org>
5238
5239         * REQUIREMENTS:
5240         * configure.ac: update liboil requirement to 0.3.6
5241         * gst/videoscale/Makefile.am:
5242         * gst/videoscale/vs_scanline.c: liboilify
5243
5244 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
5245
5246         * ext/libvisual/visual.c: (get_buffer):
5247           When pad_alloc returns a GstFlowReturn other
5248           than GST_FLOW_OK, make sure it is passed upstream.
5249
5250 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
5251
5252         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5253         (gst_alsasink_class_init):
5254           Free the device name string.
5255
5256         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5257         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
5258         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
5259           Don't remove a pad from the collectpads structure until it
5260           is released - it's a request pad, and may receive data again
5261           if the element gets moved back to PLAYING state.
5262
5263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5264           Ensure we turn on double buffering on the Xv port, and
5265           set the colour key to something dark and mysterious that
5266           isn't black.
5267
5268 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5269
5270         * ext/alsa/gstalsaplugin.c: (plugin_init):
5271         * ext/cdparanoia/gstcdparanoiasrc.c:
5272         (gst_cd_paranoia_src_base_init), (plugin_init):
5273         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5274         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
5275           - a library should not call setlocale. see "Libraries" node in
5276             gettext manual
5277           - make sure all plugins that use translation do bindtextdomain
5278             to point to the localedir
5279         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
5280         (setup_sinks), (plugin_init):
5281           all this, and check for NULL when creating sinks
5282
5283 2006-01-27  Julien MOUTTE  <julien@moutte.net>
5284
5285         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
5286         (plugin_init): Make typefinding of subtitles work again.
5287
5288 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
5289
5290         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5291         (mp3_type_frame_length_from_header), (mp3_type_find),
5292         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
5293         (plugin_init):
5294           Backport a bunch of typefinding fixes from the 0.8 branch.
5295           Also, improve wavpack typefinding: if we can't peek the
5296           entire wavpack block, try to parse the bits we can get and
5297           see if we find what we're looking for in those.
5298
5299 2006-01-26  Julien MOUTTE  <julien@moutte.net>
5300
5301         * sys/ximage/ximagesink.c:
5302         (gst_ximagesink_calculate_pixel_aspect_ratio):
5303         * sys/xvimage/xvimagesink.c:
5304         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
5305         more cases of pixel aspect ratio.
5306
5307 2006-01-26  Edward Hervey  <edward@fluendo.com>
5308
5309         * gst/playback/gstdecodebin.c: (pad_probe):
5310         Also consider the flush-start and tag events as unblockers
5311         for the pad probes.
5312
5313 2006-01-26  Julien MOUTTE  <julien@moutte.net>
5314
5315         * gst/playback/gstplaybin.c: (gst_play_bin_init),
5316         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
5317         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
5318         On the fly visualisation switch, works disabling, enabling as
5319         well but it won't be able to enable vis in a playbin that was
5320         created with no visualisation.
5321
5322 2006-01-25  Wim Taymans  <wim@fluendo.com>
5323
5324         * gst-libs/gst/audio/gstbaseaudiosink.c:
5325         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5326         Undo previous commit that returned WRONG_STATE sooner, it breaks 
5327         resume after pause.
5328
5329 2006-01-25  Wim Taymans  <wim@fluendo.com>
5330
5331         * gst-libs/gst/audio/gstbaseaudiosink.c:
5332         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
5333         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
5334         Improve debugging.
5335         Post error when caps cannot be parsed.
5336         Resync on discontinuity in the stream.
5337         Clip samples to segment boundaries.
5338         return WRONG_STATE sooner when we are flushing.
5339
5340         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5341         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5342         Make audiosrc operate in TIME.
5343         Set TIMESTAMP and DURATION on buffers.
5344
5345 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
5346
5347         * tests/examples/seek/seek.c: (main):
5348           Output tag messages as well.
5349
5350 2006-01-23  Edward Hervey  <edward@fluendo.com>
5351
5352         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5353         (free_pad_probes), (remove_fakesink), (pad_probe),
5354         (close_pad_link), (gst_decode_bin_change_state):
5355         Replace GstPadBlockCallback with pad probes that detect
5356         first buffer AND eos before removing fakesink.
5357         Fixes hang with demuxers doing EOS while pre-rolling.
5358         Solves #328279
5359
5360 2006-01-23  Andy Wingo  <wingo@pobox.com>
5361
5362         * ext/alsa/gstalsasink.c:
5363         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5364         (gst_base_rtp_depayload_setcaps),
5365         (gst_base_rtp_depayload_add_to_queue),
5366         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
5367         
5368         Patch by: Jens Granseuer <jensgr at gmx dot net>
5369
5370 2006-01-22  Julien MOUTTE  <julien@moutte.net>
5371
5372         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
5373         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5374         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
5375         frames. We might get a frame destroyed after changing state to
5376         NULL, adding a safety check on xcontext.
5377
5378 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5379
5380         * gst-libs/gst/interfaces/xoverlay.c:
5381           Fix prepare-xwindow-id code example in the docs - we need to
5382           ignore all messages that aren't element messages as well.
5383           
5384 2006-01-21  Julien MOUTTE  <julien@moutte.net>
5385
5386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
5387           I think one day i'll completely undestand how caps negotiation
5388           is supposed to work. This refactoring handles buffer_alloc
5389           called with caps we can't handle. We definitely don't want a
5390           set_caps with those caps, so we define and allocate a buffer
5391           we would like to receive.
5392
5393 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5394
5395         * gst/playback/gstplaybasebin.c: (setup_source):
5396           Free iterator when done.
5397
5398 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
5399
5400         * gst-libs/gst/audio/gstbaseaudiosink.c:
5401         (gst_base_audio_sink_render):
5402           Fix playback of non-synchronised streams by assuming a rate
5403           of 1.0 instead of a random one.
5404
5405           Makes this work again:
5406
5407           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
5408           endianness=(int)4321, signed=(boolean)true, width=(int)16,
5409           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
5410           audioresample ! alsasink
5411
5412 === release 0.10.2 ===
5413
5414 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
5415
5416         * configure.ac:
5417           releasing 0.10.2, "Then the devil is six"
5418
5419 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
5420
5421         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
5422         * gst/playback/gststreamselector.c:
5423         (gst_stream_selector_set_property):
5424           Comment out broken code that connects to the state-changed signal.
5425           At this point, changing current stream selection is broken, but 
5426           stuff like gst-launch playbin current-audio=1 works and filters
5427           to the chosen stream.
5428
5429 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5430
5431         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
5432           Fix #327216 (null dereference in vorbisdec)
5433
5434 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
5435
5436         * ext/theora/theoradec.c: (theora_handle_comment_packet):
5437           Post taglist actually on bus instead of just freeing it
5438           (fixes #327114 and totem bug #327080).
5439
5440         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
5441           Use gst_element_found_tags_for_pad(), so that the tags
5442           are sent downstream as an event as well.
5443
5444 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5445
5446         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5447         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
5448         (gst_ximagesink_buffer_alloc):
5449         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
5450         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
5451         (gst_xvimagesink_buffer_alloc):
5452           move all regularly occurring messages to GST_LOG level
5453           add some more object logs
5454
5455 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5456
5457         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
5458           fix a silly segfault
5459
5460 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5461
5462         * docs/libs/gst-plugins-base-libs-docs.sgml:
5463         * docs/libs/gst-plugins-base-libs-sections.txt:
5464         * gst-libs/gst/audio/mixerutils.c:
5465         * gst-libs/gst/audio/mixerutils.h:
5466           Add docs for mixerutils stuff.
5467
5468 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
5469
5470         * gst/playback/gstplaybasebin.c: (setup_source):
5471           Fix playback for sources that emit raw audio or
5472           raw video streams (e.g.: cd audio sources) (#325984).
5473
5474 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5475
5476         * gst-libs/gst/audio/mixerutils.c:
5477         (gst_audio_mixer_filter_do_filter):
5478           actually save the element we create
5479
5480 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5481
5482         * gst-libs/gst/cdda/gstcddabasesrc.c:
5483         (gst_cdda_base_src_handle_track_seek):
5484           No need to post a tag message on the bus when seeking
5485           within the same track, only post it when the current
5486           track changes.
5487
5488 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
5489
5490         * gst/playback/gstplaybasebin.c: (group_destroy),
5491         (probe_triggered), (new_decoded_pad), (mute_group_type),
5492         (set_active_source):
5493         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
5494         * gst/playback/gststreamselector.c:
5495         (gst_stream_selector_base_init),
5496         (gst_stream_selector_set_property),
5497         (gst_stream_selector_request_new_pad):
5498           Reenable stream selection. These mechanisms need a complete overhaul
5499           in the face of 0.8->0.10 changes though.
5500
5501 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
5502
5503         * ext/ogg/gstoggdemux.c:
5504           Change the pad template to src_%d to match the pads that 
5505           are created from it. decodebin needs this information in order
5506           to decide that oggdemux is capable of producing multiple pads
5507           (and hence needs queues inserted).
5508
5509         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5510         (gst_ogg_mux_collected):
5511           Make debug output more useful by using GST_PTR_FORMAT.
5512
5513 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5514
5515         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5516
5517         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
5518           Set depth and width for alaw/mulaw (fixes #326601).
5519
5520 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5521
5522         * tests/icles/Makefile.am:
5523           don't build the tests if we don't have the libs
5524
5525 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5526
5527         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
5528         (gst_cd_paranoia_paranoia_callback):
5529           Don't try to free NULL pointers.
5530
5531 2006-01-10  Edward Hervey  <edward@fluendo.com>
5532
5533         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
5534         (gst_audio_rate_change_state), (plugin_init):
5535         Add debugging category.
5536         Fix type issues.
5537         Add case for incoming buffers without valid offset/offset_end.
5538
5539 2006-01-10  Michael Smith  <msmith@fluendo.com>
5540
5541         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
5542           Don't leak GCond in audio sources.
5543
5544 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
5545
5546         * gst/playback/gstplaybin.c: (gen_audio_element):
5547           Don't leak an autoaudiosink/alsasink when we generate
5548           a new audio element. (old code, I guess)
5549
5550 2006-01-10  Michael Smith  <msmith@fluendo.com>
5551
5552         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
5553           Support float audio in audiorate.
5554           Use width rather than depth for selecting sample width.
5555
5556 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5557
5558         * gst/videotestsrc/videotestsrc.h:
5559           Use GLib types here (that way we don't have to include the
5560           generated _stdint.h header, which makes life easier for win32
5561           folks that don't use autotools for the build) (#325990, patch
5562           by: Sergey Scobich).
5563
5564 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5565
5566         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
5567         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5568         (gst_ring_buffer_pause), (wait_segment):
5569         * gst-libs/gst/audio/gstringbuffer.h:
5570           Name (private) union, makes Forte compiler happy (this time
5571           for real) (#324900).
5572
5573 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5574
5575         * gst-libs/gst/audio/Makefile.am:
5576           Link against libgstinterfaces, needed for mixer
5577           and property probe stuff.
5578
5579 2006-01-09  Edward Hervey  <edward@fluendo.com>
5580
5581         * gst-libs/gst/Makefile.am:
5582
5583 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5584
5585         * gst-libs/gst/audio/Makefile.am:
5586         * gst-libs/gst/audio/mixerutils.c:
5587         (gst_audio_mixer_filter_do_filter),
5588         (gst_audio_mixer_filter_check_element),
5589         (gst_audio_mixer_filter_probe_feature),
5590         (element_factory_rank_compare_func),
5591         (gst_audio_default_registry_mixer_filter):
5592         * gst-libs/gst/audio/mixerutils.h:
5593           Add gst_audio_default_registry_mixer_filter() utility
5594           function.
5595
5596 2006-01-03  Michael Smith  <msmith@fluendo.com>
5597
5598         * gst/audioresample/resample.h:
5599           As before, but for o_buf
5600
5601 2006-01-03  Michael Smith  <msmith@fluendo.com>
5602
5603         * gst/audioresample/resample.h:
5604           Declare struct _ResampleState.buffer as unsigned char *, not void *,
5605           since we do arithmetic on it.
5606
5607 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
5608
5609         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
5610         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5611         (gst_ring_buffer_pause), (wait_segment):
5612         * gst-libs/gst/audio/gstringbuffer.h:
5613           Sun's Forte compiler doesn't seem to like anonymous structs,
5614           so use same setup as in GstBaseSrc (fixes #324900).
5615
5616 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
5617
5618         * configure.ac:
5619         * gst/volume/Makefile.am:
5620         * gst/volume/demo.c:
5621           move old example to tests/examples/volume/volune.c
5622         * tests/examples/Makefile.am:
5623         * tests/examples/seek/seek.c: (main):
5624           change window-close event from "delete-event" to "destroy"
5625         * tests/examples/volume/Makefile.am:
5626         * tests/examples/volume/volume.c: (value_changed_callback),
5627         (setup_gui), (message_received), (eos_message_received), (main):
5628           fix event handling and bus usage
5629
5630 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
5631
5632         * gst/audiotestsrc/gstaudiotestsrc.c:
5633         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
5634         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
5635         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
5636         (gst_audio_test_src_create_square),
5637         (gst_audio_test_src_create_saw),
5638         (gst_audio_test_src_create_triangle),
5639         (gst_audio_test_src_create_silence),
5640         (gst_audio_test_src_create_white_noise),
5641         (gst_audio_test_src_create_pink_noise),
5642         (gst_audio_test_src_init_sine_table),
5643         (gst_audio_test_src_create_sine_table),
5644         (gst_audio_test_src_change_wave),
5645         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
5646         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
5647         * gst/audiotestsrc/gstaudiotestsrc.h:
5648           update to basesrc changes, implement segmented seeking and eos
5649           handling, add a 'sine-tab' waveform for performance critical playback
5650
5651 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
5652
5653         * po/POTFILES.in:
5654           ... and this time the other modified file that I missed last time.
5655
5656 2005-12-29  Michael Smith  <msmith@fluendo.com>
5657
5658         * gst/playback/gstdecodebin.c: (new_pad):
5659           Fix non-C89 variable declaration not at the start of a block. Should
5660           help some compilers.
5661
5662 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
5663
5664         * tests/check/Makefile.am:
5665           And now fix 'make distcheck' (builddir != srcdir)
5666
5667 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
5668
5669         * configure.ac:
5670         * ext/cdparanoia/Makefile.am:
5671         * ext/cdparanoia/gstcdparanoia.c:
5672         * ext/cdparanoia/gstcdparanoia.h:
5673         * ext/cdparanoia/gstcdparanoiasrc.c:
5674         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
5675         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
5676         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
5677         (gst_cd_paranoia_paranoia_callback),
5678         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
5679         (gst_cd_paranoia_src_set_property),
5680         (gst_cd_paranoia_src_get_property), (plugin_init):
5681         * ext/cdparanoia/gstcdparanoiasrc.h:
5682           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
5683           plugin again (there are still fixes required to playbin to make
5684           cdda:// uris work there).
5685
5686 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
5687
5688         * tests/check/Makefile.am:
5689           Fix test case compilation.
5690
5691 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
5692
5693         * gst-libs/gst/cdda/gstcddabasesrc.c:
5694         (gst_cdda_base_src_update_duration),
5695         (gst_cdda_base_src_calculate_cddb_id):
5696           An integer is not a string. Fix access to uninitialised variable.
5697
5698         * tests/check/Makefile.am:
5699           Add cddabasesrc unit test; also actually enable the vorbis test.
5700
5701         * tests/check/generic/states.c:
5702           Blacklist new cd audio elements as well.
5703
5704         * tests/check/libs/cddabasesrc.c:
5705           Unit test for GstCddaBaseSrc (discid calculation mostly).
5706
5707 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
5708
5709         * docs/libs/Makefile.am:
5710         * docs/libs/gst-plugins-base-libs-docs.sgml:
5711         * docs/libs/gst-plugins-base-libs-sections.txt:
5712         * docs/libs/gst-plugins-base-libs.types:
5713           Add docs for libgstcdda/GstCddaBaseSrc.
5714
5715         * gst-libs/gst/interfaces/mixertrack.h:
5716           Do one struct member per line with a semicolon at the end, that way
5717           even gtk-doc might parse it without complaining.
5718
5719 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
5720
5721         * configure.ac:
5722         * gst-libs/gst/Makefile.am:
5723         * gst-libs/gst/cdda/Makefile.am:
5724         * gst-libs/gst/cdda/base64.c:
5725         * gst-libs/gst/cdda/base64.h:
5726         * gst-libs/gst/cdda/gstcddabasesrc.c:
5727         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
5728         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
5729         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
5730         (gst_cdda_base_src_get_property),
5731         (gst_cdda_base_src_get_track_from_sector),
5732         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
5733         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
5734         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
5735         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
5736         (gst_cdda_base_src_uri_get_protocols),
5737         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
5738         (gst_cdda_base_src_uri_handler_init),
5739         (gst_cdda_base_src_setup_interfaces),
5740         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
5741         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
5742         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
5743         (gst_cdda_base_src_add_tags),
5744         (gst_cdda_base_src_add_index_associations),
5745         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
5746         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
5747         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
5748         (gst_cdda_base_src_create):
5749         * gst-libs/gst/cdda/gstcddabasesrc.h:
5750         * gst-libs/gst/cdda/sha1.c:
5751         * gst-libs/gst/cdda/sha1.h:
5752           Add new libgstcdda with GstCddaBaseSrc class.
5753
5754 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
5755
5756         * ext/gnomevfs/gstgnomevfssink.h:
5757           Use GstBaseSinkClass as parent_class member for class struct, not
5758           GstBaseSink.
5759
5760 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
5761
5762         Patch by: Michael Benes
5763
5764         * gst/videotestsrc/gstvideotestsrc.c:
5765         (gst_video_test_src_class_init), (gst_video_test_src_start):
5766           Add start method to reset running time and number of frames sent
5767           when starting up (fixes #324696)
5768
5769 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
5770
5771         * docs/plugins/Makefile.am:
5772         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5773         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5774         * docs/plugins/gst-plugins-base-plugins.args:
5775         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5776         * docs/plugins/gst-plugins-base-plugins.signals:
5777           Add docs stuff for gnomevfssrc and gnomevfssink.
5778
5779         * ext/gnomevfs/gstgnomevfssrc.c:
5780           Fix example pipeline in gtk-doc blurb.
5781
5782 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
5783
5784         * ext/gnomevfs/Makefile.am:
5785         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
5786         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
5787         (gst_gnome_vfs_handle_get_type), (plugin_init):
5788         * ext/gnomevfs/gstgnomevfs.h:
5789         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
5790         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
5791         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
5792         (gst_gnome_vfs_sink_set_property),
5793         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
5794         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
5795         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
5796         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
5797         (gst_gnome_vfs_sink_uri_get_type),
5798         (gst_gnome_vfs_sink_uri_get_protocols),
5799         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
5800         (gst_gnome_vfs_sink_uri_handler_init):
5801         * ext/gnomevfs/gstgnomevfssink.h:
5802           Port gnomevfssink; add gtk-doc blurb.
5803
5804         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
5805         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
5806         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5807         (gst_gnome_vfs_src_uri_get_type),
5808         (gst_gnome_vfs_src_uri_get_protocols),
5809         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
5810         (gst_gnome_vfs_src_uri_handler_init),
5811         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
5812         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
5813         (gst_gnome_vfs_src_send_additional_headers_callback),
5814         (gst_gnome_vfs_src_received_headers_callback),
5815         (gst_gnome_vfs_src_push_callbacks),
5816         (gst_gnome_vfs_src_pop_callbacks),
5817         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
5818         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
5819         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
5820         * ext/gnomevfs/gstgnomevfssrc.h:
5821           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
5822           file; add gtk-doc blurb with example pipelines.
5823
5824 === release 0.10.1 ===
5825
5826 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
5827
5828         * configure.ac:
5829           releasing 0.10.1, "Dobro Dedek"
5830
5831 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
5832
5833         * gst/typefind/gsttypefindfunctions.c:
5834         iLBC30 and iLBC20 added to typefind.
5835
5836 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5837
5838         * gst-libs/gst/audio/gstbaseaudiosink.c:
5839         (gst_base_audio_sink_class_init):
5840         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5841         (gst_base_audio_src_class_init):
5842           update strings, values are in microseconds
5843           change the default sink buffer time to something that is smaller
5844           (to help software volume mixing have a slightly lower delay) but
5845           still be acceptable on Wim's laptop
5846
5847 2005-12-20  Edward Hervey  <edward@fluendo.com>
5848
5849         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
5850         Made a quack, forgot to add DUCK to the riff video template.
5851
5852 2005-12-19  Edward Hervey  <edward@fluendo.com>
5853
5854         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
5855         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
5856         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5857         (gst_ogm_parse_chain):
5858         Make sure pads are initialized correctly.
5859         * gst-libs/gst/riff/riff-ids.h:
5860         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5861         (gst_riff_create_video_template_caps):
5862         Add a whole bunch of FOURCC <=> MimeType.
5863         Extend the riff video pad template to support the newly added fourcc.
5864
5865 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
5866
5867         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
5868         (gst_ogg_demux_activate_chain):
5869           Extra debug output when activating/deactivating chains.
5870
5871         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5872         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
5873         (unlinked):
5874           Remove a queue from our list when it becomes unlinked.
5875           Don't add queues to elements in class 'Demux' if they
5876           can only produce one pad 
5877
5878 2005-12-18  Julien MOUTTE  <julien@moutte.net>
5879
5880         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
5881         (gst_video_sink_get_type): Add a debug category.
5882
5883 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
5884
5885         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5886         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
5887           Handle downstream newsegment by sending our own newsegment before the
5888           next buffer to be released. (#323900)
5889
5890 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
5891
5892         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5893         (gst_base_rtp_depayload_set_gst_timestamp):
5894           add queue delay to new segment as well (as opposed to just the first
5895           buffer). (bug #322347)
5896
5897 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
5898
5899         * ext/libvisual/visual.c: (make_valid_name):
5900           change some char* into char[]
5901         * gst/audiotestsrc/gstaudiotestsrc.c:
5902         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
5903         (gst_audio_test_src_create):
5904         * gst/audiotestsrc/gstaudiotestsrc.h:
5905           prepare to handle EOS and SEGMENT_DONE
5906
5907 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5908
5909         * tests/check/generic/states.c: (GST_START_TEST):
5910           Blacklist cdparanoia element in state test.
5911
5912 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5913
5914           Patch by: Benjamin Pineau
5915
5916         * gst/tcp/gsttcp.c:
5917         * gst/tcp/gsttcpclientsink.c:
5918         * gst/tcp/gsttcpserversink.c:
5919         * gst/tcp/gsttcpserversrc.c:
5920           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
5921
5922 2005-12-15  Michael Smith  <msmith@fluendo.com>
5923
5924         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
5925         (gst_video_rate_chain):
5926           Fix timestamping for videorate when the first buffer it sees has a
5927           non-zero timestamp. Fix some misleading debug output.
5928
5929 2005-12-15  Michael Smith  <msmith@fluendo.com>
5930
5931         * gst/audioresample/gstaudioresample.c:
5932           Don't leak all input buffers to audioresample.
5933
5934 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5935
5936         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
5937           Don't operate on empty text buffers. Strip newlines and
5938           tabs only from the end of the text, but leave them intact
5939           in the middle. Fix typo in gtk-doc description.
5940
5941 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5942
5943         * gst/playback/gstplaybasebin.c:
5944         * gst/playback/gstplaybin.c: (handoff):
5945           Make sure the video frame buffer we return to apps via the
5946           "frame" property always has caps set on it. Modify
5947           _gst_gvalue_set_object() macro to handle NULL objects
5948           gracefully too.
5949
5950 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
5951
5952         * gst/audiotestsrc/gstaudiotestsrc.c:
5953         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
5954         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
5955         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
5956         (gst_audio_test_src_create):
5957         * gst/audiotestsrc/gstaudiotestsrc.h:
5958         Adjust to some recent api changes and add wtays new cool seeking
5959         capabillities
5960
5961 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5962
5963         * ext/alsa/Makefile.am:
5964         * ext/alsa/gstalsadeviceprobe.c:
5965         * ext/alsa/gstalsadeviceprobe.h:
5966           Helper functions to add device probing via the GstPropertyProbe
5967           interface to a class.
5968
5969         * ext/alsa/gstalsamixer.h:
5970           Comment out GST_ALSA_MIXER, it returns a struct that's not
5971           used.
5972
5973         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
5974           Add some debug info. 
5975
5976         * ext/alsa/gstalsamixerelement.c:
5977         (gst_alsa_mixer_element_interface_supported),
5978         (gst_implements_interface_init),
5979         (gst_alsa_mixer_element_init_interfaces),
5980         (gst_alsa_mixer_element_class_init),
5981         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
5982         (gst_alsa_mixer_element_set_property),
5983         (gst_alsa_mixer_element_get_property),
5984         (gst_alsa_mixer_element_change_state):
5985         * ext/alsa/gstalsamixerelement.h:
5986           Add 'device' and 'device-name' properties. Add GstPropertyProbe
5987           for device handling (gnome-volume-control will need that).
5988
5989 2005-12-12  Christian Schaller  <uraeus@gnome.org>
5990
5991         * ext/Makefile.am: fix cdparanoia entry
5992         * gst-plugins-base.spec.in: add cdparanoia
5993
5994 2005-12-12  Michael Smith  <msmith@fluendo.com>
5995
5996         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
5997           Use the correct function to free list of typefind factories.
5998
5999 2005-12-12  Wim Taymans  <wim@fluendo.com>
6000
6001         * gst/videotestsrc/gstvideotestsrc.c:
6002         (gst_video_test_src_class_init), (gst_video_test_src_init),
6003         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
6004         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
6005         (gst_video_test_src_create):
6006         * gst/videotestsrc/gstvideotestsrc.h:
6007         Implement seeking in videotestsrc.
6008         Small cleanups.
6009
6010 2005-12-12  Wim Taymans  <wim@fluendo.com>
6011
6012         * ext/cdparanoia/Makefile.am:
6013         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
6014         (gst_paranoia_endian_get_type), (_do_init),
6015         (cdparanoia_class_init), (cdparanoia_init),
6016         (cdparanoia_set_property), (cdparanoia_get_property),
6017         (cdparanoia_do_seek), (cdparanoia_is_seekable),
6018         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
6019         (cdparanoia_convert), (cdparanoia_get_query_types),
6020         (cdparanoia_query), (cdparanoia_set_index),
6021         (cdparanoia_uri_set_uri):
6022         * ext/cdparanoia/gstcdparanoia.h:
6023         Partially ported cdparanoia now that basesrc can support a
6024         plugin like this..
6025
6026 2005-12-12  Wim Taymans  <wim@fluendo.com>
6027
6028         * tests/examples/seek/scrubby.c: (main):
6029         Set higher priority for bus events so they don't get reordered with
6030         gtk gui events.
6031
6032         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
6033         (flush_toggle_cb), (main):
6034         Added checkbox to disable flushing seeks. 
6035         Disable scrubbing when doing non flushing seeks.
6036
6037 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6038
6039         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
6040         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
6041         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
6042         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
6043           Implement some sort of event handling that doesn't rely on
6044           g_return_if_fail; make sure we always push the last chunk of an 
6045           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
6046           state change function; remove some old cruft. Seeking is still
6047           rather unlikely to work though.
6048
6049         * tools/.cvsignore:
6050           Ignore more.
6051
6052 2005-12-11  Julien MOUTTE  <julien@moutte.net>
6053
6054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
6055         Fixed a leak of the current image reference when cleaning up.
6056         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
6057
6058 2005-12-09  Michael Smith  <msmith@fluendo.com>
6059
6060         * tools/Makefile.am:
6061         * tools/gst-launch-ext-m.m:
6062           Remove gst-launch-ext. It doesn't work, and is no longer
6063           particularly useful.
6064
6065 2005-12-08  Luca Ognibene  <luogni@tin.it>
6066
6067         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
6068           don't pass random values to ogmparse convert function.
6069           Make seeking possible in the exile1.ogm file.
6070
6071 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6072
6073         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
6074         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6075           Work around refcount problem with g_value_set_object() that occur
6076           if the core has been compiled against GLib-2.6 (g_value_set_object()
6077           will only g_object_ref() the element, but the caller will
6078           gst_object_unref() it and bad things will happen due to the way
6079           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
6080           totem for people on FC4 using Thomas's 0.10 RPMs.
6081           
6082 2005-12-07  Edward Hervey  <edward@fluendo.com>
6083
6084         Time to welcome ogm to 0.10 :)
6085         
6086         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
6087         (gst_ogg_pad_typefind):
6088         Oggdemux can now properly typefind elements with dynamic pads.
6089         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6090         Properly set caps on src pad, and set caps on outgoing buffers.
6091
6092 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6093
6094         * ext/alsa/gstalsamixer.h:
6095         * ext/alsa/gstalsamixerelement.h:
6096         * ext/alsa/gstalsamixeroptions.h:
6097         * ext/alsa/gstalsamixertrack.h:
6098         * ext/alsa/gstalsasink.c:
6099         * ext/alsa/gstalsasink.h:
6100         * ext/alsa/gstalsasrc.c:
6101         * ext/alsa/gstalsasrc.h:
6102         * ext/cdparanoia/gstcdparanoia.h:
6103         * ext/gnomevfs/gstgnomevfsuri.h:
6104         * ext/ogg/gstoggdemux.c:
6105         * ext/ogg/gstoggmux.c:
6106         * ext/pango/gsttextoverlay.h:
6107         * ext/theora/theoradec.c:
6108         * ext/theora/theoraenc.c:
6109         * ext/vorbis/vorbisdec.h:
6110         * ext/vorbis/vorbisenc.c:
6111         * ext/vorbis/vorbisenc.h:
6112         * ext/vorbis/vorbisparse.h:
6113         * gst-libs/gst/audio/gstaudioclock.h:
6114         * gst-libs/gst/audio/gstaudiosink.c:
6115         * gst-libs/gst/audio/gstaudiosink.h:
6116         * gst-libs/gst/audio/gstaudiosrc.c:
6117         * gst-libs/gst/audio/gstaudiosrc.h:
6118         * gst-libs/gst/audio/gstbaseaudiosink.c:
6119         * gst-libs/gst/audio/gstbaseaudiosink.h:
6120         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6121         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6122         * gst-libs/gst/audio/gstringbuffer.h:
6123         * gst-libs/gst/audio/multichannel.h:
6124         * gst-libs/gst/floatcast/floatcast.h:
6125         * gst-libs/gst/interfaces/colorbalance.c:
6126         * gst-libs/gst/interfaces/colorbalance.h:
6127         * gst-libs/gst/interfaces/colorbalancechannel.h:
6128         * gst-libs/gst/interfaces/mixer.h:
6129         * gst-libs/gst/interfaces/mixeroptions.h:
6130         * gst-libs/gst/interfaces/mixertrack.h:
6131         * gst-libs/gst/interfaces/navigation.h:
6132         * gst-libs/gst/interfaces/propertyprobe.h:
6133         * gst-libs/gst/interfaces/tuner.h:
6134         * gst-libs/gst/interfaces/tunerchannel.h:
6135         * gst-libs/gst/interfaces/tunernorm.h:
6136         * gst-libs/gst/interfaces/xoverlay.h:
6137         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6138         * gst-libs/gst/riff/riff-ids.h:
6139         * gst-libs/gst/riff/riff-media.h:
6140         * gst-libs/gst/riff/riff-read.h:
6141         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6142         * gst-libs/gst/rtp/gstbasertppayload.c:
6143         * gst-libs/gst/rtp/gstbasertppayload.h:
6144         * gst-libs/gst/rtp/gstrtpbuffer.c:
6145         * gst-libs/gst/rtp/gstrtpbuffer.h:
6146         * gst-libs/gst/tag/gsttageditingprivate.h:
6147         * gst-libs/gst/tag/gstvorbistag.c:
6148         (gst_tag_list_from_vorbiscomment_buffer):
6149         * gst-libs/gst/tag/tag.h:
6150         * gst-libs/gst/video/video.h:
6151         * gst/adder/gstadder.c:
6152         * gst/adder/gstadder.h:
6153         * gst/audioconvert/audioconvert.c:
6154         * gst/audioconvert/audioconvert.h:
6155         * gst/audioconvert/gstaudioconvert.c:
6156         * gst/audioconvert/gstchannelmix.c:
6157         * gst/audioconvert/gstchannelmix.h:
6158         * gst/audiorate/gstaudiorate.c:
6159         * gst/audioresample/buffer.h:
6160         * gst/audioresample/functable.h:
6161         * gst/audioresample/gstaudioresample.c:
6162         * gst/audioresample/resample.h:
6163         * gst/ffmpegcolorspace/avcodec.h:
6164         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6165         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
6166         * gst/ffmpegcolorspace/imgconvert.c:
6167         * gst/ffmpegcolorspace/imgconvert_template.h:
6168         * gst/playback/gstdecodebin.c:
6169         * gst/playback/gstplaybasebin.h:
6170         * gst/playback/gstplaybin.c:
6171         * gst/playback/gststreaminfo.h:
6172         * gst/tcp/gstfdset.c:
6173         * gst/tcp/gstfdset.h:
6174         * gst/tcp/gstmultifdsink.c:
6175         * gst/tcp/gstmultifdsink.h:
6176         * gst/tcp/gsttcp.h:
6177         * gst/tcp/gsttcpclientsrc.c:
6178         * gst/tcp/gsttcpclientsrc.h:
6179         * gst/tcp/gsttcpplugin.h:
6180         * gst/tcp/gsttcpserversink.c:
6181         * gst/tcp/gsttcpserversrc.c:
6182         * gst/typefind/gsttypefindfunctions.c:
6183         * gst/videorate/gstvideorate.c:
6184         * gst/videotestsrc/gstvideotestsrc.h:
6185         * gst/videotestsrc/videotestsrc.h:
6186         * sys/v4l/gstv4lcolorbalance.h:
6187         * sys/v4l/gstv4ltuner.h:
6188         * sys/v4l/gstv4lxoverlay.h:
6189         * sys/v4l/v4l_calls.h:
6190         * sys/v4l/videodev_mjpeg.h:
6191         * tests/check/elements/audioconvert.c:
6192         * tests/check/elements/audioresample.c:
6193         * tests/check/elements/audiotestsrc.c:
6194         * tests/check/elements/videotestsrc.c:
6195         * tests/check/elements/volume.c:
6196         * tests/examples/seek/scrubby.c:
6197         * tests/examples/seek/seek.c:
6198           expand tabs
6199
6200 === release 0.10.0 ===
6201
6202 2005-12-05   <thomas (at) apestaart (dot) org>
6203
6204         * configure.ac:
6205           releasing 0.10.0, "Mont-d'or"
6206
6207 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
6208
6209         * tests/examples/seek/Makefile.am:
6210         Build fix for when gtk is not available.
6211
6212 2005-12-05  Andy Wingo  <wingo@pobox.com>
6213
6214         * ext/libvisual/visual.c: (get_buffer):
6215         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
6216         * ext/pango/gsttextrender.c: (gst_text_render_chain):
6217         * ext/theora/theoradec.c: (theora_handle_data_packet):
6218         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6219         (theora_enc_chain):
6220         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6221         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6222         Update for alloc_buffer changes.
6223
6224 2005-12-05  Andy Wingo  <wingo@pobox.com>
6225
6226         patch by: Kai Vehmanen <kv2004 eca cx>
6227         
6228         * gst-libs/gst/rtp/gstbasertpdepayload.c
6229         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
6230
6231 2005-12-04  Andy Wingo  <wingo@pobox.com>
6232
6233         patch by: Sebastien Cote <sebas642 yahoo ca>
6234         
6235         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
6236         Fixes #319172.
6237
6238 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
6239
6240         * docs/plugins/Makefile.am:
6241         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6242         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6243         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6244         * ext/pango/gstclockoverlay.c:
6245         * ext/pango/gsttextoverlay.c: 
6246         * ext/pango/gsttextrender.c:
6247         * ext/pango/gsttimeoverlay.c:
6248           Add gtk-doc blurbs to pango elements.
6249
6250 2005-12-02  Wim Taymans  <wim@fluendo.com>
6251
6252         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
6253         * gst/audioresample/buffer.h:
6254         * gst/audioresample/gstaudioresample.c:
6255         * gst/audioresample/gstaudioresample.h:
6256         * gst/audioresample/resample.c: (resample_input_flush),
6257         (resample_input_pushthrough), (resample_input_eos),
6258         (resample_get_output_size_for_input),
6259         (resample_get_input_size_for_output), (resample_get_output_size),
6260         (resample_get_output_data):
6261         * gst/audioresample/resample.h:
6262         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6263         Fix audioresample, seek torture, new segments, reverse negotiation
6264         etc.. work fine.
6265
6266 2005-12-02  Wim Taymans  <wim@fluendo.com>
6267
6268         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6269         Small cleanups.
6270
6271 2005-12-02  Wim Taymans  <wim@fluendo.com>
6272
6273         * gst/audioconvert/gstaudioconvert.c:
6274         (gst_audio_convert_transform):
6275         Post errors.
6276
6277 === release 0.9.7 ===
6278
6279 2005-12-01   <thomas (at) apestaart (dot) org>
6280
6281         * configure.ac:
6282           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
6283
6284 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6285
6286         * Makefile.am:
6287         * po/hu.po:
6288         * win32/MANIFEST:
6289         * win32/gst.sln:
6290           add win32 MANIFEST file
6291           do something to the hungarian translation
6292
6293 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
6294
6295         * ext/Makefile.am:
6296           Add $(PANGO_DIR) to SUBDIRS
6297
6298         * ext/pango/gstclockoverlay.c:
6299         * ext/pango/gsttimeoverlay.c:
6300           Fix and improve element descriptions.
6301
6302 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6303
6304         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6305         * docs/plugins/inspect/plugin-libvisual.xml:
6306         * docs/plugins/inspect/plugin-pango.xml:
6307           add pango plugin to docs
6308
6309 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6310
6311         * configure.ac:
6312         * ext/Makefile.am:
6313           moved pango to base
6314
6315 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6316
6317         * configure.ac:
6318         * tests/Makefile.am:
6319         * tests/icles/.cvsignore:
6320         * tests/icles/Makefile.am:
6321         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
6322         (close_display), (resize_window), (move_window), (create_window),
6323         (terminate_playback), (pause_playback), (start_playback), (main):
6324           add stress test for xoverlay from Julien
6325
6326 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6327
6328         * docs/libs/tmpl/gstcolorbalance.sgml:
6329         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6330         * gst-libs/gst/rtp/gstbasertppayload.c:
6331         * gst-libs/gst/rtp/gstrtpbuffer.c:
6332         * gst-libs/gst/rtp/gstrtpbuffer.h:
6333           Do burger's rename for rtp payloaders and depayloaders
6334
6335 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6336
6337         * win32/:
6338           add Visual Studio 6 build files
6339
6340 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6341
6342         * docs/libs/gst-plugins-base-libs-docs.sgml:
6343         * docs/libs/gst-plugins-base-libs-sections.txt:
6344         * docs/libs/tmpl/gstaudio.sgml:
6345         * docs/libs/tmpl/gstringbuffer.sgml:
6346         * gst-libs/gst/interfaces/xoverlay.c:
6347         * gst-libs/gst/video/gstvideofilter.c:
6348         * gst-libs/gst/video/gstvideosink.c:
6349           update documentation
6350
6351 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6352
6353         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
6354         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
6355         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
6356         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
6357         (gst_multi_fd_sink_get_stats),
6358         (gst_multi_fd_sink_remove_client_link),
6359         (gst_multi_fd_sink_handle_client_read),
6360         (gst_multi_fd_sink_client_queue_data),
6361         (gst_multi_fd_sink_client_queue_caps),
6362         (gst_multi_fd_sink_client_queue_buffer),
6363         (gst_multi_fd_sink_new_client),
6364         (gst_multi_fd_sink_handle_client_write),
6365         (gst_multi_fd_sink_recover_client),
6366         (gst_multi_fd_sink_queue_buffer),
6367         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
6368         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
6369         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
6370         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
6371         * gst/tcp/gstmultifdsink.h:
6372         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
6373         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
6374         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
6375         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
6376         (gst_tcp_client_sink_set_property),
6377         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
6378         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
6379         * gst/tcp/gsttcpclientsink.h:
6380         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
6381         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
6382         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
6383         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
6384         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
6385         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
6386         * gst/tcp/gsttcpclientsrc.h:
6387         * gst/tcp/gsttcpplugin.c: (plugin_init):
6388         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
6389         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
6390         (gst_tcp_server_sink_finalize),
6391         (gst_tcp_server_sink_handle_server_read),
6392         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
6393         (gst_tcp_server_sink_set_property),
6394         (gst_tcp_server_sink_get_property),
6395         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
6396         * gst/tcp/gsttcpserversink.h:
6397         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
6398         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
6399         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
6400         (gst_tcp_server_src_set_property),
6401         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
6402         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
6403         * gst/tcp/gsttcpserversrc.h:
6404           more borgifying
6405
6406 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6407
6408         * docs/plugins/Makefile.am:
6409         * docs/plugins/gst-plugins-base-plugins.args:
6410         * docs/plugins/inspect/plugin-libvisual.xml:
6411         * gst/audioconvert/plugin.h:
6412         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
6413         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
6414         (gst_audio_rate_setcaps), (gst_audio_rate_init),
6415         (gst_audio_rate_chain), (gst_audio_rate_set_property),
6416         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
6417         (plugin_init):
6418         * gst/audiotestsrc/gstaudiotestsrc.c:
6419         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
6420         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
6421         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
6422         (gst_audio_test_src_get_query_types),
6423         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
6424         (gst_audio_test_src_create_square),
6425         (gst_audio_test_src_create_saw),
6426         (gst_audio_test_src_create_triangle),
6427         (gst_audio_test_src_create_silence),
6428         (gst_audio_test_src_create_white_noise),
6429         (gst_audio_test_src_init_pink_noise),
6430         (gst_audio_test_src_generate_pink_noise_value),
6431         (gst_audio_test_src_create_pink_noise),
6432         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
6433         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
6434         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
6435         (plugin_init):
6436         * gst/audiotestsrc/gstaudiotestsrc.h:
6437         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
6438         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
6439         (gst_sub_parse_init), (gst_sub_parse_formats),
6440         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
6441         (convert_encoding), (get_next_line),
6442         (gst_sub_parse_data_format_autodetect),
6443         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
6444         (gst_sub_parse_loop), (gst_sub_parse_chain),
6445         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
6446         (plugin_init):
6447         * gst/subparse/gstsubparse.h:
6448         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
6449         (gst_video_rate_base_init), (gst_video_rate_class_init),
6450         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
6451         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
6452         (gst_video_rate_init), (gst_video_rate_event),
6453         (gst_video_rate_chain), (gst_video_rate_set_property),
6454         (gst_video_rate_get_property), (gst_video_rate_change_state),
6455         (plugin_init):
6456         * gst/videoscale/gstvideoscale.c:
6457         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
6458         (gst_video_scale_src_template_factory),
6459         (gst_video_scale_sink_template_factory),
6460         (gst_video_scale_get_type), (gst_video_scale_base_init),
6461         (gst_video_scale_class_init), (gst_video_scale_init),
6462         (gst_video_scale_set_property), (gst_video_scale_get_property),
6463         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
6464         (gst_video_scale_prepare_size), (parse_caps),
6465         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
6466         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
6467         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
6468         (plugin_init):
6469         * gst/videoscale/gstvideoscale.h:
6470         * gst/videotestsrc/gstvideotestsrc.c:
6471         (gst_video_test_src_pattern_get_type),
6472         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
6473         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
6474         (gst_video_test_src_set_pattern),
6475         (gst_video_test_src_set_property),
6476         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
6477         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
6478         (gst_video_test_src_event), (gst_video_test_src_get_times),
6479         (gst_video_test_src_create), (plugin_init):
6480         * gst/videotestsrc/gstvideotestsrc.h:
6481         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
6482         (gst_video_test_src_smpte), (gst_video_test_src_snow),
6483         (gst_video_test_src_black):
6484         * gst/videotestsrc/videotestsrc.h:
6485           borgify further
6486           clean up docs a little
6487
6488 2005-11-30  Wim Taymans  <wim@fluendo.com>
6489
6490         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6491         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6492         (gst_basertppayload_event), (gst_basertppayload_push),
6493         (gst_basertppayload_change_state):
6494         * gst-libs/gst/rtp/gstbasertppayload.h:
6495         closed #320644.
6496
6497 2005-11-30  Julien MOUTTE  <julien@moutte.net>
6498
6499         * docs/libs/gst-plugins-base-libs-docs.sgml:
6500         * docs/libs/gst-plugins-base-libs-sections.txt:
6501         * gst-libs/gst/video/gstvideofilter.c:
6502         * gst-libs/gst/video/gstvideosink.c:
6503         * gst-libs/gst/video/gstvideosink.h: Adding docs.
6504
6505 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6506
6507         * LICENSE:
6508           move
6509         * po/af.po:
6510         * po/az.po:
6511         * po/cs.po:
6512         * po/en_GB.po:
6513         * po/hu.po:
6514         * po/it.po:
6515         * po/nb.po:
6516         * po/nl.po:
6517         * po/or.po:
6518         * po/sq.po:
6519         * po/sr.po:
6520         * po/sv.po:
6521         * po/uk.po:
6522         * po/vi.po:
6523         * Makefile.am:
6524           update
6525         * scripts/autoplugins.sh:
6526           remove
6527
6528 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6529
6530         * Makefile.am:
6531         * configure.ac:
6532         * examples/Makefile.am:
6533         * examples/capsfilter/Makefile.am:
6534         * examples/capsfilter/capsfilter1.c:
6535         * examples/gob/Makefile.am:
6536         * examples/gob/gst-identity2.gob:
6537         * examples/indexing/.cvsignore:
6538         * examples/indexing/Makefile.am:
6539         * examples/indexing/indexmpeg.c:
6540         * examples/seeking/.cvsignore:
6541         * examples/seeking/Makefile.am:
6542         * examples/seeking/cdparanoia.c:
6543         * examples/seeking/cdplayer.c:
6544         * examples/seeking/chained.c:
6545         * examples/seeking/scrubby.c:
6546         * examples/seeking/seek.c:
6547         * examples/stats/Makefile.am:
6548         * examples/stats/mp2ogg.c:
6549         * examples/switch/.cvsignore:
6550         * examples/switch/Makefile.am:
6551         * examples/switch/switcher.c:
6552         * tests/Makefile.am:
6553         * tests/check/generic/.cvsignore:
6554         * tests/check/pipelines/.cvsignore:
6555         * tests/examples/Makefile.am:
6556         * tests/examples/seek/Makefile.am:
6557           reorganize stuff under tests/
6558
6559 2005-11-30  Edward Hervey  <edward@fluendo.com>
6560
6561         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
6562         Go away you stupid GstStaticPadTemplate memleak.
6563
6564 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6565
6566         * gst-libs/gst/net/Makefile.am:
6567         * gst-libs/gst/net/README:
6568         * gst-libs/gst/net/gstnetbuffer.c:
6569         * gst-libs/gst/net/gstnetbuffer.h:
6570           this was moved to "netbuffer"
6571
6572 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6573
6574         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
6575         (gst_video_filter_class_init), (gst_video_filter_init):
6576         * gst-libs/gst/video/gstvideofilter.h:
6577           borgify name to bring in line with other classes
6578
6579 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6580
6581         * gst/audioscale/.cvsignore:
6582         * gst/audioscale/Makefile.am:
6583         * gst/audioscale/README:
6584         * gst/audioscale/audioscale.vcproj:
6585         * gst/audioscale/dtof.c:
6586         * gst/audioscale/dtos.c:
6587         * gst/audioscale/functable.c:
6588         * gst/audioscale/gstaudioscale.c:
6589         * gst/audioscale/gstaudioscale.h:
6590         * gst/audioscale/private.h:
6591         * gst/audioscale/resample.c:
6592         * gst/audioscale/resample.h:
6593         * gst/audioscale/test.c:
6594           remove
6595
6596 2005-11-30  Edward Hervey  <edward@fluendo.com>
6597
6598         * gst-libs/gst/netbuffer/Makefile.am:
6599         really, really tired
6600
6601 2005-11-30  Edward Hervey  <edward@fluendo.com>
6602
6603         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6604         Update for new GstTypeFindFactory _register()
6605
6606 2005-11-30  Edward Hervey  <edward@fluendo.com>
6607
6608         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
6609         Let's not override libgstnet from core for no reason...
6610         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
6611         Ok, maybe not so quick next time.
6612
6613 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6614
6615         * configure.ac:
6616         * gst-libs/gst/Makefile.am:
6617           moved gst-libs/gst/net to netbuffer through CVS surgery
6618           remove old directory
6619           updating build to accomodate
6620           (#322257)
6621
6622 2005-11-29  Andy Wingo  <wingo@pobox.com>
6623
6624         * pkgconfig/gstreamer-plugins-base.pc.in:
6625         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6626         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
6627         (#322257).
6628
6629 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
6630
6631         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
6632         3rd time's the charm. Correct ref-counting for discarded buffers.
6633
6634 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
6635
6636         * gst/playback/gststreamselector.c:
6637         (gst_stream_selector_class_init),
6638         (gst_stream_selector_set_property),
6639         (gst_stream_selector_get_property),
6640         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
6641         Fix ref-counting
6642
6643 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
6644
6645         * gst/subparse/gstsubparse.c: (feed_textbuf):
6646           Don't access already unref'ed buffer.
6647
6648 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
6649
6650         * gst/playback/gststreamselector.c:
6651         (gst_stream_selector_class_init), (gst_stream_selector_init),
6652         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
6653         (gst_stream_selector_get_property),
6654         (gst_stream_selector_get_linked_pad),
6655         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
6656         * gst/playback/gststreamselector.h:
6657         Add the active-pad property for playbin to use shortly. Ignore buffers
6658         from any other pad, returning GST_FLOW_NOT_LINKED
6659
6660 2005-11-29  Julien MOUTTE  <julien@moutte.net>
6661
6662         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
6663         patch from bug #322704 (Alessandro Decina).
6664
6665 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6666
6667         * gst-libs/gst/audio/Makefile.am:
6668           folded audiofilter into the audio library
6669
6670 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6671
6672         * gst/videoscale/gstvideoscale.h:
6673         * gst/videoscale/gstvideoscale.c:
6674           remove unimplemented scale methods
6675
6676 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
6677
6678         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
6679           Don't leak caps.
6680
6681 2005-11-28  Julien MOUTTE  <julien@moutte.net>
6682
6683         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
6684         (gst_ximagesink_setcaps):
6685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6686         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
6687         happens (only visible on ximagesink but bug is in xv too) set_caps was
6688         destroying the internal x[v]image used to memcpy non locally alloced
6689         buffers so that it got renewed on next _chain. The issue is that 
6690         _expose will try to put that image as it reffed it in _put.
6691         Using gst_buffer_unref instead of destroy fixes it !
6692
6693 2005-11-28  Edward Hervey  <edward@fluendo.com>
6694
6695         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6696         (try_to_link_1), (queue_filled_cb):
6697         Better use of the queues. Start with a small size queue and only increase
6698         the size of the queues when the other queues are empty.
6699
6700 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6701
6702         * gst-libs/gst/video/Makefile.am:
6703           compile in copied-over videofilter into the video library
6704         * gst-libs/gst/video/videosink.h:
6705           rename the header to gstvideosink.h since it's a base GstObject class
6706         * sys/ximage/ximagesink.h:
6707         * sys/xvimage/xvimagesink.h:
6708           use the new header
6709
6710 2005-11-28  Wim Taymans  <wim@fluendo.com>
6711
6712         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
6713         * gst/playback/gstplaybasebin.h:
6714         Prepare to handle errors betters.
6715
6716         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
6717         Set sinks to PAUSED first before adding and linking them so that
6718         we don't interrupt dataflow.
6719
6720 2005-11-28  Wim Taymans  <wim@fluendo.com>
6721
6722         * gst-libs/gst/audio/TODO:
6723         Updated TODO
6724
6725         * gst-libs/gst/audio/gstaudiosink.c:
6726         (gst_audioringbuffer_open_device),
6727         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
6728         (gst_audioringbuffer_release):
6729         Small cleanups.
6730
6731         * gst-libs/gst/audio/gstbaseaudiosink.c:
6732         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
6733         (gst_base_audio_sink_change_state):
6734         Slave to the master clock when going to PLAYING and unslave when
6735         going to PAUSED.
6736
6737         * gst-libs/gst/audio/gstringbuffer.c:
6738         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6739         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
6740         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
6741         (gst_ring_buffer_clear_all), (wait_segment),
6742         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6743         (gst_ring_buffer_advance):
6744         * gst-libs/gst/audio/gstringbuffer.h:
6745         Add some docs and cleanups.
6746
6747 2005-11-28  Julien MOUTTE  <julien@moutte.net>
6748
6749         * sys/xvimage/xvimagesink.c:
6750         (gst_xvimagesink_navigation_send_event): Fix navigation events
6751         coordinates translation with pixel aspect ratios.
6752
6753 2005-11-28  Julien MOUTTE  <julien@moutte.net>
6754
6755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6756         Use calculated video geometry from _setcaps instead of buffer
6757         caps to respect pixel aspect ratio. (fixes #322388)
6758
6759 2005-11-28  Julien MOUTTE  <julien@moutte.net>
6760
6761         * docs/libs/tmpl/gstcolorbalance.sgml:
6762         * docs/libs/tmpl/gstmixer.sgml:
6763         * docs/libs/tmpl/gstxoverlay.sgml:
6764         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
6765         interface.
6766
6767 2005-11-28  Julien MOUTTE  <julien@moutte.net>
6768
6769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6770         Refuse to create an XvImage if we can't find the format.
6771
6772 2005-11-28  Edward Hervey  <edward@fluendo.com>
6773
6774         * gst-libs/gst/riff/riff-media.c:
6775         (gst_riff_create_audio_template_caps):
6776         Add ATRAC3 to the list of riff-possible audio caps.
6777         I know we still don't have a plugin for atrac3, but it's saner to output
6778         that than a cryptic mimetype.
6779
6780 2005-11-27  Edward Hervey  <edward@fluendo.com>
6781
6782         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
6783         Don't try to create a zero-sized subbuffer.
6784
6785 2005-11-27  Julien MOUTTE  <julien@moutte.net>
6786
6787         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
6788         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
6789         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
6790         (gst_ximagesink_expose): Fixed a tricky race.
6791         * sys/ximage/ximagesink.h:
6792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6793         (gst_xvimagesink_expose): Fixed a tricky race.
6794         * sys/xvimage/xvimagesink.h:
6795
6796 2005-11-27  Edward Hervey  <edward@fluendo.com>
6797
6798         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6799         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
6800         Remove unused properties, and add queues between demuxers and decoders
6801         so that a lot more files can preroll properly.
6802
6803 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6804
6805         * gst-libs/gst/net/Makefile.am:
6806         * gst-libs/gst/rtp/Makefile.am:
6807         * gst-libs/gst/tag/Makefile.am:
6808           remove silly include
6809         * gst/tags/Makefile.am:
6810         * gst/tags/gsttagediting.c:
6811         * gst/tags/gsttageditingprivate.h:
6812         * gst/tags/tagedit.vcproj:
6813           remove directory, is as good as empty
6814
6815 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6816
6817         * configure.ac:
6818           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
6819         * gst-libs/Makefile.am:
6820         * gst-libs/gst/audio/Makefile.am:
6821         * gst-libs/gst/interfaces/Makefile.am:
6822         * gst-libs/gst/net/Makefile.am:
6823         * gst-libs/gst/riff/Makefile.am:
6824         * gst-libs/gst/rtp/Makefile.am:
6825         * gst-libs/gst/tag/Makefile.am:
6826         * gst-libs/gst/video/Makefile.am:
6827           and use them
6828
6829 2005-11-27  Julien MOUTTE  <julien@moutte.net>
6830
6831         * docs/libs/tmpl/gstcolorbalance.sgml:
6832         * docs/libs/tmpl/gstmixer.sgml:
6833         * docs/libs/tmpl/gstxoverlay.sgml:
6834         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
6835         * sys/ximage/ximagesink.h:
6836         * sys/xvimage/xvimagesink.h: More and more documentation.
6837
6838 2005-11-26  Julien MOUTTE  <julien@moutte.net>
6839
6840         * docs/libs/gst-plugins-base-libs-docs.sgml:
6841         * docs/libs/gst-plugins-base-libs-sections.txt:
6842         * docs/libs/tmpl/gstcolorbalance.sgml:
6843         * docs/libs/tmpl/gstmixer.sgml:
6844         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
6845         to documentation.
6846
6847 2005-11-26  Julien MOUTTE  <julien@moutte.net>
6848
6849         * docs/plugins/Makefile.am:
6850         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6851         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6852         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
6853
6854 2005-11-26  Julien MOUTTE  <julien@moutte.net>
6855
6856         * docs/plugins/Makefile.am:
6857         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6858         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6859         * docs/plugins/inspect/plugin-adder.xml:
6860         * docs/plugins/inspect/plugin-alsa.xml:
6861         * docs/plugins/inspect/plugin-audioconvert.xml:
6862         * docs/plugins/inspect/plugin-audiorate.xml:
6863         * docs/plugins/inspect/plugin-audioresample.xml:
6864         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6865         * docs/plugins/inspect/plugin-decodebin.xml:
6866         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6867         * docs/plugins/inspect/plugin-gnomevfs.xml:
6868         * docs/plugins/inspect/plugin-ogg.xml:
6869         * docs/plugins/inspect/plugin-playbin.xml:
6870         * docs/plugins/inspect/plugin-subparse.xml:
6871         * docs/plugins/inspect/plugin-tcp.xml:
6872         * docs/plugins/inspect/plugin-theora.xml:
6873         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6874         * docs/plugins/inspect/plugin-video4linux.xml:
6875         * docs/plugins/inspect/plugin-videorate.xml:
6876         * docs/plugins/inspect/plugin-videoscale.xml:
6877         * docs/plugins/inspect/plugin-videotestsrc.xml:
6878         * docs/plugins/inspect/plugin-volume.xml:
6879         * docs/plugins/inspect/plugin-vorbis.xml:
6880         * docs/plugins/inspect/plugin-ximagesink.xml:
6881         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
6882         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
6883
6884 2005-11-26  Edward Hervey  <edward@fluendo.com>
6885
6886         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
6887         Properly return GstFlowReturn from gst_pad_push in chain functions.
6888
6889 2005-11-25  Michael Smith  <msmith@fluendo.com>
6890
6891         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
6892         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
6893         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
6894         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
6895           Handle various conditions better when we don't understand a stream.
6896           Removes a heap of CRITICALs on ogg streams containing unknown data.
6897
6898 2005-11-24  Andy Wingo  <wingo@pobox.com>
6899
6900         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
6901         Be threadsafe.
6902
6903 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6904
6905         * configure.ac: back to HEAD
6906
6907 === release 0.9.6 ===
6908
6909 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
6910
6911         * configure.ac:
6912           releasing 0.9.6, "White Eight"
6913
6914 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6915
6916         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
6917         * docs/plugins/inspect/plugin-sine.xml:
6918           remove sinesrc some more
6919
6920 2005-11-23  Wim Taymans  <wim@fluendo.com>
6921
6922         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
6923         If we are reading too slowly, jump forward in the ringbuffer
6924         instead of blocking.
6925
6926 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
6927
6928         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
6929         (gst_visual_chain):
6930         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
6931         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
6932         (gst_videorate_chain):
6933         * gst/videotestsrc/gstvideotestsrc.c:
6934         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
6935         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
6936         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
6937         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
6938         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
6939         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
6940           Updates for API changes
6941
6942 2005-11-23  Wim Taymans  <wim@fluendo.com>
6943
6944         * gst-libs/gst/audio/gstbaseaudiosink.c:
6945         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
6946         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6947         Fix for calibration API change.
6948
6949 2005-11-23  Michael Smith <msmith@fluendo.com>
6950
6951         * gst-libs/gst/audio/multichannel.c:
6952         (gst_audio_get_channel_positions),
6953         (gst_audio_set_channel_positions),
6954         (gst_audio_set_structure_channel_positions_list),
6955         (gst_audio_fixate_channel_positions):
6956           Use gst_value_array_*() functions on value arrays, not
6957           gst_value_list_*().
6958
6959 2005-11-23  Edward Hervey  <edward@fluendo.com>
6960
6961         * autogen.sh:
6962         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
6963         Fixes autogen
6964
6965 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6966
6967         * check/Makefile.am:
6968         * check/elements/videotestsrc.c: (setup_videotestsrc),
6969         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
6970         (main):
6971           add a test for videotestsrc
6972
6973 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6974
6975         * gst/sine/.cvsignore:
6976         * gst/sine/Makefile.am:
6977         * gst/sine/gstsinesrc.c:
6978         * gst/sine/gstsinesrc.h:
6979         * gst/sine/sinesrc.vcproj:
6980           and remove sinesrc from the repository.  Closes #321446
6981
6982 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6983
6984         * configure.ac:
6985         * gst-plugins-base.spec.in:
6986           remove sinesrc from the build
6987
6988 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6989
6990         * check/Makefile.am:
6991         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
6992         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
6993         (main):
6994           add a test for audiotestsrc, testing all waves.  Even seems
6995           leak-free at first glance, nice job Stefan
6996
6997 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
6998
6999         * po/af.po:
7000         * po/az.po:
7001         * po/cs.po:
7002         * po/en_GB.po:
7003         * po/hu.po:
7004         * po/it.po:
7005         * po/nb.po:
7006         * po/nl.po:
7007         * po/or.po:
7008         * po/sq.po:
7009         * po/sr.po:
7010         * po/sv.po:
7011         * po/uk.po:
7012         * po/vi.po:
7013           Translation string updates
7014
7015         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
7016         (gst_v4lsrc_set_caps):
7017         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
7018         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
7019         * sys/v4l/v4lsrc_calls.h:
7020           Improve v4lsrc, by making it work again.
7021
7022 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
7023
7024         * ext/libvisual/visual.c: (gst_visual_chain):
7025           Fix the fps calculations.
7026
7027         * gst/ffmpegcolorspace/avcodec.h:
7028           Move structure element for clarity
7029
7030         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
7031         * gst-libs/gst/interfaces/tunernorm.h:
7032         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
7033         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
7034         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
7035         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
7036         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
7037         (gst_v4lmjpegsrc_getcaps):
7038         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
7039         (gst_v4lsrc_set_caps):
7040         * sys/v4l/gstv4lsrc.h:
7041         * sys/v4l/v4l_calls.c: (gst_v4l_open):
7042         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
7043         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
7044         * sys/v4l/v4lsrc_calls.h:
7045           Fractional framerates...
7046
7047 2005-11-22  Wim Taymans  <wim@fluendo.com>
7048
7049         * gst-libs/gst/audio/gstbaseaudiosink.c:
7050         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
7051         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7052         And we provide a clock by default, of course...
7053
7054 2005-11-22  Wim Taymans  <wim@fluendo.com>
7055
7056         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
7057         This clock can be slaved to a master clock now.
7058
7059         * gst-libs/gst/audio/gstbaseaudiosink.c:
7060         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
7061         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
7062         (gst_base_audio_sink_set_clock),
7063         (gst_base_audio_sink_set_property),
7064         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
7065         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7066         * gst-libs/gst/audio/gstbaseaudiosink.h:
7067         Handle slaving the internal clock to the clock selected in the
7068         pipeline.
7069         Add property to make the basesink not provide a clock.
7070
7071         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7072         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
7073         (gst_base_rtp_depayload_wait):
7074         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7075         We can use the clock in GstElement, no need to store it ourselves.
7076
7077 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7078
7079         * docs/libs/tmpl/gstaudio.sgml:
7080           update
7081         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
7082         (gst_paranoia_endian_get_type):
7083         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
7084         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
7085         * gst/audiotestsrc/gstaudiotestsrc.c:
7086         (gst_audiostestsrc_wave_get_type):
7087         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
7088         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
7089         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7090         (gst_sync_method_get_type), (gst_unit_type_get_type),
7091         (gst_client_status_get_type), (gst_multifdsink_class_init),
7092         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
7093         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
7094         (gst_multifdsink_get_property):
7095         * gst/tcp/gstmultifdsink.h:
7096         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
7097         * gst/videotestsrc/gstvideotestsrc.c:
7098         (gst_videotestsrc_pattern_get_type):
7099           remove deprecated properties
7100           fix up enums to correctly have short lowercase dashed nicks
7101
7102 2005-11-22  Michael Smith <msmith@fluendo.com>
7103
7104         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
7105         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7106           Add underscore.
7107
7108 2005-11-22  Michael Smith <msmith@fluendo.com>
7109
7110         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
7111         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7112           Use utility method for scaling clocktime for fractional framerates.
7113
7114 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
7115
7116         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
7117         (gst_visual_chain):
7118         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7119         * ext/theora/theoradec.c: (theora_handle_type_packet):
7120         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
7121         (theora_enc_chain):
7122         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7123         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
7124         * gst-libs/gst/video/video.h:
7125         * gst/ffmpegcolorspace/avcodec.h:
7126         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7127         (gst_ffmpeg_caps_to_pixfmt):
7128         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7129         (gst_ffmpegcsp_set_caps):
7130         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7131         (gst_videorate_setcaps), (gst_videorate_blank_data),
7132         (gst_videorate_chain):
7133         * gst/videotestsrc/gstvideotestsrc.c:
7134         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
7135         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
7136         (gst_videotestsrc_event), (gst_videotestsrc_create):
7137         * gst/videotestsrc/gstvideotestsrc.h:
7138         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
7139         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
7140         (gst_ximagesink_get_times), (gst_ximagesink_init):
7141         * sys/ximage/ximagesink.h:
7142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7143         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7144         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
7145         * sys/xvimage/xvimagesink.h:
7146           Convert elements to use fractions for their framerate.
7147           V4L elements to come later tonight.
7148
7149 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7150
7151         * gst-libs/gst/audio/audio.c:
7152         * gst-libs/gst/audio/audio.h:
7153           remove some deprecated functions
7154
7155 2005-11-22  Andy Wingo  <wingo@pobox.com>
7156
7157         * Update for gst_tag_setter API changes.
7158
7159 2005-11-22  Andy Wingo  <wingo@pobox.com>
7160
7161         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
7162         (gst_ogg_demux_perform_seek):
7163         * ext/theora/theoradec.c (theora_dec_sink_event):
7164         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
7165         update-funcnames.
7166
7167 2005-11-22  Wim Taymans  <wim@fluendo.com>
7168
7169         * examples/seeking/seek.c: (main):
7170         Give higher priority to bus signals than the gtk events
7171         to fix a race condition in the segment looping.
7172
7173 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
7174
7175         * ext/theora/Makefile.am:
7176         * ext/vorbis/Makefile.am:
7177         * gst-libs/gst/tag/Makefile.am:
7178         * gst-plugins-base.spec.in:
7179           Rename libgsttagedit to libgsttag (#322117).
7180
7181 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
7182
7183         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
7184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7185           Call gst_x_overlay_prepare_xwindow_id() to give applications
7186           a final chance to set their own xwindow id before the video
7187           sink creates its own window.
7188
7189 2005-11-22  Julien MOUTTE  <julien@moutte.net>
7190
7191         * sys/xvimage/xvimagesink.c:
7192         (gst_xvimagesink_navigation_send_event): Handle navigation
7193         events correcly with borders if applicable.
7194
7195 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
7196
7197         Patch by: Luca Ognibene
7198
7199         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7200         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7201         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7202         (gst_ffmpegcsp_caps_remove_format_info):
7203         * gst/ffmpegcolorspace/imgconvert.c:
7204         * gst/ffmpegcolorspace/imgconvert_template.h:
7205           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
7206           #318353); use gst_structure_has_name().
7207
7208 2005-11-22  Julien MOUTTE  <julien@moutte.net>
7209
7210         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
7211         (gst_ximagesink_class_init): Add debug macros on functions.
7212         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7213         (gst_xvimagesink_xwindow_draw_borders),
7214         (gst_xvimagesink_xvimage_put),
7215         (gst_xvimagesink_xwindow_update_geometry),
7216         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
7217         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
7218         (gst_xvimagesink_xcontext_clear),
7219         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
7220         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
7221         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
7222         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
7223         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
7224         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7225         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
7226         expose while being PAUSED, out of data flow navigation events, etc..
7227
7228 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7229
7230         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
7231         * gst-libs/gst/audio/audio.h:
7232           fix prototype - wondering why the test worked regardless
7233
7234 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7235
7236         * check/Makefile.am:
7237         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
7238         * gst-libs/gst/audio/audio.h:
7239           add a method that returns a proper GstClockTime
7240
7241 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
7242
7243         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
7244         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
7245         * gst-libs/gst/interfaces/xoverlay.h:
7246           Remove everything having to do with the desired size; add 
7247           gst_x_overlay_prepare_xwindow_id() function; remove the
7248           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
7249           post a message on the bus instead (#321816).
7250
7251         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
7252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
7253         (gst_xvimagesink_xoverlay_init):
7254           Remove desired size stuff (#321816).
7255
7256 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
7257
7258         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
7259         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
7260         (mpeg_video_type_find), (mpeg_video_stream_type_find):
7261           Terminate vararg functions with NULL instead of 0 to 
7262           make gcc4 happy.
7263
7264 2005-11-21  Andy Wingo  <wingo@pobox.com>
7265
7266         patch by: Sebastien Cote <sebas642@yahoo.ca>
7267         
7268         * gst-libs/gst/rtp/gstrtpbuffer.h: 
7269         * gst-libs/gst/rtp/gstrtpbuffer.c
7270         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
7271
7272 2005-11-21  Andy Wingo  <wingo@pobox.com>
7273
7274         * gst/playback/gstplaybin.c (gen_audio_element) 
7275         (gen_video_element): Use the new MISSING_PLUGIN core error
7276         category. Closes #320060.
7277
7278         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
7279         * gst/videorate/gstvideorate.c (gst_videorate_event):
7280         * ext/theora/theoradec.c (theora_dec_sink_event): 
7281         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
7282         stream lock.
7283
7284         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
7285         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
7286         stream lock changes.
7287
7288 2005-11-21  Wim Taymans  <wim@fluendo.com>
7289
7290         * gst-libs/gst/audio/gstbaseaudiosink.c:
7291         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
7292         (gst_base_audio_sink_provide_clock),
7293         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
7294         (gst_base_audio_sink_change_state):
7295         * gst/audioresample/gstaudioresample.c:
7296         Segment update fix.
7297
7298 2005-11-21  Andy Wingo  <wingo@pobox.com>
7299
7300         * *.h:
7301         * *.c: Ran scripts/update-macros. Oh yes.
7302
7303 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
7304
7305         * sys/ximage/Makefile.am:
7306         * sys/ximage/ximage.c:
7307           Rename ximage plugin to ximagesink (#321426) (Don't forget to
7308           remove your old libgstximage.* manually if necessary).
7309
7310 2005-11-21  Michael Smith <msmith@fluendo.com>
7311
7312         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
7313           Minimal fix for bug #320200: set the min/max bitrate in the correct
7314           units. A better fix would be to upgrade to the RATEMANAGE2
7315           interface, rather than using the deprecated interface used here, but
7316           that would require an update in our libvorbis dependency (to 1.1),
7317           which is probably undesirable.
7318
7319 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
7320
7321         * ext/libvisual/visual.c: (get_buffer):
7322         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7323         (gst_base_audio_src_fixate):
7324         * gst/audioconvert/gstaudioconvert.c:
7325         (gst_audio_convert_fixate_caps):
7326         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
7327         * gst/audiotestsrc/gstaudiotestsrc.c:
7328         (gst_audiotestsrc_src_fixate):
7329         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
7330         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
7331         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
7332         * gst/videotestsrc/gstvideotestsrc.c:
7333         (gst_videotestsrc_src_fixate):
7334         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
7335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
7336           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
7337           (#322027)
7338
7339
7340 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
7341
7342         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7343         (gst_riff_create_iavs_caps):
7344         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
7345         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
7346         (gst_riff_parse_info):
7347         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
7348         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
7349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7350           Fixes for GST_FOURCC_FORMAT API change.
7351
7352 2005-11-21  Andy Wingo  <wingo@pobox.com>
7353
7354         patch by: Alessandro Dessina <alessandro nnva org>
7355
7356         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
7357         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
7358         (gst_ogg_parse_chain):
7359         * ext/theora/theoraenc.c (theora_set_header_on_caps):
7360         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
7361         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
7362         gst_value_list calls on arrays. Fixes #321962.
7363
7364 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
7365
7366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7367         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
7368         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7369         * gst/adder/gstadder.c: (gst_adder_init),
7370         (gst_adder_request_new_pad), (gst_adder_collected),
7371         (gst_adder_change_state):
7372           Update for gst_collectpads_foo() to gst_collect_pads_foo()
7373           API change.
7374
7375 2005-11-21  Michael Smith <msmith@fluendo.com>
7376
7377         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
7378         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
7379           Properly handle pad_push return values.
7380
7381 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
7382
7383         * gst-libs/gst/tag/Makefile.am:
7384         * gst-libs/gst/tag/gstvorbistag.c:
7385         (gst_tag_list_to_vorbiscomment_buffer):
7386           Remove obsolete vorbistag element and debug category.
7387
7388         * gst/playback/gstplaybasebin.c: (check_queue):
7389           Don't divide by 0 when queue-threshold is 0.
7390
7391         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
7392           Don't modify an existing pixel-aspect-ratio if we fail to read
7393           a new one.
7394
7395 2005-11-20  Wim Taymans  <wim@fluendo.com>
7396
7397         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
7398         (gst_vorbisenc_push_packet):
7399         GST_PAD_IS_USABLE is gone, use the return value of
7400         the push or pad_alloc_buffer instead.
7401
7402 2005-11-18  Julien MOUTTE  <julien@moutte.net>
7403
7404         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7405         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
7406         (gst_ximagesink_ximage_destroy),
7407         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
7408         (gst_ximagesink_xwindow_new),
7409         (gst_ximagesink_xwindow_update_geometry),
7410         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
7411         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
7412         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
7413         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
7414         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
7415         (gst_ximagesink_navigation_send_event),
7416         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
7417         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7418         (gst_ximagesink_finalize), (gst_ximagesink_init),
7419         (gst_ximagesink_class_init):
7420         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
7421         This new version brings correct software scaling, non flickering
7422         window while resizing, pixel aspect ratio handling, usage of
7423         hardware buffer pools, out of data flow event thread for 
7424         navigation and handling of expose events even when being PAUSED,
7425         a new property to keep video aspect ratio when resizing, etc...
7426
7427 2005-11-18  Julien MOUTTE  <julien@moutte.net>
7428
7429         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7430         (gst_videoscale_fixate_caps): Introduce back caps fixate with
7431         handling of PAR.
7432
7433 2005-11-18    <bilboed@dvdsrc.fluendo.com>
7434
7435         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
7436         Unsetting IS_SINK flag from the fakesink, so decodebin
7437         never behaves as a sink.
7438
7439 2005-11-17  Wim Taymans  <wim@fluendo.com>
7440
7441         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7442         (gst_base_audio_src_change_state):
7443         Fix the audiosrc base class again, we did not unflush.
7444
7445 2005-11-17  Julien MOUTTE  <julien@moutte.net>
7446
7447         * examples/seeking/seek.c: (make_dv_pipeline),
7448         (make_vorbis_theora_pipeline), (make_avi_pipeline),
7449         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
7450         to ogg/vorbis/theora pipeline.
7451
7452 2005-11-17  Wim Taymans  <wim@fluendo.com>
7453
7454         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7455         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
7456         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
7457         Fix EOS on multiple streams.
7458         More debugging.
7459
7460 2005-11-16  Wim Taymans  <wim@fluendo.com>
7461
7462         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
7463         (gst_ogg_demux_perform_seek):
7464         Segment done must include stream time.
7465
7466         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
7467         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
7468         (gst_ogg_mux_change_state):
7469         Fix ogg muxer again.
7470
7471 2005-11-16  Wim Taymans  <wim@fluendo.com>
7472
7473         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
7474         Fix compile again.
7475
7476 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7477
7478         * ext/libvisual/visual.c: (gst_visual_init):
7479         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
7480         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
7481         (gst_ogg_parse_chain):
7482         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7483         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
7484         * ext/theora/theoradec.c: (gst_theora_dec_init):
7485         * ext/theora/theoraenc.c: (gst_theora_enc_init):
7486         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
7487         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
7488         * gst/adder/gstadder.c: (gst_adder_class_init),
7489         (gst_adder_dispose):
7490         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7491         * gst/subparse/gstsubparse.c: (gst_subparse_init):
7492         * gst/videorate/gstvideorate.c: (gst_videorate_init):
7493           Fix a whole set of pad template leaks
7494
7495 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7496
7497         * check/generic/states.c: (GST_START_TEST):
7498           fix the test so that it only checks for elements that are part of
7499           this source module
7500
7501 2005-11-16  Michael Smith <msmith@fluendo.com>
7502
7503         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
7504         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
7505         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7506         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
7507         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
7508         (gst_ogg_mux_change_state):
7509           Fix leaking collectpads.
7510
7511 2005-11-16  Edward Hervey  <edward@fluendo.com>
7512
7513         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7514         (gst_videorate_event), (gst_videorate_chain):
7515         Handle segment seeks
7516
7517 2005-11-16  Wim Taymans  <wim@fluendo.com>
7518
7519         * gst-libs/gst/audio/gstbaseaudiosink.c:
7520         (gst_base_audio_sink_provide_clock),
7521         (gst_base_audio_sink_change_state):
7522         Set ringbuffer to non-flushing when going to PAUSED, set to
7523         flushing again when going to READY.
7524
7525         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
7526         (gst_ring_buffer_stop):
7527         Start in flushing mode by default.
7528         Don't set flushing in the _stop method, let the app call
7529         this explicitly.
7530
7531 2005-11-16  Julien MOUTTE  <julien@moutte.net>
7532
7533         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
7534         * gst-libs/gst/video/videosink.h: Add helper function needed
7535         for video sinks.
7536
7537 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7538
7539         * gst/videoscale/gstvideoscale.c:
7540         (gst_videoscale_handle_src_event):
7541           Don't leak reference to pad parent.
7542
7543 2005-11-16  Wim Taymans  <wim@fluendo.com>
7544
7545         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
7546         Set ringbuffer to flushing when stopping so that we don't
7547         block on wait_segment anymore and livelock.
7548
7549 2005-11-16  Wim Taymans  <wim@fluendo.com>
7550
7551         * examples/seeking/seek.c: (send_event), (do_seek),
7552         (loop_toggle_cb), (segment_done), (main):
7553         Added looping checkbox.
7554
7555 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7556
7557         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7558         (gst_ogg_demux_init):
7559         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
7560         (gst_vorbis_dec_init):
7561           revert unrefs, they don't pass make check
7562
7563 2005-11-15  Johan Dahlin  <johan@gnome.org>
7564
7565         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7566         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
7567         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
7568         (gst_vorbis_dec_init):
7569         Fix pad template leaks. 
7570
7571 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7572
7573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
7574           Make state change function thread safe.
7575
7576 2005-11-15  Edward Hervey  <edward@fluendo.com>
7577
7578         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7579         (gst_ogg_demux_class_init):
7580         Implement GstElement::send_event, so we can send seek events
7581         in GST_STATE_READY
7582
7583 2005-11-14  Julien MOUTTE  <julien@moutte.net>
7584
7585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
7586         Discovered how to take away flickering while resizing the
7587         window. Please don't put that in ximagesink, refactoring in
7588         progress.
7589
7590 2005-11-14  Michael Smith <msmith@fluendo.com>
7591
7592         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
7593         (gst_multifdsink_render):
7594           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
7595
7596 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7597
7598         * gst/playback/gstplaybin.c: (gen_audio_element):
7599           Use autoaudiosink, it tends to be more widely available than
7600           autoaudiiosink.
7601           
7602 2005-11-14  Andy Wingo  <wingo@pobox.com>
7603
7604         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
7605         as well if it is available. Fixes #316442.
7606
7607 2005-11-14  Michael Smith <msmith@fluendo.com>
7608
7609         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
7610         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
7611         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7612         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
7613         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
7614         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7615         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
7616         (gst_vorbisenc_change_state):
7617           Fix a small memory leak in vorbisenc.
7618           Fix large memory leaks in oggmux, also fix lots of state change
7619           bugs in oggmux.
7620
7621 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7622
7623         * gst/videotestsrc/gstvideotestsrc.c:
7624         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
7625         (gst_videotestsrc_src_fixate):
7626           move fixation to a fixate function
7627           remove negotiate function, basesrc's is good enough
7628           fixes a bug for check when using the element alone
7629
7630 2005-11-13  Edward Hervey  <edward@fluendo.com>
7631
7632         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
7633         (key_toggle_cb), (main):
7634         Added checkboxes for adding/removing the accurate and key_unit seek
7635         flags.
7636
7637 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7638
7639         * configure.ac: back to HEAD
7640
7641 === release 0.9.5 ===
7642
7643 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
7644
7645         * configure.ac:
7646           releasing 0.9.5, "No No Kia"
7647
7648 2005-11-11  Edward Hervey  <edward@fluendo.com>
7649
7650         * examples/seeking/seek.c: (make_parselaunch_pipeline):
7651         Added parse-launch syntax seeking mode for the seeking example.
7652         This should help stress-test even more cases.
7653         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
7654
7655 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
7656
7657         * sys/xvimage/xvimagesink.c:
7658         (gst_xvimagesink_navigation_send_event):
7659           Check whether peer pad exists before sending navigation events
7660           to it.
7661
7662 2005-11-11  Michael Smith <msmith@fluendo.com>
7663
7664         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
7665         (gst_vorbisenc_buffer_from_packet):
7666         * ext/vorbis/vorbisenc.h:
7667           Set duration on encoded buffers. This allows oggmux's
7668           max_page_delay parameter to actually work.
7669
7670 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
7671
7672         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7673         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
7674         (gst_ffmpegcsp_avpicture_fill):
7675         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7676         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
7677           Make palettes work again (see #132341). Use our own macros
7678           for rounding up.
7679
7680 2005-11-10  Andy Wingo  <wingo@pobox.com>
7681
7682         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
7683         string doober.
7684
7685 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7686
7687         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7688         (gst_ffmpegcsp_transform_caps):
7689           Prefer passthrough in transform_caps
7690
7691 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7692
7693         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7694           check for ALSA errors properly, instead of relying on ALSA's
7695           error strings to serve to the user.
7696
7697 2005-11-10  Wim Taymans  <wim@fluendo.com>
7698
7699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
7700         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
7701         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7702         Modernise the seek code.
7703
7704 2005-11-10  Michael Smith <msmith@fluendo.com>
7705         
7706         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
7707         (setup_substreams), (set_active_source):
7708           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
7709           trying to go to NULL if we failed to read a file.
7710
7711 2005-11-10  Wim Taymans  <wim@fluendo.com>
7712
7713         * gst/audiotestsrc/gstaudiotestsrc.c:
7714         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
7715         (gst_audiotestsrc_create):
7716         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7717         (gst_sinesrc_get_times), (gst_sinesrc_create):
7718         * gst/videotestsrc/gstvideotestsrc.c:
7719         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
7720         (gst_videotestsrc_create):
7721         The base class can now sync for us.
7722
7723 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7724
7725         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
7726           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
7727           name=source autoprobe=false autoprobe-fps=false copy-mode=1
7728           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
7729           format=(fourcc)I420" ! xvimagesink
7730
7731 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7732
7733         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7734         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
7735         (gst_sinesrc_newsegment):
7736           Send newsegment event in TIME format, set duration if
7737           num-buffers is set, fix duration querying.
7738
7739 2005-11-10  Michael Smith <msmith@fluendo.com>
7740
7741         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
7742         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7743         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
7744         (gst_ogg_mux_collected):
7745          Fix EOS handling, partially. Now forwarding an EOS event once we have
7746          EOS on all pads works correctly. However, we still don't properly set
7747          EOS on the actual ogg stream pages.
7748
7749 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
7750
7751         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
7752           Set elements to NULL state before disposing of them.
7753
7754 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
7755
7756         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
7757
7758         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7759         (gst_base_rtp_depayload_init),
7760         (gst_base_rtp_depayload_set_gst_timestamp):
7761         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7762           We need to send a newsegment event for each instance, not
7763           just for the first instance of this class (get rid of
7764           static variable in function). (#321011).
7765           
7766 2005-11-08  Michael Smith <msmith@fluendo.com>
7767
7768         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
7769         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
7770         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
7771         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7772           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
7773           This makes us mux things correctly according to the ogg muxing
7774           rules. Still not handling EOS correctly right now, though.
7775
7776 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
7777
7778         * gst/audioconvert/gstaudioconvert.c:
7779           Fix typo in docs. 
7780
7781 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
7782
7783         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7784         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
7785           Initialise segment_stop to GST_CLOCK_TIME_NONE when
7786           creating a new chain; should fix live streaming. Also
7787           add more debug output and fix a typo.
7788
7789 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
7790
7791         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
7792
7793         * gst/volume/gstvolume.c: (volume_set_caps):
7794           Fix compilation on Solaris with Forte. (#320923)
7795
7796 2005-11-08  Wim Taymans  <wim@fluendo.com>
7797
7798         * gst-libs/gst/audio/gstbaseaudiosink.c:
7799         (gst_base_audio_sink_render):
7800         No need to do a typecheck.
7801
7802 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
7803
7804         * ext/alsa/gstalsa.h:
7805           We register a debug category, so let's use it.
7806
7807 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
7808
7809         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7810         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
7811         Fixed a small problem.
7812
7813 2005-11-04  Wim Taymans  <wim@fluendo.com>
7814
7815         * examples/seeking/Makefile.am:
7816         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
7817         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
7818         (make_playerbin_pipeline), (format_value), (update_scale),
7819         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
7820         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
7821         (print_usage), (main):
7822         Added app for playback speed testing.
7823
7824         * examples/seeking/seek.c: (dynamic_link),
7825         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
7826         (make_mpeg_pipeline), (do_seek), (set_update_scale),
7827         (message_received), (main):
7828         Updated seek example.
7829
7830 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
7831
7832         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7833         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
7834         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
7835         (gst_base_rtp_depayload_set_clock):
7836         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7837         Don't sleep on the bench (system clock) when you have a nice 
7838         comfortable bed (Gstreamer clock) to sleep on.
7839
7840 2005-11-03  Wim Taymans  <wim@fluendo.com>
7841
7842         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7843         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
7844         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
7845         Handle the case where a pad_block failed.
7846
7847 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
7848
7849         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
7850
7851         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7852         (gst_base_rtp_depayload_add_to_queue),
7853         (gst_base_rtp_depayload_push),
7854         (gst_base_rtp_depayload_set_gst_timestamp),
7855         (gst_base_rtp_depayload_queue_release):
7856           Fixes some bugs in the depayloader's queuing/de-queueing code.
7857
7858 2005-10-31  Michael Smith <msmith@fluendo.com>
7859
7860         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
7861         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
7862         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
7863           Patch from Alessandro Decina <alessandro@nnva.org>.
7864           Make oggdemux only find the final time in a chain, not per-pad,
7865           since the per-pad information can be very expensive to locate, and
7866           it isn't used anywhere. This makes reading a file containing
7867           OggSkeleton reasonably fast.
7868           Also, make chain finding work when there are logical bitstreams that
7869           can't be decoded. Fixes #319110.
7870
7871 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
7872
7873         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7874         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
7875         (gst_base_rtp_depayload_chain),
7876         (gst_base_rtp_depayload_add_to_queue),
7877         (gst_base_rtp_depayload_push),
7878         (gst_base_rtp_depayload_set_gst_timestamp),
7879         (gst_base_rtp_depayload_queue_release),
7880         (gst_base_rtp_depayload_start_thread),
7881         (gst_base_rtp_depayload_set_property),
7882         (gst_base_rtp_depayload_get_property):
7883         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7884         Some random fixes, to fullfill the desires of thomas.
7885
7886 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
7887
7888         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7889         (gst_base_rtp_depayload_add_to_queue),
7890         (gst_base_rtp_depayload_push):
7891         Fixed the queueing algorithm.
7892
7893 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
7894
7895         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7896         (gst_base_rtp_depayload_push):
7897         A small fix
7898
7899 2005-10-31  Wim Taymans  <wim@fluendo.com>
7900
7901         * gst-libs/gst/audio/gstringbuffer.h:
7902         Don't break ABI.
7903
7904         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7905         (gst_ffmpeg_caps_to_pixfmt):
7906         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7907         (gst_ffmpegcsp_set_caps):
7908         Some more comments.
7909         Handle missing required caps fields better.
7910
7911 2005-10-31  Wim Taymans  <wim@fluendo.com>
7912
7913         * gst-libs/gst/audio/gstbaseaudiosink.c:
7914         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
7915         (gst_base_audio_sink_render):
7916         * gst-libs/gst/audio/gstringbuffer.c:
7917         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7918         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
7919         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
7920         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
7921         (gst_ring_buffer_read):
7922         * gst-libs/gst/audio/gstringbuffer.h:
7923         Add flushing mode to the ringbuffer so that it in all cases does
7924         not try to handle more audio. This makes sure it does not try to
7925         block anymore when flushing and fixes a livelock.
7926
7927 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
7928
7929         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
7930         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
7931         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
7932           Explicitly check for -1 values before doing a conversion
7933           and always map them to -1. (#315545)
7934
7935 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7936
7937         * gst/playback/gstplaybin.c: (gen_video_element):
7938           first try autovideosink, then xvimagesink, then error out
7939         * po/POTFILES.in:
7940           add translatable file
7941         * po/af.po:
7942         * po/az.po:
7943         * po/cs.po:
7944         * po/en_GB.po:
7945         * po/hu.po:
7946         * po/it.po:
7947         * po/nb.po:
7948         * po/nl.po:
7949         * po/or.po:
7950         * po/sq.po:
7951         * po/sr.po:
7952         * po/sv.po:
7953         * po/uk.po:
7954         * po/vi.po:
7955           update translations
7956
7957 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
7958
7959         * gst-libs/gst/rtp/gstbasedepayload.c:
7960         * gst-libs/gst/rtp/gstbasedepayload.h:
7961           Minor cleanups
7962
7963 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
7964
7965         * gst/playback/.cvsignore:
7966         * gst/playback/decodetest.c:
7967         * gst/playback/test3.c:
7968           Port these two tests as well.
7969
7970 2005-10-27  Wim Taymans  <wim@fluendo.com>
7971
7972         * ext/theora/theoradec.c: (theora_dec_src_query),
7973         (theora_dec_sink_event):
7974         * ext/theora/theoraenc.c: (theora_enc_sink_event),
7975         (theora_enc_change_state):
7976         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7977         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
7978         Take proper locks when handling events.
7979
7980 2005-10-27  Wim Taymans  <wim@fluendo.com>
7981
7982         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
7983         (gst_adder_change_state):
7984         Fix timestamps and fix deadlock when stopping the collectpads.
7985
7986 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
7987
7988         * gst-libs/gst/rtp/gstrtpbuffer.h:
7989         Declaring the payload types as strings too so that they can be used
7990         in the padtemplate inialization.
7991
7992 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
7993
7994         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
7995
7996         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7997         (gst_base_rtp_depayload_class_init):
7998         Fixes a small but nasty bug. The derived elements no longer segfaults
7999         on finalization.
8000
8001 2005-10-26  Michael Smith <msmith@fluendo.com>
8002
8003         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
8004           When clearing an audioconvert context, set tmpbufsize to zero, so
8005           we'll allocate it again later if required.
8006           This fixes audioconvert re-negotiating formats, which previously
8007           segfaulted with a NULL destination buffer.
8008
8009 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
8010
8011         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8012         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
8013         (gst_base_rtp_depayload_set_gst_timestamp),
8014         (gst_base_rtp_depayload_queue_release):
8015         Fixed a smalll memleak.
8016
8017 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
8018         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8019         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
8020         (gst_base_rtp_depayload_finalize),
8021         (gst_base_rtp_depayload_setcaps),
8022         (gst_base_rtp_depayload_add_to_queue),
8023         (gst_base_rtp_depayload_push),
8024         (gst_base_rtp_depayload_set_gst_timestamp),
8025         (gst_base_rtp_depayload_queue_release),
8026         (gst_base_rtp_depayload_thread),
8027         (gst_base_rtp_depayload_change_state):
8028         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8029         Changed the C++ comments to C comments
8030
8031 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
8032
8033         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
8034         * gst/tcp/gsttcpclientsrc.h:
8035         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
8036         * gst/tcp/gsttcpserversrc.h:
8037           Remove unused 'curoffset' structure member.
8038
8039 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
8040
8041         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8042         (gst_base_rtp_depayload_base_init),
8043         (gst_base_rtp_depayload_finalize):
8044         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8045         * gst-libs/gst/rtp/gstbasertppayload.h:
8046           The pad-template on the sinkpad should be set by the derived classes.
8047           Also added some useful macros.
8048
8049 2005-10-24  Wim Taymans  <wim@fluendo.com>
8050
8051         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8052         Correctly flush decoder samples even if we could not
8053         copy them to an output buffer. Fixes #319618.
8054
8055 2005-10-24  Julien MOUTTE  <julien@moutte.net>
8056
8057         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
8058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
8059         the caps against our xcontext caps.
8060
8061 2005-10-24  Wim Taymans  <wim@fluendo.com>
8062
8063         * gst-libs/gst/audio/gstbaseaudiosink.c:
8064         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
8065         Remove g_print
8066         Use sync property from baseclass to disable sync.
8067
8068 2005-10-24  Wim Taymans  <wim@fluendo.com>
8069
8070         * gst-libs/gst/audio/gstbaseaudiosink.c:
8071         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
8072         Buffers with no timestamps get aligned with previous buffers or
8073         on underrun, played ASAP.
8074
8075 2005-10-24  Julien MOUTTE  <julien@moutte.net>
8076
8077         * gst-libs/gst/video/video.h:
8078         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8079         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
8080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
8081         here comes my change on caps for framerate and geometry range.
8082         We are now accepting 1 to MAXINT for width and height, and from
8083         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
8084         to be blended correctly in videomixer.
8085
8086 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8087
8088         * configure.ac:
8089           back to HEAD
8090
8091 === release 0.9.4 ===
8092
8093 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8094
8095         * NEWS:
8096         * RELEASE:
8097         * configure.ac:
8098           releasing 0.9.4, "Velociraptor"
8099
8100 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8101
8102         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
8103         * po/POTFILES.in:
8104           STOPPED -> FAILED
8105
8106 2005-10-21  Wim Taymans  <wim@fluendo.com>
8107
8108         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8109         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
8110         (pad_blocked), (close_pad_link), (new_pad):
8111         Don't try to remove elements twice.
8112
8113 2005-10-21  Wim Taymans  <wim@fluendo.com>
8114
8115         * ext/theora/theoradec.c: (theora_dec_src_query),
8116         (theora_dec_sink_event):
8117         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8118         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8119         (vorbis_handle_data_packet):
8120         * ext/vorbis/vorbisdec.h:
8121         Fix old naming.
8122
8123         * gst-libs/gst/audio/gstbaseaudiosink.c:
8124         (gst_base_audio_sink_render):
8125         Don't try to sync on buffers without a timestamp.
8126
8127 2005-10-21  Wim Taymans  <wim@fluendo.com>
8128
8129         * ext/theora/theoradec.c: (theora_dec_src_query),
8130         (theora_dec_sink_event):
8131         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8132         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8133         (vorbis_handle_data_packet):
8134         * ext/vorbis/vorbisdec.h:
8135         Fix old naming.
8136
8137 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
8138
8139         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
8140         (gst_vorbisenc_src_query):
8141           Implement position and duration queries.
8142
8143         * gst/playback/test3.c: (update_scale), (main):
8144           Fix for async state changes and print nicer output.
8145
8146 2005-10-20  Wim Taymans  <wim@fluendo.com>
8147
8148         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
8149         (dump_element_stats), (main):
8150         * gst/playback/test6.c: (main):
8151         Fix tests again
8152
8153 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
8154
8155         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
8156         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
8157           Don't use functions for position queries when handling
8158           duration queries.
8159
8160 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
8161
8162         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8163         (vorbis_handle_data_packet), (vorbis_dec_chain),
8164         (vorbis_dec_change_state):
8165         * ext/vorbis/vorbisdec.h:
8166           Vorbis streams can be embedded in other container formats
8167           than ogg, container formats where the demuxer might set 
8168           timestamps on encoded vorbis buffers instead of those silly 
8169           granulepos thingies. In short: make vorbisdec handle 
8170           timestamps on incoming buffers as well.
8171
8172 2005-10-20  Wim Taymans  <wim@fluendo.com>
8173
8174         * gst/playback/gstplaybasebin.c: (group_destroy),
8175         (gst_play_base_bin_change_state):
8176         Fix leak.
8177         Handle case where playbasebin is now ASYNC because
8178         decodebin is.
8179
8180 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
8181
8182         * gst/audioconvert/Makefile.am:
8183         * gst/audioconvert/bufferframesconvert.c:
8184         * gst/audioconvert/plugin.c: (plugin_init):
8185         * gst/audioconvert/plugin.h:
8186           And bye bye buffer-frames-convert
8187
8188 2005-10-19  Wim Taymans  <wim@fluendo.com>
8189
8190         * check/elements/audioconvert.c:
8191         * docs/libs/tmpl/gstaudio.sgml:
8192         * docs/libs/tmpl/gstcolorbalance.sgml:
8193         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8194         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
8195         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
8196         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
8197         * gst-libs/gst/audio/audio.h:
8198         * gst/audioconvert/audioconvert.h:
8199         * gst/audioconvert/gstaudioconvert.c:
8200         (gst_audio_convert_parse_caps):
8201         * gst/volume/gstvolume.c:
8202         Bye bye buffer-frames.
8203
8204 2005-10-19  Wim Taymans  <wim@fluendo.com>
8205
8206         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
8207         (query_positions_elems), (query_positions_pads), (update_scale),
8208         (do_seek), (set_update_scale), (message_received), (main):
8209         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8210         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
8211         (gst_ogg_demux_loop):
8212         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8213         * ext/theora/theoradec.c: (theora_dec_src_query),
8214         (theora_dec_sink_event):
8215         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8216         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
8217         * gst/adder/gstadder.c: (gst_adder_query):
8218         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
8219         * gst/playback/test3.c: (update_scale):
8220         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
8221         (dump_element_stats), (main):
8222         * gst/playback/test6.c: (main):
8223         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
8224         Query API update.
8225
8226 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
8227
8228         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
8229         (xml_check_first_element), (xml_type_find), (smil_type_find),
8230         (plugin_init):
8231           Add typefinding for SMIL and for generic XML. Based on patch by
8232           Akos Maroy (#308663).
8233
8234 2005-10-18  Wim Taymans  <wim@fluendo.com>
8235
8236         * gst/playback/Makefile.am:
8237         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8238         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
8239         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
8240         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
8241         (gst_decode_bin_change_state):
8242         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8243         (gst_play_bin_send_event_to_sink):
8244         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
8245         (dump_element_stats), (main):
8246         * gst/playback/test6.c: (main):
8247         Make playbin async, it'll commit state to paused when all streams
8248         are detected.
8249         Remove ugly hack.
8250         Added test6.c to show async behaviour.
8251
8252 2005-10-18  Wim Taymans  <wim@fluendo.com>
8253
8254         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8255         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
8256         Fix for segment-start/stop API change.
8257
8258 2005-10-18  Wim Taymans  <wim@fluendo.com>
8259
8260         * check/Makefile.am:
8261         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
8262         (main):
8263         Add future test for clock selection.
8264
8265 2005-10-18  Wim Taymans  <wim@fluendo.com>
8266
8267         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
8268         (gst_alsasink_close):
8269         Set handle to NULL.
8270
8271         * gst-libs/gst/audio/gstringbuffer.c:
8272         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8273         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
8274         (gst_ring_buffer_start), (gst_ring_buffer_pause),
8275         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
8276         (gst_ring_buffer_read):
8277         More debug info.
8278
8279 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
8280
8281         * gst/audiotestsrc/Makefile.am:
8282         * gst/sine/Makefile.am:
8283         * gst/volume/Makefile.am:
8284           fix broken build of controllerized plugins
8285
8286 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
8287
8288         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8289
8290         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8291         (gst_riff_create_video_template_caps):
8292           Add support for Indeo-3 (IV32).
8293
8294 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8295
8296         * configure.ac:
8297           rewrite
8298
8299 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8300
8301         * gst-libs/gst/video/video.c: (gst_video_get_size):
8302         * gst/audiotestsrc/gstaudiotestsrc.c:
8303           doc updates
8304
8305 2005-10-17  Andy Wingo  <wingo@pobox.com>
8306
8307         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
8308         with the collectpads change.
8309         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
8310
8311         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
8312
8313         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
8314
8315         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
8316         alloc_buffer flow return to callers.
8317         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
8318         change. Fix some memleaks in theoraenc.
8319
8320         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
8321         in strange circumstance.
8322
8323 2005-10-17  Julien MOUTTE  <julien@moutte.net>
8324
8325         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8326         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
8327         from caps, let's use the caps...
8328
8329 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8330
8331         * configure.ac:
8332           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
8333
8334 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8335
8336         * gst-libs/gst/interfaces/Makefile.am:
8337           fix silly typo
8338
8339 2005-10-16  Andy Wingo  <wingo@pobox.com>
8340
8341         * gst/playback/gstdecodebin.c
8342         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
8343         function!
8344         (try_to_link_1): Increase kraziness level.
8345
8346 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8347
8348         * configure.ac:
8349           restructure like the core one
8350         * gst-libs/gst/audio/Makefile.am:
8351         * gst-libs/gst/interfaces/Makefile.am:
8352         * gst-libs/gst/net/Makefile.am:
8353         * gst-libs/gst/riff/Makefile.am:
8354         * gst-libs/gst/rtp/Makefile.am:
8355         * gst-libs/gst/tag/Makefile.am:
8356         * gst-libs/gst/video/Makefile.am:
8357           use correct linker flags, now the libs are properly versioned
8358         * check/elements/audioconvert.c: (verify_convert):
8359         * ext/alsa/gstalsaplugin.c:
8360         * ext/cdparanoia/gstcdparanoia.c:
8361         * ext/gnomevfs/gstgnomevfs.c:
8362         * ext/libvisual/visual.c:
8363         * ext/ogg/gstogg.c:
8364         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
8365         * ext/theora/theora.c:
8366         * ext/vorbis/vorbis.c:
8367         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8368         * gst-libs/gst/tag/gsttagediting.c:
8369         * gst-libs/gst/video/video.c:
8370         * gst/adder/gstadder.c:
8371         * gst/audioconvert/plugin.c:
8372         * gst/audiorate/gstaudiorate.c:
8373         * gst/audioresample/gstaudioresample.c:
8374         * gst/audioresample/resample_ref.c: (resample_scale_ref):
8375         * gst/audioscale/gstaudioscale.c:
8376         * gst/audioscale/resample.c:
8377         * gst/audiotestsrc/gstaudiotestsrc.c:
8378         * gst/ffmpegcolorspace/gstffmpeg.c:
8379         * gst/playback/gstdecodebin.c: (close_pad_link):
8380         * gst/playback/gstplaybin.c: (gen_video_element),
8381         (gen_audio_element):
8382         * gst/sine/gstsinesrc.c:
8383         * gst/subparse/gstsubparse.c:
8384         * gst/tags/gsttagediting.c:
8385         * gst/tcp/gsttcpplugin.c:
8386         * gst/typefind/gsttypefindfunctions.c:
8387         * gst/videorate/gstvideorate.c:
8388         * gst/videoscale/gstvideoscale.c:
8389         * gst/videotestsrc/gstvideotestsrc.c:
8390         * gst/volume/gstvolume.c:
8391         * sys/v4l/gstv4l.c:
8392         * sys/ximage/ximage.c:
8393         * sys/xvimage/xvimagesink.c:
8394           fix up defines
8395
8396 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
8397
8398         * ext/vorbis/vorbisenc.c:
8399         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8400         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
8401         (gst_tag_to_vorbis_comments):
8402           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
8403
8404 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
8405
8406         * examples/stats/mp2ogg.c:
8407         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8408           typo fixes
8409
8410 2005-10-13  Michael Smith <msmith@fluendo.com>
8411
8412         * ext/ogg/gstoggmux.c:
8413           Use magic glib macros to define constants as 64 bit, to ensure
8414           appropriate vararg passing.
8415
8416 2005-10-13  Michael Smith <msmith@fluendo.com>
8417
8418         * ext/ogg/gstoggmux.c:
8419         * gst/audioconvert/audioconvert.c: (float):
8420           Don't use LL suffix, as it's not portable, and neither of these
8421           uses required it anyway.
8422
8423 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
8424
8425         * examples/indexing/indexmpeg.c: (main):
8426         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
8427         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
8428         (cdparanoia_convert), (cdparanoia_query):
8429         * ext/cdparanoia/gstcdparanoia.h:
8430         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
8431         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
8432         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
8433         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
8434         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
8435         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
8436         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
8437         (gst_multifdsink_render), (gst_multifdsink_start),
8438         (gst_multifdsink_stop):
8439         * gst/tcp/gstmultifdsink.h:
8440         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
8441         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
8442         (gst_tcpclientsink_stop):
8443         * gst/tcp/gsttcpclientsink.h:
8444         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
8445         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
8446         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
8447         * gst/tcp/gsttcpclientsrc.h:
8448         * gst/tcp/gsttcpserversink.h:
8449         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
8450         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
8451         (gst_tcpserversrc_stop):
8452         * gst/tcp/gsttcpserversrc.h:
8453         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
8454         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
8455         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
8456           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
8457           moved bitshift from macro to enum definition
8458
8459 2005-10-12  Wim Taymans  <wim@fluendo.com>
8460
8461         * examples/seeking/Makefile.am:
8462         Oops.
8463
8464 2005-10-12  Wim Taymans  <wim@fluendo.com>
8465
8466         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
8467         (gst_ring_buffer_read), (gst_ring_buffer_clear):
8468         Don't assert on normal stuff.
8469
8470         * gst/playback/gstplaybin.c: (do_playbin_seek):
8471         API fix.
8472
8473 2005-10-12  Wim Taymans  <wim@fluendo.com>
8474
8475         * check/pipelines/simple_launch_lines.c: (run_pipeline):
8476         * examples/seeking/Makefile.am:
8477         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
8478         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
8479         (do_seek), (set_update_scale), (message_received), (main):
8480         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
8481         (gst_ring_buffer_read), (gst_ring_buffer_clear):
8482         Update for _get_state() API change.
8483
8484 2005-10-11  Wim Taymans  <wim@fluendo.com>
8485
8486         * gst-libs/gst/audio/gstbaseaudiosink.c:
8487         (gst_base_audio_sink_render):
8488         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8489         (gst_base_audio_src_create):
8490         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
8491         (gst_ring_buffer_read):
8492         Cleanups.
8493         Commit and read from ringbuffer in samples rather than bytes.
8494
8495 2005-10-11  Wim Taymans  <wim@fluendo.com>
8496
8497         * gst-libs/gst/audio/gstbaseaudiosink.c:
8498         (gst_base_audio_sink_render):
8499         Respect segment rate and accum when scheduling samples.
8500
8501 2005-10-11  Julien MOUTTE  <julien@moutte.net>
8502
8503         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8504         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
8505         EOS correctly, that needs more work.
8506
8507 2005-10-11  Wim Taymans  <wim@fluendo.com>
8508
8509         * check/generic/states.c: (GST_START_TEST):
8510         remove old property.
8511
8512         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8513         (gst_ogg_demux_perform_seek):
8514         * ext/theora/theoradec.c: (theora_dec_sink_event):
8515         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8516         (vorbis_handle_data_packet):
8517         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8518         (gst_base_rtp_depayload_set_gst_timestamp):
8519         * gst/videorate/gstvideorate.c: (gst_videorate_event):
8520         Update for newsegment API change.
8521
8522 2005-10-11  Michael Smith <msmith@fluendo.com>
8523
8524         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
8525         (do_playbin_seek), (gst_play_bin_send_event):
8526           Override send_event differently, so that we can takes bits of
8527           functionality from GstPipeline (special handling for seeks,
8528           including pausing/resuming, and resetting stream time) and still get
8529           the appropriate behaviour of only forwarding event to a single sink,
8530           rather than all of them.
8531           Unfortunately requires a lot of code duplication, but the
8532           alternatives are equally ugly in the end.
8533
8534 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8535
8536         * check/elements/audioconvert.c: (setup_audioconvert),
8537         (cleanup_audioconvert), (get_int_caps), (verify_convert),
8538         (GST_START_TEST), (audioconvert_suite):
8539           clean up tests a little, fix some leaks.
8540
8541 2005-10-10  Wim Taymans  <wim@fluendo.com>
8542
8543         * ext/alsa/gstalsasink.c:
8544         Also allow unsigned int.
8545
8546         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8547         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
8548         Small cleanup
8549
8550 2005-10-10  Wim Taymans  <wim@fluendo.com>
8551
8552         * check/pipelines/simple_launch_lines.c: (run_pipeline):
8553         Small update, use API as stated in design docs.
8554
8555         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
8556         (update_scale), (do_seek), (seek_cb), (set_update_scale),
8557         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
8558         (message_received), (main):
8559         Updated seek example for GOption. Some usability improvements.
8560
8561 2005-10-10  Wim Taymans  <wim@fluendo.com>
8562
8563         * gst/audioconvert/audioconvert.h:
8564         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
8565         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
8566         Alloc temp storage somewhere else where we can do it more
8567         portable.
8568
8569 2005-10-10  Wim Taymans  <wim@fluendo.com>
8570
8571         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
8572         (gst_tcpserversrc_start):
8573         Don't block in accept while doing the state change, move
8574         to poll and make cancellable.
8575
8576 2005-10-09  Philippe Khalaf <burger@speedy.org>
8577
8578         * gst-libs/gst/rtp/rtpbasedepayload.c:
8579         Set timestamp and add queue delay to timestamp
8580         * gst-libs/gst/rtp/rtpbuffer.h:
8581         Set correct payload type for h263
8582
8583 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
8584
8585         * gst/audiotestsrc/gstaudiotestsrc.c:
8586         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
8587         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
8588         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
8589         (gst_audiotestsrc_create_triangle),
8590         (gst_audiotestsrc_create_silence),
8591         (gst_audiotestsrc_create_white_noise),
8592         (gst_audiotestsrc_init_pink_noise),
8593         (gst_audiotestsrc_generate_pink_noise_value),
8594         (gst_audiotestsrc_create_pink_noise),
8595         (gst_audiotestsrc_change_wave):
8596         * gst/audiotestsrc/gstaudiotestsrc.h:
8597           fixed typo, added pink noise
8598
8599 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
8600
8601         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
8602         (plugin_init):
8603           Add wavpack and spc typefind functions from 0.8 branch.
8604
8605 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
8606
8607         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
8608         (ar_type_find), (msdos_type_find), (plugin_init):
8609           Add typefind functions for tar archives, ar archives,
8610           RAR archives, and msdos-executables (dlls, exe, etc.).
8611           Some of those would be wrongly identified as mpeg
8612           streams of some sort before (#315550).
8613
8614 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
8615
8616         * configure.ac:
8617         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8618         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8619         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
8620         * gst/audiotestsrc/Makefile.am:
8621         * gst/audiotestsrc/gstaudiotestsrc.c:
8622         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
8623         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
8624         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
8625         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
8626         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
8627         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
8628         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
8629         (gst_audiotestsrc_create_silence),
8630         (gst_audiotestsrc_create_white_noise),
8631         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
8632         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
8633         (gst_audiotestsrc_start), (plugin_init):
8634         * gst/audiotestsrc/gstaudiotestsrc.h:
8635           add new plugin and element
8636         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
8637           use gobject_class
8638
8639 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
8640
8641         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
8642         (gst_adder_init), (gst_adder_request_new_pad),
8643         (gst_adder_change_state):
8644           Add query function to source pad, so adder reports the correct
8645           time/sample position when queried (#315457); fix state change
8646           function; use GST_DEBUG_FUNCPTR() for pad functions.
8647
8648 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8649
8650         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
8651           Fix leaks in typefind registration
8652           Clean up the gratuitous commenting and whitespacing a little
8653
8654 2005-10-08  Wim Taymans  <wim@fluendo.com>
8655
8656         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
8657         Only actually wait for the thread to be stopped if it's 
8658         running.
8659
8660 2005-10-08  Wim Taymans  <wim@fluendo.com>
8661
8662         * gst-libs/gst/audio/gstbaseaudiosink.c:
8663         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8664         If we receive EOS we can start playback of what we had.
8665
8666 2005-10-08  Wim Taymans  <wim@fluendo.com>
8667
8668         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
8669         (gst_multifdsink_finalize), (multifdsink_hash_remove),
8670         (gst_multifdsink_stop):
8671         Fix crasher when going to NULL multiple times.
8672
8673 2005-10-06  Wim Taymans  <wim@fluendo.com>
8674
8675         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
8676         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
8677         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8678         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
8679         patch from Edgard Lima <edgard.lima@indt.org.br>
8680         Fixed gstbaseaudiosrc adding ring buffer sync to it.
8681
8682 2005-10-06  Wim Taymans  <wim@fluendo.com>
8683
8684         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
8685         Report the FLOW_RETURN as string in the error message.
8686
8687         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
8688         Don't assert when clearing an unnegotiated buffer.
8689
8690 2005-10-04  Michael Smith <msmith@fluendo.com>
8691
8692         * gst/playback/gstplaybasebin.c: (group_destroy),
8693         (gen_preroll_element), (remove_groups), (setup_source):
8694         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
8695         (setup_sinks), (gst_play_bin_send_event),
8696         (gst_play_bin_change_state):
8697           Set state to NULL before removing from bin. Fix refcounting.
8698
8699 2005-10-04  Michael Smith <msmith@fluendo.com>
8700
8701         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
8702           Correct refcounting in send_event() function. Previously was wrong
8703           if the first sink was unable to handle the event.
8704
8705 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8706
8707         * configure.ac:
8708           back to development
8709
8710 === release 0.9.3 ===
8711
8712 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8713
8714         * configure.ac:
8715           Releasing 0.9.3, "De Facto"
8716
8717 2005-10-03  Andy Wingo  <wingo@pobox.com>
8718
8719         * gst/playback/gstdecodebin.c (try_to_link_1)
8720         (remove_element_chain): set element to NULL before removing it.
8721
8722 2005-10-02  Johan Dahlin  <johan@gnome.org>
8723
8724         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
8725         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
8726         MT safe.
8727
8728 2005-10-02  Andy Wingo  <wingo@pobox.com>
8729
8730         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
8731         (gst_ring_buffer_prepare_read): 
8732         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
8733         Demote to LOG.
8734
8735 2005-09-29  Wim Taymans  <wim@fluendo.com>
8736
8737         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
8738         * ext/theora/theoradec.c: (theora_handle_data_packet):
8739         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8740         Propagate error codes from alloc_buffer too.
8741
8742 2005-09-29  Wim Taymans  <wim@fluendo.com>
8743
8744         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
8745         We use fixed caps.
8746
8747         * gst/playback/Makefile.am:
8748         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
8749         (dump_element_stats), (main):
8750         Added example stream introspection code.
8751
8752 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
8753
8754         * gst/adder/gstadder.c: (gst_adder_collected):
8755           fix adder for float elements
8756
8757 2005-09-28  Wim Taymans  <wim@fluendo.com>
8758
8759         * gst-libs/gst/audio/gstbaseaudiosink.c:
8760         (gst_base_audio_sink_class_init),
8761         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
8762         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8763         (gst_base_audio_src_class_init),
8764         (gst_base_audio_src_provide_clock):
8765         get_clock -> provide_clock
8766
8767 2005-09-28  Andy Wingo  <wingo@pobox.com>
8768
8769         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
8770         and unlocking.
8771
8772         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
8773         unlocking.
8774
8775         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
8776         Actually add the pad template.
8777         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
8778
8779         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
8780         I'm at it...
8781
8782         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
8783         from fdsrc. Get caps in create() instead of start() so it can be
8784         interrupted. Interruption somewhat untested.
8785
8786         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
8787         Proper EOS handling.
8788
8789 2005-09-27  Andy Wingo  <wingo@pobox.com>
8790
8791         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
8792
8793         * gst/tcp/gsttcpserversrc.c: Cleaned up.
8794
8795         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
8796
8797         * gst/tcp/gsttcp.h: 
8798         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
8799         out of tcpclientsrc.c. Cancellable.
8800         (gst_tcp_socket_read): Made private, cancellable, with better
8801         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
8802         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
8803         whole buffer, and better diagnostics.
8804         (gst_tcp_gdp_read_caps): Same.
8805
8806         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
8807
8808 2005-09-26  Andy Wingo  <wingo@pobox.com>
8809
8810         * gst/sine/gstsinesrc.h:
8811         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
8812         change the 'sync' property to 'is-live' and implement it halfway,
8813         update for controller api change.
8814
8815         * gst/volume/gstvolume.c (volume_transform_ip): Update for
8816         controller api change.
8817
8818 2005-09-24  Wim Taymans  <wim@fluendo.com>
8819
8820         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
8821         * gst-libs/gst/audio/gstaudiosink.c:
8822         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
8823         (gst_audioringbuffer_stop):
8824         * gst-libs/gst/audio/gstbaseaudiosink.c:
8825         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
8826         (gst_base_audio_sink_change_state):
8827         * gst-libs/gst/audio/gstbaseaudiosink.h:
8828         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
8829         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8830         (gst_ring_buffer_commit), (gst_ring_buffer_read):
8831         * gst-libs/gst/audio/gstringbuffer.h:
8832         Fix sync again. Moved sample alignment to basesink.
8833
8834 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8835
8836         * docs/plugins/Makefile.am:
8837         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8838         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8839         * gst/volume/gstvolume.c:
8840           add/fix docs
8841         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
8842         * gst-libs/gst/audio/audio.h:
8843           add conversion macros for frames <-> clocktime
8844
8845 2005-09-23  David Schleef  <ds@schleef.org>
8846
8847         * gst/audioresample/Makefile.am:
8848         * gst/audioresample/debug.h:
8849         * gst/audioresample/gstaudioresample.c:
8850         * gst/audioresample/resample.c: Convert to using gst debugging
8851
8852 2005-09-22  Wim Taymans  <wim@fluendo.com>
8853
8854         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8855         (gst_play_bin_send_event):
8856         Only seek on one sink, the first one that succeeds.
8857
8858 2005-09-22  Michael Smith <msmith@fluendo.com>
8859
8860         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
8861         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
8862         Don't flush encoder state unless we have an initialised encoder.
8863         Clear out encoder state on PAUSED_TO_READY.
8864
8865 2005-09-22  Wim Taymans  <wim@fluendo.com>
8866
8867         * gst-libs/gst/rtp/gstbasertppayload.c:
8868         (gst_basertppayload_class_init), (gst_basertppayload_init),
8869         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
8870         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
8871         (gst_basertppayload_is_filled), (gst_basertppayload_push),
8872         (gst_basertppayload_set_property),
8873         (gst_basertppayload_get_property),
8874         (gst_basertppayload_change_state):
8875         * gst-libs/gst/rtp/gstbasertppayload.h:
8876         Added max-ptime to control amount of data in the rtp packets.
8877
8878 2005-09-21  Andy Wingo  <wingo@pobox.com>
8879
8880         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
8881         thingies.
8882
8883         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
8884         can be called multiple times, dogs.
8885
8886 2005-09-21  Wim Taymans  <wim@fluendo.com>
8887
8888         * gst-libs/gst/rtp/gstbasertppayload.c:
8889         (gst_basertppayload_class_init), (gst_basertppayload_init),
8890         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
8891         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
8892         (gst_basertppayload_push), (gst_basertppayload_get_property),
8893         (gst_basertppayload_change_state):
8894         Allow 0 ssrc too.
8895
8896 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
8897
8898         * docs/libs/compiling.sgml:
8899           fixing typos
8900
8901 2005-09-20  Wim Taymans  <wim@fluendo.com>
8902
8903         * gst-libs/gst/rtp/gstbasertppayload.c:
8904         (gst_basertppayload_class_init), (gst_basertppayload_init),
8905         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
8906         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
8907         (gst_basertppayload_push), (gst_basertppayload_set_property),
8908         (gst_basertppayload_get_property),
8909         (gst_basertppayload_change_state):
8910         * gst-libs/gst/rtp/gstbasertppayload.h:
8911         Added property to configure sequence number offsets.
8912
8913 2005-09-20  Wim Taymans  <wim@fluendo.com>
8914
8915         * gst-libs/gst/rtp/gstbasertppayload.c:
8916         (gst_basertppayload_class_init), (gst_basertppayload_init),
8917         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
8918         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
8919         (gst_basertppayload_push), (gst_basertppayload_set_property),
8920         (gst_basertppayload_get_property),
8921         (gst_basertppayload_change_state):
8922         * gst-libs/gst/rtp/gstbasertppayload.h:
8923         Make timestamp offset configurable.
8924
8925 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8926
8927         * check/pipelines/simple_launch_lines.c: (run_pipeline):
8928           fix wrong pop/unref
8929
8930 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
8931
8932         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8933
8934         * gst-libs/gst/interfaces/propertyprobe.c:
8935         (gst_property_probe_probe_property_name),
8936         (gst_property_probe_needs_probe_name),
8937         (gst_property_probe_get_values_name),
8938         (gst_property_probe_probe_and_get_values_name):
8939           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
8940           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
8941
8942 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8943
8944         * check/Makefile.am:
8945           have some tests be disabled for valgrinding
8946         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
8947         (GST_START_TEST):
8948         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
8949           Fix A Leak.  Chain To Parent Finalize.
8950
8951 2005-09-19  Wim Taymans  <wim@fluendo.com>
8952
8953         * examples/seeking/seek.c: (make_wav_pipeline), (main):
8954         Fixed wav pipeline.
8955
8956 2005-09-19  Wim Taymans  <wim@fluendo.com>
8957
8958         * gst-libs/gst/rtp/gstbasertppayload.c:
8959         (gst_basertppayload_class_init), (gst_basertppayload_init),
8960         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
8961         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
8962         (gst_basertppayload_push), (gst_basertppayload_get_property),
8963         (gst_basertppayload_change_state):
8964         Posting ERROR and WARNING messages is good.
8965
8966 2005-09-19  Wim Taymans  <wim@fluendo.com>
8967
8968         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8969         (gst_base_rtp_depayload_add_to_queue),
8970         (gst_base_rtp_depayload_push),
8971         (gst_base_rtp_depayload_set_gst_timestamp),
8972         (gst_base_rtp_depayload_queue_release):
8973         This one was not supposed to go in.
8974
8975 2005-09-19  Wim Taymans  <wim@fluendo.com>
8976
8977         * check/pipelines/simple_launch_lines.c: (run_pipeline):
8978         Fix for bus API.
8979
8980         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8981         (gst_base_rtp_depayload_chain),
8982         (gst_base_rtp_depayload_add_to_queue),
8983         (gst_base_rtp_depayload_push),
8984         (gst_base_rtp_depayload_set_gst_timestamp),
8985         (gst_base_rtp_depayload_queue_release):
8986         Some cleanups.
8987
8988         * gst-libs/gst/rtp/gstbasertppayload.c:
8989         (gst_basertppayload_class_init), (gst_basertppayload_init),
8990         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
8991         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
8992         (gst_basertppayload_get_property),
8993         (gst_basertppayload_change_state):
8994         Added debugging category.
8995
8996 2005-09-18  David Schleef  <ds@schleef.org>
8997
8998         * gst/playback/gstdecodebin.c: free plugin list correctly
8999         * gst/playback/gstplaybin.c: emit warning if autovideosink
9000           and autoaudiosink can't be found (instead of segfaulting)
9001
9002 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9003
9004         * check/elements/audioconvert.c: (GST_START_TEST):
9005           try out 24 bit conversion
9006
9007 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9008
9009         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
9010         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9011         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
9012         * ext/vorbis/vorbisenc.h:
9013           Fix EOS handling.  Still needs a fix in the ogg muxer to
9014           mark the last page as eos.
9015
9016 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9017
9018         * common/gtk-doc-plugins.mak:
9019         * docs/plugins/Makefile.am:
9020         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9021         * gst/ffmpegcolorspace/Makefile.am:
9022         * gst/ffmpegcolorspace/avcodec.h:
9023         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9024         * gst/tcp/gstmultifdsink.c:
9025           fix up ffmpegcolorspace docs; extract header
9026
9027 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9028
9029         * common/gtk-doc-plugins.mak:
9030         * docs/plugins/Makefile.am:
9031         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9032         * ext/theora/Makefile.am:
9033         * ext/theora/gsttheoraenc.h:
9034         * ext/theora/theoraenc.c:
9035         * ext/vorbis/vorbisenc.c:
9036           pick up signals and args for vorbis; add some docs for vorbis
9037
9038 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9039
9040         * common/gstdoc-scangobj:
9041         * common/gtk-doc-plugins.mak:
9042         * docs/libs/Makefile.am:
9043         * docs/plugins/gst-plugins-base-plugins.args:
9044         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9045         * docs/plugins/gst-plugins-base-plugins.interfaces:
9046         * docs/plugins/gst-plugins-base-plugins.prerequisites:
9047         * docs/plugins/gst-plugins-base-plugins.signals:
9048           only scanobj stuff from our source module.  Not sure yet
9049           if that's correct, given the hierarchy stuff :)
9050
9051 2005-09-15  Wim Taymans  <wim@fluendo.com>
9052
9053         * gst/audioconvert/gstaudioconvert.c:
9054         And enable 24 bits mode as well..
9055
9056 2005-09-15  Wim Taymans  <wim@fluendo.com>
9057
9058         * gst-libs/gst/rtp/Makefile.am:
9059         * gst-libs/gst/rtp/gstbasertppayload.c:
9060         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
9061         (gst_basertppayload_class_init), (gst_basertppayload_init),
9062         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
9063         (gst_basertppayload_chain), (gst_basertppayload_set_options),
9064         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
9065         (gst_basertppayload_set_property),
9066         (gst_basertppayload_get_property),
9067         (gst_basertppayload_change_state):
9068         * gst-libs/gst/rtp/gstbasertppayload.h:
9069         Added rtp payloader base class.
9070
9071 2005-09-15  Andy Wingo  <wingo@pobox.com>
9072
9073         * configure.ac (plugindir): Remove the EOL matcher from the
9074         regexp, as it causes me problems. Libtool? Make? Who knows?
9075
9076 2005-09-14  David Schleef  <ds@schleef.org>
9077
9078         * check/generic/states.c: 
9079         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9080         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
9081           Fixes for changes in registry API.
9082
9083         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
9084           to GST_PLUGIN_LDFLAGS.
9085         * ext/libvisual/visual.c: Make the library shut up.
9086         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
9087         * gst-libs/gst/audio/gstaudiofilter.c: same
9088
9089 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9090
9091         * docs/plugins/Makefile.am:
9092         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9093         * docs/plugins/inspect/plugin-libvisual.xml:
9094         * docs/plugins/tmpl/element-tcpserversink.sgml:
9095         * ext/theora/theoraenc.c:
9096           add libvisual plugin and theoraenc element to docs
9097
9098 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9099
9100         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9101         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9102         * ext/theora/theoraenc.c:
9103           add theoraenc
9104
9105 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
9106
9107         * gst/audioconvert/Makefile.am:
9108           Audioconvert derives from GstBaseTransform and should
9109           link to the library with our base elements to avoid
9110           unresolved symbols. Makes things work with MinGW (#316160)
9111
9112         * gst/playback/test4.c: (main):
9113           Fix MinGW build problem and use g_usleep() instead of 
9114           sleep() (#316162)
9115
9116 2005-09-12  Wim Taymans  <wim@fluendo.com>
9117
9118         * gst/audioconvert/audioconvert.c: (float),
9119         (audio_convert_prepare_context), (audio_convert_convert):
9120         * gst/audioconvert/audioconvert.h:
9121         Cleanups, speedups, simplifications, added back support
9122         for 24 bits.
9123
9124 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9125
9126         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9127         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9128         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9129         * docs/plugins/tmpl/element-tcpserversink.sgml:
9130         * gst/ffmpegcolorspace/gstffmpeg.c:
9131         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9132         * gst/videotestsrc/gstvideotestsrc.c:
9133         * gst/volume/gstvolume.c:
9134           add more elements to the docs
9135
9136 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
9137
9138         * check/Makefile.am:
9139         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
9140         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
9141           Add extra tests for basetransform based components. 
9142           Comment out the test_element_negotiation test until we decide
9143           if it's testing correct behaviour.
9144         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
9145         (gst_visual_chain), (gst_visual_change_state):
9146           Slightly more correct but still bogus timestamping.
9147           Fix state change function.
9148         * gst/audioconvert/gstaudioconvert.c:
9149         (gst_audio_convert_class_init):
9150         * gst/audioresample/gstaudioresample.c:
9151         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9152         (gst_ffmpegcsp_class_init):
9153         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
9154         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
9155         (gst_videoscale_prepare_image):
9156         * gst/volume/gstvolume.c: (gst_volume_class_init),
9157         (volume_transform_ip):
9158           Basetransform updates. Enable passthrough modes.
9159         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
9160         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
9161         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9162           Negotiation fix that allows the window to return to the original
9163           size and renegotiate passthrough upstream. Extra debug output.
9164
9165 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9166
9167         * gst/sine/gstsinesrc.c:
9168         * gst/volume/gstvolume.c:
9169           fix up header include
9170
9171 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
9172
9173         * gst-libs/gst/audio/gstbaseaudiosink.c:
9174         (gst_base_audio_sink_render):
9175         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
9176         * gst/volume/gstvolume.c: (gst_volume_class_init),
9177         (volume_transform):
9178           fixing lost sync, some more debugging
9179
9180 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
9181
9182         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
9183         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
9184         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
9185         (gst_xvimagesink_check_xshm_calls):
9186           Fix compilation when XShm is not available.
9187
9188 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
9189
9190         * ext/libvisual/visual.c: (gst_visual_dispose),
9191         (gst_visual_getcaps), (gst_visual_src_setcaps),
9192         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
9193         (gst_visual_change_state):
9194           Finish fixing up libvisual plugin so that it runs. 
9195
9196 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
9197
9198         * ext/vorbis/vorbisenc.c:
9199         * gst-libs/gst/tag/gstvorbistag.c:
9200           gsttaginterface.h -> gsttagsetter.h
9201
9202 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
9203
9204         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9205           added another test that failes for me (test is not active by default)
9206
9207 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9208
9209         * configure.ac:
9210           v4l2 is no longer in gst-plugins-base
9211
9212 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
9213
9214         * configure.ac:
9215           In the output at the end, don't show the first plugin on the same
9216           line as "Core plug-ins, always built:".
9217           Indent the output as for other plugin categories
9218         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
9219           #define that can be used to not use peer buffer_alloc functions for
9220           test purposes.
9221         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
9222         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
9223         (gst_ximagesink_show_frame):
9224         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
9225         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
9226         (gst_xvimagesink_show_frame):
9227           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
9228           fails gracefully instead of XError aborting or deadlocking.
9229
9230 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
9231
9232         * ext/libvisual/Makefile.am:
9233           link against gst-base-libs
9234
9235 2005-09-06  David Schleef  <ds@schleef.org>
9236
9237         * configure.ac: Enable libvisual plugin.
9238         * ext/libvisual/Makefile.am:
9239         * ext/libvisual/visual.c: Fixes to make it compile.
9240
9241 === release 0.9.2 ===
9242
9243 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9244
9245         * NEWS:
9246         * RELEASE:
9247         * configure.ac:
9248         * docs/random/ChangeLog-0.8:
9249           releasing 0.9.2, "Spoon"
9250
9251 2005-09-05  Michael Smith <msmith@fluendo.com>
9252
9253         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
9254           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
9255           that in the vorbisenc element.
9256
9257 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9258
9259         * common/gtk-doc-plugins.mak:
9260         * docs/plugins/Makefile.am:
9261           fix distcheck
9262         * gst/audioresample/resample.c:
9263           fix wrong docstring
9264
9265 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9266
9267         * common/gst-xmlinspect.py:
9268         * common/gtk-doc-plugins.mak:
9269           only inspect plugins for this given package
9270           require gst-python 0.9
9271
9272 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9273
9274         * Makefile.am:
9275         * autogen.sh:
9276         * common/gst-xmlinspect.py:
9277         * configure.ac:
9278         * docs/Makefile.am:
9279         * docs/plugins/inspect/plugin-alsa.xml:
9280         * docs/plugins/inspect/plugin-audioresample.xml:
9281         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9282         * docs/plugins/inspect/plugin-ogg.xml:
9283         * docs/plugins/tmpl/element-gnomevfssink.sgml:
9284         * docs/plugins/tmpl/element-multifdsink.sgml:
9285         * docs/plugins/tmpl/element-tcpserversink.sgml:
9286         * docs/plugins/tmpl/element-vorbisenc.sgml:
9287         * gst-plugins-base.spec.in:
9288           various doc-related updates
9289
9290 2005-08-31  Wim Taymans  <wim@fluendo.com>
9291
9292         * gst-libs/gst/audio/gstbaseaudiosink.c:
9293         (gst_base_audio_sink_render):
9294         Resync if the buffer timestamps drift more than a 10th 
9295         of a second.
9296
9297 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
9298
9299         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
9300         (gst_v4lsrc_get_property):
9301           The 'timestamp-offset' property is registered as an int64, so
9302           let's use g_value_{set|get}_int64() in our setter and getter
9303           functions (makes it work and fixes warnings with gst-inspect).
9304
9305 2005-08-30  Wim Taymans  <wim@fluendo.com>
9306
9307         * check/elements/audioconvert.c: (setup_audioconvert):
9308         * check/elements/audioresample.c: (setup_audioresample):
9309         * check/elements/volume.c: (setup_volume):
9310         Fix checks.
9311
9312 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9313
9314         * common/gtk-doc-plugins.mak:
9315         * common/plugins.xsl:
9316         * docs/plugins/Makefile.am:
9317           make module a param
9318
9319 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
9320
9321         * examples/seeking/seek.c: (make_mp3_pipeline),
9322         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
9323         (play_cb), (pause_cb), (stop_cb):
9324           update the example
9325
9326 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
9327
9328         * gst/volume/gstvolume.c: (gst_volume_class_init),
9329         (volume_transform):
9330           do not update controlled params, if buffer has no timestamp
9331
9332 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
9333
9334         * configure.ac:
9335         * gst/sine/Makefile.am:
9336         * gst/volume/Makefile.am:
9337           controllerized elements also need to link against controller-libs ;)
9338
9339 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
9340
9341         * docs/libs/tmpl/gstcolorbalance.sgml:
9342         * docs/libs/tmpl/gstgconf.sgml:
9343         * docs/libs/tmpl/gstmixer.sgml:
9344         * docs/libs/tmpl/gstringbuffer.sgml:
9345         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9346         (gst_sinesrc_create):
9347         * gst/volume/gstvolume.c: (gst_volume_class_init),
9348         (volume_transform):
9349           controllerized two audio plugins
9350
9351 2005-08-29  Andy Wingo  <wingo@pobox.com>
9352
9353         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
9354         (vorbis_handle_data_packet): Fix some int overflow errors.
9355
9356         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
9357         -1.
9358         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
9359         valid.
9360         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
9361         if it's valid. Fixed streaming-mode playback.
9362
9363         * check/elements/volume.c (cleanup_volume): Fix for running
9364         CK_FORK=no.
9365
9366         * check/elements/audioconvert.c: Convert from native endian, not
9367         little endian.
9368
9369 2005-08-29  Michael Smith <msmith@fluendo.com>
9370
9371         * ext/ogg/Makefile.am:
9372         * ext/ogg/gstogg.c: (plugin_init):
9373         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
9374         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
9375         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
9376         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
9377         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
9378         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
9379         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
9380         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
9381         Add an ogg parser element.
9382
9383 2005-08-28  Andy Wingo  <wingo@pobox.com>
9384
9385         * Updates for two-arg init from GST_BOILERPLATE_FULL.
9386
9387 2005-08-26  Wim Taymans  <wim@fluendo.com>
9388
9389         * gst/audioconvert/audioconvert.c: (if), (float),
9390         (audio_convert_get_func_index), (check_default),
9391         (audio_convert_clean_fmt), (audio_convert_prepare_context),
9392         (audio_convert_clean_context), (audio_convert_get_sizes),
9393         (audio_convert_convert):
9394         Cleanups.
9395
9396 2005-08-26  Wim Taymans  <wim@fluendo.com>
9397
9398         * gst/audioconvert/audioconvert.c: (if), (float),
9399         (audio_convert_get_func_index), (check_default),
9400         (audio_convert_clean_fmt), (audio_convert_prepare_context),
9401         (audio_convert_clean_context), (audio_convert_get_sizes),
9402         (audio_convert_convert):
9403         More elegant and working temp buffer selection algo.
9404
9405 2005-08-26  Wim Taymans  <wim@fluendo.com>
9406
9407         * gst/audioconvert/audioconvert.c: (if), (float),
9408         (audio_convert_get_func_index), (check_default),
9409         (audio_convert_clean_fmt), (audio_convert_prepare_context),
9410         (audio_convert_clean_context), (audio_convert_get_sizes),
9411         (get_temp_buffer), (audio_convert_convert):
9412         Use realloc else we lose our original data.
9413
9414 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9415
9416         * gst/audioresample/gstaudioresample.c:
9417           use base class' newsegment to properly timestamp
9418
9419 2005-08-26  Wim Taymans  <wim@fluendo.com>
9420
9421         * gst/audioconvert/audioconvert.c: (if), (float),
9422         (audio_convert_get_func_index), (check_default),
9423         (audio_convert_clean_fmt), (audio_convert_prepare_context),
9424         (audio_convert_clean_context), (audio_convert_get_sizes),
9425         (get_temp_buffer), (audio_convert_convert):
9426         * gst/audioconvert/gstaudioconvert.c:
9427         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
9428         (gst_audio_convert_transform_caps),
9429         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
9430         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
9431         Oops, allocate enough space to perform the channel mix.
9432
9433 2005-08-26  Wim Taymans  <wim@fluendo.com>
9434
9435         * gst/audioconvert/Makefile.am:
9436         * gst/audioconvert/audioconvert.c: (if), (float),
9437         (audio_convert_get_func_index), (check_default),
9438         (audio_convert_clean_fmt), (audio_convert_prepare_context),
9439         (audio_convert_clean_context), (audio_convert_get_sizes),
9440         (get_temp_buffer), (audio_convert_convert):
9441         * gst/audioconvert/audioconvert.h:
9442         * gst/audioconvert/gstaudioconvert.c:
9443         (gst_audio_convert_class_init), (gst_audio_convert_init),
9444         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
9445         (gst_audio_convert_get_unit_size),
9446         (gst_audio_convert_transform_caps),
9447         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
9448         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
9449         * gst/audioconvert/gstaudioconvert.h:
9450         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
9451         (gst_channel_mix_fill_identical),
9452         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
9453         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
9454         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
9455         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
9456         (gst_channel_mix_mix):
9457         * gst/audioconvert/gstchannelmix.h:
9458         Cleanups, librarify a bit, optimize, better negotiation and more.
9459
9460 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
9461
9462         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
9463         Another from MikeS:
9464         During typefinding, don't support negative offsets
9465         (offsets from the end of the stream) in our typefind->peek() function
9466         - nothing embedded in ogg ever needs them. However, we need to recognise
9467         those requests and reject them, otherwise we return invalid pointers.
9468
9469 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
9470
9471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9472         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9473         (vorbisdec_finalize), (vorbis_handle_type_packet):
9474           Big shout-out to MikeS for fixing this giant memory leak.
9475           Huzzah!
9476
9477 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9478
9479         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
9480         (audio_convert_get_unit_size):
9481           plug some leaks
9482
9483 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9484
9485         * check/Makefile.am:
9486         * check/elements/audioconvert.c: (setup_audioconvert),
9487         (cleanup_audioconvert), (get_int_caps), (verify_convert),
9488         (GST_START_TEST), (audioconvert_suite), (main):
9489           add a test for audioconvert
9490         * gst/audioresample/gstaudioresample.c:
9491         * gst/audioresample/gstaudioresample.h:
9492           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
9493           note that for buffers of 1/3 sec this means DURATION(c) is 
9494           one nanosecond more than for a and b
9495
9496 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9497
9498         * check/Makefile.am:
9499         * check/elements/audioresample.c: (setup_audioresample),
9500         (cleanup_audioresample), (fail_unless_perfect_stream),
9501         (test_perfect_stream_instance), (GST_START_TEST),
9502           add a check for audioresample
9503         (audioresample_suite), (main):
9504         * check/elements/volume.c: (GST_START_TEST):
9505           remove unused method
9506         * gst/audioresample/gstaudioresample.c:
9507           set correct buffer parameters since we're changing them
9508         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9509           add some debug
9510
9511 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9512
9513         * gst/audioresample/debug.c:
9514         * gst/audioresample/gstaudioresample.c:
9515           add room for extra overlap samples when asked to transform size
9516           protect against possible mem corruption and check for discrepancies
9517           between written size and outbuffer's size so we can warn for
9518           potential problems
9519         * gst/audioresample/resample.c: (resample_init),
9520         (resample_get_output_size_for_input), (resample_get_output_size),
9521         (resample_set_n_channels), (resample_set_format):
9522           set debug level based on RESAMPLE_DEBUG env var
9523           make sure that get_output_size* returns a whole number of
9524           sample_size
9525           set sample_size each time either channel or format is set
9526         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
9527         * gst/audioresample/resample_functable.c:
9528         (resample_scale_functable):
9529         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9530           remove r->sample_size, it's done in resample.c now
9531           add some debugging to the ref implementation
9532           make sure we only give back bytes that are wholes of the sample
9533           size
9534
9535 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
9536         * gst/playback/gstplaybasebin.c: (fill_buffer):
9537         Revert unpopular change for GST_MESSAGE_SRC to GObject.
9538
9539 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
9540
9541         * gst/volume/gstvolume.c:
9542           made set_caps function static
9543
9544 2005-08-24  Wim Taymans  <wim@fluendo.com>
9545
9546         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
9547         (gst_vorbisenc_change_state):
9548         Stop leaking taglists.
9549
9550 2005-08-24  Wim Taymans  <wim@fluendo.com>
9551
9552         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9553         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
9554         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
9555         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
9556         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
9557         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
9558         Parse seeking events better.
9559         Unref static caps.
9560         Generate correct newsegment events, fixes seeking in live oggs.
9561
9562         * ext/theora/theoradec.c: (theora_dec_src_query),
9563         (theora_dec_src_event), (theora_dec_src_getcaps),
9564         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
9565         Use newsegment values to report correct play time.
9566
9567         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9568         (vorbis_dec_src_event), (vorbis_dec_sink_event):
9569         * ext/vorbis/vorbisdec.h:
9570         Parse and use newsegment values to report correct play time.
9571
9572         * gst-libs/gst/audio/gstbaseaudiosink.c:
9573         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
9574         Clear ringbuffer on flush.
9575         Use newsegment values to calculate playback time.
9576
9577         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
9578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
9579         Basesink does newsegment calculations for us now.
9580
9581 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9582
9583         * check/Makefile.am:
9584         * configure.ac:
9585           add core's plugins to the mix so that playbin works
9586         * check/generic/states.c: (GST_START_TEST):
9587           set a 0 timeout on pipelines, so they don't force the next
9588           state change
9589         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
9590         (gst_play_base_bin_change_state):
9591           remove the crappy error handling and do GST error handling
9592
9593 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9594
9595         * check/Makefile.am:
9596         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
9597           add same test as to core, it bitches out on playbin atm.
9598
9599 2005-08-24  Wim Taymans  <wim@fluendo.com>
9600
9601         * configure.ac:
9602         Remove audioscale.
9603
9604 2005-08-24  Wim Taymans  <wim@fluendo.com>
9605
9606         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
9607         (gst_videoscale_prepare_size), (parse_caps),
9608         (gst_videoscale_set_caps), (gst_videoscale_get_size),
9609         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
9610         (gst_videoscale_transform):
9611         * gst/videoscale/gstvideoscale.h:
9612         Refactor, make use of BaseTranform really well.
9613
9614 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9615
9616         * configure.ac:
9617           compile audioresample
9618         * gst/audioresample/Makefile.am:
9619         * gst/audioresample/buffer.c:
9620         * gst/audioresample/functable.c:
9621         * gst/audioresample/gstaudioresample.c:
9622         * gst/audioresample/gstaudioresample.h:
9623         * gst/audioresample/resample.c:
9624         (resample_get_output_size_for_input):
9625         * gst/audioresample/resample.h:
9626         * gst/audioresample/resample_chunk.c:
9627         * gst/audioresample/resample_functable.c:
9628         * gst/audioresample/resample_ref.c:
9629           port to use basetransform; doesn't work in all cases yet
9630
9631 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9632
9633         * gst/audioconvert/gstaudioconvert.c:
9634         (gst_audio_convert_class_init), (gst_audio_convert_init),
9635         (audio_convert_get_unit_size), (audio_convert_transform_caps),
9636         (audio_convert_fixate_caps), (audio_convert_set_caps),
9637         (audio_convert_transform),
9638         (gst_audio_convert_buffer_to_default_format),
9639         (gst_audio_convert_buffer_from_default_format),
9640         (gst_audio_convert_channels):
9641         * gst/audioconvert/gstchannelmix.c:
9642         * gst/audioconvert/gstchannelmix.h:
9643           port to basetransform
9644         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9645         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
9646         (gst_ffmpegcsp_get_unit_size):
9647         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
9648         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
9649           fix for basetransform changes
9650
9651 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
9652
9653         * check/Makefile.am:
9654           Add CHECK_CFLAGS and LDFLAGS
9655
9656         * gst/playback/gstplaybasebin.c: (fill_buffer):
9657           GST_MESSAGE_SRC became a GObject
9658
9659 2005-08-24  Wim Taymans  <wim@fluendo.com>
9660
9661         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
9662         (gst_ring_buffer_clear_all):
9663         * gst-libs/gst/audio/gstringbuffer.h:
9664         Added function to clear the ringbuffer.
9665
9666 2005-08-24  Andy Wingo  <wingo@pobox.com>
9667
9668         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
9669         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
9670         of _open and _close.
9671
9672         * sys/v4l/gstv4lxoverlay.h:
9673         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
9674         an Xv connection here, instead of all the time. Make Xv only be
9675         loaded if you axe for it. Kindof a workaround for buggy behaviour
9676         of Xv when using remote xservers (XvQueryExtension would block).
9677         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
9678         replace the _open and _close public API. Only start the xv
9679         connection if necessary.
9680         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
9681
9682 2005-08-23  David Schleef  <ds@schleef.org>
9683
9684         * gst/audioresample/Makefile.am: Leet audioresampling code
9685         * gst/audioresample/buffer.c:
9686         * gst/audioresample/buffer.h:
9687         * gst/audioresample/debug.c:
9688         * gst/audioresample/debug.h:
9689         * gst/audioresample/functable.c:
9690         * gst/audioresample/functable.h:
9691         * gst/audioresample/gstaudioresample.c:
9692         * gst/audioresample/gstaudioresample.h:
9693         * gst/audioresample/resample.c:
9694         * gst/audioresample/resample.h:
9695         * gst/audioresample/resample_chunk.c:
9696         * gst/audioresample/resample_functable.c:
9697         * gst/audioresample/resample_ref.c:
9698
9699 2005-08-23  Wim Taymans  <wim@fluendo.com>
9700
9701         * examples/seeking/seek.c: (make_vorbis_pipeline),
9702         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
9703         Small seek updates.
9704
9705 2005-08-23  Andy Wingo  <wingo@pobox.com>
9706
9707         * gst-libs/gst/audio/gstbaseaudiosrc.c
9708         (gst_base_audio_src_fixate): Only fixate endianness if it is
9709         present in the caps.
9710
9711 2005-08-22  Andy Wingo  <wingo@pobox.com>
9712
9713         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
9714         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
9715         device-name property.
9716
9717         * gst-libs/gst/audio/gstaudiosrc.h:
9718         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
9719         close_device in the ring buffer, like gstaudiosink.
9720
9721         * ext/alsa/gstalsamixer.h:
9722         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
9723         macro to implement the interface without much code. Cleanups. 
9724
9725         * ext/alsa/gstalsasrc.h:
9726         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
9727         READY.
9728
9729         * ext/alsa/Makefile.am: Add new files.
9730         * ext/alsa/gstalsamixerelement.c: 
9731         * ext/alsa/gstalsamixerelement.c: Split element code out from
9732         mixer code so that alsasrc can be a mixer too.
9733
9734 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
9735
9736         * check/elements/volume.c: (setup_volume), (cleanup_volume),
9737         (GST_START_TEST):
9738         * check/elements/vorbisdec.c: (setup_vorbisdec),
9739         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
9740         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9741         (vorbis_handle_identification_packet),
9742         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
9743         (vorbis_handle_header_packet), (vorbis_dec_push),
9744         (vorbis_dec_chain):
9745           use the setup/teardown methods to save code.  save code is good.
9746
9747 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9748
9749         * check/Makefile.am:
9750           add ext dir for plugins
9751           add vorbisdec test conditionally
9752         * check/elements/volume.c: (setup_volume), (cleanup_volume),
9753         (GST_START_TEST), (volume_suite):
9754           add a test with wrong caps
9755         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
9756         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
9757           add a vorbisdec test
9758         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
9759         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
9760           clean up debug output
9761         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9762           yay, fix a segfault/security issue in vorbisdec
9763           gst-launch fakesrc ! vorbisdec wasn't happy
9764         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
9765         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
9766         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
9767         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
9768         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
9769         (gst_vorbisenc_set_metadata), (get_constraints_string),
9770         (update_start_message), (gst_vorbisenc_setup),
9771         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9772         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
9773         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
9774         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
9775         * ext/vorbis/vorbisenc.h:
9776           march in line
9777         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9778         (gst_ffmpegcsp_transform):
9779           have the kow come home
9780         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
9781           debug my func ptr
9782         * gst/volume/gstvolume.c: (volume_set_caps):
9783           add a debug
9784
9785 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9786
9787         * Makefile.am:
9788         * check/.cvsignore:
9789         * check/Makefile.am:
9790         * check/elements/.cvsignore:
9791         * check/elements/volume.c: (chain_func), (event_func),
9792         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
9793         (main):
9794         * configure.ac:
9795           add unit test structure for gst-plugins-base
9796           add a test for volume
9797         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
9798         (gst_volume_set_volume), (gst_volume_get_volume),
9799         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
9800         (volume_funcfind), (volume_process_float), (volume_process_int16),
9801         (volume_set_caps), (volume_transform), (volume_update_mute),
9802         (volume_update_volume), (volume_set_property),
9803         (volume_get_property):
9804           document a little; use basetransform vmethod _set_caps
9805
9806 2005-08-19  Andy Wingo  <wingo@pobox.com>
9807
9808         * ext/alsa/gstalsamixertrack.h:
9809         * ext/alsa/gstalsamixertrack.c:
9810         * ext/alsa/gstalsamixeroptions.h:
9811         * ext/alsa/gstalsamixeroptions.c:
9812         * ext/alsa/gstalsamixer.h:
9813         * ext/alsa/gstalsamixer.c: Port to 0.9.
9814
9815         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
9816         Remove gstalsa.c and alsaclock. No more cruft here.
9817         
9818 2005-08-18  Wim Taymans  <wim@fluendo.com>
9819
9820         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9821         (gst_base_rtp_depayload_chain),
9822         (gst_base_rtp_depayload_add_to_queue),
9823         (gst_base_rtp_depayload_push),
9824         (gst_base_rtp_depayload_queue_release):
9825         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9826         Fix for RTPBuffer changes.
9827
9828         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
9829         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
9830         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
9831         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
9832         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
9833         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
9834         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
9835         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
9836         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
9837         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
9838         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
9839         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
9840         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
9841         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
9842         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
9843         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
9844         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
9845         (gst_rtpbuffer_get_payload):
9846         * gst-libs/gst/rtp/gstrtpbuffer.h:
9847         Don't subclass GstBuffer but add methods and helper functions
9848         to construct and manipulate RTP packets in regular GstBuffers.
9849
9850 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
9851
9852         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
9853           moved statement below switch
9854         * gst/volume/gstvolume.c: (gst_volume_class_init):
9855           added debug ptr
9856
9857 2005-08-16  Wim Taymans  <wim@fluendo.com>
9858
9859         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9860         (gst_base_audio_src_change_state):
9861         Open and close device in READY<->NULL state change.
9862
9863 2005-08-16  Andy Wingo  <wingo@pobox.com>
9864
9865         * examples/seeking/Makefile.am: Don't compile non-compiling
9866         compiled objects with the compiler.
9867
9868         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
9869         elements.
9870
9871 2005-08-12  Philippe Khalaf <burger@speedy.org>
9872         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9873         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9874           Made a thread to release the queue.
9875           Removed timestamp conversion for now.
9876
9877 2005-08-10  Philippe Khalaf <burger@speedy.org>
9878         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9879         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9880           Added rtp timestamp -> gst timestamp conversion.
9881           Fixed several problems with queue.
9882
9883 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
9884
9885         * gst-libs/gst/audio/gstaudioclock.h:
9886         * gst-libs/gst/audio/gstaudiofilter.h:
9887         * gst-libs/gst/audio/gstaudiosink.h:
9888         * gst-libs/gst/audio/gstaudiosrc.h:
9889         * gst-libs/gst/audio/gstbaseaudiosink.h:
9890         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9891         * gst-libs/gst/audio/gstringbuffer.h:
9892         * gst-libs/gst/net/gstnetbuffer.h:
9893         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9894         * gst-libs/gst/rtp/gstrtpbuffer.h:
9895           Add padding (you will need to rebuild gst-plugins-base,
9896           gst-plugins and all applications afterwards!)
9897
9898 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
9899
9900         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9901         (gst_riff_parse_chunk):
9902           Fix bug in debug message and add some more debug messages.
9903
9904 2005-08-08  Edward Hervey  <edward@fluendo.com>
9905
9906         * gst-libs/gst/riff/riff-media.c:
9907         backported updates since branch
9908
9909 2005-08-08  Andy Wingo  <wingo@pobox.com>
9910
9911         * gst-libs/gst/audio/gstbaseaudiosink.c
9912         (gst_base_audio_sink_change_state): Open the device in NULL->READY
9913         like good elements should. Close on READY->NULL too.
9914
9915         * gst-libs/gst/audio/gstaudiosink.c
9916         (gst_audioringbuffer_open_device,
9917         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
9918         (gst_audioringbuffer_release): Updates for new ring buffer API,
9919         hook into the new audio sink api.
9920
9921         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
9922         (GstAudioSinkClass.close): Just open and close the device -- no
9923         resource allocation or configuration.
9924         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
9925         vmethods, handle device setup and resource allocation.
9926
9927         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
9928         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
9929         base class API.
9930
9931         * gst-libs/gst/audio/gstringbuffer.h
9932         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
9933         New vmethods.
9934
9935         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
9936         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
9937         New API functions. The device should be opened before acquiring
9938         and closed after releasing.
9939
9940 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
9941
9942         * gst-libs/gst/interfaces/mixer.h:
9943           Reset padding to GST_PADDING.
9944
9945 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9946
9947         * gst/playback/gstplaybin.c: (remove_sinks):
9948           Remove visualization from parent explicitely; works around some
9949           apparent refcount issue that I haven't tracked down yet.
9950
9951 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9952
9953         * ext/alsa/gstalsasink.c: (set_hwparams):
9954           Assign debug category, add negotiation debug msgs.
9955
9956 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9957
9958         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
9959           Fix error code for file-not-found to NOT_FOUND.
9960
9961 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9962
9963         * common/gtk-doc-plugins.mak:
9964         * docs/plugins/Makefile.am:
9965         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9966         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9967           renamed to actual element names, so much nicer to look at
9968         * docs/plugins/tmpl/gstmultifdsink.sgml:
9969           remove
9970         * docs/plugins/tmpl/multifdsink.sgml:
9971         * docs/plugins/tmpl/tcpserversink.sgml:
9972           add
9973         * ext/alsa/gstalsa.c:
9974         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
9975         * ext/ogg/gstoggmux.c:
9976         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
9977         * gst/playback/gstdecodebin.c:
9978         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
9979         * gst/tcp/gsttcpserversink.c:
9980           various fixes and documentation additions
9981
9982 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9983
9984         * common/Makefile.am:
9985         * common/gstdoc-scangobj:
9986         * common/gtk-doc-plugins.mak:
9987         * common/gtk-doc.mak:
9988           add a custom scangobj that uses the registry
9989           add a custom gtk-doc-plugins.mak that uses it
9990           some doc build fixes
9991         * configure.ac:
9992         * docs/Makefile.am:
9993         * docs/plugins/Makefile.am:
9994         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9995         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9996         * docs/plugins/gst-plugins-base-plugins.types:
9997         * docs/plugins/tmpl/gstmultifdsink.sgml:
9998           add docs for one element, multifdsink
9999         * gst/adder/gstadder.h:
10000         * gst/volume/gstvolume.h:
10001           don't privatize enum
10002         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10003         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10004         (gst_sync_method_get_type), (gst_client_status_get_type),
10005         (gst_multifdsink_class_init),
10006         (gst_multifdsink_client_queue_buffer),
10007         (gst_multifdsink_handle_client_write):
10008         * gst/tcp/gstmultifdsink.h:
10009         * gst/tcp/gsttcp.h:
10010         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
10011         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
10012         (gst_tcpclientsink_render):
10013         * gst/tcp/gsttcpclientsink.h:
10014         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
10015         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
10016         (gst_tcpclientsrc_start):
10017         * gst/tcp/gsttcpclientsrc.h:
10018         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
10019         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
10020         * gst/tcp/gsttcpserversrc.h:
10021         * gst/typefind/gsttypefindfunctions.c:
10022           remove superfluous Type stuff
10023
10024 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10025
10026         * gst/playback/gstplaybin.c: (gen_video_element):
10027           Enable videoscale.
10028
10029 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10030
10031         * gst-libs/gst/gconf/gconf.c:
10032         * gst-libs/gst/gconf/gconf.h:
10033           Fix some Andy Problem [tm].
10034
10035 2005-08-04  Andy Wingo  <wingo@pobox.com>
10036
10037         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
10038         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
10039         (gst_ffmpegcsp_get_size): Adapt to API changes.
10040
10041         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
10042         Implement an in-place do-nothing transform.
10043
10044 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10045
10046         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10047         (gst_ximagesink_renegotiate_size):
10048           Do not set new window sizes yet if we prepare a new buffer size
10049           for upstream renegotiation (software scaling) at some point in the
10050           future, because this new size waqs not actually accepted yet. Once
10051           accepted, renegotiation later on will set the new sizes just fine.
10052           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
10053           embedding testcase.
10054
10055 2005-08-03  Andy Wingo  <wingo@pobox.com>
10056
10057         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
10058         (gst_ximagesink_buffer_alloc): 
10059         Protect the height, width, and desired_caps with the pool_lock.
10060         Fixes videotestsrc ! queue ! ximagesink.
10061
10062 2005-08-02  Edward Hervey  <edward@fluendo.com>
10063
10064         * gst/volume/gstvolume.c:
10065         include left from controller cleanup
10066
10067 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
10068         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
10069           Stop collectpads before calling the parent state
10070           change function on PAUSED->READY.
10071
10072 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
10073         * configure.ac:
10074           When testing for X libs, use the X CFlags 
10075         * gst/adder/gstadder.c: (gst_adder_change_state):
10076           Stop the collectpads before calling parent state change function
10077           on PAUSED->READY, otherwise we deadlock deactivating pads.
10078
10079 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
10080
10081         * configure.ac:
10082         * docs/libs/tmpl/gstcolorbalance.sgml:
10083         * docs/libs/tmpl/gstmixer.sgml:
10084         * examples/Makefile.am:
10085         * gst/sine/Makefile.am:
10086         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
10087         (gst_sinesrc_set_property), (plugin_init):
10088         * gst/sine/gstsinesrc.h:
10089         * gst/volume/Makefile.am:
10090         * gst/volume/gstvolume.c: (gst_volume_set_volume),
10091         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
10092         (volume_process_float), (volume_process_int16),
10093         (volume_set_property), (plugin_init):
10094         * gst/volume/gstvolume.h:
10095           deactivate and remove dparams (libgstcontrol)
10096
10097 2005-07-29  Wim Taymans  <wim@fluendo.com>
10098
10099         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
10100         Convert me to BaseTransform!! help..
10101
10102 2005-07-29  Andy Wingo  <wingo@pobox.com>
10103
10104         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
10105         sinks.
10106
10107         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
10108         support of both endiannesses.
10109
10110 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
10111
10112         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10113           Fix confusing debug message (s/event/query/)
10114
10115 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
10116
10117         * gst/videotestsrc/videotestsrc.h:
10118           Use "_stdint.h" instead of <stdint.h>
10119
10120 2005-07-27  Wim Taymans  <wim@fluendo.com>
10121
10122         * ext/vorbis/Makefile.am:
10123         Revert wrong commit.
10124
10125 2005-07-27  Wim Taymans  <wim@fluendo.com>
10126
10127         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
10128         More compilation fixen.
10129
10130 2005-07-27  Wim Taymans  <wim@fluendo.com>
10131
10132         * gst-libs/gst/audio/gstbaseaudiosink.c:
10133         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
10134         (gst_base_audio_sink_create_ringbuffer),
10135         (gst_base_audio_sink_change_state):
10136         Fix compilation.
10137
10138 2005-07-27  Wim Taymans  <wim@fluendo.com>
10139
10140         * examples/seeking/seek.c: (setup_dynamic_link),
10141         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
10142         (query_positions_elems), (query_positions_pads), (do_seek):
10143         Update seek example.
10144
10145         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
10146         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
10147         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
10148         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10149         (gst_ogg_demux_handle_event),
10150         (gst_ogg_demux_deactivate_current_chain),
10151         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10152         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
10153         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
10154         (gst_ogg_demux_loop):
10155         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
10156         * ext/theora/theoradec.c: (theora_dec_src_event),
10157         (theora_dec_src_getcaps), (theora_dec_sink_event),
10158         (theora_dec_push), (theora_dec_chain):
10159         * ext/vorbis/Makefile.am:
10160         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
10161         (vorbis_dec_sink_event), (vorbis_dec_push),
10162         (vorbis_handle_data_packet):
10163         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
10164         (gst_vorbisenc_chain):
10165         * gst/playback/gststreaminfo.c: (cb_probe):
10166         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
10167         * gst/videorate/gstvideorate.c: (gst_videorate_event):
10168         * gst/videoscale/gstvideoscale.c:
10169         (gst_videoscale_handle_src_event):
10170         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
10171         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
10172         (gst_ximagesink_navigation_send_event):
10173         * sys/xvimage/xvimagesink.c:
10174         (gst_xvimagesink_navigation_send_event):
10175         Various event updates and cleanups
10176
10177 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10178
10179         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
10180           Fix segfault for I420/YV12.
10181
10182 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10183
10184         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
10185           Report bitrate.
10186
10187 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10188
10189         * gst/playback/gstplaybin.c: (gen_video_element),
10190         (gen_audio_element):
10191           Switch to auto*sink elements as default sinks; add volume element
10192           so that volume control in totem works.
10193
10194 2005-07-21  Wim Taymans  <wim@fluendo.com>
10195
10196         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
10197         * gst/playback/gstplaybin.c: (setup_sinks),
10198         (gst_play_bin_change_state):
10199         Refcount fix and more comments.
10200
10201 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10202
10203         * sys/ximage/Makefile.am:
10204         * sys/ximage/ximage.c: (plugin_init):
10205         * sys/ximage/ximagesink.c:
10206         Prepare for adding ximagesrc, rename of plugin to ximage etc.
10207         
10208
10209 2005-07-21  Wim Taymans  <wim@fluendo.com>
10210
10211         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
10212         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10213         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
10214         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10215         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
10216         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
10217         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
10218         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
10219         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10220         Generate correct disconts for live chained oggs.
10221
10222         * gst-libs/gst/audio/gstbaseaudiosink.c:
10223         (gst_base_audio_sink_render),
10224         (gst_base_audio_sink_create_ringbuffer),
10225         (gst_base_audio_sink_change_state):
10226         Handle discont math correctly.
10227
10228         * gst/playback/gstplaybin.c: (add_sink):
10229         Some small debug cleanup.
10230
10231 2005-07-21  Wim Taymans  <wim@fluendo.com>
10232
10233         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
10234         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10235         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
10236         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10237         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
10238         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
10239         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10240         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
10241         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
10242         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10243         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
10244         (gst_ogg_demux_change_state), (gst_ogg_print):
10245         Reorganize code to send the right disconts when in streaming
10246         mode.
10247
10248 2005-07-20  Andy Wingo  <wingo@pobox.com>
10249
10250         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
10251         fix (?), fixes a seggie mcfalterson (#310894).
10252
10253 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10254
10255         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
10256         (gst_ogg_mux_set_header_on_caps):
10257         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
10258         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
10259         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
10260         * gst-libs/gst/audio/multichannel.c:
10261         (gst_audio_set_channel_positions),
10262         (gst_audio_set_structure_channel_positions_list):
10263         * gst/playback/gstdecodebin.c: (dynamic_create):
10264         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
10265         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
10266           Fixes for API changes in core.
10267
10268 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10269
10270         * gst/playback/gstplaybasebin.c: (fill_buffer):
10271           Use _new_custom() so we can set custom message types for buffering
10272           messages.
10273
10274 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10275
10276         * configure.ac:
10277         * gst-libs/gst/Makefile.am:
10278         * gst-libs/gst/gconf/.cvsignore:
10279         * gst-libs/gst/gconf/Makefile.am:
10280         * gst-libs/gst/gconf/test-gconf.c:
10281         * pkgconfig/Makefile.am:
10282         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
10283         * pkgconfig/gstreamer-gconf.pc.in:
10284           Remove gconf stuff, use gconf elements instead from now on.
10285
10286 2005-07-20  Wim Taymans  <wim@fluendo.com>
10287
10288         * gst-libs/gst/audio/TODO:
10289         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10290         (gst_audio_clock_get_internal_time):
10291         * gst-libs/gst/audio/gstaudioclock.h:
10292         * gst-libs/gst/audio/gstbaseaudiosink.c:
10293         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
10294         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
10295         (gst_base_audio_sink_render),
10296         (gst_base_audio_sink_create_ringbuffer),
10297         (gst_base_audio_sink_change_state):
10298         Make sure the audio clock always returns an increasing value.
10299
10300 2005-07-19  Andy Wingo  <wingo@pobox.com>
10301
10302         * gst/videotestsrc/: Cleanups.
10303
10304 2005-07-19  Wim Taymans  <wim@fluendo.com>
10305
10306         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
10307         Better debugging.
10308
10309 2005-07-19  Wim Taymans  <wim@fluendo.com>
10310
10311         * examples/seeking/seek.c: (make_dv_pipeline),
10312         (make_vorbis_theora_pipeline), (query_rates),
10313         (query_positions_elems), (query_positions_pads), (do_seek):
10314         Make correct DV pipeline.
10315
10316 2005-07-18  Andy Wingo  <wingo@pobox.com>
10317
10318         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
10319         default. Also because it's the only thing that really works. (This
10320         is used in the GConf elements).
10321         Use AS_LIBTOOL_TAGS.
10322
10323 2005-07-18  Wim Taymans  <wim@fluendo.com>
10324
10325         * gst/playback/gstdecodebin.c: (remove_element_chain):
10326         * gst/playback/gstplaybin.c: (add_sink):
10327         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
10328         (gst_stream_info_set_mute):
10329         * gst/playback/gststreamselector.c:
10330         (gst_stream_selector_get_linked_pad),
10331         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
10332         More leak and compile fixes.
10333
10334 2005-07-18  Wim Taymans  <wim@fluendo.com>
10335
10336         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
10337         (query_rates), (query_positions_elems), (query_positions_pads),
10338         (do_seek), (seek_cb), (stop_seek):
10339         Updated seek example. 
10340
10341         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
10342         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
10343         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
10344         * gst/playback/gstplaybin.c: (add_sink):
10345         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
10346         (gst_stream_info_set_mute):
10347         Some refcount leak fixes.
10348
10349 2005-07-16  Wim Taymans  <wim@fluendo.com>
10350
10351         * gst-libs/gst/audio/gstbaseaudiosink.c:
10352         (gst_base_audio_sink_render):
10353         Align samples even if we have roundoff errors in the 
10354         timestamp conversion.
10355
10356 2005-07-16  Wim Taymans  <wim@fluendo.com>
10357
10358         * docs/libs/tmpl/gstringbuffer.sgml:
10359         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
10360         (query_rates), (query_positions_elems), (query_positions_pads),
10361         (update_scale), (do_seek):
10362         Updated seek example.
10363
10364         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
10365         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
10366         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
10367         (gst_ogg_demux_loop):
10368         Push out correct discont values.
10369
10370         * ext/theora/theoradec.c: (theora_dec_src_convert),
10371         (theora_dec_sink_convert), (theora_dec_src_getcaps),
10372         (theora_dec_sink_event), (theora_handle_type_packet),
10373         (theora_handle_header_packet), (theora_dec_push),
10374         (theora_handle_data_packet), (theora_dec_chain),
10375         (theora_dec_change_state):
10376         Better timestamping.
10377
10378         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10379         (vorbis_dec_sink_event), (vorbis_dec_push),
10380         (vorbis_handle_data_packet), (vorbis_dec_chain):
10381         * ext/vorbis/vorbisdec.h:
10382         Better timestamping.
10383
10384         * gst-libs/gst/audio/gstbaseaudiosink.c:
10385         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
10386         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
10387         Handle syncing on timestamps instead of sample offsets. Make
10388         use of DISCONT values as described in design docs.
10389
10390         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10391         (gst_base_audio_src_get_time):
10392         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
10393         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
10394         (gst_ring_buffer_read):
10395         * gst-libs/gst/audio/gstringbuffer.h:
10396         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
10397         (gst_ximagesink_show_frame):
10398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
10399         Correcly convert buffer timestamp to stream time.
10400
10401 2005-07-16  Wim Taymans  <wim@fluendo.com>
10402
10403         * gst/audioconvert/gstaudioconvert.c:
10404         (gst_audio_convert_get_buffer):
10405         Timestamp buffers correctly.
10406
10407         * gst/playback/gstplaybin.c: (gen_video_element):
10408         Make internal fakesink silent.
10409
10410 2005-07-15  Wim Taymans  <wim@fluendo.com>
10411
10412         * gst/ffmpegcolorspace/Makefile.am:
10413         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10414         (gst_ffmpegcsp_caps_remove_format_info),
10415         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10416         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
10417         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
10418         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
10419         Ported ffmpegcolorspace to basetransform.
10420
10421         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
10422         * gst/volume/gstvolume.c: (volume_transform):
10423         Ported to new API.
10424
10425 2005-07-14  Wim Taymans  <wim@fluendo.com>
10426
10427         * gst/videotestsrc/Makefile.am:
10428         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
10429         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
10430         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
10431         (gst_videotestsrc_init), (gst_videotestsrc_event),
10432         (gst_videotestsrc_create), (gst_videotestsrc_start),
10433         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
10434         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
10435         (gst_videotestsrc_get_property):
10436         * gst/videotestsrc/gstvideotestsrc.h:
10437         Make videotestsrc a pushsrc.
10438
10439 2005-07-14  Wim Taymans  <wim@fluendo.com>
10440
10441         * gst/tcp/gstfdset.c: (gst_fdset_free):
10442         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
10443         (gst_multifdsink_add), (gst_multifdsink_remove),
10444         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
10445         (gst_multifdsink_remove_client_link),
10446         (gst_multifdsink_client_queue_data),
10447         (gst_multifdsink_client_queue_caps),
10448         (gst_multifdsink_client_queue_buffer),
10449         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
10450         (gst_multifdsink_stop):
10451         * gst/tcp/gstmultifdsink.h:
10452         0.8 backporting.
10453
10454         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
10455         Also draw image when not from a pool.
10456
10457 2005-07-14  Wim Taymans  <wim@fluendo.com>
10458
10459         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
10460         (mute_stream), (silence_stream):
10461         Small debug additions.
10462
10463 2005-07-14  Wim Taymans  <wim@fluendo.com>
10464
10465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
10466         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10467         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
10468         Better error recovery, ignore unconnected pads and
10469         non-fatal errors.
10470
10471 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10472
10473         * docs/libs/tmpl/gstaudio.sgml:
10474         * docs/libs/tmpl/gstcolorbalance.sgml:
10475         * docs/libs/tmpl/gstgconf.sgml:
10476         * docs/libs/tmpl/gstmixer.sgml:
10477         * docs/libs/tmpl/gstringbuffer.sgml:
10478         * docs/libs/tmpl/gsttuner.sgml:
10479         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10480         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
10481         (gst_tcpclientsrc_class_init):
10482         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
10483         (gst_tcpserversrc_class_init):
10484         * sys/v4l/gstv4lelement.c:
10485           more autistic cleanliness in functions/names/defines
10486
10487 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10488
10489         * configure.ac:
10490           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
10491           added manually to each Makefile.am so we are sure it goes
10492           *last* and doesn't add -L flags before linking in libs of our
10493           own, like, say, internal .la libs, that then accidentally pick
10494           up the installed copy.
10495         * docs/libs/Makefile.am:
10496         * ext/alsa/Makefile.am:
10497         * ext/cdparanoia/Makefile.am:
10498         * ext/gnomevfs/Makefile.am:
10499         * ext/libvisual/Makefile.am:
10500         * ext/ogg/Makefile.am:
10501         * ext/theora/Makefile.am:
10502         * ext/vorbis/Makefile.am:
10503         * gst-libs/gst/video/Makefile.am:
10504         * gst/adder/Makefile.am:
10505         * gst/audioconvert/Makefile.am:
10506         * gst/audiorate/Makefile.am:
10507         * gst/audioscale/Makefile.am:
10508         * gst/ffmpegcolorspace/Makefile.am:
10509         * gst/playback/Makefile.am:
10510         * gst/sine/Makefile.am:
10511         * gst/subparse/Makefile.am:
10512         * gst/tags/Makefile.am:
10513         * gst/tcp/Makefile.am:
10514         * gst/typefind/Makefile.am:
10515         * gst/videorate/Makefile.am:
10516         * gst/videoscale/Makefile.am:
10517         * gst/videotestsrc/Makefile.am:
10518         * gst/volume/Makefile.am:
10519         * sys/v4l/Makefile.am:
10520         * sys/ximage/Makefile.am:
10521         * sys/xvimage/Makefile.am:
10522           adapt properly to this change. This should make sure that
10523           plugins and libs properly link to the as-yet-uninstalled
10524           copies of stuff like libgstinterfaces and libgstvideo
10525
10526 2005-07-13  Andy Wingo  <wingo@pobox.com>
10527
10528         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
10529         (gst_v4lsrc_fixate): Fixate on format as well.
10530
10531         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
10532         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
10533         buffer points to it.
10534         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
10535         rather just doing X calls ourselves. Also fixes a memleak.
10536
10537 2005-07-12  Andy Wingo  <wingo@pobox.com>
10538
10539         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
10540         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
10541         (gst_v4lsrc_create): Re-add the copy-mode property, default to
10542         TRUE to avoid deadlocks if an element holds on to our buffers.
10543
10544 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10545
10546         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10547         (gst_sinesrc_init), (gst_sinesrc_create),
10548         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
10549         (gst_sinesrc_start):
10550         * gst/sine/gstsinesrc.h:
10551           removing num-buffers property before moving it
10552
10553 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10554
10555         * configure.ac:
10556           use overridable ERROR_CFLAGS
10557         * docs/libs/gst-plugins-base-libs.types:
10558         * docs/libs/tmpl/gstringbuffer.sgml:
10559         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
10560         (gst_alsasink_class_init):
10561         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
10562         (gst_alsasrc_class_init):
10563         * gst-libs/gst/audio/audio.h:
10564         * gst-libs/gst/audio/gstaudioclock.h:
10565         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10566         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
10567         (gst_audio_filter_link), (gst_audio_filter_init),
10568         (gst_audio_filter_chain), (gst_audio_filter_set_property),
10569         (gst_audio_filter_get_property),
10570         (gst_audio_filter_class_add_pad_templates):
10571         * gst-libs/gst/audio/gstaudiofilter.h:
10572         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10573         (gst_audio_filter_template_get_type),
10574         (gst_audio_filter_template_base_init),
10575         (gst_audio_filter_template_class_init),
10576         (gst_audio_filter_template_init),
10577         (gst_audio_filter_template_set_property),
10578         (gst_audio_filter_template_get_property), (plugin_init),
10579         (gst_audio_filter_template_setup),
10580         (gst_audio_filter_template_filter),
10581         (gst_audio_filter_template_filter_inplace):
10582         * gst-libs/gst/audio/gstaudiosink.c:
10583         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10584         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
10585         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
10586         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
10587         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
10588         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
10589         * gst-libs/gst/audio/gstaudiosink.h:
10590         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
10591         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
10592         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10593         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
10594         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
10595         (gst_audio_src_class_init), (gst_audio_src_init),
10596         (gst_audio_src_create_ringbuffer):
10597         * gst-libs/gst/audio/gstaudiosrc.h:
10598         * gst-libs/gst/audio/gstbaseaudiosink.c:
10599         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
10600         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
10601         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
10602         (gst_base_audio_sink_set_property),
10603         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
10604         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
10605         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
10606         (gst_base_audio_sink_create_ringbuffer),
10607         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
10608         * gst-libs/gst/audio/gstbaseaudiosink.h:
10609         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10610         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
10611         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
10612         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
10613         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
10614         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
10615         (gst_base_audio_src_event), (gst_base_audio_src_create),
10616         (gst_base_audio_src_create_ringbuffer),
10617         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
10618         * gst-libs/gst/audio/gstbaseaudiosrc.h:
10619         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10620         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
10621         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
10622         (gst_ring_buffer_debug_spec_caps),
10623         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
10624         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
10625         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
10626         (gst_ring_buffer_start), (gst_ring_buffer_pause),
10627         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
10628         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10629         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
10630         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
10631         (gst_ring_buffer_clear):
10632         * gst-libs/gst/audio/gstringbuffer.h:
10633         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
10634         (gst_video_sink_class_init), (gst_video_sink_get_type):
10635         * gst-libs/gst/video/videosink.h:
10636         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
10637         (gst_multifdsink_class_init),
10638         (gst_multifdsink_handle_client_write),
10639         (gst_multifdsink_change_state):
10640         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
10641         (gst_tcpclientsink_setcaps):
10642         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10643         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
10644         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
10645         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
10646         (gst_ximagesink_send_pending_navigation),
10647         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
10648         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
10649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
10650         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10651         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
10652         (gst_xvimagesink_send_pending_navigation),
10653         (gst_xvimagesink_navigation_send_event),
10654         (gst_xvimagesink_set_xwindow_id),
10655         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
10656         (gst_xvimagesink_get_type):
10657         more macro splitting
10658
10659 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10660
10661         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
10662           plug a memleak, allows me to import 1479 albums in one go
10663           in jamboree
10664         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10665         (vorbis_handle_type_packet), (vorbis_dec_chain),
10666         (vorbis_dec_change_state):
10667           fix some format strings
10668
10669 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10670
10671         * docs/libs/tmpl/gstcolorbalance.sgml:
10672         * docs/libs/tmpl/gstmixer.sgml:
10673         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10674         (gst_alsasink_set_property), (gst_alsasink_get_property):
10675         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
10676         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
10677           add device property
10678
10679 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10680
10681         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10682         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10683         (audiocast_register_listener), (audiocast_thread_run),
10684         (gst_gnomevfssrc_send_additional_headers_callback),
10685         (gst_gnomevfssrc_received_headers_callback),
10686         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
10687         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
10688         (gst_gnomevfssrc_get_size):
10689           add/clean up debugging
10690         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10691           cleanups
10692
10693 2005-07-07  Andy Wingo  <wingo@pobox.com>
10694
10695         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
10696         framerate. Need to get a handle on when exactly this function is
10697         called, tho.
10698
10699         * sys/v4l/v4lsrc_calls.h:
10700         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
10701         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
10702         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
10703
10704         * sys/v4l/v4l_calls.h: Cast to V4lElement.
10705         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
10706         v4lelements are sources.
10707
10708         * sys/v4l/gstv4lxoverlay.h:
10709         * sys/v4l/gstv4lxoverlay.c:
10710         * sys/v4l/gstv4ltuner.h:
10711         * sys/v4l/gstv4ltuner.c: Header loc fixen.
10712         
10713         * sys/v4l/gstv4lsrc.h:
10714         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
10715         PushSrc/BaseSrc. Removed most sync-related properties, videorate
10716         or something should handle that. Made a live source.
10717
10718         * sys/v4l/gstv4lelement.h:
10719         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
10720         signals. Some cleanups.
10721
10722         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
10723
10724         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
10725         stuff.
10726
10727         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
10728         stuff.
10729
10730         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
10731
10732 2005-07-07  Wim Taymans  <wim@fluendo.com>
10733
10734         * ext/theora/theoradec.c: (theora_get_query_types),
10735         (theora_dec_src_getcaps), (theora_dec_push):
10736         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
10737         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
10738         Remove deprecated/unused query types.
10739
10740 2005-07-06  Wim Taymans  <wim@fluendo.com>
10741
10742         * ext/alsa/Makefile.am:
10743         * ext/alsa/gstalsaplugin.c: (plugin_init):
10744         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10745         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
10746         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
10747         (gst_alsasrc_class_init), (gst_alsasrc_init),
10748         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
10749         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
10750         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
10751         (gst_alsasrc_reset):
10752         * ext/alsa/gstalsasrc.h:
10753         * gst-libs/gst/audio/Makefile.am:
10754         * gst-libs/gst/audio/gstaudiosink.c:
10755         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10756         (gst_audioringbuffer_start):
10757         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
10758         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
10759         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
10760         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
10761         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
10762         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
10763         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
10764         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
10765         * gst-libs/gst/audio/gstaudiosrc.h:
10766         * gst-libs/gst/audio/gstbaseaudiosink.c:
10767         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
10768         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
10769         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
10770         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10771         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
10772         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
10773         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
10774         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
10775         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
10776         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
10777         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
10778         (gst_baseaudiosrc_change_state):
10779         * gst-libs/gst/audio/gstbaseaudiosrc.h:
10780         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
10781         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
10782         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
10783         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10784         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
10785         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
10786         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
10787         * gst-libs/gst/audio/gstringbuffer.h:
10788         Added audiosource base classes.
10789         Ported alsasrc, still very basic.
10790
10791 2005-07-06  Wim Taymans  <wim@fluendo.com>
10792
10793         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
10794         (theora_dec_push), (theora_handle_data_packet):
10795         Prepare for better timestamp fix later.
10796
10797         * gst/audioconvert/gstaudioconvert.c:
10798         List most accurate caps first
10799
10800         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
10801         Use proper pad task function.
10802
10803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10804         (gst_xvimagesink_show_frame):
10805         Fix deadlock when alloc failed.
10806
10807 2005-07-05  Andy Wingo  <wingo@pobox.com>
10808
10809         * ext/gnomevfs/gstgnomevfssrc.c:
10810         * gst/sine/gstsinesrc.c:
10811         * gst/tcp/gsttcpserversrc.c:
10812         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
10813
10814         * sys/v4l/: Port from 0.8.
10815
10816         * Many files: Null if we got it....
10817
10818 2005-07-05  Andy Wingo  <wingo@pobox.com>
10819
10820         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
10821         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
10822         Signedness fixes.
10823
10824 2005-07-05  Wim Taymans  <wim@fluendo.com>
10825
10826         * configure.ac:
10827         * gst/tcp/Makefile.am:
10828         * gst/tcp/README:
10829         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
10830         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
10831         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
10832         (is_sync_frame), (gst_multifdsink_handle_client_write),
10833         (gst_multifdsink_render), (gst_multifdsink_start),
10834         (gst_multifdsink_stop), (gst_multifdsink_change_state):
10835         * gst/tcp/gstmultifdsink.h:
10836         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
10837         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
10838         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
10839         * gst/tcp/gsttcp.h:
10840         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
10841         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
10842         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
10843         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
10844         * gst/tcp/gsttcpclientsink.h:
10845         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
10846         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
10847         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
10848         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
10849         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
10850         * gst/tcp/gsttcpclientsrc.h:
10851         * gst/tcp/gsttcpplugin.c: (plugin_init):
10852         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
10853         * gst/tcp/gsttcpserversink.h:
10854         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
10855         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
10856         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
10857         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
10858         (gst_tcpserversrc_stop):
10859         * gst/tcp/gsttcpserversrc.h:
10860         * gst/tcp/gsttcpsink.c:
10861         * gst/tcp/gsttcpsink.h:
10862         * gst/tcp/gsttcpsrc.c:
10863         * gst/tcp/gsttcpsrc.h:
10864         Ported tcp plugins to 0.9. 
10865         
10866
10867 2005-07-05  Andy Wingo  <wingo@pobox.com>
10868
10869         * gst/playback/gstplaybasebin.c (fill_buffer):
10870         message_new_application fixen.
10871
10872         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
10873         Style fix.
10874
10875 2005-07-04  Wim Taymans  <wim@fluendo.com>
10876
10877         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
10878         Set caps on output buffer.
10879
10880 2005-07-04  Andy Wingo  <wingo@pobox.com>
10881
10882         * ext/gnomevfs/gstgnomevfssrc.c
10883         (gst_gnomevfssrc_received_headers_callback) 
10884         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
10885         hopefully.
10886
10887         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
10888         No refcount leakage.
10889
10890         * configure.ac: Enable -Werror.
10891         
10892         * ext/theora/theoradec.c (theora_dec_src_getcaps):
10893         * gst/audioconvert/bufferframesconvert.c
10894         (buffer_frames_convert_fixate):
10895         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
10896         (gst_audio_convert_fixate):
10897         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
10898         (gst_sinesrc_create): Fixate func changes.
10899         
10900         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10901         (gst_ximagesink_buffer_alloc): Unused var.
10902
10903 2005-07-01  Andy Wingo  <wingo@pobox.com>
10904
10905         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
10906         getcaps to do explicit caps. Needs to be done in all decoders,
10907         possibly via a base class.
10908
10909         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
10910
10911         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
10912         caps on the sink pad, just rely on the pad template. Also, setting
10913         ANY caps on a pad is not valid because the caps are not fixed.
10914
10915         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
10916         caps on the buffer, and get the width from the desired_caps if
10917         they're set.
10918         (gst_ximagesink_renegotiate_size): Implement via setting the
10919         desired_caps on the ximagesink.
10920         (gst_ximagesink_setcaps): Only reset the width of the player if it
10921         wasn't already set. Not sure if this is right.
10922         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
10923
10924         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
10925         that the user wants. NULL unless the window has been resized.
10926
10927         * gst/volume/gstvolume.c (volume_transform): Adapt to
10928         basetransform refcount changes.
10929         
10930 2005-07-01  Andy Wingo  <wingo@pobox.com>
10931
10932         * gst/videoscale/gstvideoscale.c:
10933         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
10934         from BaseTransform, implements a transform_caps. Removed dead code
10935         including some PAR stuff that was never reached -- should probably
10936         be added back somehow.
10937
10938 2005-07-01  Andy Wingo  <wingo@pobox.com>
10939
10940         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
10941         come later.
10942
10943 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10944
10945         * configure.ac:
10946         * docs/libs/Makefile.am:
10947         * docs/libs/gst-plugins-libs.types:
10948         * ext/alsa/Makefile.am:
10949         * ext/alsa/gstalsamixer.h:
10950         * ext/alsa/gstalsamixeroptions.h:
10951         * ext/alsa/gstalsamixertrack.h:
10952         * gst-libs/gst/Makefile.am:
10953         * gst-libs/gst/colorbalance/.cvsignore:
10954         * gst-libs/gst/colorbalance/Makefile.am:
10955         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
10956         * gst-libs/gst/colorbalance/colorbalance.c:
10957         * gst-libs/gst/colorbalance/colorbalance.h:
10958         * gst-libs/gst/colorbalance/colorbalance.vcproj:
10959         * gst-libs/gst/colorbalance/colorbalancechannel.c:
10960         * gst-libs/gst/colorbalance/colorbalancechannel.h:
10961         * gst-libs/gst/interfaces/Makefile.am:
10962         * gst-libs/gst/interfaces/colorbalance.c:
10963         (gst_color_balance_class_init):
10964         * gst-libs/gst/interfaces/colorbalance.h:
10965         * gst-libs/gst/interfaces/interfaces-marshal.list:
10966         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
10967         * gst-libs/gst/interfaces/mixer.h:
10968         * gst-libs/gst/interfaces/mixeroptions.h:
10969         * gst-libs/gst/interfaces/navigation.c:
10970         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
10971         * gst-libs/gst/interfaces/tuner.h:
10972         * gst/volume/Makefile.am:
10973         * gst/volume/gstvolume.c:
10974         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
10975         * sys/ximage/Makefile.am:
10976         * sys/ximage/ximagesink.c:
10977         * sys/xvimage/Makefile.am:
10978         * sys/xvimage/xvimagesink.c:
10979           fold in all interfaces into an interfaces dir, preserving CVS
10980           history
10981
10982 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10983
10984         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10985           Fix build after riff changes.
10986
10987 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10988
10989         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10990         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
10991         (gst_riff_create_video_template_caps),
10992         (gst_riff_create_audio_template_caps),
10993         (gst_riff_create_iavs_template_caps):
10994         * gst-libs/gst/riff/riff-media.h:
10995         * gst-libs/gst/riff/riff-read.h:
10996         * gst-libs/gst/riff/riff.c: (gst_riff_init):
10997           Add gst_riff_init() to initialize the debug category, instead
10998           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
10999
11000 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11001
11002         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
11003           Oops, I shouldn't apply hacks.
11004
11005 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11006
11007         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
11008           Remove pad_loop function which doesn't work.
11009
11010 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11011
11012         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
11013           Send EOS when deactivating.
11014         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11015         (check_queue), (queue_threshold_reached), (queue_out_of_data),
11016         (gen_preroll_element), (probe_triggered), (mute_stream),
11017         (silence_stream), (new_decoded_pad), (setup_substreams),
11018         (set_active_source):
11019         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
11020         (remove_sinks), (add_sink):
11021         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
11022           Change for new probe API.
11023
11024 2005-06-29  Wim Taymans  <wim@fluendo.com>
11025
11026         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
11027         * gst-libs/gst/audio/gstbaseaudiosink.c:
11028         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
11029         (gst_baseaudiosink_change_state):
11030         * gst-libs/gst/audio/gstbaseaudiosink.h:
11031         * gst-libs/gst/audio/gstringbuffer.c:
11032         (gst_ringbuffer_set_callback):
11033         Fix compilation error.
11034         Ringbuffer starts out as not running.
11035         Free our clock in dispose.
11036         When releasing the ringbuffer we need to renegotiate so
11037         clear the pad caps.
11038
11039 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11040
11041         * autogen.sh:
11042         * configure.ac:
11043         * docs/Makefile.am:
11044         * docs/libs/Makefile.am:
11045         * docs/libs/gst-plugins-libs-docs.sgml:
11046         * docs/libs/gst-plugins-libs-sections.txt:
11047         * docs/libs/gst-plugins-libs.types:
11048         * docs/libs/tmpl/gstaudio.sgml:
11049         * docs/libs/tmpl/gstcolorbalance.sgml:
11050         * docs/libs/tmpl/gstringbuffer.sgml:
11051         * gst-libs/gst/audio/gstringbuffer.c:
11052         (gst_ringbuffer_set_callback):
11053           reinstate gtk-doc docs for plugin libs
11054
11055 2005-06-28  Wim Taymans  <wim@fluendo.com>
11056
11057         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11058         (gst_ogg_demux_init):
11059         Removed pad loop function.
11060
11061 2005-06-28  Wim Taymans  <wim@fluendo.com>
11062
11063         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
11064         If we're building a chain we are not in an error case
11065         when we queue a buffer.
11066
11067 2005-06-28  Andy Wingo  <wingo@pobox.com>
11068
11069         * *.c: Don't cast to GstObject before reffing/unreffing.
11070
11071 2005-06-27  Andy Wingo  <wingo@pobox.com>
11072
11073         * gst/videotestsrc/gstvideotestsrc.c
11074         (gst_videotestsrc_activate_push): Activation API changes.
11075
11076         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
11077         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
11078         they have refs on the decodebin.
11079
11080         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
11081         parent class.
11082         (gst_ogg_pad_typefind): Don't leak a pad ref.
11083         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
11084         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
11085         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
11086
11087 2005-06-27  Edward Hervey  <edward@fluendo.com>
11088
11089         * ext/theora/theoradec.c: (theora_dec_change_state): 
11090         re-arranged call to parent's state change in order to avoid locks (or
11091         worse).
11092
11093 2005-06-26  Edward Hervey  <edward@fluendo.com>
11094
11095         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
11096         2nd argument of 'unknow-type' signal is a GstCaps and not a
11097         GstMiniObject
11098
11099 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
11100         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
11101           Set the worker thread's running flag to TRUE before starting the
11102           thread.
11103         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11104           Catch a failure to add typefind to the bin.
11105
11106 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11107
11108         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11109         (gst_sinesrc_init), (gst_sinesrc_create),
11110         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
11111         (gst_sinesrc_start):
11112         * gst/sine/gstsinesrc.h:
11113           add num-buffers and timestamp-offset properties
11114         * gst/videotestsrc/gstvideotestsrc.c:
11115         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
11116         (gst_videotestsrc_get_property):
11117           add timestamp-offset property
11118
11119 2005-06-23  Christian Schaller  <uraeus@gnome.org>
11120
11121         * configure.ac: add videorate
11122         * gst-plugins-base.spec.in: add videorate
11123
11124 2005-06-23  Wim Taymans  <wim@fluendo.com>
11125
11126         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
11127         (gst_videorate_getcaps), (gst_videorate_setcaps),
11128         (gst_videorate_event), (gst_videorate_chain):
11129         Fixed videorate, fixating an already fixated caps is not
11130         an error.
11131
11132 2005-06-23  Wim Taymans  <wim@fluendo.com>
11133
11134         * ext/ogg/README:
11135         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
11136         Buffer on caps is not boxed anymore.
11137
11138 2005-06-22  Wim Taymans  <wim@fluendo.com>
11139
11140         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
11141         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
11142         Set buffers on caps as miniobjects and not as boxed.
11143
11144 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11145
11146         * configure.ac:
11147           back to HEAD
11148
11149 === release 0.9.1 ===
11150
11151 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11152
11153         * .cvsignore:
11154         * NEWS:
11155         * README:
11156         * RELEASE:
11157         * configure.ac:
11158         * po/af.po:
11159         * po/az.po:
11160         * po/cs.po:
11161         * po/en_GB.po:
11162         * po/hu.po:
11163         * po/it.po:
11164         * po/nb.po:
11165         * po/nl.po:
11166         * po/or.po:
11167         * po/sq.po:
11168         * po/sr.po:
11169         * po/sv.po:
11170         * po/uk.po:
11171         * po/vi.po:
11172           updates for release
11173
11174 2005-06-09  Andy Wingo  <wingo@pobox.com>
11175
11176         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
11177         
11178 2005-06-09  Andy Wingo  <wingo@pobox.com>
11179
11180         * configure.ac:
11181         * gst-libs/gst/Makefile.am:
11182         * gst-libs/gst/net/Makefile.am:
11183         Add gstnet to build.
11184
11185 2005-06-09  Andy Wingo  <wingo@pobox.com>
11186
11187         * gst-libs/gst/gconf/gconf.c:
11188         * gst/playback/test.c:
11189         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
11190         fixes.
11191
11192         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
11193
11194         * ext/theora/theoraenc.c (theora_enc_chain): 
11195         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
11196
11197         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
11198         RealPad.
11199
11200 2005-06-02  Wim Taymans  <wim@fluendo.com>
11201
11202         * gst-libs/gst/net/Makefile.am:
11203         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
11204         * pkgconfig/gstreamer-libs.pc.in:
11205         Added net stuff, version net lib.
11206
11207 2005-06-02  Wim Taymans  <wim@fluendo.com>
11208
11209         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
11210         (query_rates), (query_positions_elems), (query_positions_pads),
11211         (do_seek):
11212         Updated seek example.
11213
11214 2005-06-02  Andy Wingo  <wingo@pobox.com>
11215
11216         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
11217         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
11218         list.
11219
11220         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
11221         remove the typefind, the bin dispose will do it for us. When it's
11222         removed and unreffed, the signal handler will be disconnected,
11223         too.
11224         (unlinked): It's too difficult to disconnect from unlinked
11225         handlers, as they are on pads not elements. Just punt if the pads
11226         aren't grandkids of the bin.
11227
11228 2005-06-02  Wim Taymans  <wim@fluendo.com>
11229
11230         * ext/ogg/README:
11231         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11232         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
11233         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
11234         * ext/theora/theoradec.c: (theora_dec_src_query),
11235         (theora_handle_data_packet):
11236         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11237         (theora_enc_chain):
11238         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11239         (vorbis_handle_data_packet):
11240         * gst/audioconvert/bufferframesconvert.c:
11241         (buffer_frames_convert_chain):
11242         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11243         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
11244         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
11245         (gst_ffmpegcsp_chain):
11246         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
11247         (gst_videorate_getcaps), (gst_videorate_setcaps),
11248         (gst_videorate_event), (gst_videorate_chain):
11249         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
11250         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
11251         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
11252         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
11253         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11254         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
11255         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
11256         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11257         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
11258         Cleanups and buffer alloc.
11259
11260 2005-05-31  Wim Taymans  <wim@fluendo.com>
11261
11262         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
11263         Don't try to call the delay method when the device is not
11264         opened.
11265
11266 2005-05-31  Wim Taymans  <wim@fluendo.com>
11267
11268         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
11269         Get actual segment size and buffer size after opening
11270         the device.
11271
11272 2005-05-30  Wim Taymans  <wim@fluendo.com>
11273
11274         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
11275         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
11276         Also FLUSH upstream, makes the loop function exit faster.
11277         
11278         * ext/theora/theoradec.c: (theora_dec_src_query):
11279         Some more debug info in the query.
11280         
11281         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
11282         (gst_ximagesink_setcaps):
11283         Release lock on par error, better error reporting.
11284
11285 2005-05-26  Wim Taymans  <wim@fluendo.com>
11286
11287         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11288         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
11289         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
11290         Clear chains in READY
11291         Queue packets until the chain is activated.
11292
11293 2005-05-25  Wim Taymans  <wim@fluendo.com>
11294
11295         * gst-libs/gst/audio/gstaudiosink.c:
11296         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
11297         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
11298         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
11299         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
11300         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
11301         (gst_audiosink_create_ringbuffer):
11302         * gst-libs/gst/audio/gstbaseaudiosink.c:
11303         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
11304         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
11305         (gst_baseaudiosink_set_property), (build_linear_format),
11306         (debug_spec_caps), (debug_spec_buffer),
11307         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
11308         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
11309         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
11310         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
11311         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
11312         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
11313         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
11314         (gst_ringbuffer_play), (gst_ringbuffer_pause),
11315         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
11316         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
11317         (wait_segment), (gst_ringbuffer_commit),
11318         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
11319         (gst_ringbuffer_clear):
11320         Various small cleanups.
11321
11322         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11323         (gst_audio_convert_change_state):
11324         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
11325         No need to take the locks anymore.
11326
11327 2005-05-25  Wim Taymans  <wim@fluendo.com>
11328
11329         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11330         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
11331         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
11332         (type_found):
11333         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
11334         (group_destroy), (group_commit), (queue_overrun),
11335         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
11336         (mute_stream), (new_decoded_pad), (setup_substreams),
11337         (setup_source), (mute_group_type), (set_active_source),
11338         (gst_play_base_bin_change_state):
11339         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11340         (gen_video_element), (gen_text_element), (gen_audio_element),
11341         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
11342         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
11343         (gst_stream_info_dispose), (gst_stream_info_set_mute):
11344         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
11345         Some playbin cleanups mostly refcounting sloppyness.
11346
11347 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11348
11349         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
11350           Work with streaming input.
11351
11352 2005-05-25  Wim Taymans  <wim@fluendo.com>
11353
11354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11355         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
11356         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
11357         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
11358         No need to take the STREAM lock anymore.
11359
11360 2005-05-25  Wim Taymans  <wim@fluendo.com>
11361
11362         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
11363         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
11364         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
11365         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
11366         (gst_ogg_demux_sink_activate):
11367         * ext/theora/theoradec.c: (theora_dec_src_event),
11368         (theora_handle_comment_packet), (theora_dec_chain),
11369         (theora_dec_change_state):
11370         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11371         (vorbis_handle_data_packet), (vorbis_dec_chain),
11372         (vorbis_dec_change_state):
11373         Remove STREAM locks as they are taken in core now.
11374         Never set bogus granulepos on vorbis/theora.
11375         Fix leaks in theoradec tag parsing.
11376
11377 2005-05-25  Wim Taymans  <wim@fluendo.com>
11378
11379         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
11380         Fix memleaks, GST_BUFFER_DATA() is not freed.
11381
11382 2005-05-25  Wim Taymans  <wim@fluendo.com>
11383
11384         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11385         Open non-blocking, set to blocking mode afterwards to avoid
11386         lockups when audio device is busy.
11387
11388 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11389
11390         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
11391           This can't be good.
11392
11393 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11394
11395         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
11396         (gst_audio_convert_chain), (gst_audio_convert_link_src),
11397         (gst_audio_convert_setcaps):
11398           Implement instant setup switching.
11399
11400 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11401
11402         * gst/playback/gstplaybasebin.c: (probe_triggered):
11403           Fix missing unlock.
11404         * gst/playback/gstplaybin.c: (add_sink):
11405           First add, then link (otherwise pad link fails).
11406
11407 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11408
11409         * examples/Makefile.am:
11410         fix buildbot (make distcheck)
11411
11412 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11413
11414         * gst/playback/gstplaybin.c: (gen_vis_element):
11415           Remove some wrong code. Doesn't work yet.
11416
11417 2005-05-19  Wim Taymans  <wim@fluendo.com>
11418
11419         * gst-libs/gst/net/Makefile.am:
11420         * gst-libs/gst/net/README:
11421         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
11422         (gst_netbuffer_class_init), (gst_netbuffer_init),
11423         (gst_netbuffer_finalize), (gst_netbuffer_copy),
11424         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
11425         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
11426         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
11427         * gst-libs/gst/net/gstnetbuffer.h:
11428         Added buffer subclass to store extra to/from addresses for
11429         network sources/sinks.
11430
11431 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11432
11433         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
11434           Don't lock an unassigned variable.
11435
11436 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11437
11438         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
11439           Increase buffer for video, decrease buffer for other media types.
11440         * gst/playback/gstplaybin.c: (gen_video_element),
11441         (gen_audio_element):
11442           Change names for debugging purposes.
11443
11444 2005-05-18  Wim Taymans  <wim@fluendo.com>
11445
11446         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11447         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
11448         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
11449         (gst_ffmpegcsp_chain):
11450         Enable buffer alloc passthrough if the source and dest
11451         formats are the same.
11452
11453 2005-05-17  Wim Taymans  <wim@fluendo.com>
11454
11455         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11456         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
11457         (gst_ogg_demux_chain_unlocked):
11458         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11459         (gst_audio_convert_caps_remove_format_info),
11460         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
11461         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
11462         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11463         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
11464         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
11465         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
11466         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
11467         (gst_ffmpegcsp_get_property):
11468         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11469         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
11470         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
11471         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
11472         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
11473         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
11474         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
11475         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
11476         Leak fixes in oggdemux.
11477         Some cleanups in audioconvert.
11478         Make passthrough work along with buffer_alloc etc.
11479         Make buffer_alloc and buffer recycling actually work in
11480         xvimagesink.
11481
11482 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11483
11484         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
11485           make the compiler happy
11486
11487 2005-05-17  Wim Taymans  <wim@fluendo.com>
11488
11489         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
11490         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11491         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
11492         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
11493         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11494         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
11495         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
11496         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
11497         (gst_xvimagesink_set_xwindow_id):
11498         * sys/xvimage/xvimagesink.h:
11499         Port xvimagesink to new MiniObject.
11500
11501 2005-05-17  Wim Taymans  <wim@fluendo.com>
11502
11503         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
11504         (gst_audiofilter_chain):
11505         * gst-libs/gst/audio/gstaudiosink.c:
11506         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
11507         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
11508         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
11509         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
11510         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
11511         (gst_audiosink_create_ringbuffer):
11512         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11513         (gst_audio_convert_caps_remove_format_info),
11514         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
11515         (gst_audio_convert_fixate), (gst_audio_convert_channels):
11516         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11517         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
11518         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
11519         Fix passthrough in ffmpegcolorspace.
11520         Fix memset in audiosink on wrong memory.
11521
11522 2005-05-16  David Schleef  <ds@schleef.org>
11523
11524         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
11525         to GstMiniObject.
11526
11527 2005-05-16  David Schleef  <ds@schleef.org>
11528
11529         Port from GstData to GstMiniObject.
11530         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
11531         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
11532         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
11533         (gst_ogg_mux_collected):
11534         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11535         * ext/theora/theoradec.c: (theora_handle_comment_packet),
11536         (theora_handle_data_packet):
11537         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11538         (theora_set_header_on_caps), (theora_enc_chain):
11539         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11540         (vorbis_handle_comment_packet):
11541         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
11542         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
11543         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
11544         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
11545         * gst/audioconvert/gstaudioconvert.c:
11546         (gst_audio_convert_get_buffer):
11547         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
11548         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
11549         (mute_stream), (silence_stream):
11550         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
11551         * gst/volume/gstvolume.c: (volume_transform):
11552         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11553         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
11554         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
11555         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
11556         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
11557         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
11558         (gst_ximagesink_buffer_alloc):
11559         * sys/ximage/ximagesink.h:
11560
11561 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11562
11563         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11564         (fill_buffer), (check_queue), (queue_threshold_reached),
11565         (queue_out_of_data):
11566         * gst/playback/gstplaybasebin.h:
11567           Post buffer-fullness on the bus.
11568
11569 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11570
11571         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11572         (try_to_link_1):
11573         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11574         (group_commit), (probe_triggered), (setup_source),
11575         (gst_play_base_bin_change_state):
11576         * gst/playback/gstplaybasebin.h:
11577         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11578         (gst_play_bin_init), (remove_sinks), (setup_sinks),
11579         (gst_play_bin_change_state):
11580           Move setup_output_pads into a virtual function, remove
11581           group-switch (no longer needed) and redirect (handled by bus
11582           now) signals.
11583
11584 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11585
11586         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
11587         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
11588         (get_active_group), (get_building_group), (group_destroy),
11589         (group_commit), (check_queue), (queue_overrun),
11590         (queue_threshold_reached), (queue_out_of_data),
11591         (gen_preroll_element), (remove_groups), (unknown_type),
11592         (add_element_stream), (no_more_pads), (probe_triggered),
11593         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
11594         (setup_substreams), (setup_source), (finish_source),
11595         (prepare_output), (muted_group_change_state),
11596         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
11597         (gst_play_base_bin_change_state):
11598         * gst/playback/gstplaybasebin.h:
11599         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11600         (gst_play_bin_init), (gst_play_bin_set_property),
11601         (gen_video_element), (gen_text_element), (gen_audio_element),
11602         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
11603         (gst_play_bin_change_state):
11604         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11605         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
11606         (stream_info_change_state), (gst_stream_info_set_mute),
11607         (gst_stream_info_get_property):
11608         * gst/playback/gststreaminfo.h:
11609         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
11610         (gst_stream_selector_get_linked_pad),
11611         (gst_stream_selector_getcaps),
11612         (gst_stream_selector_get_linked_pads),
11613         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
11614         * gst/playback/gststreamselector.h:
11615           Rough port of playbin. Needs some more work, but is mostly done,
11616           and uses a few locks in important places, which should make stuff
11617           like chain-switches clean. Still uses GST_STATE() in a few places,
11618           which isn't all that good an idea, subtitles/elements disabled
11619           because no elements to test with and thus probably broken, query
11620           and event handling moved to GstBin, internal thread removed
11621           alltogether because the pipeline does that for us now. Can play
11622           Ogg/Vorbis files. Haven't tested anything else yet.
11623
11624 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11625
11626         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
11627           Do no-more-pads (needed for autoplugging).
11628
11629 2005-05-10  Andy Wingo  <wingo@pobox.com>
11630
11631         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
11632         message to the bus with the tags. Still not sent downstream tho.
11633
11634         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
11635         get_parent.
11636         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
11637         avoid refcounting hassles.
11638
11639 2005-05-09  Andy Wingo  <wingo@pobox.com>
11640
11641         * gst/volume/Makefile.am:
11642         * gst/volume/demo.c
11643         * gst/volume/gstvolume.h
11644         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
11645         basetransform. Probably need an audio filter base class.
11646
11647 2005-05-09  Wim Taymans  <wim@fluendo.com>
11648
11649         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
11650         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
11651         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
11652         (gst_vorbisenc_chain):
11653         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11654         (gst_audio_convert_caps_remove_format_info),
11655         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
11656         (gst_audio_convert_fixate), (gst_audio_convert_channels):
11657         Make caps writable before writing to it.
11658         Fix negotiation in audioconvert some more.
11659
11660 2005-05-09  Wim Taymans  <wim@fluendo.com>
11661
11662         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
11663         (gst_videorate_getcaps), (gst_videorate_setcaps),
11664         (gst_videorate_event), (gst_videorate_chain):
11665         Better negotiation.
11666
11667 2005-05-09  Wim Taymans  <wim@fluendo.com>
11668
11669         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
11670         (gst_videorate_getcaps), (gst_videorate_setcaps),
11671         (gst_videorate_blank_data), (gst_videorate_init),
11672         (gst_videorate_event), (gst_videorate_chain),
11673         (gst_videorate_change_state):
11674         Port videorate, do a better job at negotiation while we're at
11675         it.
11676
11677 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
11678
11679         * configure.ac:
11680           Disable libvisual
11681
11682         * examples/Makefile.am:
11683         * gst-libs/gst/audio/Makefile.am:
11684         * gst-libs/gst/riff/Makefile.am:
11685         * gst-libs/gst/tag/Makefile.am:
11686         * gst-libs/gst/video/Makefile.am:
11687           Fixups for missing variables.
11688
11689 2005-05-09  Wim Taymans  <wim@fluendo.com>
11690
11691         * examples/seeking/seek.c: (make_theora_pipeline),
11692         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
11693         (query_rates), (query_positions_elems), (query_positions_pads),
11694         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
11695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11696         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
11697         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
11698         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
11699         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
11700         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11701         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11702         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
11703         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11704         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11705         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11706         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11707         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
11708         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
11709         (theora_dec_src_convert), (theora_dec_sink_convert),
11710         (theora_dec_src_query), (theora_dec_sink_query),
11711         (theora_dec_src_event), (theora_dec_sink_event),
11712         (theora_handle_comment_packet), (theora_handle_type_packet),
11713         (theora_handle_header_packet), (theora_handle_data_packet),
11714         (theora_dec_chain):
11715         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
11716         (vorbis_dec_convert), (vorbis_dec_src_query),
11717         (vorbis_dec_sink_query), (vorbis_dec_src_event),
11718         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
11719         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
11720         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
11721         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
11722         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
11723         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
11724         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11725         (gst_play_bin_query):
11726         * gst/playback/test3.c: (update_scale):
11727         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
11728         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
11729         * gst/subparse/gstsubparse.c: (gst_subparse_init):
11730         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
11731         (gst_videotestsrc_src_query):
11732         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
11733         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
11734         (paint_hline_YUV9):
11735         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
11736         Port to new query API.
11737         Updated seek.
11738         Cleanups in x[v]imagesink
11739
11740 2005-05-09  Andy Wingo  <wingo@pobox.com>
11741
11742         * ext/alsa/gstalsasink.h:
11743         * ext/gnomevfs/gstgnomevfssrc.c:
11744         (gst_gnomevfssrc_get_icy_metadata):
11745         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
11746         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
11747         * ext/theora/theoradec.c (theora_dec_src_query)
11748         (theora_dec_src_event, theora_dec_sink_event)
11749         (theora_handle_comment_packet, theora_handle_data_packet):
11750         * ext/theora/theoraenc.c (theora_enc_chain):
11751         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
11752         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
11753         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
11754         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
11755         (qt_type_find):
11756         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
11757         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
11758         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
11759         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
11760         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
11761         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
11762         (paint_setup_xBGR8888, paint_setup_RGBx8888)
11763         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
11764         (paint_setup_RGB565, paint_setup_xRGB1555):
11765         * gst/videotestsrc/videotestsrc.h:
11766         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
11767         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
11768         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
11769         GCC4 fixes.
11770         
11771         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
11772         gst_pad_query_position. Fixes oggdemux.
11773
11774 2005-05-08  David Schleef  <ds@schleef.org>
11775
11776         * configure.ac: Require liboil.
11777         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
11778         a few more.
11779         * gst/videotestsrc/videotestsrc.c:
11780         * gst/videotestsrc/videotestsrc.h:
11781
11782 2005-05-06  Wim Taymans  <wim@fluendo.com>
11783
11784         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11785         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
11786         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
11787         Well, unreffing a buffer right before pushing it is asking
11788         for trouble..
11789
11790 2005-05-06  Christian Schaller  <uraeus@gnome.org>
11791
11792         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
11793
11794 2005-05-06  Wim Taymans  <wim@fluendo.com>
11795
11796         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11797         (gst_audio_convert_caps_remove_format_info),
11798         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
11799         (gst_audio_convert_fixate), (gst_audio_convert_channels):
11800         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11801         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
11802         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
11803         * gst/sine/Makefile.am:
11804         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
11805         (gst_sinesrc_class_init), (gst_sinesrc_init),
11806         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
11807         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
11808         (gst_sinesrc_update_freq):
11809         * gst/sine/gstsinesrc.h:
11810         * gst/tcp/gstmultifdsink.c:
11811         * sys/xvimage/xvimagesink.c:
11812         Fixed negotiation wrt _peer_get_caps()
11813         Some cleanups.
11814
11815
11816 2005-05-06  Wim Taymans  <wim@fluendo.com>
11817
11818         * gst-libs/gst/audio/gstaudiosink.c:
11819         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
11820         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
11821         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
11822         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
11823         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
11824         (gst_audiosink_create_ringbuffer):
11825         * gst-libs/gst/audio/gstbaseaudiosink.c:
11826         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
11827         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
11828         (gst_baseaudiosink_set_property), (build_linear_format),
11829         (debug_spec_caps), (debug_spec_buffer),
11830         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
11831         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
11832         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
11833         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
11834         * gst-libs/gst/audio/gstbaseaudiosink.h:
11835         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
11836         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
11837         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
11838         (gst_ringbuffer_play), (gst_ringbuffer_pause),
11839         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
11840         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
11841         (wait_segment), (gst_ringbuffer_commit),
11842         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
11843         (gst_ringbuffer_clear):
11844         * gst-libs/gst/audio/gstringbuffer.h:
11845         Make the base audiosink return an error when there is no
11846         audiobuffer negotiated.
11847
11848 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11849
11850         * ext/Makefile.am:
11851         Disable cdparanoia until someone ports it!
11852
11853 2005-05-06  Wim Taymans  <wim@fluendo.com>
11854
11855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11856         (gst_ogg_demux_sink_activate):
11857         And revert after wingo's revert.. sigh..
11858
11859 2005-05-05  Andy Wingo  <wingo@pobox.com>
11860
11861         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
11862         GObject.
11863         * configure.ac: Return audiorate and subparse from the ghetto.
11864         Re-enable -Wall -Werror.
11865         * gst/subparse/gstsubparse.c:
11866         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
11867         or chain-based. Cleaned up a bit. Not tested.
11868         
11869 2005-05-05  Christian Schaller <christian@fluendo.com> 
11870
11871         * Makefile.am: remove stuff that is not building
11872         * configure.ac: remove stuff that is not building
11873         * examples/Makefile.am: remove stuff that is not building
11874         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
11875         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
11876         * sys/Makefile.am: remove stuff that is not building
11877         * testsuite/Makefile.am: remove stuff that is not building
11878
11879 2005-05-05  Andy Wingo  <wingo@pobox.com>
11880
11881         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11882         * gst-libs/gst/tag/gstvorbistag.c:
11883         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
11884         * gst/adder/gstadder.h:
11885         * gst/audioconvert/gstchannelmix.c:
11886         (gst_audio_convert_fill_one_other):
11887         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
11888         (gst_audiorate_init), (gst_audiorate_chain):
11889         * gst/playback/gstplaybasebin.c: (setup_source):
11890         * gst/playback/test3.c: (update_scale):
11891         Some GCC4 fixes
11892         
11893         * po/af.po:
11894         * po/az.po:
11895         * po/cs.po:
11896         * po/en_GB.po:
11897         * po/hu.po:
11898         * po/it.po:
11899         * po/nb.po:
11900         * po/nl.po:
11901         * po/or.po:
11902         * po/sq.po:
11903         * po/sr.po:
11904         * po/sv.po:
11905         * po/uk.po:
11906         * po/vi.po: Foo
11907
11908 2005-05-05  Wim Taymans  <wim@fluendo.com>
11909
11910         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11911         (gst_audio_convert_caps_remove_format_info),
11912         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
11913         (gst_audio_convert_change_state), (gst_audio_convert_channels):
11914         * gst/videotestsrc/gstvideotestsrc.c:
11915         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
11916         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
11917         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
11918         (gst_videotestsrc_init), (gst_videotestsrc_loop):
11919         Don't ignore _push() return values.
11920         Make sure no processing is done when shutting down.
11921         Videotestsrc pad activation fix.
11922
11923 2005-05-05  Wim Taymans  <wim@fluendo.com>
11924
11925         * gst/adder/Makefile.am:
11926         * gst/adder/gstadder.c: (gst_adder_setcaps),
11927         (gst_adder_class_init), (gst_adder_init),
11928         (gst_adder_request_new_pad), (gst_adder_collected),
11929         (gst_adder_change_state):
11930         * gst/adder/gstadder.h:
11931         Ported adder as an example of a mixer element using
11932         collect pads. Needs more negotiation work.
11933
11934 2005-05-05  Wim Taymans  <wim@fluendo.com>
11935
11936         * ext/theora/theoradec.c: (_inc_granulepos),
11937         (theora_dec_src_event), (theora_dec_sink_event),
11938         (theora_handle_comment_packet), (theora_handle_type_packet),
11939         (theora_handle_header_packet), (theora_handle_data_packet),
11940         (theora_dec_chain):
11941         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11942         (gst_theora_enc_init), (theora_enc_sink_setcaps),
11943         (theora_push_buffer), (theora_push_packet),
11944         (theora_enc_sink_event), (theora_enc_chain),
11945         (theora_enc_change_state), (theora_enc_set_property),
11946         (theora_enc_get_property):
11947         Added stream lock to decoder so that we can serialize
11948         the discont event.
11949         More theoraenc porting, recover from errors, do clean
11950         shutdown.
11951
11952 2005-05-05  Wim Taymans  <wim@fluendo.com>
11953
11954         * ext/ogg/Makefile.am:
11955         * ext/ogg/README:
11956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11957         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
11958         (gst_ogg_print):
11959         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11960         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11961         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
11962         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
11963         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
11964         (gst_ogg_mux_change_state):
11965         Ported ogg muxer.
11966
11967 2005-05-05  Wim Taymans  <wim@fluendo.com>
11968
11969         * docs/design-audiosinks.txt:
11970         * gst-libs/gst/audio/TODO:
11971         * gst-libs/gst/audio/gstaudiosink.c:
11972         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
11973         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
11974         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
11975         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
11976         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
11977         (gst_audiosink_create_ringbuffer):
11978         * gst-libs/gst/audio/gstbaseaudiosink.c:
11979         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
11980         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
11981         (gst_baseaudiosink_set_property), (build_linear_format),
11982         (debug_spec_caps), (debug_spec_buffer),
11983         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
11984         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
11985         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
11986         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
11987         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
11988         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
11989         (gst_ringbuffer_release), (gst_ringbuffer_play),
11990         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
11991         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
11992         (gst_ringbuffer_set_sample), (wait_segment),
11993         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
11994         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
11995         More work on the audiosink, mostly debugging and a race in
11996         shutdown.
11997
11998 2005-04-28  Wim Taymans  <wim@fluendo.com>
11999
12000         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
12001         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
12002         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
12003         (vorbis_dec_src_query), (vorbis_dec_src_event),
12004         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
12005         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
12006         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
12007         Don't crap out when seeking back to position 0.
12008
12009 2005-04-28  Wim Taymans  <wim@fluendo.com>
12010
12011         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
12012         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
12013         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
12014         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
12015         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
12016         Make audio sink configurable, use alsasink as default.
12017
12018 2005-04-28  Wim Taymans  <wim@fluendo.com>
12019
12020         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12021         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
12022         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
12023         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
12024         (vorbis_dec_change_state):
12025         * ext/vorbis/vorbisdec.h:
12026         Refactor, use STREAM_LOCK.
12027
12028 2005-04-28  Wim Taymans  <wim@fluendo.com>
12029
12030         * ext/theora/theoradec.c: (_inc_granulepos),
12031         (theora_dec_sink_event), (theora_handle_comment_packet),
12032         (theora_handle_type_packet), (theora_handle_header_packet),
12033         (theora_handle_data_packet), (theora_dec_chain),
12034         (theora_dec_change_state):
12035         Refactor a bit, use STREAM_LOCK.
12036
12037 2005-04-28  Wim Taymans  <wim@fluendo.com>
12038
12039         * ext/alsa/Makefile.am:
12040         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
12041         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
12042         (gst_alsa_link), (gst_alsa_close_audio):
12043         * ext/alsa/gstalsaplugin.c: (plugin_init):
12044         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
12045         (gst_alsasink_dispose), (gst_alsasink_base_init),
12046         (gst_alsasink_class_init), (gst_alsasink_init),
12047         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
12048         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
12049         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
12050         (gst_alsasink_reset):
12051         * ext/alsa/gstalsasink.h:
12052         Implement alsasink with simple open/write/close API. 
12053         Make alsa dir build by disabling compilation of code.
12054
12055 2005-04-28  Wim Taymans  <wim@fluendo.com>
12056
12057         * gst-libs/gst/audio/Makefile.am:
12058         * gst-libs/gst/audio/audio.h:
12059         * gst-libs/gst/audio/audioclock.c:
12060         * gst-libs/gst/audio/audioclock.h:
12061         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
12062         (gst_audio_clock_class_init), (gst_audio_clock_init),
12063         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
12064         * gst-libs/gst/audio/gstaudioclock.h:
12065         * gst-libs/gst/audio/gstaudiosink.c:
12066         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
12067         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
12068         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
12069         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
12070         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
12071         (gst_audiosink_create_ringbuffer):
12072         * gst-libs/gst/audio/gstbaseaudiosink.c:
12073         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
12074         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
12075         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
12076         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
12077         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
12078         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
12079         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
12080         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
12081         * gst-libs/gst/audio/gstbaseaudiosink.h:
12082         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
12083         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
12084         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
12085         (gst_ringbuffer_release), (gst_ringbuffer_play),
12086         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
12087         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
12088         (gst_ringbuffer_set_sample), (wait_segment),
12089         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
12090         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
12091         * gst-libs/gst/audio/gstringbuffer.h:
12092         Make ringbuffer faster and more simple by removing the locks
12093         in the playback thread.
12094         Add sample accurate playback based on buffer sample offsets.
12095         Make the baseaudiosink provide a clock.
12096         Parse caps in the base class.
12097         Correctly handle seeking, flushing and state changes.
12098
12099 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12100
12101         * configure.ac:
12102         * gst/audioconvert/Makefile.am:
12103         * gst/audioscale/Makefile.am:
12104           Fix part of the build.  Come on guys, autogen didn't even work :)
12105
12106 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12107
12108         * configure.ac:
12109         * gst-libs/gst/Makefile.am:
12110         * gst-libs/gst/media-info/.cvsignore:
12111         * gst-libs/gst/media-info/Makefile.am:
12112         * gst-libs/gst/media-info/README:
12113         * gst-libs/gst/media-info/media-info-priv.c:
12114         * gst-libs/gst/media-info/media-info-priv.h:
12115         * gst-libs/gst/media-info/media-info-test.c:
12116         * gst-libs/gst/media-info/media-info.c:
12117         * gst-libs/gst/media-info/media-info.h:
12118         * gst-libs/gst/media-info/media-info.vcproj:
12119         * pkgconfig/Makefile.am:
12120         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
12121         * pkgconfig/gstreamer-media-info.pc.in:
12122           Remove media-info, which is also successed by playbin (see Totem
12123           implementation).
12124
12125 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12126
12127         * configure.ac:
12128         * examples/Makefile.am:
12129         * examples/gstplay/.cvsignore:
12130         * examples/gstplay/Makefile.am:
12131         * examples/gstplay/player.c:
12132         * gst-libs/gst/Makefile.am:
12133         * gst-libs/gst/play/.cvsignore:
12134         * gst-libs/gst/play/Makefile.am:
12135         * gst-libs/gst/play/play.c:
12136         * gst-libs/gst/play/play.h:
12137         * gst-libs/gst/play/play.vcproj:
12138         * pkgconfig/Makefile.am:
12139         * pkgconfig/gstreamer-play-uninstalled.pc.in:
12140         * pkgconfig/gstreamer-play.pc.in:
12141           Remove libgstplay, playbin is now the official successor.
12142
12143 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12144
12145         * configure.ac:
12146         * gst-libs/gst/Makefile.am:
12147         * gst-libs/gst/xwindowlistener/Makefile.am:
12148         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12149         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
12150           Remove deprecated xwindowlistener (I've moved xwindowlistening
12151           in the v4l/v4l2 plugins over to serverside).
12152
12153 2005-04-25  David Schleef  <ds@schleef.org>
12154
12155         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
12156         to examples/dynparams.  Examples do not belong interspersed with
12157         source code.
12158         * examples/dynparams/demo-dparams.c:
12159         * gst/sine/Makefile.am:
12160         * gst/sine/demo-dparams.c:
12161
12162 2005-04-25  David Schleef  <ds@schleef.org>
12163
12164         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
12165         * gst-libs/gst/audio/Makefile.am:
12166         * gst-libs/gst/riff/Makefile.am:
12167         * gst-libs/gst/tag/Makefile.am:
12168         * gst-libs/gst/video/Makefile.am:
12169         * gst-libs/gst/xwindowlistener/Makefile.am:
12170
12171         Convert to 0.9 API, seems to work:
12172         * sys/ximage/Makefile.am:
12173         * sys/ximage/ximagesink.c:
12174
12175 2005-04-24  David Schleef  <ds@schleef.org>
12176
12177         Link plugins against libraries:
12178         * ext/alsa/Makefile.am:
12179         * gst/tcp/Makefile.am:
12180
12181         Remove asm code that should be in liboil
12182         * gst/videoscale/Makefile.am:
12183         * gst/videoscale/videoscale_x86_asm.s:
12184
12185         gettext wants these checked in:
12186         * po/af.po:
12187         * po/az.po:
12188         * po/cs.po:
12189         * po/en_GB.po:
12190         * po/hu.po:
12191         * po/it.po:
12192         * po/nb.po:
12193         * po/nl.po:
12194         * po/or.po:
12195         * po/sq.po:
12196         * po/sr.po:
12197         * po/sv.po:
12198         * po/uk.po:
12199         * po/vi.po:
12200
12201 2005-04-24  David Schleef  <ds@schleef.org>
12202
12203         Convert gst_main() to g_main_loop_run()
12204         * gst/playback/decodetest.c: (main):
12205         * gst/playback/test2.c: (main):
12206         * gst/playback/test3.c: (main):
12207         * gst/playback/test4.c: (main):
12208
12209         Link plugins against libraries:
12210         * ext/libvisual/Makefile.am:
12211         * sys/xvimage/Makefile.am:
12212
12213 2005-04-24  David Schleef  <ds@schleef.org>
12214
12215         * configure.ac: Remove idct and resample libs
12216         * gst-libs/gst/Makefile.am: same
12217
12218         Remove usage of gst_library_load():
12219         * ext/alsa/gstalsaplugin.c: (plugin_init):
12220         * ext/libvisual/visual.c: (plugin_init):
12221         * ext/ogg/gstogg.c: (plugin_init):
12222         * ext/theora/theora.c: (plugin_init):
12223         * ext/vorbis/vorbis.c: (plugin_init):
12224         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
12225         * gst/audioscale/gstaudioscale.c:
12226         * gst/adder/gstadder.c: (plugin_init):
12227         * gst/audioconvert/plugin.c: (plugin_init):
12228         * sys/ximage/ximagesink.c: (plugin_init):
12229         * sys/xvimage/xvimagesink.c: (plugin_init):
12230         * gst/tcp/gsttcpplugin.c: (plugin_init):
12231
12232         Link plugins against libraries:
12233         * ext/ogg/Makefile.am:
12234         * ext/theora/Makefile.am:
12235         * ext/vorbis/Makefile.am:
12236         * gst/audioconvert/Makefile.am:
12237
12238         Create proper libraries:
12239         * gst-libs/gst/riff/Makefile.am:
12240         * gst-libs/gst/audio/Makefile.am:
12241         * gst-libs/gst/video/Makefile.am:
12242
12243         Move resample library to audioscale plugin directory:
12244         * gst-libs/gst/resample/Makefile.am:
12245         * gst-libs/gst/resample/README:
12246         * gst-libs/gst/resample/dtof.c:
12247         * gst-libs/gst/resample/dtos.c:
12248         * gst-libs/gst/resample/functable.c:
12249         * gst-libs/gst/resample/private.h:
12250         * gst-libs/gst/resample/resample.c:
12251         * gst-libs/gst/resample/resample.h:
12252         * gst-libs/gst/resample/resample.vcproj:
12253         * gst-libs/gst/resample/test.c:
12254         * gst/audioscale/Makefile.am:
12255         * gst/audioscale/README:
12256         * gst/audioscale/dtof.c:
12257         * gst/audioscale/dtos.c:
12258         * gst/audioscale/functable.c:
12259         * gst/audioscale/private.h:
12260         * gst/audioscale/resample.c:
12261         * gst/audioscale/resample.h:
12262         * gst/audioscale/test.c:
12263
12264         Move tagedit library to gst-libs:
12265         * gst-libs/gst/tag/Makefile.am:
12266         * gst-libs/gst/tag/gstid3tag.c:
12267         * gst-libs/gst/tag/gsttagediting.c:
12268         * gst-libs/gst/tag/gsttageditingprivate.h:
12269         * gst-libs/gst/tag/gstvorbistag.c:
12270         * gst/tags/Makefile.am:
12271         * gst/tags/gstid3tag.c:
12272         * gst/tags/gstvorbistag.c:
12273
12274         Fix for core changes:
12275         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12276         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
12277         (gst_sinesrc_getrange):
12278
12279 2005-04-23  David Schleef  <ds@schleef.org>
12280
12281         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
12282         in gst-plugins in a long time, and properly belongs in liboil.
12283         * gst-libs/gst/idct/Makefile.am:
12284         * gst-libs/gst/idct/README:
12285         * gst-libs/gst/idct/dct.h:
12286         * gst-libs/gst/idct/doieee:
12287         * gst-libs/gst/idct/fastintidct.c:
12288         * gst-libs/gst/idct/floatidct.c:
12289         * gst-libs/gst/idct/idct.c:
12290         * gst-libs/gst/idct/idct.h:
12291         * gst-libs/gst/idct/idtc.vcproj:
12292         * gst-libs/gst/idct/ieeetest.c:
12293         * gst-libs/gst/idct/intidct.c:
12294
12295 2005-04-20  Wim Taymans  <wim@fluendo.com>
12296
12297         * docs/design-audiosinks.txt:
12298         * gst-libs/gst/audio/Makefile.am:
12299         * gst-libs/gst/audio/TODO:
12300         * gst-libs/gst/audio/gstaudiosink.c:
12301         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
12302         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
12303         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
12304         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
12305         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
12306         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
12307         (gst_audiosink_class_init), (gst_audiosink_init),
12308         (gst_audiosink_create_ringbuffer):
12309         * gst-libs/gst/audio/gstaudiosink.h:
12310         * gst-libs/gst/audio/gstbaseaudiosink.c:
12311         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
12312         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
12313         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
12314         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
12315         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
12316         (gst_baseaudiosink_create_ringbuffer),
12317         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
12318         * gst-libs/gst/audio/gstbaseaudiosink.h:
12319         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
12320         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
12321         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
12322         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
12323         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
12324         (gst_ringbuffer_play), (gst_ringbuffer_pause),
12325         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
12326         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
12327         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
12328         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
12329         * gst-libs/gst/audio/gstringbuffer.h:
12330         An attempt at a set of audio base classes together with some
12331         design docs.
12332
12333 2005-04-20  Wim Taymans  <wim@fluendo.com>
12334
12335         * gst/audioconvert/Makefile.am:
12336         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12337         (gst_audio_convert_caps_remove_format_info),
12338         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
12339         (gst_audio_convert_channels):
12340         Link against audio libs.
12341         Fix audio convert plugin.
12342
12343 2005-04-20  Wim Taymans  <wim@fluendo.com>
12344
12345         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
12346         (gst_ogg_demux_sink_activate):
12347         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
12348         (theora_set_header_on_caps), (theora_enc_sink_event),
12349         (theora_enc_chain):
12350         Fix theora encoder.
12351
12352 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12353
12354         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
12355         * gst/playback/gstdecodebin.c: (find_compatibles):
12356           Work with staticpadtemplates in elementfactories.
12357
12358 2005-04-12  Wim Taymans  <wim@fluendo.com>
12359
12360         * gst/playback/README:
12361         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12362         (compare_ranks), (print_feature), (gst_decode_bin_init),
12363         (dynamic_create), (dynamic_free), (find_compatibles),
12364         (mimetype_is_raw), (close_pad_link), (got_redirect),
12365         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
12366         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
12367         (gst_decode_bin_change_state):
12368         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12369         (gst_play_base_bin_init), (group_destroy), (group_commit),
12370         (check_queue), (queue_overrun), (queue_threshold_reached),
12371         (queue_out_of_data), (gen_preroll_element), (unknown_type),
12372         (new_decoded_pad), (setup_subtitle), (gen_source_element),
12373         (got_redirect), (setup_source), (play_base_eos),
12374         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12375         (gst_play_base_bin_remove_element):
12376         * gst/playback/gstplaybasebin.h:
12377         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12378         (gst_play_bin_init), (gst_play_bin_dispose),
12379         (gst_play_bin_set_property), (gen_video_element),
12380         (gen_text_element), (gen_audio_element), (remove_sinks),
12381         (gst_play_bin_send_event):
12382         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
12383         (stream_info_change_state), (gst_stream_info_set_mute):
12384         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
12385         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
12386         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
12387         (gst_stream_selector_chain):
12388         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
12389         (main):
12390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
12391         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
12392         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
12393         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
12394         Raw and crude port of decodebin. 
12395         Make playbin compile.
12396
12397 2005-04-06  Wim Taymans  <wim@fluendo.com>
12398
12399         * ext/gnomevfs/Makefile.am:
12400         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
12401         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
12402         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
12403         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
12404         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
12405         (gst_gnomevfssrc_stop):
12406         * ext/ogg/Makefile.am:
12407         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
12408         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
12409         * ext/theora/Makefile.am:
12410         * ext/theora/theoradec.c: (_inc_granulepos),
12411         (theora_dec_sink_event), (theora_dec_chain):
12412         * ext/vorbis/Makefile.am:
12413         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12414         (vorbis_dec_sink_event), (vorbis_dec_chain):
12415         * gst-libs/gst/audio/Makefile.am:
12416         * sys/xvimage/Makefile.am:
12417         Make gnomevfssrc extend the source base class.
12418         Fix linking against libs in various plugins.
12419
12420 2005-04-06  Andy Wingo  <wingo@pobox.com>
12421
12422         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
12423         GST_BASE_LIBS.
12424
12425         * configure.ac: Add check and AC_SUBST for libgstbase.
12426
12427 2005-03-31  Wim Taymans  <wim@fluendo.com>
12428
12429         * examples/seeking/Makefile.am:
12430         * examples/seeking/cdparanoia.c: (main):
12431         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
12432         (play_cb), (pause_cb), (stop_cb), (main):
12433         * examples/seeking/playbin.c:
12434         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
12435         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
12436         (make_sid_pipeline), (make_vorbis_pipeline),
12437         (make_theora_pipeline), (make_vorbis_theora_pipeline),
12438         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
12439         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
12440         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
12441         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
12442         (stop_cb), (main):
12443         * examples/seeking/spider_seek.c:
12444         * examples/seeking/vorbisfile.c:
12445         * ext/gnomevfs/Makefile.am:
12446         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
12447         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
12448         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
12449         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
12450         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
12451         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
12452         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
12453         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
12454         * ext/ogg/README:
12455         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
12456         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
12457         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
12458         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
12459         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
12460         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
12461         (gst_ogg_pad_event), (gst_ogg_pad_reset),
12462         (gst_ogg_demux_factory_filter), (compare_ranks),
12463         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
12464         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
12465         (gst_ogg_chain_new), (gst_ogg_chain_free),
12466         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
12467         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
12468         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
12469         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
12470         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
12471         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
12472         (gst_ogg_demux_get_prev_page),
12473         (gst_ogg_demux_deactivate_current_chain),
12474         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
12475         (gst_ogg_demux_bisect_forward_serialno),
12476         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
12477         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
12478         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
12479         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
12480         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
12481         (gst_ogg_demux_change_state), (gst_ogg_print):
12482         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
12483         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
12484         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
12485         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
12486         (gst_ogg_mux_loop):
12487         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12488         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
12489         (theora_dec_src_convert), (theora_dec_sink_convert),
12490         (theora_dec_src_query), (theora_dec_src_event),
12491         (theora_dec_sink_event), (theora_dec_chain),
12492         (theora_dec_change_state):
12493         * ext/theora/theoraenc.c: (gst_theora_enc_init),
12494         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
12495         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
12496         (theora_enc_change_state):
12497         * ext/vorbis/Makefile.am:
12498         * ext/vorbis/oggvorbisenc.c:
12499         * ext/vorbis/oggvorbisenc.h:
12500         * ext/vorbis/vorbis.c: (plugin_init):
12501         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
12502         (vorbis_dec_src_query), (vorbis_dec_src_event),
12503         (vorbis_dec_sink_event), (vorbis_dec_chain),
12504         (vorbis_dec_change_state):
12505         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
12506         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
12507         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12508         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12509         (gst_vorbisenc_change_state):
12510         * ext/vorbis/vorbisenc.h:
12511         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
12512         * gst-libs/gst/audio/audioclock.c:
12513         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
12514         (gst_audiofilter_init), (gst_audiofilter_chain):
12515         * gst-libs/gst/audio/testchannels.c: (main):
12516         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
12517         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
12518         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
12519         (gmip_find_track_streaminfo), (gmip_find_track_format):
12520         * gst-libs/gst/media-info/media-info.c:
12521         (gst_media_info_read_idler):
12522         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
12523         (gst_play_get_all_by_interface):
12524         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12525         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
12526         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
12527         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
12528         (gst_riff_parse_info):
12529         * gst-libs/gst/riff/riff-read.h:
12530         * gst-libs/gst/riff/riff.c: (plugin_init):
12531         * gst-libs/gst/video/Makefile.am:
12532         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
12533         (gst_videosink_class_init), (gst_videosink_get_type):
12534         * gst-libs/gst/video/videosink.h:
12535         * gst/audioconvert/bufferframesconvert.c:
12536         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
12537         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
12538         * gst/audioconvert/channelmixtest.c: (main):
12539         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12540         (gst_audio_convert_chain),
12541         (gst_audio_convert_caps_remove_format_info),
12542         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
12543         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
12544         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
12545         (gst_audio_convert_buffer_to_default_format),
12546         (gst_audio_convert_buffer_from_default_format),
12547         (gst_audio_convert_channels):
12548         * gst/audioconvert/gstchannelmix.h:
12549         * gst/ffmpegcolorspace/avcodec.h:
12550         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12551         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
12552         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
12553         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
12554         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
12555         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
12556         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12557         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
12558         (mpeg_video_type_find), (mpeg_video_stream_type_find),
12559         (dv_type_find):
12560         * gst/videotestsrc/gstvideotestsrc.c:
12561         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
12562         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
12563         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
12564         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
12565         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
12566         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
12567         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
12568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12569         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
12570         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
12571         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
12572         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
12573         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
12574         (gst_xvimagesink_navigation_send_event),
12575         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
12576         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
12577         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12578         * sys/xvimage/xvimagesink.h:
12579         Plugin port to 0.9, ogg/theora playback should work in the seek
12580         example now.
12581         Removed old examples.
12582         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
12583         explained in 0.9 TODO doc.
12584
12585
12586 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12587
12588         * autogen.sh:
12589         * configure.ac:
12590         * ext/Makefile.am:
12591         * gst/Makefile.am:
12592         * po/POTFILES.in:
12593         * po/af.po:
12594         * po/az.po:
12595         * po/cs.po:
12596         * po/en_GB.po:
12597         * po/hu.po:
12598         * po/it.po:
12599         * po/nb.po:
12600         * po/nl.po:
12601         * po/or.po:
12602         * po/sq.po:
12603         * po/sr.po:
12604         * po/sv.po:
12605         * po/uk.po:
12606         * po/vi.po:
12607         * sys/Makefile.am:
12608         * testsuite/Makefile.am:
12609           remove a whole bunch of plugins.  This module now contains a set
12610           of free reference plugins/elements as agreed.
12611
12612 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12613
12614         * configure.ac:
12615           hunting season on 0.9 is now OPEN
12616
12617 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12618
12619         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
12620           Kick the hell out of gcc for not warning me about a symbol conflict.
12621
12622 2005-02-22  Luca Ognibene  <luogni@tin.it>
12623
12624         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
12625
12626         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
12627           Don't leak caps string (fixes #168134)
12628
12629         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
12630         (gst_jpegenc_init), (gst_jpegenc_finalize),
12631         (gst_jpegenc_change_state):
12632           Don't leak line buffers and context struct (fixes #168133).
12633
12634 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
12635
12636         * configure.ac:
12637         * ext/dirac/gstdiracdec.cc:
12638         (gst_diracdec_chain):
12639           Since dirac 0.5.0 the framerate in dirac is expressed as a
12640           rational number. Fix build and up requirement to 0.5.0, and
12641           also pass parameters to gst_diracdec_link in the right order
12642           (fixes #167959).
12643
12644 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
12645
12646         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
12647         * ext/faad/gstfaad.h:
12648         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
12649         certain invalid muxed streams, where some packets will contain 
12650         junk after decoder data. Partially fixes #149158.
12651
12652 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
12653         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
12654           Make sure we only write to writable buffers
12655
12656 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
12657
12658         * gst-libs/gst/riff/riff-media.c:
12659         (gst_riff_create_audio_caps_with_data):
12660           Do actually fix invalid RIFF fmt header values for alaw
12661           and mulaw audio instead of just saying so.
12662
12663         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12664           Give gst_riff_create_audio_caps_with_data() a chance to
12665           fix up broken format header fields before extracting any
12666           parameters from the header. (fixes #167633)
12667
12668 2005-02-19  Martin Holters  <martin.holters@gmx.de>
12669
12670         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
12671
12672         * gst/audioconvert/bufferframesconvert.c:
12673         (buffer_frames_convert_link):
12674           Don't leak othercaps. (fixes #167878)
12675
12676 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
12677
12678         * configure.ac:
12679         * ext/libvisual/visual.c: (gst_visual_srclink),
12680         (gst_visual_change_state):
12681           Support libvisual 0.2.0.
12682
12683 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
12684
12685         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
12686         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
12687           Use same rowstrides for I420 as used everywhere else.
12688
12689 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
12690
12691         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12692           Declare variables at beginning of block and make gcc-2.95 happy
12693           (fixes # 167482, patch by Gergely Nagy).
12694           
12695         * gst/tcp/gsttcpclientsrc.c:
12696         * gst/tcp/gsttcpclientsrc.h:
12697           Move some includes into the header, so that struct sockaddr_in is
12698           defined when it should be defined on FreeBSD as well (fixes
12699           #167483).
12700           
12701         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
12702           Don't pass uninitialised values to setsockopt() here either.
12703
12704 2005-02-17  Luca Ognibene  <luogni at tin dot it>
12705
12706         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
12707
12708         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
12709           Don't pass uninitialised values to setsockopt(). (fixes #167704)
12710
12711 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12712
12713         * gst/playback/gstplaybin.c: (add_sink):
12714           Invert bin_add/link order to workaround deadlock in opt.
12715
12716 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12717
12718         * gst/modplug/gstmodplug.cc:
12719           Add missing break causing position queries to fail.
12720
12721 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12722
12723         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
12724           Granpos can apparently be -1, which screws up calculations...
12725
12726 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12727
12728         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
12729         (gst_ximagesink_send_pending_navigation),
12730         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
12731         (gst_ximagesink_init):
12732         * sys/ximage/ximagesink.h:
12733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
12734         (gst_xvimagesink_send_pending_navigation),
12735         (gst_xvimagesink_navigation_send_event),
12736         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
12737         * sys/xvimage/xvimagesink.h:
12738           Use a mutex protected list to marshal navigation
12739           events into the stream thread from whichever thread
12740           sends them.
12741
12742 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
12743
12744         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
12745           Display current position and track length; misc. clean-ups.
12746           
12747         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
12748         (speed_init), (speed_chain):
12749           Add query function, so that the stream length and current position
12750           get adjusted when queried (note that current position queries may
12751           still be wrong if the audio sink returns values based on buffer
12752           timestamps instead of passing on the query).
12753
12754 2005-02-13  Benjamin Otte  <otte@gnome.org>
12755
12756         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
12757         (gst_audio_convert_channels):
12758           create channel conversion matrix when linking
12759         * gst/audioconvert/.cvsignore:
12760         * gst/audioconvert/Makefile.am:
12761         * gst/audioconvert/channelmixtest.c: (main):
12762           add (ugly) test that ensures stereo <=> mono conversion works
12763           correctly
12764
12765 2005-02-13  Benjamin Otte  <otte@gnome.org>
12766
12767         * gst/audioconvert/gstchannelmix.h:
12768           include missing header file
12769         * gst/audioconvert/gstchannelmix.c:
12770         (gst_audio_convert_fill_compatible):
12771           use same sign for both channels when converting to/from compatible
12772           channel. Previously used different signs made the signals cancel
12773           each other out and appear like silence. (fixes #167269)
12774
12775 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
12776
12777         * gst/ffmpegcolorspace/avcodec.h:
12778         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12779         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12780         (gst_ffmpegcsp_avpicture_fill):
12781         * gst/ffmpegcolorspace/imgconvert.c:
12782           Convert to and from YV12 (fixes #156379).
12783
12784 2005-02-12  Julien MOUTTE  <julien@moutte.net>
12785
12786         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
12787         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12788         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12789         (gst_ximagesink_expose), (gst_ximagesink_set_property),
12790         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
12791         methods from chain and negotiation and vice versa (Fixes #166142).
12792         * sys/ximage/ximagesink.h: Add stream_lock.
12793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12794         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12795         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
12796         (gst_xvimagesink_expose): Check for xcontext before trying to link.
12797
12798 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
12799
12800         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
12801           Don't send "Hey! You gave me a NULL pointer you naughty person" as
12802           error message when we can't open the DVD device (when dvdnav_open()
12803           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
12804           the above). Send something more useful instead (fixes #167117).
12805
12806 2005-02-11  Julien MOUTTE  <julien@moutte.net>
12807
12808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12809         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
12810         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12811         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
12812         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
12813         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
12814         methods from chain and negotiation and vice versa (Fixes #166142).
12815         Fix a possible bug of images in the buffer pool being discarded because
12816         we are looking at the wrong geometry.
12817         * sys/xvimage/xvimagesink.h: Add stream_lock.
12818
12819 2005-02-11  David Schleef  <ds@schleef.org>
12820
12821         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
12822         unsigned int. (fixes #167128)
12823
12824 2005-02-11  David Schleef  <ds@schleef.org>
12825
12826         * gst/librfb/Makefile.am: Testing stuff before committing is
12827           for wimps... and people with fast machines.  Fix stupid
12828           mistake.
12829
12830 2005-02-11  David Schleef  <ds@schleef.org>
12831
12832         * configure.ac: Pull in librfb from my CVS tree, because it is
12833           too small and annoying to be separate.  Move rfbsrc plugin
12834           to gst/.
12835         * ext/Makefile.am:
12836         * ext/librfb/Makefile.am:
12837         * ext/librfb/gstrfbsrc.c:
12838         * gst/librfb/Makefile.am:
12839         * gst/librfb/gstrfbsrc.c:
12840         * gst/librfb/rfb.c:
12841         * gst/librfb/rfb.h:
12842         * gst/librfb/rfbbuffer.c:
12843         * gst/librfb/rfbbuffer.h:
12844         * gst/librfb/rfbbytestream.c:
12845         * gst/librfb/rfbbytestream.h:
12846         * gst/librfb/rfbcontext.h:
12847         * gst/librfb/rfbdecoder.c:
12848         * gst/librfb/rfbdecoder.h:
12849         * gst/librfb/rfbutil.h:
12850
12851 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
12852
12853         * gst/speed/Makefile.am:
12854         * gst/speed/demo-mp3.c: (main):
12855         * gst/speed/filter.func:
12856         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
12857         (speed_class_init), (speed_init), (speed_chain_int16),
12858         (speed_chain_float32), (speed_chain), (speed_set_property),
12859         (speed_get_property), (speed_change_state):
12860         * gst/speed/gstspeed.h:
12861           Fix speed element and make it chain-based (fixes #156467),
12862           and make it handle more than one channel.
12863
12864 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
12865
12866         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
12867         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
12868         (gst_dtsdec_chain), (gst_dtsdec_change_state):
12869         * ext/dts/gstdtsdec.h:
12870           Don't clobber the stack constructing the channels array.
12871           Make the element chain-based. DTS tracks can now be played.
12872           
12873 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
12874
12875         * gst-libs/gst/audio/multichannel.h:
12876         * gst-libs/gst/gconf/gconf.h:
12877         * gst-libs/gst/idct/idct.h:
12878         * gst-libs/gst/media-info/media-info-priv.h:
12879         * gst-libs/gst/play/play.h:
12880         * gst-libs/gst/resample/private.h:
12881         * gst-libs/gst/resample/resample.h:
12882         * gst-libs/gst/riff/riff-ids.h:
12883         * gst-libs/gst/video/video.h:
12884         * gst-libs/gst/video/videosink.h:
12885           Add G_BEGIN_DECLS and G_END_DECLS around headers where
12886           missing, so that they work when included from C++ code.
12887
12888 2005-02-09  David Schleef  <ds@schleef.org>
12889
12890         * testsuite/gst-lint: Check for non-statically scoped
12891           parent_class variables.  This won't be a problem once
12892           plugins are loaded with RTLD_LOCAL.
12893
12894 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12895
12896         * ext/mplex/gstmplexibitstream.cc:
12897           gcc madness.
12898
12899 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12900
12901         * ext/ogg/gstogmparse.c:
12902         * gst/debug/gstnavigationtest.c:
12903           Die, thou faulty symbol pollutors (non-static parent_class).
12904
12905 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12906
12907         * ext/mplex/gstmplexibitstream.cc:
12908           Fix event handling (#165525).
12909
12910 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12911
12912         * ext/mikmod/gstmikmod.c:
12913         * gst/modplug/gstmodplug.cc:
12914           Add missing endianness to template (fixes #165509).
12915
12916 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12917
12918         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
12919           Fix wrong order of reading of optional bytes (#165290).
12920
12921 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12922
12923         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12924           Implement FILLER event awareness.
12925
12926 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12927
12928         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
12929           Fix track calculations (#166208).
12930
12931 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
12932
12933         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12934
12935         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
12936         * ext/libpng/gstpngenc.c:
12937           Fix byte-order, use proper fixed caps. Fixes #164197.
12938
12939 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12940
12941         * configure.ac:
12942           Add dvdlpcmdec 
12943
12944         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
12945         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
12946           Don't push buffers if the src pad isn't negotiated yet.
12947           
12948         * gst/audioconvert/gstaudioconvert.c:
12949         (gst_audio_convert_buffer_to_default_format),
12950         (gst_audio_convert_buffer_from_default_format):
12951           Add support for 24-bit width.
12952
12953         * gst/dvdlpcmdec/.cvsignore:
12954         * gst/dvdlpcmdec/Makefile.am:
12955         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
12956         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
12957         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
12958         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
12959         (plugin_init):
12960         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
12961           New decoder for rearranging DVD LPCM into our audio/x-raw-int
12962           format. Needs support for the channels maps if someone can find 
12963           a DVD LPCM track with > 2 channels.
12964
12965         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
12966         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
12967         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
12968         * gst/mpegstream/gstdvddemux.h:
12969         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
12970         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
12971         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
12972         * gst/mpegstream/gstmpegdemux.h:
12973         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
12974         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
12975         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
12976         (gst_mpeg_parse_handle_src_query),
12977         (gst_mpeg_parse_handle_src_event):
12978           Use audio/x-dvd-lpcm for LPCM output.
12979           Add DTS output.
12980
12981 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
12982
12983         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12984
12985         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
12986         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
12987           Add BGRA handling (#165736).
12988
12989 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
12990
12991         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12992
12993         * gst/law/alaw-decode.c: (alawdec_link):
12994         * gst/law/alaw-encode.c: (alawenc_link):
12995         * gst/law/mulaw-decode.c: (mulawdec_link):
12996         * gst/law/mulaw-encode.c: (mulawenc_link):
12997           Fix caps memleaks (#166600).
12998
12999 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
13000
13001         * ext/tarkin/mem.h:
13002         * ext/tarkin/wavelet.h:
13003         * ext/tarkin/yuv.h:
13004         * gst/ffmpegcolorspace/avcodec.h:
13005           Include "_stdint.h" instead of <stdint.h>. Fixes build on
13006           systems that don't have stdint.h, like Solaris9 (fixes #166631).
13007
13008 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13009
13010         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
13011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
13012         (gst_xvimagesink_change_state):
13013           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
13014           Xv video (and thereby regenerate Xv colourkey) in clear() so
13015           that PLAY -> READY -> PLAY works (fixes #162504).
13016
13017 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13018
13019         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
13020           Switch to list instead of range, since MJPEG-devices really just
13021           support decimations, not any size.
13022
13023 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13024         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
13025         (gst_mpeg2dec_reset), (free_all_buffers),
13026         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
13027         * ext/mpeg2dec/gstmpeg2dec.h:
13028           The libmpeg2 user-allocated buffer management is awkward, 
13029           to say the least. Hopefully this fixes things.
13030
13031 2005-02-04  Andy Wingo  <wingo@pobox.com>
13032
13033         * gst/audioconvert/bufferframesconvert.c
13034         (buffer_frames_convert_fixate): New function, fixates to 256
13035         frames per buffer by default. (Much better than 1.)
13036         (buffer_frames_convert_init): Set the fixate function for both src
13037         and sink pad.
13038         (buffer_frames_convert_link): After success setting nonfixed caps,
13039         get the negotiated caps so we can know how many buffer-frames it
13040         will be. No idea how this worked at all before.
13041
13042 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13043
13044         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
13045         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
13046         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
13047         (handle_sequence), (handle_picture):
13048         * ext/mpeg2dec/gstmpeg2dec.h:
13049           Rearrange buffer tracking and refcounting and refactor
13050           a little for readability. 
13051
13052 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13053         * sys/v4l/gstv4l.c: (plugin_init):
13054         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
13055         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
13056         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
13057         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
13058         * sys/v4l/gstv4ljpegsrc.h:
13059         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
13060         * sys/v4l/v4l_calls.h:
13061         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
13062         (gst_v4lsrc_get_fps):
13063         * sys/v4l/v4lsrc_calls.h:
13064           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
13065           you jpeg inside rgb frames" driver.
13066           Don't error in the v4lsrc link function, just return 
13067           REFUSED.
13068
13069 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13070
13071         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
13072         (gst_qcamsrc_open):
13073           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
13074
13075 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13076
13077         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
13078           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
13079
13080 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13081
13082         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
13083           Reset negotiated state on PAUSED->READY.
13084
13085 2005-02-02  David Schleef  <ds@schleef.org>
13086
13087         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
13088         whereever possible.  (Fixes #165997)
13089         * examples/capsfilter/capsfilter1.c: (main):
13090         * examples/dynparams/filter.c: (create_ui):
13091         * examples/seeking/cdparanoia.c: (get_track_info), (main):
13092         * examples/seeking/chained.c: (main):
13093         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
13094         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
13095         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
13096         (make_mpeg_pipeline), (make_mpegnt_pipeline):
13097         * examples/seeking/spider_seek.c: (make_spider_pipeline):
13098         * examples/switch/switcher.c: (main):
13099         * ext/dv/demo-play.c: (main):
13100         * ext/faad/gstfaad.c: (gst_faad_change_state):
13101         * ext/mad/gstmad.c: (gst_mad_chain):
13102         * ext/smoothwave/demo-osssrc.c: (main):
13103         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
13104         (gst_gconf_render_bin_from_description),
13105         (gst_gconf_get_default_audio_sink),
13106         (gst_gconf_get_default_video_sink),
13107         (gst_gconf_get_default_audio_src),
13108         (gst_gconf_get_default_video_src),
13109         (gst_gconf_get_default_visualization_element):
13110         * gst/level/demo.c: (main):
13111         * gst/level/plot.c: (main):
13112         * gst/playback/gstplaybin.c: (gen_video_element),
13113         (gen_audio_element):
13114         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
13115         * gst/playondemand/demo-mp3.c: (setup_pipeline):
13116         * gst/sine/demo-dparams.c: (main):
13117         * gst/spectrum/demo-osssrc.c: (main):
13118         * gst/speed/demo-mp3.c: (main):
13119         * gst/volume/demo.c: (main):
13120         * testsuite/embed/embed.c: (main):
13121
13122 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
13123
13124         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13125         (gst_tcpclientsink_finalize):
13126         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13127         (gst_tcpclientsrc_finalize):
13128         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13129         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
13130         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13131         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
13132           Don't leak the hostname when shutting down.
13133           In tcpserversrc, take a copy of the default hostname.
13134
13135 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13136
13137         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
13138           Set caps to systemstream=TRUE.
13139
13140 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13141
13142         * testsuite/Makefile.am:
13143           Fix more OSX buildbots.
13144
13145 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
13146
13147         * ext/mpeg2dec/gstmpeg2dec.c:
13148           Don't send things to NULL PAD_PEERs
13149
13150         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
13151           Copy-on-write the incoming buffer.
13152
13153         * gst/mpegstream/gstdvddemux.h:
13154         * gst/mpegstream/gstmpegclock.h:
13155         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
13156         (normal_seek), (gst_mpeg_demux_handle_src_event):
13157         * gst/mpegstream/gstmpegdemux.h:
13158         * gst/mpegstream/gstmpegpacketize.h:
13159         * gst/mpegstream/gstmpegparse.c:
13160         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
13161         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
13162         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
13163         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
13164         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
13165         * gst/mpegstream/gstmpegparse.h:
13166         * gst/mpegstream/gstrfc2250enc.h:
13167           Various changes to the way time is computed that make seeking and
13168           total time estimation much better here.
13169           Use G_BEGIN/END_DECLS instead of __cplusplus
13170
13171         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
13172           Use gst_buffer_stamp instead of only copying the TIMESTAMP
13173
13174 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13175
13176         * gst/subparse/gstsubparse.c:
13177           Fix OSX buildbot.
13178
13179 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
13180
13181         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
13182         (theora_enc_chain), (theora_enc_change_state):
13183         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13184         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
13185         (gst_vorbisenc_change_state):
13186         * ext/vorbis/vorbisenc.h:
13187           Set granulepos and timestamp correctly for streams not
13188           starting at 0, taking into account the initial delay.
13189
13190 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
13191
13192         * gst/mpegstream/gstdvddemux.c:
13193           Add audio/x-dts to audio pad template caps
13194
13195 2005-01-30  David Schleef  <ds@schleef.org>
13196
13197         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
13198         (create_context), (gst_polypsink_link): Fix silly endianness
13199         bug.  Add some debugging.  Remove float from caps; it doesn't
13200         work.  Attempt to get remote audio working.
13201
13202 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13203
13204         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
13205           Add 3IV2 fourcc.
13206
13207 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13208
13209         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
13210         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
13211         (gst_avi_demux_stream_data):
13212         * gst/avi/gstavidemux.h:
13213           Invert DIB images. Fixes #132341.
13214
13215 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13216
13217         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13218         (gst_ffmpegcsp_chain):
13219           D'oh, reference the palette data, not the palette structure.
13220           Fixes color distortion in #132341.
13221
13222 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13223
13224         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
13225           PAR can be non-fixed when not provided as argument (#162626).
13226
13227 2005-01-29  David Moore  <dcm@acm.org>
13228
13229         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13230
13231         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13232         (gst_qtdemux_loop_header):
13233           Re-apply patch from #142272 that allows non-seekable sources,
13234           re-proposed by Daniel Drake <dsd@gentoo.org>.
13235
13236 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13237
13238         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
13239           Use the src template for creating the src pad (#162330).
13240
13241 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13242
13243         * configure.ac:
13244         * ext/musepack/Makefile.am:
13245         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
13246         (gst_musepackdec_init), (gst_musepackdec_dispose),
13247         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
13248         (gst_musepack_stream_init), (gst_musepackdec_loop),
13249         (gst_musepackdec_change_state):
13250         * ext/musepack/gstmusepackdec.cpp:
13251         * ext/musepack/gstmusepackdec.h:
13252         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
13253         (gst_musepack_reader_read), (gst_musepack_reader_seek),
13254         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
13255         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
13256         * ext/musepack/gstmusepackreader.cpp:
13257         * ext/musepack/gstmusepackreader.h:
13258           Update to 1.1 API (#165446).
13259
13260 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13261
13262         * ext/Makefile.am:
13263           Unbreak buildbot.
13264
13265 2005-01-28  Andy Wingo  <wingo@pobox.com>
13266
13267         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
13268         to reflect a different dubious internet source. Add a reference
13269         and some commentary.
13270
13271 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13272
13273         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
13274         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
13275         * gst/playback/gststreamselector.h:
13276           Be more selective when we're redoing caps negotiation from
13277           within the chain function on a stream change.
13278
13279 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13280
13281         * configure.ac:
13282         * ext/Makefile.am:
13283         * ext/amrnb/Makefile.am:
13284         * ext/amrnb/amrnb.c: (plugin_init):
13285         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
13286         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
13287         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
13288         (gst_amrnbdec_state_change):
13289         * ext/amrnb/amrnbdec.h:
13290         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
13291         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
13292         (gst_amrnbparse_init), (gst_amrnbparse_formats),
13293         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
13294         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
13295         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
13296         * ext/amrnb/amrnbparse.h:
13297           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
13298         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13299           Add AMR-NB/-WB raw formats.
13300         * ext/alsa/gstalsa.c: (gst_alsa_link):
13301           Keep valid time when changing format.
13302         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13303         (qtdemux_parse_trak):
13304           Add some more format-specific options (#140141, #143555, #155163).
13305
13306 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13307
13308         * gst/matroska/matroska-demux.c:
13309         (gst_matroska_demux_parse_blockgroup):
13310           Fix logic error in timing of subtitle stream synchronization.
13311         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
13312           Add skip-chunk, which is found in kodak-camera streams.
13313
13314 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13315
13316         * po/LINGUAS:
13317         * po/vi.po:
13318           Adding Vietnamese translation (submitted by Clytie Siddall)
13319
13320 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13321
13322         * gst/playback/gstdecodebin.c: (try_to_link_1):
13323           Use realpad for signal.
13324
13325 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13326
13327         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
13328           Fix category so decodebin picks it up.
13329
13330 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13331
13332         * ext/mad/Makefile.am:
13333         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
13334         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
13335         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
13336         (found_type), (gst_id3demux_bin_change_state):
13337         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
13338         (gst_id3_tag_init), (gst_id3_tag_handle_event),
13339         (gst_id3_tag_src_link), (gst_id3_tag_chain),
13340         (gst_id3_tag_change_state), (plugin_init):
13341         * ext/mad/gstmad.h:
13342           Add id3demuxbin (which is a simple bin consisting of id3demux
13343           and typefind), take over rank from id3demux, remove typefind
13344           code from id3demux. Makes all broken mp3s that I know of work,
13345           and thereby fixes #152688.
13346
13347 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
13348
13349         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13350
13351         * ext/mad/gstmad.c: (gst_mad_src_event):
13352         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
13353           Allow seeks on audio pad, make mad forward those (#164826).
13354         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
13355           Set duration (#165335).
13356
13357 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13358
13359         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
13360         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
13361         (gst_asf_demux_process_ext_content_desc),
13362         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
13363         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
13364         * gst/asfdemux/gstasfdemux.h:
13365           Improve metadata display, e.g. if the metadata comes before the
13366           streams are loaded (which is perfectly valid).
13367
13368 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13369
13370         * tools/gst-launch-ext-m.m:
13371           Fix AVI/ASF pipelines (#165340).
13372
13373 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
13374         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
13375         build failure on amd64
13376
13377 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
13378
13379         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
13380         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
13381           Check environment variables GST_ID3V2_TAG_ENCODING,
13382           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
13383           list of character encodings to force interpretation of non-unicode
13384           strings stored in an ID3v2 tag to a particular encoding. If none
13385           is specified, try to use current locale's encoding, then fall back
13386           to ISO-8859-1 (which will always succeed). (Resolves #149274)
13387         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
13388         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
13389           Check environment variables GST_ID3V1_TAG_ENCODING,
13390           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
13391           list of character encodings to use in case a string encountered
13392           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
13393           specified, try to use the current locale's encoding, then fall
13394           back to ISO-8859-1 (which will always succeed).
13395
13396 2005-01-25  Benjamin Otte  <otte@gnome.org>
13397
13398         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13399           - on half framerate, compute the rate in advance so the comparisons
13400             don't compare wrong values
13401           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
13402             behaviour
13403           - don't use mad_header_decode anymore, mad_frame_decode does that
13404             automatically
13405           - when getting rid of consumed bytes, reset the stream's skiplen
13406           (fixes #163867)
13407
13408 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
13409
13410         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
13411           Use 1/2 a second for default max_discont, as PES streams from DVB
13412           seem to have larger spacings in the SCR. 
13413           Fix a typo.
13414
13415 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13416
13417         * gst/playback/gstplaybasebin.c: (group_commit):
13418           Notify delayed stream-info availability.
13419
13420 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
13421         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
13422         (gst_a52dec_handle_event), (gst_a52dec_chain):
13423         Add some debug output. Check that a discont has a valid
13424         time associated.
13425         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13426         (gst_alsa_sink_loop):
13427         Ignore TAG events. A little extra debug for broken timestamps.
13428         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
13429         (dvdnavsrc_change_state):
13430         Ensure we send a discont to engage the link before we send any
13431         other events.
13432         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
13433         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
13434         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
13435         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
13436         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
13437         dvd://title works in totem because typefinding sends a seek that ends
13438         up going back to chapter 1 regardless.
13439         * ext/mpeg2dec/gstmpeg2dec.c:
13440         * ext/mpeg2dec/gstmpeg2dec.h:
13441         Output correct timestamps and handle disconts.
13442         * ext/ogg/gstoggdemux.c: (get_relative):
13443         Small guard against a null dereference.
13444         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
13445         (gst_textoverlay_set_property):
13446         Free memory when done. Don't call gst_event_filler_get_duration on
13447         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
13448         g_warning.
13449         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
13450         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
13451         (gst_sw_srclink), (gst_smoothwave_chain):
13452         Draw solid lines, prettier colours.
13453         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
13454         Add a default palette that'll work for some movies.
13455         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
13456         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
13457         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
13458         * gst/mpegstream/gstdvddemux.h:
13459         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
13460         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
13461         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
13462         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
13463         * gst/mpegstream/gstmpegparse.h:
13464         Use PTM/NAV events when for timestamp adjustment when connected to 
13465         dvdnavsrc. Don't use many discont events where one suffices.
13466         * gst/playback/gstplaybasebin.c: (group_destroy),
13467         (gen_preroll_element), (gst_play_base_bin_add_element):
13468         * gst/playback/gstplaybasebin.h:
13469         Make sure we remove subtitles from the same bin we put them in.
13470         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
13471         (gst_subparse_buffer_format_autodetect),
13472         (gst_subparse_change_state):
13473         Fix some memleaks and invalid accesses.
13474         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
13475         (oggskel_type_find), (cmml_type_find), (plugin_init):
13476         Some typefind functions for Annodex v3.0 files
13477         * gst/wavparse/gstwavparse.h:
13478         GstRiffReadClass is the correct parent class.
13479
13480 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13481
13482         * gst-libs/gst/riff/riff-media.c:
13483         (gst_riff_create_video_caps_with_data):
13484           Add extradata to huffyuv (fixes #165013).
13485         * gst-libs/gst/riff/riff-read.c:
13486         (gst_riff_read_strf_vids_with_data):
13487           Fix extradata extraction if it is in the chunk size.
13488
13489 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
13490
13491         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13492
13493         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
13494         (gst_quarktv_change_state), (gst_quarktv_dispose):
13495           Memory free'ing location fix (#164708).
13496
13497 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13498
13499         * gst/playback/gstplaybasebin.c: (group_commit),
13500         (gen_preroll_element), (probe_triggered), (gen_source_element),
13501         (setup_source), (gst_play_base_bin_change_state),
13502         (gst_play_base_bin_add_element):
13503           Don't block for streams.
13504         * gst/playback/gststreaminfo.c: (stream_info_change_state),
13505         (gst_stream_info_set_mute):
13506           Use gst_pad_set_active_recursive.
13507
13508 2005-01-25  Andy Wingo  <wingo@pobox.com>
13509
13510         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
13511         for #ifndef HAVE_XVIDEO.
13512
13513 2005-01-24  Jeffrey C. Ollie
13514
13515         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
13516
13517         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
13518         * ext/gsm/gstgsmdec.h:
13519         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
13520         * ext/gsm/gstgsmenc.h:
13521         Fix rate to 8kHz as per spec, removes obscure errors when no rate
13522         was given by property. Add proper buffer timestamps and offsets.
13523
13524 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13525
13526         * gst-libs/gst/riff/riff-media.c:
13527         (gst_riff_create_audio_caps_with_data):
13528           Audio can be <8000Hz.
13529
13530 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13531
13532         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13533           Explicit state change to workaround refcount bugs.
13534
13535 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13536
13537         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
13538         (gst_avimux_riff_get_avi_header):
13539           Fix...
13540
13541 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13542
13543         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
13544         (gst_riff_read_element_data):
13545         * gst-libs/gst/riff/riff-read.h:
13546           Add _peek version (req'ed in CDXA).
13547         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
13548         (gst_cdxaparse_loop):
13549           Fix parsing in playbin.
13550         * gst/playback/gstdecodebin.c: (close_pad_link):
13551           Ignore current_ pads, they cause major annoyance.
13552
13553 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13554
13555         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13556           Safety guard.
13557
13558 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13559
13560         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
13561           Fix padding...
13562
13563 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13564
13565         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
13566           Allow for 0-sized buffers. Fixes length query problems in
13567           starwars.mkv from the testsuite.
13568
13569 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
13570
13571         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
13572         (gst_video_box_i420), (gst_video_box_chain):
13573           Fix row strides for I420 (fixes #163159)
13574           
13575 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13576
13577         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
13578           MPEG2 has a useful rate property, so we can actually use that.
13579           For MPEG-1, continue using the bytes/time properties.
13580
13581 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13582
13583         * gst-libs/gst/riff/riff-media.c:
13584         (gst_riff_create_video_caps_with_data),
13585         (gst_riff_create_video_template_caps):
13586           Add intel-h263.
13587
13588 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13589
13590         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13591           Fail if caps negotiation fails. Should fix #162184, and should
13592           definately be in there regardless of it fixing the actual bug.
13593         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
13594         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
13595         (gst_avimux_riff_get_avix_header),
13596         (gst_avimux_riff_get_video_header),
13597         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
13598         (gst_avimux_start_file), (gst_avimux_handle_event),
13599         (gst_avimux_change_state):
13600         * gst/avi/gstavimux.h:
13601           Refactor structure writing to use GST_WRITE_UINT macros, add
13602           metadata writing support.
13603
13604 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13605
13606         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
13607           Elements may already be destroyed when this function is called.
13608
13609 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13610
13611         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13612         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
13613           More memory leak fixes (#149162).
13614
13615 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13616
13617         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13618         (gst_qtdemux_add_stream):
13619           Fix two memleaks.
13620
13621 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13622
13623         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
13624           Argh...
13625
13626 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13627
13628         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
13629           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
13630           when fixating to six channels in Totem.
13631
13632 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
13633
13634         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
13635           Fix compile warnings on Solaris 10 buildbot
13636
13637 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
13638
13639         * ext/dvdread/dvdreadsrc.c: (_read):
13640           Don't read beyond the last cell in a chapter (fixes 
13641           invalid memory access)
13642
13643 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
13644
13645         * ext/dvdread/stream_labels.c:
13646         (dvdreadsrc_get_audio_stream_labels):
13647           Use NULL for an empty GList instead of g_list_alloc(); fix 
13648           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
13649           of GString (easier to bulk free later)
13650
13651 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
13652
13653         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13654
13655         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13656         (gst_ffmpeg_pixfmt_to_caps):
13657           Fix BGRA32 caps (#164209).
13658
13659 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
13660
13661         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13662
13663         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13664         (gst_ffmpeg_caps_to_pixfmt):
13665           alpha_mask can be RGBA/ABGR. Fixes #164265.
13666
13667 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
13668
13669         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13670
13671         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
13672         (gst_mpeg2dec_alloc_buffer):
13673         * ext/mpeg2dec/gstmpeg2dec.h:
13674           Crop if decoding size is not the actual image size (#163676).
13675
13676 2005-01-17  Steve Baker  <steve@stevebaker.org>
13677
13678         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13679
13680         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
13681         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
13682           Add libsndfile typefind functions (#163309).
13683
13684 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13685
13686         * tools/gst-launch-ext-m.m:
13687           Add .aac, fix .m1v/.m2v (#163891).
13688
13689 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13690
13691         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
13692           Sanity check, don't wait endlessly since the clock might not
13693           actually run at this point (which is a deadlock). Fixes #164069.
13694
13695 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13696
13697         * gst/playback/gstplaybasebin.c: (probe_triggered):
13698           Of course, only pause if group is done...
13699
13700 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13701
13702         * gst/playback/gstplaybasebin.c: (probe_triggered):
13703           Thread safety.
13704
13705 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
13706
13707         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
13708           Don't return state change success when the parent
13709           failed.
13710
13711 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13712
13713         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
13714           Free events (fix memleak in #162905).
13715
13716 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
13717
13718         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13719
13720         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13721         (gst_ffmpeg_caps_to_pixfmt):
13722           Fix for depth = 15. Fixes #161675.
13723
13724 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13725
13726         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13727           Set FPS correctly, even for webcams and the like.
13728         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
13729           Don error on setting while capturing.
13730
13731 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13732
13733         * ext/dv/gstdvdec.c:
13734         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
13735         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
13736           I'm a bad boy. using /1001. to force C to do float division
13737           and not integer division (as it did in my last commit)
13738           Thanks to David I. Lehn for pointing this mistake.
13739
13740 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13741
13742         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
13743           Revert Johan??s 1.35->1.36 since it breaks compat.
13744
13745 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13746
13747         * ext/dv/gstdvdec.c:
13748         * ext/libfame/gstlibfame.c:
13749         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
13750         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
13751           replace framerate aproximations by their real value
13752           (24000/1001, 30000/1001, 60000/1001)
13753           Finish fixing bug #164049
13754
13755 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13756
13757         * ext/ogg/gstoggmux.c:
13758           eos/bos debugging
13759         * gst/tcp/gstmultifdsink.c:
13760         * gst/tcp/gstmultifdsink.h:
13761         * gst/tcp/gsttcp.c:
13762         * gst/tcp/gsttcp.h:
13763         * gst/tcp/gsttcpclientsink.c:
13764         * gst/tcp/gsttcpclientsrc.c:
13765         * gst/tcp/gsttcpserversink.c:
13766         * gst/tcp/gsttcpserversrc.c:
13767           improve reusability of elements after state changes and errors
13768           make multifdsink throw away streamheaders when receiving new ones
13769
13770 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13771
13772         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
13773           Fix for if items are already in list...
13774
13775 2005-01-12  Benjamin Otte  <otte@gnome.org>
13776
13777         * gst/adder/gstadder.c: (gst_adder_loop):
13778           fix adder a bit so it doesn't screw up with events as much anymore
13779
13780 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
13781
13782         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
13783         (pixbufscale_scale), (gst_pixbufscale_chain):
13784         * ext/gdk_pixbuf/pixbufscale.h:
13785           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
13786           to ensure rowstrides are calculated the same way as 
13787           ffmpegcolorspace
13788           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
13789           that we pick up duration and offset also.
13790
13791 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13792
13793         * gst/avi/gstavimux.c: (gst_avimux_class_init),
13794         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
13795           Reusability fixes.
13796
13797 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13798
13799         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
13800         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
13801         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
13802         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
13803           Update flags when requested.
13804
13805 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13806
13807         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
13808           Fix dmix.
13809
13810 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13811
13812         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13813         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
13814         (probe_triggered), (new_decoded_pad), (gen_source_element),
13815         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
13816         * gst/playback/gstplaybasebin.h:
13817         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13818         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
13819         (gst_play_bin_change_state):
13820           Implement group-switch signal for use in apps to clear metadata
13821           cache, clean up subtitle, add suburi property instead of # hack,
13822           some error-out fixes.
13823
13824 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13825
13826         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13827           Debug.
13828         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
13829           If we got a state change in the _get handler, don't return success.
13830
13831 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13832
13833         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
13834         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
13835           Make jpegdec quiet on MJPEG decoding
13836         * gst/asfdemux/README:
13837           Fix mimetypes for MJPEG and H263
13838
13839 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13840
13841         * ext/theora/theoradec.c: (theora_dec_chain):
13842           Fix broken code generation by gcc by swapping arguments.
13843         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13844           Fix \n in debug.
13845
13846 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13847
13848         * TODO:
13849           delete this file, it is by far outdated
13850         * ext/alsa/gstalsa.1: remove
13851         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
13852         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
13853         (gst_alsa_get_caps):
13854           Add HW probing for supported sample rates. Fixes #161704
13855
13856 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13857
13858         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
13859           Don't crash, biatch! :).
13860
13861 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13862
13863         * ext/musepack/gstmusepackreader.cpp:
13864         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
13865           Some work on tags - still doesn't work in playbin...
13866         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
13867           Handle events...
13868
13869 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13870
13871         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
13872           Also shove tags on kid pads.
13873
13874 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13875
13876         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
13877           Don't bail on unknown events.
13878         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
13879           Don't crash on events before negotiation.
13880         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
13881           Send tags on pads, too.
13882         * gst/playback/gststreamselector.c:
13883         (gst_stream_selector_request_new_pad):
13884           Forward events on first pad if no input was selected yet.
13885
13886 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13887
13888         * gst/playback/gstplaybasebin.c: (setup_substreams):
13889           Don't disable streamtype if the stream doesn't exist, since
13890           then playing a video after audio will disable both and nothing
13891           will happen. Fixes the testsuite.
13892
13893 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13894
13895         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
13896         (gst_v4l_xoverlay_set_xwindow_id):
13897         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
13898         (gst_v4l2_xoverlay_set_xwindow_id):
13899           Add debug categories, fix overlay disabling.
13900
13901 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13902
13903         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
13904         * ext/alsa/gstalsa.h:
13905           Add HW probing for period_count/size and buffer_size MIX/MAX
13906           Adjust default/user defined value if out of bounds
13907           Should fix bug #162024
13908
13909 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13910
13911         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
13912           Fix warning (#161191).
13913
13914 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13915
13916         * ext/dvdread/stream_labels.c:
13917         (dvdreadsrc_get_audio_stream_labels):
13918           Fix warning (init the good variable in switch default)
13919
13920 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
13921
13922         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13923
13924         * gst/tta/gstttaparse.c: (gst_tta_src_event):
13925           Fix gcc-2.95 compile (#163485).
13926
13927 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13928
13929         * configure.ac:
13930         * ext/flac/gstflacenc.c: (gst_flacenc_init),
13931         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
13932         (gst_flacenc_tell_callback), (gst_flacenc_chain),
13933         (gst_flacenc_change_state):
13934         * ext/flac/gstflacenc.h:
13935           Update for API change in flac-1.1.1. Update requirement in
13936           configure.ac. Fixes #162974.
13937
13938 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13939
13940         * gst/playback/gstplaybasebin.c: (group_destroy):
13941           Remove hack to get rid of assert and get rid of unlinked
13942           signals properly.
13943
13944 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13945
13946         * gst/playback/gstplaybasebin.c: (setup_source):
13947           Set source to NULL so that resources are free'ed. Fixes issues
13948           with playback of CDDA and similar device-accessing things.
13949
13950 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13951
13952         * testsuite/embed/Makefile.am:
13953           test->noinst, fix make test in buildbot.
13954
13955 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13956
13957         * ext/dvdread/stream_labels.c: new file
13958         * ext/dvdread/stream_labels.h: new file
13959         * ext/dvdread/Makefile.am:
13960         * ext/dvdread/dvdreadsrc.c: (_seek_title):
13961           Extract audio stream label from DVD IFO files.
13962           It only dump them on the console for now, still have to
13963           make playbin aware of them.
13964
13965 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13966
13967         * gst/playback/gstplaybasebin.c: (setup_source):
13968           Fix hanging subs.
13969
13970 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13971
13972         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13973         (gen_preroll_element), (remove_groups), (setup_subtitle),
13974         (gen_source_element), (setup_source):
13975         * gst/playback/gstplaybasebin.h:
13976           Multiple .sub files is just a stupid idea... Fix some threading
13977           mistakes. Interestingly, external .sub files cause playbin to
13978           hang, I don't know why... Parsing fixes contributed by Fran??ois
13979           Kooman <fkooman@tuxed.net>.
13980
13981 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13982
13983         * testsuite/embed/Makefile.am:
13984           Fix buildbot.
13985
13986 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
13987
13988         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13989
13990         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
13991         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
13992         (gst_pngenc_set_property):
13993         * ext/libpng/gstpngenc.h:
13994           Add compression level property (#163323).
13995
13996 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13997
13998         * configure.ac:
13999         * examples/capsfilter/capsfilter1.c: (main):
14000         * examples/seeking/spider_seek.c: (make_spider_pipeline):
14001         * ext/dvdread/Makefile.am:
14002         * ext/dvdread/demo-play:
14003         * ext/dvdread/demo-play.c:
14004         * gconf/gstreamer.schemas.in:
14005         * gst-libs/gst/gconf/gconf.c:
14006         * sys/v4l/TODO:
14007         * testsuite/Makefile.am:
14008         * testsuite/embed/Makefile.am:
14009         * testsuite/embed/embed.c: (cb_expose), (main):
14010           Remove all references to xvideosink, fix examples (#140845).
14011         * gst/playback/gstplaybasebin.c: (group_destroy):
14012           Apparently, disposal does not unlink - so do explicitely.
14013         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14014           Add debug.
14015
14016 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
14017
14018         * README: fix PKG_CONFIG_PATH instructions, what was there
14019         previously was breaking default search path, not nice. 
14020         Fixes #163358
14021
14022 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14023
14024         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
14025         (gst_audioscale_chain):
14026           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
14027           when resampling - how the ^@$^!@^! is this possible?!?
14028
14029 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14030
14031         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
14032           Reset variables on READY.
14033         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
14034         (gst_matroska_mux_loop):
14035           Require data before writing header.
14036
14037 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
14038
14039         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14040
14041         * ext/mad/gstmad.c: (gst_mad_chain):
14042           Don't call mad_stream_sync() directly after recovering sync.
14043           Fixes #151661.
14044
14045 2005-01-09  Martin Eikermann  <meiker@upb.de>
14046
14047         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14048
14049         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
14050         (snapshot_handler), (gst_snapshot_sinkconnect),
14051         (gst_snapshot_chain):
14052           Allocate resources when required, fix recursive signal emission
14053           and fix caps. Fixes #161667.
14054
14055 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
14056
14057         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14058
14059         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
14060         (gst_pngdec_chain):
14061           Handle only 8-bppc (bits-per-pixel-component) images, better
14062           error handling and correct strides. Fixes #163177.
14063         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
14064         (gst_pngenc_chain):
14065           Better error handling. Fixes #163348.
14066
14067 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14068
14069         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
14070         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
14071         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
14072         (dvdnavsrc_uri_handler_init):
14073           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
14074         * gst/playback/gstplaybasebin.c: (gen_source_element):
14075           Add MMS to streaming URIs.
14076
14077 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14078
14079         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
14080         * sys/xvimage/xvimagesink.c:
14081         (gst_xvimagesink_navigation_send_event):
14082           Check for pad availability before sending event.
14083
14084 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14085
14086         * gst-plugins.spec.in:
14087           Add subparse.
14088
14089 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14090
14091         * configure.ac:
14092           Since we use functions from CVS, up requirement.
14093
14094 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14095
14096         * gst/playback/Makefile.am:
14097         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14098         (group_destroy), (group_commit), (group_is_muted),
14099         (gen_preroll_element), (add_stream), (unknown_type),
14100         (probe_triggered), (preroll_unlinked), (mute_stream),
14101         (silence_stream), (new_decoded_pad), (setup_substreams),
14102         (setup_source), (get_active_source), (mute_group_type),
14103         (muted_group_change_state), (set_active_source),
14104         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14105         (play_base_eos), (gst_play_base_bin_change_state):
14106         * gst/playback/gstplaybasebin.h:
14107         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
14108         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14109         (gst_stream_info_dispose), (stream_info_mute_pad),
14110         (stream_info_change_state), (gst_stream_info_set_mute):
14111         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
14112         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
14113         (gst_stream_selector_init), (gst_stream_selector_dispose),
14114         (gst_stream_selector_get_linked_pad),
14115         (gst_stream_selector_get_caps), (gst_stream_selector_link),
14116         (gst_stream_selector_get_linked_pads),
14117         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14118         * gst/playback/gststreamselector.h:
14119           Adding stream selection support plus required properties for
14120           applications to use this. Fully fixes #100931.
14121
14122 2005-01-08  Benjamin Otte  <otte@gnome.org>
14123
14124         * gst/games/gstpuzzle.c: (nav_event_handler):
14125           - handle nav events differently: forward every event no matter if it
14126             was handled or not.
14127           - translate events
14128           You can now cheat by using navigationtest ! puzzle and moving the
14129           mouse close to the edge of a tile. ;)
14130
14131 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14132
14133         * configure.ac:
14134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
14135         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
14136         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
14137         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
14138         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
14139         (gst_ogm_parse_plugin_init):
14140         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
14141         (gst_textoverlay_link), (gst_textoverlay_getcaps),
14142         (gst_textoverlay_event), (gst_textoverlay_video_chain),
14143         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
14144         * ext/pango/gsttextoverlay.h:
14145         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14146         (gst_matroska_demux_handle_seek_event),
14147         (gst_matroska_demux_sync_streams),
14148         (gst_matroska_demux_parse_blockgroup),
14149         (gst_matroska_demux_subtitle_caps),
14150         (gst_matroska_demux_plugin_init):
14151         * gst/matroska/matroska-ids.h:
14152         * gst/playback/gstdecodebin.c: (close_pad_link):
14153         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14154         (gen_preroll_element), (remove_groups), (add_stream),
14155         (new_decoded_pad), (setup_subtitles), (gen_source_element),
14156         (setup_source):
14157         * gst/playback/gstplaybasebin.h:
14158         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
14159         * gst/subparse/Makefile.am:
14160         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
14161         (gst_subparse_base_init), (gst_subparse_class_init),
14162         (gst_subparse_init), (gst_subparse_formats),
14163         (gst_subparse_eventmask), (gst_subparse_event),
14164         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
14165         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
14166         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
14167         (parse_mpsub_deinit), (parse_mpsub_init),
14168         (gst_subparse_buffer_format_autodetect),
14169         (gst_subparse_format_autodetect), (gst_subparse_loop),
14170         (gst_subparse_change_state), (gst_subparse_type_find),
14171         (plugin_init):
14172         * gst/subparse/gstsubparse.h:
14173         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
14174         (plugin_init):
14175           Add subtitle support, .sub parser (supports SRT and MPsub),
14176           OGM text support, Matroska UTF-8 text support, deadlock fixes
14177           all over the place, subtitle awareness in decodebin/playbin
14178           and some fixes to textoverlay to handle subtitles in a stream
14179           correctly. Fixes #100931.
14180
14181 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14182
14183         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
14184           Check for pad availability before doing a query on it.
14185
14186 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14187
14188         * ext/dv/gstdvdec.c:
14189           really fix bpp24/32 dvdec caps (classic rgba indeed)
14190         * gst/asfdemux/gstasfdemux.c:
14191         (gst_asf_demux_process_ext_content_desc):
14192           don't send text tags if they are empty (bis repetita)
14193
14194 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14195
14196         * ext/dv/gstdvdec.c:
14197          remove unneeded comment from dvdec
14198           (related to DV 4CC codes in AVI files)
14199           moved them in gstreamer/docs/random/mimetypes
14200         * gst/asfdemux/gstasfdemux.c:
14201         (gst_asf_demux_process_ext_content_desc):
14202          don't send text tags if they are empty
14203          fix mem leak on error path
14204         * gst/ffmpegcolorspace/avcodec.h:
14205         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14206         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
14207         (gst_ffmpegcsp_avpicture_fill):
14208         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
14209         * gst/ffmpegcolorspace/imgconvert_template.h:
14210          adds BGR32 and BGRA32 to ffmpegcolorspace
14211           (still bad colors, fixing it on next commit)
14212           helps with dvdec outputing BGR32
14213
14214 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14215
14216         * ext/dv/gstdvdec.c:
14217          Fix audio caps i just broke (missing ',')
14218         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
14219         (gst_matroska_mux_reset):
14220          Fix typo + add FIXME about old "x-gst-metadata" crap
14221
14222 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14223
14224         * ext/dv/demo-play.c: (main):
14225          xvideosink -> xvimagesink
14226         * ext/dv/gstdvdec.c:
14227          change rgb 32/32 caps to 24/32 (no alpha)
14228          change nb of channels to be a list (2 or 4, not 2)
14229          change sample rate to be a list (32, 44.1, 48 kHz) not a range
14230         * gst/asfdemux/gstasfdemux.c:
14231         (gst_asf_demux_process_ext_content_desc):
14232          Add 'date/year' to extracted metadata list
14233
14234 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14235
14236         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14237           The return value of fixate_to does not imply that the requested
14238           value was set, so don't assume.
14239
14240 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
14241
14242         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14243
14244         * ext/libpng/gstpngdec.c:
14245         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
14246         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
14247         * ext/libpng/gstpngenc.h:
14248           Alpha support (encoder; #163161), mime fixage.
14249
14250 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
14251
14252         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14253
14254         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
14255         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
14256         (gst_faac_set_property), (gst_faac_get_property):
14257         * ext/faac/gstfaac.h:
14258           Allow for ADTS output (#153434).
14259
14260 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14261
14262         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
14263           Fix against template (#150576).
14264
14265 2005-01-06  Benjamin Otte  <otte@gnome.org>
14266
14267         * gst/games/gstpuzzle.c: (draw_puzzle):
14268           don't draw a puzzle if either width or height of tiles would be 0.
14269
14270 2005-01-06  Benjamin Otte  <otte@gnome.org>
14271
14272         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
14273         (gst_puzzle_class_init), (gst_puzzle_finalize):
14274           no memleaks, please
14275         (gst_puzzle_create), (gst_puzzle_init),
14276         (gst_puzzle_set_property), (gst_puzzle_setup):
14277           change initialization code around so we don't reshuffle on resize
14278         (draw_puzzle):
14279           fix another stupid typo
14280
14281 2005-01-06  Benjamin Otte  <otte@gnome.org>
14282
14283         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
14284           fix stupid typo that borked copying on YUY2
14285
14286 2005-01-06  Benjamin Otte  <otte@gnome.org>
14287
14288         * gst/games/gstpuzzle.c: (draw_puzzle):
14289           fix edges when image sizes aren't multiples of tile sizes
14290
14291 2005-01-06  Benjamin Otte  <otte@gnome.org>
14292
14293         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
14294           make RGB endianness work correctly
14295         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
14296           refactor and fix race with initial shuffling
14297         (nav_event_handler):
14298           allow using the mouse to puzzle
14299         (draw_puzzle):
14300           insist on tiles having width and height as multiples of 4 to get
14301           clean YUV image handling
14302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14303         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
14304           s/DEBUG/LOG/ for common messages
14305         (gst_xvimagesink_navigation_send_event):
14306           fix mouse event translation to not include screen PAR
14307         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
14308           fix mouse event translation to actually work
14309
14310 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14311
14312         * gst/asfdemux/gstasfdemux.c:
14313         (gst_asf_demux_process_ext_content_desc):
14314          Extract TrackNumber metadata + clean up code
14315         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
14316          Hope this is the good fix (var used unitialised)
14317
14318 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14319
14320         * ext/faad/gstfaad.c: (gst_faad_chain):
14321           Only increment timestamp if it's valid. Fixes raw AAC streams.
14322
14323 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14324
14325         * configure.ac:
14326         * gst/games/Makefile.am:
14327         * gst/games/gstpuzzle.c:
14328           add a puzzle game with...
14329         * gst/games/gstvideoimage.c:
14330         * gst/games/gstvideoimage.h:
14331           ... full colorspace support (that includes YUV9 and RGB16)) stolen
14332           from videotestsrc and made into something that would be a nice
14333           library for a lot of other plugins.
14334
14335 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14336
14337         * configure.ac:
14338          don't compile faad plugin if a RC of 2.0 is found
14339          Fixes #155346 (and FC1 buildbot)
14340         * gst/asfdemux/gstasfdemux.c:
14341         (gst_asf_demux_process_ext_content_desc):
14342          try to make Solaris compiler happier
14343
14344 2005-01-06  Paul Jack  <pjack@sfaf.org>
14345
14346         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14347
14348         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
14349           Fix segfault (#161667).
14350
14351 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14352
14353         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
14354           Fix framerate reporting.
14355
14356 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14357
14358         * gst-libs/gst/riff/riff-ids.h:
14359         * gst/wavenc/riff.h:
14360          Add AMR (VBR and CBR) ids to riff.h audio codec list
14361         * gst/asfdemux/gstasfdemux.c:
14362         (gst_asf_demux_process_ext_content_desc),
14363         (gst_asf_demux_process_object):
14364           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
14365
14366 2005-01-05  Martin Eikermann  <meiker@upb.de>
14367
14368         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14369
14370         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
14371         (gst_dvd_demux_handle_discont):
14372         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
14373         (gst_mpeg_demux_handle_discont):
14374           Recreate pads on new-media (#160730).
14375         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
14376           Send discont even if manager changes timestamps (#161929).
14377
14378 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
14379
14380         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14381
14382         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
14383           Fix invalid memory access (#159211).
14384
14385 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14386
14387         * examples/gstplay/player.c: (main):
14388           Don't iterate.
14389         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
14390           Add visualizations.
14391         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
14392         (gst_a52dec_handle_frame):
14393           Set duration.
14394         * ext/dvdnav/gst-dvd:
14395           Add audioconvert. Fixes #161325.
14396         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
14397           Explicitely case to gint64. Possible valgrind error.
14398         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
14399         (gst_play_tick_callback), (gst_play_change_state),
14400         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
14401         (gst_play_set_location), (gst_play_get_location),
14402         (gst_play_seek_to_time), (gst_play_set_data_src),
14403         (gst_play_set_video_sink), (gst_play_set_audio_sink),
14404         (gst_play_set_visualization), (gst_play_connect_visualization),
14405         (gst_play_get_framerate), (gst_play_get_all_by_interface),
14406         (gst_play_new):
14407           Use playbin. Fixes #139749 and #147744.
14408         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
14409           Add genre tag.
14410         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
14411         (audioscale_get_type), (gst_audioscale_base_init),
14412         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
14413         (gst_audioscale_getcaps), (gst_audioscale_fixate),
14414         (gst_audioscale_link), (gst_audioscale_get_buffer),
14415         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
14416         (gst_audioscale_init), (gst_audioscale_dispose),
14417         (gst_audioscale_chain), (gst_audioscale_set_property),
14418         (gst_audioscale_get_property), (plugin_init):
14419           Indent properly.
14420         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
14421           Fix LPCM.
14422         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
14423         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
14424         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
14425           Add more metadata (fixes #162656).
14426
14427 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14428
14429         * configure.ac:
14430           back to cvs
14431
14432 === release 0.8.7 ===
14433
14434 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14435
14436         * NEWS:
14437         * RELEASE:
14438         * configure.ac:
14439           releasing 0.8.7, "Hyperspace"
14440
14441 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14442
14443         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14444
14445         * gst/playback/gstplaybasebin.c:
14446          Fix for #162924 - free caps after use, not before
14447
14448 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14449
14450         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14451
14452         * gst/playback/gstplaybasebin.c:
14453         * gst/wavparse/gstwavparse.c:
14454           Fix for #154773 - fixes playback of small .wav files
14455
14456 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14457
14458         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14459
14460         * gst/audioscale/gstaudioscale.c:
14461           Fix for #162819 - make audioscale reusable
14462           Fixes playback of more than one file with playbin/totem
14463
14464 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14465
14466         * gst/ffmpegcolorspace/avcodec.h:
14467         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14468         * gst/ffmpegcolorspace/imgconvert.c:
14469           clean up the mess that made me cry and avoid needless duplication
14470
14471 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14472
14473         * gst/ffmpegcolorspace/imgconvert.c:
14474           give some indication of why we're segfaulting
14475
14476 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14477
14478         * configure.ac:
14479           Fix indentation, fix v4l2 plugin detection.
14480         * ext/Makefile.am:
14481           Fix libmms location (Maciej, use diff -u!).
14482         * ext/alsa/gstalsa.c: (gst_alsa_init):
14483           Initialize caps cache to NULL.
14484         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
14485           Only change state on audiosink if it exists.
14486
14487 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
14488
14489         * gst/matroska/matroska-demux.c:
14490         * gst/matroska/matroska-ids.h:
14491         * gst/matroska/matroska-demux.h:
14492         Fix Vorbis streams failing to decode in some files, where cluster_time
14493         isn't 0, because then it doesn't send codec_priv before actual data.
14494         Remove time-based test and replace it with marker set on beginning of
14495         new stream
14496
14497 2004-12-28  David Schleef  <ds@schleef.org>
14498
14499         Merge patch from Ronald fixing problems with streaming
14500         text.
14501         * ext/cairo/gstcairo.c: (plugin_init):
14502         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
14503         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14504         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
14505         (gst_textoverlay_font_init), (gst_textoverlay_init),
14506         (gst_textoverlay_set_property):
14507         * ext/cairo/gsttextoverlay.h:
14508
14509 2004-12-27  David Schleef  <ds@schleef.org>
14510
14511         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
14512         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14513         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
14514         (gst_textoverlay_font_init), (gst_textoverlay_init),
14515         (gst_textoverlay_set_property): Improvements to actually
14516         render text as white on black outline on video, including
14517         font selection and horizontal/vertical alignment.  (Ronald's
14518         christmas present)
14519         * ext/cairo/gsttextoverlay.h:
14520
14521 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14522
14523         * ext/ogg/gstogg.c:
14524         * ext/ogg/gstogmparse.c:
14525           fix ogm[audio/video]parse plugin registration
14526           (riff won't load if bytestream is already loaded)
14527
14528 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14529
14530         * gst/audioconvert/gstchannelmix.c:
14531           fix for GLIB < 2.4
14532
14533 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14534
14535         * Makefile.am:
14536         * configure.ac:
14537           disable docs again until it actually passes make distcheck.
14538
14539 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14540
14541         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
14542         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
14543         (plugin_init):
14544           Add 3GP (variables name Q3GP because they can't start with a
14545           number). Add samr audio fourcc (used in .3gp files), decoder
14546           is work in progress. Also do a GST_WARNING instead of ERROR
14547           in case of unknown nodes, to decrease output.
14548
14549 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14550
14551         * Makefile.am:
14552           really fix dist
14553
14554 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14555
14556         * configure.ac:
14557         * ext/speex/gstspeexdec.h:
14558         * ext/speex/gstspeexenc.h:
14559           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
14560           Fix detection code in configure.ac
14561
14562 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14563
14564         * gst/matroska/matroska-demux.c:
14565         (gst_matroska_demux_parse_blockgroup):
14566           Save position, so that queries give proper return values. Don't
14567           know how this could ever have worked before...
14568
14569 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14570
14571         * configure.ac:
14572           Put additional LAME check inside the conditional.  Fixes #152339
14573
14574 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14575
14576         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14577         (gst_avi_demux_stream_scan):
14578           Add some more debug. Fix logic error when setting movi offset
14579           while reading index.
14580
14581 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14582
14583         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14584         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
14585         (gst_avi_demux_process_next_entry):
14586           Add some debugging. Better detection of broken indexes and the
14587           accompanying index recovery. No infinite loops on state changes
14588           when we're still in our loopfunction.
14589
14590 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14591
14592         * configure.ac:
14593           Fix up.
14594
14595 2004-12-22  Archana Shah  <archana.shah@wipro.com>
14596
14597         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14598
14599         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
14600           Normalizing the value before setting
14601         (gst_sunaudiomixer_get_volume):
14602           Normalizing the value after getting. Fixes bug# 161980
14603
14604 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
14605
14606         * Makefile.am: Make sure docs gets disted
14607         * docs/Makefile.am: Make sure all needed files get disted
14608         * gst-plugins.spec.in: latest updates
14609
14610 2004-12-22  Wim Taymans  <wim@fluendo.com>
14611
14612         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14613         Revert patch 1.38 as clock distribution over schedulers does
14614         not work correcly in the core yet.
14615
14616 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14617
14618         * sys/oss/README: remove this file, which predates my birth
14619           (and which content is by far outdated)
14620
14621 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
14622
14623         * Makefile.am:
14624         * configure.ac:
14625         * docs/Makefile.am:
14626         * docs/libs/Makefile.am:
14627         * docs/libs/gst-plugins-libs-docs.sgml:
14628         * docs/libs/gst-plugins-libs-sections.txt:
14629         * docs/libs/tmpl/gstgconf.sgml:
14630         * docs/upload.mak:
14631         * docs/version.entities.in:
14632           Added boilerplate gtk-doc files for plugin-libs documentation.
14633
14634 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14635
14636         * gst/auparse/gstauparse.c: fix int and float audio caps
14637
14638 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14639
14640         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
14641         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
14642           g_assert() can be a macro, don't use #ifdef inside it.
14643
14644 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
14645
14646         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14647
14648         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
14649         (gst_videorate_init), (gst_videorate_chain),
14650         (gst_videorate_change_state):
14651           Event handling (fixes #159986).
14652
14653 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14654
14655         * gst-libs/gst/riff/riff-media.c:
14656         (gst_riff_create_video_caps_with_data):
14657           Add BLZ0 (Blizzard's version of DivX) fourcc.
14658
14659 2004-12-18  David Schleef  <ds@schleef.org>
14660
14661         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
14662         portability fix.
14663
14664 2004-12-18  David Schleef  <ds@schleef.org>
14665
14666         * gst/tta/ttadec.h: Disable some header code that isn't used
14667         and clearly isn't portable.
14668
14669 2004-12-18  David Schleef  <ds@schleef.org>
14670
14671         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
14672         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14673         (avcodec_get_pix_fmt), (avpicture_layout),
14674         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
14675         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
14676         Fix code to not use GCC extensions (and c99 extensions that
14677         Forte does not like.)
14678
14679 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14680
14681         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14682
14683         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
14684         (gst_deinterlace_chain):
14685           Rowstride fixes. Fixes #161039.
14686         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
14687         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
14688         (gst_video_crop_getcaps), (gst_video_crop_link),
14689         (gst_video_crop_i420), (gst_video_crop_chain),
14690         (gst_video_crop_change_state):
14691           Rework of negotiation. Actually works now. Fixes #158650.
14692
14693 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14694
14695         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
14696           That was very stupid.
14697
14698 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14699
14700         * gst/matroska/matroska-demux.c:
14701         (gst_matroska_demux_parse_blockgroup):
14702           Fix possible crasher.
14703
14704 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14705
14706         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
14707         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
14708           Lace sizes can be zero.
14709
14710 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14711
14712         * ext/musepack/gstmusepackdec.cpp:
14713           Fetch error return values. Fixes #161624.
14714         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
14715           Really EOS.
14716
14717 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14718
14719         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
14720           Work for truncated (unfinished download etc.) files. Fixes #160514.
14721
14722 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14723
14724         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14725           Fix for integer overflow. Makes #156001 not crash. Probably masks
14726           the real bug.
14727
14728 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14729
14730         * gst/ac3parse/gstac3parse.c: (plugin_init):
14731           Parsers never have ranks. Fixes #159651.
14732
14733 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14734
14735         * gst/playback/gstdecodebin.c: (compare_ranks):
14736           make sure the facotries are ordered the same every time even if they
14737           have the same rank by using the name
14738         * gst/playback/gstdecodebin.c: (find_compatibles):
14739           make sure we don't add factories to the list twice
14740
14741 2004-12-16  David Schleef  <ds@schleef.org>
14742
14743         * configure.ac: look for musepack headers as musepack/*.h
14744         (fixes #159847)
14745         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
14746         * ext/musepack/gstmusepackreader.h: same
14747
14748 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14749
14750         * gst-libs/gst/riff/riff-read.c:
14751         (gst_riff_read_strf_auds_with_data):
14752           Read extradata correctly (fixes #155879).
14753
14754 2004-12-16  David Schleef  <ds@schleef.org>
14755
14756         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
14757         audio.  does _not_ attempt or allow conversion unless channels
14758         is 1 or 2.
14759
14760 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
14761
14762         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
14763
14764 2004-12-16  David Schleef  <ds@schleef.org>
14765
14766         * gst/audioscale/gstaudioscale.c: the resample library only
14767         handles 1 or 2 channels.  Change caps to compensate.
14768
14769 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14770
14771         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
14772         (gst_matroska_demux_audio_caps):
14773           Some MPEG-AAC hacks, because else it doesn't work...
14774
14775 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14776
14777         * gst-libs/gst/riff/riff-media.c:
14778         (gst_riff_create_video_caps_with_data),
14779         (gst_riff_create_video_template_caps):
14780           Add h264.
14781
14782 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14783
14784         * gst-libs/gst/audio/Makefile.am:
14785           Try to fix buildbot.
14786
14787 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14788
14789         * gst/tcp/gstmultifdsink.c:
14790           Clean up and uniformize debugging.
14791
14792 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
14793
14794         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14795
14796         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
14797         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
14798         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
14799         (gst_mpeg_demux_change_state):
14800           Reset on ready. Fixes 160276.
14801
14802 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
14803
14804         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14805
14806         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14807         (gst_ffmpegcsp_pad_link):
14808           Fix memleak (#154815).
14809
14810 2004-12-16  James Bowes  <bowes@cs.dal.ca>
14811
14812         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14813
14814         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
14815         (gst_musicbrainz_init), (gst_musicbrainz_chain),
14816         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
14817         * ext/musicbrainz/gsttrm.h:
14818           Add support for using a proxy server when getting a trm id from
14819           the MusicBrainz database (#149613).
14820
14821 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
14822
14823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14824
14825         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
14826         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14827           Fix memleaks (#157233).
14828
14829 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
14830
14831         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14832
14833         * gst-libs/gst/resample/resample.c: (gst_resample_close):
14834         * gst-libs/gst/resample/resample.h:
14835         * gst/audioscale/gstaudioscale.c:
14836           Fix memleak (#159215).
14837
14838 2004-12-16  Toni Willberg  <toniw@iki.fi>
14839
14840         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14841
14842         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
14843         * sys/oss/oss_probe.c: (main):
14844           Check for mono/stereo support (similar to samplerate probing),
14845           fixes #159433. Also add missing copyright header to oss_probe.c.
14846
14847 2004-12-15  David Schleef  <ds@schleef.org>
14848
14849         * configure.ac: add audioresample and cairo plugins.  Remove
14850         HAVE_MMX stuff, because it's not used.
14851         * ext/Makefile.am: same
14852         * ext/audioresample/Makefile.am: You are not ready for an
14853         audio resampling element based on audioresample.
14854         * ext/audioresample/gstaudioresample.c:
14855         * ext/audioresample/gstaudioresample.h:
14856         * ext/cairo/Makefile.am: You are not ready for overlay elements
14857         based on cairo.  Don't look too closely, these elements kinda
14858         suck right now.
14859         * ext/cairo/gstcairo.c: new
14860         * ext/cairo/gsttextoverlay.c: new
14861         * ext/cairo/gsttextoverlay.h: new
14862         * ext/cairo/gsttimeoverlay.c: new
14863         * ext/cairo/gsttimeoverlay.h: new
14864         * gst-libs/gst/media-info/media-info-priv.h: fix compile
14865         problem with compilers that don't support variadic macros.
14866
14867 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
14868
14869         Reviewed by:  David Schleef  <ds@schleef.org>
14870
14871         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
14872         Bala, registering sunaudiosrc (oops!), and cleaning up code a
14873         bit.  Also ran indent-gst.
14874         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
14875         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
14876         (gst_sunaudiosrc_setparams):
14877
14878 2004-12-14  David Schleef  <ds@schleef.org>
14879
14880         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
14881         output rate to 16000.  Should fix #160235.
14882
14883 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14884
14885         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14886         Add typefinding for mpeg2 pes streams
14887
14888 2004-12-13  David Schleef  <ds@schleef.org>
14889
14890         * configure.ac:  Applied patch from bug #143659, making default
14891         sources and sinks OS-dependent (for Solaris), and added code
14892         for OS/X.
14893         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
14894
14895 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14896
14897         * gst-libs/gst/riff/riff-media.c:
14898           forgot to add h2.64 to avidemux template caps
14899
14900 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14901
14902         * gst/wavenc/riff.h:
14903         * gst-libs/gst/riff/riff-media.c:
14904         * gst-libs/gst/riff/riff-ids.h:
14905         * gst/avi/gstavimux.c
14906         add 4CC code for VideoSoft h264 in AVI (VSSH)
14907           fixes bug #160655
14908         remove s323 from riff, it's quicktime specific :(
14909
14910 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14911
14912         * gst/asfdemux/README
14913         * gst/wavenc/riff.h
14914         * gst-libs/gst/riff/riff-ids.h
14915         * gst-libs/gst/riff/riff-media.c
14916         * gst/qtdemux/qtdemux.c:
14917           add new 4CC codes for h263 related codecs
14918           fixes partially bug #155163
14919
14920 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
14921
14922         * configure.ac: Update polyaudio requirement to 0.7
14923         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
14924
14925 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14926
14927         * gst/interleave/deinterleave.c:
14928         fix my name's spelling! :)
14929
14930 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14931
14932         * AUTHORS ChangeLog
14933         * gst/auparse/gstauparse.c
14934         * gst/interleave/deinterleave.c
14935         * gst/law/:
14936                 alaw-decode.c alaw-encode.c
14937                 mulaw-decode.c mulaw-encode.c
14938         * gst/oneton/gstoneton.c
14939         * sys/osxaudio/:
14940                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
14941         * sys/osxvideo/:
14942                 cocoawindow.h cocoawindow.m
14943                 osxvideosink.h osxvideosink.m
14944
14945         put the same mail address for Zaheer Abbas Merali everywhere
14946
14947 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14948
14949         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
14950           Align by packetsize, and assert that we a packet available before
14951           playing. The first makes webstreams work (they often include
14952           trailing padding data in a packet), the second allows pausing a
14953           ASF stream in totem without getting demux errors afterwards.
14954
14955 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14956
14957         * ext/ogg/gstoggdemux.c: (get_relative):
14958           Check for non-NULL before accessing member (end-of-chain).
14959
14960 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14961
14962         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14963         (cdparanoia_set_property), (cdparanoia_get_property):
14964         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
14965         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
14966         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14967         (dvdreadsrc_init), (dvdreadsrc_set_property),
14968         (dvdreadsrc_get_property):
14969         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
14970         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
14971           Synchronize property names where not yet the case. Devices are
14972           now device=X, other versions are deprecated (but still exist).
14973           Also use g_free() unconditionally.
14974         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14975         (setup_source), (gst_play_base_bin_get_property):
14976           Expose source.
14977
14978 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14979
14980         * configure.ac: move GCONF macro outside conditional for the am
14981           conditional. Fixes #160439
14982
14983 2004-12-08  David Schleef  <ds@schleef.org>
14984
14985         * tools/gst-visualise-m.m: Switch to elements that currently
14986         exist.
14987
14988 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14989
14990         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14991           We love wrong commas.
14992
14993 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14994
14995         * gst/matroska/matroska-demux.c:
14996         (gst_matroska_demux_handle_src_query):
14997           Don't set DEFAULT, unsupported - makes length display incorrectly
14998           in some cases.
14999
15000 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
15001
15002         * gst/monoscope/README: remove blurb about files being GPL
15003         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
15004         * gst/monoscope/monoscope.c: Change license to BSD with explanation
15005           monoscope is now effectively LGPL licensed
15006
15007 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
15008
15009         * gst/monoscope/README: Update information to be more correct
15010         * gst/monoscope/convolve.c: Relicense to LGPL
15011         * gst/monoscope/convolve.h: Relicense to LGPL
15012
15013 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
15014
15015         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15016           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
15017         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
15018           set default_duration for mpeg1 audio
15019
15020 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15021
15022         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
15023         * ext/alsa/gstalsa.h:
15024           refactor big chunks of the core caps negotiation code to make it
15025           a lot faster, because people claim it's really slow
15026           (actually, just cache the getcaps when the device is opened)
15027
15028 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15029
15030         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
15031         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
15032         (gst_a52dec_handle_frame), (gst_a52dec_chain),
15033         (gst_a52dec_change_state), (plugin_init):
15034         * ext/a52dec/gsta52dec.h:
15035           Do something useful with timestamps. Make chain-based (since
15036           there's really no reason to be loopbased).
15037         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
15038           Update current_byte/frame correctly.
15039
15040 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15041
15042         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
15043         (gst_ape_demux_stream_init):
15044           Forward tags, too.
15045
15046 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15047
15048         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
15049           Let's make sure we're done typefinding when detecting tags.
15050
15051 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15052
15053         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
15054         (gst_ebml_read_init), (gst_ebml_read_use_event),
15055         (gst_ebml_read_element_id), (gst_ebml_peek_id),
15056         (gst_ebml_read_seek), (gst_ebml_read_skip),
15057         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
15058         (gst_ebml_read_master):
15059         * gst/matroska/ebml-read.h:
15060         * gst/matroska/matroska-demux.c:
15061         (gst_matroska_demux_parse_contents),
15062         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
15063           Disgustingly evil hack for working around INTERRUPT events and
15064           their extremely annoying habit of being a pain in the ass. We
15065           simply peek a cluster before reading any of it.
15066
15067 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15068
15069         * ext/musepack/gstmusepackdec.cpp:
15070           There's also floating point libmusepacks.
15071
15072 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15073
15074         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
15075         (gst_faad_chanpos_to_gst), (gst_faad_chain):
15076           Set DURATION even if source buffer didn't. Also use increasing
15077           timestamps.
15078         * gst-libs/gst/riff/riff-media.c:
15079         (gst_riff_create_audio_caps_with_data):
15080           Block_align can have larger values than 8192.
15081
15082 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15083
15084         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
15085         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
15086         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
15087         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
15088           Fix caps.
15089
15090 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15091
15092         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
15093           Fix logic bug.
15094
15095 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15096
15097         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
15098           Yay, another one.
15099
15100 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15101
15102         * ext/esd/esdsink.c: (gst_esdsink_chain):
15103           Make error actually say something useful (fixes #156798).
15104         * gst-libs/gst/riff/riff-media.c:
15105         (gst_riff_create_video_caps_with_data),
15106         (gst_riff_create_video_template_caps):
15107           Add Intel Video 5.0 fourcc (IV50).
15108
15109 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
15110
15111         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
15112         detection on mono and stereo mp3 files.
15113
15114 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15115
15116         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15117           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
15118           the contained stream).
15119
15120 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15121
15122         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
15123           Oops, remove debug.
15124
15125 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15126
15127         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15128
15129         * gst/law/alaw-decode.c: (alawdec_getcaps):
15130         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15131           Prevent warnings when negotiating caps (fixes #159338).
15132
15133 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15134
15135         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15136         (gst_ffmpegcsp_chain):
15137           Remove old leftover that shouldn't be there...
15138
15139 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15140
15141         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15142
15143         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
15144           Don't forward DISCONT events (fixes #159684).
15145
15146 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15147
15148         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
15149           Unlink manually since sometimes bin disposal (and therefore
15150           pad unlinking) is delayed, which will cause a new media file
15151           to not be able to start playing instantly.
15152
15153 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15154
15155         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
15156           On mute of an unlinked stream, check for pad availability so
15157           we don't crash on unlinked pad.
15158
15159 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15160
15161         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15162         (gst_avi_demux_massage_index):
15163           Fix quite humiliating bug in omitting 0-sized index chunks but
15164           forgetting to count them for timestamps.
15165
15166 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15167
15168         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
15169           Actually leave the loop if we failed to sync. Don't crash.
15170
15171 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15172
15173         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
15174         (gst_dvd_demux_process_private):
15175         * gst/mpegstream/gstdvddemux.h:
15176           Fix crash (#159759). Doesn't work, though. :-(.
15177
15178 2004-11-28  Benjamin Otte  <otte@gnome.org>
15179
15180         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
15181           more overwriting protection due to modifying channels one by one
15182           instead of all at once
15183
15184 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15185
15186         * gst/audioconvert/gstchannelmix.c:
15187         (gst_audio_convert_fill_normalize):
15188           Normalize using absolute values.
15189
15190 2004-11-28  Julien MOUTTE  <julien@moutte.net>
15191
15192         * configure.ac:
15193         * ext/Makefile.am:
15194         * ext/directfb/Makefile.am:
15195         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
15196         (gst_directfbvideosink_get_pixel_format),
15197         (gst_directfbvideosink_get_format_from_fourcc),
15198         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
15199         (gst_directfbvideosink_sink_link),
15200         (gst_directfbvideosink_change_state),
15201         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
15202         (gst_directfbvideosink_buffer_alloc),
15203         (gst_directfbvideosink_interface_supported),
15204         (gst_directfbvideosink_interface_init),
15205         (gst_directfbvideosink_navigation_send_event),
15206         (gst_directfbvideosink_navigation_init),
15207         (gst_directfbvideosink_set_property),
15208         (gst_directfbvideosink_get_property),
15209         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
15210         (gst_directfbvideosink_base_init),
15211         (gst_directfbvideosink_class_init),
15212         (gst_directfbvideosink_get_type), (plugin_init):
15213         * ext/directfb/directfbvideosink.h: Adding a first version of
15214         directfbvideosink.
15215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
15216         more.
15217
15218 2004-11-28  Benjamin Otte  <otte@gnome.org>
15219
15220         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
15221           walk the samples backwards if out_channels > in_channels so we don't
15222           overwrite data
15223
15224 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15225
15226         * gst/audioconvert/Makefile.am:
15227         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15228         (gst_audio_convert_link), (gst_audio_convert_change_state),
15229         (gst_audio_convert_channels):
15230         * gst/audioconvert/gstchannelmix.c:
15231         (gst_audio_convert_unset_matrix),
15232         (gst_audio_convert_fill_identical),
15233         (gst_audio_convert_fill_compatible),
15234         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
15235         (gst_audio_convert_fill_others),
15236         (gst_audio_convert_fill_normalize),
15237         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
15238         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
15239         * gst/audioconvert/gstchannelmix.h:
15240           Implement a channel mixer.
15241
15242 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
15243
15244         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
15245         * ext/alsa/gstalsa.h:
15246         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
15247         Make alsasink actually honor gst_element_set_clock and use that
15248         clock instead of its internal one.
15249
15250 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
15251
15252         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
15253         (gst_play_base_bin_change_state): nullify source and decoder when
15254         going from READY to NULL so that we don't try to do weird stuff with
15255         them when going from NULL to READY
15256         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
15257         instead of g_object_unref
15258         (gen_video_element), (gen_audio_element): more refcounting fixes, now
15259         it should be correct
15260         (gst_play_bin_change_state): don't call remove_sinks if we are
15261         currently disposing the object
15262
15263 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15264
15265         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
15266           Don't forget bass if it's there. Else left channel is silent...
15267
15268 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15269
15270         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
15271         (gst_a52dec_change_state):
15272           Don't do sample adjusting anymore, we use float audio now.
15273         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
15274           Don't fixate to non-existing properties.
15275
15276 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15277
15278         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
15279         (gst_a52dec_change_state):
15280           Advertise that we can do surround sound.
15281
15282 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15283
15284         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
15285           Add buffer-frames=0.
15286         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
15287         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
15288         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
15289         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
15290         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
15291         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
15292         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
15293         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
15294         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
15295         * ext/dvdread/dvdreadsrc.h:
15296           Add seeking, querying for bytes, sectors, title, angle and
15297           chapter. Handle multiple chapters. Relicense to LGPL because
15298           Billy agreed on that (thanks Billy!).
15299
15300 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
15301
15302         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
15303         call parent dispose method
15304
15305 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
15306
15307         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
15308         (gst_audio_clock_get_internal_time):
15309         Fix active <-> inactive transitions: ensure time value always
15310         grows and avoid abrupt value changes.
15311
15312 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
15313
15314         * configure.ac:
15315         * gst/tta/Makefile.am:
15316         * gst/tta/crc32.h:
15317         * gst/tta/filters.h:
15318         * gst/tta/gsttta.c:
15319         * gst/tta/gstttadec.c:
15320         * gst/tta/gstttadec.h:
15321         * gst/tta/gstttaparse.c:
15322         * gst/tta/gstttaparse.h:
15323         * gst/tta/ttadec.h:
15324           added TTA parser and decoder
15325
15326 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15327
15328         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15329         (probe_triggered), (check_queue), (buffer_underrun),
15330         (buffer_running), (buffer_overrun), (gen_source_element),
15331         (setup_source):
15332         * gst/playback/gstplaybasebin.h:
15333           Implement buffering. Needs some more work.
15334
15335 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15336
15337         * ext/theora/theoradec.c: (theora_dec_chain):
15338           Fix ilog mask range overflow.
15339
15340 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15341
15342         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
15343           Don't omit the last (which in case of dmix is the only :) )
15344           channel count. Don't set channels if <= 2.
15345
15346 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
15347
15348         * gst/playback/gstplaybin.c: (gen_video_element),
15349         (gen_audio_element): Removed 2 obsolete comments
15350
15351 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15352
15353         * ext/vorbis/oggvorbisenc.c
15354         * ext/vorbis/vorbisenc.c :
15355           change description fields of those plugins to differentiate them
15356           (pitivi show Encoders by description, they had the same one)
15357
15358 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
15359
15360         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15361
15362         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
15363         (gst_play_bin_set_property), (gen_video_element),
15364         (gen_audio_element):
15365           Refcounting fixes for provided audio-/videosinks.
15366
15367 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15368
15369         * gst/playback/gstplaybin.c: (gen_video_element),
15370         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
15371           Don't reference all sinks, but only the video- and audiosinks.
15372           The vis. element should be disposed when we're done with it.
15373           We don't have any reason to keep it around. This fixes warnings
15374           when reusing playbin for playing multiple audio files with
15375           vis. enabled. Also release audio device on pause - idea stolen
15376           from Rhythmbox.
15377
15378 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15379
15380         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
15381         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
15382         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
15383         * ext/alsa/gstalsaplugin.c: (plugin_init):
15384         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
15385         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
15386         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
15387         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
15388         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
15389         (gst_faad_change_state), (plugin_init):
15390         * ext/faad/gstfaad.h:
15391         * ext/vorbis/vorbis.c: (plugin_init):
15392         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15393         * gst-libs/gst/audio/Makefile.am:
15394         * gst-libs/gst/audio/audio.c: (plugin_init):
15395         * gst-libs/gst/audio/multichannel.c:
15396         (gst_audio_check_channel_positions),
15397         (gst_audio_get_channel_positions),
15398         (gst_audio_set_channel_positions),
15399         (gst_audio_set_structure_channel_positions_list),
15400         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
15401         (gst_audio_fixate_channel_positions):
15402         * gst-libs/gst/audio/multichannel.h:
15403         * gst-libs/gst/audio/testchannels.c: (main):
15404         * gst/audioconvert/gstaudioconvert.c:
15405         (gst_audio_convert_class_init), (gst_audio_convert_init),
15406         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
15407         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
15408         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15409         * gst/audioconvert/plugin.c: (plugin_init):
15410           Surround sound support.
15411
15412 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15413
15414         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15415           Fix position for discont if we're close as well. Nitpicking, but
15416           saves a few milliseconds of extra waiting or skipping.
15417
15418 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15419
15420         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
15421           We sometimes need parsers for playback, so add those too.
15422
15423 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15424
15425         * configure.ac:
15426         * gst/apetag/Makefile.am:
15427         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
15428         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
15429         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
15430         (gst_ape_demux_get_src_query_types),
15431         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
15432         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
15433         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
15434         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
15435         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
15436         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
15437         (gst_ape_demux_change_state):
15438         * gst/apetag/apedemux.h:
15439         * gst/apetag/apetag.c: (plugin_init):
15440         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
15441         (plugin_init):
15442           APE v1/2 tag reader plus typefind function.
15443
15444 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15445
15446         * configure.ac:
15447         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
15448         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15449           Remove hacks for older core. Require newer core version
15450           accordingly.
15451
15452 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15453
15454         * gst/cdxaparse/Makefile.am:
15455         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
15456         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
15457         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
15458         * gst/cdxaparse/gstcdxaparse.h:
15459         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
15460         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
15461         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
15462         (gst_cdxastrip_get_src_query_types),
15463         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
15464         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
15465         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
15466         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
15467         * gst/cdxaparse/gstcdxastrip.h:
15468           SVCD/VCD header stripping separated from CDXA image parsing.
15469         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
15470         (plugin_init):
15471           Add VCD/SVCD header typefinding for VCD/SVCD.
15472         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
15473         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
15474         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
15475         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
15476         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
15477         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
15478         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
15479         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
15480         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
15481         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
15482         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
15483         * sys/vcd/vcdsrc.h:
15484           Fix up, add seeking, querying, URI interface. Works in totem now.
15485
15486 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15487
15488         * configure.ac:
15489           back to CVS
15490
15491 === release 0.8.6 ===
15492
15493 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15494
15495         * NEWS:
15496         * RELEASE:
15497         * configure.ac:
15498         * po/af.po:
15499         * po/az.po:
15500         * po/cs.po:
15501         * po/en_GB.po:
15502         * po/hu.po:
15503         * po/it.po:
15504         * po/nb.po:
15505         * po/nl.po:
15506         * po/or.po:
15507         * po/sq.po:
15508         * po/sr.po:
15509         * po/sv.po:
15510         * po/uk.po:
15511           releasing 0.8.6, "IOU Love"
15512
15513 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15514
15515         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
15516
15517         * gst/playback/gstplaybasebin.c:
15518           Fix unplayable files error handling.  Fixes #158365
15519
15520 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15521
15522         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
15523
15524         * gst/typefind/gsttypefindfunctions.c:
15525           Fix broken mp3 typefinding.  Fixes #158375
15526
15527 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15528
15529         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
15530
15531         * ext/ogg/gstoggdemux.c:
15532           Fix sync on broken files.  Fixes #158976
15533
15534 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15535
15536         patch by: Edward Hervey <bilboed@bilboed.com>
15537
15538         * ext/libpng/gstpngenc.c:
15539           Copy over buffer properties.  Fixes #158832
15540
15541 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15542
15543         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
15544
15545         * ext/dvdread/dvdreadsrc.c:
15546           Fixes invalid reads (#158462)
15547
15548 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15549
15550         * sys/v4l/gstv4lsrc.c:
15551         * sys/v4l/gstv4lsrc.h:
15552         * sys/v4l/v4lsrc_calls.c:
15553           Probe less and cache it.  Fixes #159187.
15554
15555 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15556
15557         * gst/videorate/gstvideorate.c:
15558           Handle all video formats. Fixes #159186.
15559
15560 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
15561         * gst/synaesthesia/gstsynaesthesia.c:
15562         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
15563         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
15564         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
15565         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
15566         (gst_synaesthesia_change_state), (plugin_init):
15567         Fix up synaesthesia to work under different samplerates/ buffer sizes.
15568         Force 320x200 output, as that's the only thing the underlying
15569         synaesthesia implementation supports. Still needs to be made
15570         re-entrant.
15571
15572 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15573
15574         * configure.ac:
15575           Fix mpeg2enc configure check (similar to mplex check below).
15576
15577 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
15578
15579         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15580
15581         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15582           Fix for gcc-2.95 (fixes #158221).
15583
15584 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15585
15586         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
15587           Re-add clock distribution hack (until new core is released).
15588           Fixes #158125.
15589
15590 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
15591         * configure.ac:
15592           fix mplex configure check segfaulting on some systems (bug #140994)
15593
15594 2004-11-13  Benjamin Otte  <otte@gnome.org>
15595
15596         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
15597           add debugging
15598         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15599           do a wait when we enter the loop func with no data available to
15600           write instead of getting into an 100% CPU loop by just returning and
15601           being called again by the scheduler
15602
15603 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
15604
15605         * configure.ac:
15606         * ext/libvisual/visual.c: (gst_visual_get_type),
15607         (libvisual_log_handler), (gst_visual_getcaps),
15608         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
15609         (plugin_init):
15610           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
15611         * ext/smoothwave/Makefile.am:
15612         * ext/smoothwave/demo-osssrc.c: (main):
15613         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
15614         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
15615         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
15616         (plugin_init):
15617         * ext/smoothwave/gstsmoothwave.h:
15618           Make gstsmoothwave a working element in the 20th century.
15619
15620         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
15621           Fix incorrect link function
15622
15623 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15624
15625         * gst/volume/gstvolume.c:
15626           Allow buffer-frames=0.
15627
15628 2004-11-12 Iain <iaingnome@gmail.com>
15629
15630         * configure.ac: Check for polypaudio
15631
15632         * ext/Makefile.am: Build the polyp dir
15633
15634         * ext/polyp: The polypsink sources.
15635
15636 2004-10-30 Iain <iaingnome@gmail.com>
15637
15638         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
15639         caps to reflect the new number of channels.
15640
15641 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15642
15643         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15644           Fix for negotiation order problem. This would show when the
15645           ALSA loopfuction was called before any other function. ALSA
15646           wouldn't do anything because we're not negotiated yet, leading
15647           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
15648
15649 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15650
15651         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15652
15653         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
15654           No warnings (#157986).
15655
15656 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15657
15658         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15659           Prefer apev1/2 and id3v1 (at end of file) over musepack.
15660
15661 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15662
15663         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
15664           Signal no-more-pads (so it works in playbin).
15665
15666 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15667
15668         * ext/musepack/gstmusepackreader.cpp:
15669           Workaround for older core.
15670
15671 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15672
15673         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
15674           Actually test for odd width/height rather than testing whether
15675           a temporary variable that was 0 before we subtracted 1 is now
15676           not equal to zero (which it always is).
15677
15678 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15679
15680         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
15681         Fix compilation if HAVE_XVIDEO is not defined
15682
15683 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15684
15685         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
15686         Fix compilation if HAVE_XVIDEO is not defined
15687
15688 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
15689
15690         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15691         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
15692         (gst_goom_change_state), (plugin_init):
15693         Use the bytestream adapter so goom doesn't depend on the input
15694         buffer size.
15695         Add a debug category
15696
15697 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15698
15699         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
15700           Only set hardware parameters *after* negotiation. Before
15701           negotiation, it will set ANY and that seems to cause crashes
15702           (see e.g. #151288, #153227).
15703
15704 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15705
15706         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15707           This seems to be antique leftover. It needs to pass error
15708           checking.
15709         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
15710         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
15711         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
15712         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
15713           Fix GstXOverlay implementation (#151059).
15714
15715 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15716
15717         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15718           Don't assert (#157853).
15719
15720 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15721
15722         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15723           Fix bytes/samples confustion.
15724         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
15725           Fix for underrun (#144389).
15726
15727 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15728
15729         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15730           Disable halfway-seek for pending release (since it needs a new
15731           core release).
15732
15733 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15734
15735         * sys/v4l/gstv4lsrc.c:
15736         * sys/v4l/gstv4lsrc.h:
15737         * sys/v4l/v4lsrc_calls.c:
15738           add autoprobe-fps property so we can separate autoprobing parts
15739
15740 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15741
15742         * sys/v4l/gstv4lsrc.c:
15743         * sys/v4l/v4lsrc_calls.c:
15744         initialise fourcc to catch unset fourcc's, and debug
15745
15746 2004-11-09  Wim Taymans  <wim@fluendo.com>
15747
15748         * gst/playback/README:
15749         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
15750         * gst/playback/gstplaybin.c: (gst_play_bin_init),
15751         (gst_play_bin_dispose), (gst_play_bin_set_property),
15752         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
15753         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
15754         (gst_play_bin_get_formats), (gst_play_bin_convert),
15755         (gst_play_bin_get_query_types), (gst_play_bin_query):
15756         Cleanups and some more documentation.
15757
15758 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
15759
15760         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
15761         (gst_cacasink_init), (gst_cacasink_chain):
15762         * ext/libcaca/gstcacasink.h:
15763         Cacasink inherits from VideoSink, so let that store the clock.
15764
15765 2004-11-09  Wim Taymans  <wim@fluendo.com>
15766
15767         * gst/playback/README:
15768         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
15769         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
15770         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
15771         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
15772         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
15773         (setup_sinks):
15774         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
15775         (gst_stream_info_is_mute), (gst_stream_info_set_property):
15776         * gst/playback/gststreaminfo.h:
15777         Updated README.
15778         Only switch groups if all streams have muted (EOSed).
15779         Send Tags in sync with the stream playback instead of in
15780         the playback/preroll phase.
15781         Some cleanups, free the fakesrc elements.
15782
15783 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15784
15785         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
15786           buffer-frames property was missing
15787         * ext/arts/gst_arts.c:
15788           rate missing from sinkcaps
15789         * ext/audiofile/gstafparse.c:
15790         * ext/audiofile/gstafsink.c:
15791         * ext/audiofile/gstafsrc.c:
15792         * ext/swfdec/gstswfdec.c:
15793           int audio doesn't know buffer-frames
15794         * ext/cdparanoia/gstcdparanoia.c:
15795           int audio doesn't know chunksize either
15796         * ext/nas/nassink.c:
15797           it's endianness, not endianess
15798         * gst-libs/gst/audio/audio.h:
15799           make float standard pad template caps really describe float
15800         * gst/law/mulaw.c: (linear_factory):
15801           signed only, please
15802         * gst/mpegstream/gstdvddemux.c:
15803           widths of 20 are not valid
15804
15805 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15806
15807         Submitted by: Luca Ferretti <elle.uca@infinito.it>
15808
15809         * po/LINGUAS:
15810         * po/it.po:
15811           Add Italian
15812
15813 2004-11-08  Wim Taymans  <wim@fluendo.com>
15814
15815         * gst/playback/README:
15816         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
15817         * gst/playback/gstplaybasebin.c: (probe_triggered),
15818         (gst_play_base_bin_change_state):
15819         Updated README, added more comments for fixmes etc..
15820
15821 2004-11-08  Wim Taymans  <wim@fluendo.com>
15822
15823         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
15824         We can remove this hack now.
15825
15826 2004-11-08  Wim Taymans  <wim@fluendo.com>
15827
15828         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
15829         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
15830         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
15831         Only mix AYUV for maximum quality.
15832
15833 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15834
15835         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
15836         (gst_ogg_demux_push), (gst_ogg_pad_push):
15837           Let's act as if we're synchronized now! :).
15838         * ext/theora/theoradec.c: (theora_dec_chain):
15839           Add some debug.
15840
15841 2004-11-08  Wim Taymans  <wim@fluendo.com>
15842
15843         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
15844         (gst_alpha_set_property), (gst_alpha_sink_link),
15845         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
15846         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
15847         (gst_alpha_init_params), (gst_alpha_chain):
15848         Implement alpha functions for AYUV too, this increases
15849         accuracy quite a bit.
15850
15851 2004-11-08  Wim Taymans  <wim@fluendo.com>
15852
15853         * gst/ffmpegcolorspace/avcodec.h:
15854         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15855         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15856         (gst_ffmpegcsp_avpicture_fill):
15857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15858         (gst_ffmpegcsp_caps_remove_format_info):
15859         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
15860         (shrink12), (img_get_alpha_info), (deinterlace_line),
15861         (deinterlace_line_inplace):
15862         * gst/ffmpegcolorspace/imgconvert_template.h:
15863         Added AYUV colorspace and handle RGBA a bit more respectful.
15864
15865 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15866
15867         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15868           Actually always send a discont (cornercase when resending the
15869           same serial-tagged chain twice).
15870
15871 2004-11-08  Julien MOUTTE  <julien@moutte.net>
15872
15873         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
15874         (gst_ximagesink_finalize):
15875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15876         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
15877
15878 2004-11-08  Wim Taymans  <wim@fluendo.com>
15879
15880         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
15881         Don't segfault on NULL data.
15882
15883 2004-11-08  Wim Taymans  <wim@fluendo.com>
15884
15885         * gst/playback/gstdecodebin.c: (unlinked):
15886         * gst/playback/gstplay-marshal.list:
15887         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15888         (gst_play_base_bin_init), (group_create), (get_active_group),
15889         (get_building_group), (group_destroy), (group_commit),
15890         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
15891         (add_element_stream), (no_more_pads), (probe_triggered),
15892         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
15893         (state_change), (setup_source), (gst_play_base_bin_get_property),
15894         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15895         (gst_play_base_bin_link_stream),
15896         (gst_play_base_bin_get_streaminfo):
15897         * gst/playback/gstplaybasebin.h:
15898         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15899         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
15900         Add support for chained ogg files. Prepare for playlist
15901         support. This patch introduces the concept of pad groups, which
15902         together compose one playable media file.
15903
15904 2004-11-07  David Schleef  <ds@schleef.org>
15905
15906         * testsuite/gst-lint: Check for pad templates that aren't statically
15907         scoped.
15908
15909 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15910
15911         * configure.ac:
15912         * ext/Makefile.am:
15913         * ext/musepack/Makefile.am:
15914         * ext/musepack/gstmusepackdec.cpp:
15915         * ext/musepack/gstmusepackdec.h:
15916         * ext/musepack/gstmusepackreader.cpp:
15917         * ext/musepack/gstmusepackreader.h:
15918           Add musepack decoder.
15919         * ext/faad/gstfaad.c: (gst_faad_base_init):
15920           Make pad templates static.
15921         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
15922         (plugin_init):
15923           Add musepack typefinder, make mp3 typefinding work halfway stream,
15924           which doesn't actually work yet because id3demux doesn't implement
15925           _get_length().
15926
15927 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15928
15929         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15930         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
15931           Fix interrupt event handling (#144436).
15932
15933 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15934
15935         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
15936           Hide unused glory.
15937
15938 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15939
15940         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15941
15942         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
15943           Fix weird caps (#157548).
15944
15945 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15946
15947         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15948
15949         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
15950           Add missing NULL terminator (#157543).
15951
15952 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15953
15954         * gst/tcp/gsttcp.h:
15955         * gst/tcp/gsttcpclientsink.c:
15956         * gst/tcp/gsttcpclientsrc.c:
15957         * gst/tcp/gsttcpserversink.c:
15958         * gst/tcp/gsttcpserversrc.c:
15959           ports can go up to 65535.  Move common defines to gsttcp.h
15960
15961 2004-11-05  Wim Taymans  <wim@fluendo.com>
15962
15963         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
15964         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
15965         Added two more colorspaces.
15966
15967 2004-11-05  Wim Taymans  <wim@fluendo.com>
15968
15969         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15970         (gst_ffmpegcsp_avpicture_fill):
15971         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
15972         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
15973         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
15974         More stride fixes.
15975
15976 2004-11-05  Wim Taymans  <wim@fluendo.com>
15977
15978         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
15979         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
15980         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
15981         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
15982         (gst_videomixer_loop):
15983         More stride fixes.
15984
15985 2004-11-05  Benjamin Otte  <otte@gnome.org>
15986
15987         * ext/mad/gstmad.c: (gst_mad_chain):
15988           don't overflow data buffer. Flush not needed sync data when syncing
15989           failed.
15990
15991 2004-11-04  Wim Taymans  <wim@fluendo.com>
15992
15993         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
15994         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
15995         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
15996         (gst_alpha_init_params), (gst_alpha_chain),
15997         (gst_alpha_change_state):
15998         Updated the chroma keying algorithm with something more
15999         sophisticated.
16000
16001 2004-11-03  Wim Taymans  <wim@fluendo.com>
16002
16003         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
16004         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
16005         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
16006         Fix stride issues. Does not completely work for odd
16007         heights.
16008
16009 2004-11-03  Wim Taymans  <wim@fluendo.com>
16010
16011         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
16012         (gst_alpha_chroma_key), (gst_alpha_chain):
16013         Fix stride issues. Does not completely work for odd
16014         heights.
16015
16016 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
16017
16018         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
16019         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
16020         leak fixes
16021
16022 2004-11-03  Wim Taymans  <wim@fluendo.com>
16023
16024         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16025         (gst_ffmpegcsp_avpicture_fill):
16026         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
16027         (avpicture_alloc):
16028         * gst/ffmpegcolorspace/imgconvert_template.h:
16029         Use correct _fill function to get correct strides.
16030
16031 2004-11-02  David Schleef  <ds@schleef.org>
16032
16033         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16034         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
16035         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
16036         Change all g_print()s to debugging.  Add a bunch of consistency
16037         checks.
16038
16039 2004-11-02  Wim Taymans  <wim@fluendo.com>
16040
16041         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16042         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
16043         (unlinked), (no_more_pads), (close_link):
16044         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16045         (unknown_type), (add_element_stream), (new_decoded_pad),
16046         (removed_decoded_pad), (setup_source):
16047         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
16048         (gst_stream_info_class_init), (gst_stream_info_init),
16049         (gst_stream_info_new), (gst_stream_info_dispose),
16050         (stream_info_mute_pad), (gst_stream_info_set_property),
16051         (gst_stream_info_get_property):
16052         * gst/playback/gststreaminfo.h:
16053         Fix playback of multiple files.
16054         a slightly different approach to handling dynamic pad removals.
16055         This one only looks at pads that we have linked.
16056
16057 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
16058
16059         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
16060         free" warning from libc.
16061
16062 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16063
16064         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16065         (get_unconnected_element), (remove_starting_from), (pad_removed),
16066         (close_link):
16067           Implement support for dynamic pad changing. We listen to "live"
16068           pad removals (i.e. while playing) and re-setup autoplugging
16069           after that. Playbasebin/playbin need some more work for this
16070           to finally work, but decodebin supports (and replugs) chained
16071           ogg now.
16072
16073 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
16074
16075         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
16076         (gst_alsa_finalize):
16077         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
16078         (gst_cdaudio_finalize):
16079         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
16080         (cdparanoia_finalize):
16081         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
16082         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
16083         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
16084         (dvdreadsrc_finalize):
16085         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
16086         (gst_flacdec_finalize):
16087         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
16088         (gst_flacenc_finalize):
16089         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
16090         (gst_gnomevfssink_finalize):
16091         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
16092         (gst_gnomevfssrc_finalize):
16093         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
16094         (gst_fameenc_finalize):
16095         * ext/nas/nassink.c: (gst_nassink_class_init),
16096         (gst_nassink_finalize):
16097         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
16098         (gst_sdlvideosink_class_init):
16099         * ext/sndfile/gstsf.c: (gst_sf_dispose):
16100         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
16101         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
16102         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
16103         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16104         (gst_x_window_listener_dispose):
16105         * gst/audioscale/gstaudioscale.c:
16106         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
16107         (play_on_demand_finalize):
16108         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
16109         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
16110         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
16111         (cdplayer_finalize):
16112         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
16113         (gst_glimagesink_class_init):
16114         * sys/oss/gstosselement.c: (gst_osselement_class_init),
16115         (gst_osselement_finalize):
16116         * sys/oss/gstosssink.c: (gst_osssink_dispose):
16117         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
16118         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
16119           Fixes a bunch of problems with finalize and dispose functions,
16120           either assumptions that dispose is only called once, or not calling
16121           the parent class dispose/finalize function
16122
16123 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
16124
16125         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
16126           added two api precondition guards
16127           use g_strdup with getenv to fix crash when using ENVVAR
16128
16129 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
16130         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16131         (gst_esdsink_finalize):
16132         Use a finalize function, not dispose, and more importantly,
16133         call the parent class finalize function too
16134
16135 2004-11-01  Johan Dahlin  <johan@gnome.org>
16136
16137         * ext/ogg/gstoggdemux.c:
16138         * gst/tags/gstvorbistag.c:
16139         Plug leaks.
16140
16141 2004-10-31  Benjamin Otte  <otte@gnome.org>
16142
16143         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16144           lotsa memleaks today. But they're all small...
16145
16146 2004-10-31  Benjamin Otte  <otte@gnome.org>
16147
16148         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16149           another memleak crushed
16150
16151 2004-10-31  Benjamin Otte  <otte@gnome.org>
16152
16153         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
16154           fix memleak
16155
16156 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16157
16158         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16159           Hack to prevent crash when going to READY inside signal handler
16160           while this function is active.
16161
16162 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16163
16164         * gst/ffmpegcolorspace/Makefile.am:
16165         * gst/ffmpegcolorspace/avcodec.h:
16166         * gst/ffmpegcolorspace/common.h:
16167         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
16168         * gst/ffmpegcolorspace/dsputil.h:
16169         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
16170         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16171         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
16172         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
16173         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
16174         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
16175         (gst_ffmpegcsp_avpicture_fill):
16176         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16177         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16178         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16179         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
16180         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
16181         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
16182         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
16183         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
16184         * gst/ffmpegcolorspace/imgconvert.c:
16185         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
16186         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
16187         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
16188         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
16189         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
16190         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
16191         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
16192         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
16193         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
16194         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
16195         (grow21), (grow22), (grow41), (grow44), (conv411),
16196         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
16197         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
16198         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
16199         (avpicture_free), (is_yuv_planar), (img_convert),
16200         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
16201         (deinterlace_line_inplace), (deinterlace_bottom_field),
16202         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
16203         * gst/ffmpegcolorspace/imgconvert_template.h:
16204         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
16205         * gst/ffmpegcolorspace/mmx.h:
16206         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
16207         (av_fast_realloc), (av_mallocz_static), (av_free_static),
16208         (av_freep), (avcodec_get_context_defaults),
16209         (avcodec_alloc_context), (avcodec_init):
16210           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
16211           handling plus update from ffmpeg CVS. Large clean-up.
16212
16213 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16214
16215         * gst/playback/Makefile.am:
16216           We need the marshallers for decodebin, too.
16217
16218 2004-10-30  David Schleef  <ds@schleef.org>
16219
16220         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
16221           quicktime typefinding work with 64-bit offsets.
16222
16223 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
16224
16225         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
16226           Set EOS on the element when processing an EOS event.
16227         * ext/speex/gstspeexdec.h:
16228         * ext/speex/gstspeexenc.h:
16229           Only keep a const ptr to the mode
16230         * gst-libs/gst/riff/riff-media.c:
16231         (gst_riff_create_audio_caps_with_data),
16232         (gst_riff_create_audio_template_caps):
16233           Allow WMAV3, with up to 6 channels.
16234         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
16235           Don't call gst_pad_set_event_function on a sink pad.
16236         * gst/mpegstream/gstdvddemux.c:
16237         (gst_dvd_demux_get_subpicture_stream),
16238         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
16239           Copy the explicit caps that were set across to the cur_* pads,
16240           instead of trying to use a possibly non-existent negotiated caps.
16241           Reset the type of subpicture pads to UNKNOWN after calling
16242           init_stream, so that the caps get set.
16243
16244 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
16245
16246         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16247
16248         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
16249           Don't touch buffer if it is of size 0 (fixes #151064).
16250
16251 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16252
16253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
16254           Synchronized discont handling.
16255
16256 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16257
16258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
16259         (gst_ogg_demux_push):
16260           Make seeking sort-of exact again (fixes #156387).
16261
16262 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16263
16264         * gst/playback/gstplaybasebin.c: (unknown_type),
16265         (add_element_stream), (new_decoded_pad),
16266         (gst_play_base_bin_change_state):
16267         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
16268         (gst_stream_info_init), (gst_stream_info_new),
16269         (gst_stream_info_dispose), (gst_stream_info_get_property):
16270         * gst/playback/gststreaminfo.h:
16271           Make caps explicitely available. Makes testing for unsupported
16272           types possible. Improves error reporting.
16273
16274 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16275
16276         * gst/audioconvert/gstaudioconvert.c:
16277         (gst_audio_convert_buffer_to_default_format):
16278           Really don't touch read-only buffers (#156563).
16279
16280 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
16281
16282         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16283
16284         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16285           Fix memleak (#155223).
16286
16287 2004-10-29  Wim Taymans  <wim@fluendo.com>
16288
16289         * gst/tcp/.cvsignore:
16290         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
16291         (gst_multifdsink_class_init), (gst_multifdsink_init),
16292         (gst_multifdsink_add), (gst_multifdsink_remove),
16293         (gst_multifdsink_remove_client_link), (is_sync_frame),
16294         (gst_multifdsink_new_client),
16295         (gst_multifdsink_handle_client_write),
16296         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16297         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16298         (gst_multifdsink_get_property):
16299         * gst/tcp/gstmultifdsink.h:
16300         Added burst on connect sync_method, deprecated sync_clients,
16301         streamlined the sync code some more.
16302
16303 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16304
16305         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
16306         (gst_play_base_bin_change_state):
16307           Improve error reporting.
16308
16309 2004-10-28  Wim Taymans  <wim@fluendo.com>
16310
16311         * gst/tcp/Makefile.am:
16312         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
16313         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
16314         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
16315         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16316         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16317         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16318         (gst_fdset_wait):
16319         Added more locks around fdset structures. Fixed/reworked
16320         the poll array resizing code.
16321         Added stress test for fdset.
16322
16323 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16324
16325         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
16326         fix build
16327
16328 2004-10-28  Benjamin Otte  <otte@gnome.org>
16329
16330         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
16331           fix link function to always query channels and query width for
16332           floats
16333         * configure.ac:
16334           add equalizer dir
16335         * gst/equalizer/Makefile.am:
16336         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
16337         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
16338         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
16339         (arg_to_scale), (setup_filter),
16340         (gst_iir_equalizer_compute_frequencies),
16341         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
16342         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
16343         (plugin_init):
16344           add an equalizer
16345
16346 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16347
16348         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
16349
16350         * po/LINGUAS:
16351         * po/nb.po:
16352           Added Norwegian Bokmaal translation
16353
16354 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16355
16356         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16357           Don't break on options (fixes #156488).
16358
16359 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16360
16361         * configure.ac:
16362         * ext/cdaudio/Makefile.am:
16363         * sys/Makefile.am:
16364           fix build on older automake
16365
16366 2004-10-26  Wim Taymans  <wim@fluendo.com>
16367
16368         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
16369         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
16370         Allow a little margin when negotiating the framerate.
16371
16372 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
16373
16374         * gst/level/gstlevel.c:
16375           synchonised naming of pads and pad-templates
16376
16377 2004-10-26  Wim Taymans  <wim@fluendo.com>
16378
16379         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
16380         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
16381         (_find_streams_check), (gst_ogg_demux_push):
16382         Fix EOS again. Needs to be done in a better way. We should not
16383         remove the pad if there is no new chained stream.
16384
16385 2004-10-26 Iain <iaingnome@gmail.com>
16386
16387         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
16388         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
16389         of the caps.
16390         * gst/interleave/interleave.c (interleave_class_init): Hook up release
16391         pad.
16392         (interleave_release_pad): Remove the pad.
16393         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
16394         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
16395         the set device.
16396         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
16397         attrs
16398         (gst_xvimagesink_xcontext_clear): Free the xcontext.
16399         (gst_xvimagesink_finalize): Free the par.
16400
16401 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16402
16403         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
16404         (gst_avimux_stop_file):
16405           First calculate the rate, and only then use it. Hdr.rate is a
16406           multiple and not a derivative of hdr.scale. Scale is not the
16407           same as blockalign but is solely related to rate.
16408
16409 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16410
16411         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
16412         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
16413           Implement seeking.
16414
16415 2004-10-25  James Henstridge  <james@jamesh.id.au>
16416
16417         Reviewed by:  David Schleef  <ds@schleef.org>
16418
16419         * examples/gstplay/player.c: (got_stream_length), (main):
16420         * examples/seeking/cdplayer.c: (update_scale):
16421         * examples/seeking/seek.c: (format_value), (update_scale):
16422         * examples/seeking/spider_seek.c: (format_value), (update_scale),
16423         (stop_seek):
16424         Build fixes on AMD64.
16425
16426 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16427
16428         reviewed by: Ronald Bultje <rbultje at gnome dot org>
16429
16430         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
16431         Fix for some v4l cards which hang in v4lsrc
16432
16433 2004-10-25  Wim Taymans  <wim@fluendo.com>
16434
16435         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
16436         (gst_ogg_demux_push), (gst_ogg_chains_clear):
16437         Make sure to remove the pad when a new chain is
16438         encountered. Set some vars to NULL so we don't try
16439         to reference freed memory.
16440
16441 2004-10-25  Wim Taymans  <wim@fluendo.com>
16442
16443         * examples/seeking/Makefile.am:
16444         * examples/seeking/cdplayer.c: (update_scale):
16445         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
16446         * examples/seeking/playbin.c: (make_playerbin_pipeline),
16447         (format_value), (update_scale), (iterate), (start_seek),
16448         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
16449         (print_usage), (main):
16450         Added some more examples, update others.
16451
16452 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16453
16454         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
16455         * ext/speex/gstspeexdec.c: (speex_dec_chain):
16456         * ext/theora/theoradec.c: (theora_dec_chain):
16457         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16458           Add codec-name metadata.
16459
16460 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
16461
16462         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16463
16464         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16465         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16466         * ext/alsa/gstalsamixertrack.h:
16467         * po/POTFILES.in:
16468           ALSA mixer track label internationalization (#154054).
16469
16470 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16471
16472         * ext/theora/theoradec.c: (theora_dec_chain):
16473           Export bitrate as metadata.
16474
16475 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16476
16477         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16478         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16479         * ext/alsa/gstalsamixertrack.h:
16480           Fix names, fix loop.
16481
16482 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16483
16484         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
16485         (speex_dec_convert):
16486           sinkconvert function so oggdemux can get the file length (totem).
16487
16488 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
16489
16490         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16491
16492         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
16493           Don't push incomplete packets.
16494         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
16495           Fix MPEG-4 audio typefinding.
16496
16497 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16498
16499         * sys/v4l/Makefile.am:
16500         * sys/v4l/gstv4l.c: (plugin_init):
16501         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
16502         (gst_v4lelement_init), (gst_v4lelement_dispose),
16503         (gst_v4lelement_change_state):
16504         * sys/v4l/gstv4lelement.h:
16505         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
16506         (gst_v4l_xoverlay_close), (idle_refresh),
16507         (gst_v4l_xoverlay_set_xwindow_id):
16508         * sys/v4l/gstv4lxoverlay.h:
16509         * sys/v4l/v4l-overlay_calls.c:
16510         * sys/v4l/v4l_calls.h:
16511         * sys/v4l2/Makefile.am:
16512         * sys/v4l2/gstv4l2.c: (plugin_init):
16513         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
16514         (gst_v4l2element_init), (gst_v4l2element_dispose),
16515         (gst_v4l2element_change_state):
16516         * sys/v4l2/gstv4l2element.h:
16517         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
16518         (gst_v4l2_xoverlay_close), (idle_refresh),
16519         (gst_v4l2_xoverlay_set_xwindow_id):
16520         * sys/v4l2/gstv4l2xoverlay.h:
16521         * sys/v4l2/v4l2-overlay_calls.c:
16522         * sys/v4l2/v4l2_calls.h:
16523           Remove client-side overlay handling, use the X-server v4l plugin
16524           for that. Nicer overlay, less code. Also make the plugin
16525           compileable without X (but then without overlay, obviously).
16526           Makes xwindowlistener obsolete, should we remove that?
16527
16528 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16529
16530         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
16531         (gst_osssrc_src_query):
16532         * sys/oss/gstosssrc.h:
16533           OK, so people want offset in DEFAULT. This time, actually fix all
16534           cases.
16535         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
16536           Add FPS properly.
16537
16538 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16539
16540         * gst/asfdemux/gstasfmux.c:
16541         * gst/avi/gstavimux.c:
16542           Framerate.
16543
16544 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16545
16546         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
16547           Fix properties (channel, norm, frequency).
16548
16549 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16550
16551         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
16552           Flag typo.
16553         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
16554           No warnings.
16555
16556 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16557
16558         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
16559           Fix hang.
16560
16561 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16562
16563         * sys/v4l2/gstv4l2element.h:
16564           Yet Another Hack (tm) for kernel header borkedness.
16565         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
16566         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
16567         (gst_v4l2src_link), (gst_v4l2src_getcaps),
16568         (gst_v4l2src_change_state):
16569         * sys/v4l2/gstv4l2src.h:
16570         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
16571         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
16572           Fix caps, keep track of state, work.
16573
16574 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16575
16576         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16577           Quiet.
16578
16579 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16580
16581         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16582           Don't mix bytes and samples.
16583
16584 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16585
16586         * ext/ogg/gstoggmux.c:
16587           Basic pad template which accepts OGM tracks, speex, flac, vorbis
16588           and theora. Any is incorrect.
16589         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
16590           Fix caps.
16591         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
16592         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
16593         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
16594         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
16595         * sys/v4l/gstv4lmjpegsrc.h:
16596         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
16597         (gst_v4lsrc_change_state):
16598         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
16599         (gst_v4lmjpegsrc_capture_stop):
16600           Fix caps. Keep track of internal state. Work.
16601
16602 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16603
16604         * ext/Makefile.am:
16605           Fix the build fixes.
16606
16607 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16608
16609         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
16610         (gst_ogg_demux_src_event), (_find_chain_seek),
16611         (gst_ogg_pad_push):
16612           Check for pad availability before using it.
16613         * ext/ogg/gstoggdemux.c: (_find_chain_process):
16614           Fix parsing of chained ogg. Needs more work on the decoder side.
16615
16616 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16617
16618         * gst/spectrum/Makefile.am:
16619         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
16620         (idle_func):
16621           Fix demo and reenable it. Yes, I'm currently playing with audio
16622           analysis tools
16623
16624 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16625
16626         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16627           We love it if files that start at zero work too...
16628
16629 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16630
16631         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
16632           Handle files with missing EOS headers.
16633
16634 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16635
16636         * gst/tcp/gsttcpserversink.c:
16637         (gst_tcpserversink_handle_server_read),
16638         (gst_tcpserversink_init_send):
16639         Zero some variables first (need for accept not to return EINVAL)
16640
16641 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16642
16643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
16644         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
16645         * ext/theora/theoradec.c: (theora_dec_sink_convert),
16646         (theora_dec_chain):
16647         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16648         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
16649           Seeking and querying finetune.
16650
16651 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16652
16653         * configure.ac:
16654         * ext/Makefile.am:
16655         * ext/raw1394/Makefile.am:
16656           fix the build
16657
16658 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16659
16660         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
16661           Wrong return.
16662         * gst/playback/Makefile.am:
16663         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16664         * gst/playback/gstplay-marshal.list:
16665         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16666           Fix marshallers.
16667
16668 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16669
16670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
16671           Silence.
16672
16673 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16674
16675         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
16676         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
16677         (gst_ogg_pad_push):
16678           Yay for non-lineair granulepos in theora.
16679
16680 2004-10-18  Wim Taymans  <wim@fluendo.com>
16681
16682         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
16683         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
16684         * ext/dv/gstdvdec.h:
16685         Make sure we renegotiate aspect ratio when the camera switches.
16686
16687 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16688
16689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
16690         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
16691           Start at zero.
16692         * ext/theora/theoradec.c: (theora_dec_chain):
16693           Skip headers. Bad idea for chained ogg, but fixes seeking.
16694
16695 2004-10-18  Wim Taymans  <wim@fluendo.com>
16696
16697         * configure.ac:
16698         I swear, this is the last time I touch this.
16699
16700 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16701
16702         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
16703         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
16704         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
16705           Faster seeking.
16706         * ext/theora/theoradec.c: (theora_dec_sink_convert):
16707           Time-to-default conversion.
16708         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16709           Don't error on unknown packets, just skip. We should probably
16710           read them if we want to support chained ogg.
16711
16712 2004-10-18  Wim Taymans  <wim@fluendo.com>
16713
16714         * configure.ac:
16715         Added cdaudio to wrong list.
16716
16717 2004-10-18  Wim Taymans  <wim@fluendo.com>
16718
16719         * configure.ac:
16720         Revive cdaudio.
16721
16722 2004-10-18  Wim Taymans  <wim@fluendo.com>
16723
16724         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
16725         (gst_dvdec_video_link), (gst_dvdec_push):
16726         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
16727         (gst_smokeenc_resync), (gst_smokeenc_chain):
16728         Fix mimetype on smoke encoder.
16729         Add aspect ratio to dvdec. Not sure if these
16730         values are correct though....
16731
16732 2004-10-18  Wim Taymans  <wim@fluendo.com>
16733
16734         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
16735         Fix vorbis property descriptions and ranges.
16736
16737 2004-10-18  Wim Taymans  <wim@fluendo.com>
16738
16739         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
16740         Really do nothing when no data is available.
16741         Go to the playing state when the stream is not seekable
16742         instead of failing.
16743
16744 2004-10-18  Wim Taymans  <wim@fluendo.com>
16745
16746         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
16747         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
16748         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
16749         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
16750         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
16751         Added uri handler for cd://
16752         Port to new API.
16753
16754 2004-10-18  Wim Taymans  <wim@fluendo.com>
16755
16756         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16757         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
16758         (try_to_link_1), (no_more_pads), (close_link), (type_found):
16759         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
16760         (remove_prerolls), (unknown_type), (add_element_stream),
16761         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
16762         (gst_play_base_bin_remove_element),
16763         (gst_play_base_bin_link_stream):
16764         * gst/playback/gstplaybin.c: (gen_video_element),
16765         (gen_vis_element), (remove_sinks), (setup_sinks):
16766         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16767         (gst_stream_info_get_type), (gst_stream_info_class_init),
16768         (gst_stream_info_init), (gst_stream_info_new),
16769         (gst_stream_info_dispose), (stream_info_mute_pad),
16770         (gst_stream_info_set_property), (gst_stream_info_get_property):
16771         * gst/playback/gststreaminfo.h:
16772         Add sink padtemplate to decodebin.
16773         Added some more comments.
16774         Make queue size configurable in playbasebin.
16775         Added possibility to use elements as sinks (ex cdaudio).
16776
16777 2004-10-15  Wim Taymans  <wim@fluendo.com>
16778
16779         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16780         (gst_speexenc_chain):
16781         Fix speex timestamps so that it gets muxed properly.
16782
16783 2004-10-15  Wim Taymans  <wim@fluendo.com>
16784
16785         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
16786         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
16787         (gst_dv1394src_init), (gst_dv1394src_dispose),
16788         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
16789         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
16790         (gst_dv1394src_event), (gst_dv1394src_get_formats),
16791         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
16792         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
16793         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
16794         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
16795         * ext/raw1394/gstdv1394src.h:
16796         Added conversion/query functions.
16797         Update buffer timestamps,
16798         Added signals.
16799         Added uri dv:// so it might play from the firewire in playbin.
16800         Fix a possible leak.
16801         Added debugging.
16802
16803 2004-10-15  Wim Taymans  <wim@fluendo.com>
16804
16805         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
16806         (gst_dv1394src_init), (gst_dv1394src_set_property),
16807         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
16808         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
16809         * ext/raw1394/gstdv1394src.h:
16810         Added AV/C VTR control support needed for some cameras.
16811         Added automatic port detection.
16812         Added properties for selecting the channel.
16813         The configure.ac script is not yet updated to reflect the
16814         new libavc1394 and librom1394 dependencies.
16815
16816 2004-10-15  Wim Taymans  <wim@fluendo.com>
16817
16818         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16819         (qtdemux_parse), (gst_qtdemux_handle_esds):
16820         An esds box is not a container.
16821         Fix parsing of mp4v boxes.
16822         Do not try to renegotiate fps for each frame. Need to
16823         find a better method. This should fix mp4 playback.
16824
16825 2004-10-14  David Schleef  <ds@schleef.org>
16826
16827         * configure.ac: update for swfdec-0.3 and liboil-0.2
16828         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
16829         * ext/swfdec/gstswfdec.h: same
16830         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
16831         * gst/videotestsrc/videotestsrc.c: same
16832
16833 2004-10-14  Wim Taymans  <wim@fluendo.com>
16834
16835         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16836         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
16837         (is_sync_frame), (gst_multifdsink_new_client),
16838         (gst_multifdsink_handle_client_write),
16839         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16840         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
16841         Turn warnings into info.
16842         Don't allow a state change in the streaming thread.
16843
16844 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16845
16846         * ext/vorbis/oggvorbisenc.c:
16847         * ext/vorbis/vorbisdec.c:
16848           fix template sample rate
16849
16850 2004-10-13  Wim Taymans  <wim@fluendo.com>
16851
16852         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16853         Decoding the header first fixes some problems in resyncing
16854         in more mp3s.
16855
16856 2004-10-12  Wim Taymans  <wim@fluendo.com>
16857
16858         * gst/playback/gstplaybin.c: (gen_video_element),
16859         (gen_vis_element), (remove_sinks), (setup_sinks):
16860         Added vis plugin support, need to configure the vis
16861         element to activate it.
16862
16863 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16864
16865         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
16866         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16867           Some debug.
16868         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16869         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
16870         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
16871         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
16872         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
16873         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
16874         * gst/avi/gstavidemux.h:
16875           Support for openDML-2.0 indx/ix## chunks. Support for broken index
16876           recovery (where, if part of the index is broken, we will still read
16877           the rest of the index and recover the broken part by stream
16878           scanning). More broken media support. EOS workarounds. General AVI
16879           braindamage headache recovery. Aspirin included.
16880
16881 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16882
16883         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
16884         (cdparanoia_event), (cdparanoia_query):
16885           Get rid of hideous lead-in.
16886
16887 2004-10-11  Wim Taymans  <wim@fluendo.com>
16888
16889         * gst/playback/gstplaybasebin.c: (setup_source):
16890         Wrong var used to get g_list_next.
16891
16892 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16893
16894         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
16895         (cdparanoia_get), (cdparanoia_open):
16896           Report discid as metadata, add duration.
16897
16898 2004-10-11  Wim Taymans  <wim@fluendo.com>
16899
16900         * gst/playback/gstplaybasebin.c: (setup_source):
16901         Cleanup the previous pipeline a little earlier for the
16902         case that a source element provides raw data.
16903
16904 2004-10-11  Benjamin Otte  <otte@gnome.org>
16905
16906         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
16907           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
16908           consuming the last 128 bytes, even though it was valid mp3 data.
16909
16910 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16911
16912         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
16913         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
16914         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16915         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
16916
16917 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16918
16919         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
16920         Fix for webcams that support only specific width or height
16921
16922 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16923
16924         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16925
16926         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
16927           Fix wrong discont event setup (fixes #154967).
16928
16929 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
16930
16931         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16932
16933         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16934           Error out on invalid data (fixes #154807).
16935
16936 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16937
16938         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16939
16940         * ext/dvdread/dvdreadsrc.c: (_read):
16941           Make titles > 0 work again (fixes #154834).
16942
16943 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16944
16945         * gst-libs/gst/riff/riff-media.c:
16946         (gst_riff_create_video_template_caps):
16947           WMV3 missing in template caps.
16948
16949 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16950
16951         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
16952           OK, so the original code was too strict. It makes random AVI files
16953           hang for seconds upon opening, which is unacceptable and is far
16954           beyond the original goal of getting multiple chunks for one-chunk
16955           sounc stream files. So now do just that.
16956
16957 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16958
16959         * gst/playback/gstplaybasebin.c: (setup_source),
16960         (gst_play_base_bin_change_state):
16961           Actually clean up streaminfo if output fails. This would trigger
16962           if, for example, there was no CD in the drive. No preroll, so
16963           a streaminfo structure is created, but the subsequent state change
16964           of the thread fails.
16965         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
16966           Don't change state if parent failed.
16967
16968 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16969
16970         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16971         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
16972         (gen_video_element), (remove_sinks):
16973           Add small bits of code for screenshot handling.
16974
16975 2004-10-08  Wim Taymans  <wim@fluendo.com>
16976
16977         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
16978         (gen_video_element), (gen_audio_element), (setup_sinks):
16979         Don't assume the user provided sinks are named "sink"...
16980
16981 2004-10-08  Wim Taymans  <wim@fluendo.com>
16982
16983         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
16984         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
16985         (gst_play_base_bin_link_stream):
16986         Do not try to autoplug sources that generate raw streams like
16987         cdparanoia.
16988         disconnect the preroll overrun signal when we don't need it anymore.
16989
16990 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
16991
16992         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
16993         Added reworked patch from #154903 from milosz derezynski (deadchip).
16994
16995 2004-10-08  Wim Taymans  <wim@fluendo.com>
16996
16997         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
16998         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
16999         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
17000         (cdparanoia_convert), (cdparanoia_uri_get_type),
17001         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
17002         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
17003         * ext/cdparanoia/gstcdparanoia.h:
17004         This adds the cdda://<tracknum> uri.
17005
17006 2004-10-08  Wim Taymans  <wim@fluendo.com>
17007
17008         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17009         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
17010         (try_to_link_1), (no_more_pads), (close_link), (type_found):
17011         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17012         (unknown_type), (gst_play_base_bin_remove_element),
17013         (gst_play_base_bin_link_stream):
17014         * gst/playback/gstplaybasebin.h:
17015         * gst/playback/gstplaybin.c: (gst_play_bin_init),
17016         (gst_play_bin_set_property), (gen_video_element),
17017         (gen_audio_element), (setup_sinks):
17018         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17019         (gst_stream_info_get_type), (gst_stream_info_class_init),
17020         (gst_stream_info_init), (gst_stream_info_new),
17021         (gst_stream_info_dispose), (stream_info_mute_pad),
17022         (gst_stream_info_set_property), (gst_stream_info_get_property):
17023         * gst/playback/gststreaminfo.h:
17024         Reuse the audio and video bins.
17025         Some internal cleanups in the stream selection code.
17026
17027 2004-10-08  Julien MOUTTE  <julien@moutte.net>
17028
17029         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
17030         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
17031         * sys/ximage/ximagesink.h:
17032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
17033         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
17034         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
17035         not coming from those elements. Moreover these elements should not keep
17036         the xid they have been given when in NULL state.
17037
17038 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17039
17040         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
17041         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
17042         * sys/ximage/ximagesink.h:
17043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
17044         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
17045         * sys/xvimage/xvimagesink.h:
17046           Actually only create a new toplevel window if we're not gonna
17047           embed it right after.
17048
17049 2004-10-07  Wim Taymans  <wim@fluendo.com>
17050
17051         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
17052         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
17053         * gst/playback/gstplaybin.c: (setup_sinks):
17054         Implement muting/unmuting of streams, mute streams that are not
17055         used.
17056
17057 2004-10-07  Wim Taymans  <wim@fluendo.com>
17058
17059         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
17060         (plugin_init):
17061         Added lame audio/x-ac3 typefind function.
17062
17063 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17064
17065         * configure.ac:
17066           bump nano to cvs
17067
17068 === release 0.8.5 ===
17069
17070 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17071
17072         * NEWS:
17073         * RELEASE:
17074         * configure.ac:
17075           releasing 0.8.5, "Take You On"
17076
17077 2004-10-06  Wim Taymans  <wim@fluendo.com>
17078
17079         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17080         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17081         (no_more_pads), (close_link), (type_found):
17082         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17083         * gst/playback/gstplaybin.c: (gen_video_element):
17084         Do not signal the no_more_pads after the first pad when
17085         we are plugging a non dynamic element with multiple
17086         output pads (like swfdec, dvdec, ...).
17087
17088 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17089
17090         * configure.ac:
17091           bump for prerelease
17092
17093 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17094
17095         * gst/wavparse/gstwavparse.c:
17096           add ATRAC3 to STATIC CAPS to fix a warning
17097
17098         * gst/matroska/ebml-read.c:
17099         * gst-libs/gst/riff/riff-read.c:
17100           fix typos
17101
17102 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17103
17104         * gst-libs/gst/riff/riff-media.c:
17105           generate caps for ATRAC3 audio streams
17106
17107         * gst/realmedia/rmdemux.c:
17108           generate caps for ATRAC3 audio streams
17109
17110 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17111
17112         * gst/wavparse/Makefile.am
17113         * gst/wavparse/riff.h
17114         * gst/wavparse/wavparse.vcproj
17115           riff.h removal (unused and duplication with riff-ids.h)
17116
17117 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17118
17119         * gst/wavparse/gstwavparse.h
17120           remove duplicated defines for audio codec codes
17121
17122         * gst-libs/gst/riff/riff-ids.h
17123         * gst/wavenc/riff.h:
17124           add "4CC" code for ATRAC3 audio streams
17125           add "4CC" code for ITU_G721_ADPCM (unused for now)
17126
17127 2004-10-06  Wim Taymans  <wim@fluendo.com>
17128
17129         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
17130         Actually _do_ negotiation. Pass gdouble as arg instead
17131         of guint64 for the framerate.
17132
17133 2004-10-06  Wim Taymans  <wim@fluendo.com>
17134
17135         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17136         (find_compatibles), (close_pad_link), (try_to_link_1),
17137         (no_more_pads), (close_link), (type_found):
17138         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17139         * gst/playback/gstplaybin.c: (gen_video_element),
17140         (gen_audio_element):
17141         Set state on newly added element to READY so that negotiation
17142         can happen ASAP.
17143         Addes some more debug info.
17144         Do not try to plug pads with multiple caps structures or ANY
17145         because it is too dangerous since we do not do dynamic
17146         replugging.
17147
17148 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17149
17150         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
17151
17152         * po/LINGUAS:
17153         * po/or.po:
17154           add Oriya translation
17155
17156 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17157
17158         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
17159           Prevent overwrite of size member. Makes audio sound crappy.
17160
17161 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17162
17163         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17164         Add rmvb to the list of known RealMedia extensions
17165
17166 2004-10-05  Wim Taymans  <wim@fluendo.com>
17167
17168         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
17169         (mngdec_openstream), (mngdec_closestream),
17170         (mngdec_handle_sink_event), (mngdec_readdata),
17171         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
17172         (mngdec_getcanvasline), (mngdec_refresh),
17173         (gst_mngdec_change_state):
17174         Set the framerate correctly.
17175
17176 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17177
17178         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
17179           There was something wrong with the index massaging.
17180
17181 2004-10-04  Wim Taymans  <wim@fluendo.com>
17182
17183         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
17184         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17185         (gst_smokedec_chain):
17186         * ext/jpeg/gstsmokedec.h:
17187         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
17188         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
17189         * ext/jpeg/gstsmokeenc.h:
17190         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
17191         (smokecodec_decode_new), (smokecodec_info_free),
17192         (smokecodec_set_quality), (smokecodec_get_quality),
17193         (smokecodec_set_threshold), (smokecodec_get_threshold),
17194         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17195         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
17196         (smokecodec_encode), (smokecodec_parse_id),
17197         (smokecodec_parse_header), (smokecodec_decode):
17198         * ext/jpeg/smokecodec.h:
17199         * ext/jpeg/smokeformat.h:
17200         Updated smoke, new bitstream, allows embedding in ogg.
17201
17202 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17203
17204         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17205           Fix seeking in some files. All this code is no longer needed (and
17206           actually breaks stuff) because we now synchronize the full index
17207           right when reading the header.
17208
17209 2004-10-04  Wim Taymans  <wim@fluendo.com>
17210
17211         * configure.ac:
17212         configure update for libmng.
17213
17214 2004-10-04  Wim Taymans  <wim@fluendo.com>
17215
17216         * ext/libmng/Makefile.am:
17217         * ext/libmng/gstmng.c: (plugin_init):
17218         * ext/libmng/gstmng.h:
17219         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
17220         (gst_mngdec_base_init), (gst_mngdec_class_init),
17221         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
17222         (gst_mngdec_loop), (gst_mngdec_get_property),
17223         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
17224         (mngdec_closestream), (mngdec_handle_sink_event),
17225         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
17226         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
17227         (gst_mngdec_change_state):
17228         * ext/libmng/gstmngdec.h:
17229         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
17230         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
17231         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
17232         (gst_mngenc_chain), (gst_mngenc_get_property),
17233         (gst_mngenc_set_property):
17234         * ext/libmng/gstmngenc.h:
17235         Added basic MNG decoder. Needs more work. The encoder does
17236         not work yet.
17237
17238 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17239
17240         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
17241         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
17242         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
17243           Don't hang on length=0 chunks. Some negotiation fixes. Signal
17244           no-more-pads.
17245
17246 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17247
17248         * configure.ac:
17249           you need at least 1.0.4 of speex
17250
17251 2004-10-04 Iain <iaingnome@gmail.com>
17252
17253         * ext/speex/gstspeexdec.h: Revert the includes changes.
17254
17255         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
17256
17257 2004-09-30 Iain <iaingnome@gmail.com>
17258
17259         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
17260         found during init or set as a property instead of hardcoding /dev/audio
17261
17262 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17263
17264         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
17265         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
17266         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
17267         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
17268         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
17269         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
17270         (gst_rmdemux_dump_data):
17271           Use debug category, fix EOS handling. filesrc ! rmdemux now
17272           works.
17273
17274 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17275
17276         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17277         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
17278         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
17279           Improve allocation, cutting and sorting of the index. How takes a
17280           few seconds instead of minutes.
17281
17282 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
17283
17284         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
17285           fixed compilation
17286
17287 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17288
17289         * gst-libs/gst/riff/riff-media.c:
17290         (gst_riff_create_video_caps_with_data),
17291         (gst_riff_create_video_template_caps):
17292           Add wing commander format mimetype/fourccs.
17293         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
17294           Don't crash if some value is 0.
17295
17296 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17297
17298         * gst-libs/gst/riff/riff-media.c:
17299         (gst_riff_create_video_caps_with_data),
17300         (gst_riff_create_video_template_caps):
17301           Add DIB fourcc (raw, palettized 8-bit RGB).
17302         * gst-libs/gst/riff/riff-read.c:
17303         (gst_riff_read_strf_vids_with_data):
17304           Oops, fix strf_data reading bug.
17305         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17306           Use a non-NULL tag.
17307         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17308           Time for hacks. Sorry Dave. At least one quicktime movie (a
17309           trailer) that I've encountered contains multiple video tracks.
17310           One of those is the actual video track, the other are one-frame
17311           tracks (images). Unfortunately, the number of frames according
17312           to the trak header is 1 for each, so that doesn't help. So
17313           instead, I look at the duration and discard tracks with a
17314           duration shorter than 20% of the length of the stream. Better
17315           than nothing.
17316
17317 2004-10-01  Christian Schaller <christian@fluendo.com>
17318
17319         * ext/ivorbis/vorbis.c:
17320           Patch from Phil Blundell (Bug 152341)
17321
17322 2004-10-01  Wim Taymans  <wim@fluendo.com>
17323
17324         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17325         (speex_dec_get_formats), (speex_dec_convert),
17326         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
17327         (speex_dec_chain), (gst_speexdec_get_property),
17328         (gst_speexdec_set_property):
17329         Small cleanups.
17330
17331 2004-10-01  Wim Taymans  <wim@fluendo.com>
17332
17333         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17334         (gst_wavparse_stream_init), (gst_wavparse_fmt),
17335         (gst_wavparse_other), (gst_wavparse_loop),
17336         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
17337         (gst_wavparse_srcpad_event):
17338         * gst/wavparse/gstwavparse.h:
17339         Added some more debugging info.
17340         Fix the case where the length of the file is 0.
17341         Make sure we seek to sample borders.
17342
17343 2004-10-01  Wim Taymans  <wim@fluendo.com>
17344
17345         * gst/playback/README:
17346         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
17347         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
17348         (try_to_link_1), (no_more_pads), (close_link), (type_found):
17349         Add some debug info to decodebin, update README
17350
17351 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17352
17353         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
17354           Don't use g_print(); use GST_DEBUG().
17355
17356 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17357
17358         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
17359         (gst_ogg_mux_queue_pads):
17360           Handle EOS properly.
17361
17362 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
17363
17364         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17365
17366         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
17367         (gst_faad_chain), (gst_faad_change_state):
17368         * ext/faad/gstfaad.h:
17369           Allow playback of raw (unframed) MPEG AAC files (#148993).
17370
17371 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
17372
17373         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17374
17375         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
17376           Throw error if we didn't recognize the stream. Fixes #152289.
17377
17378 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17379
17380         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
17381           Fix negotiation.
17382
17383 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
17384
17385         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17386
17387         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
17388           Fix memleak.
17389
17390 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17391
17392         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17393
17394         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
17395           Solve #152805.
17396         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
17397           Solve 152806.
17398
17399 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17400
17401         * gst-libs/gst/riff/riff-media.c:
17402         (gst_riff_create_video_caps_with_data),
17403         (gst_riff_create_audio_caps_with_data):
17404           Add codec_data handling (like asfdemux used to do).
17405         * gst/asfdemux/gstasf.c: (plugin_init):
17406         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
17407         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
17408           Use riff-media for caps creation instead of our own (mostly
17409           broken) copy of its functions.
17410
17411 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17412
17413         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
17414           Don't actually error out if we get another return value than
17415           -EINVAL. Opposite to what I first thought, drivers have random
17416           return values for this, although -EINVAL is the expected return
17417           value. Since this is not fatal, we shouldn't use
17418           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
17419
17420 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17421
17422         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17423         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
17424         (dvdreadsrc_get_property), (_open), (_seek), (_read),
17425         (dvdreadsrc_get), (dvdreadsrc_open_file),
17426         (dvdreadsrc_change_state):
17427           Fix. Don't do one big huge loop around the whole DVD, that will
17428           cache all data and thus eat sizeof(dvd) (several GB) before we
17429           see something.
17430         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
17431           Actually NULL'ify event after using it.
17432         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
17433         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
17434         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
17435         (gst_ebml_read_seek), (gst_ebml_read_skip):
17436           Handle events.
17437         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
17438         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
17439         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
17440           Fix timing (this will probably break if I seek using menus, but
17441           I didn't get there yet). VOBs and normal DVDs should now work.
17442           Add a mpeg2-only pad with high rank so this get autoplugged for
17443           MPEG-2 movies.
17444         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
17445         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
17446         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
17447         (gst_mpeg_demux_get_audio_stream),
17448         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
17449         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
17450           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
17451           MPEG-1 but use dvddemux for MPEG-2.
17452         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
17453         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
17454         (gst_mpeg_parse_parse_packhead):
17455           Timing. Only add pad template if it exists. Add sink template from
17456           class and not from ourselves. This means we will always use the
17457           correct sink template even if it is not the one defined in this
17458           file.
17459
17460 2004-09-29  Wim Taymans  <wim@fluendo.com>
17461
17462         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
17463         (gst_mpeg_demux_parse_pes):
17464         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17465         Fix playback of mpeg again, timestamps where screwed up by
17466         patch 1.61.
17467
17468 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17469
17470         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
17471           Only return true if we actually filled something in. Prevents
17472           player applications from showing a random length for flac files.
17473         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
17474         (gst_riff_read_use_event), (gst_riff_read_handle_event),
17475         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
17476         (gst_riff_read_strf_vids_with_data),
17477         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
17478           OK, ok, so I implemented event handling. Apparently it's normal
17479           that we receive random events at random points without asking
17480           for it.
17481         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
17482         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
17483         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
17484         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
17485         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
17486         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
17487         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
17488         * gst/avi/gstavidemux.h:
17489           Implement non-lineair chunk handling and subchunk processing.
17490           The first solves playback of AVI files where the audio and video
17491           data of individual buffers that we read are not synchronized.
17492           This should not happen according to the wonderful AVI specs, but
17493           of course it does happen in reality. It is also a prerequisite for
17494           the second. Subchunk processing allows us to cut chunks in small
17495           pieces and process each of these pieces separately. This is
17496           required because I've seen several AVI files with incredibly large
17497           audio chunks, even some files with only one audio chunk for the
17498           whole file. This allows for proper playback including seeking.
17499           This patch is supposed to fix all AVI A/V sync issues.
17500         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
17501         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
17502           Work.
17503         * gst/modplug/gstmodplug.cc:
17504           Proper return value setting for the query() function.
17505         * gst/playback/gstplaybasebin.c: (setup_source):
17506           Being in non-playing state (after, e.g., EOS) is not necessarily
17507           a bad thing. Allow for that. This fixes playback of short files.
17508           They don't actually playback fully now, because the clock already
17509           runs. This means that small files (<500kB) with a small length
17510           (<2sec) will still not or barely play. Other files, such as mod
17511           or flx, will work correctly, however.
17512
17513 2004-09-28  Wim Taymans  <wim@fluendo.com>
17514
17515         * ext/speex/gstspeex.c: (plugin_init):
17516         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
17517         (gst_speex_dec_class_init), (speex_dec_get_formats),
17518         (speex_get_event_masks), (speex_get_query_types),
17519         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
17520         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
17521         (gst_speexdec_get_property), (gst_speexdec_set_property),
17522         (speex_dec_change_state):
17523         * ext/speex/gstspeexdec.h:
17524         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
17525         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
17526         (gst_speexenc_base_init), (gst_speexenc_class_init),
17527         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
17528         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
17529         (gst_speexenc_src_query), (gst_speexenc_init),
17530         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
17531         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
17532         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
17533         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
17534         (gst_speexenc_chain), (gst_speexenc_get_property),
17535         (gst_speexenc_set_property), (gst_speexenc_change_state):
17536         * ext/speex/gstspeexenc.h:
17537         Rewrote speex encoder, make sure it can be embedded in ogg.
17538         Implemented speex decoder.
17539
17540 2004-09-28  Christian Schaller <christian@fluendo.com>
17541
17542         * configure.ac:
17543         Remove kioslave plugin. Markey is brewing a new working one
17544         * ext/Makefile.am: Remove kioslave plugin
17545         * ext/kio: remove
17546         * gst-plugins.spec.in: remove kio plugin from spec
17547
17548 2004-09-27  Wim Taymans  <wim@fluendo.com>
17549
17550         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
17551         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
17552         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
17553         (gst_multifdsink_new_client),
17554         (gst_multifdsink_handle_client_write),
17555         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17556         (gst_multifdsink_handle_clients):
17557         * gst/tcp/gstmultifdsink.h:
17558         Make syncing to keyframes actually work for new clients and lagging
17559         clients.
17560
17561 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17562
17563         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
17564         (gst_navigationtest_handle_src_event), (draw_box_planar411),
17565         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
17566         * gst/debug/gstnavigationtest.h:
17567           make navigationtest display button-press and button-release events
17568
17569 2004-09-26 Iain <iaingnome@gmail.com>
17570
17571         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
17572         the channels have received a new media event.
17573         (interleave_buffered_loop): Compresses a new media event on all
17574         channels into one.
17575
17576 2004-09-26 Iain <iaingnome@gmail.com>
17577
17578         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
17579         call the sinkpad's default event handler and not the srcpads. He also
17580         says this is confusing :)
17581         (gst_wavenc_stop_file): Company says that seek events only go upstream
17582         we should send a discontinuous downstream instead.
17583
17584 2004-09-25  Christian Schaller <christian@fluendo.com>
17585
17586         * Update SPEC file to be usable in conjunction with Fedora Core,
17587           Fedora.us and freshrpms packages
17588         * Fix typo in multifilesrc test Makefile
17589
17590 2004-09-24  Wim Taymans  <wim@fluendo.com>
17591
17592         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17593         Only signal the no_more_pads signal when we have
17594         added the stream to our list.
17595
17596 2004-09-24  Wim Taymans  <wim@fluendo.com>
17597
17598         * gst/playback/gstplaybasebin.c: (remove_prerolls),
17599         (new_decoded_pad):
17600         * gst/playback/gstplaybasebin.h:
17601         * gst/playback/gstplaybin.c: (setup_sinks):
17602         Don't try to preroll or decode more than one audio/video
17603         track.
17604
17605 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17606
17607         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17608           Throw error if we failed to find a suitable output. This should
17609           throw an error if we successfully set up a pipeline (e.g. because
17610           we recognized a media file) but found no decodable streams in it
17611           (e.g. because it contains only media stream types for which we
17612           have no decoders, or because it's not a media type).
17613
17614 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17615
17616         * ext/dirac/Makefile.am:
17617         * ext/dirac/gstdirac.cc:
17618         * ext/dirac/gstdiracdec.cc:
17619         * ext/dirac/gstdiracdec.h:
17620           Do something. Don't actually know if this works because I don't
17621           have a demuxer yet.
17622         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
17623           Add channels=1 to caps returned from _getcaps().
17624         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
17625         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
17626         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
17627         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17628         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
17629         (gst_ogm_parse_change_state):
17630           Separate between audio/video so ogmaudioparse actually uses the
17631           audio pad templates. Both audio and video work now, including
17632           autoplugging. Also use sometimes-srcpad hack.
17633         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
17634           Handle events better. Don't hang on infinite loops.
17635         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
17636         (gst_avi_demux_init), (gst_avi_demux_reset),
17637         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
17638         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
17639         (gst_avi_demux_change_state):
17640         * gst/avi/gstavidemux.h:
17641           Improve A/V sync. Still not perfect.
17642         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
17643         (gst_ebml_read_skip):
17644           Handle events better.
17645         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17646         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
17647         (qtdemux_audio_caps):
17648           Add IMA4. Improve event handling. Save offset after a seek when
17649           the headers are at the end of the file so that we don't end up in
17650           an infinite loop.
17651         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17652           Add low-priority typefind support for files with no length.
17653
17654 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17655
17656         * testsuite/multifilesink/Makefile.am:
17657         fix typo
17658
17659 2004-09-22  Julien MOUTTE  <julien@moutte.net>
17660
17661         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
17662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
17663         mistakes from thaytan's patches.
17664
17665 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
17666
17667         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
17668           For completeness, XSync in the destroy function as xvimage does.
17669
17670 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
17671
17672         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
17673            Correct caps negotiation
17674         * gst/volume/gstvolume.c: (volume_chain_float),
17675         (volume_chain_int16):
17676            Modify debug output to be little more informative
17677         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17679         (gst_xvimagesink_xvimage_destroy):
17680           Add XSync calls after detaching from the shared memory segment to
17681           avoid a crash.
17682
17683 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17684
17685         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17686         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
17687         * ext/vorbis/vorbis.c: (plugin_init):
17688         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
17689         (gst_vorbisenc_chain):
17690         * ext/vorbis/vorbisenc.h:
17691         remove explicit newmedia support from oggmux and vorbisenc
17692         add debug category to vorbisenc
17693         * gst/multifilesink/gstmultifilesink.c:
17694         (gst_multifilesink_class_init), (gst_multifilesink_init),
17695         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
17696         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
17697         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
17698         (plugin_init):
17699         * gst/multifilesink/gstmultifilesink.h:
17700         add support for streamheader in multifilesink
17701
17702 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17703
17704         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
17705         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
17706         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
17707           Prevent infinite loops. More correct error reporting.
17708         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17709           Error out if negotiation fails.
17710         * gst/playback/gstplaybasebin.c: (setup_source),
17711         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
17712         (gst_play_base_bin_found_tag):
17713           Error/tag forwarding. Pre-roll fixes for source errors on state
17714           changes (e.g. "file does not exist") to prevent hangs.
17715
17716 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17717
17718         * testsuite/multifilesink/Makefile.am:
17719         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
17720         (gst_newmedia_class_init), (gst_newmedia_init),
17721         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
17722         (newfile_signal), (test_signal), (main):
17723         * testsuite/multifilesink/multifilesrc_test.c: (main):
17724         * testsuite/multifilesink/oggtheora_test.c:
17725         (gst_newmedia_base_init), (gst_newmedia_class_init),
17726         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
17727         (test_format), (newfile_signal), (test_signal), (main):
17728         * testsuite/multifilesink/oggvorbis_test.c:
17729         (gst_newmedia_base_init), (gst_newmedia_class_init),
17730         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
17731         (test_format), (newfile_signal), (test_signal), (main):
17732         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
17733         (gst_newmedia_class_init), (gst_newmedia_init),
17734         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
17735         (newfile_signal), (test_signal), (main):
17736         New media tests
17737
17738 2004-09-20  Christian Schaller <christian@fluendo.com>
17739
17740         * Fix mikmod license to LGPL as they have relicensed
17741         * Move Dirac and Effectv into LGPL section of README_license
17742
17743 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17744
17745         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
17746         (gst_mad_change_state):
17747           Allow for mp3 rate/channels changes. However, only very
17748           conservatively. Reason that we *have* to enable this is smiply
17749           because the mad find_sync() function is not good enough, it will
17750           regularly sync on random data as valid frames and therefore make
17751           us provide random caps as *final* caps of the stream. The best fix
17752           I could think of is to simply require several of the same stream
17753           changes in a row before we change caps.
17754           The actual testcase that works now is #
17755         * ext/ogg/Makefile.am:
17756         * ext/ogg/gstogg.c: (plugin_init):
17757         * ext/ogg/gstogmparse.c:
17758           OGM support (video only for now; I need an audio sample file).
17759         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
17760         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
17761         (gst_asf_demux_add_video_stream):
17762           WMV extradata.
17763         * gst/playback/gstplaybasebin.c: (unknown_type):
17764           Don't error out on single unknown-types after all. It's wrong.
17765           If we found type of video and audio but not of a subtitle stream,
17766           it will still error out (which is unwanted). Will find a better fix
17767           later on.
17768         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
17769         (ogmaudio_type_find), (plugin_init):
17770           OGM support.
17771
17772 2004-09-20  Johan Dahlin  <johan@gnome.org>
17773
17774         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
17775         after setting caps.
17776
17777 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17778
17779         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
17780         * gst/wavenc/gstwavenc.h:
17781         Added newmedia support to wavenc
17782
17783 2004-09-17  Wim Taymans  <wim@fluendo.com>
17784
17785         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
17786         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
17787         (gst_fdset_fd_can_write), (gst_fdset_wait):
17788         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
17789         (gst_multifdsink_init), (gst_multifdsink_add),
17790         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
17791         (gst_multifdsink_remove_client_link),
17792         (gst_multifdsink_client_queue_buffer),
17793         (gst_multifdsink_handle_client_write),
17794         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
17795         (gst_multifdsink_close), (gst_multifdsink_change_state):
17796         * gst/tcp/gstmultifdsink.h:
17797         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17798         (gst_tcpserversink_removed):
17799         Small cleanups in fdset.c
17800         Use a hastable to map fd to the client structure for faster
17801         lookup in _remove and get_stats.
17802         Added virtual function to close the fds.
17803         Handle clients even when the select/poll call was unblocked because
17804         of a command.
17805         Implement syncing to keyframe in the recovery procedure.
17806
17807 2004-09-16 Iain <iaingnome@gmail.com>
17808
17809         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
17810         try caps.
17811
17812 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17813
17814         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
17815           Caps are only set if the type of the stream is unknown, but this
17816           is initialized in ->init_stream(), so set to UNKNOWN after calling
17817           ->init_stream() so that capsnego starts.
17818
17819 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17820
17821         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17822         (gst_avi_demux_stream_data):
17823           Just hardcode for raw audio then. AVI audio sucks.
17824
17825 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
17826
17827         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
17828         * gst/matroska/matroska-mux.c: (audiosink_templ),
17829         (gst_matroska_mux_audio_pad_link):
17830         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
17831         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
17832
17833 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17834
17835         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17836         (gst_avi_demux_stream_data):
17837           Try to fix a/v sync issues.
17838
17839 2004-09-15  David Schleef  <ds@schleef.org>
17840
17841         * configure.ac: remove NASM check, since we don't use it.  Update
17842         dirac check to 0.4
17843         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
17844         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17845         Initialized variables.
17846         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17847         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
17848         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
17849         SVQ3 format
17850
17851 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17852
17853         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17854         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
17855         * gst/avi/gstavidemux.h:
17856           Fix for compressed audio (mp3) timestamp generation. How did this
17857           ever work?
17858
17859 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17860
17861         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
17862           Volume is a double not a float.
17863
17864 2004-09-15  Wim Taymans  <wim@fluendo.com>
17865
17866         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
17867         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
17868         Don't close the fd in multifdsink as we didn't open it in the
17869         first place. Some cleanups.
17870
17871 2004-09-15  Wim Taymans  <wim@fluendo.com>
17872
17873         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17874         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
17875         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
17876         Fix the case where the muxer would mark pages as delta
17877         frames when they are not (vorbis only ogg).
17878
17879 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17880
17881         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
17882         (gst_play_base_bin_change_state):
17883           Handle the case where we failed to setup a clear pipeline. This
17884           will throw an error (or EOS, another nice case) and if you don't
17885           catch that, the app will wait for the signal forever (and thus
17886           hang).
17887
17888 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17889
17890         * ext/gnomevfs/gstgnomevfssink.c:
17891         (gst_gnomevfssink_uri_get_protocols):
17892         * ext/gnomevfs/gstgnomevfssrc.c:
17893         (gst_gnomevfssrc_uri_get_protocols):
17894         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
17895         * ext/gnomevfs/gstgnomevfsuri.h:
17896           Use _uri_new() instead of _open(), so it doesn't take as long and
17897           Christophe's computer won't hang.
17898         * gst/playback/gstplaybasebin.c: (unknown_type):
17899           Throw error on unknown media type, so apps actually display it.
17900
17901 2004-09-14  Brian Cameron  <brian.cameron@sun.com
17902
17903         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
17904           this script to work on Solaris since bash shell handles echo
17905           differenly than bash.
17906
17907 2004-09-17  Wim Taymans  <wim@fluendo.com>
17908
17909         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
17910         (setup_source), (gst_play_base_bin_set_property),
17911         (gst_play_base_bin_add_element):
17912         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
17913         Some more work on making sure seeking pauses the pipeline and
17914         that changing the uri actually does something.
17915
17916 2004-09-17  Wim Taymans  <wim@fluendo.com>
17917
17918         * gst/tcp/gstfdset.c: (gst_fdset_wait):
17919         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
17920         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
17921         (gst_tcpserversink_close):
17922         Be a bit more paranoid when freeing memory.
17923
17924 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17925
17926         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17927         (qtdemux_parse_trak):
17928           Don't crash by dividing by zero (see sample movie in #126922).
17929
17930 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17931
17932         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
17933           Don't touch non-existing data (fixes crash on file in #140147).
17934
17935 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17936
17937         * gst/playback/gstplaybasebin.c:
17938         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
17939           Handle double disposals, and proper change of URIs.
17940
17941 2004-09-13  Martin Eikermann <meiker@upb.de>
17942
17943         * gst/mpegstream/gstmpegparse.c:
17944           fix synchronistation for streams recorded from digital PCR
17945           fixes bug #119376
17946
17947 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17948
17949         * ext/gnomevfs/Makefile.am:
17950         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17951         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
17952         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
17953         (gst_gnomevfssink_uri_get_type),
17954         (gst_gnomevfssink_uri_get_protocols),
17955         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
17956         (gst_gnomevfssink_uri_handler_init),
17957         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
17958         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
17959         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
17960         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
17961         (gst_gnomevfssrc_uri_get_type),
17962         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
17963         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
17964         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
17965         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
17966         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
17967         * ext/gnomevfs/gstgnomevfsuri.h:
17968           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
17969           of fake URIs to see which this version of Gnome-VFS likes, and
17970           uses that for the Gst-URI interface. Makes playbin support http://
17971           streams. Also fix up some stupid behaviour in gnomevfssrc.
17972
17973 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17974
17975         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17976         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17977         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17978         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17979           Update mixer (to sync with other sessions) if we try to obtain
17980           a new value. This makes alsamixer work accross applications.
17981         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
17982           Only call sync functions if we're running, else alsalib asserts.
17983         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
17984           Sometimes fails to compile. Possibly a gcc bug.
17985         * gst/playback/gstplaybin.c: (gen_video_element),
17986         (gen_audio_element):
17987           Add a reference to an application-provided object, because we lose
17988           this same reference if we add it to the bin. If we don't do this,
17989           we can only use this object once and thus crash if we go from
17990           ready to playing, back to ready and back to playing again.
17991           Also add an audioscale element because several cheap soundcards -
17992           like mine - don't support all samplerates.
17993         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
17994         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
17995           Fix wrong order or PAR calls. Makes automatically obtained PAR
17996           from the X server atually being used.
17997
17998 2004-09-12  David Schleef  <ds@schleef.org>
17999
18000         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
18001         #151887, #152102, #152247.
18002         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
18003         * examples/seeking/cdparanoia.c: same
18004         * examples/seeking/cdplayer.c: same
18005         * examples/seeking/seek.c: same
18006         * examples/seeking/spider_seek.c: same
18007         * examples/seeking/vorbisfile.c: same
18008         * examples/stats/mp2ogg.c: same
18009         * ext/esd/esdsink.c: (gst_esdsink_class_init),
18010         (gst_esdsink_dispose): Dispose of element properly.
18011         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
18012         fixes.
18013         * ext/nas/nassink.c: (gst_nassink_class_init),
18014         (gst_nassink_dispose): Dispose of element correctly.
18015         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
18016         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18017         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
18018         Fix 64-bit warning.
18019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18020         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
18021         Fix 64-bit warning.
18022
18023 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18024
18025         * configure.ac : change speex detection as 1.1.6 now uses
18026           .pc/pkg-config and they changed their headers location.
18027
18028 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
18029
18030         * gst/matroska/matroska-mux.h:
18031         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
18032         (gst_matroska_mux_start), (gst_matroska_mux_finish),
18033         (gst_matroska_mux_write_data):
18034           Write multiple blocks/frames per cluster.
18035                 Write meta-seek information (seek heads).
18036
18037 2004-09-09  Scott Wheeler <wheeler@kde.org>
18038
18039         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
18040         (gst_play_bin_set_property), (gst_play_bin_get_property),
18041         (gen_audio_element), (gen_audio_element):
18042           Add a volume element / property to the pipeline.
18043
18044 2004-09-07  Wim Taymans  <wim@fluendo.com>
18045
18046         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
18047         Copy timestamps from the master pad to the output buffers.
18048
18049 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18050
18051         * ext/raw1394/gstdv1394src.c:
18052           throw errors when applicable
18053
18054 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
18055
18056         * gst/matroska/ebml-ids.h:
18057         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
18058         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
18059         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
18060           automatically convert unix time <-> ebml time when reading/writing
18061           a date, use gst_ebml_write_uint to write CUETIME,
18062           not gst_ebml_write_date.
18063         * gst/matroska/matroska-ids.h:
18064         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
18065         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
18066         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
18067         (gst_matroska_mux_write_data):
18068           Write track and segment UIDs, write muxing date, write
18069           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
18070           Create cues for audio only files.
18071
18072 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18073
18074         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18075         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18076           Re-commit ALSA switches.
18077         * gst/adder/gstadder.c: (gst_adder_loop):
18078           64-bit fix (#151416).
18079         * gst/debug/progressreport.c: (gst_progressreport_report):
18080           64-bit fix (#151419).
18081         * gst/matroska/matroska-demux.c:
18082         (gst_matroska_demux_parse_contents):
18083           64-bit fix (#151420).
18084         * gst/playback/test3.c: (update_scale):
18085           64-bit fix (#151421).
18086
18087 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18088
18089         * configure.ac:
18090           bump nano to cvs
18091
18092 === release 0.8.4 ===
18093
18094 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18095
18096         * configure.ac: releasing 0.8.4, "Alias"
18097
18098 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18099
18100         * ext/theora/Makefile.am:
18101           fix makefile.  Fixes #151462.
18102
18103 2004-08-30  Wim Taymans  <wim@fluendo.com>
18104
18105         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
18106         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
18107         (gst_multifdsink_remove_client_link),
18108         (gst_multifdsink_client_queue_buffer),
18109         (gst_multifdsink_handle_client_write):
18110         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
18111         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
18112         Fix some memory leaks.
18113
18114 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18115
18116         Patch by: David Schleef
18117
18118         * configure.ac:
18119         * sys/Makefile.am:
18120           rename our detection macro for V4L2.  Fixes #151236.
18121
18122 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18123
18124         Patch by: David Schleef
18125
18126         * configure.ac:
18127           check to define LAMEPRESET.  Fixes #151232.
18128
18129 2004-08-27  David Schleef  <ds@schleef.org>
18130
18131         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
18132         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
18133         (gst_glimagesink_fixate):  Move local variable declarations to
18134         make gcc-2.95 happy.
18135
18136 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18137
18138         * configure.ac:
18139           bump nano for prerelease
18140
18141 2004-08-27  David Schleef  <ds@schleef.org>
18142
18143         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
18144         * sys/sunaudio/gstsunaudiosrc.c:
18145         * sys/sunaudio/gstsunaudiosrc.h:
18146
18147 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18148
18149         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
18150         handle EOS correctly
18151         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
18152         * gst/matroska/matroska-mux.h:
18153         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
18154         VFW compatibility mode
18155
18156 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18157
18158         patch by: Zaheer Abbas Merali
18159
18160         * ext/ogg/gstoggmux.c:
18161         * ext/vorbis/vorbisenc.c:
18162         * ext/vorbis/vorbisenc.h:
18163           handle NEWMEDIA
18164
18165 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
18166
18167         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
18168         fix byte order reversion on little endian machines.
18169         * gst/matroska/matroska-mux.c: (audiosink_templ),
18170         (gst_matroska_mux_audio_pad_link):
18171         add TTA codec to the list of supported codecs.
18172         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
18173         (gst_matroska_mux_start), (gst_matroska_mux_finish),
18174         (gst_matroska_mux_write_data):
18175         * gst/matroska/matroska-mux.h:
18176         write segment duration correctly, write muxing app string, fixes bugs
18177         #140897 and #140898.
18178         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
18179         wait for all pads to be negotiated before starting to mux.
18180
18181 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18182
18183         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
18184         * ext/lame/gstlame.h:
18185         Added new media support to lame
18186
18187 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
18188
18189         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
18190         send vorbis headers at the beginning of a stream, fixes bug #141554.
18191         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
18192         bug #148950.
18193         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
18194         (gst_matroska_demux_plugin_init):
18195         * gst/matroska/matroska-ids.h:
18196         enable demuxing of TTA audio streams, fixes bug #148951.
18197         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
18198         enable typefinding for TTA audio files, fixes bug #148711.
18199         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
18200         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
18201         fixes playback of packed bitstream and xvid with bframes, bug #135407.
18202
18203 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
18204
18205         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18206         (gst_riff_read_element_data), (gst_riff_read_seek),
18207         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
18208         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
18209         <teuf@gnome.org>
18210
18211 2004-08-23 Iain <iaingnome@gmail.com>
18212
18213         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
18214         tags. They appear to be handled differently to normal.
18215         (tag_list_to_id3_tag_foreach): Ditto.
18216
18217 2004-08-22  Wim Taymans  <wim@fluendo.com>
18218
18219         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18220         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
18221         Make sure we never send -1 granulepos.
18222
18223 2004-08-20  Wim Taymans  <wim@fluendo.com>
18224
18225         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18226         (gst_ogg_mux_loop):
18227         I will accept bitchslappings with non sharp objects.
18228
18229 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18230
18231         * configure.ac:
18232         Clean up the test for lame presets
18233
18234 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18235
18236         * configure.ac:
18237         * ext/lame/Makefile.am:
18238         * ext/lame/gstlame.c: (gst_lame_class_init),
18239         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
18240         Only enable lame presets if version of lame has presets in API
18241
18242 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
18243         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
18244         * gst/udp/gstudpsrc.h:
18245           Don't call gst_pad_push in a get function. Fixes #150449
18246
18247 2004-08-18  Wim Taymans  <wim@fluendo.com>
18248
18249         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
18250         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
18251         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
18252         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
18253         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
18254         (gst_fdset_wait):
18255         * gst/tcp/gstfdset.h:
18256         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
18257         (gst_multifdsink_client_queue_buffer),
18258         (gst_multifdsink_handle_client_write):
18259         * gst/tcp/gstmultifdsink.h:
18260         Some extra checks in gstfdset.
18261         Only use send() when the fd is a socket. Don't try to
18262         read from write only fds.
18263
18264 2004-08-18  Wim Taymans  <wim@fluendo.com>
18265
18266         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
18267         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
18268         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
18269         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
18270         (gst_fdset_wait):
18271         Add more locking and bounds checking.
18272
18273 2004-08-18  Wim Taymans  <wim@fluendo.com>
18274
18275         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
18276         Realloc test fdset in the lock and right before starting
18277         the poll call. Bump the limit to 4096.
18278
18279 2004-08-17  David Schleef  <ds@schleef.org>
18280
18281         * sys/sunaudio/Makefile.am:
18282         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
18283         of rates and channels.  Make debugging less obnoxious.
18284
18285         Patch from Balamurali Viswanathan implementing a mixer for
18286         Sun audio.  (bug #144091):
18287         * sys/sunaudio/gstsunelement.c:
18288         * sys/sunaudio/gstsunelement.h:
18289         * sys/sunaudio/gstsunmixer.c:
18290         * sys/sunaudio/gstsunmixer.h:
18291
18292 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18293
18294         * gst/audioscale/gstaudioscale.c:
18295         * gst/audioscale/gstaudioscale.h:
18296         made audioscale resample from any sample rate to any sample rate
18297
18298 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18299
18300         * ext/libpng/gstpngdec.c:
18301           error out on unsupported types
18302
18303 2004-08-17  Iain <iaingnome@gmail.com>
18304
18305         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
18306         mid_side and loose_mid_side properties if its a stereo stream.
18307
18308 2004-08-17  Wim Taymans  <wim@fluendo.com>
18309
18310         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
18311         (theora_get_formats), (theora_dec_src_convert),
18312         (theora_dec_sink_convert), (theora_dec_src_query),
18313         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
18314         Add a debug line.
18315
18316 2004-08-17  Wim Taymans  <wim@fluendo.com>
18317
18318         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
18319         (gst_ogg_pad_push):
18320         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18321         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
18322         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
18323         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
18324         Mark delta units in the muxer.
18325         Try to decode the packet after an out-of-sync error from
18326         libogg.
18327
18328 2004-08-17  Wim Taymans  <wim@fluendo.com>
18329
18330         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18331         (gst_multifdsink_init), (gst_multifdsink_add),
18332         (gst_multifdsink_client_queue_buffer),
18333         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
18334         * gst/tcp/gstmultifdsink.h:
18335         Added option to send a keyframe to clients as the first buffer.
18336         Make timeout property writable.
18337
18338 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18339
18340         patch by: Wim Taymans
18341
18342         * gst/tcp/gstfdset.c:
18343         * gst/tcp/gstmultifdsink.c:
18344           fix index comparison, should include 0
18345
18346 2004-08-16  Wim Taymans  <wim@fluendo.com>
18347
18348         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
18349         (gst_fdset_add_fd), (gst_fdset_remove_fd),
18350         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
18351         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
18352         (gst_fdset_wait):
18353           copy when reallocing for poll so the select arguments don't get
18354           changed during the call
18355
18356 2004-08-16  Wim Taymans  <wim@fluendo.com>
18357
18358         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
18359         (gst_theora_enc_class_init), (theora_enc_sink_link),
18360         (theora_buffer_from_packet), (theora_enc_chain):
18361         Fix bug where buffers were not marked as keyframes
18362         correctly.
18363
18364 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18365
18366         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
18367         (gst_lame_preset_get_type), (gst_lame_class_init):
18368         describe the enum values for vbr mode and presets more verbosely
18369
18370 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18371
18372         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
18373         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
18374         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
18375         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
18376         * ext/lame/gstlame.h:
18377         add preset property to lame so it can use lame presets
18378
18379 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18380
18381         * ext/lame/gstlame.c: (gst_lame_get_property):
18382         whoops forgot break, thanks teuf
18383
18384 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18385
18386         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
18387         (gst_lame_class_init), (gst_lame_src_getcaps),
18388         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
18389         (gst_lame_get_property), (gst_lame_setup):
18390         * ext/lame/gstlame.h:
18391         fix lame's broken vbr stuff, allow it to resample if need be, and also
18392         make xing header optional
18393
18394 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18395
18396         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
18397         added getcaps function so samplerate doesnt get fixated to silly values
18398
18399 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18400
18401         * ext/lame/gstlame.c: (gst_lame_src_link):
18402         revert previous fix
18403
18404 2004-08-12  Johan Dahlin  <johan@gnome.org>
18405
18406         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
18407         checks. Doesn't matter what state we are in. Interfaces are a
18408         compile time thing, not runtime. It also broke the python bindings.
18409
18410 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18411
18412         * ext/lame/gstlame.c: (gst_lame_src_link):
18413         made source pad link function check if sinkpad is ok..fixes the problem
18414         where core fixates the output rate of lame stupidly
18415
18416 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18417
18418         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
18419         * sys/v4l/v4l_calls.c:
18420         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
18421           fix fixate function to handle nonsimple caps.
18422           remove bogus check in _link
18423           cleanups
18424
18425 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18426
18427         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
18428         set default compression ratio parameter to 0.0 so bitrate parameter
18429         works :)
18430
18431 2004-08-11  David Schleef  <ds@schleef.org>
18432
18433         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
18434
18435 2004-08-11  David Schleef  <ds@schleef.org>
18436
18437         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
18438         before.
18439
18440 2004-08-11  David Schleef  <ds@schleef.org>
18441
18442         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
18443
18444 2004-08-11  David Schleef  <ds@schleef.org>
18445
18446         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
18447           license field
18448         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
18449         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
18450           LGPL.
18451         * gst/auparse/gstauparse.c: Fix plugin license field.
18452         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
18453         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
18454         * gst/rtp/gstrtp.c: Fix plugin license field.
18455
18456 2004-08-11  Wim Taymans  <wim@fluendo.com>
18457
18458         * gst/tcp/Makefile.am:
18459         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
18460         (ensure_size), (gst_fdset_new), (gst_fdset_free),
18461         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
18462         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
18463         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
18464         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
18465         (gst_fdset_fd_can_write), (gst_fdset_wait):
18466         * gst/tcp/gstfdset.h:
18467         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
18468         (gst_multifdsink_class_init), (gst_multifdsink_init),
18469         (gst_multifdsink_add), (gst_multifdsink_remove),
18470         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
18471         (gst_multifdsink_remove_client_link),
18472         (gst_multifdsink_handle_client_read),
18473         (gst_multifdsink_client_queue_data),
18474         (gst_multifdsink_client_queue_caps),
18475         (gst_multifdsink_client_queue_buffer),
18476         (gst_multifdsink_handle_client_write),
18477         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18478         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
18479         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
18480         (gst_multifdsink_close):
18481         * gst/tcp/gstmultifdsink.h:
18482         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18483         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18484         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
18485         (gst_tcpserversink_close):
18486         * gst/tcp/gsttcpserversink.h:
18487         Abstracted away the select call, implemented poll (yes we ran into
18488         the 1024 limit in production).
18489
18490 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18491
18492         * gst/tcp/gsttcp.c:
18493         * gst/tcp/gsttcpplugin.c:
18494           improve debuggging, remove assert
18495
18496 2004-08-10  Wim Taymans  <wim@fluendo.com>
18497
18498         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
18499         (gst_client_status_get_type), (gst_multifdsink_class_init),
18500         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
18501         (gst_multifdsink_handle_client_read),
18502         (gst_multifdsink_handle_client_write),
18503         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18504         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
18505         (gst_multifdsink_get_property):
18506         * gst/tcp/gstmultifdsink.h:
18507         * gst/tcp/gsttcp-marshal.list:
18508         Starting to prepare for specifying buffer time in other units
18509         than buffers. Expose remove reason in signal.
18510
18511 2004-08-10  Wim Taymans  <wim@fluendo.com>
18512
18513         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
18514         (gst_multifdsink_remove), (gst_multifdsink_clear),
18515         (gst_multifdsink_remove_client_link),
18516         (gst_multifdsink_handle_client_read),
18517         (gst_multifdsink_client_queue_data),
18518         (gst_multifdsink_client_queue_buffer),
18519         (gst_multifdsink_handle_client_write),
18520         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
18521         (gst_multifdsink_chain), (gst_multifdsink_close):
18522         * gst/tcp/gstmultifdsink.h:
18523         Added more debugging info. Changed the way clients are
18524         removed from the lists. Fixed a bug where a bad file descriptor
18525         could cause many clients to be removed.
18526
18527 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18528
18529         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
18530           allow all pixel-aspect-ratios, not just 1:1
18531
18532 2004-08-09  David Schleef  <ds@schleef.org>
18533
18534         * sys/glsink/ARB_multitexture.h:  Remove old files.
18535         * sys/glsink/EXT_paletted_texture.h:
18536         * sys/glsink/NV_register_combiners.h:
18537         * sys/glsink/gstgl_nvimage.c:
18538         * sys/glsink/gstgl_pdrimage.c:
18539         * sys/glsink/gstgl_rgbimage.c:
18540         * sys/glsink/gstglsink.c:
18541         * sys/glsink/gstglsink.h:
18542         * sys/glsink/gstglxwindow.c:
18543         * sys/glsink/regcomb_yuvrgb.c:
18544
18545 2004-08-09  David Schleef  <ds@schleef.org>
18546
18547         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
18548         GL sink plugin.  (Bug #147302)
18549
18550         * configure.ac: Test for OpenGL
18551         * sys/Makefile.am: Use test for OpenGL
18552         * sys/glsink/Makefile.am:
18553         * sys/glsink/glimagesink.c: rewrite
18554         * sys/glsink/glimagesink.h: rewrite
18555
18556 2004-08-09  David Schleef  <ds@schleef.org>
18557
18558         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
18559         sane framerates.
18560         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
18561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
18562         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
18563
18564 2004-08-09  Wim Taymans  <wim@fluendo.com>
18565
18566         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18567         (gst_multifdsink_add), (gst_multifdsink_get_stats),
18568         (gst_multifdsink_client_remove),
18569         (gst_multifdsink_handle_client_read),
18570         (gst_multifdsink_handle_client_write),
18571         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
18572         Do a bit more logging, make the client_read code more robust.
18573
18574 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18575
18576         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
18577         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
18578         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
18579         (gst_jpegdec_init), (gst_jpegdec_chain):
18580         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
18581         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
18582           cleanups, debugging fixes and memleak plugging
18583
18584 2004-08-09  Wim Taymans  <wim@fluendo.com>
18585
18586         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
18587         (theora_get_formats), (theora_dec_src_convert),
18588         (theora_dec_sink_convert), (theora_dec_src_query),
18589         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
18590         (theora_dec_change_state):
18591         Don't crash on missing header packets.
18592
18593 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18594
18595         * po/LINGUAS:
18596         * po/sq.po:
18597           Added Albanian translation (Laurent Dhima)
18598         * po/cs.po:
18599           updated
18600
18601 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18602
18603         * ext/lame/gstlame.c:
18604           fix/add debugging
18605
18606 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18607
18608         * sys/ximage/ximagesink.c:
18609         * sys/xvimage/xvimagesink.c:
18610           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
18611
18612 2004-08-06  Wim Taymans  <wim@fluendo.com>
18613
18614         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18615         (gst_multifdsink_add), (gst_multifdsink_get_stats),
18616         (gst_multifdsink_client_remove),
18617         (gst_multifdsink_handle_client_read),
18618         (gst_multifdsink_handle_client_write),
18619         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
18620         Make sure we don't try to read more from a client that what
18621         ioctl says us or we deadlock.
18622
18623 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18624
18625         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
18626         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
18627         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
18628           decouple running_time and n_frames so it can handle changing
18629           framerate while running
18630
18631 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18632
18633         * po/nl.po:
18634         * po/sv.po:
18635           updated translations
18636
18637 2004-08-04  Benjamin Otte  <otte@gnome.org>
18638
18639         * gst/videotestsrc/gstvideotestsrc.c:
18640         (gst_videotestsrc_get_capslist), (generate_capslist),
18641         (plugin_init):
18642           generate the list of supported caps at startup and reuse it instead
18643           of always generating it
18644
18645 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18646
18647         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
18648           whoops, last checkin broke normal build
18649
18650 2004-08-03  Benjamin Otte  <otte@gnome.org>
18651
18652         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
18653         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18654         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18655         (gst_alsa_mixer_get_option):
18656         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
18657         (dvdnavsrc_print_event):
18658         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
18659         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
18660         (gst_ogg_mux_pad_unlink):
18661         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
18662         (gst_multipart_mux_pad_unlink):
18663         * gst/videofilter/gstvideobalance.c:
18664         (gst_videobalance_colorbalance_set_value):
18665         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
18666         (gst_videomixer_pad_unlink):
18667         * po/uk.po:
18668         * sys/oss/gstossmixer.c:
18669         * sys/v4l/gstv4lcolorbalance.c:
18670         * sys/v4l/gstv4ltuner.c:
18671         * sys/v4l/v4lsrc_calls.c:
18672         * sys/v4l2/gstv4l2colorbalance.c:
18673         * sys/v4l2/gstv4l2tuner.c:
18674           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
18675
18676 2004-08-03  Benjamin Otte  <otte@gnome.org>
18677
18678         * examples/dynparams/filter.c: (ui_control_create):
18679         * examples/gstplay/player.c: (print_tag):
18680         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
18681         * ext/gdk_pixbuf/gstgdkanimation.c:
18682         (gst_gdk_animation_iter_may_advance):
18683         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
18684         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
18685         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
18686         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
18687         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
18688         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18689         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
18690         * gst/sine/demo-dparams.c: (main):
18691         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
18692         * testsuite/alsa/formats.c: (create_pipeline):
18693         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
18694           fixes for G_DISABLE_ASSERT and friends
18695         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18696         (mp3_type_frame_length_from_header), (mp3_type_find),
18697         (plugin_init):
18698           require mp3 typefinding to have at least MIN_HEADERS valid headers
18699           add typefinding for AAC adts files
18700
18701 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
18702
18703         * sys/ximage/ximagesink.c:
18704         (gst_ximagesink_calculate_pixel_aspect_ratio):
18705         * sys/xvimage/xvimagesink.c:
18706         (gst_xvimagesink_calculate_pixel_aspect_ratio):
18707         Make sure we calculate pixel-aspect-ratio using floating point maths
18708
18709 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18710
18711         * po/uk.po:
18712           updated translation
18713
18714 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18715
18716         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
18718           add debugging for display PAR calculation
18719
18720 2004-08-02  David Schleef  <ds@schleef.org>
18721
18722         * configure.ac: Fix mikmod CFLAGS.
18723
18724 2004-07-27  Benjamin Otte  <otte@gnome.org>
18725
18726         * gst/audioscale/gstaudioscale.c:
18727         - fix templates to only support S16, it's the only format that works
18728         - make caps nego code use try_set_caps_nonfixed and fixation instead
18729         of try_set_caps twice, which is not nice for autopluggers
18730         - change rank to secondary, so autopluggers can pick it up after
18731         audioconvert
18732
18733 2004-08-02  Iain <iain@prettypeople.org>
18734
18735         * gst/interleave/interleave.c (interleave_init),
18736         (interleave_request_new_pad),
18737         (interleave_pad_removed),
18738         (interleave_buffered_loop): Use the real pad count, not the artificial
18739         one.
18740
18741 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18742
18743         * configure.ac: bump nano back to development
18744
18745 === release 0.8.3 ===
18746
18747 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18748
18749         * configure.ac: releasing 0.8.3, "Water"
18750
18751 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18752
18753         * sys/xvimage/xvimagesink.c:
18754         (gst_xvimagesink_calculate_pixel_aspect_ratio),
18755         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
18756         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
18757         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
18758         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18759         * sys/xvimage/xvimagesink.h:
18760           apply similar PAR fixes as to ximagesink
18761
18762 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18763
18764         patch from: Benjamin Otte
18765
18766         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
18767           add link function to lame.  Fixes #148986.
18768
18769 2004-08-02  Johan Dahlin  <johan@gnome.org>
18770
18771         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
18772         fix debugging log
18773
18774 2004-07-30  David Schleef  <ds@schleef.org>
18775
18776         * gst/videomixer/Makefile.am: Fix things that should have been
18777         fixed in the last checkin.
18778
18779 2004-07-30  David Schleef  <ds@schleef.org>
18780
18781         * gst/multipart/Makefile.am: Fix things that should have been
18782         fixed in the last checkin.
18783
18784 2004-07-30  David Schleef  <ds@schleef.org>
18785
18786         * testsuite/multifilesink/Makefile.am: Fix unused variable.
18787
18788 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18789
18790         * configure.ac:
18791           bump nano for prerelease
18792         * po/af.po:
18793         * po/az.po:
18794         * po/cs.po:
18795         * po/en_GB.po:
18796         * po/hu.po:
18797         * po/nl.po:
18798         * po/sr.po:
18799         * po/sv.po:
18800         * po/uk.po:
18801           updates
18802
18803 2004-07-30  Wim Taymans  <wim@fluendo.com>
18804
18805         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18806         (gst_multifdsink_add), (gst_multifdsink_remove),
18807         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
18808         (gst_multifdsink_client_remove),
18809         (gst_multifdsink_handle_client_write),
18810         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
18811         * gst/tcp/gstmultifdsink.h:
18812         Recover from a select with a bad file descriptor by removing
18813         the client.
18814
18815 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18816
18817         * configure.ac:
18818           fix requirement of core
18819         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
18820         (gst_play_pipeline_setup):
18821           don't use colorspace element.  do use hermescolorspace element.
18822           make macro to get a colorspace element.
18823           mark strings for translation.
18824         * po/POTFILES.in:
18825           add play.c
18826         * po/af.po:
18827         * po/az.po:
18828         * po/cs.po:
18829         * po/en_GB.po:
18830         * po/hu.po:
18831         * po/nl.po:
18832         * po/sr.po:
18833         * po/sv.po:
18834         * po/uk.po:
18835           update translations
18836
18837 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18838
18839         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
18840         fix default for newmedia flag
18841
18842 2004-07-30  Wim Taymans  <wim@fluendo.com>
18843
18844         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
18845         (gst_theora_dec_init), (theora_get_formats),
18846         (theora_dec_src_convert), (theora_dec_sink_convert),
18847         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18848         (theora_dec_chain), (theora_dec_set_property),
18849         (theora_dec_get_property):
18850         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
18851         (gst_theora_enc_class_init), (gst_theora_enc_init),
18852         (theora_enc_sink_link), (theora_enc_chain),
18853         (theora_enc_set_property), (theora_enc_get_property):
18854         Added cropping option to theora decoder.
18855         Added border option to theora encoder.
18856
18857 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18858
18859         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
18860         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
18861         (gst_pngenc_set_property):
18862         * ext/libpng/gstpngenc.h:
18863         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
18864
18865 2004-07-30  Wim Taymans  <wim@fluendo.com>
18866
18867         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18868         (theora_enc_sink_link), (theora_enc_chain),
18869         (theora_enc_set_property), (theora_enc_get_property):
18870         Fix encoding of non-multiple-of-16 video.
18871
18872 2004-07-29  David Schleef  <ds@schleef.org>
18873
18874         * configure.ac: make test for audiofile more strict
18875
18876 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18877
18878         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18879           give different names to typefind functions
18880
18881 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18882
18883         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18884         (gst_ximagesink_calculate_pixel_aspect_ratio),
18885         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
18886         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
18887         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
18888         (gst_ximagesink_get_property), (gst_ximagesink_init):
18889         * sys/ximage/ximagesink.h:
18890           allocate PAR's dynamically.
18891           use autodetected PAR if no object-set PAR is given.
18892           add workaround for directfb's X not setting physical size.
18893           fix to xvimagesink will follow tomorrow.
18894
18895 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18896
18897         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
18898         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
18899         (gst_shout2send_get_type), (gst_shout2send_set_clock),
18900         (gst_shout2send_class_init), (gst_shout2send_init),
18901         (set_shout_metadata), (gst_shout2send_set_metadata),
18902         (gst_shout2send_chain), (gst_shout2send_set_property),
18903         (gst_shout2send_get_property), (gst_shout2send_connect),
18904         (gst_shout2send_change_state):
18905         * ext/shout2/gstshout2.h:
18906         - fix for sending mp3 audio to icecast2 server, if pad link function not
18907         called before PAUSED state
18908         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
18909         - added tagging support for mp3 audio broadcasted
18910         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
18911         debug info
18912
18913 2004-07-28  Wim Taymans  <wim@fluendo.com>
18914
18915         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
18916         (gst_ogg_demux_push):
18917         Return query failure when we don't know the length of
18918         an ogg stream insteda of returning TRUE with a bogus value.
18919
18920 2004-07-28  Wim Taymans  <wim@fluendo.com>
18921
18922         * ext/theora/theoradec.c: (theora_get_formats),
18923         (theora_dec_src_convert), (theora_dec_sink_convert),
18924         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18925         (theora_dec_chain):
18926         Don't screw up the 1 Chroma for 1 luma sample situation when we
18927         have an odd offset/width by adding a black border in those cases.
18928
18929 2004-07-28  Wim Taymans  <wim@fluendo.com>
18930
18931         * ext/theora/theoradec.c: (theora_get_formats),
18932         (theora_dec_src_convert), (theora_dec_sink_convert),
18933         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18934         (theora_dec_chain):
18935         * ext/theora/theoraenc.c: (theora_enc_sink_link):
18936         Added first attempt at cropping of the image as required by the
18937         theora spec. We need more properties in the caps (offset_x,
18938         offset_y,stride) to implement this correctly.
18939
18940 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
18941
18942         * ext/dvdnav/README:
18943           Update the README to use dvddemux
18944         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
18945           Ensure getcaps returns a subset of the template caps
18946         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
18947         (gst_mpeg2subt_init):
18948           Ensure getcaps returns a subset of the template caps
18949         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18950         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
18951         (gst_dvd_demux_get_subpicture_stream),
18952         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
18953         * gst/mpegstream/gstdvddemux.h:
18954           Set the explicit caps on the current_video pad before pushing
18955           anything
18956         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
18957         (gst_mpeg_demux_get_audio_stream):
18958           Free caps used to gst_pad_set_explicit_caps, which takes a const
18959           GstCaps *
18960
18961 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18962
18963         * configure.ac: update GStreamer requirement to 0.8.4 because of
18964           GstFraction.
18965
18966 2004-07-28  Wim Taymans  <wim@fluendo.com>
18967
18968         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
18969         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
18970         Add the pad to the element after setting up the caps. This
18971         makes it a lot easier to autoplug.
18972
18973 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
18974
18975         * gst/median/gstmedian.c:
18976         * gst/mpeg2subt/gstmpeg2subt.c:
18977         * gst/mpegaudioparse/gstmpegaudioparse.c:
18978         * gst/mpegstream/gstdvddemux.c:
18979         * gst/mpegstream/gstmpegdemux.c:
18980         * gst/mpegstream/gstmpegpacketize.c:
18981         * gst/rtjpeg/gstrtjpeg.c:
18982         * gst/rtjpeg/gstrtjpegdec.c:
18983         * gst/rtjpeg/gstrtjpegenc.c:
18984         * gst/sine/gstsinesrc.c:
18985         * gst/smooth/gstsmooth.c:
18986         * gst/smpte/gstsmpte.c:
18987         * gst/smpte/gstsmpte.h:
18988         * gst/stereo/gststereo.c:
18989         * gst/videofilter/gstgamma.c:
18990         * gst/videofilter/gstvideobalance.c:
18991         * gst/videofilter/gstvideofilter.c:
18992         * gst/videofilter/gstvideoflip.c:
18993         * gst/videoscale/gstvideoscale.c:
18994         * gst/videoscale/videoscale.c:
18995         * gst/videotestsrc/gstvideotestsrc.c:
18996         * gst/videotestsrc/videotestsrc.c:
18997         * gst/wavenc/gstwavenc.c:
18998         * gst/wavparse/gstwavparse.c:
18999           fix local includes and 64 bits constants
19000
19001 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
19002
19003         * win32/gst.sln:
19004         * gst-libs/gst/*/*.vcproj:
19005         * gst/*/*.vcproj:
19006           more working plugins
19007
19008 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19009
19010         * testsuite/alsa/Makefile.am:
19011         * testsuite/alsa/srcstate.c:
19012         add test for alsasrc changing state
19013
19014 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19015
19016         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
19017         (gst_silence_get):
19018         * gst/silence/gstsilence.h:
19019         fix silence generation for 16bit raw audio
19020
19021 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19022
19023         * gst/matroska/matroska-demux.c:
19024         (gst_matroska_demux_parse_metadata),
19025         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
19026         * gst/mpegaudio/common.c:
19027         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
19028         (gst_videoscale_getcaps), (gst_videoscale_link),
19029         (gst_videoscale_src_fixate), (gst_videoscale_init),
19030         (gst_videoscale_finalize):
19031         * gst/videoscale/gstvideoscale.h:
19032         * gst/videotestsrc/gstvideotestsrc.c:
19033         (gst_videotestsrc_get_capslist):
19034         * gst/wavenc/gstwavenc.c:
19035         * sys/oss/gstossmixer.c: (fill_labels):
19036         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19037         (gst_ximagesink_handle_xevents),
19038         (gst_ximagesink_calculate_pixel_aspect_ratio),
19039         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
19040         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
19041         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
19042         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19043         (gst_ximagesink_init), (gst_ximagesink_class_init):
19044         * sys/ximage/ximagesink.h:
19045         * sys/xvimage/xvimagesink.c:
19046         (gst_xvimagesink_calculate_pixel_aspect_ratio),
19047         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
19048         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
19049         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19050         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19051         * sys/xvimage/xvimagesink.h:
19052           first batch of pixel aspect ratio commits.
19053
19054 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19055
19056         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19057         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
19058         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
19059           handle stride, needs work if we want to move stride handling
19060           upstream, but works correctly for our purposes.
19061
19062 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19063
19064         * gst/videoscale/README:
19065           add testing examples
19066         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
19067         (gst_videoscale_chain):
19068         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
19069         (gst_videoscale_get_size):
19070           add get_size function that handles stride like videotestsrc.
19071           fixes conversion for YUV formats for as much as I can test them.
19072
19073 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19074
19075         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19076         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
19077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19078         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19079         (gst_xvimagesink_xvimage_put):
19080           further cleanups, logging, error handling and synchronizing
19081
19082 2004-07-27  Wim Taymans  <wim@fluendo.com>
19083
19084         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19085         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
19086         (gst_videomixer_pad_set_property),
19087         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
19088         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
19089         (gst_videomixer_class_init), (gst_videomixer_init),
19090         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
19091         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
19092         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
19093         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
19094         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19095         (gst_videomixer_loop), (plugin_init):
19096         Be a nicer negotiation citizen and provide a getcaps function on
19097         the srcpad. This also fixes a crash when resizing.
19098
19099 2004-07-27  Julien MOUTTE  <julien@moutte.net>
19100
19101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19102         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
19103
19104 2004-07-27  Wim Taymans  <wim@fluendo.com>
19105
19106         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
19107         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19108         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
19109         (gst_pngenc_set_property):
19110         * ext/libpng/gstpngenc.h:
19111         Added snapshot property to pngenc.
19112         removed g_print from pngdec
19113
19114 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
19115
19116         * gst/ac3parse/ac3parse.vcproj
19117         * gst/adder/adder.vcproj
19118         * gst/alpha/alpha.vcproj
19119         * gst/alpha/alphacolor.vcproj
19120         * gst/asfdemux/asf.vcproj
19121         * gst/audioconvert/audioconvert.vcproj
19122         * gst/audiorate/audiorate.vcproj
19123         * gst/audioscale/audioscale.vcproj
19124         * gst/auparse/auparse.vcproj
19125         * gst/avi/avi.vcproj
19126         * gst/cdxaparse/cdxaparse.vcproj
19127         * gst/chart/chart.vcproj
19128         * gst/colorspace/colorspace.vcproj
19129         * gst/cutter/cutter.vcproj
19130         * gst/debug/debug.vcproj
19131         * gst/debug/efence.vcproj
19132         * gst/debug/navigationtest.vcproj
19133         * gst/deinterlace/deinterlace.vcproj
19134         * gst/effectv/effectv.vcproj
19135         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
19136         * gst/filter/filter.vcproj
19137         * gst/flx/flxdec.vcproj
19138         * gst/goom/goom.vcproj
19139         * gst/interleave/interleave.vcproj
19140         * gst/law/alaw.vcproj
19141         * gst/law/mulaw.vcproj
19142         * gst/matroska/matroska.vcproj
19143         * gst/median/median.vcproj
19144         * gst/mixmatrix/mixmatrix.vcproj
19145         * gst/mpeg1sys/mpeg1systemencode.vcproj
19146         * gst/mpeg1videoparse/mp1videoparse.vcproj
19147         * gst/mpeg2sub/mpeg2subt.vcproj
19148         * gst/mpegaudio/mpegaudio.vcproj
19149         * gst/mpegaudioparse/mpegaudioparse.vcproj
19150         * gst/mpegstream/mpegstream.vcproj
19151         * gst/multifilesink/multifilesink.vcproj
19152         * gst/multipart/multipart.vcproj
19153         * gst/oneton/oneton.vcproj
19154         * gst/overlay/overlay.vcproj
19155         * gst/passthrough/passthrough.vcproj
19156         * gst/qtdemux/qtdemux.vcproj
19157         * gst/realmedia/rmdemux.vcproj
19158         * gst/rtjpeg/rtjpeg.vcproj
19159         * gst/rtp/rtp.vcproj
19160         * gst/silence/silence.vcproj
19161         * gst/sine/sinesrc.vcproj
19162         * gst/smooth/smooth.vcproj
19163         * gst/smpte/smpte.vcproj
19164         * gst/spectrum/spectrum.vcproj
19165         * gst/speed/speed.vcproj
19166         * gst/stereo/stereo.vcproj
19167         * gst/switch/switch.vcproj
19168         * gst/tags/tagedit.vcproj
19169         * gst/tcp/tcp.vcproj
19170         * gst/typefind/typefindfunctions.vcproj
19171         * gst/udp/udp.vcproj
19172         * gst/videobox/videobox.vcproj
19173         * gst/videocrop/videocrop.vcproj
19174         * gst/videodrop/videodrop.vcproj
19175         * gst/videofilter/gamma.vcproj
19176         * gst/videofilter/videobalance.vcproj
19177         * gst/videofilter/videofilter.vcproj
19178         * gst/videofilter/videoflip.vcproj
19179         * gst/videoflip/videoflip.vcproj
19180         * gst/videomixer/videomixer.vcproj
19181         * gst/videorate/videorate.vcproj
19182         * gst/videoscale/videoscale.vcproj
19183         * gst/videotestsrc/videotestsrc.vcproj
19184         * gst/virtualdub/virtualdub.vcproj
19185         * gst/volenv/volenv.vcproj
19186         * gst/volume/volume.vcproj
19187         * gst/wavenc/wavenc.vcproj
19188         * gst/wavparse/wavparse.vcproj
19189         * gst/y4m/y4menc.vcproj
19190         * gst-libs/gst/audio/audio.vcproj
19191         * gst-libs/gst/audio/audiofilter.vcproj
19192         * gst-libs/gst/colorbalance/colorbalance.vcproj
19193         * gst-libs/gst/idct/idtc.vcproj
19194         * gst-libs/gst/media-info/media-info.vcproj
19195         * gst-libs/gst/mixer/mixer.vcproj
19196         * gst-libs/gst/navigation/navigation.vcproj
19197         * gst-libs/gst/play/play.vcproj
19198         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
19199         * gst-libs/gst/resample/resample.vcproj
19200         * gst-libs/gst/riff/riff.vcproj
19201         * gst-libs/gst/tuner/tuner.vcproj
19202         * gst-libs/gst/video/video.vcproj
19203         * gst-libs/gst/xoverlay/xoverlay.vcproj
19204           avoid problems with math.h, fix release dependancy
19205           rename GStreamer-0.8.lib to libgstreamer.lib
19206
19207 2004-07-27  Julien MOUTTE  <julien@moutte.net>
19208
19209         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
19210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
19211         the atom is not available we have to unlock the mutex. Fixes #148023
19212
19213 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
19214
19215         * gst-libs/gst/media-info/media-info.h:
19216           issue for a vararg macro with MSVC
19217
19218 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
19219
19220         * gst/effectv/effectv.vcproj
19221         * gst-libs/gst/idct/idct.vcproj:
19222         * gst-libs/gst/media-info/media-info.vcproj:
19223         * gst-libs/gst/navigation/navigation.vcproj:
19224         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
19225         * gst-libs/gst/video/video.vcproj:
19226         * gst-libs/gst/xoverlay/xoverlay.vcproj:
19227           fixes for build problems
19228
19229 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
19230
19231         * gst-libs/gst/audio/audio.def:
19232         * gst-libs/gst/audio/riff.def:
19233           add some definitions needed by plugins
19234
19235 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
19236
19237         * gst/asfdemux/gstasfmux.c
19238           Fix some 64 bits constants to be glib friendly
19239
19240 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
19241
19242         * gst/ac3parse/gstac3parse.c
19243         * gst/audioscale/gstaudioscale.c
19244         * gst/auparse/gstauparse.c
19245         * gst/colorspace/gstcolorspace.c
19246         * gst/colorspace/yuv2rgb.h
19247           local include fixes
19248
19249 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
19250
19251         * win32/gst.sln
19252           add more plugins to the build
19253
19254 2004-07-26  Julien MOUTTE  <julien@moutte.net>
19255
19256         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19257         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
19258
19259 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19260
19261         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
19262         (gst_level_set_property), (gst_level_get_property),
19263         (gst_level_base_init), (gst_level_class_init):
19264           add debugging categories.  cleanups.
19265
19266 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19267
19268         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
19269         (gst_videoscale_planar411), (gst_videoscale_planar400),
19270         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
19271         (gst_videoscale_scale_nearest_str1),
19272         (gst_videoscale_scale_nearest_str2),
19273         (gst_videoscale_scale_nearest_str4),
19274         (gst_videoscale_scale_nearest_16bit),
19275         (gst_videoscale_scale_nearest_24bit):
19276           fixed stride issues
19277           tested with 320x240 -> 321, 322, 324 x240
19278           tested with YV12, I420, YUY2, UYVY
19279           fixed packed422rev (don't think it could have worked before)
19280           by testing with UYVY
19281
19282 2004-07-26  Benjamin Otte  <otte@gnome.org>
19283
19284         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
19285         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
19286         (plugin_init):
19287           add debugging category, add error checks like checking return values
19288           of setup calls, make sure it still works after
19289           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
19290
19291 2004-07-26  Wim Taymans  <wim@fluendo.com>
19292
19293         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
19294         (gst_mpeg_demux_get_audio_stream),
19295         (gst_mpeg_demux_process_private):
19296         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
19297         Check for error codes from the negotiation functions. Make sure
19298         we really set the pad caps when a new pad is created.
19299
19300 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19301
19302         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19303         (gst_ffmpeg_caps_to_pix_fmt):
19304         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19305         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19306         (gst_ffmpegcolorspace_pad_link):
19307           don't make function do two things at the same time without reason.
19308
19309 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
19310
19311         * gst/ac3parse/ac3parse.vcproj
19312         * gst/adder/adder.vcproj
19313         * gst/alpha/alpha.vcproj
19314         * gst/alpha/alphacolor.vcproj
19315         * gst/asfdemux/asf.vcproj
19316         * gst/audioconvert/audioconvert.vcproj
19317         * gst/audiorate/audiorate.vcproj
19318         * gst/audioscale/audioscale.vcproj
19319         * gst/auparse/auparse.vcproj
19320         * gst/avi/avi.vcproj
19321         * gst/cdxaparse/cdxaparse.vcproj
19322         * gst/chart/chart.vcproj
19323         * gst/colorspace/colorspace.vcproj
19324         * gst/cutter/cutter.vcproj
19325         * gst/debug/debug.vcproj
19326         * gst/debug/efence.vcproj
19327         * gst/debug/navigationtest.vcproj
19328         * gst/deinterlace/deinterlace.vcproj
19329         * gst/effectv/effectv.vcproj
19330         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
19331         * gst/filter/filter.vcproj
19332         * gst/flx/flxdec.vcproj
19333         * gst/goom/goom.vcproj
19334         * gst/interleave/interleave.vcproj
19335         * gst/law/alaw.vcproj
19336         * gst/law/mulaw.vcproj
19337         * gst/matroska/matroska.vcproj
19338         * gst/median/median.vcproj
19339         * gst/mixmatrix/mixmatrix.vcproj
19340         * gst/mpeg1sys/mpeg1systemencode.vcproj
19341         * gst/mpeg1videoparse/mp1videoparse.vcproj
19342         * gst/mpeg2sub/mpeg2subt.vcproj
19343         * gst/mpegaudio/mpegaudio.vcproj
19344         * gst/mpegaudioparse/mpegaudioparse.vcproj
19345         * gst/mpegstream/mpegstream.vcproj
19346         * gst/multifilesink/multifilesink.vcproj
19347         * gst/multipart/multipart.vcproj
19348         * gst/oneton/oneton.vcproj
19349         * gst/overlay/overlay.vcproj
19350         * gst/passthrough/passthrough.vcproj
19351         * gst/qtdemux/qtdemux.vcproj
19352         * gst/realmedia/rmdemux.vcproj
19353         * gst/rtjpeg/rtjpeg.vcproj
19354         * gst/rtp/rtp.vcproj
19355         * gst/silence/silence.vcproj
19356         * gst/sine/sinesrc.vcproj
19357         * gst/smooth/smooth.vcproj
19358         * gst/smpte/smpte.vcproj
19359         * gst/spectrum/spectrum.vcproj
19360         * gst/speed/speed.vcproj
19361         * gst/stereo/stereo.vcproj
19362         * gst/switch/switch.vcproj
19363         * gst/tags/tagedit.vcproj
19364         * gst/tcp/tcp.vcproj
19365         * gst/typefind/typefindfunctions.vcproj
19366         * gst/udp/udp.vcproj
19367         * gst/videobox/videobox.vcproj
19368         * gst/videocrop/videocrop.vcproj
19369         * gst/videodrop/videodrop.vcproj
19370         * gst/videofilter/gamma.vcproj
19371         * gst/videofilter/videobalance.vcproj
19372         * gst/videofilter/videofilter.vcproj
19373         * gst/videofilter/videoflip.vcproj
19374         * gst/videoflip/videoflip.vcproj
19375         * gst/videomixer/videomixer.vcproj
19376         * gst/videorate/videorate.vcproj
19377         * gst/videoscale/videoscale.vcproj
19378         * gst/videotestsrc/videotestsrc.vcproj
19379         * gst/virtualdub/virtualdub.vcproj
19380         * gst/volenv/volenv.vcproj
19381         * gst/volume/volume.vcproj
19382         * gst/wavenc/wavenc.vcproj
19383         * gst/wavparse/wavparse.vcproj
19384         * gst/y4m/y4menc.vcproj
19385           more plugins supported under windows
19386
19387 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19388
19389         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19390         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
19391         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
19392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19393         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
19394           Add debugging statements.  Use the sizes as returned by the
19395           *CreateImage calls.
19396
19397 2004-07-26  Johan Dahlin  <johan@gnome.org>
19398
19399         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
19400         the pad is negotiated.
19401
19402         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
19403
19404 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
19405
19406         * gst-libs/gst/colorbalance/colorbalance.vcproj:
19407         * gst-libs/gst/idct/idct.vcproj:
19408         * gst-libs/gst/media-info/media-info.vcproj:
19409         * gst-libs/gst/mixer/mixer.vcproj:
19410         * gst-libs/gst/navigation/navigation.vcproj:
19411         * gst-libs/gst/play/play.vcproj:
19412         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
19413         * gst-libs/gst/resample/resample.vcproj:
19414         * gst-libs/gst/tuner/tuner.vcproj:
19415         * gst-libs/gst/video/video.vcproj:
19416         * gst-libs/gst/xoverlay/xoverlay.vcproj:
19417           more plugins supported under windows
19418
19419 2004-07-25 Iain <iain@prettypeople.org>
19420
19421         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
19422         pad now rather than when the pad is created because state changes wipe
19423         explicit caps (fixes #148043).
19424
19425 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
19426
19427         reviewed by Benjamin Otte  <otte@gnome.org>
19428
19429         * ext/mad/gstmad.c:
19430           fix mad plugin crashing on Sun (fixes #148289)
19431
19432 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
19433
19434         * gst/avi/avi.def:
19435         * gst/avi/avi.vcproj:
19436         * gst/matroska/matroska.def:
19437         * gst/matroska/matroska.vcproj:
19438           remove unused .def files
19439
19440 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
19441
19442         * gst-libs/gst/audio/gstaudiofilter.c:
19443           Clean the local include
19444
19445 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
19446
19447         * win32/gst.sln:
19448         * gst-libs/gst/audio/audio.def:
19449         * gst-libs/gst/audio/audio.vcproj:
19450         * gst-libs/gst/audio/audiofilter.vcproj:
19451         * gst-libs/gst/audio/riff.def:
19452         * gst-libs/gst/audio/riff.vcproj:
19453         * gst-libs/gst/gst-libs.def:
19454         * gst-libs/gst/gst-libs.vcproj:
19455         * gst/avi/avi.vcproj:
19456         * gst/avi/avi.vcproj:
19457           Copy the files where needed after building, cleaner projects
19458
19459 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
19460
19461         * gst/matroska/ebml-write.c:
19462           Fix some 64 bits constants to be glib friendly
19463
19464 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
19465
19466         * win32/gst.sln:
19467         * gst-libs/gst/gst-libs.def:
19468         * gst-libs/gst/gst-libs.vcproj:
19469         * gst/matroska/matroska.def:
19470         * gst/matroska/matroska.vcproj:
19471           Add the preliminary canvas to build plugins on Win32
19472
19473 2004-07-23  Benjamin Otte  <otte@gnome.org>
19474
19475         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19476           don't enfore negotiation from source side, it breaks
19477           sinesrc ! audioconvert ! osssink
19478
19479 2004-07-22  David Schleef  <ds@schleef.org>
19480
19481         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
19482         for ELF files, since they can easily be recognized as audio/mpeg.
19483         (bug #147441)
19484
19485 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19486
19487         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
19488         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
19489         (gst_videoscale_scale_nearest_24bit),
19490         (gst_videoscale_scale_nearest_16bit):
19491           fix 16bit and 24bit for stride (24bit might need testing)
19492           don't pretend we do more than one algorithm
19493
19494 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19495
19496         * configure.ac:
19497         * gst/Makefile.am:
19498         * gst/multifilesink/Makefile.am:
19499         * gst/multifilesink/gstmultifilesink.c:
19500         (gst_multifilesink_get_formats),
19501         (gst_multifilesink_get_query_types), (_do_init),
19502         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
19503         (gst_multifilesink_init), (gst_multifilesink_dispose),
19504         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
19505         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
19506         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
19507         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
19508         (gst_multifilesink_chain), (gst_multifilesink_change_state),
19509         (gst_multifilesink_uri_get_type),
19510         (gst_multifilesink_uri_get_protocols),
19511         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
19512         (gst_multifilesink_uri_handler_init), (plugin_init):
19513         * gst/multifilesink/gstmultifilesink.h:
19514         * testsuite/Makefile.am:
19515         * testsuite/multifilesink/Makefile.am:
19516         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
19517         (gst_newmedia_class_init), (gst_newmedia_init),
19518         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
19519         (newfile_signal), (test_signal), (main):
19520         multifilesink plugin for creating new files every time a new media
19521         discontinuity event occurs
19522
19523 2004-07-22  Wim Taymans  <wim@fluendo.com>
19524
19525         * gst/alpha/Makefile.am:
19526         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
19527         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
19528         (gst_alpha_color_init), (gst_alpha_color_set_property),
19529         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
19530         (transform), (gst_alpha_color_chain),
19531         (gst_alpha_color_change_state), (plugin_init):
19532         Stupid plugin to to RGBA to AYUV conversion because none of
19533         the colorspace plugins can handle that yet.
19534
19535 2004-07-22  Wim Taymans  <wim@fluendo.com>
19536
19537         * examples/seeking/seek.c: (update_scale), (main):
19538         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
19539         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
19540         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
19541         (gst_decode_bin_init), (gst_decode_bin_dispose),
19542         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
19543         (no_more_pads), (close_link), (type_found),
19544         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
19545         (plugin_init):
19546         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
19547         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
19548         (gst_play_base_bin_dispose), (queue_overrun),
19549         (gen_preroll_element), (remove_prerolls), (unknown_type),
19550         (no_more_pads), (new_stream), (setup_source),
19551         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19552         (play_base_eos), (gst_play_base_bin_change_state),
19553         (gst_play_base_bin_add_element),
19554         (gst_play_base_bin_remove_element),
19555         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
19556         (gst_play_base_bin_unlink_stream),
19557         (gst_play_base_bin_get_streaminfo):
19558         * gst/playback/gstplaybin.c: (gen_video_element),
19559         (gen_audio_element):
19560         * gst/playback/gststreaminfo.h:
19561         More playback updates, attempt to fix things after the state change
19562         breakage.
19563
19564 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19565
19566         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
19567         (gst_videoscale_scale_nearest_16bit):
19568           comment algorithm
19569
19570 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19571
19572         * gst/videotestsrc/gstvideotestsrc.c:
19573         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
19574         (gst_videotestsrc_init), (gst_videotestsrc_get),
19575         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
19576         (gst_videotestsrc_get_property):
19577         * gst/videotestsrc/gstvideotestsrc.h:
19578         * gst/videotestsrc/videotestsrc.c:
19579         * gst/videotestsrc/videotestsrc.h:
19580           cleanup and commenting
19581
19582 2004-07-21  Wim Taymans  <wim@fluendo.com>
19583
19584         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
19585         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
19586         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
19587         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
19588         (_find_chain_get_unknown_part), (_find_streams_check),
19589         (gst_ogg_demux_push), (gst_ogg_pad_push):
19590         * ext/theora/theoradec.c: (theora_get_formats),
19591         (theora_dec_src_convert), (theora_dec_sink_convert),
19592         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
19593         (theora_dec_chain):
19594         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19595         (vorbis_dec_convert), (vorbis_dec_src_query),
19596         (vorbis_dec_src_event), (vorbis_dec_event):
19597         More seeking fixes, oggdemux now supports seeking to time and
19598         uses the downstream element to convert granulepos to time.
19599         Seeking in theora-only ogg files now works.
19600
19601 2004-07-21  Wim Taymans  <wim@fluendo.com>
19602
19603         * ext/theora/theoradec.c: (gst_theora_dec_init),
19604         (theora_get_formats), (theora_get_event_masks),
19605         (theora_get_query_types), (theora_dec_src_convert),
19606         (theora_dec_sink_convert), (theora_dec_src_query),
19607         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
19608         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19609         (vorbis_get_event_masks), (vorbis_get_query_types),
19610         (gst_vorbis_dec_init), (vorbis_dec_convert),
19611         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
19612         Added query/convert/formats functions to vorbis and theora decoders
19613         so that the outside world can use them too. Fixed seeking on an
19614         ogg/theora/vorbis file by disabling the seeking seeking on the
19615         theora srcpad.
19616
19617 2004-07-21  Julien MOUTTE  <julien@moutte.net>
19618
19619         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19620         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
19621         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
19622         images creation for both elements. We don't create the image on caps
19623         nego or renego, we just destroy the internal one if present if it does
19624         not match the needs. The chain function takes care of creating a new
19625         image when needed.
19626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19627         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
19628         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
19629         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
19630         the image format information. The buffer pool checks for the context
19631         image format and discard images with different formats.
19632         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
19633
19634 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19635
19636         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19637         (gst_ffmpegcolorspace_chain):
19638           no point in doing any chaining if the pad we want to push from
19639           isn't usable.
19640
19641 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19642
19643         * gst-libs/gst/riff/riff-media.c:
19644         (gst_riff_create_audio_caps_with_data):
19645           Fix double end-to-native symbol conversion (#148021).
19646
19647 2004-07-20  David Schleef  <ds@schleef.org>
19648
19649         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
19650         Don't use an Atom that doesn't exist.
19651
19652 2004-07-20  Wim Taymans  <wim@fluendo.com>
19653
19654         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19655         (gst_multifdsink_add), (gst_multifdsink_get_stats),
19656         (gst_multifdsink_client_remove),
19657         (gst_multifdsink_handle_client_write),
19658         (gst_multifdsink_queue_buffer):
19659         * gst/tcp/gstmultifdsink.h:
19660         More multifdsink stats. Avoid deadlock by releasing locks
19661         before sending out a signal.
19662
19663 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19664
19665         * po/LINGUAS:
19666         * po/hu.po:
19667           added Hungarian translation (Laszlo Dvornik)
19668
19669 2004-07-20  Wim Taymans  <wim@fluendo.com>
19670
19671         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19672         (gst_multifdsink_add), (gst_multifdsink_client_remove),
19673         (gst_multifdsink_handle_client_write),
19674         (gst_multifdsink_queue_buffer):
19675         * gst/tcp/gsttcp-marshal.list:
19676         Fixed the stupid marshal definition.
19677
19678 2004-07-20  Wim Taymans  <wim@fluendo.com>
19679
19680         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19681         (gst_multifdsink_init), (gst_multifdsink_add),
19682         (gst_multifdsink_client_remove),
19683         (gst_multifdsink_handle_client_write),
19684         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
19685         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
19686         (gst_multifdsink_init_send):
19687         * gst/tcp/gstmultifdsink.h:
19688         Added more stats, added timeout for a client, fixed some typos
19689         and added some comments.
19690
19691 2004-07-20  Wim Taymans  <wim@fluendo.com>
19692
19693         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19694         (gst_multifdsink_add), (gst_multifdsink_get_stats),
19695         (gst_multifdsink_client_remove),
19696         (gst_multifdsink_handle_client_write):
19697         * gst/tcp/gstmultifdsink.h:
19698         * gst/tcp/gsttcp-marshal.list:
19699         Added get_stats method that returns a GValueArray of
19700         stats values.
19701
19702 2004-07-19  Benjamin Otte  <otte@gnome.org>
19703
19704         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
19705           make sure longname, description and author are valid UTF-8
19706
19707 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19708
19709         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
19710         (gst_ximagesink_set_property):
19711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
19712         (gst_xvimagesink_set_property):
19713           make sure SYNCHRONOUS is respected after getting the X context
19714
19715 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19716
19717         * gst/matroska/matroska-demux.c:
19718         (gst_matroska_demux_handle_src_event),
19719         (gst_matroska_demux_parse_blockgroup):
19720         * gst/matroska/matroska-ids.h:
19721           add BlockReference tag and ignore it to clear out log.
19722           ignore NAVIGATION events to clear out log.
19723
19724 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19725
19726         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
19727         (gst_matroska_demux_add_stream):
19728         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
19729           add debug categories
19730
19731 2004-07-16  Wim Taymans  <wim@fluendo.com>
19732
19733         * ext/libpng/Makefile.am:
19734         * ext/libpng/gstpng.c: (plugin_init):
19735         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
19736         (gst_pngdec_get_type), (gst_pngdec_base_init),
19737         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
19738         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
19739         * ext/libpng/gstpngdec.h:
19740         Added png decoder.
19741
19742 2004-07-16  Julien MOUTTE  <julien@moutte.net>
19743
19744         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19745         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
19746         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
19747         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
19748         (gst_ximagesink_buffer_alloc):
19749         * sys/ximage/ximagesink.h:
19750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19751         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19752         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19753         (gst_xvimagesink_buffer_alloc):
19754         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
19755         again. Using internal data pointer of the x(v)image to store image's
19756         data to be coherent with the buffer alloc mechanism. Investigated the
19757         image destruction code to be sure that everything gets freed correctly.
19758
19759 2004-07-16  Wim Taymans  <wim@fluendo.com>
19760
19761         * gst-libs/gst/riff/riff-read.c:
19762         (gst_riff_read_strf_vids_with_data),
19763         (gst_riff_read_strf_auds_with_data):
19764         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
19765         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19766         Make sure we don't create 0 sized subbuffers in riff-read.
19767         Signal the no more pads signal after reading the avi header.
19768
19769 2004-07-16  Wim Taymans  <wim@fluendo.com>
19770
19771         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
19772         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
19773         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
19774         (gst_decode_bin_init), (gst_decode_bin_dispose),
19775         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
19776         (no_more_pads), (close_link), (type_found),
19777         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
19778         (gst_decode_bin_change_state), (plugin_init):
19779         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
19780         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
19781         (gst_play_base_bin_dispose), (queue_overrun),
19782         (gen_preroll_element), (remove_prerolls), (unknown_type),
19783         (no_more_pads), (new_stream), (setup_source),
19784         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19785         (play_base_eos), (gst_play_base_bin_change_state),
19786         (gst_play_base_bin_add_element),
19787         (gst_play_base_bin_remove_element),
19788         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
19789         (gst_play_base_bin_unlink_stream),
19790         (gst_play_base_bin_get_streaminfo):
19791         * gst/playback/gstplaybasebin.h:
19792         Better error recovery. Added configurable preroll queue size. Faster
19793         detection of no-more-pads.
19794
19795 2004-07-16  Wim Taymans  <wim@fluendo.com>
19796
19797         * gst-libs/gst/video/video.h:
19798         Added 32 bits RGBA. Not sure if we should use another mime-type
19799         for alpha rgb. Currently the presence of the alpha_mask property
19800         signals an alpha channel.
19801
19802 2004-07-16  Wim Taymans  <wim@fluendo.com>
19803
19804         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
19806         FPS seems to be 0.0 to MAX everywhere else.
19807
19808 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19809
19810         * gst-libs/gst/riff/riff-media.c:
19811         (gst_riff_create_video_caps_with_data):
19812           mp42/mp43 (no caps) exist too.
19813         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19814           Set pixel_width/height; we've got them in-caps.
19815         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19816         * gst/wavparse/gstwavparse.c: (plugin_init):
19817           Both are valid primary.
19818         * sys/oss/gstossmixer.c:
19819           Remove i18n hack and enable translations.
19820
19821 2004-07-15  Benjamin Otte  <otte@gnome.org>
19822
19823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19824         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
19825           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
19826
19827 2004-07-15  Benjamin Otte  <otte@gnome.org>
19828
19829         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19830         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
19831         (gst_alsa_close_audio):
19832           disable some of the debugging code for now. Writing debugging to a
19833           buffer is broken in current alsalib releases.
19834
19835 2004-07-12  Benjamin Otte  <otte@gnome.org>
19836
19837         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
19838           use bufferpools
19839
19840 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19841
19842         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
19843         (theora_dec_src_query), (theora_dec_event):
19844         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
19845           add debugging categories.  Remove \n's.
19846
19847 2004-07-13  Johan Dahlin  <johan@gnome.org>
19848
19849         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
19850         (gst_play_bin_get_property): Impl.
19851
19852 2004-07-13  Wim Taymans  <wim@fluendo.com>
19853
19854         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
19855         When trying to find the stream length, seek back N pages
19856         instead of just one, where N is the number of streams in
19857         the current chain.
19858
19859 2004-07-13  Wim Taymans  <wim@fluendo.com>
19860
19861         * gst-libs/gst/riff/riff-media.c:
19862         (gst_riff_create_audio_caps_with_data),
19863         (gst_riff_create_audio_caps),
19864         (gst_riff_create_audio_template_caps):
19865         * gst-libs/gst/riff/riff-media.h:
19866         * gst-libs/gst/riff/riff-read.c:
19867         (gst_riff_read_strf_vids_with_data),
19868         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
19869         * gst-libs/gst/riff/riff-read.h:
19870         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
19871         (gst_avi_demux_add_stream):
19872         Set codec_data on caps for avidemuxer.
19873
19874 2004-07-12  David Schleef  <ds@schleef.org>
19875
19876         * configure.ac: Fix test for Objective C
19877
19878 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
19879         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
19880         (gst_gdk_pixbuf_chain):
19881           Add svg and pcx to template caps, and ensure that getcaps returns a
19882           subset of the template caps.
19883           Copy each row manually for output, as gdkpixbuf may pad the
19884           rowstride to a 32-bit word boundary.
19885
19886 2004-07-12  Wim Taymans  <wim@fluendo.com>
19887
19888         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
19889         (gst_riff_create_video_template_caps):
19890         Fix the template caps to include some more media types.
19891
19892 2004-07-12  Wim Taymans  <wim@fluendo.com>
19893
19894         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
19895         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
19896         (compare_ranks), (print_feature), (gst_decode_bin_init),
19897         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
19898         (try_to_link_1), (new_pad), (close_link), (type_found),
19899         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
19900         (gst_decode_bin_change_state), (plugin_init):
19901         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
19902         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
19903         (gst_play_base_bin_dispose), (queue_overrun),
19904         (gen_preroll_element), (remove_prerolls), (no_more_pads),
19905         (new_stream), (setup_source), (gst_play_base_bin_set_property),
19906         (gst_play_base_bin_get_property), (play_base_eos),
19907         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19908         (gst_play_base_bin_remove_element),
19909         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
19910         (gst_play_base_bin_unlink_stream),
19911         (gst_play_base_bin_get_streaminfo):
19912         * gst/playback/gstplaybasebin.h:
19913         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
19914         (gst_play_bin_class_init), (gst_play_bin_init),
19915         (gst_play_bin_dispose), (gst_play_bin_set_property),
19916         (gst_play_bin_get_property), (gen_video_element),
19917         (gen_audio_element), (remove_sinks), (setup_sinks),
19918         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
19919         (gst_play_bin_send_event), (gst_play_bin_get_formats),
19920         (gst_play_bin_convert), (gst_play_bin_get_query_types),
19921         (gst_play_bin_query), (plugin_init):
19922         * gst/playback/test4.c: (main):
19923         More fixes on reusing of the element.
19924
19925 2004-07-11  Benjamin Otte  <otte@gnome.org>
19926
19927         * ext/mad/gstmad.c: (normal_seek):
19928           allow seeking for other methods than just SET
19929
19930 2004-07-11  Andy Wingo  <wingo@pobox.com>
19931
19932         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
19933         float, "any" caps -> buffer_frames=[0,MAX].
19934
19935         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
19936         doesn't intersect our caps with the template any more. Do it
19937         ourselves.
19938         (interleave_buffered_loop): Use g_newa instead of malloc/free.
19939
19940 2004-07-09  Wim Taymans  <wim@fluendo.com>
19941
19942         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
19943         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
19944         (compare_ranks), (print_feature), (gst_decode_bin_init),
19945         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
19946         (try_to_link_1), (new_pad), (close_link), (type_found),
19947         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
19948         (gst_decode_bin_change_state), (plugin_init):
19949         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
19950         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
19951         (gst_play_base_bin_dispose), (queue_overrun),
19952         (gen_preroll_element), (remove_prerolls), (no_more_pads),
19953         (new_stream), (setup_source), (gst_play_base_bin_set_property),
19954         (gst_play_base_bin_get_property), (play_base_eos),
19955         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19956         (gst_play_base_bin_remove_element),
19957         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
19958         (gst_play_base_bin_unlink_stream),
19959         (gst_play_base_bin_get_streaminfo):
19960         * gst/playback/gstplaybasebin.h:
19961         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
19962         (gst_play_bin_class_init), (gst_play_bin_init),
19963         (gst_play_bin_dispose), (gst_play_bin_set_property),
19964         (gst_play_bin_get_property), (gen_video_element),
19965         (gen_audio_element), (remove_sinks), (setup_sinks),
19966         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
19967         (gst_play_bin_send_event), (gst_play_bin_get_formats),
19968         (gst_play_bin_convert), (gst_play_bin_get_query_types),
19969         (gst_play_bin_query), (plugin_init):
19970         * gst/playback/test4.c: (main):
19971         Work on object reuse and seeking.
19972
19973 2004-07-09  Wim Taymans  <wim@fluendo.com>
19974
19975         * examples/seeking/seek.c: (iterate):
19976         Don't consume all CPU in the idle loop.
19977
19978 2004-07-09  Wim Taymans  <wim@fluendo.com>
19979
19980         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
19981         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
19982         Add pad to element *after* setting the pad functions so that
19983         the scheduler can use the correct ones.
19984
19985 2004-07-09  Wim Taymans  <wim@fluendo.com>
19986
19987         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
19988         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
19989         Sync to keyframe after seek
19990
19991 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19992
19993         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19994         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19995         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
19996         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
19997         * ext/libvisual/visual.c: (gst_visual_change_state):
19998         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
19999         * ext/theora/theoradec.c: (theora_dec_change_state):
20000         * ext/theora/theoraenc.c: (theora_enc_change_state):
20001         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
20002         * gst-libs/gst/navigation/navigation.c:
20003         * gst/adder/gstadder.c: (gst_adder_change_state):
20004         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20005         (gst_audio_convert_get_buffer):
20006         * gst/multipart/multipartdemux.c:
20007         (gst_multipart_demux_change_state):
20008         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
20009         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20010         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20011         * gst/videoscale/gstvideoscale.c:
20012         (gst_videoscale_handle_src_event):
20013         * gst/volume/gstvolume.c: (volume_chain_int16):
20014           don't assert in state change, this should be done by the base
20015           GstElement class.
20016           various debugging fixes.
20017
20018 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20019
20020         * configure.ac:
20021         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20022         (gst_play_dispose), (gst_play_set_location),
20023         (gst_play_set_data_src), (gst_play_set_video_sink),
20024         (gst_play_set_audio_sink), (gst_play_set_visualization),
20025         (gst_play_connect_visualization), (gst_play_get_sink_element),
20026         (gst_play_get_all_by_interface):
20027         * gst-libs/gst/play/play.h:
20028           add new method to get elements implementing an interface.
20029           add various error logging
20030
20031 2004-07-08  Wim Taymans  <wim@fluendo.com>
20032
20033         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
20034         (make_mpeg_pipeline), (make_mpegnt_pipeline),
20035         (make_playerbin_pipeline), (query_durations_elems),
20036         (query_durations_pads), (query_positions_elems),
20037         (query_positions_pads), (update_scale), (iterate), (stop_seek),
20038         (main):
20039         Added playbin seeking example.
20040
20041 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20042
20043         * gst-libs/gst/play/play.c: (gst_play_set_location),
20044         (gst_play_set_data_src), (gst_play_set_video_sink),
20045         (gst_play_set_audio_sink), (gst_play_set_visualization),
20046         (gst_play_connect_visualization), (gst_play_get_framerate):
20047           use a macro to look up elements from hash table
20048
20049 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20050
20051         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20052         (gst_play_get_length_callback), (gst_play_set_location),
20053         (gst_play_seek_to_time), (gst_play_set_data_src),
20054         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20055         (gst_play_set_visualization), (gst_play_connect_visualization),
20056         (gst_play_get_sink_element):
20057         - add debugging info
20058         - fix looking up sink elements by iterating over complete caps
20059         - put everything except for source and autoplugger in a complete bin
20060
20061 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20062
20063         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
20064         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
20065         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
20066         (gst_alsa_sink_write), (gst_alsa_sink_loop):
20067         * ext/alsa/gstalsasink.h:
20068         - add debugging info
20069         - clean up schizophrenia of data/buffer/event
20070         - fix double event unref error
20071
20072 2004-07-08  Wim Taymans  <wim@fluendo.com>
20073
20074         * gst/playback/Makefile.am:
20075         Add headers to noinst
20076
20077 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20078
20079         * tools/gst-launch-ext-m.m:
20080         * tools/gst-launch-ext.1.in:
20081           convert to the third millenium
20082
20083 2004-07-07  David Schleef  <ds@schleef.org>
20084
20085         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
20086
20087 2004-07-07  Wim Taymans  <wim@fluendo.com>
20088
20089         * gst/playback/Makefile.am:
20090         * gst/playback/README:
20091         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20092         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
20093         (compare_ranks), (print_feature), (gst_decode_bin_init),
20094         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
20095         (try_to_link_1), (new_pad), (close_link), (type_found),
20096         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
20097         (plugin_init):
20098         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
20099         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
20100         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
20101         (gen_preroll_element), (no_more_pads), (new_stream),
20102         (setup_source), (gst_play_base_bin_set_property),
20103         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
20104         (gst_play_base_bin_add_element),
20105         (gst_play_base_bin_remove_element),
20106         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
20107         (gst_play_base_bin_unlink_stream),
20108         (gst_play_base_bin_get_streaminfo):
20109         * gst/playback/gstplaybasebin.h:
20110         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
20111         (gst_play_bin_class_init), (gst_play_bin_init),
20112         (gst_play_bin_dispose), (gst_play_bin_set_property),
20113         (gst_play_bin_get_property), (gen_video_element),
20114         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
20115         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
20116         (gst_play_bin_get_formats), (gst_play_bin_convert),
20117         (gst_play_bin_get_query_types), (gst_play_bin_query),
20118         (plugin_init):
20119         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20120         (gst_stream_info_get_type), (gst_stream_info_class_init),
20121         (gst_stream_info_init), (gst_stream_info_new),
20122         (gst_stream_info_dispose), (gst_stream_info_set_property),
20123         (gst_stream_info_get_property):
20124         * gst/playback/gststreaminfo.h:
20125         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
20126         (main):
20127         * gst/playback/test2.c: (main):
20128         * gst/playback/test3.c: (update_scale), (main):
20129         More playbin fixes. Added README. Do better element filtering.
20130         Added base class to preroll media. Added test apps.
20131
20132 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20133
20134         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
20135         * ext/mpeg2dec/gstmpeg2dec.h:
20136           various debugging improvements.  Reset stream to next picture
20137           instead of sequence header, otherwise seeks cannot work.
20138
20139 2004-07-07  Wim Taymans  <wim@fluendo.com>
20140
20141         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
20142         (gst_video_box_class_init), (gst_video_box_set_property),
20143         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
20144         Use pad_alloc where possible.
20145
20146 2004-07-07  Wim Taymans  <wim@fluendo.com>
20147
20148         * sys/oss/gstosselement.c: (gst_osselement_reset),
20149         (gst_osselement_parse_caps):
20150         * sys/oss/gstosselement.h:
20151         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20152         Fix offset on osssrc.
20153
20154 2004-07-07  Wim Taymans  <wim@fluendo.com>
20155
20156         * ext/theora/theora.c: (plugin_init):
20157         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
20158         (theora_dec_src_query), (theora_dec_chain):
20159         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20160         (theora_enc_sink_link), (theora_buffer_from_packet),
20161         (theora_push_packet), (theora_enc_chain):
20162         Fix theora granulepos calculation.
20163         Fix overflow in duration/position calculation.
20164         Bump rank to PRIMARY for theoradec.
20165         Use granulepos of last packet to calculate position.
20166         Set keyframe flag on buffers when needed.
20167
20168 2004-07-06  David Schleef  <ds@schleef.org>
20169
20170         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
20171         serious?  (Fixed, obviously.)
20172
20173 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20174
20175         * po/LINGUAS:
20176         * po/cs.po:
20177           added Czech translation (Miloslav Trmac)
20178
20179 2004-07-05  Wim Taymans  <wim@fluendo.com>
20180
20181         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20182         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
20183         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
20184         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20185         (close_link), (type_found), (gst_decode_bin_set_property),
20186         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
20187         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
20188         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
20189         (gst_decode_bin_query), (plugin_init):
20190         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
20191         (gst_play_bin_class_init), (gst_play_bin_init),
20192         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
20193         (get_video_element), (new_pad), (setup_source),
20194         (gst_play_bin_set_property), (gst_play_bin_get_property),
20195         (gst_play_bin_change_state), (gst_play_bin_add_element),
20196         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
20197         (gst_play_bin_send_event), (gst_play_bin_get_formats),
20198         (gst_play_bin_convert), (gst_play_bin_get_query_types),
20199         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
20200         * gst/playback/test.c: (main):
20201         More fixes, cleaned up playbin, make it use decodebin. Added
20202         threaded property to playbin.
20203
20204 2004-07-05  Wim Taymans  <wim@fluendo.com>
20205
20206         * configure.ac:
20207         * gst/playback/Makefile.am:
20208         * gst/playback/decodetest.c: (main):
20209         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20210         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
20211         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
20212         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20213         (close_link), (type_found), (gst_decode_bin_set_property),
20214         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
20215         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
20216         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
20217         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
20218         (plugin_init):
20219         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
20220         (gst_play_bin_class_init), (gst_play_bin_init),
20221         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
20222         (collect_sink_pads), (find_compatibles), (close_pad_link),
20223         (try_to_link_1), (new_pad), (close_link), (type_found),
20224         (setup_source), (gst_play_bin_set_property),
20225         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
20226         (compare_ranks), (gst_play_bin_collect_factories),
20227         (gst_play_bin_change_state), (gst_play_bin_add_element),
20228         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
20229         (gst_play_bin_send_event), (gst_play_bin_get_formats),
20230         (gst_play_bin_convert), (gst_play_bin_get_query_types),
20231         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
20232         * gst/playback/test.c: (main):
20233         Added some playback helper elements and some test apps, very alpha
20234         still.
20235
20236 2004-07-04  Benjamin Otte  <otte@gnome.org>
20237
20238         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
20239           only restart audio when we indeed have an xrun to fix repeated
20240           xruns. Fix suggested by Giuliano Pochini.
20241
20242 2004-07-03  David Schleef  <ds@schleef.org>
20243
20244         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
20245         call to gst_debug_log() if debugging is disabled (bug #145118)
20246
20247 2004-07-03  Benjamin Otte  <otte@gnome.org>
20248
20249         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
20250           use our own functions for restarting the alsa device.
20251         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20252           I should apply patches myself - use MIN for the third argument, not
20253           the second, this fixes seeking
20254
20255 2004-07-02  David Schleef  <ds@schleef.org>
20256
20257         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
20258         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
20259         do with the logic.
20260
20261 2004-07-02  David Schleef  <ds@schleef.org>
20262
20263         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
20264         output buffers.  Fix logic mistake.  (bug #144866)
20265
20266 2004-07-02  David Schleef  <ds@schleef.org>
20267
20268         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
20269         on X.  (bug #144753)
20270
20271 2004-07-02  David Schleef  <ds@schleef.org>
20272
20273         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
20274         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
20275         (bug #144624)
20276         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20277         (gst_osselement_rate_probe_check): Add another workaround for
20278         buggy drivers (bug #145336)
20279
20280 2004-07-02  David Schleef  <ds@schleef.org>
20281
20282         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
20283         Most systems don't have MSG_NOSIGNAL.
20284
20285 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20286
20287         * Makefile.am:
20288         * gst-libs/gst/colorbalance/Makefile.am:
20289         * gst-libs/gst/mixer/Makefile.am:
20290         * gst-libs/gst/play/Makefile.am:
20291         * gst-libs/gst/tuner/Makefile.am:
20292           (hopefully) fix both install and dist and make error message useful.
20293           needs testing across automakes.
20294
20295 2004-07-02  Benjamin Otte  <otte@gnome.org>
20296
20297         * ext/ogg/gstogg.c: (plugin_init):
20298           we require bytestream now
20299         * ext/ogg/gstoggdemux.c:
20300           huge diff to implement chain setup in a fast and generic way. This
20301           improves tag reading and startup of huge files (read: Theora videos)
20302           quite a bit. It probably contains bugs, too, so please test.
20303           Seeking is not improved to the fast method.
20304
20305 2004-06-29  Wim Taymans  <wim@fluendo.com>
20306
20307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20308         * ext/ogg/gstoggmux.c:
20309         Fix memleak in oggdemux when running unconnected pads.
20310         doc update in mux, start working on keyframe mode.
20311
20312 2004-06-29  Benjamin Otte  <otte@gnome.org>
20313
20314         * sys/oss/gstosssink.c:
20315         * sys/oss/gstosssrc.c:
20316           advertise correct template caps - we indeed do non-native endianness
20317           and 8bit audio has no endianness
20318         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
20319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
20320           avoid (wrong) duplications in getcaps function and return
20321           template caps
20322
20323 2004-06-29  Wim Taymans  <wim@fluendo.com>
20324
20325         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20326         (gst_multifdsink_class_init), (gst_multifdsink_add),
20327         (gst_multifdsink_remove), (gst_multifdsink_clear),
20328         (gst_multifdsink_client_remove),
20329         (gst_multifdsink_handle_client_read),
20330         (gst_multifdsink_client_queue_data),
20331         (gst_multifdsink_client_queue_caps),
20332         (gst_multifdsink_client_queue_buffer),
20333         (gst_multifdsink_handle_client_write),
20334         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20335         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
20336         (gst_multifdsink_init_send), (gst_multifdsink_close):
20337         Fix wrong GList iteration that could crash the server when
20338         more then 2 clients disconnect at the same time. Read all the
20339         pending commands in one batch to recover from command storms under
20340         very heavy load.
20341
20342 2004-06-28  Wim Taymans  <wim@fluendo.com>
20343
20344         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20345         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
20346         (gst_videomixer_pad_set_property),
20347         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
20348         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
20349         (gst_videomixer_class_init), (gst_videomixer_init),
20350         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
20351         (pad_zorder_compare), (gst_videomixer_sort_pads),
20352         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
20353         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
20354         (gst_videomixer_update_queues), (gst_videomixer_loop),
20355         (plugin_init):
20356         Avoid divide by zero, choose masterpad as the pad with the highest
20357         framerate.
20358
20359 2004-06-27  Julien Moutte  <julien@moutte.net>
20360
20361         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
20362         (gst_ximagesink_xwindow_new):
20363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
20364         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
20365         function directly. We might want to call it from somewhere else one day.
20366
20367 2004-06-27  Julien Moutte  <julien@moutte.net>
20368
20369         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
20370         (gst_ximagesink_xwindow_new):
20371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
20372         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
20373         window decorations.
20374
20375 2004-06-27  Wim Taymans  <wim@fluendo.com>
20376
20377         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
20378         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
20379         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
20380         (gst_dvdec_set_property), (gst_dvdec_get_property):
20381         * ext/dv/gstdvdec.h:
20382         Implement drop_factor property to lower the framerate with
20383         a factor.
20384
20385 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20386
20387         * gst-libs/gst/colorbalance/Makefile.am:
20388         * gst-libs/gst/mixer/Makefile.am:
20389         * gst-libs/gst/play/Makefile.am:
20390         * gst-libs/gst/tuner/Makefile.am:
20391           unbreak Company's fix that didn't install the -enum.h files
20392
20393 2004-06-27  Wim Taymans  <wim@fluendo.com>
20394
20395         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
20396         (gst_dvdec_change_state):
20397         * ext/dv/gstdvdec.h:
20398         Fix timestamp, duration and offset of the buffers.
20399
20400 2004-06-27  Wim Taymans  <wim@fluendo.com>
20401
20402         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20403         (gst_multifdsink_class_init), (gst_multifdsink_add),
20404         (gst_multifdsink_remove), (gst_multifdsink_clear),
20405         (gst_multifdsink_client_remove),
20406         (gst_multifdsink_handle_client_read),
20407         (gst_multifdsink_client_queue_data),
20408         (gst_multifdsink_client_queue_caps),
20409         (gst_multifdsink_client_queue_buffer),
20410         (gst_multifdsink_handle_client_write),
20411         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20412         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
20413         (gst_multifdsink_init_send), (gst_multifdsink_close):
20414         * gst/tcp/gstmultifdsink.h:
20415         * gst/tcp/gsttcpserversink.c:
20416         (gst_tcpserversink_handle_server_read),
20417         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
20418         More multifdsink fixes, more recovery policy fixes.
20419         Removed stupid g_print
20420
20421 2004-06-26  Wim Taymans  <wim@fluendo.com>
20422
20423         * gst/tcp/Makefile.am:
20424         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20425         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
20426         (gst_multifdsink_class_init), (gst_multifdsink_init),
20427         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
20428         (gst_multifdsink_handle_client_read),
20429         (gst_multifdsink_client_queue_data),
20430         (gst_multifdsink_client_queue_caps),
20431         (gst_multifdsink_client_queue_buffer),
20432         (gst_multifdsink_handle_client_write),
20433         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20434         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
20435         (gst_multifdsink_chain), (gst_multifdsink_set_property),
20436         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
20437         (gst_multifdsink_close), (gst_multifdsink_change_state):
20438         * gst/tcp/gstmultifdsink.h:
20439         * gst/tcp/gsttcpplugin.c: (plugin_init):
20440         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
20441         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
20442         (gst_tcpserversink_handle_server_read),
20443         (gst_tcpserversink_handle_select),
20444         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
20445         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
20446         * gst/tcp/gsttcpserversink.h:
20447         Added multifdsink, made tcpserversink a subclass of fdsink, removed
20448         one of the locks, added recovery policy to multifdsink.
20449
20450 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20451
20452         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20453           fix decision for when getting frames with same timestamp
20454         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
20455         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
20456         (gst_v4lsrc_get_property):
20457         * sys/v4l/gstv4lsrc.h:
20458           add latency offset property
20459
20460 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20461
20462         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
20463         (plugin_init):
20464           fix debugging. add category.
20465
20466 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20467
20468         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20469           fix wrong offsets
20470
20471 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20472
20473         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
20474         (gst_alsa_src_get_time), (gst_alsa_src_loop),
20475         (gst_alsa_src_change_state):
20476           return a time that is in sync with the element's processing
20477
20478 2004-06-25  Wim Taymans  <wim@fluendo.com>
20479
20480         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20481         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
20482         (gst_tcpserversink_client_remove),
20483         (gst_tcpserversink_handle_client_read),
20484         (gst_tcpserversink_client_queue_data),
20485         (gst_tcpserversink_client_queue_caps),
20486         (gst_tcpserversink_client_queue_buffer),
20487         (gst_tcpserversink_handle_client_write),
20488         (gst_tcpserversink_queue_buffer),
20489         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
20490         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
20491         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
20492         (gst_tcpserversink_close):
20493         * gst/tcp/gsttcpserversink.h:
20494         Serversink rewrite. Really do non blocking writes to clients and
20495         maintain an internal queue to handle slower clients while not
20496         disturbing fast clients.
20497
20498 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20499
20500         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
20501           better debug, don't override OFFSET and OFFSET_END
20502
20503 2004-06-25  Iain <iain@prettypeople.org>
20504
20505         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
20506         name=source for the wavparse pipeline.
20507
20508 2004-06-24  Johan Dahlin  <johan@gnome.org>
20509
20510         * ext/theora/theoraenc.c (theora_enc_chain): Call
20511         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
20512         streamheader caps are set correctly.
20513
20514 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20515
20516         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
20517         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
20518           respect minimum bitrate; same could be done for max bitrate
20519
20520 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20521
20522         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
20523         (gst_vorbisenc_setup):
20524           fix sample rate range
20525
20526 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20527
20528         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
20529         (gst_oggvorbisenc_setup):
20530         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
20531         (gst_vorbisenc_setup):
20532           resolve ambiguities in code and description
20533
20534 2004-06-24  Wim Taymans  <wim@fluendo.com>
20535
20536         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
20537         * ext/alsa/gstalsa.h:
20538         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
20539         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
20540         Use alsa trigger_tstamp to get the timestamp of the first
20541         sample in the buffer for more precise sync. Some cleanups.
20542
20543 2004-06-24  Wim Taymans  <wim@fluendo.com>
20544
20545         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
20546         (gst_audiorate_init), (gst_audiorate_chain),
20547         (gst_audiorate_set_property), (gst_audiorate_get_property):
20548         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
20549         (gst_videorate_chain):
20550         Added some logging, fixed an overflow bug in videorate.
20551
20552 2004-06-24  Benjamin Otte  <otte@gnome.org>
20553
20554         * ext/kio/Makefile.am:
20555           fix for builddir != srcdir and distcheck
20556
20557 2004-06-24  Benjamin Otte  <otte@gnome.org>
20558
20559         * gst-libs/gst/colorbalance/Makefile.am:
20560         * gst-libs/gst/mixer/Makefile.am:
20561         * gst-libs/gst/play/Makefile.am:
20562         * gst-libs/gst/tuner/Makefile.am:
20563         * gst/tcp/Makefile.am:
20564         * sys/dxr3/Makefile.am:
20565           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
20566           tarball.
20567           Also add all *.list files that were missing.
20568         * Makefile.am:
20569           add a distcheck hook to ensure the above doesn't happen again.
20570
20571 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
20572
20573         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
20574
20575 2004-06-23  Colin Walters  <walters@redhat.com>
20576
20577         * m4/Makefile.am: Distribute gst-fionread.m4.
20578
20579 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20580
20581         * configure.ac: back to dev
20582
20583 2004-06-23  Wim Taymans  <wim@fluendo.com>
20584
20585         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
20586         (gst_alsa_xrun_recovery):
20587         * ext/alsa/gstalsa.h:
20588         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
20589         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
20590         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
20591         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
20592         (gst_alsa_src_loop):
20593         Add clock to alsasrc. Take new capture timestamp when
20594         restarting after an overrun. Split up some functions between
20595         alsasrc and alsasink.
20596
20597 === release 0.8.2 ===
20598
20599 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20600
20601         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
20602         (gst_alsa_change_state), (gst_alsa_update_avail),
20603         (gst_alsa_xrun_recovery):
20604         * ext/alsa/gstalsa.h:
20605         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20606           merge back changes from release
20607
20608 2004-06-23  Wim Taymans  <wim@fluendo.com>
20609
20610         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
20611         (gst_audiorate_init), (gst_audiorate_chain),
20612         (gst_audiorate_set_property), (gst_audiorate_get_property):
20613         Implement sample dropping and notify
20614
20615 2004-06-22  Wim Taymans  <wim@fluendo.com>
20616
20617         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20618         (theora_enc_sink_link), (theora_buffer_from_packet),
20619         (theora_push_packet), (theora_enc_chain):
20620         Some cleanups, make sure the timestamps are correct.
20621
20622 2004-06-22  Wim Taymans  <wim@fluendo.com>
20623
20624         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
20625         (gst_alsa_change_state), (gst_alsa_update_avail),
20626         (gst_alsa_xrun_recovery):
20627         * ext/alsa/gstalsa.h:
20628         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20629         Cleanups, take queued samples into account when reporting
20630         the time.
20631
20632 2004-06-22  Wim Taymans  <wim@fluendo.com>
20633
20634         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
20635         (gst_videorate_init):
20636         Initialize the property as well.
20637
20638 2004-06-22  Wim Taymans  <wim@fluendo.com>
20639
20640         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
20641         (gst_videorate_init), (gst_videorate_chain),
20642         (gst_videorate_set_property), (gst_videorate_get_property):
20643         Add property to make videorate silent.
20644         Add property to prefer new frames over old ones.
20645
20646 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20647
20648         * sys/osxvideo/Makefile.am:
20649         Workaround so that the osxvideo .so file gets linked with the
20650         Cocoa, OpenGL and QuickTime frameworks
20651
20652 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20653
20654         * sys/osxaudio/Makefile.am:
20655         Workaround so that the osxaudio .so file gets linked with the
20656         CoreAudio framework
20657
20658 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20659
20660         * configure.ac:
20661         Whoops, my fault...fixed build issues
20662
20663 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20664
20665         * configure.ac:
20666         Add objective-c support if running in Darwin/Mac OS X
20667         * sys/Makefile.am:
20668         * sys/osxvideo:
20669         * sys/osxvideo/Makefile.am:
20670         * sys/osxvideo/osxvideosink.h:
20671         * sys/osxvideo/osxvideosink.m:
20672         * sys/osxvideo/cocoawindow.h:
20673         * sys/osxvideo/cocoawindow.m:
20674         Add osxvideosink, a cocoa-based osx video sink
20675
20676
20677 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
20678         * ext/dvdnav/gst-dvd:
20679         Grab the gconf key from the right spot
20680         * gst/debug/gstnavseek.c: (gst_navseek_init),
20681         (gst_navseek_segseek), (gst_navseek_handle_src_event),
20682         (gst_navseek_chain):
20683         * gst/debug/gstnavseek.h:
20684           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
20685           and loop parameters of a segment seek.
20686         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
20687         (gst_videotestsrc_get_event_masks),
20688         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
20689         * gst/videotestsrc/gstvideotestsrc.h:
20690           Add seeking support to videotestsrc
20691           Initialise the timestamp_offset variable.
20692
20693 2004-06-18  Wim Taymans  <wim@fluendo.com>
20694
20695         * ext/sidplay/gstsiddec.cc:
20696         Fix negotiation and set correct end offset.
20697
20698 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20699
20700         * configure.ac: branch and prerelease
20701
20702 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20703
20704         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
20705         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
20706         (gst_tcpclientsrc_init_receive):
20707         * gst/tcp/gsttcpclientsrc.h:
20708           read caps when connecting to server for GDP so we set them correctly
20709
20710 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20711
20712         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20713           notify drops and duplicates
20714         * gst/videoscale/videoscale.c: (videoscale_get_structure):
20715           no good reason to limit ourselves to 100x100
20716
20717 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20718
20719         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
20720         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20721         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
20722         (gst_v4lsrc_get_property):
20723         * sys/v4l/gstv4lsrc.h:
20724         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
20725         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
20726         (gst_v4l_set_audio):
20727         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
20728         (gst_v4lsrc_try_capture):
20729         * sys/v4l/v4lsrc_calls.h:
20730           change try_palette to more general try_capture
20731           add autoprobe option so we can turn off autoprobing
20732           various fixes
20733
20734 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20735
20736         * configure.ac:
20737           add videorate
20738         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
20739         (gst_ximagesink_class_init):
20740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
20741         (gst_xvimagesink_class_init):
20742           run them as finalize, not dispose, since dispose can be invoked
20743           multiple times
20744
20745 2004-06-17  Wim Taymans  <wim@fluendo.com>
20746
20747         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
20748         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
20749         * ext/alsa/gstalsa.h:
20750         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
20751         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
20752         (gst_alsa_src_change_state):
20753         * ext/alsa/gstalsasrc.h:
20754         Make the xrun code timestamp and offset the buffers correctly.
20755         moved the clock to the base class, use alsa methods to get time.
20756         Do correct timestamping on outgoing buffers.
20757
20758 2004-06-17  Wim Taymans  <wim@fluendo.com>
20759
20760         * gst/audiorate/Makefile.am:
20761         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
20762         (gst_audiorate_base_init), (gst_audiorate_class_init),
20763         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
20764         (gst_audiorate_set_property), (gst_audiorate_get_property),
20765         (gst_audiorate_change_state), (plugin_init):
20766         Added an audiorate converter that fills in gaps.
20767
20768 2004-06-17  Johan Dahlin  <johan@gnome.org>
20769
20770         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
20771
20772 2004-06-16  Wim Taymans  <wim@fluendo.com>
20773
20774         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
20775         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
20776         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
20777         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
20778         (gst_v4lsrc_get_property):
20779         * sys/v4l/gstv4lsrc.h:
20780         Added a copy mode to v4lsrc where it will output a copied version
20781         of its internal hardware buffer.
20782         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
20783         can't | them.
20784
20785 2004-06-16  Wim Taymans  <wim@fluendo.com>
20786
20787         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20788         Timestamp fixes.
20789
20790 2004-06-16  Wim Taymans  <wim@fluendo.com>
20791
20792         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
20793         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
20794         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
20795         (gst_v4lsrc_get_property):
20796         * sys/v4l/gstv4lsrc.h:
20797         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20798         Added a sync mode enum property to control v4lsrc timestamp method
20799         Removed the use-fixed-fps property and moved functionality in
20800         the enum.
20801         Don't error on an error value from v4l-conf, it might not always
20802         be a real error.
20803
20804 2004-06-16  Wim Taymans  <wim@fluendo.com>
20805
20806         * gst/videorate/Makefile.am:
20807         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
20808         (gst_videorate_base_init), (gst_videorate_class_init),
20809         (gst_videorate_getcaps), (gst_videorate_link),
20810         (gst_videorate_init), (gst_videorate_chain),
20811         (gst_videorate_set_property), (gst_videorate_get_property),
20812         (gst_videorate_change_state), (plugin_init):
20813         Added a video timestamp corrector.
20814
20815 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20816
20817         fixed a potential leak with previous commit
20818
20819         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
20820
20821 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20822
20823         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
20824         Added missing refcount, fixes bug #144425
20825         Cheers Tim for finding the bug
20826
20827 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20828
20829         * sys/v4l/gstv4l.c: (plugin_init):
20830         * sys/v4l/gstv4lcolorbalance.c:
20831         * sys/v4l/gstv4lcolorbalance.h:
20832         * sys/v4l/gstv4lelement.c:
20833         * sys/v4l/gstv4lelement.h:
20834         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
20835         * sys/v4l/gstv4lmjpegsink.h:
20836         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
20837         * sys/v4l/gstv4lmjpegsrc.h:
20838         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
20839         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
20840         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20841         * sys/v4l/gstv4lsrc.h:
20842         * sys/v4l/gstv4ltuner.c:
20843         * sys/v4l/gstv4ltuner.h:
20844         * sys/v4l/gstv4lxoverlay.c:
20845         * sys/v4l/gstv4lxoverlay.h:
20846         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
20847         (gst_v4l_set_window), (gst_v4l_enable_overlay):
20848         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
20849         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
20850         (gst_v4l_set_audio):
20851         * sys/v4l/v4l_calls.h:
20852         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
20853         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
20854         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
20855         (gst_v4lmjpegsink_playback_init),
20856         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
20857         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
20858         (gst_v4lmjpegsink_playback_stop),
20859         (gst_v4lmjpegsink_playback_deinit):
20860         * sys/v4l/v4lmjpegsink_calls.h:
20861         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
20862         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
20863         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
20864         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
20865         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
20866         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
20867         * sys/v4l/v4lmjpegsrc_calls.h:
20868         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20869         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
20870         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
20871         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
20872         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
20873         (gst_v4lsrc_try_palette):
20874         * sys/v4l/v4lsrc_calls.h:
20875           bunch of paranoia cleanups
20876
20877 2004-06-14  David Schleef  <ds@schleef.org>
20878
20879         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
20880         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
20881         Send discont events and change timestamps appropriately when
20882         we get a seek event.  (bug #144240)
20883         * ext/cdparanoia/gstcdparanoia.h:
20884
20885 2004-06-14  Benjamin Otte  <otte@gnome.org>
20886
20887         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
20888           snd_pcm_hw_params_set_rate  since the latter fails for no good
20889           reason on some setups.
20890
20891 2004-06-14  David Schleef  <ds@schleef.org>
20892
20893         * gst/volume/demo.c: (value_changed_callback): exp10() is not
20894         standard.  Thank you for playing.
20895
20896 2004-06-14  Wim Taymans  <wim@fluendo.com>
20897
20898         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
20899         Patch 1.3 broke the ordering of the colorspace info and
20900         made the plugin basically work by coincidence, reordered
20901         the info.
20902
20903 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20904
20905         * ext/lame/gstlame.c:
20906         * ext/mad/gstmad.c:
20907           sync caps.  Make sure mad can only output a list of rates, not
20908           a full range.  In the future, have three caps lists for each of the
20909           mpeg versions.  Change mpegversion to a double as well.
20910
20911 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20912
20913         * gst/volume/.cvsignore:
20914         * gst/volume/Makefile.am:
20915         * gst/volume/demo.c: (value_changed_callback), (idler),
20916         (setup_gui), (main):
20917           added small demo app
20918
20919 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
20920         * ext/esd/esdsink.c: (gst_esdsink_change_state):
20921         * ext/esd/esdsink.h:
20922         Close the esd connection on pause, because esd will just wait -
20923         blocking all other esd clients indefinitely.
20924
20925 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
20926
20927         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
20928           previous commit with GST_DEBUG
20929
20930 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20931
20932         * configure.ac:
20933           add a header check for a dvdread header in dvdnav.  Fixes #133002
20934
20935 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20936
20937         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
20938         * gst/tcp/gsttcpclientsink.h:
20939         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
20940         * gst/tcp/gsttcpclientsrc.h:
20941         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
20942         (gst_tcpserversink_handle_server_read),
20943         (gst_tcpserversink_init_send):
20944         * gst/tcp/gsttcpserversink.h:
20945         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
20946         * gst/tcp/gsttcpserversrc.h:
20947         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
20948         version of IP)
20949
20950 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20951
20952         * configure.ac:
20953         Added ogg library so that OSX detects libtheora properly
20954
20955 2004-06-11  Wim Taymans  <wim@fluendo.com>
20956
20957         * ext/theora/theoradec.c: (theora_dec_chain),
20958         (theora_dec_change_state):
20959         Don't try to decode frames before we received a keyframe.
20960
20961 2004-06-11  Wim Taymans  <wim@fluendo.com>
20962
20963         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20964         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
20965         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
20966         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
20967         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
20968         Added property to set the maximum delay of a page.
20969
20970 2004-06-10  Wim Taymans  <wim@fluendo.com>
20971
20972         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20973         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
20974         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
20975         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
20976         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
20977         Added max-delay property to control the maximum amount
20978         of data to put in one page.
20979
20980 2004-06-10  Wim Taymans  <wim@fluendo.com>
20981
20982         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20983         (gst_theora_enc_init), (theora_enc_sink_link),
20984         (theora_buffer_from_packet), (theora_enc_set_property),
20985         (theora_enc_get_property):
20986         Set duration on encoded buffer, added some more properties
20987
20988 2004-06-10  Wim Taymans  <wim@fluendo.com>
20989
20990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20991         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
20992         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20993         * ext/theora/theoraenc.c: (theora_enc_chain):
20994         Fix refcounting bugs
20995
20996 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20997
20998         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
20999         (gst_asf_demux_loop), (gst_asf_demux_process_file),
21000         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
21001         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
21002         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
21003         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
21004         (gst_asf_demux_change_state):
21005         * gst/asfdemux/gstasfdemux.h:
21006           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
21007           feels like. I think we should set a new requirement for demuxers
21008           from now on to implement sane loop functions, data loops, query
21009           and seek functions before first commit into CVS. And this commit
21010           fixes all of the above.
21011
21012 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
21013
21014         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
21015           vorbis comments are properly encoded in UTF-8 before adding them
21016           to a GstTagList
21017
21018 2004-06-09  Benjamin Otte  <otte@gnome.org>
21019
21020         * ext/alsa/gstalsa.c: (add_channels):
21021           handle min <= max correctly
21022         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
21023         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
21024           add fixation functions so we fixate correctly. No preferring of alaw
21025           anymore because it's the first structure.
21026         * ext/alsa/gstalsa.h:
21027         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
21028         (gst_alsa_hw_params_dump):
21029           add functions to ease debugging in alsalib
21030         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
21031         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
21032         (gst_alsa_start_audio):
21033           only specify hw params if we really setup a format (fixes #134007 -
21034           or at least works around it)
21035
21036 2004-06-09  Wim Taymans  <wim@fluendo.com>
21037
21038         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21039         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
21040         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
21041         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
21042         (gst_ogg_mux_loop):
21043         Use stream caps to setup the initial pages in the ogg stream.
21044         Correctly set the streamheader caps on the srcpad.
21045
21046 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21047
21048         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
21049         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
21050         (gst_v4lsrc_getcaps):
21051         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
21052         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
21053           add querying of fps lists for webcams.  Negotiating to a framerate
21054           now works.
21055
21056 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21057
21058         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
21059         (theora_push_buffer), (theora_push_packet),
21060         (theora_set_header_on_caps), (theora_enc_chain):
21061           mark buffers and put on streamheader, raw theora streaming
21062           now works too, whee
21063
21064 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21065
21066         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
21067         (gst_tcp_gdp_read_caps):
21068           do a looping read for caps and GDP headers too
21069
21070 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21071
21072         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
21073         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
21074           return EOS instead of NULL in _get
21075
21076 2004-06-08  Wim Taymans  <wim@fluendo.com>
21077
21078         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
21079         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
21080         (gst_tcp_gdp_write_caps):
21081         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
21082         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
21083         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
21084         Memory leak fixes
21085
21086 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21087
21088         * ext/vorbis/Makefile.am:
21089         * ext/vorbis/vorbis.c: (plugin_init):
21090         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
21091         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
21092         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
21093         (vorbis_parse_change_state):
21094         * ext/vorbis/vorbisparse.h:
21095           adding a vorbisparse element that marks the buffers, streaming
21096           raw vorbis using GDP now works, whee
21097
21098 2004-06-08  Wim Taymans  <wim@fluendo.com>
21099
21100         * ext/jpeg/Makefile.am:
21101         * ext/jpeg/README:
21102         * ext/jpeg/gstjpeg.c: (plugin_init):
21103         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
21104         (gst_smokedec_base_init), (gst_smokedec_class_init),
21105         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
21106         * ext/jpeg/gstsmokedec.h:
21107         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
21108         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
21109         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
21110         (gst_smokeenc_resync), (gst_smokeenc_chain),
21111         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
21112         * ext/jpeg/gstsmokeenc.h:
21113         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
21114         (smokecodec_flush_destination), (smokecodec_term_destination),
21115         (smokecodec_init_source), (smokecodec_fill_input_buffer),
21116         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
21117         (smokecodec_term_source), (smokecodec_encode_new),
21118         (smokecodec_decode_new), (smokecodec_info_free),
21119         (smokecodec_set_quality), (smokecodec_get_quality),
21120         (smokecodec_set_threshold), (smokecodec_get_threshold),
21121         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
21122         (find_best_size), (abs_diff), (put), (smokecodec_encode),
21123         (smokecodec_parse_header), (smokecodec_decode):
21124         * ext/jpeg/smokecodec.h:
21125         Added a new simple jpeg based codec
21126
21127 2004-06-08  Wim Taymans  <wim@fluendo.com>
21128
21129         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
21130         (gst_multipart_mux_loop):
21131         Fix memory leak
21132
21133 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21134
21135         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
21136         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
21137         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
21138         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
21139         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
21140         * gst/tcp/gsttcpserversink.h:
21141           take streamheader into account
21142
21143 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21144
21145         * gst/level/Makefile.am:
21146         * gst/level/gstlevel.c: (gst_level_class_init):
21147           clean up marshal generation
21148
21149 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21150
21151         * gst/tcp/Makefile.am:
21152         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
21153         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
21154         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
21155         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
21156         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
21157         (gst_tcpclientsrc_get_property):
21158         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21159         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21160         (gst_tcpserversink_handle_client_read),
21161         (gst_tcpserversink_handle_client_write),
21162         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
21163         * gst/tcp/gsttcpserversink.h:
21164           add signals client-added and client-removed
21165         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
21166         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
21167         (gst_tcpserversrc_get_property):
21168         uniformized, change default protocol to NONE
21169         * gst/tcp/gsttcp-marshal.list: added
21170 2004-06-07  Benjamin Otte  <otte@gnome.org>
21171
21172         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21173           handle discont events if they happen before caps nego
21174
21175 2004-06-07  Wim Taymans  <wim@fluendo.com>
21176
21177         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
21178         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
21179         (gst_multipart_demux_plugin_init):
21180         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
21181         (gst_multipart_mux_init), (gst_multipart_mux_loop),
21182         (gst_multipart_mux_change_state):
21183         Small updates, fix a memleak
21184
21185 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21186
21187         * configure.ac: OSS portability
21188         * ext/arts/gst_arts.c: idem
21189         * sys/oss/gstosselement.c: idem
21190         * sys/oss/gstossmixer.c: idem
21191         * sys/oss/gstosssink.c: idem
21192         * sys/oss/gstosssrc.c: idem
21193         * sys/oss/oss_probe.c: idem
21194           - check for soundcard.h in different places for some BSD
21195
21196 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
21197
21198         * AUTHORS:
21199         Add me to the authors file
21200         * configure.ac:
21201         Increase the libdv requirement to >= version 0.100
21202         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
21203         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
21204         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
21205         * ext/dv/gstdvdec.h:
21206         Add support for the new_media flag when sending DISCONT events
21207         Make the querying work when video pad is not linked
21208
21209 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
21210
21211         reviewed by Benjamin Otte  <otte@gnome.org>
21212
21213         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
21214           create a NULL-initialized array of pads, so we don't think they
21215           exist already. (fixes #143130)
21216
21217 2004-06-07  Benjamin Otte  <otte@gnome.org>
21218
21219         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
21220         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
21221         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
21222           don't use // coments
21223
21224 2004-06-07  Benjamin Otte  <otte@gnome.org>
21225
21226         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
21227           cast to GstClockTime to get higher granularity
21228         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21229           use gst_element_set_time_delay to get the exact time
21230         * ext/mad/gstmad.c: (gst_mad_chain):
21231           use the negotiated rate instead of the current frame's rate which
21232           might be wrong because of bit errors. This avoids emitting totally
21233           bogus timestamps and screwing sync.
21234         (fixes #143454)
21235
21236 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
21237
21238         reviewed by Benjamin Otte  <otte@gnome.org>
21239
21240         * gst/adder/gstadder.c: (gst_adder_loop):
21241           properly error out when no negotiation has happened yet. (fixes
21242           #143032)
21243
21244 2004-06-06  Benjamin Otte  <otte@gnome.org>
21245
21246         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21247           forward correctly transformed offset in discont events. Based on
21248           patch by Arwed v. Merkatz. (fixes #142851)
21249
21250 2004-06-06  David Schleef  <ds@schleef.org>
21251
21252         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
21253         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
21254         problems on several systems.
21255
21256 2004-06-06  Benjamin Otte  <otte@gnome.org>
21257
21258         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21259           use explicit caps on the srcpad
21260         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21261           properly error out if caps couldn't be set (fixes #142764)
21262
21263 2004-06-06  Benjamin Otte  <otte@gnome.org>
21264
21265         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
21266         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
21267         (gst_alsa_start_audio):
21268           - don't call set_periods_integer anymore, it breaks the
21269           configuration randomly
21270           - call snd_pcm_hw_params_set_access directly instead of using masks
21271           - don't fail if the sw_params can't be set, just use the default
21272           params and hope it works. Alsalib has weird issues when you touch
21273           sw_params and does no proper error reporting about what failed.
21274         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21275         (gst_alsa_close_audio):
21276           make our alsa debugging go via gst debugging and not conditionally
21277           defined
21278         * ext/alsa/gstalsa.h:
21279           add ALSA_DEBUG_FLUSH macro
21280         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
21281         (plugin_init):
21282           wrap alsa errors to be printed via the gst debugging system and not
21283           spammed to stderr
21284
21285 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21286
21287         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
21288         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
21289         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
21290         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
21291         (qtdemux_parse_trak):
21292         * gst/qtdemux/qtdemux.h:
21293           Bitch. Also known as seeking, querying & co.
21294         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
21295         (gst_osssink_change_state):
21296         * sys/oss/gstosssink.h:
21297           Resyncing is for weenies, this hack is no longer needed and was
21298           broken anyway (since it - unintendedly - always leaves resync to
21299           TRUE).
21300
21301 2004-06-05  Andrew Turner <zxombie@hotpop.com>
21302
21303         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
21304         * gst/tcp/gsttcpclientsrc.h: idem
21305           - define MSG_NOSIGNAL if not done
21306           - include unistd.h for off_t
21307           (fixes #143749)
21308
21309 2004-06-05  Benjamin Otte  <otte@gnome.org>
21310
21311         * configure.ac:
21312         * ext/kio/Makefile.am:
21313           check for qt's moc preprocessor explicitly and use it
21314
21315 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21316
21317         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
21318           don't get a signal for EPIPE on socket writes
21319           (somebody check if this works on other platforms)
21320
21321 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21322
21323         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
21324         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21325           check error condition on available samples correctly
21326
21327 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21328
21329         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
21330           avoid a segfault
21331         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
21332         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
21333         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
21334         (gst_tcpserversrc_gdp_read_header):
21335          use ssize_t over size_t since the former is signed and thus the
21336          check for error codes can work
21337
21338 2004-06-02  Wim Taymans  <wim@fluendo.com>
21339
21340         reviewed by: Johan
21341
21342         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
21343         (gst_multipart_mux_loop):
21344         Oops
21345
21346 2004-06-02  Wim Taymans  <wim@fluendo.com>
21347
21348         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
21349         (gst_multipart_mux_init), (gst_multipart_mux_loop),
21350         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
21351         (gst_multipart_mux_change_state):
21352         Added configurable boundary specifier, added the value as a
21353         caps field as well.
21354
21355 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21356
21357         * gst/tcp/gsttcp.c:
21358         * gst/tcp/gsttcpclientsrc.c:
21359         * gst/tcp/gsttcpclientsrc.h:
21360         * gst/tcp/gsttcpserversrc.c:
21361           - portability fix, to compile on OSX
21362             (fixes #143146)
21363
21364         * sys/osxaudio/gstosxaudioelement.c:
21365         * sys/osxaudio/gstosxaudiosink.c:
21366         * sys/osxaudio/gstosxaudiosrc.c:
21367           - compilation warnings on OSX
21368             (fixes #143153)
21369
21370 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21371
21372         * ext/vorbis/vorbisdec.c : sign warning fixes
21373
21374         * gst-libs/gst/mixer/mixertrack.c :
21375           do no use defines which are glib 2.4 specific
21376
21377 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
21378
21379         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
21380           buffer since libflac doesn't expect it (reports a sync error when
21381           it encounters that)
21382
21383
21384 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
21385
21386         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
21387         * gst-libs/gst/mixer/mixertrack.c:
21388         (gst_mixer_track_get_property), (get_mixer_track_init),
21389         (get_mixer_track_get_property): Added property accessors
21390         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
21391         * gst-libs/gst/mixer/mixeroptions.c:
21392         (gst_mixer_options_get_values): Added
21393         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
21394         * gst-libs/gst/mixer/mixer.c: Fixed comment
21395
21396
21397 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21398
21399         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21400           improve error messages on open
21401
21402
21403 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21404
21405         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
21406           check if v4l-conf is in path
21407
21408 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21409
21410         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
21411           change assert to a more readable error message
21412
21413 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21414
21415         * gst-libs/gst/tuner/tunerchannel.h:
21416           - add a freq_multiplicator field to make the conversion
21417             between internal frequency unit and Hz
21418         * sys/v4l/gstv4lelement.c:
21419         * sys/v4l2/gstv4l2element.c:
21420           - change default video device to /dev/video0
21421         * sys/v4l/v4l_calls.c:
21422         * sys/v4l2/v4l2_calls.c:
21423           - we only expose frequency to the user in Hz instead of
21424             bastard v4lX unit (either 62.5kHz or 62.5Hz)
21425
21426 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
21427         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21428           Initialise b_o_s and e_o_s variables
21429         * gst-libs/gst/riff/riff-media.c:
21430         (gst_riff_create_video_caps_with_data):
21431           Add some unusual fourcc's from mplayer avi's
21432         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
21433           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
21434           autoplugging.
21435
21436 2004-05-28  Wim Taymans  <wim@fluendo.com>
21437
21438         * configure.ac:
21439         * gst/alpha/Makefile.am:
21440         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21441         (gst_alpha_get_type), (gst_alpha_base_init),
21442         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
21443         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
21444         (gst_alpha_chroma_key), (gst_alpha_chain),
21445         (gst_alpha_change_state), (plugin_init):
21446         A plugin to add an alpha channel to I420 video. Can optionally do
21447         chroma keying.
21448         * gst/multipart/Makefile.am:
21449         * gst/multipart/multipart.c: (plugin_init):
21450         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
21451         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
21452         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
21453         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
21454         (gst_multipart_demux_change_state),
21455         (gst_multipart_demux_plugin_init):
21456         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
21457         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
21458         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
21459         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
21460         (gst_multipart_mux_pad_unlink),
21461         (gst_multipart_mux_request_new_pad),
21462         (gst_multipart_mux_handle_src_event),
21463         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
21464         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
21465         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
21466         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
21467         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
21468         send multipart jpeg images to a browser.
21469         * gst/videobox/Makefile.am:
21470         * gst/videobox/README:
21471         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
21472         (gst_video_box_get_type), (gst_video_box_base_init),
21473         (gst_video_box_class_init), (gst_video_box_init),
21474         (gst_video_box_set_property), (gst_video_box_get_property),
21475         (gst_video_box_sink_link), (gst_video_box_i420),
21476         (gst_video_box_ayuv), (gst_video_box_chain),
21477         (gst_video_box_change_state), (plugin_init):
21478         Crops or adds borders around an image. can do alpha channel
21479         borders as well.
21480         * gst/videomixer/Makefile.am:
21481         * gst/videomixer/README:
21482         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21483         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
21484         (gst_videomixer_pad_get_sink_event_masks),
21485         (gst_videomixer_pad_get_property),
21486         (gst_videomixer_pad_set_property),
21487         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
21488         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
21489         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
21490         (gst_videomixer_base_init), (gst_videomixer_class_init),
21491         (gst_videomixer_init), (gst_videomixer_request_new_pad),
21492         (gst_videomixer_handle_src_event),
21493         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
21494         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
21495         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21496         (gst_videomixer_loop), (gst_videomixer_get_property),
21497         (gst_videomixer_set_property), (gst_videomixer_change_state),
21498         (plugin_init):
21499         Generic video mixer plugin, can handle multiple inputs all with
21500         different framerates and video sizes. Is fully alpha channel
21501         aware.
21502
21503 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21504
21505         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21506           Select first track as master track. Not sure how else to handle
21507           that...
21508         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
21509           Discard discont events. Should fix #142962.
21510
21511 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21512
21513         * ext/alsa/Makefile.am:
21514         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
21515         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
21516         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21517         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21518         (gst_alsa_mixer_get_option):
21519         * ext/alsa/gstalsamixer.h:
21520         * ext/alsa/gstalsamixeroptions.c:
21521         (gst_alsa_mixer_options_get_type),
21522         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
21523         (gst_alsa_mixer_options_new):
21524         * ext/alsa/gstalsamixeroptions.h:
21525         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21526         * ext/alsa/gstalsamixertrack.h:
21527           Add enumerations (as GstMixerOptions). Make correct distinction
21528           between input/output tracks. Add capture/playback private flag.
21529           Use flag to decide on whether to set capture or playback volumes
21530           or switches. Use playback and record switches.
21531         * gst-libs/gst/mixer/Makefile.am:
21532         * gst-libs/gst/mixer/mixer-marshal.list:
21533         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
21534         (gst_mixer_set_option), (gst_mixer_get_option),
21535         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
21536         (gst_mixer_volume_changed), (gst_mixer_option_changed):
21537         * gst-libs/gst/mixer/mixer.h:
21538         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
21539         (gst_mixer_options_class_init), (gst_mixer_options_init),
21540         (gst_mixer_options_dispose):
21541         * gst-libs/gst/mixer/mixeroptions.h:
21542           Add GstMixerOptions.
21543         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21544           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
21545           broken device detection on computers with multiple OSS sound
21546           cards.
21547
21548 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21549
21550         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21551           fixate nicely even when the peer is not negotiating
21552
21553 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21554
21555         * gst/audioconvert/gstaudioconvert.c:
21556         (gst_audio_convert_parse_caps):
21557           make sure we don't allow depth > width
21558         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21559           fixate endianness to G_BYTE_ORDER as default
21560         * gst/audioscale/gstaudioscale.c:
21561           we don't handle another endianness as host-endianness
21562
21563 2004-05-25  David Schleef  <ds@schleef.org>
21564
21565         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
21566
21567 2004-05-24  Benjamin Otte  <otte@gnome.org>
21568
21569         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
21570         (gst_oggvorbisenc_setup):
21571           properly fail when we can't setup the vorbis encoder due to
21572           unsupported settings
21573         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
21574         (gst_vorbisenc_setup):
21575           same
21576         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21577           fix case where warnings occured when one pad was unlinked while the
21578           other's link function was called
21579
21580 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21581
21582         * gst/tcp/Makefile.am:
21583           use GST_ENABLE_NEW
21584
21585 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21586
21587         * gst-libs/gst/resample/private.h:
21588           don't use optimizations that are #if 0'ed
21589
21590 2004-05-24  Wim Taymans  <wim@fluendo.com>
21591
21592         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21593         Fix potential division by zero error and hopefully get
21594         the position query right to get correct timestamps on avi
21595         audio.
21596
21597 2004-05-24  Wim Taymans  <wim@fluendo.com>
21598
21599         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
21600         (gst_videoscale_scale_nearest_str2),
21601         (gst_videoscale_scale_nearest_str4),
21602         (gst_videoscale_scale_nearest_32bit),
21603         (gst_videoscale_scale_nearest_24bit),
21604         (gst_videoscale_scale_nearest_16bit):
21605         Fix the scaling algorithm and avoid a buffer overflow.
21606         removed the while loop in the scaling function as it
21607         was used for point sampling only.
21608
21609 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21610
21611         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
21612         (gst_id3_tag_class_init), (gst_id3_tag_init),
21613         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
21614         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
21615         (gst_id3_tag_send_tag_event):
21616           lots of fixes to make id3mux work and id3demux work correctly
21617
21618 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21619
21620         * ext/Makefile.am:
21621           add rules to build shout2send (was removed by accident
21622           when this module was no more marked experimental/broken)
21623
21624 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21625
21626         * ext/shout2/gstshout2.c:
21627         * ext/shout2/gstshout2.h:
21628           adding a "connection problem" signal to shout2send
21629           (fixes #142954)
21630
21631 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21632
21633         * ext/kio/kioreceiver.cpp:
21634         * ext/kio/kioreceiver.h:
21635           fix sign comparison issues
21636
21637 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21638
21639         * gst/cdxaparse/gstcdxaparse.c:
21640         * gst/cdxaparse/gstcdxaparse.h:
21641           some renaming
21642           add some checks/sanity
21643           prepare for seek addition
21644
21645         * sys/sunaudio/gstsunaudio.c:
21646           remove exported dupe init function
21647
21648 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
21649
21650         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
21651         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
21652           Fix format conversion and position querying.
21653         * gst/debug/progressreport.c: (gst_progressreport_report):
21654           Don't output a bogus total value that we didn't query.
21655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21656           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
21657           only a blank window after xine has been used.
21658
21659 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21660
21661         * m4/as-arts.m4:
21662           sync with upstream version to fix test on FC2
21663           readd with -ko to preserve Id header
21664
21665 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21666
21667         * configure.ac:
21668           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
21669         * gst/tcp/gsttcpclientsrc.c: idem
21670         * gst/tcp/gsttcpserversink.c: idem
21671         * gst/tcp/gsttcpserversrc.c: idem
21672         * m4/gst-fionread.m4: idem
21673
21674         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
21675
21676         * configure.ac: enable speex plugin for speex 1.1.5+
21677         * ext/speex/gstspeexenc.c: fix cast warning
21678
21679         * ext/esd/README: fix typo
21680
21681 2004-05-20  David Schleef  <ds@schleef.org>
21682
21683         * configure.ac: Minor cosmetic change to convince the buildbot to
21684         reautogen.
21685         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
21686         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
21687         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
21688         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
21689         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
21690         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
21691         More hacking.  Plays audio now.
21692
21693 2004-05-20  David Schleef  <ds@schleef.org>
21694
21695         * configure.ac:
21696         * sys/Makefile.am:
21697
21698 2004-05-20  David Schleef  <ds@schleef.org>
21699
21700         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
21701         * sys/osxaudio/gstosxaudio.c:
21702         * sys/osxaudio/gstosxaudioelement.c:
21703         * sys/osxaudio/gstosxaudioelement.h:
21704         * sys/osxaudio/gstosxaudiosink.c:
21705         * sys/osxaudio/gstosxaudiosink.h:
21706         * sys/osxaudio/gstosxaudiosrc.c:
21707         * sys/osxaudio/gstosxaudiosrc.h:
21708
21709 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21710
21711         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
21712         (gst_vorbisenc_chain):
21713           put the codec headers on the caps as streamheader as well as
21714           pushing them out
21715
21716 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21717
21718         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
21719         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
21720         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
21721         split up push_packet into two functions
21722
21723 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21724
21725         * gst/tcp/.cvsignore:
21726           ignore enums
21727         * gst/tcp/Makefile.am:
21728         * gst/tcp/README:
21729         * gst/tcp/gsttcp.c:
21730         * gst/tcp/gsttcp.h:
21731         * gst/tcp/gsttcpclientsink.c:
21732         * gst/tcp/gsttcpclientsink.h:
21733         * gst/tcp/gsttcpclientsrc.c:
21734         * gst/tcp/gsttcpclientsrc.h:
21735         * gst/tcp/gsttcpplugin.c:
21736         * gst/tcp/gsttcpserversink.c:
21737         * gst/tcp/gsttcpserversink.h:
21738         * gst/tcp/gsttcpserversrc.c:
21739         * gst/tcp/gsttcpserversrc.h:
21740           add new tcp elements
21741
21742 2004-05-19  Wim Taymans  <wim@fluendo.com>
21743
21744         * gst/law/mulaw-conversion.c: (mulaw_encode):
21745         Fix overflow bug in ulaw encoding.
21746
21747 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21748
21749         * ext/mad/gstmad.c: (gst_mad_handle_event):
21750           don't unref the event twice
21751
21752 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21753
21754         * configure.ac:
21755           remove -Wno-sign-compare
21756
21757 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21758
21759         * configure.ac:
21760           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
21761           if you want to work against glib 2.2 and 2.4
21762
21763 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21764
21765         * gst/tcp/Makefile.am:
21766         * gst/tcp/gsttcp.c:
21767         * gst/tcp/gsttcp.h:
21768         * gst/tcp/gsttcpsink.h:
21769         * gst/tcp/gsttcpsrc.h:
21770           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
21771
21772 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21773
21774         * gst/debug/tests.c: (md5_get_value):
21775           fix segfault on gst-inspect
21776
21777 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21778
21779         * gst/debug/testplugin.c:
21780         * gst/debug/tests.c:
21781         * gst/debug/tests.h:
21782           add new extensible and configurable testing element. Current tests
21783           include buffer count, stream length, timestamp/duration matching and
21784           md5.
21785         * gst/debug/Makefile.am:
21786         * gst/debug/gstdebug.c: (plugin_init):
21787           add infrastructure for new element
21788
21789 2004-05-19  Johan Dahlin  <johan@gnome.org>
21790
21791         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
21792         ending of the array. Fixes gst-inspect segfault on ppc.
21793
21794 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21795
21796         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
21797
21798         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
21799
21800 2004-05-18  David Schleef  <ds@schleef.org>
21801
21802         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
21803         warnings (bugs, actually) noticed by gcc but not forte.
21804
21805 2004-05-18  David Schleef  <ds@schleef.org>
21806
21807         * sys/sunaudio/Makefile.am:
21808         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
21809
21810 2004-05-18  David Schleef  <ds@schleef.org>
21811
21812         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21813         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
21814         to allow qtdemux to use non-seekable streams. (bug #142272)
21815
21816 2004-05-18  David Schleef  <ds@schleef.org>
21817
21818         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
21819         (gst_resample_sinc_ft_float): Remove use of static temporary
21820         buffer.  This code was obviously not supposed to last long, but
21821         it's stuck in our ABI, so it required a little hack to make it
21822         ABI-compatible.  Fixes #142585.
21823         * gst-libs/gst/resample/resample.h: same.
21824
21825 2004-05-18  David Schleef  <ds@schleef.org>
21826
21827         * configure.ac: Add sunaudio
21828         * examples/Makefile.am: make gstplay depend on gconf
21829         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
21830         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
21831         (convert_table_lookup), (img_convert): remove c99-isms
21832         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
21833           unsigned, to fix a warning on Solaris
21834         * gst/mpeg1sys/systems.c: bcopy->memcpy
21835         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
21836         * sys/Makefile.am: Add sunaudio
21837
21838 2004-05-18  Wim Taymans  <wim@fluendo.com>
21839
21840         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
21841         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21842         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
21843         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
21844         (gst_ogg_mux_loop):
21845         Fix an ugly memleak where the muxer didn't flush enough ogg
21846         pages. This also resulted in badly muxed ogg files.
21847
21848 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21849
21850         * gst/asfdemux/asfheaders.c :
21851         * gst/asfdemux/asfheaders.h :
21852         * gst/asfdemux/gstasfdemux.c :
21853           - fix ASF_OBJ_PADDING guid
21854           - add 3 new object guids (language list, metadata,
21855             extended stream properties)
21856           - add a function to parse extended header objects
21857
21858 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21859
21860         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21861           remove leftover debugging g_print
21862
21863 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21864
21865         * ext/mad/gstmad.c: (gst_mad_handle_event):
21866           Fix for when the first format in a discont event is not a
21867           byte-based one. Should fix #137710.
21868
21869 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21870
21871         * m4/a52.m4 : fix compilation with -Wall -Werror
21872         * m4/libfame.m4 : idem
21873         * m4/libmikmod.m4 : idem
21874
21875 2004-05-17  Benjamin Otte  <otte@gnome.org>
21876
21877         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
21878           signal the new tags before giving up the reference
21879
21880 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21881
21882         * ext/shout2/gstshout2.c:
21883           use application/ogg instead of application/x-ogg (patch by Patrick
21884           Guimond, fixes #142432)
21885         * sys/oss/gstosselement.c: (gst_osselement_reset),
21886         (gst_osselement_sync_parms):
21887           don't set fragment size unless specified (fixes #142493)
21888
21889 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21890
21891         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
21892           fixes #142664
21893
21894 2004-05-17  Benjamin Otte  <otte@gnome.org>
21895
21896         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21897           compute offsets correctly for internal buffers so timestamps are set
21898           correctly when we can't seek. Also handle cases where there are no
21899           offsets. (based on a patch by David Moore, fixes #142507)
21900
21901 2004-05-17  Benjamin Otte  <otte@gnome.org>
21902
21903         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21904           use correct variable when determining amount of data to skip so we
21905           don't skip into the void and segfault
21906
21907 2004-05-16  Benjamin Otte  <otte@gnome.org>
21908
21909         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
21910           Hi, I'm a memleak
21911
21912 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21913
21914         * gst/asfdemux/gstasfdemux.c:
21915           - fix a mem leak and always propagate tags
21916           - add WMV3 to known video codecs (but no decoder yet)
21917           - replace "surplus data" at end of audio header for what
21918             it is : codec specific data
21919           - fix a typo
21920
21921 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
21922
21923         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
21924
21925         * gst-libs/gst/audio/audioclock.c:
21926           Fix wrong return type (#142205).
21927
21928 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21929
21930         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
21931           Ignore CRCs by default (fixes #142566).
21932
21933 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21934
21935         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
21936         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
21937         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
21938         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
21939         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21940         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
21941           Fix for cases where we fail to attach to a mixer.
21942
21943 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21944
21945         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21946           Don't touch events after not owning them anymore.
21947         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
21948         (gst_wavparse_fmt), (gst_wavparse_other),
21949         (gst_wavparse_handle_seek), (gst_wavparse_loop),
21950         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21951         (gst_wavparse_srcpad_event):
21952         * gst/wavparse/gstwavparse.h:
21953           Add seeking, fix querying.
21954
21955 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21956
21957         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
21958           - process comments even if they don't end with \0\0
21959             g_convert would ignore them if present and works well without them
21960
21961 2004-05-16  Benjamin Otte  <otte@gnome.org>
21962
21963         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
21964           simplify caps
21965
21966 2004-05-16  Benjamin Otte  <otte@gnome.org>
21967
21968         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
21969           don't write to memory we might not write to - g_convert does that
21970           for us anyway (fixes #142613)
21971         (gst_asf_demux_audio_caps):
21972           comment out gst_util_dump_mem
21973
21974 2004-05-16  Benjamin Otte  <otte@gnome.org>
21975
21976         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21977           compute correct expected timestamps after seek (broken since
21978           last commit)
21979         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
21980           rename element and debugging category to gdkpixbufscale
21981
21982 2004-05-16  Benjamin Otte  <otte@gnome.org>
21983
21984         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21985           add error checking to snd_pcm_delay and remove duplicate call to
21986           snd_pcm_delay that caused issues (see inline code comments)
21987         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21988           make more readable and fix return value when snd_pcm_delay fails
21989         (fixes #142586)
21990
21991 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
21992         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
21993         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
21994         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
21995         (gst_pixbufscale_link), (gst_pixbufscale_init),
21996         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
21997         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
21998         (gst_pixbufscale_get_property), (pixbufscale_init):
21999         * ext/gdk_pixbuf/pixbufscale.h:
22000         Add these files I forgot earlier
22001
22002 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
22003         * ext/gdk_pixbuf/Makefile.am:
22004         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22005         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22006         Add new pixbufscale element to scale RGB video
22007         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
22008         and HYPER interpolation correctly.
22009         * ext/theora/theoraenc.c: (theora_enc_chain),
22010         Discard buffer and return if explicit caps could not be set
22011         (theora_enc_get_property):
22012         Make _get return kbps for the bitrate consistent with
22013         the _set function.
22014
22015
22016 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22017
22018         * ext/libvisual/visual.c: (gst_visual_chain):
22019           add missing visual_audio_analyze
22020
22021 2004-05-14  David Schleef  <ds@schleef.org>
22022
22023         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
22024         is killed while we're playing.
22025         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
22026         gst_element_no_more_pads().
22027
22028 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22029
22030         * gst-libs/gst/riff/riff-read.c :
22031           - fix INFO tag extraction in RIFF/AVI files
22032             because gst_event_unref (event) also freed taglist
22033           - avoid a mem leak
22034
22035 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22036
22037         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
22038         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
22039
22040         * gst/auparse/gstauparse.c :
22041           - add code (commented for now) to support audio/x-adpcm on src pad
22042             (we have no decoder for those layout yet)
22043
22044         * gst/cdxaparse/gstcdxaparse.c :
22045         * gst/cdxaparse/gstcdxaparse.h :
22046           - partial rewrite using RiffRead (ripped iain's wavparse code)
22047
22048         * gst/rtp/gstrtpL16enc.c : typo
22049         * gst/rtp/gstrtpgsmenc.c : typo
22050
22051 2004-05-13  Benjamin Otte  <otte@gnome.org>
22052
22053         * configure.ac:
22054           check for exact version of libvisual, it's not supposed to be
22055           API/ABI stable yet
22056
22057 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22058
22059         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
22060           signal no-more-pads
22061
22062 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
22063
22064         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
22065         Report which format was used for GST_FORMAT_DEFAULT
22066         * gst/debug/Makefile.am:
22067         * gst/debug/gstdebug.c: (plugin_init):
22068         * gst/debug/progressreport.c: (gst_progressreport_base_init),
22069         (gst_progressreport_class_init), (gst_progressreport_init),
22070         (gst_progressreport_report), (gst_progressreport_set_property),
22071         (gst_progressreport_get_property), (gst_progressreport_chain),
22072         (gst_progressreport_plugin_init):
22073         Add progressreport element for testing.
22074
22075 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22076
22077         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
22078         * sys/v4l/gstv4lsrc.h:
22079         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
22080         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
22081         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
22082         (gst_v4lsrc_grab_frame):
22083           add more debugging
22084           send a discont at start
22085
22086 2004-05-12  Colin Walters  <walters@redhat.com>
22087
22088         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
22089         inflooping if we can't find a chunk.  Or in other words, don't blow
22090         chunks if we don't have a chunk to blow.
22091
22092 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
22093         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
22094         Remove old debug output
22095         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
22096         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
22097         (gst_dvdec_set_property), (gst_dvdec_get_property):
22098         Change the quality setting to an enum, so it works from gst-launch
22099         Don't renegotiate a non-linked pad. Allows audio only decoding.
22100         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
22101         (gst_deinterlace_link), (gst_deinterlace_init):
22102         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22103         (gst_videodrop_link):
22104         Some caps negotiation fixes
22105
22106 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22107
22108         * ext/tarkin/gsttarkin.c :
22109           - Change RANK from NONE to PRIMARY
22110         * ext/gdk_pixbuf/gstgdkpixbuf.c :
22111           - Change RANK from NONE to MARGINAL
22112         * ext/divx/gstdivxenc.c :
22113           - Change RANK from PRIMARY to NONE (encoder/spider issue)
22114
22115 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22116
22117         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
22118         (gst_vorbisenc_push_packet):
22119           copy a function that was added between 1.0 and 1.0.1 until we
22120           depend on worthwhile features of post-1.0
22121
22122 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22123
22124         * configure.ac:
22125           enable shout2 by default
22126         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22127         (gst_shout2send_base_init), (gst_shout2send_init),
22128         (gst_shout2send_connect), (gst_shout2send_change_state):
22129         * ext/shout2/gstshout2.h:
22130           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
22131           #142262)
22132         * ext/theora/theora.c: (plugin_init):
22133           don't set rank on encoders
22134
22135 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
22136
22137         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
22138           Use codec_data property instead of flag1 and flag2 for wma
22139
22140 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22141
22142         * gst/cdxaparse/gstcdxaparse.c :
22143           - Add mpegversion to CAPS to make it link
22144           - Rank is as GST_RANK_SECONDARY instead of NONE
22145         * gst/auparse/gstauparse.c :
22146           - Document all audio encoding we can encounter from Solaris 9
22147             headers and libsndfile information.
22148           - Increase max. rate from 48000 to 192000 (to match other elements)
22149           - Don't try to play junk data between header and samples
22150
22151 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22152
22153         * ext/libvisual/visual.c: (gst_visual_getcaps):
22154           use the right caps depending on endianness (I hope)
22155         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
22156           use GST_RANK_NONE for all non-decoding elements or spider gets
22157           mighty confused
22158
22159 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22160
22161         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
22162           Fix some odd cases and fix BE metadata parsing of unicode16 text.
22163
22164 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22165
22166         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22167         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
22168         (gst_switch_loop), (gst_switch_get_type):
22169           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
22170           HEADERS. Had to be said.
22171
22172 2004-05-10  David Schleef  <ds@schleef.org>
22173
22174         * configure.ac: Add prototype Dirac support.
22175         * ext/Makefile.am:
22176         * ext/dirac/Makefile.am:
22177         * ext/dirac/gstdirac.cc:
22178         * ext/dirac/gstdiracdec.cc:
22179
22180 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22181
22182         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
22183         (gst_auparse_init), (gst_auparse_chain),
22184         (gst_auparse_change_state):
22185           Hack around spider. Remove me some day please.
22186
22187 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22188
22189         * gst/auparse/gstauparse.c: (gst_auparse_chain):
22190           Fix for some uninitialized variables in previous patch, also
22191           makes it work. Fixes #142286 while we're at it.
22192
22193 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22194
22195         * gst/auparse/gstauparse.c:
22196                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
22197                 only unsupported formats are ADPCM/CCITT G.72x
22198                 reviewed by Ronald
22199         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
22200
22201 2004-05-10  Wim Taymans  <wim@fluendo.com>
22202
22203         * ext/vorbis/Makefile.am:
22204         * ext/vorbis/README:
22205         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
22206         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
22207         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
22208         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
22209         (gst_oggvorbisenc_convert_sink),
22210         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
22211         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
22212         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
22213         (get_constraints_string), (update_start_message),
22214         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
22215         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
22216         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
22217         * ext/vorbis/oggvorbisenc.h:
22218         * ext/vorbis/vorbis.c: (plugin_init):
22219         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
22220         (raw_caps_factory), (gst_vorbisenc_class_init),
22221         (gst_vorbisenc_init), (gst_vorbisenc_setup),
22222         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
22223         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
22224         * ext/vorbis/vorbisenc.h:
22225         Added a raw vorbis encoder to be used with the oggmuxer.
22226         We still need the old encoder for some gnome applications,
22227         read the README to find out how that works.
22228         The raw encoder is called "rawvorbisenc" until 0.9.
22229
22230 2004-05-10  Wim Taymans  <wim@fluendo.com>
22231
22232         * ext/ogg/gstogg.c: (plugin_init):
22233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
22234         (gst_ogg_print):
22235         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
22236         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
22237         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
22238         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
22239         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
22240         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
22241         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
22242         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
22243         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
22244         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
22245         Added an ogg muxer.
22246         Small typo fixes in the demuxer.
22247
22248 2004-05-10  Wim Taymans  <wim@fluendo.com>
22249
22250         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22251         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
22252         (theora_enc_change_state), (theora_enc_set_property),
22253         (theora_enc_get_property):
22254         Mark the last packet with an EOS flag which is not really needed
22255         in gstreamer.
22256         Do some better video framerate initialisation.
22257         Update the buffer timestamp.
22258
22259 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
22260
22261         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
22262         Return the result of the parent state change call
22263
22264 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22265
22266         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
22267         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
22268         * gst/law/alaw-encode.c : (idem)
22269         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
22270         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
22271         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
22272
22273 2004-05-09  Benjamin Otte  <otte@gnome.org>
22274
22275         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22276           don't use a fixed buffer size when writing variable length data to
22277           it. Fixes memory corruption and makes alsasrc work
22278
22279 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22280
22281         * ext/gnomevfs/gstgnomevfssink.c:
22282         (_gst_boolean_allow_overwrite_accumulator),
22283         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
22284           Run glib's default signal handler (??) in RUN_CLEANUP rather than
22285           RUN_LAST, and don't use that to set the accumulator value because
22286           then it's always FALSE.
22287
22288 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22289
22290         * gst-libs/gst/riff/riff-media.c:
22291         (gst_riff_create_video_caps_with_data),
22292         (gst_riff_create_audio_caps),
22293         (gst_riff_create_audio_template_caps):
22294         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
22295           Fix for unaligned RIFF files (i.e. where all the chunks together
22296           in a LIST chunk are not of the same size as the size given in
22297           the LIST chunk header). Fixes several odd WAVE files. Also fix
22298           ADPCM (block_align property) in audio, so that wavparse based
22299           on this works now as it used to stand-alone.
22300
22301 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
22302
22303         reviewed by Benjamin Otte  <otte@gnome.org>
22304
22305         * ext/a52dec/gsta52dec.c:
22306         * ext/divx/gstdivxdec.c:
22307         * ext/divx/gstdivxenc.c:
22308         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
22309         * ext/faac/gstfaac.c: (gst_faac_base_init):
22310         * ext/faad/gstfaad.c: (gst_faad_base_init):
22311         * ext/ivorbis/vorbisfile.c:
22312         * ext/lame/gstlame.c:
22313         * ext/libfame/gstlibfame.c:
22314         * ext/mpeg2enc/gstmpeg2enc.cc:
22315         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
22316         * ext/sidplay/gstsiddec.cc:
22317         * ext/speex/gstspeexdec.c:
22318         * ext/speex/gstspeexenc.c:
22319         * ext/xvid/gstxviddec.c:
22320         * ext/xvid/gstxvidenc.c:
22321           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
22322           (fixes #142193)
22323
22324 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22325
22326         * ext/alsa/gstalsa.c: (device_list),
22327         (gst_alsa_class_probe_devices):
22328         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
22329           Fix alsa oddness in mixer after the combination of using mixer
22330           in source/sink elements and using hw:x,y instead of just hw:x.
22331
22332 2004-05-09  Benjamin Otte  <otte@gnome.org>
22333
22334         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
22335         (gst_wavparse_create_sourcepad):
22336           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
22337           sourcepads
22338
22339 2004-05-09  Benjamin Otte  <otte@gnome.org>
22340
22341         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22342           allow discont events before caps nego
22343
22344 2004-05-08  Benjamin Otte  <otte@gnome.org>
22345
22346         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22347           don't leak events
22348
22349 2004-05-08  Benjamin Otte  <otte@gnome.org>
22350
22351         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22352         (gst_level_change_state), (gst_level_init):
22353         * gst/level/gstlevel.h:
22354           figure out if we're initialized directly instead of keeping a
22355           variable that's wrong in 90% of cases
22356           don't initialize pads and then leak them and use a new unitialized
22357           pad. (fixes #142084)
22358           these were bugs so n00bish I didn't find them for an hour :/
22359
22360 2004-05-08 Iain <iain@prettypeople.org>
22361
22362         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
22363         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
22364         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
22365         return the length that was read.
22366         (gst_riff_read_strf_auds): Allow fmt tags as well.
22367
22368 2004-05-07  David Schleef  <ds@schleef.org>
22369
22370         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
22371         signed char assumption in faad.h.
22372
22373 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22374
22375         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
22376           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
22377
22378 2004-05-07  Colin Walters  <walters@redhat.com>
22379
22380         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
22381         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
22382         function.
22383         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
22384         Add dispose function.
22385
22386 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
22387         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
22388           Fix caps nego and pad templates. RGB mode caps should
22389           work now.
22390         * ext/dvdnav/gst-dvd:
22391           Move mpeg2dec inside the thread because otherwise the
22392           queue rejects cap changes mid-stream
22393         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
22394         (gst_mpeg2dec_flush_decoder):
22395           For mpeg2dec > 0.4.0, call the flush function instead of
22396           manually extracting all in-flight frames.
22397         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
22398         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
22399           Change mime type video/dv go video/x-dv to match the
22400           rest of gst-plugins
22401
22402 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22403
22404         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22405         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
22406         (gst_alsa_sink_class_init):
22407         * ext/alsa/gstalsasink.h:
22408         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
22409         (gst_alsa_src_class_init):
22410         * ext/alsa/gstalsasrc.h:
22411           Make alsasink/src a subclass of alsamixer so that mixer stuff
22412           shows up in gst-rec. Needs some finetuning.
22413
22414 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22415
22416         * ext/lame/gstlame.c: (gst_lame_chain):
22417           simplify
22418         * ext/mad/gstmad.c: (gst_mad_handle_event):
22419           fix event leak
22420         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
22421           be able to detect mp3 files < 4096 bytes
22422
22423 2004-05-06  Wim Taymans  <wim@fluendo.com>
22424
22425         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22426         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
22427         (theora_enc_set_property), (theora_enc_get_property):
22428         Also encode the first frame, cleanup some code.
22429
22430 2004-05-06  Wim Taymans  <wim@fluendo.com>
22431
22432         * ext/mpeg2enc/gstmpeg2enc.cc:
22433         Forward events first before deciding that negotiation was
22434         not performed.
22435
22436 2004-05-06  Wim Taymans  <wim@fluendo.com>
22437
22438         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22439         First process the events before deciding that negotiation
22440         was not performed.
22441
22442 2004-05-06  Wim Taymans  <wim@fluendo.com>
22443
22444         * ext/theora/Makefile.am:
22445         * ext/theora/theora.c: (plugin_init):
22446         * ext/theora/theoradec.c: (theora_dec_change_state):
22447         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
22448         (gst_theora_enc_class_init), (gst_theora_enc_init),
22449         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
22450         (theora_enc_chain), (theora_enc_change_state),
22451         (theora_enc_set_property), (theora_enc_get_property):
22452         Added a theora encoder, grouped the encoder and decoder into the
22453         same plugin.
22454
22455 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22456
22457         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
22458         (gst_jpegenc_chain):
22459         fix DURATION on outgoing buffers
22460         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
22461         debug using time formats
22462         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
22464         (gst_xvimagesink_sink_link):
22465         windows with width/height 0 generate X errors, so don't allow them
22466
22467 2004-05-05  Wim Taymans  <wim@fluendo.com>
22468
22469         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
22470         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
22471         (gst_mpeg2dec_negotiate_format):
22472         * ext/mpeg2dec/gstmpeg2dec.h:
22473           removed the static pad template so that we can add the
22474           more accurate framerate value to the caps.
22475
22476
22477 2004-05-04  Benjamin Otte  <otte@gnome.org>
22478
22479         * configure.ac:
22480           check for kdemacros.h, too (should fix #141821)
22481         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22482           don't crash if no header was sent, but nicely error out (fixes part
22483           of #141554)
22484
22485 2004-05-04  Wim Taymans  <wim@fluendo.com>
22486
22487         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
22488         parent dispose function to avoid segfault on destroy.
22489
22490 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22491
22492         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22493         (plugin_init):
22494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22495         (gst_xvimagesink_sink_link):
22496         clean up debugging caps
22497         also recreate xvimage when format has changed
22498
22499 2004-05-04  Benjamin Otte  <otte@gnome.org>
22500
22501         * ext/libvisual/Makefile.am:
22502         * ext/libvisual/visual.c: (gst_visual_class_init),
22503         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
22504         (gst_visual_srclink), (gst_visual_chain),
22505         (gst_visual_change_state), (plugin_init):
22506           use a GstAdapter to correctly adapt buffer sizes - allows using a
22507           framerate
22508
22509 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22510
22511         * sys/v4l/gstv4lelement.h:
22512         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
22513         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
22514         (gst_v4lsrc_buffer_free):
22515         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
22516         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22517         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
22518         (gst_v4lsrc_requeue_frame):
22519         move some debugging categories around
22520         query for fps index and set accordingly if found
22521
22522 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22523
22524         * ext/lame/gstlame.c:
22525         correct defaults that lame_init puts out of range
22526
22527 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22528
22529         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
22530         (gst_divxenc_class_init):
22531         fix range since -1 is the default
22532         * gst/mpeg1sys/gstmpeg1systemencode.c:
22533         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
22534         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
22535         (gst_rtjpegdec_chain):
22536         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
22537         (gst_rtjpegenc_chain):
22538         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
22539         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
22540         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
22541         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
22542         * sys/v4l/gstv4lsrc.c:
22543         * sys/v4l/v4l_calls.c: (gst_v4l_open):
22544         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
22545         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
22546         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
22547         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
22548           remove gst_info calls
22549
22550 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22551
22552         * Makefile.am:
22553         * po/af.po:
22554         * po/az.po:
22555         * po/en_GB.po:
22556         * po/nl.po:
22557         * po/sr.po:
22558         * po/sv.po:
22559           Updated translations
22560
22561 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22562
22563         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
22564           refactor/comment code
22565
22566 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22567
22568         * gst/asfdemux/Makefile.am:
22569         * gst/asfdemux/asfheaders.c:
22570         * gst/asfdemux/asfheaders.h:
22571         * gst/asfdemux/gstasf.c: (plugin_init):
22572         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
22573         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
22574         (gst_asf_demux_setup_pad):
22575         * gst/asfdemux/gstasfdemux.h:
22576         * gst/asfdemux/gstasfmux.c:
22577         * gst/asfdemux/gstasfmux.h:
22578           Add tagging support to demuxer, split out registration in its own
22579           file instead of in demux (hacky), and prevent having some tables
22580           in our memory multiple times (in asfheaders.h).
22581
22582 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22583
22584         * gst/matroska/matroska-demux.c:
22585         (gst_matroska_demux_parse_metadata):
22586         * gst/matroska/matroska-ids.h:
22587           Basic tag reading support.
22588
22589 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22590
22591         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
22592           Really detect ac-3 audio.
22593         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
22594           really detect matroska files (off-by-1).
22595
22596 2004-04-30  David Schleef  <ds@schleef.org>
22597
22598         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22599         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
22600         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
22601         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
22602         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
22603         hackage -- parse a lot more atoms, extract a few tags.  One might even
22604         mistake this for tag support.  Maybe it is.
22605         * gst/qtdemux/qtdemux.h:
22606
22607 2004-04-30  Colin Walters  <walters@verbum.org>
22608
22609         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
22610
22611 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22612
22613         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22614         (gst_ffmpegcolorspace_getcaps):
22615           remove broken nego fix
22616
22617 2004-04-30  Benjamin Otte  <otte@gnome.org>
22618
22619         * configure.ac:
22620         * ext/Makefile.am:
22621         * ext/libvisual/Makefile.am:
22622         * ext/libvisual/visual.c:
22623           add initial support for libvisual (http://libvisual.sourceforge.net)
22624           libvisual is still quite alpha, so expect crashes in there :)
22625
22626 2004-04-29  David Schleef  <ds@schleef.org>
22627
22628         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
22629         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
22630         up qtdemux to make it spit out codec_data.  Do _not_ look at this
22631         code; you will no longer respect me.
22632
22633 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22634
22635         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
22636         * ext/alsa/gstalsa.h :
22637         change alsa pcm device discovery to find more than 1 device
22638         per card. code review by Ronald.
22639
22640 2004-04-29  David Schleef  <ds@schleef.org>
22641
22642         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
22643         Add a check for a driver bug on FreeBSD.  (bug #140565)
22644
22645 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22646
22647         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
22648         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
22649         (gst_jpegenc_getcaps):
22650           move format setting to inner loop
22651         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22652         (gst_ffmpegcolorspace_getcaps):
22653           use GST_PAD_CAPS if available so that we use already negotiated
22654           caps
22655         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22656         (qtdemux_parse_moov), (qtdemux_parse):
22657           extra debugging
22658         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
22659         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
22660           move hardcoded path to DEFINE
22661
22662 2004-04-28  David Schleef  <ds@schleef.org>
22663
22664         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
22665         (bug #140064)
22666
22667 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22668
22669         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22670           Don't probe for playback device if we're a source element. Fixes
22671           #139658.
22672
22673 2004-04-29  Benjamin Otte  <otte@gnome.org>
22674
22675         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22676         (gst_id3_tag_chain):
22677           rewrite buffer offset
22678
22679 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22680
22681         * configure.ac:
22682         * ext/Makefile.am:
22683         * ext/dts/Makefile.am:
22684         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
22685         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
22686         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
22687         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
22688         (gst_dtsdec_loop), (gst_dtsdec_change_state),
22689         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
22690         (plugin_init):
22691         * ext/dts/gstdtsdec.h:
22692           New DTS decoder.
22693         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
22694         (gst_faad_srcconnect):
22695           Add ESDS atom handling (.m4a).
22696
22697 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22698
22699         * ext/divx/gstdivxdec.c: (plugin_init):
22700           Remove comment that makes no sense.
22701         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
22702           Fix for obvious typo that resulted in warnings during gst-register.
22703         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
22704         (gst_xviddec_sink_link):
22705           Fix caps negotiation a bit better.
22706         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
22707           We call this 'codec_data', not 'esds'.
22708
22709 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22710
22711         * gst/monoscope/gstmonoscope.c:
22712           make sure we only provide 256x128
22713         * gst/monoscope/monoscope.c: (monoscope_init):
22714           assert size of 256x128
22715
22716 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22717
22718         * Makefile.am:
22719         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
22720         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
22721           fixate to max width and height of device
22722
22723 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22724
22725         * Makefile.am:
22726         * sys/v4l/gstv4l.c:
22727         * sys/v4l/gstv4lsrc.c:
22728         * sys/v4l/v4l_calls.c:
22729         * sys/v4l/v4lsrc_calls.c:
22730           fix for qc-usb driver which fakes having more than one buffer
22731           by handing the same buffer twice, which confused GStreamer's/v4lsrc
22732           buffer_free override
22733           add debugging
22734
22735 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22736
22737         * Makefile.am:
22738         * gst/videotestsrc/gstvideotestsrc.c:
22739         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
22740         (gst_videotestsrc_init), (gst_videotestsrc_get),
22741         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
22742         * gst/videotestsrc/gstvideotestsrc.h:
22743           add num-buffers property
22744
22745         2004-04-26  Benjamin Otte  <otte@gnome.org>
22746
22747         * ext/mad/gstid3tag.c: (plugin_init):
22748           set id3mux rank to NONE so it doesn't confuse spider
22749           require audio/mpeg,mpegversion=1 in id3mux
22750
22751 2004-04-26  Benjamin Otte  <otte@gnome.org>
22752
22753         * configure.ac:
22754           detect faad correctly as non-working if it's indeed non-working
22755
22756 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22757
22758         * Makefile.am:
22759         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
22760         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
22761         fix _getcaps so it only negotiates to its supported format
22762
22763 2004-04-25  Benjamin Otte  <otte@gnome.org>
22764
22765         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
22766           fix memleak
22767
22768 2004-04-23  Benjamin Otte  <otte@gnome.org>
22769
22770         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
22771           audio/x-raw-int with height rules! not. Now it's depth.
22772
22773 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22774
22775         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
22776         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
22777         (gst_wavparse_loop):
22778           Missing variable initialization. Add handling of DVI ADPCM. Fix
22779           mis-parsing of LIST chunks. This works around a bug where we mis-
22780           parse non-aligning LIST chunks (so LIST chunks where the contents
22781           don't align with the actual LIST size). The correct fix is to use
22782           rifflib, I'm not going to fix wavparse - too much work. All this
22783           fixes #104878.
22784
22785 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22786
22787         reviewed by Benjamin Otte  <otte@gnome.org>
22788
22789         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
22790           fix shoutcast not working (fixes #140844)
22791
22792 2004-04-22  Benjamin Otte  <otte@gnome.org>
22793
22794         * ext/hermes/gsthermescolorspace.c:
22795         (gst_hermes_colorspace_caps_remove_format_info):
22796         * gst/colorspace/gstcolorspace.c:
22797         (gst_colorspace_caps_remove_format_info):
22798         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22799         (gst_ffmpegcolorspace_caps_remove_format_info):
22800           s/gst_caps_simplify/gst_caps_do_simplify/
22801
22802 2004-04-22  Benjamin Otte  <otte@gnome.org>
22803
22804         * gst-libs/gst/riff/riff-media.c:
22805         (gst_riff_create_video_caps_with_data):
22806           mpegversion is an int
22807         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
22808           don't try to create pad templates with NULL caps, use any caps
22809           instead.
22810
22811 2004-04-20  David Schleef  <ds@schleef.org>
22812
22813         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
22814         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
22815         (bug #140384)
22816
22817 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
22818
22819         reviewed by David Schleef
22820
22821         * ext/mad/gstid3tag.c: Add stdlib.h
22822         * gst/rtp/gstrtpgsmenc.c: same
22823         * gst/tags/gstid3tag.c: same
22824         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
22825         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
22826         GST_DISABLE_LOADSAVE use.
22827         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
22828         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
22829         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
22830         atol(3)).
22831         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
22832         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
22833         strtoul(3)).
22834         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
22835         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
22836         $(ID3_CFLAGS).
22837         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
22838         $(LIBFAME_CFLAGS).
22839
22840 2004-04-20  David Schleef  <ds@schleef.org>
22841
22842         * gst/realmedia/rmdemux.c:  This was supposed to part of the
22843         last checkin.  Same idea.
22844
22845 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
22846
22847         reviewed by David Schleef
22848
22849         * configure.ac: bump required gstreamer version to 0.8.1.1
22850         because of following changes [--ds]
22851
22852         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
22853         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
22854         (gst_riff_read_header):  Use GST_READ_UINT*
22855         macros to access possibly unaligned memory.
22856
22857         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
22858         (mp3_type_find):  Use GST_READ_UINT*
22859         macros to access possibly unaligned memory.
22860         (mp3_type_find, mpeg1_parse_header, qt_type_find)
22861         (speex_type_find): Likewise
22862
22863         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
22864
22865         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
22866         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
22867         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
22868         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
22869         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
22870         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
22871         macros to access possibly unaligned memory.
22872
22873         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
22874         Likewise.
22875
22876         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
22877         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
22878
22879         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22880         Likewise.
22881
22882         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
22883         (gst_mpeg2subt_chain_subtitle): Likewise.
22884
22885         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
22886         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
22887         Likewise.
22888
22889         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
22890         Likewise.
22891
22892         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
22893         Likewise.
22894
22895         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
22896         Likewise.
22897
22898 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22899
22900         * configure.ac:
22901           update required version of GStreamer because of GST_TIME_FORMAT
22902
22903 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22904
22905         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
22906           remove leftover g_print
22907         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22908           don't try setting only a subset of the caps. We don't want to kill
22909           autoplugging on purpose
22910
22911 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22912
22913         * sys/ximage/ximagesink.c: (plugin_init):
22914         * sys/xvimage/xvimagesink.c: (plugin_init):
22915           add debugging categories
22916
22917 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22918
22919         * po/en_GB.po:
22920         * po/LINGUAS:
22921           Adding en_GB translation (Gareth Owen)
22922
22923 2004-04-20  David Schleef  <ds@schleef.org>
22924
22925         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
22926         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
22927         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
22928         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
22929         A number of new features and hacks to extract the esds atom and
22930         put it into the caps.  (bug #137724)
22931
22932 2004-04-19  David Schleef  <ds@schleef.org>
22933
22934         * gconf/Makefile.am: Fix for non-GNU make
22935         * gst-libs/gst/Makefile.am: Change directory order to handle
22936         GstPlay linking with gstinterfaces
22937         * gst-libs/gst/audio/make_filter: make use of tr portable
22938         * gst-libs/gst/play/Makefile.am: Add intended \
22939         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22940         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
22941         function prototype instead of void *.
22942         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
22943         macro.
22944         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22945         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
22946         * gst/videofilter/make_filter: make use of tr portable
22947         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
22948
22949 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22950
22951         * po/LINGUAS:
22952         * po/uk.po:
22953           Added Ukrainian translation (Maxim V. Dziumanenko)
22954
22955 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22956
22957         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
22958         (gst_gsmdec_link), (gst_gsmdec_chain):
22959           Fix capsnego, simplify chain function slightly.
22960         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
22961           Add GSM.
22962
22963 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22964
22965         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22966         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
22967         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
22968           Hack to make wavparse work with spider (always -> sometimes pad).
22969           Fixes #135862 && #140411.
22970
22971 2004-04-18  Benjamin Otte  <otte@gnome.org>
22972
22973         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
22974         (gst_osselement_rate_probe_check),
22975         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
22976           get rid of \n in debug output
22977
22978 2004-04-17  Iain <iain@prettypeople.org>
22979
22980         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
22981         not just EOS.
22982
22983 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22984
22985         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
22986         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
22987         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
22988         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
22989         (gst_id3_tag_src_link), (gst_id3_tag_chain),
22990         (gst_id3_tag_change_state), (plugin_init):
22991           deprecate id3tag element and replace with id3demux/id3mux.
22992           great side effect: this ugly file is now even uglier, yay!
22993         * ext/mad/gstmad.h:
22994           remove non-available function
22995           update for new get_type
22996
22997 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22998
22999         * configure.ac:
23000           require mpeg2dec >= 0.4.0
23001
23002 2004-04-17  Benjamin Otte  <otte@gnome.org>
23003
23004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23005         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23006         (gst_xvimagesink_set_xwindow_id):
23007           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
23008           assorted cleanup fixes.
23009
23010 2004-04-16  David Schleef  <ds@schleef.org>
23011
23012         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
23013         * sys/xvimage/xvimagesink.h: same
23014
23015 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23016
23017         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
23018           Fix GST_ELEMENT_ERROR with (NULL)
23019
23020 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23021
23022         * gst-libs/gst/riff/riff-media.c:
23023         (gst_riff_create_video_caps_with_data):
23024           Add div[3456] as fourccs for DivX 3 (fixes #140137).
23025
23026 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23027
23028         * gst-libs/gst/riff/riff-media.c:
23029         (gst_riff_create_video_caps_with_data),
23030         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
23031         (gst_riff_create_video_template_caps),
23032         (gst_riff_create_audio_template_caps):
23033         * gst-libs/gst/riff/riff-media.h:
23034         * gst-libs/gst/riff/riff-read.c:
23035         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
23036         * gst-libs/gst/riff/riff-read.h:
23037         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23038           Add MS RLE support. I added some functions to read out strf chunks
23039           into strf chunks and the data behind it. This is usually color
23040           palettes (as in RLE, but also in 8-bit RGB). Also use those during
23041           caps creation. Lastly, add ADPCM (similar to wavparse - which
23042           should eventually be rifflib based).
23043         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23044         (gst_matroska_demux_init), (gst_matroska_demux_reset):
23045         * gst/matroska/matroska-demux.h:
23046           Remove placeholders for some prehistoric tagging system. Didn't add
23047           support for any tag system really anyway.
23048         * gst/qtdemux/qtdemux.c:
23049           Add support for audio/x-m4a (MPEG-4) through spider.
23050         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23051         (gst_wavparse_loop):
23052           ADPCM support (#135862). Increase max. buffer size because we
23053           cannot split buffers for ADPCM (screws references) and I've seen
23054           files with 2048 byte chunks. 4096 seems safe for now.
23055
23056 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23057
23058         * configure.ac: bump nano to 1
23059
23060 === release 0.8.1 ===
23061
23062 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23063
23064         * configure.ac: releasing 0.8.1, "Comforting Sounds"
23065
23066 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23067
23068         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
23069           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
23070           Fixes #140058
23071
23072 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23073
23074         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
23075           lower rank of dvddemux so that it's not used for mpeg playback.
23076
23077 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23078
23079         * configure.ac:
23080           save libs correctly when checking mad
23081
23082 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23083
23084         * ext/mad/gstid3tag.c: (plugin_init):
23085           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
23086
23087 2004-04-13  David Schleef  <ds@schleef.org>
23088
23089         * common/m4/gst-feature.m4: Call -config scripts with
23090         --plugin-libs if it is supported.
23091         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
23092         JPEG images are image/jpeg.
23093         * gst/debug/Makefile.am:
23094         * gst/debug/negotiation.c: (gst_negotiation_class_init),
23095         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
23096         (gst_negotiation_update_caps), (gst_negotiation_get_property),
23097         (gst_negotiation_plugin_init): Add a property that acts like
23098         filter caps.
23099         * testsuite/gst-lint:  Move license checking to be a standard
23100         test.
23101
23102 2004-04-13  David Schleef  <ds@schleef.org>
23103
23104         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
23105         patch from Sebastien Cote (bug #139958)
23106
23107 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23108
23109         * examples/gstplay/Makefile.am:
23110         * examples/gstplay/player.c: (main):
23111           make the commandline player example use gconf settings
23112
23113 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23114
23115         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
23116         (gst_cacasink_sinkconnect), (gst_cacasink_init),
23117         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
23118           init/end library during state transition, not object
23119           creation/disposal.  get rid of custom dispose handler.
23120
23121
23122 2004-04-12  Christian Schaller <Uraeus@gnome.org>
23123
23124         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
23125         be a symlink
23126
23127 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23128
23129         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
23130           Handle JUNK chunks inside data section. Prevents warnings.
23131
23132 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23133
23134         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23135         (gst_riff_create_video_template_caps):
23136           Add MS video v1.
23137         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23138         (gst_avi_demux_stream_data):
23139           Add support for "rec-list" chunks.
23140
23141 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23142
23143         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
23144           Fix another codecname mismatch.
23145
23146 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23147
23148         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
23149           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
23150           so that MJPEG plays back.
23151
23152 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23153
23154         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23155         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
23156         * gst/mpeg1videoparse/gstmp1videoparse.h:
23157           Fix for some slight mis-cuts in buffer parsing, and for some
23158           potential overflows or faults-causers. Adds disconts. Also fixes
23159           #139105 while we're at it.
23160
23161 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23162
23163         * configure.ac:
23164         * sys/v4l2/gstv4l2element.h:
23165           Workaround for missing struct v4l2_buffer declaration in Suse 9
23166           and Mandrake 10 linux/videodev2.h header file (#135919).
23167
23168 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23169
23170         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
23171           Bail out if no filename was given.
23172
23173 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23174
23175         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
23176         (gst_v4l2_fourcc_from_structure):
23177           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
23178           Y41B somewhere).
23179
23180 2004-04-09  Benjamin Otte  <otte@gnome.org>
23181
23182         * ext/gnomevfs/gstgnomevfssink.c:
23183         (_gst_boolean_allow_overwrite_accumulator),
23184         (gst_gnomevfssink_class_init):
23185           fix erase signal - if any handler returns false the file will not be
23186           overwritten. If no handler is connected, the file will not be
23187           overwritten either.
23188           renamed signal to "allow-overwrite"
23189         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
23190           free string when adding it to ID3 failed
23191         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23192           unref event when done
23193         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
23194           free caps
23195         * gst/typefind/gsttypefindfunctions.c:
23196         (mpeg_video_stream_type_find):
23197           fix invalid read
23198
23199 2004-04-08  David Schleef  <ds@schleef.org>
23200
23201         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23202         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
23203
23204 2004-04-08  David Schleef  <ds@schleef.org>
23205
23206         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
23207         we don't support (bug #139532)
23208
23209 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
23210
23211         * ext/mad/gstmad.c: (gst_mad_handle_event),
23212         (gst_mad_check_caps_reset), (gst_mad_chain),
23213         (gst_mad_change_state):
23214           only set explicit caps if they haven't been set before for
23215           this stream.  MPEG-audio sample rate/channels aren't allowed
23216           to change in-stream.
23217           Fixes #139382
23218
23219 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23220
23221         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
23222         (_gst_boolean_did_something_accumulator),
23223         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
23224         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
23225         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
23226         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
23227         (gst_gnomevfssink_change_state):
23228           Fix erase signal. Don't erase by default. Remove handoff signal.
23229           Remove erase property. Don't segfault. General cleanup.
23230
23231 2004-04-07  Benjamin Otte  <otte@gnome.org>
23232
23233         * gst-libs/gst/gconf/test-gconf.c: (main):
23234           add missing gst_init
23235
23236 2004-04-07  Benjamin Otte  <otte@gnome.org>
23237
23238         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
23239           free the mutexes, too
23240
23241 2004-04-07  Benjamin Otte  <otte@gnome.org>
23242
23243         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
23244           actually free the URI string
23245         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
23246           compute offset correctly when passing discont events
23247         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
23248           don't leak discont events
23249         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
23250           add some missing breaks so caps aren't copied randomly
23251         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
23252           if we realloc memory, we better use it
23253
23254 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23255
23256         * ext/mad/gstmad.c: (normal_seek):
23257           fix GST_FORMAT_TIME usage
23258
23259 2004-04-05  David Schleef  <ds@schleef.org>
23260
23261         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
23262         a deprecated function (hack!)
23263
23264 2004-04-05  Benjamin Otte  <otte@gnome.org>
23265
23266         * ext/esd/esdmon.c: (gst_esdmon_get):
23267           fix nonterminated vararg and memleak
23268
23269 2004-04-05  Benjamin Otte  <otte@gnome.org>
23270
23271         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
23272         (gst_ladspa_init), (gst_ladspa_force_src_caps),
23273         (gst_ladspa_set_property), (gst_ladspa_get_property),
23274         (gst_ladspa_instantiate), (gst_ladspa_activate),
23275         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
23276           clean up debugging
23277
23278 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
23279
23280         reviewed by Benjamin Otte  <otte@gnome.org>
23281
23282         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
23283           check for broken LADSPA parameters (fixes #138635)
23284
23285 2004-04-05  Benjamin Otte  <otte@gnome.org>
23286
23287         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
23288           advertise buffer-frames correctly on sinkpads
23289
23290 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23291
23292         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
23293         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
23294         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
23295         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
23296         (gst_mad_check_caps_reset), (gst_mad_chain):
23297         add more debugging, only reset caps when we're not in error state
23298
23299 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23300
23301         * ext/mad/gstmad.c: add debugging category, comment + cleanups
23302
23303 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
23304
23305         reviewed by Benjamin Otte  <otte@gnome.org>
23306
23307         * configure.ac:
23308           fix == in test(1) operator
23309
23310 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
23311
23312         reviewed by Benjamin Otte  <otte@gnome.org>
23313
23314         * configure.ac:
23315           fix --export-symblos-regex to a working regex.
23316
23317 2004-04-04  Benjamin Otte  <otte@gnome.org>
23318
23319         * sys/oss/.cvsignore:
23320           add for oss_probe
23321
23322 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
23323
23324         reviewed by Benjamin Otte  <otte@gnome.org>
23325
23326         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
23327           add missing 'new_media' argument (fixes #138168)
23328         * gst/matroska/matroska-demux.c:
23329         (gst_matroska_demux_handle_seek_event):
23330           add vararg terminator (fixes #138169)
23331
23332 2004-04-02  David Schleef  <ds@schleef.org>
23333
23334         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
23335         disted (bug #138914)
23336
23337 2004-04-01  Benjamin Otte  <otte@gnome.org>
23338
23339         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
23340         (gst_alsa_close_audio):
23341           handle case better where a soundcard can't pause
23342         * ext/ogg/gstoggdemux.c:
23343           don't crash when we get events but don't have pads yet
23344
23345 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23346
23347         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
23348           throw an error if we couldn't probe any caps.
23349
23350 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
23351
23352         * ext/dvdnav/gst-dvd:
23353         Add a really simple sample DVD player
23354
23355 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
23356
23357         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
23358         (gst_a52dec_push), (gst_a52dec_handle_event),
23359         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
23360         (gst_a52dec_change_state):
23361         * ext/a52dec/gsta52dec.h:
23362           Use a debug category, Output timestamps correctly
23363           Emit tag info, Handle events, tell liba52dec about cpu
23364           capabilities so it can use MMX etc.
23365         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
23366           Fix a crasher accessing invalid memory
23367         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
23368         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
23369         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
23370         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
23371         (dvdnavsrc_query):
23372           Some support for byte-format seeking.
23373           Small fixes for still frames and menu button overlays
23374         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
23375         (gst_mpeg2dec_alloc_buffer):
23376           Use a debug category. Adjust the report level of several items to
23377           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
23378           so it doesn't lose the GstBuffer pointer
23379         * gst/debug/Makefile.am:
23380         * gst/debug/gstdebug.c: (plugin_init):
23381         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
23382         (gst_navseek_base_init), (gst_navseek_class_init),
23383         (gst_navseek_init), (gst_navseek_seek),
23384         (gst_navseek_handle_src_event), (gst_navseek_set_property),
23385         (gst_navseek_get_property), (gst_navseek_chain),
23386         (gst_navseek_plugin_init):
23387         * gst/debug/gstnavseek.h:
23388           Add the navseek debug element for seeking back and forth in a
23389           video stream using arrow keys.
23390         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
23391         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
23392         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
23393         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
23394         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
23395         (gst_mpeg2subt_parse_header), (gst_get_nibble),
23396         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
23397         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
23398         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
23399         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
23400         * gst/mpeg2sub/gstmpeg2subt.h:
23401           Pretty much a complete rewrite. Now a loopbased element. May still
23402           require work to properly synchronise subtitle buffers.
23403         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
23404         (gst_dvd_demux_send_subbuffer):
23405         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
23406           Don't attempt to create subbuffers of size 0
23407           Reduce a couple of error outputs to warnings.
23408         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
23409         (gst_y4mencode_chain):
23410         Output the y4m frame header correctly.
23411
23412 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23413
23414         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
23415           throw errors instead of allowing SIGFPE
23416
23417 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23418
23419         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
23420         (gst_gconf_render_bin_from_key):
23421           leak plugging and style fixing
23422
23423 2004-03-31  David Schleef  <ds@schleef.org>
23424
23425         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
23426         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
23427         (bug #138225)
23428         * gst/debug/Makefile.am:
23429         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
23430         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
23431         plugin.
23432         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
23433         (gst_negotiation_base_init), (gst_negotiation_class_init),
23434         (gst_negotiation_init), (gst_negotiation_getcaps),
23435         (gst_negotiation_pad_link), (gst_negotiation_chain),
23436         (gst_negotiation_set_property), (gst_negotiation_get_property),
23437         (gst_negotiation_plugin_init):  New element to talk about random
23438         negotiation things happening in a pipeline.
23439
23440 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23441
23442         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
23443           fix integer addition with help of Stefan Kost
23444
23445 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23446
23447         * po/nl.po: updated Dutch translation (Elros Cyriatan)
23448
23449 2004-03-30  David Schleef  <ds@schleef.org>
23450
23451         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
23452         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
23453         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
23454         (bug #137504)
23455         * ext/mpeg2dec/gstmpeg2dec.h:
23456
23457 2004-03-30  David Schleef  <ds@schleef.org>
23458
23459         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
23460
23461 2004-03-30  David Schleef  <ds@schleef.org>
23462
23463         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
23464         Michael Petullo) to handle .mov
23465
23466 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23467
23468         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23469         (gst_osselement_rate_check_rate):
23470           probe caps correctly for sound cards that only support one format
23471
23472 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23473
23474         * ext/kio/kiosrc.cpp: (process_events):
23475           update handling event processing if inside KDE - untested
23476
23477 2004-03-29  David Schleef  <ds@schleef.org>
23478
23479         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
23480         by 2 to not interfere with other colorspaces.
23481         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
23482         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
23483         one to not interfere with ffmpeg_colorspace.
23484
23485 2004-03-29  David Schleef  <ds@schleef.org>
23486
23487         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
23488         aren't in the caps.
23489         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
23490         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
23491
23492 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23493
23494         * gst-libs/gst/riff/riff-media.c:
23495           fail on error, don't try to set stuff on NULL caps
23496
23497 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23498
23499         * configure.ac:
23500         * ext/Makefile.am:
23501         * ext/kio/Makefile.am:
23502         * ext/kio/kioreceiver.cpp:
23503         * ext/kio/kioreceiver.h:
23504         * ext/kio/kiosrc.cpp:
23505         * ext/kio/kiosrc.h:
23506           add experimental kiosrc plugin
23507         * ext/alsa/gstalsaplugin.c: (plugin_init):
23508           initialize debugging category only when we're sure registering the
23509           plugins worked.
23510
23511 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23512
23513         * examples/gstplay/player.c: (main):
23514         * gst-libs/gst/play/play.c: (gst_play_class_init),
23515         (gst_play_set_location), (gst_play_set_data_src),
23516         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23517         (gst_play_set_visualization), (gst_play_connect_visualization):
23518           check return values of element_set_state and return FALSE where
23519           failed
23520
23521 2004-03-29  Benjamin Otte  <otte@gnome.org>
23522
23523         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
23524           try harder to check if an event is really a discont
23525
23526 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23527
23528         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
23529         * po/az.po:
23530
23531 2004-03-28  Benjamin Otte  <otte@gnome.org>
23532
23533         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
23534         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23535         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
23536           get rid of non-standard "..." ranges in case statements.
23537
23538 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
23539
23540         * gst/mpegstream/gstmpegdemux.c:
23541         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
23542         specific functionality split to the new dvddemux element.
23543         * gst/mpegstream/gstdvddemux.c:
23544         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
23545         streams, derived from mpegdemux.
23546         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
23547         up. SCR based timestamp rewriting can be turned off (will probably
23548         completely disappear soon).
23549         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
23550         hacking. General cleanup. All printf statements replaced by
23551         debugging messages. Almost complete libdvdnav support.
23552         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
23553         by events. New properties for audio and subpicture languages.
23554         (dvdnavsrc_update_highlight): Now uses events.
23555         (dvdnavsrc_user_op): Cleaned up.
23556         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
23557         based). Lots of cleanup, and propper support for most libdvdnav
23558         events.
23559         (dvdnavsrc_make_dvd_event): New function.
23560         (dvdnavsrc_make_dvd_nav_packet_event): New function.
23561         (dvdnavsrc_make_clut_change_event): New function.
23562
23563 2004-03-26  Benjamin Otte  <otte@gnome.org>
23564
23565         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
23566           fix bug where typefinding would claim it's theora whenever less then
23567           7 bytes of data were available
23568
23569 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23570
23571         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
23572         (gst_alawdec_base_init), (gst_alawdec_class_init),
23573         (gst_alawdec_init), (gst_alawdec_chain):
23574         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
23575         (gst_alawenc_base_init), (gst_alawenc_class_init),
23576         (gst_alawenc_init), (gst_alawenc_chain):
23577         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
23578         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
23579         (gst_mulawdec_init), (gst_mulawdec_chain):
23580         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
23581         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
23582         (gst_mulawenc_init), (gst_mulawenc_chain):
23583           Fix capsnego in all four, remove the unused property functions and
23584           simplify the chain functions slightly. I guess we could use macros
23585           or something similar for those, since the code is so similar, but
23586           I'm currently too lazy...
23587
23588 2004-03-24  David Schleef  <ds@schleef.org>
23589
23590         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
23591         (gst_osselement_close_audio), (gst_osselement_probe_caps),
23592         (gst_osselement_get_format_structure),
23593         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
23594         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
23595         (gst_osselement_rate_int_compare): Add code to handle rate probing
23596         (bug #120883)
23597         * sys/oss/gstosselement.h: same
23598         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
23599         Use rate probing provided by osselement.
23600         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
23601
23602 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23603
23604         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
23605         (gst_xvidenc_get_property):
23606           ulong/int mess-up.
23607
23608 2004-03-24  David Schleef  <ds@schleef.org>
23609
23610         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
23611         (gst_speexdec_init):
23612         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
23613         (gst_speexenc_init):  Create the pad template correctly (from
23614         the static pad template, not a NULL pointer.)
23615
23616 2004-03-25  Benjamin Otte  <otte@gnome.org>
23617
23618         * gst/debug/Makefile.am:
23619         * gst/debug/breakmydata.c:
23620           add element that quasi-randomly changes bytes in the stream.
23621           Intended use is robustness checking of demuxers and decoders in
23622           media tests.
23623
23624 2004-03-24  Benjamin Otte  <otte@gnome.org>
23625
23626         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23627         (gst_alsa_probe_hw_params):
23628         * ext/alsa/gstalsa.h:
23629           debugging output fixes
23630
23631 2004-03-24  Benjamin Otte  <otte@gnome.org>
23632
23633         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
23634           don't g_return_if_fail if element is PLAYING, fail silently as every
23635           other element.
23636         * gst/effectv/gstquark.c: (gst_quarktv_chain):
23637           only fix needed for cast lvalue issues in gst-plugins
23638         * gst/volenv/gstvolenv.c: (gst_volenv_init):
23639           add proxy_getcaps
23640
23641 2004-03-24  Benjamin Otte  <otte@gnome.org>
23642
23643         * gst/level/gstlevel.c: (gst_level_init):
23644           add proxying getcaps function, so level doesn't advertise impossible
23645           caps
23646
23647 2004-03-24  David Schleef  <ds@schleef.org>
23648
23649         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23650         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
23651         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
23652         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
23653         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
23654         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
23655         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
23656         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
23657         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
23658         messages.  Divide the chunk size by the compression ratio
23659         (needed for MACE audio)
23660
23661 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23662
23663         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23664           Fix buffer overflow read error.
23665
23666 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23667
23668         * ext/alsa/gstalsa.h:
23669           Remove unused entry.
23670         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
23671           Add cinepak.
23672         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
23673         (gst_videodrop_link), (gst_videodrop_chain):
23674           Fix, sort of. Was horribly broken with new capsnego. Bah...
23675
23676 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
23677
23678         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
23679         (plugin_init):
23680         Add a monkeysaudio typefind function
23681
23682 2004-03-23  Johan Dahlin  <johan@gnome.org>
23683
23684         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
23685         (gst_play_video_fixate): Check so the structure has the field
23686         before trying to fixate them, this makes it possible to have
23687         fakesinks for video and audio output without printing errors on
23688         the output console.
23689
23690 2004-03-22  David Schleef  <ds@schleef.org>
23691
23692         * sys/oss/Makefile.am:
23693         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
23694         (check_rate), (add_rate):  Rate probing test app.
23695
23696 2004-03-21  Benjamin Otte  <otte@gnome.org>
23697
23698         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
23699         (_fixate_caps_to_int), (gst_audio_convert_fixate):
23700           add a fixation function that pretty much does the right thing (fixes
23701           #137556)
23702
23703 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
23704
23705         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
23706
23707 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
23708
23709         reviewed by: Benjamin Otte  <otte@gnome.org>
23710
23711         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23712           terminate gst_event_new_discontinuous correctly (fixes parts of
23713           #137711)
23714
23715 2004-03-19  David Schleef  <ds@schleef.org>
23716
23717         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
23718         since it doesn't depend on X, and it's part of our ABI.
23719
23720 2004-03-19  Iain <iain@prettypeople.org>
23721
23722         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
23723         is_int in the structure, not the local variable.
23724
23725 2004-03-19  David Schleef  <ds@schleef.org>
23726
23727         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
23728         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
23729         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
23730         Improvements in caps negotiation.
23731
23732 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23733
23734         * po/LINGUAS:
23735         * po/af.po:
23736           adding Afrikaans (Petri Jooste)
23737
23738 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23739
23740         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23741         (gst_ffmpegcolorspace_chain):
23742         throw error instead of g_critical (#137588)
23743
23744 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23745
23746         * Makefile.am:
23747         * configure.ac:
23748           dist common and m4 correctly
23749         * po/sv.po:
23750
23751 2004-03-17  David Schleef  <ds@schleef.org>
23752
23753         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
23754         (bug #137348)
23755
23756 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23757
23758         * po/LINGUAS:
23759         * po/sv.po:
23760           adding Swedish translation (Christian Rose)
23761
23762 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23763
23764         * Makefile.am: use release.mak
23765
23766 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23767
23768         * common/ChangeLog:
23769         * common/gst-autogen.sh:
23770           add some explanation about the version detection
23771         * configure.ac:
23772           fix X check
23773
23774 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23775
23776         * configure.ac: bump nano to 1
23777
23778 === release 0.8.0 ===
23779
23780 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23781
23782         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
23783
23784 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23785
23786         * configure.ac:
23787           update libtool version
23788         * gst-libs/gst/media-info/Makefile.am:
23789           actually use libtool version
23790
23791 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23792
23793         * configure.ac: fix speex detection to work with 1.0 but not 1.1
23794
23795 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23796
23797         * configure.ac:
23798         * gst-plugins.spec.in:
23799         * pkgconfig/Makefile.am:
23800         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23801         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23802         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23803         * pkgconfig/gstreamer-libs.pc.in:
23804         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
23805         * pkgconfig/gstreamer-play-uninstalled.pc.in:
23806         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
23807         * pkgconfig/gstreamer-plugins.pc.in:
23808           remove @VERSION@ from some of the pc files since core and plugins
23809           are decoupled.
23810           created gstreamer-plugins.pc as it's a better name, but keeping
23811           -libs around for now to get fixes upstream done first.
23812
23813 2004-03-15  Julien MOUTTE <julien@moutte.net>
23814
23815         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
23816         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
23817         * gst-libs/gst/play/play.h:
23818
23819 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23820
23821         * *.c, *.cc: don't mix tabs and spaces
23822
23823 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23824
23825         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
23826           use the new ffmpegcolorspace
23827         * gst-plugins.spec.in:
23828           package new colorspace and media-info
23829         * configure.ac:
23830         * pkgconfig/Makefile.am:
23831           fix some more disting issues
23832         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
23833         * pkgconfig/gstreamer-media-info.pc.in:
23834           generate media-info pc files
23835
23836 2004-03-15  Johan Dahlin  <johan@gnome.org>
23837
23838         * *.h: Revert indenting
23839
23840 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23841
23842         * configure.ac:
23843           adding ffmpegcolorspace element
23844         * gst/ffmpegcolorspace/Makefile.am:
23845         * gst/ffmpegcolorspace/avcodec.h:
23846         * gst/ffmpegcolorspace/common.h:
23847         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
23848         * gst/ffmpegcolorspace/dsputil.h:
23849         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
23850         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23851         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
23852         (gst_ffmpeg_caps_to_pix_fmt):
23853         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
23854         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23855         (gst_ffmpegcolorspace_caps_remove_format_info),
23856         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
23857         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
23858         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
23859         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
23860         (gst_ffmpegcolorspace_set_property),
23861         (gst_ffmpegcolorspace_get_property),
23862         (gst_ffmpegcolorspace_register):
23863         * gst/ffmpegcolorspace/imgconvert.c:
23864         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
23865         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
23866         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
23867         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
23868         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
23869         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
23870         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
23871         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
23872         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
23873         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
23874         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
23875         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
23876         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
23877         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
23878         (img_get_alpha_info), (deinterlace_line),
23879         (deinterlace_line_inplace), (deinterlace_bottom_field),
23880         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
23881         * gst/ffmpegcolorspace/imgconvert_template.h:
23882         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
23883         * gst/ffmpegcolorspace/mmx.h:
23884         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
23885           adding ffmpegcolorspace element supplied by Ronald after cleaning
23886           up and pulling in the right bits of upstream source.
23887           I'm sure a better C/compiler wizard could do some cleaning up (for
23888           example use GLIB's malloc stuff), but as a first pass this
23889           works very well
23890
23891 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23892
23893         * ext/alsa/gstalsa.h:
23894           I assume Ronald forgot to commit the change to have cardname
23895           as a struct member.  Expect some public spanking at the next
23896           opportunity.
23897
23898 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23899
23900         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
23901         (gst_alsa_open_audio), (gst_alsa_close_audio):
23902         * ext/alsa/gstalsa.c:
23903           Don't open the device if we're a mixer (= padless).
23904         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
23905         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
23906         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
23907           Open mixer during state change rather than during object
23908           initialization. Also, get a device name. Currently in a somewhat
23909           hackish fashion, but I didn't really find something better.
23910
23911 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23912
23913         * *.c, *.h: run gst-indent
23914
23915 2004-03-14  Benjamin Otte  <otte@gnome.org>
23916
23917         * gst/modplug/gstmodplug.cc:
23918         * gst/modplug/gstmodplug.h:
23919           set correct timestamps on outgoing buffers
23920
23921 2004-03-14  Benjamin Otte  <otte@gnome.org>
23922
23923         * gst/modplug/gstmodplug.cc:
23924           handle events - don't do crap when a discont arrives that's not
23925           necessary
23926           This allows correct loading and playback of mods in Rhythmbox
23927
23928 2004-03-14  Benjamin Otte  <otte@gnome.org>
23929
23930         * configure.ac:
23931         * gst-libs/gst/gconf/Makefile.am:
23932         * pkgconfig/Makefile.am:
23933           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
23934           they get rebuilt properly
23935         * configure.ac:
23936           when checking for vorbis, try pkgconfig first.
23937         * gst/modplug/gstmodplug.cc:
23938           add fixate function
23939
23940 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23941
23942         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23943           Fix for obvious mistake, where we first shift the offset and then
23944           read a samplesize element assuming the old offset. Note that this
23945           part still has something weird, i.e. my movies containing those
23946           don't actually play well, but at least there's something that looks
23947           like sound now.
23948
23949 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
23950         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
23951         (plugin_init):
23952         Add a typefind function for speex format
23953
23954 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23955
23956         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
23957         (gst_asf_demux_setup_pad):
23958           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
23959           instead of 0. Reason is simple: some elements have a fps range
23960           of 1-max instead of 0-max. So now ASF video actually works.
23961
23962 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23963
23964         * po/LINGUAS:
23965         * po/sr.po:
23966           adding serbian as a language
23967
23968 2004-03-13  Benjamin Otte  <otte@gnome.org>
23969
23970         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23971           return taglist correctly from _get function, don't gst_pad_push it.
23972           (fixes #137042)
23973
23974 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
23975         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
23976
23977 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23978
23979         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
23980         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
23981         (gst_alsa_mixer_track_new):
23982         * ext/alsa/gstalsamixertrack.h:
23983           Fix ancient leftovers... MixerTrack is a GObject.
23984
23985 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23986
23987         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
23988         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23989           Don't block during probing...
23990
23991 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23992
23993         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
23994         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
23995         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
23996         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
23997         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
23998         (gst_alsa_open_audio), (gst_alsa_close_audio):
23999         * ext/alsa/gstalsa.h:
24000           Add propertyprobe interface implementation, add some device-name
24001           property, all this so that it looks good in gnome-volume-control.
24002
24003 2004-03-12  David Schleef  <ds@schleef.org>
24004
24005         * configure.ac: the Hermes library controls hermescolorspace, not
24006         colorspace.
24007         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
24008         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
24009         not /* */
24010         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
24011         * ext/sdl/sdlvideosink.h: ditto.
24012         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
24013
24014 2004-03-12  Benjamin Otte  <otte@gnome.org>
24015
24016         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
24017         (gst_x_overlay_got_xwindow_id):
24018         * gst-libs/gst/xoverlay/xoverlay.h:
24019           replace XID with unsigned long to get rid of the xlibs dependency in
24020           XOverlay (fixes #137004)
24021
24022 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
24023         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
24024         (gst_agingtv_setup):
24025         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
24026         (gst_dicetv_base_init), (gst_dicetv_class_init),
24027         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
24028         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
24029         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
24030         (gst_edgetv_setup), (gst_edgetv_rgb32):
24031         * gst/effectv/gsteffectv.c:
24032         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
24033         (gst_quarktv_set_property):
24034         * gst/effectv/gstrev.c: (gst_revtv_get_type),
24035         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
24036         (gst_revtv_setup), (gst_revtv_rgb32):
24037         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
24038         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
24039         (gst_shagadelictv_init), (gst_shagadelictv_setup),
24040         (gst_shagadelictv_rgb32):
24041         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
24042         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
24043         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
24044         * gst/effectv/gstwarp.c:
24045         Port everything that can be ported to videofilter and fix up the caps.
24046         Can someone with a big-endian machine please check these?
24047
24048 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24049
24050         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
24051         (gst_osssink_chain), (gst_osssink_change_state):
24052           Latest fixes for A/V sync, audio playback and such. This is about
24053           all... MPEG playback issues are mostly related to the async build-
24054           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
24055
24056 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
24057
24058         patch from: Stephane Loeuillet
24059
24060         * configure.ac:
24061           use pkg-config for some libraries, falling back to the old .m4 way
24062           (fixes #131270)
24063         * m4/libdv.m4:
24064           removed
24065
24066 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
24067
24068         * configure.ac:
24069         * tools/Makefile.am:
24070         * tools/Makefile.in:
24071         * tools/gst-launch-ext-m.m:
24072         * tools/gst-launch-ext.1.in:
24073         * tools/gst-visualise-m.m:
24074         * tools/gst-visualise.1:
24075         * tools/gst-visualise.1.in:
24076           reorganizing generation of script tools
24077
24078 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24079
24080         * ext/divx/gstdivxdec.c:
24081           Downgrade priority. We prefer ffdec_mpeg4.
24082         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
24083         (gst_faad_chain), (gst_faad_change_state):
24084           Fix capsnego. Doesn't work for some sounds because we don't have
24085           a 5:1 to stereo element.
24086         * ext/xvid/gstxvid.c: (plugin_init):
24087           Add priority.
24088         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24089         (gst_osssink_change_state):
24090           Add discont handling.
24091
24092 2004-03-09  Colin Walters  <walters@verbum.org>
24093
24094         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
24095         conversion.
24096
24097 2004-03-09  Benjamin Otte  <otte@gnome.org>
24098
24099         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
24100           the signals take 2 arguments
24101
24102 2004-03-09  David Schleef  <ds@schleef.org>
24103
24104         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
24105         (gst_alsa_fixate): Add fixate function.  (bug #136686)
24106         * ext/alsa/gstalsa.h:
24107         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
24108
24109 2004-03-09  Benjamin Otte  <otte@gnome.org>
24110
24111         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
24112         (gst_mikmod_change_state):
24113         * ext/mikmod/gstmikmod.h:
24114           make mikmod's loop function not loop infinitely and call
24115           gst_element_yield anymore
24116         * gst/modplug/gstmodplug.cc:
24117           fix pad negotiation (fixes #136590)
24118
24119 2004-03-09  David Schleef  <ds@schleef.org>
24120
24121         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
24122         doesn't conflict with the internal colorspace plugin.
24123         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
24124         satisfy the crappy-ass shell shipped by a certain vendor.
24125         * gst/videofilter/make_filter: same (bug #135299)
24126
24127 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24128
24129         * configure.ac: bump nano to 1
24130
24131 === release 0.7.6 ===
24132
24133 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24134
24135         * configure.in: releasing 0.7.6, "There"
24136
24137 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24138
24139         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24140         * pkgconfig/gstreamer-play.pc.in:
24141           synchronize the two
24142
24143 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24144
24145         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
24146         (cdparanoia_open), (cdparanoia_event):
24147           fix/add error handling
24148         * po/POTFILES.in:
24149           add cdparanoia source
24150         * tools/Makefile.am:
24151           make scripts executable
24152
24153 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24154
24155         * configure.ac:
24156         * ext/vorbis/Makefile.am:
24157         * sys/Makefile.am:
24158           remove id3types, vorbisfile and xvideosink from the build (#133783)
24159
24160 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24161
24162         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24163           Fix metadata read crash (#136537).
24164
24165 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24166
24167         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24168         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
24169           adding mime types, fixing the one-stop function
24170
24171 2004-03-08  Christian Schaller <Uraeus@gnome.org>
24172
24173         * ext/nas/nassink.c and /ext/nas/nassink.h:
24174         More NAS love from Arwed von Merkatz
24175         So lets all sing 'Can you feel the NAS tonight'
24176
24177 2004-03-08  Christian Schaller <Uraeus@gnome.org>
24178
24179         * tools/gst-launch-ext.in:
24180         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
24181
24182 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24183
24184         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
24185         (gst_mpeg2dec_init):
24186         remove the user_data pad for now, because it is being used in
24187         fixating causing MPEG playback to fixate on 1000 Hz for playback.
24188         If someone knows how to fix this properly, please do.
24189
24190 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24191
24192         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
24193         (gst_osssink_get_time):
24194         add a warning, IMO this won't get triggered anymore, remove later
24195
24196 2004-03-07  David Schleef  <ds@schleef.org>
24197
24198         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
24199         format (bug #136470)
24200
24201 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24202
24203         * gst-libs/Makefile.am:
24204         * gst-libs/gst/media-info/Makefile.am:
24205         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
24206         (error_callback), (gst_media_info_error_create),
24207         (gst_media_info_error_element), (gmip_init), (gmip_reset),
24208         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
24209         * gst-libs/gst/media-info/media-info-priv.h:
24210         * gst-libs/gst/media-info/media-info-test.c: (main):
24211         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
24212         (gst_media_info_class_init), (gst_media_info_instance_init),
24213         (gst_media_info_set_source), (gst_media_info_read_with_idler),
24214         (gst_media_info_read_idler), (gst_media_info_read):
24215         * gst-libs/gst/media-info/media-info.h:
24216         fixed, should work now
24217
24218 2004-03-07  Christian Schaller <Uraeus@gnome.org>
24219
24220         * ext/nas/nassink.c:
24221         A bunch of NAS fixes from Arwed von Merkatz
24222
24223 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24224
24225         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
24226         (qtdemux_parse_trak):
24227           Fix crash (j might be greater than n_samples, in which case we're
24228           writing outside the allocated space for the array) and memleak.
24229
24230 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24231
24232         * sys/oss/gstosssink.c: (gst_osssink_chain):
24233           And another caller that couldn't handle delay < 0 (unsigned
24234           integer overflow). Video now continues playing on an audio
24235           buffer underrun, and the clock continues working. Audio still
24236           stalls.
24237
24238 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24239
24240         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
24241         (gst_osssink_get_time):
24242           get_delay() may return values lower than 0. In those cases, we
24243           should not actually cast to *unsigned* int64, that will break
24244           stuff horribly. In my case, it screwed up A/V sync in movies
24245           in totem rather badly.
24246
24247 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
24248
24249         * ext/faac/gstfaac.c: (gst_faac_chain):
24250         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24251         * ext/libpng/gstpngenc.c: (user_write_data):
24252         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
24253         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
24254         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
24255         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
24256         Fix several misuse of gst_buffer_merge (it doesn't take ownership
24257         of any buffer), should fix some leaks. I hope I didn't unref buffers
24258         that shouldn't be...
24259
24260 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
24261
24262         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
24263         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
24264         (error_callback), (gmi_reset), (gmi_seek_to_track),
24265         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
24266         (gmip_find_type_post), (gmip_find_stream_post),
24267         (gmip_find_track_streaminfo_post):
24268         * gst-libs/gst/media-info/media-info-priv.h:
24269         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
24270         (info_print), (main):
24271         * gst-libs/gst/media-info/media-info.c:
24272         (gst_media_info_error_create), (gst_media_info_error_element),
24273         (gst_media_info_instance_init), (gst_media_info_get_property),
24274         (gst_media_info_new), (gst_media_info_set_source),
24275         (gst_media_info_read_idler), (gst_media_info_read):
24276         * gst-libs/gst/media-info/media-info.h:
24277           first pass at making this work again.  This seems to work on
24278           tagged ogg/vorbis and mp3 files.
24279
24280 2004-03-06  Benjamin Otte  <otte@gnome.org>
24281
24282         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24283           fix huge leak: gst_buffer_merge doesn't unref the first argument
24284           itself.
24285
24286 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
24287
24288         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
24289           report layer/mode/emphasis
24290
24291 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
24292
24293         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
24294
24295 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
24296
24297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
24298           signal serial
24299
24300 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
24301
24302         * ext/vorbis/vorbis.c: (plugin_init):
24303         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
24304         (gst_vorbis_dec_init), (vorbis_dec_event):
24305         add debug category
24306         make vorbisdec handle _BYTE and _TIME queries
24307
24308 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
24309
24310         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
24311           from the xing header
24312
24313 2004-03-06  Benjamin Otte  <otte@gnome.org>
24314
24315         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
24316         (gst_audio_convert_link), (gst_audio_convert_change_state),
24317         (gst_audio_convert_buffer_from_default_format):
24318           do conversions from/to float correctly, fix some caps nego errors,
24319           export correct supported caps in template and getcaps, use correct
24320           caps in try_set_caps functions
24321
24322 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
24323
24324         For some reason, I only committed a ChangeLog entry yesterday and
24325         not the corresponding code...
24326         * ext/mad/gstmad.c: Fix detection of Xing headers
24327         * gst/tags/gstid3tag.c: Changes to support TLEN tags
24328
24329 2004-03-06  Benjamin Otte  <otte@gnome.org>
24330
24331         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
24332         (gst_ogg_demux_src_query):
24333           make sure to handle the case where there's no current chain
24334           gracefully.
24335
24336 2004-03-05  David Schleef  <ds@schleef.org>
24337
24338         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
24339         Add fixate function. (bug #131128)
24340         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
24341         (gst_sdlvideosink_fixate):  Add fixate function.
24342         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24343         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
24344         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
24345         Fix missing break that was causing ulaw to be interpreted as
24346         raw int.
24347
24348 2004-03-05  David Schleef  <ds@schleef.org>
24349
24350         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
24351         Fix code that ignores return value of gst_buffer_merge().
24352         (bug #114560)
24353         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
24354         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
24355         * testsuite/gst-lint:  Check for above.
24356
24357 2004-03-05  David Schleef  <ds@schleef.org>
24358
24359         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
24360         caps and throw an element error.  (bug #136334)
24361
24362 2004-03-05  David Schleef  <ds@schleef.org>
24363
24364         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
24365         (gst_faad_chain): Fix negotiation.
24366         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
24367         key and button events.
24368         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
24369         dung heap of code.
24370         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
24371         depends on gconf
24372         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
24373         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
24374         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
24375         function to encourage better negotiation, particularly between
24376         audioconvert and osssink.
24377         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
24378         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
24379         more important.
24380         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
24381         typefinding.
24382         * gst/vbidec/vbiscreen.c:  Add glib header
24383         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
24384
24385 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
24386
24387         * ext/mad/gstmad.c: Fix detection of Xing headers
24388         * gst/tags/gstid3tag.c: Changes to support TLEN tags
24389
24390 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
24391
24392         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
24393         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
24394           debug updates
24395
24396 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
24397
24398         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24399         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
24400         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
24401         files, and report the parsed length as a GST_TAG_DURATION tag.
24402         * gst/tags/gstid3tag.c: support TLEN (duration) tag
24403
24404 2004-03-05  Benjamin Otte  <otte@gnome.org>
24405
24406         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
24407           convert channels correctly. convert correctly to unsigned.
24408
24409 2004-03-05  Julien MOUTTE <julien@moutte.net>
24410
24411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
24412         we have a window before clearing it.
24413
24414 2004-03-05  Julien MOUTTE <julien@moutte.net>
24415
24416         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
24417         have a window before clearing it.
24418
24419 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24420
24421         * gconf/gstreamer.schemas.in:
24422         * gst-libs/gst/gconf/Makefile.am:
24423           version installation path the same way as for 0.6
24424         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24425         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24426         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24427           remove comment that was fixed
24428
24429 2004-03-05  David Schleef  <ds@schleef.org>
24430
24431         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
24432         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
24433         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
24434         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
24435         Add prototype code for handling seeking and querying.
24436
24437 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24438
24439         * examples/gstplay/player.c: (main):
24440           Initialize variables to NULL. Prevents a segfault because the
24441           (uninitialized) variable is not NULL, resulting in a crash on
24442           trying to reach error->message.
24443
24444 2004-03-05  Benjamin Otte  <otte@gnome.org>
24445
24446         * gst/audioconvert/gstaudioconvert.c:
24447         (gst_audio_convert_buffer_to_default_format):
24448         make float=>int conversion work correctly even in cornercases.
24449
24450 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
24451
24452         * debian/README.Debian:
24453         * debian/build-deps:
24454         * debian/changelog:
24455         * debian/control:
24456         * debian/control.in:
24457         * debian/copyright:
24458         * debian/gstreamer-a52dec.files:
24459         * debian/gstreamer-aa.files:
24460         * debian/gstreamer-alsa.files:
24461         * debian/gstreamer-alsa.manpages:
24462         * debian/gstreamer-arts.files:
24463         * debian/gstreamer-artsd.files:
24464         * debian/gstreamer-audiofile.files:
24465         * debian/gstreamer-avifile.files:
24466         * debian/gstreamer-cdparanoia.files:
24467         * debian/gstreamer-colorspace.files:
24468         * debian/gstreamer-doc.files:
24469         * debian/gstreamer-dv.files:
24470         * debian/gstreamer-dvd.files:
24471         * debian/gstreamer-esd.files:
24472         * debian/gstreamer-festival.files:
24473         * debian/gstreamer-flac.files:
24474         * debian/gstreamer-gconf.conffiles:
24475         * debian/gstreamer-gconf.files:
24476         * debian/gstreamer-gconf.postinst:
24477         * debian/gstreamer-gnomevfs.files:
24478         * debian/gstreamer-gsm.files:
24479         * debian/gstreamer-http.files:
24480         * debian/gstreamer-jack.files:
24481         * debian/gstreamer-jpeg.files:
24482         * debian/gstreamer-mad.files:
24483         * debian/gstreamer-mikmod.files:
24484         * debian/gstreamer-misc.files:
24485         * debian/gstreamer-mpeg2dec.files:
24486         * debian/gstreamer-oss.files:
24487         * debian/gstreamer-plugin-apps.files:
24488         * debian/gstreamer-plugin-apps.manpages:
24489         * debian/gstreamer-plugin-libs-dev.files:
24490         * debian/gstreamer-plugin-libs.files:
24491         * debian/gstreamer-plugin-template.postinst:
24492         * debian/gstreamer-plugin-template.postrm:
24493         * debian/gstreamer-sdl.files:
24494         * debian/gstreamer-sid.files:
24495         * debian/gstreamer-vorbis.files:
24496         * debian/gstreamer-x.files:
24497         * debian/mk.control:
24498         * debian/rules:
24499         Debian package info not maintained here.
24500
24501 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
24502
24503         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
24504         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
24505         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
24506         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
24507         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
24508         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
24509         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
24510         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
24511         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
24512         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
24513         * gst-libs/gst/colorbalance/colorbalance.c:
24514         (gst_color_balance_class_init):
24515         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24516         (gst_color_balance_channel_class_init):
24517         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
24518         * gst-libs/gst/play/play.c: (gst_play_class_init):
24519         * gst-libs/gst/propertyprobe/propertyprobe.c:
24520         (gst_property_probe_iface_init):
24521         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
24522         * gst-libs/gst/tuner/tunerchannel.c:
24523         (gst_tuner_channel_class_init):
24524         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
24525         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
24526         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
24527         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
24528         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
24529         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24530         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24531         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
24532         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
24533           fix signals to use - instead of _
24534         * ext/libcaca/gstcacasink.h:
24535         * ext/sdl/sdlvideosink.h:
24536           fix header rename
24537
24538 2004-03-04  David Schleef  <ds@schleef.org>
24539
24540         * testsuite/gst-lint:  Add a check for bad signal names.
24541
24542 2004-03-04  <kost@imn.htwk-leipzig.de>
24543
24544         reviewed by David Schleef
24545
24546         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
24547         modified the alpha channel and caused a warning. (bug #136192)
24548
24549 2004-04-03  Christian Schaller <Uraeus@gnome.org>
24550
24551         * gst-plugins.spec.in:
24552         Change names of plugins to actually be correct. Try to keep things
24553         alphabetical to avoid getting beat up by Thomas
24554
24555 2004-03-03  Julien MOUTTE <julien@moutte.net>
24556
24557         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
24558         Using ximagesink as a default if no gconf key found. We should
24559         probably consider using alsasink instead of osssink for the audio
24560         part.
24561
24562 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24563
24564         * configure.ac:
24565           fix --with-plugins, don't think it ever worked before
24566         * gst-plugins.spec.in:
24567           even more updates
24568
24569 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24570
24571         * ext/sdl/sdlvideosink.h:
24572         * sys/ximage/ximagesink.h:
24573         * sys/xvideo/xvideosink.h:
24574         * sys/xvimage/xvimagesink.h:
24575           Fix for move of gstvideosink.h -> videosink.h.
24576
24577 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24578
24579         * gst-libs/gst/xwindowlistener/Makefile.am:
24580           this is a plugin library, not a library
24581
24582 2004-03-01  David Schleef  <ds@schleef.org>
24583
24584         * AUTHORS:  Added some names.  Add yourself if you're still
24585         missing.
24586
24587 2004-03-01  David Schleef  <ds@schleef.org>
24588
24589         * MAINTAINERS: Add
24590
24591 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24592
24593         * gst-plugins.spec.in: clean up spec file
24594
24595 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24596
24597         * gst-libs/gst/video/Makefile.am:
24598         * gst-libs/gst/video/gstvideosink.c:
24599         * gst-libs/gst/video/gstvideosink.h:
24600           rename gstvideosink.h to videosink.h to match other headers
24601         * gst/mixmatrix/Makefile.am:
24602           fix plugin filename
24603         * gst/tags/Makefile.am: fix plugin filename
24604
24605 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24606
24607         * gst/tags/Makefile.am: fix plugin filename
24608
24609 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24610
24611         * examples/gstplay/player.c: (got_time_tick), (main):
24612           add error handler
24613           display time_tick more readably
24614         * gst/mixmatrix/Makefile.am:
24615           fix plugin file name
24616
24617 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
24618
24619         * sys/oss/gstosselement.c: (gst_osselement_probe),
24620         (device_combination_append), (gst_osselement_class_probe_devices):
24621         * sys/oss/gstosselement.h:
24622           Reworked enumeration of oss dsps and mixers so that gst-mixer works
24623           on my system using alsa oss emulation, fixes bug #135597
24624
24625 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24626
24627         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
24628         (gst_videodrop_chain), (gst_videodrop_change_state):
24629         * gst/videodrop/gstvideodrop.h:
24630           Work based on timestamp of input data, not based on the expected
24631           framerate from the input. The consequence is that this element now
24632           not only scales framerates, but also functions as a framerate
24633           corrector or framerate stabilizer/constantizer.
24634
24635 2004-02-27  David Schleef  <ds@schleef.org>
24636
24637         patches from jmmv@menta.net (Julio M. Merino Vidal)
24638
24639         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
24640         GST_ELEMENT_ERROR call (bug #135634)
24641         * gst/interleave/interleave.c: (interleave_buffered_loop),
24642         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
24643         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
24644         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
24645         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
24646         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
24647         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24648         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
24649         Fix GST_ELEMENT_ERROR call.
24650         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
24651         GST_ELEMENT_ERROR call.
24652
24653 2004-02-27  Benjamin Otte  <otte@gnome.org>
24654
24655         * gst-libs/gst/audio/audio.h:
24656           add macro to make sure header isn't included twice
24657         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24658           don't use gst_buffer_free
24659         * gst/playondemand/filter.func:
24660           don't use gst_data_free. Free data only once.
24661
24662 2004-02-26  David Schleef  <ds@schleef.org>
24663
24664         * gst-libs/gst/colorbalance/Makefile.am:
24665         * gst-libs/gst/mixer/Makefile.am:
24666         * gst-libs/gst/tuner/Makefile.am:
24667         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
24668         should not be disted, -marshal.h files should not be installed,
24669         and -enum.h files _should_ be installed.  Fix to make this the
24670         case.
24671
24672 === release 0.7.5 ===
24673
24674 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24675
24676         * configure.ac: release 0.7.5, "Under The Sea"
24677
24678 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24679
24680         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
24681         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
24682         * gst/videoscale/gstvideoscale.c:
24683         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24684           assorted debug/warning fixes
24685
24686 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24687
24688         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
24689         (gst_videoscale_init), (gst_videoscale_chain),
24690         (gst_videoscale_set_property), (plugin_init):
24691         * gst/videoscale/gstvideoscale.h:
24692         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
24693         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
24694         (gst_videoscale_planar400), (gst_videoscale_packed422),
24695         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
24696         (gst_videoscale_24bit), (gst_videoscale_16bit),
24697         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
24698         (gst_videoscale_scale_plane_slow),
24699         (gst_videoscale_scale_point_sample),
24700         (gst_videoscale_scale_nearest),
24701         (gst_videoscale_scale_nearest_str2),
24702         (gst_videoscale_scale_nearest_str4),
24703         (gst_videoscale_scale_nearest_32bit),
24704         (gst_videoscale_scale_nearest_24bit),
24705         (gst_videoscale_scale_nearest_16bit):
24706         add debugging category and use it properly
24707         fix use of GST_PTR_FORMAT
24708
24709 2004-02-25  Andy Wingo  <wingo@pobox.com>
24710
24711         * gst/interleave/interleave.c (interleave_buffered_loop): Always
24712         push only when channel->buffer is NULL. Prevents segfaults doing
24713         the state change after a nonlocal exit, like a scheme exception.
24714
24715         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24716         Handle the case where the intersected caps is empty.
24717
24718 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24719
24720         * gst/law/mulaw-decode.c: (mulawdec_link):
24721         * gst/law/mulaw.c: (plugin_init):
24722           fix mulawdec so it actually works again
24723
24724 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
24725
24726         reviewed by: David Schleef  <ds@schleef.org>
24727
24728         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
24729         (gst_gamma_init), (gst_gamma_set_property),
24730         (gst_gamma_get_property), (gst_gamma_calculate_tables),
24731         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
24732         for RGB, with separate r g and b correction factors. (#131167)
24733
24734 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24735
24736         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24737           only signal tags for bitrate if they're > 0 (#134894)
24738
24739 2004-02-24  David Schleef  <ds@schleef.org>
24740
24741         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
24742         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
24743         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
24744         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
24745         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
24746         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
24747         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
24748         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
24749         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
24750         category.  Attempt to fix timestamp calculation.
24751
24752 2004-02-24  Johan Dahlin  <johan@gnome.org>
24753
24754         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
24755
24756 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24757
24758         * configure.ac:
24759         * gconf/Makefile.am:
24760         * gconf/gstreamer.schemas:
24761         * gst-libs/gst/gconf/Makefile.am:
24762         * gst-libs/gst/gconf/gconf.c:
24763           version gconf schemas and install locations
24764
24765 2004-02-23  Benjamin Otte  <otte@gnome.org>
24766
24767         * ext/xine/xineinput.c: (gst_xine_input_dispose):
24768         (gst_xine_input_subclass_init):
24769           call parent dispose.
24770           change pad template for CD reader correctly
24771         * ext/xine/Makefile.am:
24772         * ext/xine/gstxine.h:
24773         * ext/xine/xine.c: (plugin_init):
24774         * ext/xine/xineaudiosink.c:
24775           wrap audio sinks, too
24776         * gst-libs/gst/resample/private.h:
24777         * gst-libs/gst/resample/resample.c: (gst_resample_init),
24778         (gst_resample_reinit), (gst_resample_scale),
24779         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
24780         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
24781         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
24782         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
24783         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
24784         * gst-libs/gst/resample/resample.h:
24785         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
24786         (gst_audioscale_class_init), (gst_audioscale_link),
24787         (gst_audioscale_get_buffer), (gst_audioscale_init),
24788         (gst_audioscale_chain), (gst_audioscale_set_property),
24789         (gst_audioscale_get_property):
24790         * gst/audioscale/gstaudioscale.h:
24791           s/resample_*/gst_resample_*/i to not clobber namespaces
24792
24793 2004-02-23  Julien MOUTTE  <julien@moutte.net>
24794
24795         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24796         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24797         (gst_riff_create_video_template_caps),
24798         (gst_riff_create_audio_template_caps),
24799         (gst_riff_create_iavs_template_caps):
24800         * gst-libs/gst/riff/riff-media.h:
24801         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
24802         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
24803         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
24804         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
24805         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
24806         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
24807         (gst_matroska_demux_plugin_init): First batch implementing audio and
24808         video codec tags in demuxers.
24809
24810 2004-02-22  Benjamin Otte  <otte@gnome.org>
24811
24812         * ext/xine/Makefile.am:
24813         * ext/xine/gstxine.h:
24814         * ext/xine/xine.c: (plugin_init):
24815         * ext/xine/xineinput.c:
24816           add input plugin wrapper. Playback from files, http, mms and cdda
24817           works.
24818         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
24819           remove leftover G_GNUC_UNUSED
24820         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
24821         (gst_asf_demux_identify_guid):
24822           improve debugging output
24823
24824 2004-02-22  Benjamin Otte  <otte@gnome.org>
24825
24826         reported by: Padraig O'Briain <padraig.obriain@sun.com>
24827
24828         * autogen.sh:
24829           replace test -e with test -x for mkinstalldirs to be more portable.
24830           (fixes #134816)
24831
24832 2004-02-22  Benjamin Otte  <otte@gnome.org>
24833
24834         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
24835
24836         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
24837           set rank to PRIMARY
24838         * gst/volume/gstvolume.c: (plugin_init):
24839           set rank to NONE
24840         fixes #134960
24841
24842 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
24843
24844         reviewed by Benjamin Otte  <otte@gnome.org>
24845
24846         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
24847           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
24848
24849 2004-02-22  Benjamin Otte  <otte@gnome.org>
24850
24851         * configure.ac:
24852           export [_]*{gst,Gst,GST}.* symbols from plugins
24853
24854 2004-02-22  Christophe Fergeau <teuf@gnome.org>
24855
24856         reviewed by: Benjamin Otte  <otte@gnome.org>
24857
24858         * ext/lame/gstlame.c: (add_one_tag):
24859         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24860         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
24861         (gst_vorbisenc_metadata_set1):
24862         * gst/tags/gstid3tag.c:
24863         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
24864           apply fixes from bugs #135042 (lame can't write tags) and #133817
24865           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
24866
24867 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
24868
24869         * configure.ac: Export only gst_plugin_desc from plugins.
24870          Note that this change only makes any effect with Linux using libtool
24871          1.5.2 or higher. Otherwise it is silently ignored, but it would build
24872          fine. And don't try to have several versions of libtool in different
24873          directories.
24874
24875 2004-02-20  Andy Wingo  <wingo@pobox.com>
24876
24877         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
24878         interleave respectively.
24879
24880         * gst/interleave/deinterleave.c: New plugin: deinterleave
24881         (replaces on oneton).
24882         * gst/interleave/interleave.c: New plugin: interleave.
24883         * gst/interleave/plugin.h: Support file.
24884         * gst/interleave/plugin.c: Support file.
24885
24886         * configure.ac: Remove intfloat and oneton, add interleave.
24887
24888         * ext/sndfile/gstsf.c: Handle events better.
24889
24890         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
24891         and float2int operation. int2float has scheduling problems as
24892         noted in in2float_chain.
24893
24894 2004-02-20  Benjamin Otte  <otte@gnome.org>
24895
24896         * ext/xine/Makefile.am:
24897         * ext/xine/gstxine.h:
24898         * ext/xine/xine.c:
24899         * ext/xine/xineaudiodec.c:
24900         * ext/xine/xinecaps.c:
24901           add first version of xine plugin wrapper. Currently only wraps the
24902           QDM2 win32 DLL, and even that only in proof-of-concept quality.
24903         * configure.ac:
24904         * ext/Makefile.am:
24905           add xine plugin wrapper, disabled by default. Use --enable-xine to
24906           build. Note that it'll segfault on gst-register if you don't remove
24907           the goom and tvtime post plugins from xine.
24908         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
24909         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
24910           add extradata parsing for QDM2.
24911           change around debugging prints.
24912
24913 2004-02-19  Benjamin Otte  <otte@gnome.org>
24914
24915         * ext/lame/gstlame.c: (gst_lame_chain):
24916         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24917           use gst_tag_list_insert when you want to insert tags
24918
24919 2004-02-18  David Schleef  <ds@schleef.org>
24920
24921         * configure.ac:  Move massink to gst-rotten
24922         * ext/Makefile.am:
24923         * ext/mas/Makefile.am:
24924         * ext/mas/massink.c:
24925         * ext/mas/massink.h:
24926
24927 2004-02-18  David Schleef  <ds@schleef.org>
24928
24929         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
24930         typefinding, since it seems to be worse than nothing.
24931         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
24932         atom to recognize .mp4 and .m4a files as video/quicktime.
24933
24934 2004-02-18  David Schleef  <ds@schleef.org>
24935
24936         * gst/sine/demo-dparams.c: (quit_live),
24937         (dynparm_log_value_changed), (dynparm_value_changed), (main):
24938         Use double dparams, not float.
24939         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24940         (gst_sinesrc_init): Change sync default to FALSE, since multiple
24941         sync'd elements don't really work correctly.
24942         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
24943         (volume_update_volume), (volume_get_property):  Change dparam
24944         to double.
24945
24946 2004-02-18  Julien MOUTTE  <julien@moutte.net>
24947
24948         * sys/ximage/ximagesink.c:
24949         (gst_ximagesink_xwindow_update_geometry),
24950         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
24951         (gst_ximagesink_change_state), (gst_ximagesink_expose),
24952         (gst_ximagesink_init): Rework the way software video scaling works. So
24953         now we check on each chain call if the video frames are feeling the
24954         window. If not we try to renegotiate caps. On failure we memorize that
24955         and we won't try again for that PLAYING sessions.
24956         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
24957         failure.
24958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
24959         synchronous flag.
24960
24961 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24962
24963         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
24964           break up _link so we can give a better debug message for errors
24965
24966 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24967
24968         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
24969           set up debug category
24970
24971 2004-02-18  Julien MOUTTE <julien@moutte.net>
24972
24973         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24974         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
24975         the way renegotiation work. The event handling function is not taking
24976         care of external windows and renegotiate method check for pad flags
24977         NEGOTIATING. Should fix : #133209
24978
24979 2004-02-17  Julien MOUTTE  <julien@moutte.net>
24980
24981         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
24982         pad is negotiating before trying renegotiation.
24983
24984 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24985
24986         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
24987           pass on all possible mime types as typefind hints
24988
24989 2004-02-17  Julien MOUTTE <julien@moutte.net>
24990
24991         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
24993         possible SHM leak if we crash. All other apps using XShm are doing
24994         that.
24995
24996 2004-02-17  Julien MOUTTE  <julien@moutte.net>
24997
24998         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24999         (gst_ximagesink_expose): Renegotiate size on expose.
25000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
25001         size on expose.
25002
25003 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25004
25005         * testsuite/alsa/sinesrc.c:
25006           cosmetic fix to fix compile issue with gcc 2.95.4
25007
25008 2004-02-16  Julien MOUTTE <julien@moutte.net>
25009
25010         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25011         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
25012         failed opening the audio device.
25013         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25014         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
25015         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
25016         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
25017         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
25018         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
25019         (gst_ximagesink_change_state), (gst_ximagesink_chain),
25020         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
25021         Removing some useless g_return_if_fail like wingo suggested.
25022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25023         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
25024         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
25025         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
25026         (gst_xvimagesink_update_colorbalance),
25027         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
25028         (gst_xvimagesink_xcontext_clear),
25029         (gst_xvimagesink_get_fourcc_from_caps),
25030         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
25031         (gst_xvimagesink_set_xwindow_id),
25032         (gst_xvimagesink_colorbalance_list_channels),
25033         (gst_xvimagesink_colorbalance_set_value),
25034         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
25035         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
25036
25037 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
25038
25039         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
25040           throw error when not negotiated instead of asserting
25041
25042 2004-02-15  Julien MOUTTE  <julien@moutte.net>
25043
25044         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
25045         correct data refcounting.
25046
25047 2004-02-15  Julien MOUTTE  <julien@moutte.net>
25048
25049         * gst/switch/gstswitch.c: (gst_switch_change_state),
25050         (gst_switch_class_init): Cleaning the sinkpads correctly on state
25051         change, mostly the EOS flag.
25052
25053 2004-02-15  Julien MOUTTE  <julien@moutte.net>
25054
25055         * examples/gstplay/player.c: (got_eos), (main): Adding some
25056         output for debugging.
25057         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
25058         timeouts if we go to any state different from PLAYING.
25059         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
25060         more EOS bugs in riff lib.
25061
25062 2004-02-14  Julien MOUTTE  <julien@moutte.net>
25063
25064         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
25065         visualization until i find a way to fix switch correctly.
25066         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
25067         EOS arrives.
25068         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25069         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25070         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
25071         Reworked switch to get a more correct behaviour with events and refing
25072         of data stored in sinkpads.
25073         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
25074         we don't pull from a pad in EOS.
25075
25076 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25077
25078         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25079           remove v1 tag even if we can't read it (makes sure we don't detect
25080           it again)
25081
25082 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25083
25084         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
25085         (gst_alsa_xrun_recovery):
25086         * ext/alsa/gstalsa.h:
25087           try xrun recovery when wait failed. Make xrun recovery function
25088           return TRUE/FALSE to indicate success. (might fix #134354)
25089
25090 2004-02-13  David Schleef  <ds@schleef.org>
25091
25092         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
25093         (dynparm_value_changed), (main): Convert from float to double.
25094         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
25095
25096 2004-02-13  David Schleef  <ds@schleef.org>
25097
25098         * gst/silence/gstsilence.c: (gst_silence_class_init),
25099         (gst_silence_set_clock), (gst_silence_get),
25100         (gst_silence_set_property), (gst_silence_get_property):
25101         * gst/silence/gstsilence.h: Add sync property.
25102         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25103         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
25104         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
25105         * gst/sine/gstsinesrc.h: Add sync property.
25106
25107 2004-02-13  David Schleef  <ds@schleef.org>
25108
25109         * gst/intfloat/gstint2float.c: (conv_f32_s16),
25110         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
25111
25112 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25113
25114         * configure.ac:
25115         * ext/Makefile.am:
25116         * gst-libs/ext/Makefile.am:
25117           move ffmpeg plugin to gst-ffmpeg module
25118
25119 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25120
25121         * configure.ac: use GST_ARCH to detect architecture
25122
25123 2004-02-12  Julien MOUTTE  <julien@moutte.net>
25124
25125         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
25126
25127 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25128
25129         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
25130           classify LADSPA plugins based on number of src/sink pads
25131           (#133663, Stefan Kost)
25132         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
25133           fix dparams registration
25134           (#133528, Stefan Kost)
25135         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
25136           fix use of isprint and use g_ascii_isprint instead
25137           (#133316, Stefan Kost)
25138
25139 2004-02-11  David Schleef  <ds@schleef.org>
25140
25141         Convert a few inner loops to use liboil.  This is currently
25142         optional, and is only enabled if liboil is present (duh!).
25143         * configure.ac: Check for liboil-0.1
25144         * gst/intfloat/Makefile.am:
25145         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
25146         (gst_int2float_chain_gint16):
25147         * gst/videofilter/Makefile.am:
25148         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
25149         (tablelookup_u8), (gst_videobalance_planar411):
25150         * gst/videotestsrc/Makefile.am:
25151         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
25152         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
25153         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
25154         (paint_hline_RGB565), (paint_hline_xRGB1555):
25155
25156 2004-02-11  David Schleef  <ds@schleef.org>
25157
25158         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
25159         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
25160         (gst_colorspace_getcaps), (gst_colorspace_link),
25161         (gst_colorspace_base_init), (gst_colorspace_init),
25162         (gst_colorspace_chain), (gst_colorspace_change_state),
25163         (plugin_init): Merge Ronald's patch (bug #117897) and update
25164         for new caps and negotiation.  Seems to work, although it
25165         shows off bugs in lcs.
25166
25167 2004-02-11  David Schleef  <ds@schleef.org>
25168
25169         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
25170         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
25171
25172 2004-02-11  David Schleef  <ds@schleef.org>
25173
25174         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
25175         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
25176         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
25177         Add server and port properties
25178
25179 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
25180
25181         * m4/a52.m4:
25182         * m4/aalib.m4:
25183         * m4/as-ffmpeg.m4:
25184         * m4/as-liblame.m4:
25185         * m4/as-slurp-ffmpeg.m4:
25186         * m4/check-libheader.m4:
25187         * m4/esd.m4:
25188         * m4/freetype2.m4:
25189         * m4/gconf-2.m4:
25190         * m4/glib.m4:
25191         * m4/gst-alsa.m4:
25192         * m4/gst-artsc.m4:
25193         * m4/gst-ivorbis.m4:
25194         * m4/gst-matroska.m4:
25195         * m4/gst-sdl.m4:
25196         * m4/gst-shout2.m4:
25197         * m4/gst-sid.m4:
25198         * m4/gtk.m4:
25199         * m4/libdv.m4:
25200         * m4/libfame.m4:
25201         * m4/libmikmod.m4:
25202         * m4/ogg.m4:
25203         * m4/vorbis.m4:
25204           fix underquotedness of macros (#133800)
25205         * m4/as-avifile.m4:
25206         * m4/xmms.m4:
25207           removed because no longer used
25208
25209 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
25210
25211         * configure.ac:
25212           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
25213           by autopoint (fixes #132996)
25214
25215 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25216
25217         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
25218         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
25219         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
25220         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
25221           fix memleaks
25222
25223 2004-02-11  David Schleef  <ds@schleef.org>
25224
25225         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25226         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
25227         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
25228         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
25229         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
25230         (gst_jpegenc_class_init), (gst_jpegenc_init),
25231         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
25232         (gst_jpegenc_chain), (gst_jpegenc_set_property),
25233         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
25234         * ext/jpeg/gstjpegenc.h: Fix negotiation.
25235
25236 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25237
25238         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
25239         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
25240         * ext/mikmod/gstmikmod.h:
25241           fix caps negotiation in mikmod
25242         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
25243           output debug information
25244
25245 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25246
25247         * gst-libs/gst/colorbalance/Makefile.am:
25248         * gst-libs/gst/navigation/Makefile.am:
25249         * gst-libs/gst/xoverlay/Makefile.am:
25250           remove unused GST_OPT_CFLAGS from Makefiles
25251           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
25252
25253 2004-02-07  David Schleef  <ds@schleef.org>
25254
25255         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
25256         push events to pads that haven't been created (#133508)
25257
25258 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
25259
25260         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
25261         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
25262         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
25263         (gst_dvdec_loop), (gst_dvdec_change_state):
25264         Second attempt at committing a working dvdec element.
25265
25266 2004-02-06  David Schleef  <ds@schleef.org>
25267
25268         Build fixes for OS X: (see #129600)
25269         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
25270         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
25271         (gst_riff_read_strf_iavs):
25272         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
25273         (gst_avi_demux_stream_odml):
25274         * gst/playondemand/Makefile.am:
25275         * gst/rtp/rtp-packet.c:
25276
25277 2004-02-05  David Schleef  <ds@schleef.org>
25278
25279         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
25280         last change, because it Just Doesn't Compile.
25281
25282 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25283
25284         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25285           skip undecodable id3v2 tag instead of keeping it
25286
25287 2004-02-05  David Schleef  <ds@schleef.org>
25288
25289         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25290         Unref leaked buffer.  (Noticed by Ronald)
25291
25292 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
25293
25294         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
25295         Sync requires with other checks.  >= vs =.
25296
25297 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
25298
25299         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
25300         (gst_dvdec_video_link), (gst_dvdec_loop):
25301         * ext/dv/gstdvdec.h:
25302           rework the caps negotiation so that dvdec works again instead
25303           of just segfaulting.
25304
25305 === release 0.7.4 ===
25306
25307 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25308
25309         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
25310         * configure.ac: changed for release
25311
25312 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25313
25314         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
25315         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
25316         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
25317         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25318           reworked patch by David Lehn to fix libdir and includedir for
25319           uninstalled libraries
25320           removed play and gconf from gstreamer-libs since they have their
25321           own pkgconfig files
25322
25323 2004-02-04  David Schleef  <ds@schleef.org>
25324
25325         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
25326         memleak.
25327
25328 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25329
25330         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
25331           use correct GST_TAG_ENCODER tag
25332
25333 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25334
25335         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
25336           be sure to stop the clock when going to paused
25337         * sys/oss/gstosssink.c: (gst_osssink_change_state):
25338           reset number of transmitted when going to ready.
25339         fixes #132935
25340
25341 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
25342
25343         reviewed by Benjamin Otte
25344
25345         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
25346           extract track count (fixes #133410)
25347
25348 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25349
25350         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
25351           that should be !=, not == (fixes #132519)
25352
25353 2004-02-04  David Schleef  <ds@schleef.org>
25354
25355         Make sure set_explicit_caps() is called before adding pad.
25356         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
25357         * gst/id3/gstid3types.c: (gst_id3types_loop):
25358         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
25359         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
25360
25361 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25362
25363         * configure.ac:
25364           bump nano to 2, first prerelease
25365           put back AM_PROG_LIBTOOL
25366
25367 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25368
25369         * testsuite/alsa/Makefile.am:
25370           these are user test apps, not automatic testsuite tests
25371
25372 2004-02-04  David Schleef  <ds@schleef.org>
25373
25374         Convert GST_DEBUG_CAPS() to GST_DEBUG():
25375         * gst/mpeg1videoparse/gstmp1videoparse.c:
25376         (mp1videoparse_parse_seq):
25377         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
25378         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
25379         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
25380         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
25381         (gst_xvideosink_getcaps):
25382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25383         * testsuite/gst-lint: more tests
25384
25385 2004-02-04  David Schleef  <ds@schleef.org>
25386
25387         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
25388         with the code that they would expand to.
25389         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
25390         (gst_flacdec_get_src_query_types),
25391         (gst_flacdec_get_src_event_masks):
25392         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
25393         (gst_gnomevfssrc_get_query_types),
25394         (gst_gnomevfssrc_get_event_mask):
25395
25396 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25397
25398         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25399         (gst_sinesrc_dispose):
25400           fix memleak by properly disposing sinesrc
25401
25402 2004-02-04  Julien MOUTTE  <julien@moutte.net>
25403
25404         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
25405         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
25406         an overlay to redraw the image because it has been exposed.
25407         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
25408         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
25409         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
25410         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
25411         interface
25412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
25413         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
25414         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
25415         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
25416         interface
25417
25418 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25419
25420         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
25421           more memleak fixage
25422
25423 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25424
25425         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25426         * gst/typefind/gsttypefindfunctions.c:
25427           fix memleaks shown by gst-typefind
25428
25429 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25430
25431         * common/glib-gen.mak:
25432           add hack rule to touch .Plo files
25433         * gst-libs/gst/colorbalance/Makefile.am:
25434         * gst-libs/gst/mixer/Makefile.am:
25435         * gst-libs/gst/play/Makefile.am:
25436         * gst-libs/gst/tuner/Makefile.am:
25437           remove glib_root variable
25438
25439 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25440
25441         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
25442           set explicit caps before adding the element, so the autopluggers can
25443           plug correctly.
25444         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
25445         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25446         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25447         (dv_type_find):
25448           fix memleaks in typefind functions. gst_type_find_suggest takes a const
25449           argument.
25450
25451 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25452
25453         * gst-libs/gst/colorbalance/Makefile.am:
25454         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
25455         * gst-libs/gst/colorbalance/colorbalance.c:
25456         * gst-libs/gst/colorbalance/colorbalance.h:
25457         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
25458         * gst-libs/gst/mixer/Makefile.am:
25459         * gst-libs/gst/mixer/mixer-marshal.list:
25460         * gst-libs/gst/mixer/mixer.c:
25461         * gst-libs/gst/mixer/mixer.h:
25462         * gst-libs/gst/mixer/mixermarshal.list:
25463         * gst-libs/gst/play/Makefile.am:
25464         * gst-libs/gst/play/play.h:
25465         * gst-libs/gst/tuner/Makefile.am:
25466         * gst-libs/gst/tuner/tuner-marshal.list:
25467         * gst-libs/gst/tuner/tuner.c:
25468         * gst-libs/gst/tuner/tuner.h:
25469         * gst-libs/gst/tuner/tunermarshal.list:
25470           use new glib-gen.mak snippet to clean up Makefile.am
25471           fix various bugs in Makefile.am's
25472
25473 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25474
25475         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
25476           handle chain parsing correctly in the multichain case
25477         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
25478         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
25479         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25480         (theora_dec_chain):
25481           handle events and queries correctly
25482
25483 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
25484
25485         * .cvsignore:
25486         Ignore generated file _stdint.h.
25487
25488 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
25489
25490         * gst-libs/gst/colorbalance/Makefile.am:
25491         * gst-libs/gst/colorbalance/colorbalance.h:
25492         * gst-libs/gst/mixer/Makefile.am:
25493         * gst-libs/gst/mixer/mixer.h:
25494         * gst-libs/gst/play/Makefile.am:
25495         * gst-libs/gst/play/play.h:
25496         * gst-libs/gst/tuner/Makefile.am:
25497         * gst-libs/gst/tuner/tuner.h:
25498         Generate enum type code with glib-mkenums.
25499         * gst-libs/gst/colorbalance/.cvsignore:
25500         * gst-libs/gst/mixer/.cvsignore:
25501         * gst-libs/gst/play/.cvsignore:
25502         * gst-libs/gst/tuner/.cvsignore:
25503         Ignore generated files.
25504
25505 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
25506
25507         * gst-libs/gst/audio/.cvsignore:
25508         Ignore generated file.
25509         * gst-libs/gst/audio/Makefile.am:
25510         Do not install example filter.
25511
25512 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
25513
25514         * examples/switch/.cvsignore:
25515         Ignore generated file.
25516
25517 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25518
25519         * common/m4/ax_create_stdint_h.m4:
25520         * configure.ac:
25521           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
25522           _stdint.h.
25523         * Makefile.am:
25524           remove generated _stdint.h in DISTCLEANFILES
25525         * ext/a52dec/gsta52dec.c:
25526           include _stdint.h for a52dec. (should fix #133064)
25527
25528 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
25529
25530         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
25531         (gst_tag_to_vorbis_comments):
25532         Add replaygain support to vorbistag
25533
25534 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
25535         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
25536         (gst_ffmpeg_caps_to_extradata):
25537           Fix SVQ3 caps flag properties
25538           Use glib macro for bytes swap
25539
25540 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25541
25542         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
25543         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
25544         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25545         * ext/sndfile/gstsf.c: (plugin_init):
25546         * gst/avi/gstavi.c: (plugin_init):
25547         * sys/dxr3/dxr3init.c: (plugin_init):
25548         * sys/oss/gstossaudio.c: (plugin_init):
25549         * sys/v4l/gstv4l.c: (plugin_init):
25550         * sys/v4l2/gstv4l2.c: (plugin_init):
25551           remove textdomain calls
25552         * po/nl.po:
25553           update Dutch translation
25554
25555 2004-02-02  Julien MOUTTE  <julien@moutte.net>
25556
25557         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25558         (gst_play_set_audio_sink): Moving volume in the audio thread for
25559         instantaneous volume change. Maybe i will add another volume in front
25560         of visualization later, not sure yet though.
25561
25562 2004-02-02  Julien MOUTTE  <julien@moutte.net>
25563
25564         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25565         (gst_ximagesink_handle_xevents): Better X events handling, only take
25566         the latest events for configure and motion.
25567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
25568
25569 2004-02-02  Jon Trowbridge  <trow@gnu.org>
25570
25571         reviewed by: David Schleef  <ds@schleef.org>
25572
25573         Fix memory leaks:
25574         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
25575         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
25576
25577 2004-02-02  David Schleef  <ds@schleef.org>
25578
25579         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
25580         of lines.
25581         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
25582         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
25583         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
25584         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
25585         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
25586         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
25587         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
25588         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
25589         (gst_float2_2_int_link):
25590         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
25591         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
25592         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
25593         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
25594         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
25595         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
25596         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
25597         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
25598         * testsuite/gst-lint: Add tests for bzero and ;;
25599
25600 2004-02-02  David Schleef  <ds@schleef.org>
25601
25602         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
25603
25604 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25605
25606         * ext/aalib/gstaasink.c: (gst_aasink_open):
25607         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
25608         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25609         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25610         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
25611         (gst_afsink_close_file):
25612         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
25613         (gst_afsrc_close_file):
25614         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
25615         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
25616         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
25617         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
25618         * ext/esd/esdmon.c: (gst_esdmon_get):
25619         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
25620         * ext/faac/gstfaac.c: (gst_faac_chain):
25621         * ext/faad/gstfaad.c: (gst_faad_chain):
25622         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
25623         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
25624         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
25625         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
25626         (gst_flacdec_loop):
25627         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
25628         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
25629         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
25630         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
25631         (gst_gnomevfssink_close_file):
25632         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
25633         (gst_gnomevfssrc_open_file):
25634         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
25635         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
25636         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
25637         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25638         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
25639         * ext/mad/gstmad.c: (gst_mad_chain):
25640         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
25641         * ext/mpeg2dec/gstmpeg2dec.c:
25642         * ext/mpeg2enc/gstmpeg2enc.cc:
25643         * ext/mplex/gstmplex.cc:
25644         * ext/mplex/gstmplexibitstream.cc:
25645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
25646         (gst_ogg_demux_push):
25647         * ext/raw1394/gstdv1394src.c:
25648         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
25649         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
25650         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
25651         (gst_sf_loop):
25652         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
25653         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
25654         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
25655         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
25656         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
25657         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
25658         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
25659         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
25660         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
25661         (gst_riff_read_element_data), (gst_riff_read_seek),
25662         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
25663         * gst/adder/gstadder.c: (gst_adder_loop):
25664         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
25665         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
25666         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
25667         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25668         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
25669         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25670         * gst/goom/gstgoom.c: (gst_goom_chain):
25671         * gst/id3/gstid3types.c: (gst_id3types_loop):
25672         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
25673         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
25674         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
25675         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
25676         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
25677         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
25678         (gst_ebml_read_float), (gst_ebml_read_header):
25679         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
25680         (gst_matroska_demux_parse_blockgroup):
25681         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
25682         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
25683         * gst/oneton/gstoneton.c: (gst_oneton_chain):
25684         * gst/silence/gstsilence.c: (gst_silence_get):
25685         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25686         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
25687         * gst/speed/gstspeed.c: (speed_loop):
25688         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25689         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25690         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
25691         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25692         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25693         (gst_wavparse_loop):
25694         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
25695         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
25696         (dxr3audiosink_close):
25697         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
25698         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
25699         (dxr3videosink_close), (dxr3videosink_write_data):
25700         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
25701         * sys/oss/gstosssink.c: (gst_osssink_chain):
25702         * sys/oss/gstosssrc.c: (gst_osssrc_get):
25703         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25704         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
25705         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
25706         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
25707         (gst_v4l_set_window), (gst_v4l_enable_overlay):
25708         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
25709         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
25710         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
25711         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
25712         (gst_v4l_set_audio):
25713         * sys/v4l/v4l_calls.h:
25714         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
25715         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
25716         (gst_v4lmjpegsink_playback_init),
25717         (gst_v4lmjpegsink_playback_start):
25718         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
25719         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25720         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
25721         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
25722         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
25723         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
25724         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
25725         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
25726         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
25727         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
25728         (gst_v4l2_get_output), (gst_v4l2_set_output),
25729         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
25730         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
25731         (gst_v4l2_set_attribute):
25732         * sys/v4l2/v4l2_calls.h:
25733         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
25734         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
25735         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
25736         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
25737         (gst_v4l2src_capture_stop):
25738         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
25739         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25740         (gst_ximagesink_chain):
25741         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
25742         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
25743         (gst_xvideosink_xwindow_new):
25744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25745         (gst_xvimagesink_chain):
25746
25747 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25748
25749         * gst/volume/gstvolume.c: (gst_volume_set_volume),
25750         (gst_volume_get_volume), (volume_class_init), (volume_init),
25751         (volume_chain_int16), (volume_update_volume):
25752         * gst/volume/gstvolume.h:
25753           make code more readable by removing magic numbers
25754           make mixer interface export 0-100 range
25755           make it internally map to 0.0-1.0 range so users don't distort
25756           output by putting the sliders at full volume
25757
25758 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25759
25760         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
25761         (gst_play_state_change), (gst_play_seek_to_time):
25762         block the tick callback for 0.5 secs after doing a seek
25763
25764 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25765
25766         * gst-libs/gst/play/play.c: (gst_play_new):
25767           check for GError
25768
25769 2004-02-01  Julien MOUTTE  <julien@moutte.net>
25770
25771         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
25772         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
25773         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25774         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
25775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25776         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
25777
25778 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25779
25780         * configure.ac:
25781         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25782           check for a function added in vorbis 1.1
25783
25784 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25785
25786         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
25787         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
25788           really start/stop clock only on PLAYING <=> PAUSED
25789         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25790           remove \n from debugging lines
25791         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
25792           make it work when seeking does not
25793         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25794           reset on DISCONT
25795
25796 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25797
25798         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
25799           start clock on PAUSED=>PLAYING, not later
25800         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25801           extract correct time for different discont formats
25802         (gst_alsa_sink_get_time):
25803           don't segfault when no format is negotiated yet, just return 0
25804         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
25805         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
25806         (gst_ogg_pad_push):
25807           handle flush and discont events correctly
25808         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25809           handle discont events correctly
25810
25811 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
25812
25813         * gst-libs/gst/play/play.c: (gst_play_error_quark),
25814         (gst_play_error_create), (gst_play_error_plugin),
25815         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
25816         * gst-libs/gst/play/play.h:
25817           add error handling during creation
25818         * examples/gstplay/player.c: (main):
25819           use new gst_play_new
25820
25821
25822 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25823
25824         * ext/theora/theoradec.c: (theora_dec_chain):
25825           make comments work
25826         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25827         (vorbis_dec_src_event), (vorbis_dec_chain):
25828           add encoder tag, fix tag reading to be more error tolerant, change
25829           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
25830           gst_pad_event_default.
25831         * gst/tags/gstvorbistag.c:
25832         (gst_tag_list_from_vorbiscomment_buffer):
25833           undefine function specific define at end of function
25834
25835 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
25836
25837         * ext/flac/gstflac.c: (plugin_init):
25838         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
25839         * ext/flac/gstflacdec.h:
25840         * ext/flac/gstflacenc.h:
25841           Fix typos
25842
25843 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
25844
25845         * examples/gstplay/player.c: s/gstplay.h/play.h/
25846
25847 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25848
25849         * gst-libs/gst/play/Makefile.am:
25850         * gst-libs/gst/play/gstplay.c:
25851         * gst-libs/gst/play/gstplay.h:
25852         * gst-libs/gst/play/play.c:
25853           more surgery, operation complete
25854
25855 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25856
25857         * gst-libs/gst/play/play.old.c:
25858         * gst-libs/gst/play/play.old.h:
25859           after CVS surgery by moving, remove
25860         * gst-libs/gst/play/playpipelines.c:
25861           remove
25862
25863         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
25864           add negotiation error
25865
25866 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25867
25868         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
25869         (gst_ogg_demux_push):
25870           add some seeking debug info
25871           send a flush when seeking
25872
25873 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25874
25875         * configure.ac:
25876           use AC_C_INLINE
25877         * configure.ac:
25878         * ext/Makefile.am:
25879         * ext/theora/Makefile.am:
25880         * ext/theora/theoradec.c:
25881           add theora video decoder. Does just do simple decoding for now and
25882           has been tested against Theora cvs only. It only works when theora
25883           is compiled with --enable-static.
25884         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25885           always reset packetno on DISCONT
25886
25887 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25888
25889         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
25890           Fix audio.
25891
25892 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25893
25894         * gst/mpegaudioparse/gstmpegaudioparse.c:
25895         (mp3_type_frame_length_from_header):
25896           Fix header parsing - stolen from ffmpeg (thank you! :) ).
25897
25898 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25899
25900         * ext/esd/esdsink.c: (gst_esdsink_init):
25901           Since we have static pad template caps, we don't need to negotiate;
25902           either the core errors out or we know the format.
25903
25904 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25905
25906         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
25907         (gst_riff_read_seek):
25908         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
25909         (gst_ebml_read_seek):
25910           Fix event handling.
25911
25912 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25913
25914         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
25915           removee video/x-theora from vp3 decoder, it doesn't handle raw
25916           theora streams
25917         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
25918           fix bug with finalizing element that never went to PAUSED
25919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
25920           length and position queries were swapped
25921         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25922         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
25923         (vorbis_dec_src_event):
25924           implement querying time and bytes
25925
25926 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25927
25928         * just about every source file:
25929           gst_element_error -> GST_ELEMENT_ERROR
25930
25931 2004-01-29  Julien MOUTTE  <julien@moutte.net>
25932
25933         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
25934         emiting FLUSH and even before DISCONT.
25935         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
25936         get the best instant seeking as possible yay!
25937
25938 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25939
25940         * gst/mpeg1videoparse/gstmp1videoparse.c:
25941         (gst_mp1videoparse_real_chain):
25942           Committed wrong version last week... Grr... Didn't notice until now.
25943
25944 2004-01-29  Julien MOUTTE <julien@moutte.net>
25945
25946         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
25947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
25948         have_xwindow_id signal in xwindow_create.
25949
25950 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25951
25952         * ext/ogg/gstoggdemux.c:
25953           lots of changes - mainly support for chained bitstreams, seeking,
25954           querying and bugfixes of course
25955         * ext/vorbis/Makefile.am:
25956         * ext/vorbis/vorbisdec.c:
25957         * ext/vorbis/vorbisdec.h:
25958           add vorbisdec raw vorbis decoder
25959         * ext/vorbis/vorbis.c: (plugin_init):
25960           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
25961         * gst/intfloat/Makefile.am:
25962         * gst/intfloat/float22int.c:
25963         * gst/intfloat/float22int.h:
25964         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
25965           add float2intnew plugin. It converts multichannel interleaved float to
25966           multichannel interleaved int. The name should probably be changed.
25967         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
25968         (plugin_init):
25969           add typefinding for raw theora video so oggdemux can detect it.
25970
25971 2004-01-28  Julien MOUTTE  <julien@moutte.net>
25972
25973         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
25974         sink element first.
25975         * gst/videoscale/gstvideoscale.c:
25976         (gst_videoscale_handle_src_event): Fixing src event handler.
25977
25978 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25979
25980         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
25981         (gst_v4lsrc_open), (gst_v4lsrc_close),
25982         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
25983         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
25984         * sys/v4l/gstv4lsrc.h:
25985         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
25986         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
25987           Implement resizing... Hack. But that's why v4l is b0rked...
25988
25989 2004-01-28  Julien MOUTTE <julien@moutte.net>
25990
25991         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25992         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
25993         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
25994         (gst_ximagesink_xwindow_destroy):
25995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25996         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25997         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
25998         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
25999         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
26000         correctly cleaning the image created to check xshm calls on succes,
26001         added a lot of XSync calls in X11 functions, and fixed a segfault when
26002         no image format was defined before negotiation happened.
26003
26004 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26005
26006         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
26007           use gst_element_get_time to get correct time
26008
26009 2004-01-28  Julien MOUTTE  <julien@moutte.net>
26010
26011         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
26012         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
26013         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
26014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
26015         (gst_xvimagesink_check_xshm_calls),
26016         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
26017         X plugins are now able to detect that XShm calls will fail even if the
26018         server claims that it has XShm support (remote displays most of the
26019         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
26020         so that we use non XShm functions. This feature is almost useless for
26021         xvimagesink as Xv is not supported on remote displays anyway, but
26022         it might happen than even on the local display XShm calls fail.
26023
26024 2004-01-27  David Schleef  <ds@schleef.org>
26025
26026         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
26027         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
26028         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
26029         changed esdsink to only use 44100,16,2, since esd sucks at rate
26030         conversion and esdsink has had difficulty negotiating.
26031
26032 2004-01-27  Julien MOUTTE <julien@moutte.net>
26033
26034         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
26035         (gst_play_seek_to_time): Fixing the way to get current position.
26036
26037 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26038
26039         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
26040           use gst_element_get_time to get correct time
26041
26042 2004-01-27  Julien MOUTTE <julien@moutte.net>
26043
26044         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
26045         fix ever... Inverting 2 lines of code make spider autoplug correctly
26046         tagged mp3 !
26047
26048 2004-01-27  David Schleef  <ds@schleef.org>
26049
26050         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26051         Use gst_pad_try_set_caps_nonfixed().
26052
26053 2004-01-27  David Schleef  <ds@schleef.org>
26054
26055         * gst/ac3parse/gstac3parse.c: update to checklist 5
26056         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
26057         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
26058         * gst/audioscale/gstaudioscale.c: same
26059         * gst/auparse/gstauparse.c: same
26060         * gst/avi/gstavidemux.c: same
26061
26062 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26063
26064         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26065           stop processing after EOS
26066
26067 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26068
26069         * gst/asfdemux/asfheaders.h:
26070         * gst/asfdemux/gstasfdemux.c:
26071         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
26072         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
26073         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
26074           lot's of fixes to make data extraction simpler and get the code
26075           architecture and compiler independant. Add debugging category
26076         * gst/goom/gstgoom.c: (gst_goom_change_state):
26077           reset channel count on PAUSED=>READY, not READY=>PAUSED
26078
26079 2004-01-26  Colin Walters  <walters@verbum.org>
26080
26081         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
26082         code to pull a bigger buffer in iradio mode.  This as a side effect
26083         makes typefinding work.
26084
26085 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
26086
26087         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
26088         Fix SVQ3 decoding on PPC
26089
26090 2004-01-26  Julien MOUTTE <julien@moutte.net>
26091
26092         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
26093         that one managed to stay there... Fixed.
26094
26095 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
26096
26097         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
26098         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
26099         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
26100         (qtdemux_video_caps):
26101         * gst/qtdemux/qtdemux.h:
26102         Add SVQ3 specific flags to qtdemux and ffmpeg
26103
26104 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26105
26106         * gst-libs/gst/audio/audio.h:
26107           remove buffer-frames from audio caps
26108         * gst/audioconvert/gstaudioconvert.c:
26109           fix plugin to really work.
26110
26111 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26112
26113         * gst-libs/gst/mixer/mixer.c:
26114         * gst-libs/gst/propertyprobe/propertyprobe.c:
26115         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
26116         (gst_tuner_find_channel_by_name):
26117         * gst-libs/gst/tuner/tuner.h:
26118           Add gtk-doc style comments. Also fix a function name.
26119
26120 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26121
26122         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
26123         (gst_divxdec_negotiate):
26124           Fix for new capsnego - also fixes gst-player with divxdec.
26125
26126 2004-01-25  Julien MOUTTE  <julien@moutte.net>
26127
26128         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
26129         (gst_play_identity_handoff), (gst_play_set_location),
26130         (gst_play_set_visualization), (gst_play_connect_visualization): Another
26131         try in visualization implementation. Still have an issue with switch
26132         blocking when pulling from video_queue and only audio comes out of
26133         spider.
26134         * gst/switch/gstswitch.c: (gst_switch_release_pad),
26135         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
26136         release method. And check if the pad is usable before pulling.
26137
26138 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26139
26140         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
26141         (gst_videobalance_init),
26142         (gst_videobalance_colorbalance_list_channels),
26143         (gst_videobalance_colorbalance_set_value),
26144         (gst_videobalance_colorbalance_get_value),
26145         (gst_videobalance_update_properties),
26146         (gst_videobalance_update_tables_planar411),
26147         (gst_videobalance_planar411):
26148         * gst/videofilter/gstvideobalance.h:
26149           Implement lookup-tables. +/- 10x faster.
26150
26151 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26152
26153         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
26154         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
26155           The index reading was broken. The rest worked fine, but the whole
26156           goal of my rewrite was to make avidemux readable, and this was
26157           not at all readable. Please use typed variables.
26158
26159 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26160
26161         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
26162           Additional pad usability check.
26163         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26164         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
26165         (gst_mp1videoparse_real_chain):
26166           Fix MPEG video stream parsing. The original plugin had several
26167           issues, including not timestamping streams where the source was
26168           not timestamped (this happens with PTS values in mpeg system
26169           streams, but MPEG video is also a valid stream on its own so
26170           that needs timestamps too). We use the display time code for that
26171           for now. Also, if one incoming buffer contains multiple valid
26172           frames, we push them all on correctly now, including proper EOS
26173           handling. Lastly, several potential segfaults were fixed, and we
26174           properly sync on new sequence/gop headers to include them in next,
26175           not previous frames (since they're header for the next frame, not
26176           the previous). Also see #119206.
26177         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
26178         (bpf_from_header):
26179           Move caps setting so we only do it after finding several valid
26180           MPEG-1 fraes sequentially, not right after the first one (which
26181           might be coincidental).
26182         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
26183         (mpeg_video_type_find), (mpeg_video_stream_type_find),
26184         (plugin_init):
26185           Add unsynced MPEG video stream typefinding, and change some
26186           probability values so we detect streams rightly. The idea is as
26187           follows: I can have an unsynced system stream which contains
26188           video. In the current code, I would randomly get a type for either
26189           system or video stream type found, because the probabilities are
26190           being calculated rather randomly. I now use fixed values, so we
26191           always prefer system stream if that was found (and that is how it
26192           should be). If no system stream was found, we can still identity                the stream as video-only.
26193
26194 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26195
26196         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
26197         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
26198           don't write to buffer. Extract data without the need of
26199           __attribute__ ((packed))
26200
26201 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26202
26203         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
26204         (mpeg1_sys_type_find):
26205           Fix MPEG-1 stream typefinding.
26206
26207 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26208
26209         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
26210           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
26211
26212 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26213
26214         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
26215         * ext/esd/gstesd.c: (plugin_init):
26216           private debugging, better error reporting
26217
26218 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26219
26220         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
26221         (gst_riff_read_init), (gst_riff_read_change_state):
26222         * gst-libs/gst/riff/riff-read.h:
26223           Remove stuff fromold metadata system.
26224
26225 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26226
26227         * ext/ogg/gstoggdemux.c:
26228           Fix wrong file comment.
26229         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
26230         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
26231           Add metadata reading properly.
26232
26233 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26234
26235         * ext/Makefile.am:
26236           Fix nas DIST_SUBDIRS
26237           Uraeus:
26238           Fix bug where make distcheck doesn't get run on adding stuff to
26239           the build.
26240
26241 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26242
26243         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
26244         * ext/divx/gstdivxdec.h:
26245           Fix divx3 ("msmpeg4") playback using divxdec.
26246
26247 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26248
26249         * gst/typefind/gsttypefindfunctions.c:
26250         (mp3_type_frame_length_from_header): fix bug in length computation
26251         (mp3_type_find): improve debugging output
26252
26253 2004-01-23  Julien MOUTTE  <julien@moutte.net>
26254
26255         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
26256         (gst_play_set_location), (gst_play_seek_to_time),
26257         (gst_play_set_audio_sink), (gst_play_set_visualization),
26258         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
26259         the pipeline from scratch. Visualization is back and switch went out as
26260         i realized it was not possible to use the way i wanted.
26261         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
26262         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
26263         clearing in state change from READY to NULL. So that one can clean the
26264         X ressources keeping the element.
26265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26266         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
26267         (gst_xvimagesink_colorbalance_set_value),
26268         (gst_xvimagesink_colorbalance_get_value),
26269         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
26270         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
26271         change from READY to NULL and fixed some stupid bugs in colorbalance
26272         get/set values. Also added the following feature : when nobody tries to
26273         set some values to the colorbalance levels before the xcontext is
26274         grabbed, then when creating channels list from Xv attributes we set the
26275         internal values to the Xv defaults. This way we handle buggy Xv drivers
26276         that set default hue values far from the middle of the range (Thanks
26277         to Jon Trowbridge for pointing that issue).
26278         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
26279         colorbalance levels have been set before xcontext is grabbed.
26280
26281 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26282
26283         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26284           Fix the ossmixer case where we shouldn't open /dev/dsp* because
26285           it might block operations (which is bad for a mixer).
26286
26287 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26288
26289         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
26290         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
26291         (gmip_find_type_pre):
26292         * gst-libs/gst/media-info/media-info-priv.h:
26293         * gst-libs/gst/media-info/media-info.c:
26294         (gst_media_info_instance_init), (gst_media_info_read_idler):
26295         add fakesink to get caps on decoder src pad again
26296         fix callback prototype to match new have_type signal signature
26297
26298 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26299
26300         * gst/adder/gstadder.c: (gst_adder_link):
26301           fix non-compile and cut-n-paste code
26302
26303 2004-01-21  David Schleef  <ds@schleef.org>
26304
26305         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
26306         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
26307         (gst_swfdec_init), (gst_swfdec_change_state):
26308         * ext/swfdec/gstswfdec.h:
26309         Fix negotiation.
26310         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
26311         (gst_adder_request_new_pad): Fix negotiation.
26312         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
26313         Add a fixate function.
26314         * gst/intfloat/gstfloat2int.c:
26315         * gst/intfloat/gstfloat2int.h:
26316         * gst/intfloat/gstint2float.c:
26317         * gst/intfloat/gstint2float.h:
26318         Completely rewrite the negotiation.  Doesn't quite work yet,
26319         due to some buffer-frames problem.
26320
26321 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
26322
26323         * ext/gnomevfs/gstgnomevfssrc.c:
26324         * sys/v4l2/v4l2_calls.h:
26325           fix includes for distcheck
26326
26327 2004-01-21  Christian Schaller <uraeus@gnome.org>
26328
26329         * ext/nas/
26330         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
26331         based on earlier patch from Laurent Vivier
26332
26333 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
26334
26335         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
26336         Fix wma caps property
26337         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
26338         Fix typo (flags1 and flags2)
26339
26340 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26341
26342         * gst-libs/gst/media-info/media-info-priv.c:
26343         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
26344         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
26345         (gmip_find_stream), (gmip_find_track_metadata),
26346         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
26347         (gmip_find_track_format):
26348         * gst-libs/gst/media-info/media-info-priv.h:
26349         * gst-libs/gst/media-info/media-info-test.c: (main):
26350         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
26351         (gst_media_info_read_idler), (gst_media_info_read):
26352         * gst-libs/gst/media-info/media-info.h:
26353           register debugging category and use it for debugging
26354
26355 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26356
26357         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
26358         (gst_vorbisfile_new_link):
26359           signal streaminfo through tags
26360
26361 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26362
26363         * ext/mplex/gstmplex.cc:
26364         * ext/mplex/gstmplexibitstream.cc:
26365           g++ doesn't like NULL in our i18n/error macros, should be
26366           either (NULL) or ("").
26367
26368 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26369
26370         * sys/dxr3/dxr3audiosink.c:
26371         * sys/dxr3/dxr3init.c:
26372         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
26373         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
26374           Fix more error error error errors (missing includes here).
26375
26376 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26377
26378         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26379           fix thomas' error errors.
26380
26381 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26382
26383         * ext/mpeg2enc/gstmpeg2enc.cc:
26384           fix error errors.
26385
26386 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26387
26388         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
26389         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
26390           Fix for new error system.
26391
26392 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26393
26394         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
26395           fix for new error reporting
26396
26397 2004-01-20  David Schleef  <ds@schleef.org>
26398
26399         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
26400         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
26401         (gst_ximagesink_set_xwindow_id): Change to using a framerate
26402         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
26403         and neither is 100+, most likely.
26404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26405         (gst_xvimagesink_getcaps): same
26406
26407 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26408
26409         * configure.ac:
26410           Up version requirement to 2.0.3 (not yet released) to avoid symbol
26411           clashes with ffmpeg.
26412
26413 2004-01-20  Julien MOUTTE  <julien@moutte.net>
26414
26415         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
26416         (gst_switch_init): Fixed switch element : proxying link and setting
26417         caps from src to sink on request.
26418
26419 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26420
26421         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
26422         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
26423         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
26424         fix element_error
26425
26426 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26427
26428         * sys/v4l/v4l_calls.h:
26429         * sys/v4l2/v4l2_calls.h:
26430           element_error fixes
26431
26432 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26433
26434         * gst-libs/gst/gst-i18n-plugin.h:
26435           add locale.h
26436           remove config.h inclusion
26437
26438 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26439
26440         * autogen.sh:
26441           adding autopoint invocation
26442         * Makefile.am:
26443         * configure.ac:
26444         * gst-libs/gst/gettext.h:
26445           adding gettext bits
26446         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
26447         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
26448         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26449         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
26450         (gst_gnomevfssink_close_file):
26451         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
26452         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
26453         * gst-libs/gst/gst-i18n-plugin.h:
26454         * gst/avi/gstavi.c: (plugin_init):
26455         * sys/dxr3/dxr3init.c: (plugin_init):
26456         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
26457         * sys/oss/gstossaudio.c: (plugin_init):
26458         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
26459         * sys/v4l/gstv4l.c: (plugin_init):
26460         * sys/v4l/v4l_calls.c: (gst_v4l_open):
26461         * sys/v4l2/gstv4l2.c: (plugin_init):
26462         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
26463         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
26464         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
26465         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
26466         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
26467         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
26468           make sure locale and translation domain are set
26469           fix translated strings
26470         * po/.cvsignore:
26471         * po/LINGUAS:
26472         * po/Makevars:
26473         * po/POTFILES.in:
26474         * po/nl.po:
26475           put translation files into place
26476         * sys/xvideo/imagetest.c: (main):
26477         * ext/dv/demo-play.c: (main):
26478           fix unnecessary translations
26479
26480 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26481
26482         * ext/sndfile/gstsf.c:
26483         * gst/avi/gstavimux.c:
26484         * ext/audiofile/gstafsink.c:
26485         * ext/audiofile/gstafsrc.c:
26486         * ext/gnomevfs/gstgnomevfssink.c:
26487         * ext/gnomevfs/gstgnomevfssrc.c:
26488         * sys/oss/gstosselement.c:
26489         * sys/v4l/v4l_calls.h:
26490           fix i18n include
26491
26492 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26493
26494         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
26495         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
26496         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
26497         (gst_v4l2_get_output), (gst_v4l2_set_output),
26498         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
26499         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
26500         (gst_v4l2_set_attribute):
26501         update to new error handling
26502
26503 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26504
26505         * ext/sidplay/gstsiddec.cc:
26506         * gst/modplug/gstmodplug.cc:
26507           parenthese NULL because C++ seems angry about it
26508
26509 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26510
26511         * gst-libs/gst/gst-i18n-plugin.h:
26512           add skeleton i18n stuff, but needs to be further implemented
26513
26514 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26515
26516         * examples/gstplay/player.c: (main):
26517         * ext/aalib/gstaasink.c: (gst_aasink_open):
26518         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
26519         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26520         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26521         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
26522         (gst_afsink_close_file):
26523         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
26524         (gst_afsrc_close_file):
26525         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
26526         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
26527         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
26528         * ext/esd/esdmon.c: (gst_esdmon_get):
26529         * ext/esd/esdsink.c: (gst_esdsink_chain):
26530         * ext/faac/gstfaac.c: (gst_faac_chain):
26531         * ext/faad/gstfaad.c: (gst_faad_chain):
26532         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
26533         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
26534         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
26535         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
26536         (gst_flacdec_loop):
26537         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
26538         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
26539         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
26540         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
26541         (gst_gnomevfssink_close_file):
26542         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
26543         (gst_gnomevfssrc_open_file):
26544         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
26545         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
26546         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
26547         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26548         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
26549         * ext/mad/gstmad.c: (gst_mad_chain):
26550         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
26551         * ext/mpeg2dec/gstmpeg2dec.c:
26552         * ext/mpeg2enc/gstmpeg2enc.cc:
26553         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26554         * ext/mplex/gstmplex.cc:
26555         * ext/mplex/gstmplexibitstream.cc:
26556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
26557         (gst_ogg_demux_push), (gst_ogg_pad_push):
26558         * ext/raw1394/gstdv1394src.c:
26559         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
26560         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
26561         * ext/sidplay/gstsiddec.cc:
26562         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
26563         (gst_sf_loop):
26564         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
26565         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
26566         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
26567         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
26568         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
26569         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
26570         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
26571         * gst-libs/gst/Makefile.am:
26572         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
26573         (gst_riff_read_element_data), (gst_riff_read_seek),
26574         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
26575         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
26576         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
26577         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
26578         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
26579         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
26580         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
26581         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
26582         * gst/goom/gstgoom.c: (gst_goom_chain):
26583         * gst/id3/gstid3types.c: (gst_id3types_loop):
26584         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
26585         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
26586         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
26587         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
26588         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
26589         (gst_ebml_read_float), (gst_ebml_read_header):
26590         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
26591         (gst_matroska_demux_parse_blockgroup):
26592         * gst/modplug/gstmodplug.cc:
26593         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
26594         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
26595         * gst/oneton/gstoneton.c: (gst_oneton_chain):
26596         * gst/silence/gstsilence.c: (gst_silence_get):
26597         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26598         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
26599         * gst/speed/gstspeed.c: (speed_loop):
26600         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26601         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
26602         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
26603         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26604         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26605         (gst_wavparse_loop):
26606         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
26607         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
26608         (dxr3audiosink_close):
26609         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
26610         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
26611         (dxr3videosink_close), (dxr3videosink_write_data):
26612         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
26613         * sys/oss/gstosselement.h:
26614         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
26615         (gst_osssink_chain):
26616         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26617         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
26618         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
26619         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
26620         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
26621         (gst_v4l_enable_overlay):
26622         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
26623         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
26624         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
26625         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
26626         (gst_v4l_set_audio):
26627         * sys/v4l/v4l_calls.h:
26628         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
26629         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
26630         (gst_v4lmjpegsink_playback_init),
26631         (gst_v4lmjpegsink_playback_start):
26632         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
26633         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
26634         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
26635         (gst_v4lmjpegsrc_requeue_frame):
26636         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26637         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
26638         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
26639         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
26640         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
26641         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
26642         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
26643         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
26644         (gst_v4l2src_capture_stop):
26645         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
26646         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
26647         (gst_ximagesink_chain):
26648         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
26649         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
26650         (gst_xvideosink_xwindow_new):
26651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26652         (gst_xvimagesink_chain):
26653         use new error signal, function and categories
26654
26655 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
26656
26657         * configure.ac:
26658         * ext/Makefile.am:
26659         * ext/musicbrainz/gsttrm.c:
26660         * ext/musicbrainz/gsttrm.h:
26661         * ext/musicbrainz/Makefile.am:
26662         Add a trm plugin
26663
26664 2004-01-18  Julien MOUTTE  <julien@moutte.net>
26665
26666         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
26667         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
26668         synchronous property for debugging.
26669         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
26670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26671         (gst_xvimagesink_set_property): Moving a pointer declaration to a
26672         smaller block, fixing indent.
26673
26674 2004-01-16  David Schleef  <ds@schleef.org>
26675
26676         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
26677         property affects the video stream.
26678         * sys/xvimage/xvimagesink.c:
26679         * sys/xvimage/xvimagesink.h:
26680         Add synchronous property for debugging.  Should probably be
26681         disabled in non-CVS builds.  Make sure that the Xv attribute
26682         exists before we set it (crash!).  Fix a silly float bug that
26683         caused colorbalance to just not work.
26684
26685 2004-01-17  Christian Schaller <Uraeus@gnome.org>
26686
26687         * tools/gst-launch-ext.in - update for new plugins
26688
26689 2004-01-16  David Schleef  <ds@schleef.org>
26690
26691         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
26692         already-freed caps.
26693
26694 2994-01-16  Christian Schaller <Uraeus@gnome.org>
26695
26696         * Update spec for new colorspace plugin and libcaca plugin
26697         * Fix compilation of libcaca plugin (clock -> id)
26698
26699 2004-01-16  Julien MOUTTE <julien@moutte.net>
26700
26701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
26702         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26703         (gst_xvimagesink_set_xwindow_id),
26704         (gst_xvimagesink_colorbalance_set_value),
26705         (gst_xvimagesink_colorbalance_get_value),
26706         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
26707         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
26708         correct colorbalance properties. They can now be set when the element
26709         is still in NULL state. The values will be committed to the Xv Port
26710         when xcontext is initialized.
26711         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
26712         brightness int values in the GstXvImagesink structure.
26713
26714 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26715
26716         * gst-libs/gst/Makefile.am:
26717           restructure so having local patches works easier.
26718
26719 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26720
26721         * ext/mpeg2enc/Makefile.am:
26722         * ext/mpeg2enc/gstmpeg2enc.cc:
26723         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26724           Bugfix with respect to EOS handling.
26725
26726 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26727
26728         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
26729           Link with right caps (else, it segfaults).
26730         * ext/mplex/gstmplexjob.cc:
26731           Fix for slight API change in 1.6.1.93 release of mjpegtools.
26732
26733 2004-01-15  David Schleef  <ds@schleef.org>
26734
26735         * gst-libs/gst/audio/Makefile.am:
26736         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
26737         from the template.
26738         * gst-libs/gst/audio/gstaudiofilter.c:
26739         * gst-libs/gst/audio/gstaudiofilter.h:
26740         Add bytes_per_sample and size and n_samples calculation.
26741         * gst-libs/gst/audio/gstaudiofilterexample.c:
26742         Remove, now autogenerated.
26743         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
26744         Moved from gstaudiofilterexample, object name changed, code added
26745         so that it actually works.
26746         * gst-libs/gst/audio/make_filter:
26747         Script to build an audiofilter subclass from the template.
26748         * gst/colorspace/Makefile.am:
26749         * gst/colorspace/yuv2yuv.c:
26750         Remove file, since it's GPL, and we don't use it.
26751
26752 2004-01-15  Julien MOUTTE  <julien@moutte.net>
26753
26754         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
26755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
26756         them use the buffer free function to test how the buffer was allocated.
26757
26758 2004-01-15  David Schleef  <ds@schleef.org>
26759
26760         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
26761         that handles osssink fallback.
26762         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26763         (gst_audio_convert_getcaps):
26764         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26765         Add audio/x-qdm2 for QDM2 audio.
26766         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26767         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
26768         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
26769         Decrease minimum size to 16x16.
26770         * gst/wavparse/gstwavparse.c:
26771         Convert disabled pad template caps to new caps.
26772         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26774         (gst_xvimagesink_chain): Throw element error when display cannot
26775         be opened.  Increase minimum framerate to 1.0.  Check the data
26776         free function on a buffer to make sure it is the type we expect
26777         before manipulating it.
26778
26779 2004-01-15  Julien MOUTTE <julien@moutte.net>
26780
26781         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
26782         (gst_videobalance_colorbalance_set_value): Implement passthru if
26783         settings are in the middle.
26784         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
26785
26786 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26787
26788         * gst/videofilter/Makefile.am:
26789         * gst/volume/Makefile.am:
26790           Since we use videofilter symbols, link to it.
26791
26792 2004-01-15  Julien MOUTTE <julien@moutte.net>
26793
26794         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
26795         mixer interface type to HARDWARE.
26796         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
26797         type to SOFTWARE.
26798         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
26799         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
26800         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
26801         (gst_volume_interface_init), (gst_volume_list_tracks),
26802         (gst_volume_set_volume), (gst_volume_get_volume),
26803         (gst_volume_set_mute), (gst_volume_mixer_init),
26804         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
26805         (volume_init): Implementing mixer interface.
26806         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
26807         * sys/oss/gstosselement.c: (gst_osselement_get_type),
26808         (gst_osselement_change_state): Removing some trailing commas in
26809         structures.
26810         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
26811         interface type to HARDWARE.
26812         * sys/v4l/gstv4lcolorbalance.c:
26813         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
26814         type to HARDWARE.
26815         * sys/v4l2/gstv4l2colorbalance.c:
26816         (gst_v4l2_color_balance_interface_init): Setting colorbalance
26817         interface type to HARDWARE.
26818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
26819         same code than ximagesink for event handling.
26820
26821 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26822
26823         * ext/snapshot/Makefile.am:
26824         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
26825         (gst_snapshot_chain):
26826         * ext/snapshot/gstsnapshot.h:
26827           This has to be a joke... Snapshot should be connected to a tee,
26828           colorspace element before it and EOS after that, where the other
26829           src of the tee receives normal data.
26830           The current way is *wrong*.
26831
26832 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26833
26834         * ext/hermes/gsthermescolorspace.c:
26835           Fix another compile error. Same as below.
26836
26837 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26838
26839         * gst/colorspace/gstcolorspace.c:
26840         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
26841         (gst_colorspace_i420_to_yv12):
26842           Fix compiling... Didn't test if it actually works.
26843
26844 2004-01-15  David Schleef  <ds@schleef.org>
26845
26846         * configure.ac:
26847         * gst/colorspace/Makefile.am:
26848         * gst/colorspace/gstcolorspace.c:
26849         * gst/colorspace/gstcolorspace.h:
26850         * gst/colorspace/yuv2rgb.c:
26851         * gst/colorspace/yuv2rgb.h:
26852         Duplicate the ext/hermes colorspace plugin, and remove Hermes
26853         code and GPL code.  Fix for new caps negotiation.  Rewrite
26854         much of the format handling code, and some of the conversion
26855         code.  Basically, rewrote almost everything.  This element
26856         handles I420, YV12 to RGB conversions.
26857         * ext/hermes/Makefile.am:
26858         * ext/hermes/gsthermescolorspace.c:
26859         Rename colorspace to hermescolorspace.  Fix negotiation issues.
26860         Remove non-Hermes related code.  This element handles lots of
26861         RGB to RGB conversions, but no YUV.
26862         * ext/hermes/gstcolorspace.c:
26863         * ext/hermes/gstcolorspace.h:
26864         * ext/hermes/rgb2yuv.c:
26865         * ext/hermes/yuv2rgb.c:
26866         * ext/hermes/yuv2rgb.h:
26867         * ext/hermes/yuv2rgb_mmx16.s:
26868         * ext/hermes/yuv2yuv.c:
26869         * ext/hermes/yuv2yuv.h:
26870         Remove old code.
26871
26872 2004-01-14  Colin Walters  <walters@verbum.org>
26873
26874         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
26875         they've already been.
26876
26877 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26878
26879         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
26880           assume tag mode when pad is not connected
26881
26882 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26883
26884         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26885           Don't update the time of the clock
26886         (gst_alsa_sink_loop):
26887           sync to the clock given to alsasink, not the own clock
26888         * sys/oss/gstosssink.c: (gst_osssink_chain):
26889           sync to the clock
26890         (gst_osssink_change_state):
26891           activate the clock
26892         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
26893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
26894           remove bogus code that made DISCONT events unhandled
26895         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26896           explicitly case to double in _set_simple. (fixes 2nd warning in bug
26897           #131502)
26898         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
26899         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
26900         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
26901           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
26902           2nd warning in bug #131502)
26903
26904 2004-01-14  Julien MOUTTE  <julien@moutte.net>
26905
26906         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
26907         (gst_videobalance_colorbalance_set_value),
26908         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
26909         for colorbalance interface implementation.
26910         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
26911         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
26912         (gst_ximagesink_dispose), (gst_ximagesink_init),
26913         (gst_ximagesink_class_init): Adding DISPLAY property.
26914         * sys/ximage/ximagesink.h: Adding display_name to store display.
26915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26916         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
26917         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
26918         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
26919         properties (they still need polishing though for gst-launch use : no
26920         xcontext yet, i ll do that tomorrow).
26921         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
26922
26923 2004-01-14  Julien MOUTTE  <julien@moutte.net>
26924
26925         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
26926         (gst_play_set_location), (gst_play_set_visualization): Preparing
26927         switch integration, adding videobalance in the pipeline.
26928
26929 2004-01-14  Julien MOUTTE <julien@moutte.net>
26930
26931         * gst-libs/gst/colorbalance/colorbalance.c:
26932         (gst_color_balance_class_init): Adding a default type.
26933         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
26934         the type.
26935         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
26936         (gst_videobalance_dispose), (gst_videobalance_class_init),
26937         (gst_videobalance_init), (gst_videobalance_interface_supported),
26938         (gst_videobalance_interface_init),
26939         (gst_videobalance_colorbalance_list_channels),
26940         (gst_videobalance_colorbalance_set_value),
26941         (gst_videobalance_colorbalance_get_value),
26942         (gst_videobalance_colorbalance_init): Implementing colorbalance
26943         interface.
26944         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
26945         list.
26946         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
26947         bug which was triggering a BadAccess X error when setting an overlay
26948         before pad was really negotiated.
26949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
26950         Using the colorbalance type macro.
26951
26952 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26953
26954         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
26955         (gst_flacenc_chain):
26956           handle tags correctly
26957         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
26958           extract ID3v1 tags correctly
26959
26960 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26961
26962         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
26963         (plugin_init):
26964           Improve matroska typefinding for odd-typed headers...
26965
26966 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26967
26968         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
26969           Fix for using incremental number on padnames.
26970
26971 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26972
26973         * ext/divx/gstdivxdec.c:
26974         * ext/divx/gstdivxenc.c:
26975           Set category to divx4linux instead of divx (too generic).
26976         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26977         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26978         (gst_wavparse_loop), (gst_wavparse_change_state):
26979         * gst/wavparse/gstwavparse.h:
26980           fix parsing of WAV files with non-standard fmt-tag size and fix
26981           skipping of unrecognized chunks... Someone please fix this thing
26982           to use rifflib so all this is automated.
26983         * sys/v4l/Makefile.am:
26984         * sys/v4l2/Makefile.am:
26985           Add X_CFLAGS because we depend on X (for overlay).
26986
26987 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
26988
26989         * ext/mpeg2dec/gstmpeg2dec.c:
26990           Don't issue a timestamp unless we tagged the frame
26991           with a PTS.
26992
26993 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26994
26995         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
26996           Query the audio element to get the time, not the clock. We're
26997           interested in the element's time here.
26998
26999 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27000
27001         * ext/aalib/gstaasink.c: (gst_aasink_chain):
27002         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27003         * ext/esd/esdsink.c: (gst_esdsink_chain):
27004         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
27005         * ext/mas/massink.c: (gst_massink_chain):
27006         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
27007         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
27008         (gst_matroska_demux_parse_metadata):
27009         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
27010         (gst_mpeg_parse_release_locks):
27011         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
27012         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
27013         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
27014         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27015         (gst_osssink_change_state):
27016         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
27017         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
27018         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
27019         (gst_xvideosink_release_locks):
27020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
27021           use element time.
27022         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
27023         (gst_alsa_clock_stop):
27024         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
27025         (gst_audio_clock_get_internal_time):
27026           simplify for use with new clocking code.
27027         * testsuite/alsa/Makefile.am:
27028         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
27029           fix testsuite for new caps system
27030
27031 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27032
27033         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
27034         * ext/flac/gstflacenc.c: (add_one_tag):
27035           length is already host endian, no need to convert. Fixes playback of
27036           tagged files on PPC. (bug #128384)
27037
27038 2004-01-13  Julien MOUTTE <julien@moutte.net>
27039
27040         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
27041         colorbalance interface stating if it is hardware based or software
27042         based.
27043         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
27044         Removing a trailing comma.
27045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27046         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
27047         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
27048         the documentation seems to be wrong on the -1000 to 1000 interval.
27049
27050 2004-01-12  David Schleef  <ds@schleef.org>
27051
27052         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
27053         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
27054         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
27055         Fix negotiation.  Add a bufferalloc function for the sink pad,
27056         and generally clean up some of the code.
27057
27058 2004-01-12  Julien MOUTTE <julien@moutte.net>
27059
27060         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27061         (gst_color_balance_channel_dispose): Adding safety check in dispose
27062         method.
27063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27064         (gst_xvimagesink_xcontext_clear),
27065         (gst_xvimagesink_interface_supported),
27066         (gst_xvimagesink_colorbalance_list_channels),
27067         (gst_xvimagesink_colorbalance_set_value),
27068         (gst_xvimagesink_colorbalance_get_value),
27069         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
27070         Adding colorbalance interface support to set XV parameters such as
27071         HUE, BRIGHTNESS, CONTRAST, SATURATION.
27072         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
27073         interface.
27074
27075 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27076
27077         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
27078         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
27079         (gst_audio_convert_init), (gst_audio_convert_set_property),
27080         (gst_audio_convert_get_property), (gst_audio_convert_chain),
27081         (gst_audio_convert_link),
27082         (gst_audio_convert_buffer_to_default_format),
27083         (gst_audio_convert_buffer_from_default_format), (plugin_init):
27084           - implement _getcaps and use it
27085           - improve linking
27086           - remove float caps since no float conversion is actually done
27087           - remove properties and arguments that were to be used for rate
27088             conversion
27089
27090 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27091
27092         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
27093         (gst_audio_structure_set_int):
27094         * gst-libs/gst/audio/audio.h:
27095           add helper functions for _getcaps matching the standard audio
27096           templates
27097
27098 2004-01-12  David Schleef  <ds@schleef.org>
27099
27100         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27101         Test that pad is negotiated before getting its caps.
27102
27103 2004-01-12  Julien MOUTTE <julien@moutte.net>
27104
27105         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
27106         analyzing the pads of an element the bin is mostly in READY state so
27107         no caps were negotiated. This helper function needs to work with
27108         _get_caps directly then. I was not freeing them though, added that to
27109         fix the mem leak.
27110
27111 2004-01-12  Julien MOUTTE <julien@moutte.net>
27112
27113         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
27114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
27115         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
27116         than the free_func.
27117
27118 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27119
27120         * sys/oss/gstossaudio.c: (plugin_init):
27121         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27122         * sys/oss/gstosselement.h:
27123           make an oss debugging category
27124           make failure more descriptive
27125
27126 2004-01-11  David Schleef  <ds@schleef.org>
27127
27128         * ext/ffmpeg/gstffmpeg.c:
27129         * ext/ffmpeg/gstffmpegcodecmap.c:
27130         * ext/ffmpeg/gstffmpegdec.c:
27131         * ext/ffmpeg/gstffmpegenc.c:
27132         * ext/ffmpeg/gstffmpegprotocol.c:
27133         * ext/gdk_pixbuf/gstgdkanimation.c:
27134         * ext/jpeg/gstjpeg.c:
27135         * ext/libpng/gstpng.c:
27136         * ext/mpeg2dec/perftest.c:
27137         * ext/speex/gstspeex.c:
27138         * gst-libs/gst/resample/dtos.c:
27139         * gst/intfloat/gstintfloatconvert.c:
27140         * gst/oneton/gstoneton.c:
27141         * gst/rtjpeg/RTjpeg.c:
27142         * gst/rtp/gstrtp.c:
27143         * sys/dxr3/dxr3init.c:
27144         * sys/glsink/gstgl_nvimage.c:
27145         * sys/glsink/gstgl_pdrimage.c:
27146         * sys/glsink/gstglsink.c:
27147         * testsuite/gst-lint:
27148         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
27149
27150 2004-01-11  David Schleef  <ds@schleef.org>
27151
27152         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
27153         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
27154         * ext/gdk_pixbuf/gstgdkanimation.c:
27155         (gst_gdk_animation_iter_create_pixbuf):
27156         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
27157         (gst_gdk_pixbuf_chain):
27158         * ext/gdk_pixbuf/gstgdkpixbuf.h:
27159         * ext/jack/gstjack.c: (gst_jack_change_state):
27160         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
27161         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
27162         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
27163         * gst/videofilter/gstvideofilter.c:
27164         (gst_videofilter_set_output_size):
27165         Remove all usage of gst_pad_get_caps(), and replace it with
27166         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
27167
27168 2004-01-11  David Schleef  <ds@schleef.org>
27169
27170         * configure.ac:
27171         * ext/Makefile.am: Fixes to make ext/libcaca compile.
27172         * ext/divx/gstdivxdec.c:
27173         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
27174         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
27175         handle images that span multiple buffers.  Now work with both
27176         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
27177         * ext/gdk_pixbuf/gstgdkpixbuf.h:
27178         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
27179         video/video.h changes
27180         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
27181         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
27182         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
27183         of GstData free function.
27184         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
27185         same.
27186
27187 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27188
27189         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
27190         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
27191         (gst_v4l2element_get_property):
27192         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
27193           add norm, channel and frequency properties.
27194         * sys/v4l2/gstv4l2tuner.c:
27195           fixes for tuner interface changes
27196         * sys/v4l2/gstv4l2element.h:
27197         * sys/v4l2/gstv4l2src.c:
27198         * sys/v4l2/gstv4l2src.h:
27199         * sys/v4l2/v4l2src_calls.c:
27200         * sys/v4l2/v4l2src_calls.h:
27201           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
27202
27203 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27204
27205         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
27206         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
27207         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
27208         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
27209         * gst-libs/gst/tuner/tuner.h:
27210           GObjects aren't const.
27211           Add find_by_name functions.
27212           Add checks to _changed functions.
27213         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
27214         (gst_v4l_tuner_get_norm):
27215           Fixes for above.
27216
27217 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27218
27219         * gst-libs/gst/video/video.h:
27220           Fix caps template names to be understandable.
27221           Prefix everything with GST_VIDEO.
27222         * ext/aalib/gstaasink.c:
27223         * ext/divx/gstdivxdec.c:
27224         * ext/divx/gstdivxenc.c:
27225         * ext/gdk_pixbuf/gstgdkpixbuf.c:
27226         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
27227         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
27228         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
27229         * ext/libcaca/gstcacasink.c:
27230         * ext/libpng/gstpngenc.c: (raw_caps_factory):
27231         * ext/snapshot/gstsnapshot.c:
27232         * ext/swfdec/gstswfdec.c:
27233         * ext/xvid/gstxviddec.c:
27234         * ext/xvid/gstxvidenc.c:
27235         * gst/chart/gstchart.c:
27236         * gst/deinterlace/gstdeinterlace.c:
27237         * gst/effectv/gsteffectv.c:
27238         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
27239         * gst/goom/gstgoom.c:
27240         * gst/median/gstmedian.c:
27241         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
27242         (gst_monoscope_srcconnect), (gst_monoscope_chain):
27243         * gst/overlay/gstoverlay.c:
27244         * gst/smooth/gstsmooth.c:
27245         * gst/smpte/gstsmpte.c:
27246         * gst/synaesthesia/gstsynaesthesia.c:
27247         * gst/videocrop/gstvideocrop.c:
27248         * gst/videodrop/gstvideodrop.c:
27249         * gst/y4m/gsty4mencode.c:
27250         * sys/qcam/gstqcamsrc.c:
27251         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
27252           Make them work with new video.h file.
27253         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
27254         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
27255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
27256         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
27257           Make it work with new buffer allocation system.
27258
27259 2004-01-11  Julien MOUTTE  <julien@moutte.net>
27260
27261         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
27262         pad_alloc_buffer implementation to use ->srcpad
27263         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
27264         pad_alloc_buffer implementation to use ->srcpad
27265         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
27266         pad_alloc_buffer implementation to use ->srcpad
27267         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27268         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
27269         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
27270         a reference to everything we need.
27271         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
27272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27273         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
27274         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
27275         a reference to everything we need.
27276         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
27277
27278 2004-01-11  David Schleef  <ds@schleef.org>
27279
27280         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
27281         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
27282         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
27283         structure members.
27284         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
27285         value during a resize/renegotiation.
27286         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
27287         gst_pad_alloc_buffer();
27288         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
27289         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
27290         structure members.
27291         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
27292         Fix for rename of buffer private structure members.
27293         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
27294         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
27295         Fix for rename of buffer private structure members.
27296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
27297         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
27298         Fix for rename of buffer private structure members.
27299
27300 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
27301
27302         reviewed by: David Schleef <ds@schleef.org>
27303
27304         * gst/videofilter/Makefile.am:
27305         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
27306         from the patch by ds to fit in with recent make_filter changes.
27307
27308 2004-01-11  Julien MOUTTE  <julien@moutte.net>
27309
27310         * configure.ac: Adding examples/switch/Makefile
27311         * examples/Makefile.am: Adding examples/switch
27312         * examples/switch/Makefile.am: Adding switcher example.
27313         * examples/switch/switcher.c: (got_eos), (idle_iterate),
27314         (switch_timer), (main): Adding an example demonstrating switch usage
27315         with 2 videotestsrc showing different patterns.
27316         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
27317         (gst_switch_init): Fixing switch with the new caps system.
27318
27319 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27320
27321         * gst-libs/gst/video/video.h:
27322           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
27323           They should probably be like
27324           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
27325
27326 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27327
27328         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
27329         (qtdemux_parse_trak):
27330           fix audio chunk size/timestamp calculation
27331
27332 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27333
27334         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
27335           fix SVQ3 caps
27336
27337 2004-01-11  Steve Baker  <steve@stevebaker.org>
27338
27339         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
27340         (gst_agingtv_base_init), (gst_agingtv_class_init),
27341         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
27342         (gst_agingtv_set_property), (gst_agingtv_get_property):
27343         Port agingTV to videofilter
27344
27345 2004-01-09  Julien MOUTTE <julien@moutte.net>
27346
27347         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
27348         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
27349
27350 2004-01-09  Julien MOUTTE <julien@moutte.net>
27351
27352         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
27353         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
27354         * gst-libs/gst/xoverlay/xoverlay.c:
27355         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
27356         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
27357         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
27358         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
27359         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
27360         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
27361         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
27362         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
27363         the bufferalloc_function to replace bufferpools, fixing the XOverlay
27364         interface implementation to handle xid being 0 and fix some bugs
27365         triggered by Benjamin's testcase.
27366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
27367         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
27368         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
27369         the bufferalloc_function to replace bufferpools, fixing the XOverlay
27370         interface implementation to handle xid being 0 and fix some bugs
27371         triggered by Benjamin's testcase.
27372
27373 2004-01-09  David Schleef  <ds@schleef.org>
27374
27375         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
27376         mouse pointer events.  It works.
27377
27378 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27379
27380         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
27381           Use explicit caps - fix capsnego.
27382         * ext/xvid/gstxviddec.c:
27383         * ext/xvid/gstxvidenc.c:
27384           Remove macro-inside-macro which caused compile errors.
27385         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
27386           Error out if it's not a RIFF file. Else we error out without
27387           gst_element_error() which is not good...
27388
27389 2004-01-08  David Schleef  <ds@schleef.org>
27390
27391         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
27392         Fix pad_link function to handle formats that ffmpeg returns
27393         as multiple caps structures.
27394         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
27395         Only complain if source buffer is _smaller_ than expected.
27396         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
27397         (gst_videoscale_handle_src_event): Resize navigation events
27398         when passing them upstream.
27399         * gst/videotestsrc/gstvideotestsrc.c:
27400         * gst/videotestsrc/gstvideotestsrc.h:
27401         * gst/videotestsrc/videotestsrc.c:
27402         * gst/videotestsrc/videotestsrc.h:
27403         Rewrite many of the buffer painting functions to handle odd
27404         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
27405         been verified to work with my video card.
27406         * testsuite/gst-lint:  Add check for elements calling
27407         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
27408
27409 2004-01-08  David Schleef  <ds@schleef.org>
27410
27411         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27412         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
27413
27414 2004-01-08  Julien MOUTTE  <julien@moutte.net>
27415
27416         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
27417         configure event is not emiting the desired size signal. That fixes
27418         aspect ratio issues with gst-player.
27419
27420 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27421
27422         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
27423           Fix capsnego.
27424
27425 2004-01-08  Julien MOUTTE  <julien@moutte.net>
27426
27427         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
27428         public method to fire size signal.
27429
27430 2004-01-07  Julien MOUTTE  <julien@moutte.net>
27431
27432         * examples/gstplay/Makefile.am: Adding the interface library.
27433         * gst-libs/gst/play/Makefile.am: Adding the interface library.
27434         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
27435         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
27436         GST_IS_X_OVERLAY before signal connect.
27437         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
27438         Removing the have_video_size signal.
27439         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
27440         and associated public method.
27441         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
27442         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
27443         signal.
27444         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
27445         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
27446         signal.
27447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
27448         Using XOverlay public method to fire size signal.
27449
27450 2004-01-07  David Schleef  <ds@schleef.org>
27451
27452         * gst/videofilter/Makefile.am:
27453         * gst/videofilter/gstvideotemplate.c:
27454         * gst/videofilter/make_filter:
27455         Create gstvideoexample.c in a srcdir!=builddir friendly way.
27456         Convert make_filter to /bin/sh script.
27457
27458 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27459
27460         * gst/modplug/gstmodplug.cc: fix element description
27461
27462 2004-01-07  Julien MOUTTE  <julien@moutte.net>
27463
27464         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
27465         (got_video_size): Adding some new lines in g_print calls.
27466         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
27467         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
27468         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
27469         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
27470         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
27471         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
27472         Complete code review, reverting some stuff i disagree with, adding
27473         some fixes : time synchronization on invalid timestamps, renegotiation
27474         of private window.
27475         * sys/ximage/ximagesink.h:
27476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
27477         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
27478         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
27479         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
27480         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
27481         (gst_xvimagesink_buffer_new),
27482         (gst_xvimagesink_navigation_send_event),
27483         (gst_xvimagesink_set_xwindow_id),
27484         (gst_xvimagesink_get_desired_size),
27485         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
27486         stuff i disagree with, adding some fixes : Renegotiation of private
27487         window, implementing get_desired_size.
27488
27489 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27490
27491         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
27492         (gst_afsink_handle_event):
27493         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
27494         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
27495         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
27496         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
27497         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
27498           Fix for instantiate-test (see core). Also remove dead code from
27499           jpegenc (which still needs fixing, but that's lower on my TODO
27500           list...).
27501         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27502           Never return NULL as caps.
27503
27504 2004-01-07  David Schleef  <ds@schleef.org>
27505
27506         * configure.ac:
27507         * ext/Makefile.am:
27508         * ext/librfb/Makefile.am:
27509         * ext/librfb/gstrfbsrc.c:
27510         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
27511         is the protocol used by VNC.
27512
27513 2004-01-07  David Schleef  <ds@schleef.org>
27514
27515         * gst/videofilter/gstvideotemplate.c:
27516         * gst/videofilter/gstvideotemplate.h:
27517         * gst/videofilter/make_filter:
27518         Merge videotemplate header into source file.
27519         * gst/effectv/Makefile.am:
27520         * gst/effectv/gsteffectv.c: (plugin_init):
27521         * gst/effectv/gstwarp.c:
27522         Make warpTV a subclass of videofilter.
27523
27524 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27525
27526         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27527           Add guard against invalid utf-8 conversions in mad. Just in case.
27528
27529 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27530
27531         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
27532           Fix for bug shown by poisoning
27533
27534 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27535
27536         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
27537         (gst_v4lmjpegsrc_buffer_free):
27538         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
27539         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
27540         (gst_v4lsrc_buffer_free):
27541           Fix for removed bufferpools.
27542
27543 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
27544
27545         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
27546         Fix caps negotiation.
27547
27548         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27549         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
27550         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
27551         (dvdnavsrc_event):
27552         * ext/mpeg2dec/gstmpeg2dec.c:
27553         * gst-libs/gst/navigation/navigation.c:
27554         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
27555         * gst-libs/gst/navigation/navigation.h:
27556         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
27557         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
27558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
27559         Super-simple first version of mouse and keyboard events. Clicking
27560         on a DVD menu now works, although it may not take you where you
27561         expected.
27562
27563         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
27564         * gst/videotestsrc/gstvideotestsrc.c:
27565         (gst_videotestsrc_src_fixate):
27566         These fixate functions were broken - they never actually
27567         fixated :)
27568
27569 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27570
27571         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
27572         (gst_icecastsend_init):
27573           fix for new caps system.
27574         * gst-libs/gst/mixer/mixertrack.h:
27575         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
27576           Add 'master track' flag (for tools like ACME that only want to
27577           change the main volume).
27578
27579 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
27580
27581         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
27582         (gst_xvid_csp_to_caps):
27583         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
27584         * ext/xvid/gstxvidenc.c:
27585         ifdef out ARGB type when it isn't available
27586         in xvidcore 1.0.0beta2
27587
27588 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27589
27590         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
27591           When we have received a new SCR right in the first buffer after
27592           a seek (so in the same cycle that handles the discont), we should
27593           handle the buffer instead of unreffing it, else we lose data.
27594
27595 2004-01-06  Iain <iain@prettypeople.org>
27596
27597         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
27598           buffer-frames caps too.
27599
27600         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
27601           caps that we need, don't destroy them all and rebuild them. And when
27602           creating src pads, use the src pad template rather than the sink...
27603
27604 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27605
27606         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
27607           Add pad to element *after* setting functions such as event handler.
27608           Without this, the scheduler (opt) will link pads, set the event
27609           handler from the default event function (dispatcher in gstpad.c)
27610           and *after* that, we will set our own event function, which will
27611           thus never be used (and thus mpegdemux doesn't handle events).
27612
27613 2004-01-04  David Schleef  <ds@schleef.org>
27614
27615         Fix the fixate functions to handle new prototype:
27616         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
27617         * gst/videotestsrc/gstvideotestsrc.c:
27618         (gst_videotestsrc_src_fixate):
27619         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
27620         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
27621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
27622
27623 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27624
27625         * sys/ximage/ximagesink.h:
27626         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
27627         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
27628         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
27629         (gst_ximagesink_xoverlay_init):
27630           assorted fixes to make (re)embedding work
27631         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
27632         (gst_ximagesink_get_desired_size):
27633           implement desired size additions to XOverlay
27634
27635 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27636
27637         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
27638         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
27639         (gst_x_overlay_got_desired_size):
27640         * gst-libs/gst/xoverlay/xoverlay.h:
27641           Add optional "desired size" signal and querying.
27642
27643 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27644
27645         * gst/matroska/matroska-demux.c:
27646         (gst_matroska_demux_parse_blockgroup):
27647           Fix EBML-laced block parsing. Diffs are relative to previous
27648           lace, not the first lace. Thanks to Mosu from the Matroska
27649           team for detecting this.
27650         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
27651         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
27652         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
27653         (gst_wavparse_change_state):
27654         * gst/wavparse/gstwavparse.h:
27655           Quickfix for capsnego.
27656
27657 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27658
27659         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
27660           Fix indenting, fix pad creation.
27661
27662 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27663
27664         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
27665         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
27666         (gst_xviddec_sink_link):
27667           Implement src_getcaps() so proper size caps is negotiated.
27668
27669 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27670
27671         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
27672           Finish flac decoder on EOS. See #116178.
27673
27674 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27675
27676         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
27677         (gst_matroska_demux_add_stream):
27678         * gst/matroska/matroska-ids.h:
27679           Add getcaps() function to fix capsnego...
27680
27681 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27682
27683         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27684         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27685         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27686           Fix more integer overflows. Again, see #126967.
27687
27688 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27689
27690         * ext/mpeg2dec/gstmpeg2dec.c:
27691           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
27692           #130416.
27693
27694 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27695
27696         * configure.ac:
27697         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
27698         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
27699         * ext/xvid/gstxvid.h:
27700         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
27701         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
27702         (gst_xviddec_src_link), (gst_xviddec_sink_link),
27703         (gst_xviddec_change_state):
27704         * ext/xvid/gstxviddec.h:
27705         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
27706         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
27707         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
27708         (gst_xvidenc_link), (gst_xvidenc_set_property),
27709         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
27710         * ext/xvid/gstxvidenc.h:
27711           Update xvid plugin to latest xvid (1.0.0-beta3) API.
27712
27713 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27714
27715         * gst/rtp/rtp-packet.c:
27716           Add sys/types.h include, since OS X doesn't define in_addr_t
27717           in netinet/in.h, like it does on Linux (see #129600).
27718
27719 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
27720
27721         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
27722
27723         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
27724           Correct logic of dispose function (see #129306).
27725
27726 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27727
27728         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
27729         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
27730         (gst_mpeg_parse_init):
27731         * gst/mpegstream/gstmpegparse.h:
27732           Remove clock (which was never provided, i.e. dead code), and
27733           also fix integer overflows at high PTS values (see #126967).
27734
27735 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27736
27737         * ext/flac/gstflacdec.c:
27738         * ext/libpng/gstpngenc.h:
27739         * ext/mikmod/gstmikmod.h:
27740           OS X fixes (see #126628).
27741
27742 2004-01-02  David Schleef  <ds@schleef.org>
27743
27744         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
27745         (gst_alsa_src_base_init): Remove bogus "src" request pad.
27746         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
27747         (gst_mpeg_parse_class_init): Move pad template registration
27748         to class_init, since the derived class (mpegdemux) doesn't
27749         want them.
27750
27751 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27752
27753         * sys/ximage/Makefile.am:
27754         * sys/xvideo/Makefile.am:
27755         * sys/xvimage/Makefile.am:
27756           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
27757           after installation (see #127664).
27758
27759 2004-01-02  David Schleef  <ds@schleef.org>
27760
27761         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
27762         (gst_ffmpegenc_connect):  Negotiation fixes.
27763         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
27764         Remove inappropriate gst_caps_free().
27765         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
27766         Reenable Ronald's internal resize code, since the core handles
27767         it correctly now.
27768
27769 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27770
27771         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
27772         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
27773         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
27774           Fix pad template stuff.
27775
27776 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27777
27778         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
27779         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
27780           fix signed integer reading/writing.
27781
27782 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27783
27784         * ext/alsa/README:
27785           Remove outdated document
27786
27787 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
27788
27789         * gst/cutter/gstcutter.c: (gst_cutter_init):
27790           src pad was being created twice - oops.
27791
27792 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27793
27794         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
27795           Comment out internal resize. It doesn't handle the resulting
27796           XEvent internally, does another try_set_caps() which leads to
27797           a really nice loop.
27798           Real fix will come when Julien and Dave are awake. ;).
27799
27800 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27801
27802         * ext/mpeg2enc/gstmpeg2enc.cc:
27803           fix const/nonconst compile issue.
27804
27805 2004-01-02  David Schleef  <ds@schleef.org>
27806
27807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
27808         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
27809         Add fixate function and a check for bad formats.
27810
27811 2004-01-01  David Schleef  <ds@schleef.org>
27812
27813         Negotiation fixes:
27814         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
27815         (gst_audiofilter_init):
27816         * gst/debug/efence.c: (gst_efence_init):
27817         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27818         (gst_deinterlace_init):
27819         * gst/volume/gstvolume.c: (volume_connect):
27820
27821 2004-01-01  David Schleef  <ds@schleef.org>
27822
27823         Convert elements to use gst_pad_use_explicit_caps() where
27824         appropriate:
27825         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
27826         * ext/audiofile/gstafparse.c: (gst_afparse_init),
27827         (gst_afparse_open_file):
27828         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
27829         (gst_afsrc_open_file):
27830         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
27831         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
27832         (gst_ffmpegdec_chain):
27833         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
27834         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
27835         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
27836         (gst_gdk_pixbuf_chain):
27837         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
27838         (gst_jpegdec_chain):
27839         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
27840         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
27841         (gst_mikmod_negotiate):
27842         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
27843         (gst_mpeg2dec_negotiate_format):
27844         * ext/mpeg2enc/gstmpeg2enc.cc:
27845         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27846         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
27847         (gst_speexdec_sinkconnect):
27848         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
27849         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
27850         (gst_vorbisfile_new_link):
27851         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
27852         (gst_ac3parse_chain):
27853         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
27854         (gst_asf_demux_setup_pad):
27855         * gst/auparse/gstauparse.c: (gst_auparse_init),
27856         (gst_auparse_chain):
27857         * gst/id3/gstid3types.c: (gst_id3types_loop):
27858         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
27859         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
27860         (mp1videoparse_parse_seq):
27861         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
27862         (bpf_from_header):
27863         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27864         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
27865         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
27866         (gst_mpeg_parse_send_data):
27867         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
27868         (gst_qtdemux_add_stream):
27869         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
27870         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
27871         (gst_wavparse_parse_fmt):
27872
27873 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27874
27875         * configure.ac:
27876           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
27877           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
27878           it therefore uses the wrong include paths. Too bad... Note
27879           that 1.6.1.93 is not release yet. ;).
27880           Also add a check for mplex, which is now using the lib'ified
27881           mplex from mjpegtools, too.
27882         * ext/ffmpeg/gstffmpegcodecmap.c:
27883           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
27884           issues. I don't think ffmpeg handles 3ivx correctly, so this
27885           probably won't work. But it won't hurt either.
27886         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
27887         (gst_ffmpegdec_chain):
27888         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
27889         (gst_ffmpegenc_chain_audio):
27890           Fix memleak in audio encoding. Close codec if open fails, this
27891           calls the cleanup routines so we can re-use the context.
27892         * ext/mpeg2enc/gstmpeg2enc.cc:
27893           Fix pad template names/types, fix memory issue with getcaps().
27894         * ext/mpeg2enc/gstmpeg2encoder.cc:
27895         * ext/mpeg2enc/gstmpeg2encoder.hh:
27896           Fix compile issue with new caps system (const thingy).
27897         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
27898         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
27899           We read a first frame right on initing, so that we have a caps
27900           when we init the output. This caps is cached in padprivate and
27901           read as first frame.
27902         * ext/mplex/Makefile.am:
27903         * ext/mplex/gstmplex.cc:
27904         * ext/mplex/gstmplex.h:
27905         * ext/mplex/gstmplex.hh:
27906         * ext/mplex/gstmplexibitstream.cc:
27907         * ext/mplex/gstmplexibitstream.hh:
27908         * ext/mplex/gstmplexjob.cc:
27909         * ext/mplex/gstmplexjob.hh:
27910         * ext/mplex/gstmplexoutputstream.cc:
27911         * ext/mplex/gstmplexoutputstream.hh:
27912           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
27913           had issues, didn't do capsnego, supported only a subset of the
27914           mplex features and required a mplex fork in our local CVS. Plus
27915           that it worked agaist a very old mplex version. Rewriting was
27916           faster than updating it.
27917         * gst-libs/ext/Makefile.am:
27918         * gst-libs/ext/mplex/INSTRUCT:
27919         * gst-libs/ext/mplex/Makefile.am:
27920         * gst-libs/ext/mplex/README:
27921         * gst-libs/ext/mplex/TODO:
27922         * gst-libs/ext/mplex/ac3strm_in.cc:
27923         * gst-libs/ext/mplex/audiostrm.hh:
27924         * gst-libs/ext/mplex/audiostrm_out.cc:
27925         * gst-libs/ext/mplex/aunit.hh:
27926         * gst-libs/ext/mplex/bits.cc:
27927         * gst-libs/ext/mplex/bits.hh:
27928         * gst-libs/ext/mplex/buffer.cc:
27929         * gst-libs/ext/mplex/buffer.hh:
27930         * gst-libs/ext/mplex/fastintfns.h:
27931         * gst-libs/ext/mplex/format_codes.h:
27932         * gst-libs/ext/mplex/inputstrm.cc:
27933         * gst-libs/ext/mplex/inputstrm.hh:
27934         * gst-libs/ext/mplex/lpcmstrm_in.cc:
27935         * gst-libs/ext/mplex/mjpeg_logging.cc:
27936         * gst-libs/ext/mplex/mjpeg_logging.h:
27937         * gst-libs/ext/mplex/mjpeg_types.h:
27938         * gst-libs/ext/mplex/mpastrm_in.cc:
27939         * gst-libs/ext/mplex/mpegconsts.cc:
27940         * gst-libs/ext/mplex/mpegconsts.h:
27941         * gst-libs/ext/mplex/mplexconsts.hh:
27942         * gst-libs/ext/mplex/multplex.cc:
27943         * gst-libs/ext/mplex/outputstream.hh:
27944         * gst-libs/ext/mplex/padstrm.cc:
27945         * gst-libs/ext/mplex/padstrm.hh:
27946         * gst-libs/ext/mplex/stillsstream.cc:
27947         * gst-libs/ext/mplex/stillsstream.hh:
27948         * gst-libs/ext/mplex/systems.cc:
27949         * gst-libs/ext/mplex/systems.hh:
27950         * gst-libs/ext/mplex/vector.cc:
27951         * gst-libs/ext/mplex/vector.hh:
27952         * gst-libs/ext/mplex/videostrm.hh:
27953         * gst-libs/ext/mplex/videostrm_in.cc:
27954         * gst-libs/ext/mplex/videostrm_out.cc:
27955         * gst-libs/ext/mplex/yuv4mpeg.cc:
27956         * gst-libs/ext/mplex/yuv4mpeg.h:
27957         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
27958         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
27959           We don't fork mjpegtools' mplex in our CVS anymore.
27960         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
27961         (gst_avi_demux_add_stream):
27962         * gst/avi/gstavidemux.h:
27963           Add getcaps() function for proper caps nego. This makes some
27964           parts of AVI playback/reading work.
27965         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
27966           Resize window on new capsnego. This is probably wrong, but
27967           I'm still committing it because with current capsnego, the
27968           first successfull capsnego is auto-fixated, therefore rounded
27969           down to the lowest values in the caps. this results in a 16x16
27970           XWindow that is not reized when real capsnego finishes.
27971           Dave, I see more cases of this, do you know a proper solution?
27972         * tools/gst-launch-ext.in:
27973           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
27974
27975 2003-12-31  David Schleef  <ds@schleef.org>
27976
27977         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
27978         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
27979           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
27980
27981 2003-12-30  David Schleef  <ds@schleef.org>
27982
27983         * ext/ffmpeg/gstffmpegcolorspace.c:
27984         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
27985         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
27986         (gst_ffmpegcsp_chain): Negotiation fixes
27987         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
27988         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
27989         (gst_audio_convert_link), (gst_audio_convert_channels):
27990         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
27991         (gst_audioscale_link), (gst_audioscale_get_buffer),
27992         (gst_audioscale_chain): Negotiation fixes
27993         * gst/audioscale/gstaudioscale.h:
27994         * gst/videofilter/gstvideofilter.c:
27995         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
27996         (gst_videofilter_link), (gst_videofilter_init),
27997         (gst_videofilter_set_output_size), (gst_videofilter_setup),
27998         (gst_videofilter_find_format_by_structure):
27999         * gst/videofilter/gstvideofilter.h: Negotiation fixes
28000         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28001         (gst_videoscale_link):
28002         * gst/videoscale/videoscale.c: (videoscale_get_structure),
28003         (videoscale_find_by_structure), (gst_videoscale_setup):
28004         * gst/videoscale/videoscale.h: Negotiation fixes
28005         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
28006         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
28007         function, restrict resizing to a multiple of 4 (hack until
28008         everyone supports odd sizes correctly).
28009
28010 2003-12-29  Colin Walters  <walters@verbum.org>
28011
28012         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
28013         signed.
28014
28015 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
28016
28017         * ext/sndfile/gstsf.c: (gst_sf_loop):
28018           Fix warning about discarding const qualifier
28019
28020 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
28021
28022         * gst/cutter/gstcutter.c:
28023         * gst/videoscale/gstvideoscale.c:
28024         * gst/volenv/gstvolenv.c:
28025         * gst-libs/gst/audio/audio.c:
28026         * gst-libs/gst/video/video.c:
28027           Fix warnings
28028
28029 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28030
28031         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
28032           Don't send ALSA debugging to stderr.
28033         * ext/alsa/gstalsa.h:
28034           Use GST_WARNING instead of g_warning when ALSA functions fail.
28035
28036 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28037
28038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28039           Free XVAdapterInfo correctly.
28040
28041 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28042
28043         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
28044         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
28045           Make id3tag use correct caps nego.
28046
28047 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
28048
28049         * ext/ivorbis/vorbis.c:
28050         * ext/ivorbis/vorbisenc.h:
28051         * ext/ivorbis/vorbisfile.c:
28052           Modify so that it uses the new caps things
28053
28054 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28055
28056         * testsuite/spider/spider1.c: (main):
28057         * testsuite/spider/spider2.c: (main):
28058         * testsuite/spider/spider3.c: (main):
28059           Make tests compile again. They probably don't work.
28060
28061 2003-12-24  Colin Walters  <walters@verbum.org>
28062
28063         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
28064         we can't fixate the caps anymore.
28065
28066 2003-12-23  David Schleef  <ds@schleef.org>
28067
28068         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
28069         * sys/oss/gstosssink.c: (gst_osssink_init),
28070         (gst_osssink_sink_fixate): Add fixate function.
28071
28072 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28073
28074         * ext/ffmpeg/gstffmpegcodecmap.c:
28075         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
28076         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
28077         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
28078         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28079         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28080         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28081         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
28082           fix typo in RGB masks, and move back to "old" colorspace
28083           capsnego code until whoever wrote this new crap has actually
28084           tested it so that it works.
28085           And yes, this works, keep it that way please.
28086
28087 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28088
28089         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
28090         (gst_divxdec_init), (gst_divxdec_negotiate):
28091         * ext/divx/gstdivxdec.h:
28092         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
28093         (gst_divxenc_init):
28094         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
28095         (gst_faac_sinkconnect), (gst_faac_srcconnect):
28096         * ext/mpeg2enc/gstmpeg2enc.cc:
28097         * ext/mpeg2enc/gstmpeg2encoder.cc:
28098         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
28099         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
28100         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
28101         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
28102         (dxr3spusink_init):
28103         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
28104         (dxr3videosink_init):
28105           Fix caps breakage after Dave's caps branch merge.
28106
28107 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28108
28109         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28110           Fix for 24bpp display.
28111
28112 2003-12-23  Colin Walters  <walters@verbum.org>
28113
28114         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
28115         a GnomeVFSHandle directly.
28116
28117 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28118
28119         * gst/volume/Makefile.am:
28120         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
28121         (volume_base_init), (volume_init):
28122           Reenable volume element and fix to work with new caps stuff.
28123           Rhythmbox needs this.
28124
28125 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28126
28127         * gst/qtdemux/qtdemux.c: (plugin_init):
28128           qtdemux requires bytestream
28129
28130 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28131
28132         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
28133           Fix remaining caps handling errors due to CAPS merge.
28134
28135 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28136
28137         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
28138         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
28139         (gst_faad_srcconnect):
28140           Port to new caps system.
28141
28142 2003-12-21  Julien MOUTTE  <julien@moutte.net>
28143
28144         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
28145         (got_video_size), (main): using g_print instead of g_message.
28146         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
28147         signal which was not emitted because of "switch" element added to the
28148         bin but not connected. (Removing from the bin temporarily)
28149
28150 2003-12-21  Julien MOUTTE  <julien@moutte.net>
28151
28152         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
28153         find X development files. I don't understand the previous tests and
28154         they fail on my debian/ppc unstable. This one works.
28155         * examples/gstplay/player.c: (main): Set the pipeline to READY before
28156         exiting.
28157         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
28158         (gst_play_set_video_sink), (gst_play_set_audio_sink),
28159         (gst_play_set_visualization): Add some safety checks in set_ methods
28160         and state_change. This was throwing some ugly CRITICAL messages when
28161         pipeline was getting disposed and casts were failing.
28162
28163 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28164
28165         * configure.ac:
28166           Improve mpeg2enc detection. This is for distributions that do
28167           ship mjpegtools, but without mpeg2enc. Also does object check
28168           for might there ever be ABI incompatibility.
28169         * ext/mpeg2enc/gstmpeg2enc.cc:
28170           Add Andrew as second maintainer (he's helping me), and also add
28171           an error if no caps was set. This happens if I pull before capsnego
28172           and that's something I should solve sometime else.
28173         * gst/matroska/matroska-demux.c:
28174         (gst_matroska_demux_parse_blockgroup):
28175           Fix time parsing.
28176         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
28177         (gst_matroska_mux_track_header):
28178           Add caps to templates.
28179         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
28180           Add mpegversion=1 to prevent confusion with MPEG/AAC.
28181         * gst/mpegstream/gstmpegdemux.c:
28182           Remove layer since it causes warnings about unfixed caps.
28183         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28184           Fix obvious typo (we error out if caps were set, we should of
28185           course error out if *no* caps were set).
28186         * sys/oss/gstosselement.c: (gst_osselement_convert):
28187           Fix format conversion, we confused bits/bytes.
28188         * sys/oss/gstosselement.h:
28189           Improve documentation for 'bps'.
28190         * sys/v4l/TODO:
28191           Remove stuff about plugins that need removing - this was done
28192           ages ago.
28193         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
28194         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
28195         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
28196         (gst_v4lsrc_src_query):
28197         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
28198         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
28199           Add get_query_types(), get_formats() and query() functions.
28200
28201 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
28202
28203         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
28204           * moved CVS to freedesktop.org