Add RTCP docs.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-29  Wim Taymans  <wim@fluendo.com>
2
3         * docs/libs/gst-plugins-base-libs-docs.sgml:
4         * docs/libs/gst-plugins-base-libs-sections.txt:
5         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6         (gst_base_rtp_audio_payload_get_adapter):
7         Add RTCP docs.
8         Fix some more docs.
9
10         * gst-libs/gst/rtp/Makefile.am:
11         * gst-libs/gst/rtp/gstrtcpbuffer.c:
12         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
13         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
14         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
15         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
16         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
17         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
18         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
19         (gst_rtcp_packet_sr_get_sender_info),
20         (gst_rtcp_packet_sr_set_sender_info),
21         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
22         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
23         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
24         (gst_rtcp_packet_sdes_get_chunk_count),
25         (gst_rtcp_packet_sdes_first_chunk),
26         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
27         (gst_rtcp_packet_sdes_first_item),
28         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
29         (gst_rtcp_packet_bye_get_ssrc_count),
30         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
31         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
32         (gst_rtcp_packet_bye_get_reason_len),
33         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
34         * gst-libs/gst/rtp/gstrtcpbuffer.h:
35         Add new helper object for parsing and creating RTCP messages.
36
37 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
38
39         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
40         PCM samples with width=8 must be always unsigned, no matter what
41         depth they have.
42
43 2007-03-29  Andy Wingo  <wingo@pobox.com>
44
45         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
46         perfect offsets also, not just timestamps.
47
48         * tests/check/elements/videorate.c (test_more): Test that given
49         any incoming offsets, that videorate produces perfect offsets.
50
51 2007-03-29  Wim Taymans  <wim@fluendo.com>
52
53         * gst-libs/gst/riff/riff-ids.h:
54         Add some more RIFF formats.
55
56 2007-03-29  Wim Taymans  <wim@fluendo.com>
57
58         * gst-libs/gst/rtp/gstrtpbuffer.c:
59         (gst_rtp_buffer_default_clock_rate):
60         * gst-libs/gst/rtp/gstrtpbuffer.h:
61         Fix fixed payload names and docs.
62         Added method to get the default clock rates of fixed payload types.
63         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
64
65 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
66
67         * tests/check/pipelines/.cvsignore:
68         Add new vorbisdec test to cvsignore.
69
70 2007-03-28  Wim Taymans  <wim@fluendo.com>
71
72         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
73         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
74         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
75         (gst_base_audio_sink_set_property),
76         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
77         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
78         (gst_base_audio_sink_skew_slaving),
79         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
80         (gst_base_audio_sink_async_play):
81         * gst-libs/gst/audio/gstbaseaudiosink.h:
82         Store private stuff in GstBaseAudioSinkPrivate.
83         Add configurable clock slaving modes property.
84         API:: GstBaseAudioSink::slave-method property
85         Some more latency reporting tweaks.
86         Added skew based clock slaving correction and make it the default until
87         the resampling method is more robust.
88
89 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
90
91         * gst/audioconvert/audioconvert.c:
92         Add docs to the integer pack functions and implement proper
93         rounding. Before we had rounding towards negative infinity, i.e.
94         always the smaller number was taken. Now we use natural rounding,
95         i.e. rounding to the nearest integer and to the one with the largest
96         absolute value for X.5. The old rounding introduced some minor
97         distortions. Fixes #420079
98         * tests/check/elements/audioconvert.c: (GST_START_TEST):
99         Fix one unit test that assumed the old rounding and added unit tests
100         for checking signed/unsigned int16 <-> signed/unsigned int16 with
101         depth 8, one for signed int16 <-> unsigned int16 and one for the new
102         rounding from signed int32 to signed/unsigned int16.
103
104 2007-03-27  Michael Smith  <msmith@fluendo.com>
105
106         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
107         (gst_audio_convert_transform_caps):
108           Fix typo in debug line introduced recently, as pointed out on irc.
109
110 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
111
112         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
113         * tests/check/libs/tag.c: (GST_START_TEST):
114           Make sure we parse floating-point numbers in vorbis comments
115           correctly with either '.' or ',' as separator, no matter what
116           the current locale is. Add unit test for this too.
117
118 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
119
120         Patch by: René Stadler  <mail at renestadler de>
121
122         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
123           When writing out floating-point numbers to vorbis comment tags, always
124           use the same character as separator no matter what the current locale is
125           (fixes #423051).
126
127         * tests/check/libs/tag.c: (GST_START_TEST):
128           Add unit tests for replaygain tags in vorbis comments (closes #423055).
129
130 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
131
132         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
133           vorbis_handle_data_packet):
134           Correctly set DURATION to generate a timestamp-continuous stream.
135           One bug left at the end; see
136           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
137         * tests/check/Makefile.am:
138         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
139           Add a test to check this.  Without the above patch this test fails.
140
141 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
142
143         * gst-libs/gst/rtp/Makefile.am:
144         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
145
146 2007-03-23  Michael Smith  <msmith@fluendo.com>
147
148         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
149         (gst_video_rate_reset), (gst_video_rate_chain):
150           If videorate changes caps, we can no longer use the old buffer
151           (which may have a different size, incompatible with our caps).
152           So don't do that; just duplicate the new frame more times.
153
154 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
155
156         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
157         Remove playbin's override of the set_clock vmethod. It's irrelevant
158         after Wim's commit on the 19th.
159
160 2007-03-22  Wim Taymans  <wim@fluendo.com>
161
162         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
163         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
164         * ext/gnomevfs/gstgnomevfssrc.h:
165         Don't cache file sizes. Fixes #341078.
166
167 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
168
169         * gst/playback/gstplaybin.c: (add_sink):
170           Use GST_PTR_FORMAT to log caps. 
171
172 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
173
174         Patch by: Young-Ho Cha <ganadist at chollian net>
175
176         * gst/subparse/samiparse.c: (handle_start_font):
177           Special-case some more colour names that pango doesn't handle by
178           default. Fixes #420578.
179
180 2007-03-20  Michael Smith  <msmith@fluendo.com>
181
182         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
183           If we get a zero-sized input buffer, don't pass it to libvorbis, as
184           that marks EOS internally. After that, libvorbis will buffer all
185           input data, and encode none of it, eventually leading to memory
186           exhaustion.
187
188 2007-03-19  Wim Taymans  <wim@fluendo.com>
189
190         * gst/playback/gstdecodebin.c: (remove_fakesink):
191         Don't post STATE_DIRTY anymore.
192
193         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
194         (gst_play_bin_change_state):
195         Remove stream_time reset in seek handling, core does that now.
196         Disable clocking for live pipelines by forcing a NULL clock to the
197         complete pipeline, core is too smart now for our previous hack.
198         We can always autoplug in PAUSED now.
199
200 2007-03-17  David Schleef  <ds@schleef.org>
201
202         * REQUIREMENTS:  Update this file, change the formatting to make
203         it more consistent, plus more machine readable.
204
205 2007-03-16  Michael Smith  <msmith@fluendo.com>
206
207         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
208         (strip_width_64), (append_with_other_format):
209           Previous fix was too simplistic, and broke the tests. Use a better
210           approach; only strip 64 from widths for integer audio.
211
212 2007-03-16  Michael Smith  <msmith@fluendo.com>
213
214         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
215         (gst_audio_convert_transform_caps):
216           We don't support 64 bit integer audio, so don't try to claim we can.
217           Stops us producing caps don't match our template caps.
218           Update comments.
219
220 2007-03-15  Michael Smith  <msmith@fluendo.com>
221
222         * gst/audioresample/gstaudioresample.c:
223         (audioresample_check_discont), (audioresample_transform):
224           Don't trigger discontinuities for very small imperfections; a filter
225           flush will sound bad, and many plugins have rounding errors leading
226           to these.
227
228 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
229
230         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
231         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
232         Add min-ptime property to RTP base audio payloader. Patch by
233         olivier.crete@collabora.co.uk.
234         Fixes #415001
235
236         Indentation/whitespace/documentation fixes.
237
238 2007-03-14  Julien MOUTTE  <julien@moutte.net>
239
240         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
241         (audioresample_transform_size), (audioresample_do_output),
242         (audioresample_transform), (audioresample_pushthrough): Handle
243         discontinuous streams.
244         * gst/audioresample/gstaudioresample.h:
245         * tests/check/elements/audioresample.c:
246         (test_discont_stream_instance), (GST_START_TEST),
247         (audioresample_suite): Add a test for discontinuous streams.
248         * win32/common/config.h: Updated.
249
250 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
251
252         * po/af.po:
253         * po/az.po:
254         * po/cs.po:
255         * po/en_GB.po:
256         * po/it.po:
257         * po/nb.po:
258         * po/nl.po:
259         * po/or.po:
260         * po/sq.po:
261         * po/sr.po:
262         * po/sv.po:
263         * po/uk.po:
264         * po/vi.po:
265           Update translations from translation project.
266
267 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
268
269         * gst/audioresample/debug.h:
270         * gst/audioresample/resample.c: (resample_init):
271           Since I really am not interested in a debug line for each sample
272           being processed, move the library's debugging to its own category,
273           libaudioresample
274
275 2007-03-13  Michael Smith  <msmith@fluendo.com>
276
277         * ext/theora/theoradec.c: (theora_handle_type_packet):
278           Since the plugin doesn't support anything other than 4:2:0 right
279           now, post an error and fail if we get something else. Won't matter
280           until libtheora supports the other pixel formats, but hopefully
281           that'll be soon...
282
283 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
284
285         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
286         Use gst_guint64_to_gdouble for conversion.
287         * win32/MANIFEST:
288         Add new files to the win32 MANIFEST.
289         * win32/common/libgstaudio.def:
290         * win32/common/libgstpbutils.def:
291         Add new exported functions.
292         * win32/vs6/gst_plugins_base.dsw:
293         * win32/vs6/libgstdecodebin.dsp:
294         * win32/vs6/libgstplaybin.dsp:
295         Change the link to libgstpbutils.lib.
296         * win32/vs6/libgstdecodebin2.dsp:
297         Add a new project for decodebin2.
298         * win32/vs6/libgstpbutils.dsp:
299         Add a new project for pbutils.
300
301 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
302
303         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
304           Also accept partial dates with only year and month,
305           like 1999-12-00 (fixes #410396 even more).
306
307         * tests/check/libs/tag.c: (GST_START_TEST):
308           Add unit test for the above.
309
310 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
311
312         * tests/check/elements/subparse.c: (GST_START_TEST),
313         (subparse_suite):
314           Add unit test for MPL2 subtitle format (#413799).
315
316 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
317
318         Patch by: Kamil Pawlowski  <kamilpe gmail com>
319
320         * gst/subparse/Makefile.am:
321         * gst/subparse/gstsubparse.c:
322         (gst_sub_parse_data_format_autodetect),
323         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
324         (gst_subparse_type_find):
325         * gst/subparse/gstsubparse.h:
326         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
327         * gst/subparse/mpl2parse.h:
328           Add support for MPL2 subtitle format (#413799).
329
330 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
331
332         * configure.ac:
333           We require core CVS for the new buffer metadata copy functions.
334
335 2007-03-09  Wim Taymans  <wim@fluendo.com>
336
337         * gst-libs/gst/tag/gstid3tag.c:
338         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
339         Fixes #414496.
340
341         Patch by: Alex Lancaster <alexl at users sourceforge net>
342
343 2007-03-09  Wim Taymans  <wim@fluendo.com>
344
345         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
346         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
347         Improve adapter usage and comments.
348
349 2007-03-09  Wim Taymans  <wim@fluendo.com>
350
351         * ext/pango/gsttextrender.c: (gst_text_render_chain):
352         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
353         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
354         Use new metadata copy function.
355
356         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
357         (gst_ffmpegcsp_transform):
358         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
359         Basetransform copied the metadata for us.
360
361 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
362
363         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
364         (gst_text_overlay_video_event):
365           Some more logging. Only accept newsegment events in TIME format and
366           send a WARNING message if they are not in TIME format.
367
368         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
369         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
370         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
371         * gst/subparse/gstsubparse.h:
372           No need to allocate GstSegment structure dynamically, just put it
373           into the instance structure; ignore newsegment events in BYTE
374           format and in particular don't let it overwrite our saved TIME
375           segment from the last seek.
376
377 2007-03-09  Michael Smith  <msmith@fluendo.com>
378
379         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
380           Replace AC3 typefinder with one that isn't terrible, and actually
381           works usefully.
382
383 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
384
385         * gst/audioconvert/gstaudioconvert.c:
386         (gst_audio_convert_transform):
387           fix error category and translatable string
388           
389
390 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
391
392         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
393         * pkgconfig/gstreamer-plugins-base.pc.in:
394           Fix up utils => pbutils here too.
395
396 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
397
398         * gst/subparse/gstsubparse.c: (handle_buffer):
399           Break out of loop in chain function as soon as possible if we get
400           a non-OK flow return.
401
402 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
403
404         * tests/check/elements/alsa.c: (GST_START_TEST):
405         Unref the mixer if the state change fails too (if the
406         alsa devices are inaccessible, for example)
407
408 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
409
410         * tests/check/Makefile.am:
411         Don't test libvisual elements in the states check, because libvisual
412         seems to leak internally.
413
414         Re-enable the alsa and states tests now that there's new suppressions
415         in gst.supp.
416
417         * tests/check/elements/alsa.c: (GST_START_TEST):
418         Don't leak the alsamixer we instantiated.
419
420 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
421
422         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
423         (gst_ximagesink_change_state), (gst_ximagesink_reset),
424         (gst_ximagesink_finalize):
425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
426         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
427         Move some cleanup stuff from the state change handler into a _reset()
428         function that can be called from _finalize(). This ensures that things
429         get freed even if (for some reason) the NULL->READY state transition
430         fails in the parent class.
431         Even if a parent state change fails, process our downward state change
432         logic instead of bailing out early.
433         Free the correct xcontext pointer in ximagesink's xcontext_clear.
434
435 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
436
437         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
438         Extra log line.
439
440         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
441         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
442         Use pango_font_description_set_family_static instead of 
443         pango_font_description_set_family to save a string copy (it was
444         leaking due to the strdup anyway)
445
446         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
447         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
448         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
449         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
450         Chain up in finalize.
451
452 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
453
454         * gst-libs/gst/interfaces/mixertrack.c:
455         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
456         (gst_mixer_track_set_property):
457           API: add "untranslated-label" property which should be set by
458           implementations at construct time (#414645).
459
460         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
461         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
462           Set "untranslated-label" when constructing mixer track objects.
463
464         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
465           Unit test to check the above.
466
467 2007-03-07  Wim Taymans  <wim@fluendo.com>
468
469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
470         Fix confusing debug message.
471
472 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
473
474         * gst-plugins-base.doap:
475         update doap file with new version
476
477 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
478
479         * configure.ac:
480         Back to CVS
481
482 === release 0.10.12 ===
483
484 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
485
486         * configure.ac:
487           releasing 0.10.12, "Zombie Horde"
488
489 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
490
491         * configure.ac:
492         Bump version to 0.10.11.4 pre-release
493
494 2007-03-06  Wim Taymans  <wim@fluendo.com>
495
496         * gst-libs/gst/audio/gstbaseaudiosink.c:
497         (gst_base_audio_sink_async_play):
498         Fix regression that made GStreamer skip the first samples of audio.
499         Fixes #414684.
500
501 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
502
503         * configure.ac:
504         Bump version to 0.10.11.3 pre-release
505
506 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
507
508         * po/POTFILES.in:
509           Update paths for the rename from utils to pbutils to fix the build.
510
511 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
512
513         * gst-libs/gst/pbutils/Makefile.am:
514           Change directory to install headers in from gst/utils to gst/pbutils
515           as well.
516
517 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
518
519         * configure.ac:
520         * docs/libs/gst-plugins-base-libs-docs.sgml:
521         * docs/libs/gst-plugins-base-libs-sections.txt:
522         * gst-libs/gst/Makefile.am:
523         * gst-libs/gst/interfaces/mixer.c:
524         * gst-libs/gst/pbutils/Makefile.am:
525         * gst-libs/gst/pbutils/descriptions.c:
526         (gst_pb_utils_get_source_description),
527         (gst_pb_utils_get_sink_description),
528         (gst_pb_utils_get_decoder_description),
529         (gst_pb_utils_get_encoder_description),
530         (gst_pb_utils_get_element_description),
531         (gst_pb_utils_add_codec_description_to_tag_list),
532         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
533         * gst-libs/gst/pbutils/descriptions.h:
534         * gst-libs/gst/pbutils/install-plugins.c:
535         * gst-libs/gst/pbutils/install-plugins.h:
536         * gst-libs/gst/pbutils/missing-plugins.c:
537         (gst_missing_uri_source_message_new),
538         (gst_missing_uri_sink_message_new),
539         (gst_missing_element_message_new),
540         (gst_missing_decoder_message_new),
541         (gst_missing_encoder_message_new),
542         (gst_missing_plugin_message_get_description):
543         * gst-libs/gst/pbutils/missing-plugins.h:
544         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
545         * gst-libs/gst/pbutils/pbutils.h:
546         * gst-libs/gst/utils/Makefile.am:
547         * gst-libs/gst/utils/base-utils.c:
548         * gst-libs/gst/utils/base-utils.h:
549         * gst-libs/gst/utils/descriptions.c:
550         * gst-libs/gst/utils/descriptions.h:
551         * gst-libs/gst/utils/install-plugins.c:
552         * gst-libs/gst/utils/install-plugins.h:
553         * gst-libs/gst/utils/missing-plugins.c:
554         * gst-libs/gst/utils/missing-plugins.h:
555         * gst-plugins-base.spec.in:
556         * gst/playback/Makefile.am:
557         * gst/playback/gstdecodebin.c:
558         * gst/playback/gstdecodebin2.c:
559         * gst/playback/gstplaybasebin.c: (setup_subtitle),
560         (gen_source_element):
561         * gst/playback/gstplaybin.c: (plugin_init):
562         * tests/check/Makefile.am:
563         * tests/check/libs/pbutils.c: (GST_START_TEST),
564         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
565         * tests/check/libs/utils.c:
566           rename utils to pbutils
567
568 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
569
570         * docs/plugins/Makefile.am:
571         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
572         * docs/plugins/gst-plugins-base-plugins-sections.txt:
573         * docs/plugins/inspect/plugin-decodebin2.xml:
574         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
575         Add documentation for decodebin2 that indicates that the API
576         is still unstable.
577
578 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
579
580         * configure.ac:
581         Update to 0.10.11.2 (0.10.12 pre-release)
582
583 2007-03-01  Wim Taymans  <wim@fluendo.com>
584
585         * gst-libs/gst/audio/gstbaseaudiosink.c:
586         (gst_base_audio_sink_async_play):
587         base time is irrelevant here.
588
589 2007-03-01  Wim Taymans  <wim@fluendo.com>
590
591         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
592         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
593         Improve debugging.
594
595         * gst-libs/gst/audio/gstbaseaudiosink.c:
596         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
597         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
598         Improve latency and clock slaving calculations.
599         Improve slave clock calibration.
600
601         * gst-libs/gst/audio/gstringbuffer.c:
602         (gst_ring_buffer_commit_full):
603         When we are asked to render N sample to 0 bytes, return N.
604
605 2007-03-01  Wim Taymans  <wim@fluendo.com>
606
607         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
608         (gst_alsasink_write), (gst_alsasink_reset):
609         * ext/alsa/gstalsasink.h:
610         Remove unused dispose function.
611         Rename lock to not interfere with alsasrc lock.
612
613         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
614         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
615         (gst_alsasrc_read), (gst_alsasrc_reset):
616         * ext/alsa/gstalsasrc.h:
617         Implement finalize function.
618         Use lock to protect alsa access.
619         Implement _reset.
620         Fine tune sw params.
621
622 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
623
624         * configure.ac:
625           Convert to new AG_GST style.
626
627 2007-02-28  Wim Taymans  <wim@fluendo.com>
628
629         Patch by: Ed Catmur <ed at catmur dot co dot uk>
630
631         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
632         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
633         Fix race condition when rapidly switching visualisations in playbin.
634         Fixes #401029.
635
636 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
637
638         * tests/check/Makefile.am:
639         Include local stuff before system installed things in LDFLAGS and
640         CFLAGS.
641
642 2007-02-28  Wim Taymans  <wim@fluendo.com>
643
644         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
645         Improve debugging.
646
647 2007-02-28  Wim Taymans  <wim@fluendo.com>
648
649         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
650         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
651         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
652         Fix duration and timestamping, taking latency into account.
653         Implement latency query.
654
655 2007-02-28  Wim Taymans  <wim@fluendo.com>
656
657         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
658         (gst_audio_clock_new):
659         Fix clock name.
660
661         * gst-libs/gst/audio/gstbaseaudiosink.c:
662         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
663         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
664         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
665         (gst_base_audio_src_create):
666         Improve latency query code.
667         Use proper clock names.
668
669 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
670
671         * tests/check/generic/states.c: (GST_START_TEST):
672           Copy the states.c test from core again
673         * tests/check/Makefile.am:
674           ignore cdio and cdparanoiasrc
675
676 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
677
678         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
679         (double_hq), (audio_convert_get_func_index), (check_default),
680         (audio_convert_prepare_context), (audio_convert_convert):
681           Also make valgrind happy and avoid copying data in some cases.
682
683 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
684
685         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
686         (double_hq), (audio_convert_get_func_index),
687         (audio_convert_prepare_context), (audio_convert_convert):
688         * gst/audioconvert/gstaudioconvert.c:
689         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
690         (gst_audio_convert_transform_caps):
691         * tests/check/elements/audioconvert.c: (GST_START_TEST),
692         (audioconvert_suite):
693           Don't run inplace if that overwrites source data as we go. Add more
694           tests. Fixes #339837 even more.
695
696 2007-02-27  Julien MOUTTE  <julien@moutte.net>
697
698         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
699         (msg_segment_done): Fix various seeking bugs (Slider was not
700         updating when doing a non flushing seek, Reverse playback 
701         on segment seek was wrong).
702
703 2007-02-26  Wim Taymans  <wim@fluendo.com>
704
705         * tests/examples/seek/seek.c: (stop_seek):
706         When we stop scrubbing, don't leave the pipeline PLAYING when we
707         requested a PAUSED state.
708
709 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
710
711         Patch by: René Stadler <mail at renestadler de>
712
713         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
714           Parse date strings in vorbis comments that have an invalid (zero)
715           month or day (#410396).
716
717         * tests/check/libs/tag.c: (GST_START_TEST):
718           Test case for the above.
719
720 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
721
722         Patch by: Loïc Minier <lool+gnome at via ecp fr>
723
724         * configure.ac:
725         * ext/alsa/Makefile.am:
726         * gst/audiotestsrc/Makefile.am:
727           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
728
729 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
730
731         * gst/playback/gstplaybin.c:
732           Improve docs: point out that the application needs to assist playbin
733           with buffering.
734
735 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
736
737         * gst-libs/gst/utils/install-plugins.c:
738         * gst-libs/gst/utils/missing-plugins.c:
739         * tests/check/libs/utils.c: (missing_msg_check_getters):
740           Change GStreamer marker prefix in detail string from 'gstreamer.net'
741           to just 'gstreamer'. Document the caps string component of the
742           decoder/encoder detail a bit better, since not everyone will be
743           familiar with the GStreamer media type/caps system (but they better
744           enjoy nested itemized lists).
745
746 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
747
748         * gst-libs/gst/netbuffer/gstnetbuffer.c:
749         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
750           Fix copying of GstNetBuffer (would crash before, or at least lead to
751           invalid memory access, #410772), for now by copying the GstBuffer copy
752           code from the core over here so we can copy the GstBuffer fields on a
753           provided buffer instance (of type GstNetBuffer in this case). Would be
754           better to fix this with some support by the core though (and in the long
755           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
756
757         * tests/check/Makefile.am:
758           Enable unit test for GstNetBuffer.
759
760 2007-02-22  Andy Wingo  <wingo@pobox.com>
761
762         * gst-libs/gst/audio/gstbaseaudiosink.c
763         (gst_base_audio_sink_init): Disable pull-mode activation until we
764         figure out how to make audio sinks go to PLAYING.
765
766 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
767
768         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
769         (double_hq), (audio_convert_get_func_index),
770         (audio_convert_prepare_context), (audio_convert_convert):
771         * gst/audioconvert/audioconvert.h:
772         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
773         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
774         * gst/audioconvert/gstchannelmix.h:
775         * tests/check/elements/audioconvert.c: (GST_START_TEST):
776           Add float as an intermediate format, as well as float mixing. Enable
777           test that was failing before. Fixes #339837
778
779 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
780
781         * tests/examples/seek/seek.c: (do_seek):
782         Undo the previous commit: -1 as a stop time implies that the stop
783         time is the end of file, clearing any previously configured segment.
784
785 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
786
787         * tests/examples/seek/seek.c: (do_seek):
788         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
789
790 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
791
792         * gst/volume/gstvolume.c: (volume_process_int16),
793         (volume_process_int16_clamp), (volume_set_caps):
794           Unbreak volume, value remains gint.
795
796 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
797
798         * gst/volume/gstvolume.c: (volume_choose_func),
799         (volume_update_real_volume), (gst_volume_set_volume),
800         (gst_volume_init), (volume_process_double), (volume_process_float),
801         (volume_process_int16), (volume_process_int16_clamp),
802         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
803         * gst/volume/gstvolume.h:
804           Extend float audio support (double) and some int->uint cleanups.
805
806 2007-02-20  Edward Hervey  <edward@fluendo.com>
807
808         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
809         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
810         (sort_end_pads), (gst_decode_group_expose),
811         (gst_decode_group_hide):
812         Don't free groups from the streaming threads. Just put them aside and
813         free them in dispose.
814
815 2007-02-20  Edward Hervey  <edward@fluendo.com>
816
817         * gst/playback/gstdecodebin2.c: (connect_element),
818         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
819         (sort_end_pads), (gst_decode_group_expose):
820         Handle dynamic pads within groups.
821         Sort pads before exposing them in order to make playbin happy.
822         There still is a race with the multiqueue filling up. This should be
823         solved separately.
824         Fixes #398721
825
826 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
827
828         * gst-libs/gst/utils/base-utils.c:
829         * gst-libs/gst/utils/descriptions.c:
830         * gst-libs/gst/utils/install-plugins.c:
831         * gst-libs/gst/utils/missing-plugins.c:
832           Some more docs (and descriptions for two subtitle formats).
833
834 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
835
836         * gst-libs/gst/audio/audio.c:
837           Fix documentation.
838
839 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
840
841         Patch by: Yves Lefebvre  <ivanohe abacom com>
842
843         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
844           Don't leak caps. Fixes #408278.
845
846 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
847
848         * ext/cdparanoia/gstcdparanoiasrc.h:
849         * ext/ogg/gstoggdemux.h:
850         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
851         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
852         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
853         * gst-libs/gst/audio/audio.h:
854         * gst-libs/gst/audio/gstaudiofilter.h:
855         * gst-libs/gst/interfaces/videoorientation.h:
856         * gst/adder/gstadder.h:
857           More docs coverage and some ChangeLog surgery (add missing names)
858
859 2007-02-15  Wim Taymans  <wim@fluendo.com>
860
861         * sys/ximage/ximagesink.c:
862         (gst_ximagesink_calculate_pixel_aspect_ratio):
863         * sys/xvimage/xvimagesink.c:
864         (gst_xvimagesink_calculate_pixel_aspect_ratio):
865         Small constifications.
866
867 2007-02-15  Wim Taymans  <wim@fluendo.com>
868
869         * gst-libs/gst/audio/gstbaseaudiosink.c:
870         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
871         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
872         (gst_base_audio_sink_async_play),
873         (gst_base_audio_sink_change_state):
874         Answer latency query.
875         Use configured latency when syncing.
876         Fix clock slaving.
877
878         * gst-libs/gst/audio/gstbaseaudiosrc.c:
879         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
880         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
881         Fix possible memleak.
882         Implement latency query.
883         Small cleanups.
884
885 2007-02-15  Wim Taymans  <wim@fluendo.com>
886
887         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
888         Ignore errors in reset, these are not fatal. They also grab the element
889         lock which is already taking when this function is called. Fixes
890         #405451.
891
892 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
893
894         * configure.ac:
895           Remove 'tests/examples/xerror/Makefile' from output files again.
896
897 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
898
899         * configure.ac:
900         * docs/plugins/Makefile.am:
901           Also crossref against gst-plugins-base-libs.
902
903 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
904
905         * configure.ac:
906         * docs/libs/Makefile.am:
907         * docs/plugins/Makefile.am:
908           Add crossreferences to glib/gobject/gstream docs.
909
910         * gst-libs/gst/audio/audio.h:
911           Source formatting.
912
913         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
914           Add own debug category.
915
916 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
917
918         Patch by: René Stadler <mail at renestadler de>
919
920         * gst-libs/gst/tag/gstvorbistag.c:
921           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
922           (#403597).
923
924 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
925
926         * gst/playback/gstplaybasebin.c: (setup_source):
927           When we have external subtitles and wait for the subtitle decodebin
928           to get up and running, we set up a (sync) bus handler for the
929           subtitle decodebin, so we can stop waiting when it posts an error
930           message. However, we should do that before we set the subtitle
931           decodebin's state to playing, otherwise things are racy and we might
932           miss error messages posted before we had a chance to set up the bus.
933           This should finally fix totem hanging on .txt pseudo-subtitle files.
934           
935 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
936
937         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
938           Use gst_gdouble_to_guint64 for conversions.
939         * win32/common/config.h.in:
940           Add a define for GST_INSTALL_PLUGINS_HELPER
941         * win32/common/libgstaudio.def:
942         * win32/common/libgstcdda.def:
943         * win32/common/libgstnetbuffer.def:
944         * win32/common/libgstrtp.def:
945         * win32/common/libgutils.def:
946           Add new exported functions.
947         * win32/vs6/gst_plugins_base.dsw:
948         * win32/vs6/libgstdecodebin.dsp:
949         * win32/vs6/libgstnetbuffer.dsp:
950         * win32/vs6/libgstplaybin.dsp:
951         * win32/vs6/libgstrtp.dsp:
952         * win32/vs6/libgstvorbis.dsp:
953         * win32/vs6/libgstcdda.dsp:
954         * win32/vs6/libgstgdp.dsp:
955         * win32/vs6/libgstutils.dsp:
956           Update and add new project files.
957
958 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
959
960         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
961         (subrip_remove_unhandled_tags), (parse_subrip):
962           For SubRip (.srt) subtitles, ignore all markup tags we don't
963           handle (like font tags, for example).
964
965         * tests/check/elements/subparse.c:
966           Add test for this.
967
968 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
969
970         * gst/playback/gstdecodebin.c: (add_fakesink),
971         (gst_decode_bin_change_state):
972         * gst/playback/gstdecodebin2.c: (add_fakesink),
973         (gst_decode_bin_change_state):
974           Don't error out if there is no fakesink in the NULL to READY state
975           change, since when decodebin is re-used, we're only adding the
976           fakesink element in READY to PAUSED.
977
978         * tests/check/elements/decodebin.c:
979         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
980         (decodebin_suite):
981           Minimal unit test to make sure we can use the same decodebin
982           instance twice (at least with audiotestsrc input).
983
984 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
985
986         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
987           Try to get devic-name from device string first, and from handle only
988           as fallback (seems to yield better results and is more robust
989           against buggy probing code on the application side).
990
991 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
992
993         Based on patch by: Julien Puydt <julien.puydt at laposte net>
994
995         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
996         (gst_alsa_find_device_name):
997         * ext/alsa/gstalsa.h:
998         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
999         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
1000           Improve device-name detection a bit, especially in the case where
1001           the device is not actually open (#405020, #405024). Move common code
1002           into gstalsa.c instead of duplicating it.
1003
1004 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1005
1006         * gst/audioconvert/gstaudioconvert.c:
1007           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
1008
1009 2007-02-06  Julien MOUTTE  <julien@moutte.net>
1010
1011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1012         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
1013         (gst_xvimagesink_interface_supported),
1014         (gst_xvimagesink_probe_get_properties),
1015         (gst_xvimagesink_probe_probe_property),
1016         (gst_xvimagesink_probe_needs_probe),
1017         (gst_xvimagesink_probe_get_values),
1018         (gst_xvimagesink_property_probe_interface_init),
1019         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1020         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
1021         (gst_xvimagesink_get_type):
1022         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
1023         for XVAdaptors so that one can choose the adaptor to use with 
1024         gstreamer-properties.
1025
1026 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
1027
1028         * gst/audioconvert/gstaudioconvert.c:
1029           Also mention that a conversion from double to float is suboptimal still.
1030
1031 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1032
1033         * gst-libs/gst/audio/gstaudiofilter.c:
1034         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
1035           Clear our formats structure and free the caps contained in it when
1036           shutting down.
1037
1038 2007-02-05  Andy Wingo  <wingo@pobox.com>
1039
1040         * gst-libs/gst/audio/gstbaseaudiosink.c
1041         (gst_base_audio_sink_callback): Update basesink->offset so that we
1042         pull monotonically increasing offsets instead of, um, seeking back
1043         to 0 each time. Fixes alsasrc ! alsasink!
1044
1045 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1046
1047         * gst/videoscale/gstvideoscale.c:
1048           A width and height of 1 makes us crash, so increase minimum size to
1049           2x2 pixels until someone feels like fixing this (#404512).
1050
1051 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
1052
1053         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
1054           Add small test to make sure request pads are cleaned up properly
1055           even if oggmux never changes state out of NULL.
1056
1057 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
1058
1059         * tests/check/libs/utils.c: (GST_START_TEST):
1060           Fix unit test. Turns out things work much better when you
1061           NULL-terminate string arrays. Should make p5 build bot happy again.
1062
1063 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1064
1065         * gst-libs/gst/audio/Makefile.am:
1066         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1067         (gst_audio_filter_template_base_init),
1068         (gst_audio_filter_template_class_init),
1069         (gst_audio_filter_template_init),
1070         (gst_audio_filter_template_set_property),
1071         (gst_audio_filter_template_get_property),
1072         (gst_audio_filter_template_setup),
1073         (gst_audio_filter_template_filter),
1074         (gst_audio_filter_template_filter_inplace), (plugin_init):
1075           Oops, forgot to commit fixed-up example.
1076
1077 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1078
1079         * docs/libs/gst-plugins-base-libs-sections.txt:
1080         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1081         (gst_audio_filter_class_init), (gst_audio_filter_init),
1082         (gst_audio_filter_set_caps),
1083         (gst_audio_filter_class_add_pad_templates):
1084         * gst-libs/gst/audio/gstaudiofilter.h:
1085           Port GstAudioFilter to 0.10. This change technically breaks
1086           API and ABI (and thus also every library developer's heart),
1087           but seems justifiable on the grounds that the base class was
1088           completely unusable before (ie. would crash immediately when
1089           actually used). Fixes #403963 (and eventually also #403572).
1090           Also document all of this a bit.
1091
1092 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1093
1094         * gst-libs/gst/utils/install-plugins.c:
1095         (gst_install_plugins_spawn_child):
1096         * tests/check/libs/utils.c:
1097         (test_base_utils_install_plugins_do_callout):
1098           Lowering log level to see why things fail on the p5 build bot;
1099           fix some typos in unit test messages.
1100
1101 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1102
1103         * tests/check/libs/utils.c:
1104         (test_base_utils_install_plugins_do_callout):
1105           Don't hard-code temp directory for test helper; use GLib functions
1106           to write out file and do error checking etc.
1107
1108 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1109
1110         * gst-libs/gst/utils/Makefile.am:
1111         * gst-libs/gst/utils/base-utils.h:
1112         * gst-libs/gst/utils/install-plugins.c:
1113         (gst_install_plugins_context_set_xid),
1114         (gst_install_plugins_context_new),
1115         (gst_install_plugins_context_free),
1116         (gst_install_plugins_get_helper),
1117         (gst_install_plugins_spawn_child),
1118         (gst_install_plugins_return_from_status),
1119         (gst_install_plugins_installer_exited),
1120         (gst_install_plugins_async), (gst_install_plugins_sync),
1121         (gst_install_plugins_return_get_name),
1122         (gst_install_plugins_installation_in_progress):
1123         * gst-libs/gst/utils/install-plugins.h:
1124           API: add API for applications to initiate installation of missing
1125           plugins, ie. gst_install_plugins_async() primarily.
1126           Based on libgimme-codec by Ryan Lortie.
1127
1128         * configure.ac:
1129           Add --with-install-plugins-helper configure option so distros can specify
1130           the path of the helper script or program to call when plugin installation
1131           is requested (distros: please do any argument munging in this helper
1132           script instead of patching GStreamer to pass arguments differently
1133           to another program directly).
1134
1135         * docs/libs/gst-plugins-base-libs-docs.sgml:
1136         * docs/libs/gst-plugins-base-libs-sections.txt:
1137           Build and document new API.
1138
1139         * tests/check/libs/utils.c: (result_cb),
1140         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
1141         (libgstbaseutils_suite):
1142           Some simple checks for the new API.
1143
1144 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1145
1146         * tests/check/elements/audioconvert.c: (test_float_conversion):
1147           Add small test for 32bit float <=> 64bit float conversion (works
1148           only one way so far, 32=>64 produces structured noise).
1149
1150 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1151
1152         * gst/audioconvert/gstaudioconvert.c:
1153         (set_structure_widths_32_and_64), (make_lossless_changes):
1154           We don't support floats with a width of 40, 48 or 56 bits.
1155
1156 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
1157
1158         * gst/audioconvert/audioconvert.c: (float), (double),
1159         (audio_convert_get_func_index):
1160         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1161         (make_lossless_changes):
1162           Support for 64-bit float audio in audioconvert (#339837)
1163
1164 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1165
1166         Patch by: Holger Wansing  <linux wansing-online de>
1167
1168         * po/LINGUAS:
1169         * po/de.po:
1170           Add German translation (#352069).
1171
1172 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
1173
1174         reviewed by: Wim Taymans <wim@fluendo.com>
1175
1176         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1177         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1178         Use newly added GstCollectPads API to free the allocated resources in
1179         the GstOggPad structures (#402393).
1180
1181 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1182
1183         * gst/playback/gstplaybin.c: (gen_vis_element):
1184           Add audioresample+audioconvert in front of the visualisation
1185           element, so that elements like libvisual 0.4 that don't support all
1186           samplerates can work.
1187
1188           Fixes: #402505
1189
1190 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
1191
1192         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1193         (gst_play_base_bin_get_streaminfo_value_array):
1194           Take some locks and make a copy of the streaminfo value array we
1195           maintain while holding the lock, so that the application can
1196           retrieve the stream-info as a value array in a thread-safe way.
1197
1198 2007-01-30  Wim Taymans  <wim@fluendo.com>
1199
1200         * gst/audioconvert/gstaudioconvert.c:
1201         Don't fail on 0 sized buffers. Fixes #396835.
1202
1203 2007-01-29  David Schleef  <ds@schleef.org>
1204
1205         * gst/typefind/gsttypefindfunctions.c:
1206           Detect BBCD as video/x-dirac, so we can play raw dirac
1207           streams.
1208
1209 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
1210
1211         * ext/theora/theoraenc.c: (theora_enc_chain):
1212           Check return value of theora_encode_header(), or we might try to
1213           allocate a random number of bytes. theora_encode_header() can fail
1214           if libtheora has been compiled with encoding support disabled.
1215           Fixes #398110.
1216
1217 2007-01-29  Wim Taymans  <wim@fluendo.com>
1218
1219         * tests/check/gst/.cvsignore:
1220         Do as buildbot says.
1221
1222 2007-01-29  Wim Taymans  <wim@fluendo.com>
1223
1224         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1225         Fix strides in libvisual. Gst uses X strides.
1226         Inspired by: <ed at catmur dot co dot uk> and 
1227         <tim at centricular dot net>
1228         Fixes #401118.
1229
1230 2007-01-27  Wim Taymans  <wim@fluendo.com>
1231
1232         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1233         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1234         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1235         (gst_ogg_demux_perform_seek),
1236         (gst_ogg_demux_bisect_forward_serialno),
1237         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1238         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1239         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1240         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1241         * ext/ogg/gstoggdemux.h:
1242         Properly propagate streaming errors when we are scanning the file for
1243         chains so that we don't crash when shut down. Might fix some crashers
1244         when quickly switching oggs in RB such as #332503 and #378436.
1245
1246 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1247
1248         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1249           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1250           error code as well.
1251
1252 2007-01-25  Wim Taymans  <wim@fluendo.com>
1253
1254         * gst/playback/gstplaybasebin.c: (remove_source):
1255         Don't try to disconnect a signal from a finalized object.
1256
1257 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1258
1259         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1260           Cast lock macro parameters to make sure we're actually accessing the
1261           lock member at the right class level. Free list itself in _dispose()
1262           as well and NULL it in case dispose gets called multiple times.
1263
1264 2007-01-25  Edward Hervey  <edward@fluendo.com>
1265
1266         * gst/playback/gstdecodebin2.c:
1267         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1268         Free GstDecodeGroups no longer used.
1269         (gst_decode_group_expose):
1270         Don't unlock too many times !
1271         (deactivate_free_recursive):
1272         Free iterator once we're done with it.
1273         Fix for recursively deactivating elements (stop at ghostpads).
1274
1275 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1276
1277         * gst/playback/gstplaybin.c: (handoff):
1278           Fix up caps on the frame buffer before we save it and potentially
1279           make it accessible to other threads via g_object_get; also use
1280           gst_buffer_replace() instead of gst_mini_object_replace().
1281
1282 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1283
1284         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1285           Make getting the current frame thread-safe.
1286
1287 2007-01-25  Edward Hervey  <edward@fluendo.com>
1288
1289         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1290         (gst_decode_group_new), (gst_decode_group_free):
1291         Set queues to bigger sizes to cope with HD contents.
1292         Fix some mutex freeing and add comment about MT safe methods.
1293
1294 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1295
1296         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1297         (gst_text_overlay_text_event):
1298           Don't unnecessarily ref (and then leak) upstream events if the text
1299           pad is not linked. Fixes #399948.
1300
1301         * tests/check/gst-plugins-base.supp:
1302           Add suppression for pango on edgy/x86 for textoverlay test.
1303
1304 2007-01-24  Wim Taymans  <wim@fluendo.com>
1305
1306         * gst-libs/gst/rtp/gstrtpbuffer.h:
1307         Add some more fixed payloads.
1308
1309 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1310
1311         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1312           Error out properly if we get an error from libogg while reading the
1313           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1314
1315 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1316
1317         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1318           Don't leak mutex.
1319
1320         * tests/check/elements/playbin.c:
1321         (test_sink_usage_video_only_stream),
1322         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1323         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1324         (test_missing_suburisource_handler),
1325         (test_missing_primary_decoder), (playbin_suite):
1326           Run all tests once with decodebin and once with decodebin2.
1327           One test does not pass yet with decodebin2.
1328
1329 2007-01-23  Edward Hervey  <edward@fluendo.com>
1330
1331         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1332         Fix the cases where oggmux doesn't properly figure out that all
1333         sinkpads have gone EOS, and therefore doesn't push out the remaining
1334         buffers and the final EOS event.
1335         Fixes #363379
1336
1337 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1338
1339         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1340         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1341         Don't lock on navigation event push, just on keysym to string.
1342         Fixes #397673 again.
1343
1344 2007-01-22  Edward Hervey  <edward@fluendo.com>
1345
1346         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1347         (get_current_group), (group_demuxer_event_probe),
1348         (gst_decode_group_expose), (deactivate_free_recursive),
1349         (gst_decode_group_free):
1350         Cleanups.
1351         Don't forget to emit 'no-more-pads' once a group is exposed.
1352         Cleanup elements from a DecodeGroup once we remove it.
1353         Protect call to gst_decode_group_expose() with the decodebin lock.
1354
1355 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1356
1357         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1359         Looking at Xorg code i can't figure out if that XKeysymToString
1360         function is thread sensible or not. Lock it just in case as
1361         recommended by Radek Doulik <rodo at ximian dot com>.
1362
1363 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1364
1365         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1367         Lock that X Call as well. Fixes #397673.
1368
1369 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1370
1371         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1372           Don't go into an endless loop if the file starts with 00 00 01 2X,
1373           like quicktime redirect files might. Fixes #396042.
1374
1375         * tests/check/Makefile.am:
1376         * tests/check/gst/.cvsignore:
1377         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1378         (typefindfunctions_suite):
1379           Add unit test for the above.
1380
1381 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1382
1383         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1384           On second thought, use "depth" field rather than "bpp" field.
1385
1386 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1387
1388         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1389           Camtasia caps apparently need a bpp field (#398875).
1390
1391 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1392
1393         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1394         (gen_source_element), (gst_play_base_bin_change_state):
1395           Attempt at a better error message in case we don't have the required
1396           URI handler installed; post missing-plugin message also when we're
1397           missing an URI handler for the subtitle URI; clean up properly also
1398           when an error occurs and we never made it to PAUSED state.
1399
1400         * tests/check/elements/playbin.c: (GST_START_TEST),
1401         (playbin_suite):
1402           Check that we're also getting a missing-plugin messsage for a
1403           missing subtitle URI handler (and clean up properly).
1404
1405 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1406
1407         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1408           Plug a few reference leaks.
1409
1410 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1411
1412         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1413           Lower probability a bit if the marker isn't right at the start,
1414           to decrease the chance of false positives.
1415
1416 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1417
1418         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1419           Small mpeg2 system stream typefinding improvement: make typefinder
1420           probe a bit into the stream instead of just looking for a marker
1421           at the beginning. Fixes #397810.
1422
1423 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1424
1425         * gst/audioconvert/gstchannelmix.c:
1426           Remove compatibility cruft for prehistoric GLib versions.
1427
1428 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1429
1430         * gst/playback/Makefile.am:
1431         * gst/playback/gstdecodebin.c: (close_pad_link):
1432         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1433         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1434         (gst_play_base_bin_handle_message_func), (unknown_type):
1435           Let decodebin be the element to post missing-plugin messages for
1436           missing decoders (rather than playbin); make playbin implement
1437           GstBin::handle_message so we can suppress missing-plugin messages
1438           for types we're not handling on purpose (don't want to bring up an
1439           installer in those cases).
1440
1441 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1442
1443         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1444         * gst-libs/gst/tag/gstvorbistag.c:
1445         (gst_tag_list_to_vorbiscomment_buffer):
1446         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1447           Fix potentially unaligned access (#397207).
1448
1449 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1450
1451         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1452         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1453         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1454         (main):
1455           Allow to toggle looping while it plays. Fix callback prototype. Clean
1456           up code a bit more. Add copyright header.
1457
1458 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1459
1460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1461           Red and blue mask was swapped (spotted by Dan Williams).
1462
1463 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1464
1465         * gst-libs/gst/tag/gstid3tag.c:
1466         * gst-libs/gst/tag/gstvorbistag.c:
1467           Use new beats-per-minute tag from core.
1468
1469 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1470
1471         * po/POTFILES.in:
1472           Add new files with translatable strings, so they actually make it
1473           into the template file one day.
1474
1475 2007-01-12  Andy Wingo  <wingo@pobox.com>
1476
1477         * gst-libs/gst/audio/gstbaseaudiosink.c
1478         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1479         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1480         stuff, as the base class handles this now. Actually tell the ring
1481         buffer to start.
1482         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1483         How did this work before? Maybe I'm not as awesome a programmer as
1484         I think.
1485
1486         * gst-libs/gst/audio/gstbaseaudiosrc.c
1487         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1488         of a pad function.
1489
1490 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1491
1492         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1493           Remove more fields so that the application can better blacklist
1494           formats that have been tried before.
1495
1496 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1497
1498         * gst-libs/gst/audio/mixerutils.h:
1499           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1500           used when compiling with c++ compilers as well.
1501
1502 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1503
1504         * gst/typefind/gsttypefindfunctions.c:
1505           Fix comment.
1506
1507 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1508
1509         * gst/playback/gstplaybin.c: (post_missing_element_message),
1510         (gen_video_element), (gen_text_element), (gen_audio_element),
1511         (gen_vis_element):
1512           Post missing-plugin messages also when we error out because
1513           converters, textoverlay or auto*sinks are missing (#161922).
1514
1515 2007-01-10  Wim Taymans  <wim@fluendo.com>
1516
1517         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1518         (is_demuxer_element), (new_caps):
1519         * gst/playback/gstplaybasebin.c: (source_new_pad):
1520         Fix the case where we try to ref a NULL element when we delay a link
1521         because of unfixed caps.
1522         Set the state of autoplugged decodebins to PAUSED.
1523         RTSP now works in playbin, we can remove it from the blacklist.
1524
1525 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1526
1527         * gst/playback/Makefile.am:
1528         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1529         (unknown_type), (setup_subtitle), (gen_source_element):
1530         * gst/playback/gstplaybin.c: (plugin_init):
1531           Post missing-plugin messages on the bus for missing sources and
1532           missing decoders/demuxers/depayloaders; fix error code used when
1533           we're missing an URI handler source; for media types that we are not
1534           handling on purpose at the moment, don't print "don't know how to
1535           handle xyz" messages to the terminal or post missing-plugin
1536           messages on the bus.
1537
1538         * tests/check/elements/playbin.c: (create_playbin),
1539         (GST_START_TEST), (gst_codec_src_uri_get_type),
1540         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1541         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1542         (gst_codec_src_init_type), (gst_codec_src_base_init),
1543         (gst_codec_src_create), (gst_codec_src_class_init),
1544         (gst_codec_src_init), (plugin_init), (playbin_suite):
1545           Add some tests for the missing-plugin stuff.
1546
1547 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1548
1549         * configure.ac:
1550         * gst-libs/gst/Makefile.am:
1551         * gst-libs/gst/utils/Makefile.am:
1552         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1553         * gst-libs/gst/utils/base-utils.h:
1554         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1555         (find_format_info), (caps_are_rtp_caps),
1556         (gst_base_utils_get_source_description),
1557         (gst_base_utils_get_sink_description),
1558         (gst_base_utils_get_decoder_description),
1559         (gst_base_utils_get_encoder_description),
1560         (gst_base_utils_get_element_description),
1561         (gst_base_utils_add_codec_description_to_tag_list),
1562         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1563         * gst-libs/gst/utils/descriptions.h:
1564         * gst-libs/gst/utils/missing-plugins.c:
1565         (missing_structure_get_type), (copy_and_clean_caps),
1566         (gst_missing_uri_source_message_new),
1567         (gst_missing_uri_sink_message_new),
1568         (gst_missing_element_message_new),
1569         (gst_missing_decoder_message_new),
1570         (gst_missing_encoder_message_new),
1571         (missing_structure_get_string_detail),
1572         (missing_structure_get_caps_detail),
1573         (gst_missing_plugin_message_get_installer_detail),
1574         (gst_missing_plugin_message_get_description),
1575         (gst_is_missing_plugin_message):
1576         * gst-libs/gst/utils/missing-plugins.h:
1577           API: add new libgstbaseutils library with functions
1578           - to create and parse missing-plugins messages
1579           - that provide (translated) descriptions for caps/decoders/sources/etc.
1580           Closes #392393.
1581
1582         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1583         * pkgconfig/gstreamer-plugins-base.pc.in:
1584           Add new lib.
1585
1586         * docs/libs/gst-plugins-base-libs-docs.sgml:
1587         * docs/libs/gst-plugins-base-libs-sections.txt:
1588           Generate docs for new lib and API.
1589
1590         * tests/check/Makefile.am:
1591         * tests/check/libs/.cvsignore:
1592         * tests/check/libs/utils.c: (missing_msg_check_getters),
1593         (GST_START_TEST), (libgstbaseutils_suite):
1594           Add some basic unit tests.
1595
1596 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1597
1598         * ext/ogg/Makefile.am:
1599           Dist gstoggdemux.h to fix 'make distcheck'.
1600
1601         * sys/v4l/Makefile.am:
1602           Fix 'make distcheck' even more.
1603
1604 2007-01-09  Wim Taymans  <wim@fluendo.com>
1605
1606         * docs/plugins/Makefile.am:
1607         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1608         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1609         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1610         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1611         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1612         (gst_ogg_demux_perform_seek):
1613         * ext/ogg/gstoggdemux.h:
1614         Added docs.
1615         Add some more comments.
1616         Small cleanups.
1617
1618 2007-01-09  Wim Taymans  <wim@fluendo.com>
1619
1620         * ext/theora/theoradec.c:
1621         * ext/vorbis/vorbisdec.c:
1622         * gst-libs/gst/audio/gstringbuffer.c:
1623         (gst_ring_buffer_commit_full):
1624         * gst-libs/gst/audio/gstringbuffer.h:
1625         * gst-libs/gst/rtp/gstrtpbuffer.c:
1626         * gst-libs/gst/tag/gstvorbistag.c:
1627         Small documentation updates/fixes
1628
1629 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1630
1631         * configure.ac:
1632           Require core CVS HEAD for Andy's basesrc/sink API additions.
1633
1634 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1635
1636         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1637
1638         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1639         (plugin_init):
1640           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1641           on flac.sf.net (there appear to be other versions of the first
1642           ogg page in the wild) (#391365).
1643
1644 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1645
1646         * configure.ac:
1647           Check if localtime_r() is available.
1648
1649         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1650           If localtime_r() is not available, fall back to localtime(). Should
1651           fix build on MingW (#393310).
1652
1653 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1654
1655         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1656         * gst/subparse/gstsubparse.h:
1657           Remove spurious 1000 subtrahend when calculating the timestamp from
1658           the frame number and the frame rate . Also, use the frames/second
1659           value specified in the first line of the file, if one is specified
1660           there. Should fix #357503.
1661
1662         * tests/check/elements/subparse.c: (do_test),
1663         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1664         (subparse_suite):
1665           Add some basic unit tests for the microdvd subtitle format.
1666
1667 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1668
1669         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1670         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1671         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1672         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1673         (gst_xvimagesink_set_xwindow_id),
1674         (gst_xvimagesink_set_event_handling),
1675         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1676         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1677         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1678         Fixes : #390076.
1679         Add an adaptor property to select a specific XV adaptor.
1680         * sys/xvimage/xvimagesink.h:
1681
1682 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1683
1684         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1685         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1686         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1687         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1688         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1689         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1690         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1691         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1692         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1693         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1694         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1695         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1696         Use flow_lock much more to protect every access to xwindow.
1697         Try to catch erros while creating images in case some drivers are
1698         just generating an XError when the requested image is too big.
1699         Should fix : #354698, #384008, #384060.
1700         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1701         Implement some stress testing of setting window xid.
1702
1703 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1704
1705         * win32/common/libgsaudio.def:
1706           Add new exported function.
1707         * win32/common/libgstogg.dsp:
1708           Add gstoggaviparse.c to the build.
1709         * win32/common/libgstvideoscale.dsp:
1710           Add vs_4tap.c to the build.
1711         * win32/common/libgstvorbis.dsp:
1712           Add vorbistag.c to the build.
1713         
1714 2007-01-06  Andy Wingo  <wingo@pobox.com>
1715
1716         * gst-libs/gst/audio/gstbaseaudiosink.c
1717         (gst_base_audio_sink_class_init)
1718         (gst_base_audio_sink_init): 
1719         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1720         to baseaudiosink, and tell basesink that we can work in pull mode.
1721         This way the ring buffer thread drives the pipeline directly, if
1722         pull mode is possible. There is some lingering nastiness regarding
1723         capsnego, however.
1724         (gst_base_audio_sink_callback): Implement the callback to pull
1725         data. This interface is a bit light, though -- it should get a
1726         GstFlowReturn return value at least.
1727
1728 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1729
1730         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1731         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1732         * gst/playback/gstdecodebin2.c:
1733         (gst_decode_group_check_if_blocked):
1734           Printf format and missing argument fixes.
1735
1736 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1737
1738         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1739         (gst_ogm_parse_change_state):
1740         Activate pads before adding them to the element.
1741
1742 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1743
1744         * tests/examples/seek/scrubby.c: (main):
1745         * tests/examples/seek/seek.c: (main):
1746           Call g_thread_init() first thing in main() (see #391278).
1747
1748 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1749
1750         * tests/check/Makefile.am:
1751         * tests/check/libs/.cvsignore:
1752         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1753         (netbuffer_suite):
1754           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1755           for the time being, since it's broken, see #393099.
1756
1757 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1758
1759         * tests/check/Makefile.am:
1760           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1761
1762 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1763
1764         * configure.ac:
1765           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1766           so that GST_BASE_CFLAGS can go inbetween them, making sure
1767           we use uninstalled gst-libs headers
1768         * docs/libs/Makefile.am:
1769         * ext/alsa/Makefile.am:
1770         * ext/cdparanoia/Makefile.am:
1771         * ext/gnomevfs/Makefile.am:
1772         * ext/libvisual/Makefile.am:
1773         * ext/ogg/Makefile.am:
1774         * ext/theora/Makefile.am:
1775         * ext/vorbis/Makefile.am:
1776         * gst-libs/gst/audio/Makefile.am:
1777         * gst-libs/gst/cdda/Makefile.am:
1778         * gst-libs/gst/interfaces/Makefile.am:
1779         * gst-libs/gst/riff/Makefile.am:
1780         * gst-libs/gst/rtp/Makefile.am:
1781         * gst-libs/gst/tag/Makefile.am:
1782         * gst/adder/Makefile.am:
1783         * gst/audioconvert/Makefile.am:
1784         * gst/audiorate/Makefile.am:
1785         * gst/audioresample/Makefile.am:
1786         * gst/playback/Makefile.am:
1787         * gst/tcp/Makefile.am:
1788         * gst/videoscale/Makefile.am:
1789         * gst/volume/Makefile.am:
1790         * sys/ximage/Makefile.am:
1791         * sys/xvimage/Makefile.am:
1792         * tests/icles/Makefile.am:
1793           adapt
1794
1795 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1796
1797         * gst-libs/gst/interfaces/xoverlay.c:
1798         (gst_x_overlay_handle_events):
1799         * gst-libs/gst/interfaces/xoverlay.h:
1800         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1801         (gst_ximagesink_set_xwindow_id),
1802         (gst_ximagesink_set_event_handling),
1803         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1804         (gst_ximagesink_get_property), (gst_ximagesink_init),
1805         (gst_ximagesink_class_init):
1806         * sys/ximage/ximagesink.h:
1807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1808         (gst_xvimagesink_set_xwindow_id),
1809         (gst_xvimagesink_set_event_handling),
1810         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1811         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1812         (gst_xvimagesink_class_init):
1813         * sys/xvimage/xvimagesink.h:
1814         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1815         Add a method to the XOverlay interface to allow disabling of 
1816         event handling in x[v]imagesink elements. This will let X events
1817         propagate to parent windows which can be usefull in some cases.
1818         Be carefull that the application is then responsible of pushing
1819         navigation events and expose events to the video sink.
1820         Fixes: #387138.
1821
1822 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1823
1824         * gst-libs/gst/tag/gstvorbistag.c:
1825         * tests/check/libs/tag.c: (GST_START_TEST):
1826           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1827           (fixes #392070).
1828
1829 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1830
1831         * configure.ac:
1832         * docs/Makefile.am:
1833         * docs/design/Makefile.am:
1834           Dist design docs.
1835
1836 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1837
1838         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1839         typo. Fixes: #390063.
1840
1841 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1842
1843         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1845         caps leak.
1846         * win32/common/config.h: Updated.
1847
1848 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1849
1850         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1851         (setup_gdpdepay_streamheader):
1852         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1853         (setup_gdppay_streamheader):
1854           Fix the dp tests, but activating the pads for the streamheader tests
1855           too and cleaning up conditionaly
1856
1857 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1858
1859         * gst/ffmpegcolorspace/avcodec.h:
1860         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1861         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1862         (gst_ffmpegcsp_avpicture_fill):
1863         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1864         (img_get_alpha_info):
1865         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1866         other end of the word. Fixes: #387073.
1867
1868         Add some inconsequential branch hints in a couple of places.
1869
1870 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1871
1872         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1873         (gst_ffmpeg_caps_to_smpfmt):
1874           The "signed" field in raw audio caps is of boolean type, trying to
1875           extract the value with _get_int() will fail (fix to keep in sync with
1876           the copy in gst-ffmpeg)
1877
1878 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1879
1880         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1881         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1882         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1883         (cleanup_gdpdepay):
1884         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1885         * tests/check/elements/subparse.c: (teardown_subparse):
1886         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1887         * tests/check/elements/videorate.c: (cleanup_videorate):
1888         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1889         * tests/check/elements/volume.c: (cleanup_volume):
1890         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1891         (cleanup_vorbisdec):
1892         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1893         (cleanup_vorbistag):
1894           consistent pad (de)activation
1895
1896 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1897
1898         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1899           Forgot to register the extensions.
1900
1901 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1902
1903         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1904         (plugin_init):
1905           Add typefinder for VIVO files (my christmas present to the 90s).
1906
1907 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1908
1909         * gst/playback/gstdecodebin.c: (type_found):
1910           Special-case the text/plain media type: we only want to recognise it
1911           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1912           parser, but not if the entire stream is of text/plain type. If the
1913           entire stream is text/plain, we should just error out.
1914
1915           This fixes playback of audio files with lyrics in totem. Totem can't
1916           distinguish between text files and subtitle files and passes any
1917           .txt file with the same basename as the main file to playbin as
1918           suburi, and playbin will then throw a 'subtitle found, but no video
1919           stream' error, which isn't entirely helpful. See #380342.
1920
1921           Also, with this change we'll show a slightly more correct error
1922           message in case totem passes a playlist file to us (although a
1923           custom error message wording instead of the default text would
1924           probably not be a bad idea either).
1925
1926           Same problem also needs to be fixed for playbin+decodebin2.
1927
1928         * tests/check/Makefile.am:
1929         * tests/check/elements/decodebin.c: (src_handoff_cb),
1930         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1931         (decodebin_suite):
1932           Add simple unit test for decodebin for the above.
1933
1934 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1935
1936         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1937         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1938           Refuse to change state to READY when we failed to create any of the
1939           required elements in our instance init function.
1940
1941 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1942
1943         * docs/libs/gst-plugins-base-libs-sections.txt:
1944           Small docs fixes/updates.
1945
1946         * gst-libs/gst/video/gstvideosink.h:
1947           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1948           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1949           removed from the base sink API between 0.9.6 and 0.9.7).
1950           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1951           accessor macros, so we don't do a runtime GObject type check every
1952           time we use them.
1953
1954 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1955
1956         * Makefile.am:
1957         * gst-plugins-base.doap:
1958         * gst-plugins-base.spec.in:
1959           add doap file
1960
1961 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1962
1963         Patch by: Jens Granseuer <jensgr at gmx net>
1964
1965         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1966         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1967         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1968         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1969         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1970           Declare variables at the beginning of a block. Fixes #383195.
1971
1972 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1973
1974         * configure.ac:
1975         Bump version nano - back to CVS.
1976
1977
1978 === release 0.10.11 ===
1979
1980 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1981
1982         * configure.ac:
1983           releasing 0.10.11, "Dumb things"
1984
1985 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1986
1987         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1988         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1989         Handle the case where an element has multiple pads with 
1990         unfixed caps as well as still possibly producing more dynamic 
1991         pads by storing each case as a distinct entry in the dynamic list.
1992         Fixes #38223 again.
1993
1994 2006-12-04  Wim Taymans  <wim@fluendo.com>
1995
1996         * gst/playback/gstdecodebin.c: (close_pad_link):
1997         Fix #382223, add more dynamic caps handling.
1998
1999 2006-12-04  Wim Taymans  <wim@fluendo.com>
2000
2001         reviewed by: <delete if not using a buddy>
2002
2003         * gst-libs/gst/audio/gstringbuffer.h:
2004         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
2005         (gst_netaddress_set_ip4_interface),
2006         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
2007         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
2008         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
2009         (gst_netaddress_get_ttl):
2010         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2011         * gst/playback/gstdecodebin.c: (close_pad_link):
2012         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
2013         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
2014         * win32/common/config.h:
2015
2016 2006-12-01  Michael Smith  <msmith@fluendo.com>
2017
2018         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2019           Delete bad debug code.
2020           Fixes #381219
2021
2022 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
2023
2024         * gst/videoscale/vs_4tap.c:
2025         * win32/MANIFEST:
2026         * win32/common/config.h:
2027         * win32/vs8/libgstvideoscale.vcproj:
2028         Fix compilation on win32 under VS8
2029         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
2030         Partially fixes #381175
2031
2032 2006-11-30  Michael Smith  <msmith@fluendo.com>
2033
2034         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2035         (GST_START_TEST):
2036           It would be very bad if, after a discont buffer, we thought every
2037           single following buffer was also discont. So, add to the test to
2038           ensure that this isn't the case.
2039           
2040         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
2041           ... it was the case. So fix it.
2042
2043 2006-11-28  Wim Taymans  <wim@fluendo.com>
2044
2045         * gst/playback/gstplaybasebin.c: (check_queue_event):
2046         Improve debug.
2047
2048         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2049         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
2050         padtemplate caps. Refixes #357577.
2051
2052 2006-11-28  Wim Taymans  <wim@fluendo.com>
2053
2054         * gst/playback/gstplaybasebin.c: (check_queue_event),
2055         (queue_threshold_reached), (queue_out_of_data),
2056         (gen_preroll_element):
2057         Add event probe to see when EOS is in a queue and we can disable the
2058         underrun signals. Fixes #357577.
2059
2060 2006-11-28  Edward Hervey  <edward@fluendo.com>
2061
2062         * gst/playback/Makefile.am:
2063         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
2064         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
2065         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
2066         (gst_decode_bin_init), (gst_decode_bin_dispose),
2067         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
2068         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
2069         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
2070         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
2071         (connect_element), (expose_pad), (type_found),
2072         (pad_added_group_cb), (pad_removed_group_cb),
2073         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
2074         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
2075         (are_raw_caps), (multi_queue_overrun_cb),
2076         (multi_queue_underrun_cb), (gst_decode_group_new),
2077         (get_current_group), (group_demuxer_event_probe),
2078         (gst_decode_group_control_demuxer_pad),
2079         (gst_decode_group_control_source_pad),
2080         (gst_decode_group_check_if_blocked),
2081         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
2082         (gst_decode_group_hide), (gst_decode_group_free),
2083         (gst_decode_group_set_complete), (source_pad_blocked_cb),
2084         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
2085         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
2086         (plugin_init):
2087         New decodebin2 element.
2088         Closes #370092
2089         * gst/playback/gstplay-marshal.list:
2090         Added marshallers for new signals in decodebin2
2091         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
2092         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
2093         is set.
2094
2095 2006-11-28  Wim Taymans  <wim@fluendo.com>
2096
2097         * gst/playback/gstplaybasebin.c: (setup_source),
2098         (gst_play_base_bin_change_state):
2099         Disable rtsp:// uris for the release, it's not good enough yet.
2100         Remove unused var.
2101
2102 2006-11-26  Wim Taymans  <wim@fluendo.com>
2103
2104         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2105         (theora_dec_push_forward), (theora_dec_push_reverse),
2106         (theora_handle_data_packet), (theora_dec_decode_buffer),
2107         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2108         (theora_dec_chain_forward), (theora_dec_chain):
2109         Implement reverse playback.
2110
2111         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2112         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
2113         (vorbis_dec_chain_forward):
2114         Clear buffers used for reverse playback in _reset.
2115         No need to set the eos flag, we clip samples using the segment.
2116
2117 2006-11-24  Wim Taymans  <wim@fluendo.com>
2118
2119         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
2120         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
2121         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
2122         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
2123         Some cleanups.
2124         Handle continued pages in reverse mode.
2125
2126 2006-11-24  Wim Taymans  <wim@fluendo.com>
2127
2128         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2129         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2130         (vorbis_dec_flush_decode):
2131         Small cleanups.
2132         Don't try to add invalid timestamps.
2133         Clipping will unref the buffer.
2134
2135 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2136
2137         * gst/adder/gstadder.h:
2138         * gst/audiotestsrc/gstaudiotestsrc.h:
2139           remove obsolete _factory_init protos
2140
2141 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2142
2143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2144           Fix spacing in debug message.
2145
2146 2006-11-23  Wim Taymans  <wim@fluendo.com>
2147
2148         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2149         (gst_ogg_demux_chain):
2150         Don't just ignore return values from _pad_push().
2151         Small debug improvements.
2152
2153 2006-11-23  Michael Smith  <msmith@fluendo.com>
2154
2155         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2156           If our incoming buffer is marked as DISCONT, then increment the page
2157           number (so that the discontinuity is marked in the final ogg
2158           bitstream) and flush the previous page.
2159
2160 2006-11-22  Michael Smith  <msmith@fluendo.com>
2161
2162         * ext/theora/gsttheoraenc.h:
2163         * ext/theora/theoraenc.c: (gst_theora_enc_init),
2164         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2165         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2166         (theora_enc_chain), (theora_enc_change_state):
2167           Mark discontinuities of > 3/4 of a frame, reinit encoder.
2168
2169         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2170         (GST_START_TEST), (theoraenc_suite):
2171           Enable discontinuity test, fix it.
2172
2173 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2174
2175         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2176         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2177         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2178         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2179         (gst_text_overlay_change_state):
2180         * ext/pango/gsttextoverlay.h:
2181           Some textoverlay fixes: for one, in the video chain function,
2182           actually wait for a text buffer to come in if there is none at the
2183           moment and there should be one; also, deal more gracefully with
2184           incoming buffers that do not have a timestamp or duration; discard
2185           text buffer when not needed any longer. Fixes #341681.
2186
2187         * tests/check/Makefile.am:
2188         * tests/check/elements/.cvsignore:
2189         * tests/check/elements/textoverlay.c:
2190         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2191         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2192         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2193         (test_video_waits_for_text_send_text_newsegment_thread),
2194         (test_video_waits_for_text_shutdown_element),
2195         (test_render_continuity_push_video_buffers_thread),
2196         (textoverlay_suite):
2197           Add some unit tests for textoverlay.
2198
2199 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2200
2201         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2202           Avoid integer underflow when the found probability for mp3 is
2203           smaller than the 'penalty' we subtract if there's not a clean
2204           mp3 header sync at offset 0.
2205
2206 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
2207
2208         * docs/libs/gst-plugins-base-libs-sections.txt:
2209           Add some new symbols to the docs
2210
2211 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2212
2213         * tests/check/Makefile.am:
2214         * tests/check/elements/ffmpegcolorspace.c:
2215         (ffmpegcolorspace_suite):
2216           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2217           (for now not for valgrinding though, since it takes too long).
2218
2219 2006-11-20  Wim Taymans  <wim@fluendo.com>
2220
2221         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2222         (gst_ffmpeg_pixfmt_to_caps):
2223         Fix RGBA32 caps. Fixes #357038.
2224
2225 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2226
2227         * gst-libs/gst/interfaces/mixertrack.h:
2228           Add FIXME so we can add some padding here in 0.11
2229
2230 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2231
2232         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2233           Fix GstBaseRTPAudioPayload structure so the whole GObject
2234           inheritance business actually works (parent class instance structure
2235           must always come first in the derived class instance structure).
2236
2237 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2238
2239         * gst/videotestsrc/Makefile.am:
2240         * tests/check/Makefile.am:
2241           Make sure our checks and the videotestsrc plugin link against the
2242           local uninstalled gst libs and not any installed gst libs that
2243           might happen to exist as well.
2244
2245         * tests/check/elements/adder.c: (message_received),
2246         (test_event_message_received), (test_play_twice_message_received):
2247         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2248           Fix compiler warnings when compiling against core with disabled
2249           debugging system.
2250
2251 2006-11-16  Michael Smith  <msmith@fluendo.com>
2252
2253         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2254         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2255           Fix audiorate, so that it accurately sets offsets and timestamps.
2256           Doesn't change the fundamental algorithmic decisions; so should be
2257           safe.
2258
2259         * tests/check/Makefile.am:
2260           Enable audiorate test now that it passes.
2261
2262 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
2263
2264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2265           clear xv when going to NULL, remove // commented non-existant proto
2266
2267         * tests/examples/seek/seek.c: (main):
2268           add missing tooltip description for scrub and play_scrub
2269
2270 2006-11-14  David Schleef  <ds@schleef.org>
2271
2272         * configure.ac:
2273           Bump liboil requirement to 0.3.8.
2274         * gst-libs/gst/riff/riff-media.c:
2275           Add Dirac fourcc.
2276         * gst/videoscale/vs_image.h:
2277         * gst/videoscale/vs_scanline.h:
2278           Use liboil's stdint.h.
2279         * gst/videotestsrc/videotestsrc.c:
2280           Remove liboil related ifdef's, since they aren't needed now, and
2281           won't work with future versions.
2282
2283 2006-11-14  David Schleef  <ds@schleef.org>
2284
2285         * gst/videoscale/Makefile.am:
2286         * gst/videoscale/gstvideoscale.c:
2287         * gst/videoscale/gstvideoscale.h:
2288         * gst/videoscale/vs_4tap.c:
2289         * gst/videoscale/vs_4tap.h:
2290         * gst/videoscale/vs_image.c:
2291         * gst/videoscale/vs_image.h:
2292         * gst/videoscale/vs_scanline.c:
2293         * gst/videoscale/vs_scanline.h:
2294           Add a 4-tap image scaler.  Theoretically looks much prettier.
2295           The tap calculation could use some improvement.
2296
2297 2006-11-14  Wim Taymans  <wim@fluendo.com>
2298
2299         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2300
2301         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2302         (gst_riff_parse_strf_iavs):
2303         * gst/subparse/gstsubparse.c: (convert_encoding):
2304         * gst/tcp/gstmultifdsink.c:
2305         (gst_multi_fd_sink_handle_client_write):
2306         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2307         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2308         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2309         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2310         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2311         (gst_ximagesink_ximage_new):
2312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2313         Various gsize and gssize printf fixes. Fixes #372507.
2314
2315 2006-11-13  Wim Taymans  <wim@fluendo.com>
2316
2317         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2318         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2319         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2320         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2321         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2322         * ext/vorbis/vorbisdec.h:
2323         First stab at vorbis reverse playback.
2324
2325 2006-11-13  Wim Taymans  <wim@fluendo.com>
2326
2327         * gst-libs/gst/audio/gstbaseaudiosink.c:
2328         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2329         * gst-libs/gst/audio/gstbaseaudiosink.h:
2330         Make the clock sync code more accurate wrt resampling and playback
2331         at different rates.
2332         
2333         * gst-libs/gst/audio/gstringbuffer.c:
2334         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2335         * gst-libs/gst/audio/gstringbuffer.h:
2336         Use better algorithm to interpolate sample rates. 
2337
2338 2006-11-13  Michael Smith  <msmith@fluendo.com>
2339
2340         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2341           Improve a debug line slightly.
2342
2343         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2344           Call gst_riff_init() in plugin_init, to avoid getting errors from
2345           the debug system (unrelated changes to another plugin made this turn
2346           up; not sure why).
2347
2348 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2349
2350         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2351
2352         * win32/common/libgsttag.def:
2353           Add missing symbol (#366492).
2354
2355 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2356
2357         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2358           Don't unref a NULL pad.
2359
2360 2006-11-09  Wim Taymans  <wim@fluendo.com>
2361
2362         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2363         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2364         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2365         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2366         (gst_ogg_demux_loop):
2367         Implement first stab at reverse playback.
2368
2369 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2370
2371         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2372         (gst_riff_create_video_template_caps):
2373           add h263/h264 variants to the caps, Fixes #363118
2374
2375 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2376
2377         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2378         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2379           Use g_strerror instead of strerror so we get UTF-8.
2380
2381 2006-11-03  David Schleef  <ds@schleef.org>
2382
2383         * ext/ogg/gstoggdemux.c:
2384         * ext/ogg/gstoggmux.c:
2385           Add/remove KW-DIRAC header here, since it is ogg-specific.
2386
2387 2006-11-03  Michael Smith  <msmith@fluendo.com>
2388
2389         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2390           Recognise more mpeg4 elementary video streams.
2391
2392 2006-11-02  Edward Hervey  <edward@fluendo.com>
2393
2394         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2395         Lower the probability of mp3 typefinding functions if we don't find a
2396         valid mp3 header at the start of the file.
2397         Closes #369482
2398
2399 2006-11-02  Wim Taymans  <wim@fluendo.com>
2400
2401         * ext/theora/gsttheoradec.h:
2402         * ext/theora/theoradec.c: (gst_theora_dec_init),
2403         (theora_dec_sink_event), (theora_dec_chain_forward),
2404         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2405         (theora_dec_chain):
2406         Document and partially implement an algorithm for doing reverse playback
2407         of theora video.
2408
2409 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2410
2411         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2412
2413         * win32/common/config.h:
2414         * win32/common/interfaces-enumtypes.c:
2415         * win32/common/libgsttag.def:
2416         * win32/vs8/gst-plugins-base.sln:
2417         * win32/vs8/libgstaudioresample.vcproj:
2418         * win32/vs8/libgstinterfaces.vcproj:
2419         * win32/vs8/libgstogg.vcproj:
2420         * win32/vs8/libgstriff.vcproj:
2421         * win32/vs8/libgsttag.vcproj:
2422         * win32/vs8/libgsttheora.vcproj:
2423         * win32/vs8/libgstvideoscale.vcproj:
2424         * win32/vs8/libgstvorbis.vcproj:
2425           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2426           to libgsttag.def; add missing dependencies for some vs8 projects;
2427           re-arrange placement of .def files in vs8 projects (#366334).
2428
2429 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2430
2431         * ext/ogg/gstogg.c:
2432           Remove unused variable.
2433
2434         * ext/ogg/gstoggdemux.c:
2435           Fix Wim's surname in plugin description.
2436
2437 2006-10-31  Wim Taymans  <wim@fluendo.com>
2438
2439         * gst-plugins-base.spec.in:
2440         spec new .h file. Fixes #368310.
2441
2442 2006-10-31  Michael Smith  <msmith@fluendo.com>
2443
2444         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2445         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2446         (gst_multi_fd_sink_get_stats),
2447         (gst_multi_fd_sink_remove_client_link),
2448         (gst_multi_fd_sink_queue_buffer),
2449         (gst_multi_fd_sink_handle_clients):
2450         * gst/tcp/gstmultifdsink.h:
2451           Make using the remove or clear signals threadsafe.
2452           Make calling get-stats with an invalid fd not segfault.
2453           Fixes 368273.
2454
2455 2006-10-31  Wim Taymans  <wim@fluendo.com>
2456
2457         * gst-libs/gst/rtp/Makefile.am:
2458         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2459         (gst_base_rtp_audio_payload_init):
2460         Fix and activate base audio payloader.
2461
2462 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2463
2464         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2465         (plugin_init):
2466           Add typefinder for QuickTime Image Files (see #366156).
2467
2468 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2469
2470         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2471           Another typo fix (#366212).
2472
2473 2006-10-27  Wim Taymans  <wim@fluendo.com>
2474
2475         * gst/volume/gstvolume.c: (volume_transform_ip):
2476         Use stream time to synchronize volume property instead of rather random
2477         timestamps. This is needed when gnonlin does its time shifting.
2478
2479 2006-10-27  Wim Taymans  <wim@fluendo.com>
2480
2481         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2482
2483         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2484         Remove the pad from the element in release_pad. Fixes #364812.
2485
2486 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2487
2488         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2490           Explicitly create our custom buffer classes at a thread-safe
2491           location as well, since g_type_class_ref() doesn't seem to be
2492           entirely thread-safe either (#365501; also see #349410).
2493
2494 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2495
2496         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2497         (gst_riff_parse_info):
2498           If strings in INFO chunk are not UTF-8, do something similar to
2499           what we do for ID3v1 tags: check a number of environment variables
2500           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2501           character sets to try, otherwise try the current locale and/or fall
2502           back on ISO-8859-1. Fixes #360552.
2503
2504 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2505
2506         * gst/videotestsrc/gstvideotestsrc.c:
2507         (gst_video_test_src_pattern_get_type),
2508         (gst_video_test_src_set_pattern):
2509         * gst/videotestsrc/gstvideotestsrc.h:
2510         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2511         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2512         (gst_video_test_src_checkers8):
2513         * gst/videotestsrc/videotestsrc.h:
2514           Add a bunch of exciting new checkers patterns.
2515
2516 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2517
2518         * gst/subparse/Makefile.am:
2519         * gst/subparse/gstsubparse.c:
2520         (gst_sub_parse_data_format_autodetect),
2521         (gst_sub_parse_format_autodetect), (handle_buffer),
2522         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2523         * gst/subparse/gstsubparse.h:
2524         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2525         (parse_tmplayer):
2526         * gst/subparse/tmplayerparse.h:
2527           Add support for TMPlayer-type subtitles (#362845).
2528
2529         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2530         (GST_START_TEST), (subparse_suite):
2531           Add some basic unit tests for the above.
2532
2533 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2534
2535         * tests/check/elements/audiorate.c: (test_injector_base_init),
2536         (test_injector_class_init), (test_injector_chain),
2537         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2538         (GST_START_TEST), (audiorate_suite):
2539           More tests for audiorate: inject buffers to check behaviour when
2540           buffers overlap.
2541
2542 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2543
2544         * tests/check/Makefile.am:
2545         * tests/check/elements/.cvsignore:
2546         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2547         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2548           Add some basic unit tests for audiorate. Disabled at the moment
2549           since it doesn't pass yet (see bug #363119).
2550
2551 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2552
2553         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2554         (parse_subrip), (handle_buffer):
2555           Add missing closing tags for markup and fix broken markup,
2556           otherwise pango won't render anything (fixes #357531). Also,
2557           make sure the text we send out is always NUL-terminated
2558           (better safe than sorry etc.).
2559
2560         * tests/check/elements/subparse.c: (test_srt_do_test),
2561         (test_srt):
2562           Some more tests for .srt incl. tests for the above stuff.
2563
2564 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2565
2566         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2568         Patch by: Stefan Kost  <ensonic@users.sf.net>
2569         Try to redraw borders only when needed. Apparently this consumes
2570         resources on small devices... :-O (#363607)
2571
2572 2006-10-20  Michael Smith  <msmith@fluendo.com>
2573
2574         * gst/tcp/gstmultifdsink.c:
2575         (gst_multi_fd_sink_client_queue_buffer):
2576           If caps change, then update the client's idea of the caps so that we
2577           don't end up re-sending streamheaders for every single buffer after
2578           the caps change.
2579
2580 2006-10-20  Michael Smith  <msmith@fluendo.com>
2581
2582         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2583         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2584           Set caps on pushed buffers; fix up refcounting of caps objects.
2585
2586 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2587
2588         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2589         (plugin_init):
2590           Typefind mmsh header data packet to application/x-mmsh (#362625).
2591
2592 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2593
2594         * tests/check/Makefile.am:
2595         * tests/check/elements/.cvsignore:
2596         * tests/check/elements/subparse.c: (buffer_from_static_string),
2597         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2598         (GST_START_TEST), (subparse_suite):
2599           Add very simple unit test for subparse.
2600
2601 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2602
2603         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2604         (parse_subrip):
2605           Strip trailing newlines from subtitle text output.
2606
2607 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2608
2609         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2610         (gst_sub_parse_change_state):
2611           Fix memleak; clear subparse->textbuf n state change function.
2612
2613 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2614
2615         * gst/subparse/gstsubparse.c:
2616         (gst_sub_parse_data_format_autodetect):
2617           Don't require subrip (.srt) files to start with a chunk number of 1.
2618
2619 2006-10-18  Wim Taymans  <wim@fluendo.com>
2620
2621         * gst-libs/gst/audio/gstbaseaudiosink.c:
2622         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2623         * gst-libs/gst/audio/gstbaseaudiosink.h:
2624         Extract rate from the NEWSEGMENT event.
2625         Use commit_full to also take rate adjustment into account when writing
2626         samples to the ringbuffer.
2627         
2628         * gst-libs/gst/audio/gstringbuffer.c:
2629         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2630         (gst_ring_buffer_read):
2631         * gst-libs/gst/audio/gstringbuffer.h:
2632         Added _commit_full() to also take rate into account.
2633         Use simple interpolation algorithm to resample audio.
2634         API: gst_ring_buffer_commit_full()
2635
2636         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2637         * tests/examples/seek/seek.c: (segment_done):
2638         Don't try to seek with 0.0 rate, just pause instead.
2639         Remove bogus debug line.
2640
2641 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2642
2643         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2644         (setup_source):
2645           Catch async errors when starting up the subtitle bin, so we can
2646           stop waiting and continue with the main film instead of hanging
2647           forever. Fixes #339366.
2648
2649         * tests/check/elements/playbin.c: (playbin_suite):
2650           Enable unit test for the above.
2651
2652 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2653
2654         * tests/check/Makefile.am:
2655         * tests/check/elements/.cvsignore:
2656         * tests/check/elements/playbin.c: (GST_START_TEST),
2657         (gst_red_video_src_uri_get_type),
2658         (gst_red_video_src_uri_get_protocols),
2659         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2660         (gst_red_video_src_uri_handler_init),
2661         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2662         (gst_red_video_src_create), (gst_red_video_src_class_init),
2663         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2664           Some small and basic unit tests for playbin; not very useful yet,
2665           but at least a start.
2666
2667 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2668
2669         * gst/playback/gstplaybin.c: (setup_sinks):
2670           The old pad activation spiel.
2671
2672 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2673
2674         * gst/playback/gstplaybasebin.c: (setup_source):
2675           Don't hang forever if the subbin already fails to start up in 
2676           the state change to PAUSED (#339366).
2677
2678 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2679
2680         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2681         (gst_tuner_set_channel), (gst_tuner_get_channel),
2682         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2683         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2684         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2685         (gst_tuner_find_channel_by_name):
2686           Fix some function guards, add some more function guards.
2687
2688 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2689
2690         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2691         (remove_element_chain):
2692         Don't return a pad from get_our_ghost_pad unless it is actually the
2693         one we want.
2694         Change a cast in remove_element_chain slightly.
2695
2696 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2697
2698         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2699         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2700         Segment seeking needs to use the rate and set stop to -1.
2701
2702 2006-10-13  Wim Taymans  <wim@fluendo.com>
2703
2704         * gst-libs/gst/audio/gstbaseaudiosink.c:
2705         (gst_base_audio_sink_setcaps):
2706         Don't crash when ringbuffer is not yet created.
2707         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2708         Fixes #361634.
2709
2710         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2711         * gst/playback/gststreamselector.c:
2712         (gst_stream_selector_request_new_pad):
2713         Activate pads befre adding them to running elements.
2714
2715 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2716
2717         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2718         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2719         updater when we start grabing the slider. Don't wait for the
2720         pipeline to be PAUSED.
2721
2722 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2723
2724         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2725         (gst_mixer_set_volume), (gst_mixer_get_volume),
2726         (gst_mixer_set_mute), (gst_mixer_set_option),
2727         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2728         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2729         (gst_mixer_option_changed):
2730           Guard mixer interface functions against bogus arguments.
2731
2732 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2733
2734         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2735         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2736         (msg_state_changed), (main): Use state-changed messages to trigger
2737         start/stop of scale update timer. Indeed the scale slider was
2738         jumping here and there because the update timer was activated 
2739         before seek completed. This fixes instant applying of rate changes
2740         by pressing the spinbutton like a crazy man !
2741
2742 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2743
2744         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2745
2746         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2747         (gst_basertppayload_finalize):
2748           Fix two small memory leaks (#361456).
2749
2750 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2751
2752         * tests/examples/seek/seek.c: (do_seek),
2753         (rate_spinbutton_changed_cb): When changing spinbutton we try
2754         to change the rate on the fly.
2755
2756 2006-10-10  Wim Taymans  <wim@fluendo.com>
2757
2758         * gst-libs/gst/riff/riff-ids.h:
2759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2760         (gst_riff_create_audio_template_caps):
2761         Add WMS caps.
2762
2763 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2764
2765         Patch by: Josep Torre Valles <josep@fluendo.com>
2766
2767         * ext/gnomevfs/gstgnomevfssink.c:
2768         * ext/gnomevfs/gstgnomevfssrc.c:
2769         Fix URI interface implementation return type.
2770         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2771         Fix what looks like a copy/paste issue when assigning values.
2772         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2773         (gst_audio_filter_template_get_type):
2774         Cast to prevent Forte warnings.
2775         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2776         Fix URI interface implementation return type.
2777         gst_pad_query_position requires a signed integer pointer as
2778         3rd parameter, GstClockTime is unsigned.
2779         * gst/audioconvert/audioconvert.c:
2780         Fix integer overflow when treated as signed.
2781         * gst/audioresample/resample.c: (resample_add_input_data):
2782         Cast to prevent warnings on Forte.
2783         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2784         Fix integer overflow when treated as signed.
2785         * gst/ffmpegcolorspace/imgconvert_template.h:
2786         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2787         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2788         (cleanup_decodebin):
2789         Who initialises a guint to -1!
2790         Cast function pointers to prevent warnings on Forte.
2791         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2792         (queue_threshold_reached):
2793         Cast function pointers correctly to prevent warnings on Forte.
2794         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2795         Cast function pointers correctly to prevent warnings on Forte.
2796         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2797         Obvious change to unsigned, 0xEF > max signed char.
2798         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2799         GstClockTime is unsigned, initialise correctly.
2800         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2801         Cast so pointer arithemetic doesn't cause warnings on Forte.
2802         * gst/videorate/gstvideorate.c:
2803         Use correct return value.
2804         * tests/examples/seek/scrubby.c:
2805         GstClockTime is unsigned, initialise correctly.
2806
2807 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2808
2809         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2810
2811         * gst/typefind/gsttypefindfunctions.c:
2812           Recognise XML files and XML-like files shorter than 256 bytes as
2813           well (fixes #359237).
2814
2815 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2816
2817         Patch by: Renato Filho <renato.filho@indt.org.br>
2818         
2819         * gst/typefind/gsttypefindfunctions.c:
2820         Added typefind functions to video/x-nuv media.
2821         
2822 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2823
2824         * gst-libs/gst/interfaces/xoverlay.c:
2825         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2826           Some more guards against invalid input.
2827
2828 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2829
2830         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2831         Useless goto.
2832         * tests/examples/seek/seek.c: (do_seek),
2833         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2834         seek example to experiment with rates != 1.0 (reverse playback !)
2835
2836 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2837
2838         * gst-libs/gst/interfaces/xoverlay.c:
2839           Unref message in doc-example (spotted by Robert McQueen)
2840
2841 2006-10-06  Wim Taymans  <wim@fluendo.com>
2842
2843         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2844         (mpeg1_parse_header), (mpeg1_sys_type_find):
2845         printf fix.
2846
2847 2006-10-06  Wim Taymans  <wim@fluendo.com>
2848
2849         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2850         (close_pad_link):
2851         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2852         Activate dynamic pads before adding them to the element.
2853
2854 2006-10-06  Michael Smith  <msmith@fluendo.com>
2855
2856         * gst-libs/gst/floatcast/floatcast.h:
2857           Fix obviously-bogus macros; use the correct types.
2858
2859 2006-10-06  Wim Taymans  <wim@fluendo.com>
2860
2861         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2862         (gst_base_rtp_depayload_change_state):
2863         Also call parent state change function to activate pads.
2864
2865         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2866         (mpeg1_parse_header), (mpeg1_sys_type_find):
2867         Add some more debug info in mpeg typefinding.
2868
2869 2006-10-06  Michael Smith  <msmith@fluendo.com>
2870
2871         * ext/theora/theoradec.c: (theora_dec_chain):
2872           Zero byte theora packets are valid and well-defined; don't warn on
2873           them.
2874
2875 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2876
2877         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2878         (gst_multi_fd_sink_get_stats), (find_limits),
2879         (gst_multi_fd_sink_queue_buffer):
2880           API: add dropped_buffers to the get-stats GValueArray
2881
2882 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2883
2884         * ext/alsa/gstalsadeviceprobe.c:
2885         (gst_alsa_device_property_probe_get_values):
2886         * ext/alsa/gstalsasink.c: (set_hwparams):
2887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2888         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2889         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2890         (gst_ogg_mux_process_best_pad):
2891         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2892         (gst_ogg_parse_chain):
2893         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2894         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2895         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2896         (gst_vorbis_enc_buffer_check_discontinuous):
2897         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2898         * gst-libs/gst/audio/gstbaseaudiosink.c:
2899         (gst_base_audio_sink_render):
2900         * gst-libs/gst/cdda/gstcddabasesrc.c:
2901         (gst_cdda_base_src_handle_track_seek):
2902         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2903         (gst_base_rtp_depayload_push_full):
2904         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2905         * gst/audioresample/resample.c: (resample_input_pushthrough):
2906         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2907         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2908         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2909         (wavpack_type_find):
2910         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2911         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2912         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2913         * tests/check/elements/volume.c: (GST_START_TEST):
2914           Printf format fixes.
2915
2916 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2917
2918         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2919           Fix a simple mistake (see the docs)
2920           Fixes #359580
2921
2922 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2923
2924         * docs/plugins/Makefile.am:
2925         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2926         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2927         * docs/plugins/gst-plugins-base-plugins.args:
2928         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2929         * docs/plugins/inspect/plugin-adder.xml:
2930         * docs/plugins/inspect/plugin-alsa.xml:
2931         * docs/plugins/inspect/plugin-audioconvert.xml:
2932         * docs/plugins/inspect/plugin-audiorate.xml:
2933         * docs/plugins/inspect/plugin-audioresample.xml:
2934         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2935         * docs/plugins/inspect/plugin-cdparanoia.xml:
2936         * docs/plugins/inspect/plugin-decodebin.xml:
2937         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2938         * docs/plugins/inspect/plugin-gdp.xml:
2939         * docs/plugins/inspect/plugin-gnomevfs.xml:
2940         * docs/plugins/inspect/plugin-libvisual.xml:
2941         * docs/plugins/inspect/plugin-ogg.xml:
2942         * docs/plugins/inspect/plugin-pango.xml:
2943         * docs/plugins/inspect/plugin-playbin.xml:
2944         * docs/plugins/inspect/plugin-subparse.xml:
2945         * docs/plugins/inspect/plugin-tcp.xml:
2946         * docs/plugins/inspect/plugin-theora.xml:
2947         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2948         * docs/plugins/inspect/plugin-video4linux.xml:
2949         * docs/plugins/inspect/plugin-videorate.xml:
2950         * docs/plugins/inspect/plugin-videoscale.xml:
2951         * docs/plugins/inspect/plugin-videotestsrc.xml:
2952         * docs/plugins/inspect/plugin-volume.xml:
2953         * docs/plugins/inspect/plugin-vorbis.xml:
2954         * docs/plugins/inspect/plugin-ximagesink.xml:
2955         * docs/plugins/inspect/plugin-xvimagesink.xml:
2956           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2957
2958 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2959
2960         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2961
2962         * ext/vorbis/Makefile.am:
2963         * ext/vorbis/vorbis.c: (plugin_init):
2964         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2965         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2966         * ext/vorbis/vorbisparse.h:
2967         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2968         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2969         (gst_vorbis_tag_parse_packet):
2970         * ext/vorbis/vorbistag.h:
2971           Add new vorbistag element which derives from vorbisparse
2972           and is essentially the same as well, only that it implements
2973           the GstTagSetter interface and can modify the stream's
2974           vorbiscomment on the fly (#335635).
2975
2976         * tests/check/Makefile.am:
2977         * tests/check/elements/.cvsignore:
2978         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2979         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2980         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2981         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2982           Add unit test for new vorbistag element.
2983
2984 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2985
2986         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2987         (vorbis_parse_push_headers), (vorbis_parse_chain):
2988           Set BOS flag in packet structure to fix 'jump depends
2989           on unitialized value' errors in valgrind; various minor
2990           clean-ups.
2991
2992 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2993
2994         * gst/playback/gstdecodebin.c: (close_pad_link):
2995         Fix typo in a debug statement.
2996
2997         * gst/playback/gstplaybasebin.c: (probe_triggered),
2998         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2999         (gen_source_element), (source_new_pad), (analyse_source),
3000         (setup_source):
3001         When handling no_more_pads in new_decoded_pad, make sure to treat
3002         subtitle pads correctly. Fixes playback with subtitle files.
3003
3004         Move a recurring message to LOG level.
3005
3006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3007         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
3008         which ends up as -1 when cast to an int. Make the logic handle the
3009         max value as an unsigned mask and only change the colorkey when it's
3010         a value we recognise.
3011
3012 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3013
3014         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3015         Removed empty * between paragraphs
3016
3017 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3018
3019         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3020         * gst-libs/gst/rtp/README:
3021         Moved some documentation into .c file
3022
3023 2006-09-29  Wim Taymans  <wim@fluendo.com>
3024
3025         * gst/playback/gstdecodebin.c: (no_more_pads):
3026         Fix compilation.
3027
3028 2006-09-29  Wim Taymans  <wim@fluendo.com>
3029
3030         * gst/playback/gstdecodebin.c: (new_caps):
3031         Remove g_print
3032
3033         * gst/playback/gstplaybin.c:
3034         Add some docs.
3035
3036 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
3037
3038         * tests/check/Makefile.am:
3039           Re-enable cddabasesrc test to see if it works again
3040           now.
3041
3042 2006-09-29  Wim Taymans  <wim@fluendo.com>
3043
3044         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3045         (gen_source_element):
3046         Handle invalid URIs a bit more gracefully.
3047
3048 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
3049
3050         * tests/check/pipelines/oggmux.c:
3051           Remove obsolete comment.
3052
3053 2006-09-29  Michael Smith  <msmith@fluendo.com>
3054
3055         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3056         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
3057         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
3058         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
3059         (gst_ogg_mux_collected):
3060           Commit patch from James "Doc" Livingston, adds proper EOS handling
3061           in oggmux. GStreamer can, for the first time ever, create a valid
3062           Ogg file! Yay!
3063
3064         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
3065         (oggmux_suite):
3066           Reenable tests now that they pass.
3067
3068 2006-09-29  Wim Taymans  <wim@fluendo.com>
3069
3070         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3071         Stop reading commands when EOF (we read 0) as well.
3072
3073 2006-09-28  Wim Taymans  <wim@fluendo.com>
3074
3075         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
3076         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
3077         (find_dynamic), (unlinked), (close_link):
3078         Implement delayed caps linking needed for element with a lot of
3079         different caps on the src pads that get fixed at runtime.
3080         Improve management of dynamic elements.
3081
3082         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3083         (group_destroy), (group_commit), (check_queue), (queue_overrun),
3084         (gen_preroll_element), (remove_groups), (unknown_type),
3085         (add_element_stream), (no_more_pads_full), (no_more_pads),
3086         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
3087         (new_decoded_pad), (setup_subtitle), (array_has_value),
3088         (gen_source_element), (source_new_pad), (has_all_raw_caps),
3089         (analyse_source), (remove_decoders), (make_decoder),
3090         (remove_source), (setup_source), (finish_source), (prepare_output),
3091         (gst_play_base_bin_change_state):
3092         * gst/playback/gstplaybasebin.h:
3093         Use more _CAST instead of full type checking casts.
3094         Small cleanups, plug some leaks.
3095         Handle dynamic sources.
3096         Add some helper functions to create lists of strings used for
3097         blacklisting and other stuff.
3098         Refactor some code dealing with analysing the source.
3099         Re-enable sources without pads (like cd:// or other selfcontained
3100         elements).
3101
3102 2006-09-28  Wim Taymans  <wim@fluendo.com>
3103
3104         * gst-libs/gst/audio/gstbaseaudiosink.c:
3105         (gst_base_audio_sink_render):
3106         When we have a timestamp, we can still perform clipping.
3107         When we have no clock, we must play the sample ASAP.
3108
3109 2006-09-28  Wim Taymans  <wim@fluendo.com>
3110
3111         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3112         Set caps on outgoing buffers.
3113
3114         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
3115         (gst_video_rate_event), (gst_video_rate_chain):
3116         * gst/videorate/gstvideorate.h:
3117         Fix videorate some more. Fixes #357977
3118
3119 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3120
3121         * tests/check/elements/adder.c: (adder_suite):
3122           Don't set timeout to 6 seconds when we're running
3123           in valgrind ... (and how is 6 seconds longer than
3124           the default anyway?)
3125
3126 2006-09-28  Wim Taymans  <wim@fluendo.com>
3127
3128         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3129         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
3130         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
3131         Keep sink and src segment to keep track of time and support more
3132         input formats.
3133         Fix bogus next_offset and run_time calculation, don't understand how
3134         this could have worked before. Fixes #357976.
3135         Remove some unneeded vars.
3136
3137 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3138
3139         * gst/playback/gstplaybin.c: (remove_sinks):
3140           Only remove visualisation from visbin if there is a visbin (or:
3141           don't throw warnings when closing totem without playing a file).
3142
3143 2006-09-27  Wim Taymans  <wim@fluendo.com>
3144
3145         * gst-libs/gst/audio/gstbaseaudiosink.c:
3146         (gst_base_audio_sink_render):
3147         Add some more info in a WARNING.
3148
3149         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3150         (gst_base_audio_src_create):
3151         Handle PAUSE in create function, use new -core addition to
3152         wait for playing. Fixes pausing and resuming capture from an
3153         audiosrc.
3154
3155         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3156         (gst_ring_buffer_read):
3157         Constify some more.
3158         Caller supports interrupted reads now.
3159
3160 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3161
3162         * tests/check/Makefile.am:
3163           Another attempt to make the gen64 buildbot happy.
3164
3165 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
3166
3167         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3168
3169         * ext/libvisual/visual.c: (gst_visual_clear_actors),
3170         (gst_visual_chain), (gst_visual_change_state):
3171           Libvisual plugin was not passing audio data to libvisual 0.4.0 
3172           correctly. Fixes #357800
3173
3174 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3175
3176         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3177           Add timeout to _get_state() so we see which pipeline it is
3178           that causes trouble on the gen64 build bot.
3179
3180 2006-09-27  Wim Taymans  <wim@fluendo.com>
3181
3182         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3183         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3184         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3185         (gst_base_rtp_depayload_set_gst_timestamp):
3186         the source pad always uses fixed caps.
3187
3188 2006-09-27  Wim Taymans  <wim@fluendo.com>
3189
3190         * docs/libs/gst-plugins-base-libs-docs.sgml:
3191         * docs/libs/gst-plugins-base-libs-sections.txt:
3192         * gst-libs/gst/audio/gstaudioclock.c:
3193         * gst-libs/gst/audio/gstaudioclock.h:
3194         * gst-libs/gst/audio/gstaudiosink.c:
3195         * gst-libs/gst/audio/gstaudiosink.h:
3196         * gst-libs/gst/audio/gstaudiosrc.c:
3197         * gst-libs/gst/audio/gstbaseaudiosink.c:
3198         (gst_base_audio_sink_render):
3199         * gst-libs/gst/audio/gstbaseaudiosink.h:
3200         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3201         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3202         * gst-libs/gst/audio/gstringbuffer.h:
3203         Added docs for the audio libs.
3204
3205 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3206
3207         * tests/check/Makefile.am:
3208           Temporarily disable test that fails on the bots for unknown reasons.
3209
3210 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3211
3212         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3213         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3214         Moved AudioCodecType into priv
3215         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3216
3217 2006-09-25  Wim Taymans  <wim@fluendo.com>
3218
3219         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3220         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3221         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3222         (new_pad):
3223         Cleanups and small leak fixes.
3224         Added Depayloaders to valid list of autopluggable elements.
3225
3226 2006-09-25  Wim Taymans  <wim@fluendo.com>
3227
3228         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3229         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3230         (gen_video_element), (gen_text_element), (gen_audio_element),
3231         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3232         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3233         Detect NO_PREROLL state change returns and disable clock distribution to
3234         the sinks so that sync is disabled.
3235         Avoid some type checking and do simple casts instead.
3236         Small cleanups, fix some FIXMEs.
3237         Be more robust when linking user specified elements, catch an report
3238         errors. Fixes #357404.
3239         Fix some leaks in the error paths.
3240
3241 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
3242
3243         * ChangeLog:
3244           ChangeLog surgery for missing bug-number
3245
3246 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3247
3248         Patch by: Peter Kjellerstedt  <pkj at axis com>
3249
3250         * gst/playback/test.c:
3251           Fix compilation with uClibc and -Werror (#357591).
3252
3253 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3254
3255         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3256           Parse dates that are followed by a time as well (#357532).
3257
3258         * tests/check/libs/tag.c: (test_vorbis_tags):
3259           Add unit test for this.
3260
3261 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3262
3263         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3264         (gst_audio_convert_transform_caps):
3265         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3266         * gst/videotestsrc/videotestsrc.h:
3267           A few array const-ifications.
3268
3269 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3270
3271         * tests/check/Makefile.am:
3272           See if this makes the build bots happy.
3273
3274         * tests/check/libs/cddabasesrc.c:
3275           UTF8-ise my name.
3276
3277 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3278
3279         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3280
3281         * gst/subparse/samiparse.c: (handle_start_font),
3282         (fix_invalid_entities):
3283           More case-insensitivity for certain tags; recognise entities with
3284           decimal codes as special entities as well (#357330).
3285
3286 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3287
3288         * gst-libs/gst/Makefile.am:
3289           Need to build tag directory before cdda.
3290
3291 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3292
3293         * docs/libs/gst-plugins-base-libs-sections.txt:
3294         * gst-libs/gst/cdda/Makefile.am:
3295         * gst-libs/gst/cdda/gstcddabasesrc.c:
3296         (gst_cdda_base_src_base_init):
3297         * gst-libs/gst/cdda/gstcddabasesrc.h:
3298         * gst-libs/gst/tag/tag.h:
3299         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3300         (gst_tag_register_musicbrainz_tags):
3301           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3302           depend on libgsttag. This is required so we can extract/read tags like
3303           DISCID without depending on libgstcddabasesrc (which used to register
3304           them).
3305
3306         * gst-libs/gst/tag/gstvorbistag.c:
3307           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3308           tags (also see #347848).
3309
3310         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3311           Log vorbis comments we are actually writing. Const-ify array.
3312
3313 2006-09-23  Wim Taymans  <wim@fluendo.com>
3314
3315         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3316         Improve buffering a bit by avoiding a deadlock because we cannot assume
3317         the underrun is always called.
3318
3319 2006-09-23  Wim Taymans  <wim@fluendo.com>
3320
3321         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3322
3323         * gst-libs/gst/riff/riff-ids.h:
3324         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3325         (gst_riff_create_audio_template_caps):
3326         Added MPEG-4 AAC and id and caps. Fixes #357289
3327         Added WMA9 Lossless id.
3328
3329 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3330
3331         * ext/gnomevfs/gstgnomevfssrc.c:
3332           Fix misleading docs addition.
3333
3334         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3335           Get rid of compiler warning the right way.
3336
3337 2006-09-22  Wim Taymans  <wim@fluendo.com>
3338
3339         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3340         (gst_base_rtp_depayload_finalize),
3341         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3342         (gst_base_rtp_depayload_push_full),
3343         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3344         (gst_base_rtp_depayload_process),
3345         (gst_base_rtp_depayload_set_gst_timestamp),
3346         (gst_base_rtp_depayload_queue_release):
3347         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3348         Small cleanups.
3349         Fix some leaks.
3350         Refactored the process method and added methods to push from the process
3351         vmethod.
3352         Use _scale functions.
3353         API: gst_base_rtp_depayload_push_ts
3354         API: gst_base_rtp_depayload_push
3355
3356         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3357         timestamps are uint.
3358
3359 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3360
3361         * gst-libs/gst/interfaces/xoverlay.c:
3362           Remove unused statement from doc example.
3363
3364 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3365
3366         * gst-libs/gst/interfaces/videoorientation.c:
3367         (gst_video_orientation_iface_init),
3368         (gst_video_orientation_get_hflip),
3369         (gst_video_orientation_get_vflip),
3370         (gst_video_orientation_get_hcenter),
3371         (gst_video_orientation_get_vcenter),
3372         (gst_video_orientation_set_hflip),
3373         (gst_video_orientation_set_vflip),
3374         (gst_video_orientation_set_hcenter),
3375         (gst_video_orientation_set_vcenter):
3376           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3377           in ChangeLog)
3378
3379 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3380
3381         * tests/check/Makefile.am:
3382         * tests/check/elements/.cvsignore:
3383         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3384         (create_rgb_conversions), (rgb_conversion_free),
3385         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3386         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3387           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3388           but disable for now since it doesn't pass (something wrong with
3389           RGBA somewhere).
3390
3391 2006-09-21  Wim Taymans  <wim@fluendo.com>
3392
3393         * gst/playback/gstplaybasebin.c: (group_commit),
3394         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3395         (queue_out_of_data), (gen_preroll_element),
3396         (preroll_remove_overrun), (probe_triggered):
3397         Refactor handling of overrun detection.
3398         Separate handling of group completion and deadlock detection when doing
3399         network buffering. This should fix some deadlocks that were not detected
3400         because the group was completed.
3401         Add more comments, improve debugging.
3402
3403 2006-09-21  Wim Taymans  <wim@fluendo.com>
3404
3405         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3406         * tests/check/libs/audio.c:
3407         Some more compilation fixes.
3408
3409 2006-09-21  Wim Taymans  <wim@fluendo.com>
3410
3411         * gst-libs/gst/audio/gstringbuffer.c:
3412         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3413         (gst_ring_buffer_read):
3414         Early morning compilation fix.
3415
3416 2006-09-20  Wim Taymans  <wim@fluendo.com>
3417
3418         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3419         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3420         * tests/check/elements/videorate.c: (GST_START_TEST):
3421         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3422         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3423         Fix some warnings.
3424
3425 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3426
3427         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3428         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3429         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3430           Handcrafted merge to help CVS understanding what I changed and what
3431           not.
3432
3433 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3434
3435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3436         (gst_xvimagesink_get_times):
3437           change colorkey behaviour back according to #354773 comment 6/7
3438
3439 2006-09-19  Michael Smith  <msmith@fluendo.com>
3440
3441         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3442         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3443         (gst_multi_fd_sink_recover_client),
3444         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3445         (gst_multi_fd_sink_get_property):
3446         * gst/tcp/gstmultifdsink.h:
3447           Implement stubbed out properties unit-type, units-soft-max,
3448           units-max, to allow specifying maximum sizes in units other than
3449           buffers.
3450           Fixes #355935
3451
3452 2006-09-19  Wim Taymans  <wim@fluendo.com>
3453
3454         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3455         (gst_riff_create_audio_template_caps):
3456         Reorder the audio formats a bit for clarity.
3457         Detect and create caps for MSGSM and MSN (WAV49).
3458         Fixes #356596.
3459
3460         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3461         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3462         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3463         Small cleanups, move error handling out of normal flow for clarity.
3464
3465 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3466
3467         * docs/libs/gst-plugins-base-libs-docs.sgml:
3468         * docs/libs/gst-plugins-base-libs.types:
3469         * gst-libs/gst/interfaces/Makefile.am:
3470         * gst-libs/gst/interfaces/videoorientation.c:
3471         (gst_video_orientation_get_type),
3472         (gst_video_orientation_iface_init),
3473         (gst_video_orientation_get_hflip),
3474         (gst_video_orientation_get_vflip),
3475         (gst_video_orientation_get_hcenter),
3476         (gst_video_orientation_get_vcenter),
3477         (gst_video_orientation_set_hflip),
3478         (gst_video_orientation_set_vflip),
3479         (gst_video_orientation_set_hcenter),
3480         (gst_video_orientation_set_vcenter):
3481         * gst-libs/gst/interfaces/videoorientation.h:
3482           API: Add new interface to control video orientation (fixes #354908)
3483
3484 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3485
3486         * gst/videotestsrc/gstvideotestsrc.c:
3487           Use G_UNLIKELY in _create and log one more detail.
3488           
3489         (gst_video_test_src_get_times), (gst_video_test_src_create):
3490         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3491           Use gst_util_uint64_scale_int in _get_times().
3492
3493 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3494
3495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3496           Give better warning message (add object and detail).
3497
3498 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3499
3500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3501         (gst_xvimagesink_get_times):
3502           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3503           #354773), use gst_util_uint64_scale_int in _get_times()
3504
3505 2006-09-18  Michael Smith  <msmith@fluendo.com>
3506
3507         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3508           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3509           always true, leading to dropping all timestamps.
3510
3511 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3512
3513         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3514         (gst_visual_chain), (gst_visual_change_state):
3515           update to work also with libvisual 0.4 API, fix double unref (#355914)
3516           
3517         * tools/gst-launch-ext.1.in:
3518         * tools/gst-visualise.1.in:
3519           remove references to old man-pages
3520
3521         * tests/examples/seek/seek.c: (main):
3522           add real meadi-buttons, add tool-tips for the seek-options, arrange
3523           seek options in a table
3524
3525 2006-09-18  Michael Smith  <msmith@fluendo.com>
3526
3527         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3528         (gst_ogg_mux_push_buffer):
3529           Don't generate out-of-order timestamps from oggmux, instead clamp
3530           output timestamps to be >= the previously output ts.
3531           Fixes #355595
3532
3533 2006-09-18  Michael Smith  <msmith@fluendo.com>
3534
3535         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3536         (gst_multi_fd_sink_class_init):
3537           Updates, fixes, and typo corrections for multifdsink. No functional
3538           changes.
3539
3540 2006-09-17  Michael Smith  <msmith@fluendo.com>
3541
3542         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3543           Don't crash on truncated files - check that we got an 8 byte buffer
3544           before trying to memcmp it.
3545
3546 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3547
3548         * gst/playback/gstplaybasebin.c: (get_active_source):
3549           Make stream-switching appear instant to the application
3550           (ie. make sure that a g_object_get on 'current-foo' returns
3551           the stream previously set with g_object_set(). Totem needs
3552           this to update stream-related meta-info (like audio-codec)
3553           correctly when switching streams.
3554
3555 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3556
3557         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3558         (gst_alsa_mixer_ensure_track_list):
3559           Try harder to guess which mixer track is the master mixer
3560           track (instead of just taking the first one that has a pvolume).
3561           Fixes #342228.
3562
3563 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3564
3565         reviewed by: <delete if not using a buddy>
3566
3567         * gst-libs/gst/audio/audio.h:
3568         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3569
3570 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3571
3572         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3573         (gst_audio_convert_transform_caps):
3574           Get structure-name just once.
3575
3576 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3577
3578         * tests/check/elements/audioresample.c: (GST_START_TEST):
3579         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3580         * tests/check/elements/volume.c: (GST_START_TEST):
3581         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3582         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3583         (test_pipeline), (GST_START_TEST):
3584         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3585         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3586           Fix big batch of compiler warnings.
3587
3588 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3589
3590         * ext/gnomevfs/gstgnomevfssrc.c:
3591           Add docs about icydemux usage in connection with gnomevfssrc
3592
3593         * ext/libvisual/visual.c:
3594         * ext/ogg/gstoggaviparse.c:
3595         * ext/ogg/gstoggdemux.c:
3596         * ext/ogg/gstoggmux.c:
3597         * ext/ogg/gstoggparse.c:
3598         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3599         * gst-libs/gst/audio/gstaudiosink.c:
3600         * gst-libs/gst/audio/gstaudiosrc.c:
3601         * gst/audiorate/gstaudiorate.c:
3602           More G_OBJECT macro fixing.
3603
3604         * gst/audiotestsrc/gstaudiotestsrc.h:
3605           Fix wrong info in header due to copy & paste
3606
3607 2006-09-15  Wim Taymans  <wim@fluendo.com>
3608
3609         * gst-libs/gst/audio/gstbaseaudiosink.c:
3610         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3611         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3612         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3613         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3614         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3615         Do the delay calculation in the source/sink base classes as this is
3616         specific for the capture/playback mode.
3617         Try to fixate a bit better, like round depth up to a multiple of 8
3618         bigger than width.
3619         Handle underruns correctly by marking DISCONT on buffers and adjusting
3620         timestamps to handle the gap.
3621         Set offset/offset_end correctly on buffers.
3622
3623         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3624         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3625         (gst_ring_buffer_read):
3626         Remove resync and underrun recovery from the ringbuffer.
3627         Fix ringbuffer read code on under/overrun.
3628
3629 2006-09-15  Wim Taymans  <wim@fluendo.com>
3630
3631         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3632         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3633         (queue_threshold_reached), (gst_play_base_bin_set_property),
3634         (gst_play_base_bin_get_property):
3635         * gst/playback/gstplaybasebin.h:
3636         Don't use a 0 low watermark when buffering, it is catching starvation
3637         way too late. Instead, use a 3 second queue with 30 and 95
3638         percent low/high watermarks. 
3639         Added queue-min-threshold property to configure low watermark.
3640         Use new _buffering message API.
3641         Make queue_threshold variable big enough to store a uint64 time value.
3642         API: playbin::queue-min-threshold property.
3643
3644 2006-09-15  Wim Taymans  <wim@fluendo.com>
3645
3646         * configure.ac:
3647         We require 0.10.10.1 now because of _wait_preroll().
3648
3649         * gst-libs/gst/audio/gstbaseaudiosink.c:
3650         (gst_base_audio_sink_render):
3651         Use gst_base_sink_wait_preroll().
3652
3653 2006-09-15  Wim Taymans  <wim@fluendo.com>
3654
3655         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3656         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3657         Use DEBUG_OBJECT more.
3658
3659 === release 0.10.10 ===
3660
3661 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3662
3663         patch by: Michael Smith <msmith at fluendo dot com>
3664
3665         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3666         (gst_multi_fd_sink_client_queue_buffer),
3667         (gst_multi_fd_sink_new_client):
3668         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3669         (multifdsink_suite):
3670           Fix implementation of sync-method 'next-keyframe'
3671           Closes #354594
3672
3673 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3674
3675         patch by: Wim Taymans <wim at fluendo dot com>
3676
3677         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3678         This patch removes the RANDOM flag that was incorrectly introduced with
3679         revision 1.91.  Fixes #354590
3680
3681 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3682
3683         * tests/check/Makefile.am:
3684           Random variation in Makefile line to see if it makes the
3685           gen64-base-full bot any happier.
3686
3687 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3688
3689         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3690           Disable test that fails at the moment (killed after timeout).
3691
3692 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3693
3694         Patch by: James Livingston  <doclivingston at gmail.com>
3695
3696         * tests/check/Makefile.am:
3697         * tests/check/pipelines/.cvsignore:
3698         * tests/check/pipelines/oggmux.c: (get_page_codec),
3699         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3700         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3701         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3702         (test_theora_vorbis), (oggmux_suite):
3703           Add simple unit test for oggmux from #337026 with checking for the
3704           EOS flags disabled for the time being.
3705
3706 2006-09-04  Wim Taymans  <wim@fluendo.com>
3707
3708         patch by: Alessandro Dessina <alessandro nnva org>
3709
3710         * ext/ogg/gstoggmux.c:
3711         Add cmml caps to oggmux. Fixes #353912
3712
3713 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3714
3715         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3716           Returning a return value often helps. In this case, we
3717           don't need the return value anyway, so just get rid of it.
3718           Should make build bots much happier.
3719
3720 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3721
3722         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3723         (paint_get_structure), (gst_video_test_src_get_size),
3724         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3725         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3726         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3727         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3728         * gst/videotestsrc/videotestsrc.h:
3729           Add support for AYUV and the various RGBA formats. Initialise
3730           fields of paintinfo structs allocated on the stack.
3731
3732         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3733         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3734         (check_rgb_buf), (videotestsrc_suite):
3735           Add unit tests for videotestsrc's RGB output.
3736
3737 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3738
3739         * gst/videotestsrc/gstvideotestsrc.c:
3740         (gst_video_test_src_pattern_get_type),
3741         (gst_video_test_src_set_pattern):
3742         * gst/videotestsrc/gstvideotestsrc.h:
3743         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3744         (gst_video_test_src_black), (gst_video_test_src_white),
3745         (gst_video_test_src_red), (gst_video_test_src_green),
3746         (gst_video_test_src_blue):
3747         * gst/videotestsrc/videotestsrc.h:
3748           Add more uni-colour patterns ("white", "red", "green", and "blue").
3749
3750 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3751
3752         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3753           Fix stride for YVYU, should be word-aligned (#353658).
3754
3755 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3756
3757         * gst/adder/gstadder.c: (gst_adder_src_event):
3758           Fix build.
3759
3760 2006-08-31  Edward Hervey  <edward@fluendo.com>
3761
3762         * gst/adder/gstadder.c: (forward_event_func),
3763         (gst_adder_src_event), (gst_adder_collected),
3764         (gst_adder_change_state):
3765         * gst/adder/gstadder.h:
3766         Remember the start position asked in the incoming seeks, so we can
3767         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3768         of assuming it will always be 0).
3769
3770 2006-08-31  Edward Hervey  <edward@fluendo.com>
3771
3772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3773         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3774         (gst_ogg_demux_loop):
3775         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3776
3777 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3778
3779         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3780         (gst_ffmpegcsp_get_unit_size):
3781           Return FALSE instead of returning a random false unit
3782           size when the format isn't known/supported (even if
3783           this shouldn't happen under normal circumstances).
3784
3785 2006-08-29  Wim Taymans  <wim@fluendo.com>
3786
3787         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3788
3789         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3790         (gst_gnome_vfs_src_start):
3791         Try harder to get the size from a uri by using _info_uri() when
3792         _info_from_handle() does not give us enough info. 
3793         Also follow symlinks when getting the size.
3794         Partially Fixes #332864.
3795
3796 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3797
3798         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3799
3800         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3801         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3802         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3803         (gst_alsa_mixer_set_record):
3804         * ext/alsa/gstalsamixertrack.c:
3805         (gst_alsa_mixer_track_update_alsa_capabilities),
3806         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3807         (gst_alsa_mixer_track_update):
3808         * ext/alsa/gstalsamixertrack.h:
3809           Improve and fix mixer track handling, in particular better handling
3810           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3811           separate track objects for tracks that have both capture and playback
3812           volume (and label them differently as well so they're not mistakenly
3813           assumed to be duplicates); classify mixer tracks that only affect
3814           the audible volume of something (rather than the capture volume)
3815           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3816           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3817           (following the meaning documented in the mixer interface header
3818           file); add support for alsa's exclusive cswitch groups; update/sync
3819           state/flags better if mixer settings are changed by another
3820           application. Fixes #336075.
3821
3822 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3823
3824         * gst/playback/gstplaybin.c:
3825           Improve docs: add section about BUFFERING messages sent by playbin.
3826
3827 2006-08-29  Michael Smith  <msmith@fluendo.com>
3828
3829         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3830         (gst_vorbis_enc_buffer_check_discontinuous),
3831         (gst_vorbis_enc_chain):
3832           Ignore explicit DISCONT marked on buffers (which is often spurious,
3833           particularly when using multiple segments), in favour of solely
3834           using the timestamps/durations.
3835
3836 2006-08-29  Edward Hervey  <edward@fluendo.com>
3837
3838         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3839         Don't rely on incoming buffers offset anymore, since it is completely
3840         broken when using multiple segments.
3841         Instead convert the incoming buffers timestamp to running time, and
3842         then convert that value to the offsets.
3843         Also inform GstSegment of the last outputted stop position, which is
3844         needed if we received several segments with an unknown stop value.
3845
3846 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3847
3848         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3849           fix buffer unreffing on a header push failure
3850
3851 2006-08-28  Wim Taymans  <wim@fluendo.com>
3852
3853         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3854         (gst_audio_rate_chain):
3855         Make the metadata of the buffer writable before changing its
3856         flags.
3857
3858 2006-08-28  Wim Taymans  <wim@fluendo.com>
3859
3860         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3861         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3862         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3863         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3864         Fix audiorate some more.
3865         Reset and resync counters on flush and READY.
3866         Handle the DISCONT flag correctly.
3867         Use GstSegment to track position.
3868         Fail when not negotiated.
3869         Fixes #353234.
3870
3871 2006-08-25  Michael Smith  <msmith@fluendo.com>
3872
3873         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3874           Fix spelling.
3875           Remove accidently included debug line.
3876
3877 2006-08-25  Wim Taymans  <wim@fluendo.com>
3878
3879         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3880         Small cleanups.
3881         If a buffer is received with no caps, make the buffer metadata
3882         writable and set the caps, making sure that we don't screw up the
3883         refcounts.
3884
3885 2006-08-25  Michael Smith  <msmith@fluendo.com>
3886
3887         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3888         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3889           Fix memory leaks and misleading debug messages, add a couple of
3890           comments.
3891
3892         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3893         (gst_multi_fd_sink_render):
3894           Do not use gst_buffer_make_writable() in a basesink render method,
3895           as it may incorrectly unref the buffer. Instead, use convoluted
3896           dance to avoid copying the buffer except when we need to.
3897
3898 2006-08-25  Michael Smith  <msmith@fluendo.com>
3899
3900         * ext/vorbis/vorbisenc.c:
3901         (gst_vorbis_enc_buffer_check_discontinuous):
3902           Allow very small discontinuities in the timestamps. These we can't
3903           do anything useful with anyway (because vorbis's timestamps have
3904           only sample granularity), and are commonly produced by elements with
3905           minor bugs. Allow up to 1/2 a sample out.
3906           Fixes #351742.
3907
3908 2006-08-24  Wim Taymans  <wim@fluendo.com>
3909
3910         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3911         (play_scrub_toggle_cb), (main):
3912         Add a checkbox to enable play scrubbing. Makes it possible to disable
3913         normal scrubbing.
3914
3915 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3916
3917         * tests/check/elements/.cvsignore:
3918           make buildbot happy
3919
3920 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3921
3922         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3923         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3924         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3925         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3926         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3927         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3928         (gst_ogm_text_parse_strip_trailing_zeroes),
3929         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3930         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3931           Refactor ogm parse, do better input checking, misc. clean-ups.
3932           Cache incoming events and push them once the source pad has
3933           been created. Don't pass unterminated strings to sscanf().
3934           Strip trailing zeroes from subtitle text output, since they
3935           are not valid UTF-8. Don't push vorbiscomment packets on
3936           the subtitle text pad. Output perfect streams if possible.
3937
3938 2006-08-23  Wim Taymans  <wim@fluendo.com>
3939
3940         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3941         Waits for tasks to settle down so that we clean up correctly for 
3942         valgrind.
3943
3944 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3945
3946         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3947           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3948           actually return return value in taglists_are_equal.
3949
3950 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3951
3952         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3953           Fix crash due to broken bitstream parsing on x86-64: can't make
3954           any assumptions about sizeof(struct) due to alignment/packing
3955           differences on different architectures. Fixes #351790.
3956
3957 2006-08-22  Wim Taymans  <wim@fluendo.com>
3958
3959         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3960         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3961         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3962         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3963         (gst_riff_parse_info):
3964         Protect public functions against bad input.
3965         Do some cleanups.
3966         Fix documentation.
3967
3968 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3969
3970         * gst-libs/gst/riff/riff-ids.h:
3971         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3972           Add voxware audio IDs (even if we can't play it) (#351795).
3973
3974 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3975
3976         * gst-libs/gst/riff/riff-media.c:
3977         (gst_riff_create_video_template_caps),
3978         (gst_riff_create_audio_template_caps),
3979         (gst_riff_create_iavs_template_caps):
3980           Const-ify some arrays and use G_N_ELEMENTS instead
3981           of wasting oodles of RAM on terminator bits.
3982
3983 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3984
3985         * gst-libs/gst/tag/gstvorbistag.c:
3986         (gst_tag_list_to_vorbiscomment_buffer):
3987         * tests/check/libs/tag.c: (GST_START_TEST):
3988           And the same for _to_vorbiscomment_buffer(): allow
3989           id_data_len == 0 for speex.
3990
3991 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3992
3993         * configure.ac:
3994         * docs/plugins/Makefile.am:
3995         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3996         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3997         * docs/plugins/inspect/plugin-gdp.xml:
3998         * gst/gdp/Makefile.am:
3999         * tests/check/Makefile.am:
4000           Move GDP plugin to -base from -bad.  Closes #347783.
4001
4002 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
4003
4004         * gst-libs/gst/tag/gstvorbistag.c:
4005         (gst_tag_list_from_vorbiscomment_buffer):
4006           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
4007           Also add some checks to make sure we don't memcmp() beyond the end of
4008           vorbiscomment buffer if the ID to check for is larger than the buffer.
4009
4010         * tests/check/libs/tag.c: (GST_START_TEST):
4011           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
4012
4013 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
4014
4015         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
4016         (gst_vorbis_enc_set_metadata):
4017           Use vorbis comment utility functions from libgsttag
4018           instead of re-inventing the wheel (partially fixes #347091).
4019
4020 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
4021
4022         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4023         Fix leaks. Wait for state transitions that might happen ASYNC, as well
4024         as some that won't.
4025
4026 2006-08-21  Wim Taymans  <wim@fluendo.com>
4027
4028         * docs/libs/Makefile.am:
4029         * docs/libs/gst-plugins-base-libs-sections.txt:
4030         * docs/libs/gst-plugins-base-libs.types:
4031         Don't try to GObject scan the netbuffer as it's not a GObject.
4032         Fixes #351308.
4033
4034         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4035         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4036         Document GstNetBuffer.
4037
4038 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
4039
4040         * tests/check/elements/audioconvert.c: (GST_START_TEST),
4041         (audioconvert_suite):
4042           Add testcase for caps-size-explosion
4043
4044 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
4045
4046         * gst/audioconvert/gstaudioconvert.c:
4047         (gst_audio_convert_get_unit_size), (set_structure_widths):
4048           Lower debug, use g_assert in _get_unit_size
4049
4050         * gst/audioresample/gstaudioresample.c:
4051         (audioresample_get_unit_size):
4052         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4053         (gst_ffmpegcsp_get_unit_size):
4054         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
4055           use g_assert in _get_unit_size
4056
4057 2006-08-18  Wim Taymans  <wim@fluendo.com>
4058
4059         * docs/libs/gst-plugins-base-libs-sections.txt:
4060         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
4061         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
4062         (gst_rtp_buffer_get_payload_buffer):
4063         * gst-libs/gst/rtp/gstrtpbuffer.h:
4064         Document GstRTPBuffer.
4065         Added function to efficiently strip payload headers.
4066         API: gst_rtp_buffer_get_payload_subbuffer()
4067
4068 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
4069
4070         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4071         (gst_tag_to_vorbis_comments):
4072           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
4073           tags and deserialise them properly as well (#347091).
4074           Add some more gtk-doc blurbs and also some g_return_if_fail().
4075
4076         * tests/check/libs/tag.c: (GST_START_TEST),
4077         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
4078           More tests.
4079
4080 2006-08-17  Wim Taymans  <wim@fluendo.com>
4081
4082         * ext/ogg/Makefile.am:
4083         * ext/ogg/gstogg.c: (plugin_init):
4084         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
4085         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
4086         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
4087         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
4088         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
4089         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
4090         Added ogg-in-avi parser element. Fixes #140139.
4091
4092         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4093         Fixed a bug in oggdemux debug code.
4094
4095         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4096         (gst_riff_create_audio_template_caps):
4097         Recognise Ogg in the AVI extensible wave format.
4098
4099 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
4100
4101         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4102           Make buffer durations add up (duration should be next_ts-ts for
4103           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
4104           from CVS.
4105
4106         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
4107         (test_buffer_timestamps), (cddabasesrc_suite):
4108           Add unit test for the above.
4109
4110         * tests/check/Makefile.am:
4111           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
4112           to see what happens.
4113
4114 2006-08-16  Wim Taymans  <wim@fluendo.com>
4115
4116         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
4117         (gst_alsasink_open):
4118         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
4119         (gst_alsasrc_open):
4120         Avoid setting and using a NULL device name.
4121         Print more info when we fail to open a device.
4122
4123 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
4124
4125         * docs/libs/gst-plugins-base-libs-sections.txt:
4126         * gst-libs/gst/tag/tag.h:
4127         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
4128           API: add gst_tag_parse_extended_comment() (#351426).
4129
4130         * tests/check/Makefile.am:
4131         * tests/check/libs/.cvsignore:
4132         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
4133           Add unit test for gst_tag_parse_extended_comment().
4134
4135 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4136
4137         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
4138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
4139           Fix leak (#351502).
4140
4141 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4142
4143         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4144         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4145         * docs/plugins/gst-plugins-base-plugins.args:
4146         * gst/playback/gstplaybin.c:
4147           Document playbin.
4148           
4149         * docs/plugins/inspect/plugin-adder.xml:
4150         * docs/plugins/inspect/plugin-alsa.xml:
4151         * docs/plugins/inspect/plugin-audioconvert.xml:
4152         * docs/plugins/inspect/plugin-audiorate.xml:
4153         * docs/plugins/inspect/plugin-audioresample.xml:
4154         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4155         * docs/plugins/inspect/plugin-cdparanoia.xml:
4156         * docs/plugins/inspect/plugin-decodebin.xml:
4157         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4158         * docs/plugins/inspect/plugin-gnomevfs.xml:
4159         * docs/plugins/inspect/plugin-ogg.xml:
4160         * docs/plugins/inspect/plugin-pango.xml:
4161         * docs/plugins/inspect/plugin-playbin.xml:
4162         * docs/plugins/inspect/plugin-subparse.xml:
4163         * docs/plugins/inspect/plugin-tcp.xml:
4164         * docs/plugins/inspect/plugin-theora.xml:
4165         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4166         * docs/plugins/inspect/plugin-video4linux.xml:
4167         * docs/plugins/inspect/plugin-videorate.xml:
4168         * docs/plugins/inspect/plugin-videoscale.xml:
4169         * docs/plugins/inspect/plugin-videotestsrc.xml:
4170         * docs/plugins/inspect/plugin-volume.xml:
4171         * docs/plugins/inspect/plugin-vorbis.xml:
4172         * docs/plugins/inspect/plugin-ximagesink.xml:
4173         * docs/plugins/inspect/plugin-xvimagesink.xml:
4174           Update to CVS version.
4175
4176 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4177
4178         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4179         (gst_play_bin_set_property), (gst_play_bin_get_property),
4180         (value_list_append_structure_list),
4181         (gst_play_bin_handle_redirect_message),
4182         (gst_play_bin_handle_message):
4183           API: GstPlayBin::connection-speed
4184           Add "connection-speed" property; re-order redirect messages with
4185           multiple redirect locations depending on the minimum bitrate if
4186           that information is available and a connection speed is set
4187           (#350399).
4188
4189 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4190
4191         * gst/playback/gstplaybin.c:
4192           Update max volume to the same value that the volume element uses.
4193
4194 2006-08-14  Wim Taymans  <wim@fluendo.com>
4195
4196         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4197         Less uglyness..
4198
4199 2006-08-14  Wim Taymans  <wim@fluendo.com>
4200
4201         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4202         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4203         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4204         Add some more debug info.
4205         Don't crash when a seek failed.
4206         Actually return the result of the seek instead of TRUE.
4207         Ignore multiple BOS pages with the same serial so that we don't create
4208         the same stream multiple times.
4209         Post an error when we fail to do the initial seek.
4210
4211 2006-08-13  Wim Taymans  <wim@fluendo.com>
4212
4213         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4214         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4215         Small code cleanup.
4216
4217         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4218         (gst_alsa_mixer_new):
4219         Remove hack that always set the device to hw:0*.
4220         Properly find the card name for whatever device was configured.
4221         Do some better debugging.
4222         Fixes #350784.
4223
4224         * ext/alsa/gstalsamixerelement.c:
4225         (gst_alsa_mixer_element_set_property),
4226         (gst_alsa_mixer_element_change_state):
4227         Cleanups.
4228         Handle setting of a NULL device name better.
4229
4230 2006-08-11  Wim Taymans  <wim@fluendo.com>
4231
4232         * gst/adder/gstadder.c:
4233         Don't clip float values. Fixes #350900.
4234
4235 2006-08-11  Andy Wingo  <wingo@pobox.com>
4236
4237         * gst/tcp/gsttcp.c: Really fix the build?
4238
4239         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4240         fixes the build.
4241
4242 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4243
4244         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4245           Float caps shouldn't have a "signed" field.
4246
4247 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4248
4249         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4250           Implement SEEKING query in its most basic form, so that we can
4251           at least check if we're seekable or not (#350655).
4252
4253 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4254
4255         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4256           The checks here are not even close to anything that would
4257           justify MAXIMUM probability, lowering to POSSIBLE until someone
4258           fixes the checks (case at hand: quicktime redirection files
4259           might start with 00 00 01 XX and pass the checks here just
4260           fine, see #350399).
4261
4262 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4263
4264         Patch by: Sjoerd Simons  <sjoerd at luon net>
4265
4266         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4267           Better detection for multipart/x-mixed-replace: accept leading
4268           whitespaces before the boundary marker as well (as our very own
4269           multipartmux used to produce) (#349068).
4270
4271 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4272
4273         Patch by: Young-Ho Cha  <ganadist at chollian net>
4274
4275         * gst-libs/gst/riff/riff-ids.h:
4276         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4277         (gst_riff_create_audio_template_caps):
4278           Detect DTS audio streams (#350157).
4279
4280 2006-08-05  Andy Wingo  <wingo@pobox.com>
4281
4282         * ext/theora/gsttheoraparse.h:
4283         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4284         (theora_parse_dispose, theora_parse_set_property)
4285         (theora_parse_get_property, theora_parse_munge_granulepos)
4286         (theora_parse_push_buffer, theora_parse_change_state):
4287         API: GstTheoraParse::synchronization-points
4288         Add a property 'synchronization-points' to fix badly synchronized oggs.
4289
4290 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4291
4292         * tests/check/Makefile.am:
4293         * tests/check/libs/.cvsignore:
4294         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4295         (fixed_caps_have_channel_positions), (GST_START_TEST),
4296         (audio_suite), (main):
4297           Add a few tests for the channel position stuff in libgstaudio.
4298
4299 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4300
4301         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4302         (gst_alsa_detect_channels):
4303         * ext/alsa/gstalsasink.c:
4304           Add support for cards that (only) do more than 8 channels,
4305           like the Delta 44 (#345188).
4306
4307         * gst-libs/gst/audio/multichannel.c:
4308         (gst_audio_check_channel_positions):
4309         * gst-libs/gst/audio/multichannel.h:
4310           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4311           unspecified channel position and cannot be combined with any
4312           of the other audio channel positions; adjust position layout
4313           checks accordingly (#345188).
4314
4315 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4316
4317         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4318           Recognise ancient RealAudio files (see #349779).
4319
4320 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4321
4322         Patch by: Jens Granseuer  <jensgr at gmx net>
4323
4324         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4325           Add typefinder for Interplay's MVE format (#348973).
4326
4327 2006-08-02  Wim Taymans  <wim@fluendo.com>
4328
4329         Patch by: Marcel Moreaux <marcelm at luon dot net>
4330
4331         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4332         (gst_base_rtp_depayload_add_to_queue):
4333         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4334         Handle RTP sequence number rollover.
4335         Disable jitterbuffer by default.
4336
4337 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4338
4339         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4340         (audioresample_set_caps):
4341         Don't leak references to the incoming caps. Clean them up when
4342         stopping.
4343
4344         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4345         (gst_video_scale_finalize):
4346         Don't leak our temporary pixel buffer.
4347
4348         * tests/check/Makefile.am:
4349         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4350         (GST_START_TEST), (simple_launch_lines_suite):
4351
4352         Fix leaks and re-enable the test for valgrind checking.
4353
4354 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4355
4356         Patch by: Sjoerd Simons  <sjoerd at luon net>
4357
4358         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4359         (plugin_init):
4360           Add typefind function for multipart/x-mixed-replace (#348916).
4361
4362 2006-07-28  Wim Taymans  <wim@fluendo.com>
4363
4364         * gst/adder/gstadder.c: (gst_adder_setcaps),
4365         (gst_adder_query_duration):
4366         Fix leak in duration query.
4367         Reflow some docs and notes.
4368
4369 2006-07-28  Michael Smith  <msmith@fluendo.com>
4370
4371         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4372         (vorbisenc_suite):
4373           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4374           aspect of it.
4375
4376 2006-07-28  Michael Smith  <msmith@fluendo.com>
4377
4378         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4379         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4380         (gst_vorbis_enc_push_buffer),
4381         (gst_vorbis_enc_buffer_check_discontinuous),
4382         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4383         * ext/vorbis/vorbisenc.h:
4384           Handle discontinuities in the input vorbis stream correctly,
4385           so that the output is properly timestamped (and has good granulepos
4386           values). Needs some oggmux fixes too.
4387
4388 2006-07-27  Wim Taymans  <wim@fluendo.com>
4389
4390         patch by: Kai Vehmanen <kv2004 eca cx>
4391
4392         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4393         (gst_base_rtp_depayload_chain),
4394         (gst_base_rtp_depayload_handle_sink_event),
4395         (gst_base_rtp_depayload_change_state):
4396         Don't send multiple newsegments with different formats.
4397         Fixes #348677.
4398
4399 2006-07-26  Wim Taymans  <wim@fluendo.com>
4400
4401         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4402         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4403         Make seeking in ogg more accurate again by doing the more correct
4404         granuletime to stream time conversion.
4405
4406 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4407
4408         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4409         (gst_multi_fd_sink_new_client):
4410           debug a little more understandably
4411           do not use goto as a substitute for break, especially if
4412           break is also being used
4413
4414 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4415
4416         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4417         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4418           Remove GLib-2.6 compatibility cruft.
4419
4420 2006-07-24  Wim Taymans  <wim@fluendo.com>
4421
4422         * gst-libs/gst/audio/gstbaseaudiosink.c:
4423         (gst_base_audio_sink_render):
4424         Don't try to align a sample to an unknown value.
4425
4426 2006-07-24  Wim Taymans  <wim@fluendo.com>
4427
4428         * gst-libs/gst/audio/gstbaseaudiosink.c:
4429         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4430         When the audio clock is slaved to another clock, never try to align
4431         samples but trust the rate interpolation algorithm.
4432
4433 2006-07-24  Wim Taymans  <wim@fluendo.com>
4434
4435         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4436         Don't try to calculate silence samples, base class does this much
4437         better now.
4438
4439         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4440         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4441         (gst_ring_buffer_acquire):
4442         Calculate silence samples correctly.
4443
4444         * gst-libs/gst/audio/gstringbuffer.h:
4445         Add _CAST macro.
4446
4447 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4448
4449         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4450           Limit search for the first markup tag to the first few kB of
4451           the file. If we don't find one there, it's highly unlikely that
4452           this is an XML(-ish) file.
4453
4454 2006-07-21  Andy Wingo  <wingo@pobox.com>
4455
4456         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4457         test to the one in vorbisenc. Also commented out.
4458
4459         * tests/check/pipelines/vorbisenc.c: 
4460         (test_discontinuity): New test, commented out until Mike lands
4461         some elite vorbisenc patches.
4462
4463         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4464         Bufferstraw was actually factored out of these tests. Now we share
4465         code yay.
4466
4467         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4468         for bufferstraw addition to gstcheck.
4469
4470 2006-07-21  Wim Taymans  <wim@fluendo.com>
4471
4472         * ext/theora/theoradec.c: (clip_buffer):
4473         Better clipping.
4474
4475 2006-07-21  Wim Taymans  <wim@fluendo.com>
4476
4477         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4478         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4479         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4480         Fix leak.
4481         Avoid type casting when we can.
4482
4483         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4484         Fix mem leak.
4485
4486 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4487
4488         * ext/alsa/gstalsamixerelement.c:
4489         (gst_alsa_mixer_element_change_state):
4490           Make state change fail if the specified device can't be opened
4491           for some reason.
4492
4493 2006-07-20  Wim Taymans  <wim@fluendo.com>
4494
4495         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4496         (cb_newpad), (main):
4497         Example of a small audio/video player using decodebin.
4498
4499 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4500
4501         * gst-libs/gst/riff/riff-ids.h:
4502           Add 'fact' chunk id
4503
4504 2006-07-19  Wim Taymans  <wim@fluendo.com>
4505
4506         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4507         (gst_base_rtp_depayload_chain),
4508         (gst_base_rtp_depayload_change_state):
4509         Don't assert when not negotiated but post a meaningfull 
4510         error message. Fixes #347918.
4511
4512         * gst-libs/gst/rtp/gstbasertppayload.c:
4513         Add comment about better default MTU size.
4514
4515         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4516         Small cleanups, start docs.
4517
4518 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4519
4520         Patch by: Martin Szulecki
4521
4522         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4523           If "device-name" is requested and the device is not
4524           open, try to temporarily open it to obtain this
4525           information (#342494).
4526
4527 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4528
4529         * gst-libs/gst/tag/gstid3tag.c:
4530           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4531
4532         * gst-libs/gst/tag/gsttageditingprivate.h:
4533         * gst-libs/gst/tag/gstvorbistag.c:
4534           Some more random const-ifications.
4535
4536 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4537
4538         * gst-libs/gst/riff/riff-ids.h:
4539         * gst-libs/gst/riff/riff-media.c:
4540         (gst_riff_create_video_template_caps):
4541           Add more FOURCCs (sort list to make stuff easier to find),
4542           add comment what those 16 bytes in struct _gst_riff_strh according to
4543           one avi-dumper are
4544
4545 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4546
4547         * gst-libs/gst/audio/multichannel.c:
4548         (gst_audio_check_channel_positions),
4549         (gst_audio_fixate_channel_positions):
4550           Const-ify two arrays.
4551
4552 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4553
4554         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4555           Fix typo, so that alsasink also advertises 8 channels
4556           if that's supported (tags: can, worms, open, alsa, ph34r).
4557
4558 2006-07-17  Wim Taymans  <wim@fluendo.com>
4559
4560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4561         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4562         *sigh*, when is the compiler going to warn when the comments
4563         are out-of-sync with the code.. Refix case of busted theora
4564         headers with 0 granule pos.
4565
4566 2006-07-14  Wim Taymans  <wim@fluendo.com>
4567
4568         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4569         (gst_base_rtp_depayload_wait),
4570         (gst_base_rtp_depayload_change_state),
4571         (gst_base_rtp_depayload_set_property),
4572         (gst_base_rtp_depayload_get_property):
4573         Fix 99% cpu load by waiting for absolute times on the
4574         clock. Fixes #347300.
4575
4576 2006-07-14  Andy Wingo  <wingo@pobox.com>
4577
4578         * ext/theora/gsttheoraparse.h: 
4579         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4580         (theora_parse_push_headers, theora_parse_clear_queue)
4581         (theora_parse_drain_queue_prematurely, )
4582         (theora_parse_sink_event, theora_parse_change_state): Queue events
4583         until we initialized our state, like in vorbisparse.
4584
4585         * ext/vorbis/vorbisparse.h: 
4586         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4587         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4588         (vorbis_parse_drain_queue_prematurely, )
4589         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4590         until we have initialized our state. Fixes seeking after an
4591         initial pad block.
4592
4593 2006-07-14  Andy Wingo  <wingo@pobox.com>
4594
4595         Patch by: Iain Holmes <iaingnome@gmail.com>
4596         
4597         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4598
4599 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4600
4601         * configure.ac:
4602         Bump nano back to CVS
4603
4604 === release 0.10.9 ===
4605
4606 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4607
4608         * configure.ac:
4609           releasing 0.10.9, "I walk the line"
4610
4611 2006-07-14  Michael Smith  <msmith@fluendo.com>
4612
4613         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4614           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4615           (commonly happens when running this test under valgrind) when trying
4616           to remove the buffer probe.
4617
4618 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4619
4620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4621         Fix missing g_unlock from the previous commit
4622
4623 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4624
4625         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4626         (gst_ximagesink_change_state):
4627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4628         (gst_xvimagesink_change_state):
4629         Implement a locking order to ensure we always take the object lock
4630         before the x_lock and never vice-versa.
4631
4632 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4633
4634         * gst/playback/gstdecodebin.c: (find_compatibles):
4635         Fix a caps leak when linking (#347304)
4636
4637         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4638         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4639         (gst_ximagesink_change_state):
4640         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4641         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4642         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4643         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4644         Don't leak shared memory resources. Use the object lock to protect
4645         against the xcontext disappearing while returning a buffer from the
4646         pipeline. (#347304)
4647
4648 2006-07-12  Edward Hervey  <edward@fluendo.com>
4649
4650         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4651         (vorbis_handle_comment_packet):
4652         gst_tag_list_merge() returns a new object. Take that into account when
4653         using it. This avoids memleak.
4654         Revert previous commit which is not needed.
4655
4656 2006-07-12  Edward Hervey  <edward@fluendo.com>
4657
4658         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4659         Reset the decoder in finalize so that all fields get cleared.
4660
4661 2006-07-12  Wim Taymans  <wim@fluendo.com>
4662
4663         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4664         (gst_base_audio_src_set_clock),
4665         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4666         Don't try to post an error message when setting the clock fails
4667         as this can happen when adding an element to a bin which will then
4668         deadlock. Fixes #347296.
4669
4670 2006-07-12  Edward Hervey  <edward@fluendo.com>
4671
4672         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4673         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4674         (vorbis_handle_type_packet):
4675         Post tag messages on the bus even if we're not initialized.
4676         If we're not initialized, we still postpone the event pushing of tags.
4677
4678 2006-07-12  Wim Taymans  <wim@fluendo.com>
4679
4680         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4681         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4682         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4683         Revert last two changes that broke the freeze.
4684
4685 2006-07-12  Wim Taymans  <wim@fluendo.com>
4686
4687         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4688         basesink calculates silence sample correctly for us.
4689
4690 2006-07-12  Wim Taymans  <wim@fluendo.com>
4691
4692         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4693         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4694         Calculate correct silence samples so we don't fill our ringbuffer
4695         with noise.
4696
4697 2006-07-12  Edward Hervey  <edward@fluendo.com>
4698
4699         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4700         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4701         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4702         * ext/vorbis/vorbisdec.h:
4703         Delay sending events (newsegment, tags) until the decoder is properly
4704         initialized.
4705         Fixes #347295
4706
4707 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4708
4709         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4710         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4711           Patch from #347221 adding a test for audioconvert
4712           channel remappings.
4713
4714 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4715
4716         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4717         (gst_ssa_parse_parse_line):
4718           Don't include the terminating NUL in the buffer size,
4719           it's only there for extra paranoia (would add random
4720           '*' characters at the end of each subtitle since the
4721           terminator itself is not valid UTF-8 technically).
4722           Also fix indenting after boilerplate macro.
4723
4724 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4725
4726         * gst/playback/gstdecodebin.c: (close_pad_link):
4727           Also emit 'unknown-type' signal (which should really be
4728           called unhandled-type) if we found potential decoders/demuxers
4729           in the registry but none of them worked in the end (as in the
4730           case where the plugins don't exist any longer but are still
4731           listed in the registry). Fixes #329798.
4732
4733 2006-07-08  Andy Wingo  <wingo@pobox.com>
4734
4735         * theoraparse.c (theora_parse_push_buffer)
4736         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4737         Add some more debugging. Fix granulepos reconstruction in the face
4738         of discontinuities.
4739
4740 2006-07-06  Wim Taymans  <wim@fluendo.com>
4741
4742         * gst-libs/gst/audio/gstbaseaudiosink.c:
4743         (gst_base_audio_sink_class_init),
4744         (gst_base_audio_sink_provide_clock):
4745         Use gobject_class instead of G_OBJECT_CLASS (klass)
4746
4747         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4748         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4749         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4750         (gst_base_audio_src_get_time),
4751         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4752         (gst_base_audio_src_create_ringbuffer):
4753         Fix latency and buffer-time constants and properties ala basesink.
4754         Implement pull based scheduling. Fixes #346527.
4755         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4756         one segment.
4757         Refuse slaving to another clock instead of silently not working.
4758         Only provide a clock when we are actually able to do so.
4759         Various small cleanups and compiler hints.
4760
4761 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4762
4763         Patch by: Lutz Mueller <lutz at topfrose de>
4764
4765         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4766         (plugin_init):
4767           Add typefinding for text/html (#346581).
4768
4769 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4770
4771         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4772         (xml_check_first_element), (xml_type_find), (smil_type_find):
4773           Fix SMIL typefinding, make xml_check_first_element() more
4774           useful.
4775
4776 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4777
4778         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4779         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4780         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4781         * gst/playback/gstplaybasebin.h:
4782           Protect list of elements with a subtitle-encoding property and
4783           the subtitle encoding member itself with a lock of their own
4784           instead of using the object lock. This prevents a dead-lock in
4785           the element-remove callback in some circumstances when shutting
4786           down playbin.
4787
4788 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4789
4790         * win32/common/libgsttag.def:
4791         Export some new functions.
4792         * win32/vs6/libgstogg.dsp:
4793         Add a link to libgsttag-0.10.lib.
4794
4795 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4796
4797         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4798           Some const-ification.
4799
4800 2006-07-04  Wim Taymans  <wim@fluendo.com>
4801
4802         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4803         Improve checking if we are dealing with a stream. Added some
4804         more uris that need buffering.
4805
4806 2006-07-03  Edward Hervey  <edward@fluendo.com>
4807
4808         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4809         Remove unused variable.
4810
4811 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4812
4813         * Makefile.am:
4814           include lcov.mak
4815         * configure.ac:
4816           add GCOV_LIBS to GST_LIBS
4817
4818 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4819
4820         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4821
4822         * ext/alsa/gstalsasrc.c:
4823           Add 32 bps to template caps and increase channels range
4824           from [1,2] to [1,MAX]. See #346326.
4825
4826 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4827
4828         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4829           Recognise 'WMVA' video codec fourcc (#345879).
4830           
4831 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4832          
4833         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4834           Fixed nasty memory leak
4835
4836 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4837
4838         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4839         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4840           fix logging
4841
4842 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4843
4844         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4845         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4846         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4847         Protect remove_fakesink using a mutex, so that we don't try and
4848         remove the fakesink simultaneously from multiple threads.
4849
4850         When going from READY to PAUSED, restore the fakesink, so that
4851         it is there when decodebin gets reused.
4852
4853 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4854
4855         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4856         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4857         * gst-libs/gst/rtp/gstbasertppayload.c:
4858         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4859         * gst/tcp/gstmultifdsink.c:
4860         * gst/tcp/gsttcpclientsink.c:
4861         * gst/tcp/gsttcpclientsrc.c:
4862         * gst/tcp/gsttcpserversink.c:
4863         * gst/tcp/gsttcpserversrc.c:
4864         * gst/videorate/gstvideorate.c:
4865         * gst/videotestsrc/gstvideotestsrc.c:
4866         * sys/v4l/gstv4ljpegsrc.c:
4867         * sys/v4l/gstv4lmjpegsink.c:
4868         * sys/v4l/gstv4lsrc.c:
4869         * tests/examples/seek/scrubby.c:
4870         * tests/examples/seek/seek.c:
4871           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4872
4873 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4874
4875         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4876           Second field in GEnumValue shouldn't be a description,
4877           but a stringified version of the enum value.
4878
4879 2006-06-22  Wim Taymans  <wim@fluendo.com>
4880
4881         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4882         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4883         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4884         Avoid type checking in buffer casts.
4885         Avoid caps copy in buffer_alloc when we can.
4886         Use pad_peer_accept.
4887
4888 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4889
4890         * gst-libs/gst/tag/tag.h:
4891           Oops, make that 'Since: 0.10.9'.
4892
4893 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4894
4895         * docs/libs/gst-plugins-base-libs-sections.txt:
4896         * gst-libs/gst/tag/tag.h:
4897         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4898         (gst_tag_image_type_get_type):
4899           API: add GstTagImageType enum to describe images contained
4900           in image tags (#345641).
4901
4902 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4903
4904         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4905           Fix warnings with gst-inspect: "buffers-min" property
4906           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4907           typo in property description.
4908
4909 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4910
4911         Patch by: Cody Russell <bratsche at gnome org>
4912
4913         * gst/audioresample/gstaudioresample.c:
4914         (gst_audioresample_class_init):
4915         * gst/playback/gststreamselector.c:
4916         (gst_stream_selector_class_init):
4917         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4918         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4919         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4920         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4921         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4922         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4923         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4924         * gst/videotestsrc/gstvideotestsrc.c:
4925         (gst_video_test_src_class_init):
4926         * gst/volume/gstvolume.c: (gst_volume_class_init):
4927           Avoid unnecessary class cast check in class_init
4928           functions (#337747).
4929
4930 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4931
4932         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4933         (gst_text_overlay_video_chain):
4934           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4935           and doesn't validate its input either (and neither did
4936           textoverlay it seems). Let's do that then and fix #345206.
4937
4938 2006-06-19  Wim Taymans  <wim@fluendo.com>
4939
4940         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4941         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4942         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4943         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4944         (find_syncframe), (find_limits), (assign_value),
4945         (count_burst_unit), (gst_multi_fd_sink_new_client),
4946         (gst_multi_fd_sink_handle_client_write),
4947         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4948         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4949         (gst_multi_fd_sink_change_state):
4950         * gst/tcp/gstmultifdsink.h:
4951         Added shiny new burst-on-connect methods.
4952         Add properties to control the minimal amount of data queued.
4953         Small cleanups.
4954         API: bytes-min property
4955         API: time-min property
4956         API: buffers-min property
4957         API: burst-unit property
4958         API: burst-value property
4959         API: add-full signal
4960
4961         * gst/tcp/gsttcp-marshal.list:
4962         Added new marshaller code for the new signal.
4963
4964         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4965         (multifdsink_suite):
4966         Added testcases for new burst methods.
4967
4968 2006-06-19  Edward Hervey  <edward@fluendo.com>
4969
4970         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4971         Implement clipping for accurate seeking.
4972         Closes #345225
4973
4974 2006-06-19  Wim Taymans  <wim@fluendo.com>
4975
4976         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4977
4978         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4979         (gst_video_scale_transform):
4980         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4981
4982 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4983
4984         * configure.ac:
4985           Fix --disable-external (can't set conditionals conditionally,
4986           #343602).
4987
4988 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4989
4990         * tests/check/elements/audioresample.c: (test_reuse),
4991         (audioresample_suite):
4992           Add test case for bug #342789 fixed below.
4993
4994 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4995
4996         * gst/audioresample/gstaudioresample.c:
4997         (gst_audioresample_class_init), (gst_audioresample_init),
4998         (audioresample_start), (audioresample_stop),
4999         (gst_audioresample_set_property), (gst_audioresample_get_property):
5000           Implement GstBaseTransform::start and ::stop so that audioresample
5001           can clear its internal state properly and be reused instead of
5002           causing non-negotiated errors with playbin under some circumstances
5003           (#342789).
5004
5005         * tests/check/elements/audioresample.c: (setup_audioresample),
5006         (cleanup_audioresample):
5007           Need to set element state here so that ::start and ::stop are
5008           called.
5009
5010 2006-06-16  Wim Taymans  <wim@fluendo.com>
5011
5012         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5013
5014         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
5015         Parse extra data better, apparently it's right behind
5016         the normal strf header size. Fixes #343500.
5017
5018 2006-06-16  Wim Taymans  <wim@fluendo.com>
5019
5020         * ext/alsa/gstalsasink.c: (set_hwparams):
5021         If we fail to set the buffer_time and period_time alsa
5022         parameters, post a warning and leave alsa select a 
5023         default instead of failing. Fixes #342085
5024
5025 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5026
5027         * docs/libs/gst-plugins-base-libs-sections.txt:
5028         * gst-libs/gst/cdda/gstcddabasesrc.h:
5029           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
5030           out in the header file and shouldn't be listed in the docs.
5031
5032         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5033           Must dereference pointer to fourcc in the debug statement.
5034
5035 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
5036
5037         * docs/libs/Makefile.am:
5038         * docs/libs/gst-plugins-base-libs-docs.sgml:
5039         * docs/libs/gst-plugins-base-libs-sections.txt:
5040         * docs/libs/gst-plugins-base-libs.types:
5041         add remaining symbols into correct setions
5042         
5043         * gst-libs/gst/audio/gstringbuffer.c:
5044         fix incomplete docs
5045         
5046         * gst-libs/gst/audio/gstringbuffer.h:
5047         comment out not yet implemented function
5048         
5049         
5050         * gst-libs/gst/floatcast/floatcast.h:
5051         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5052         add short descriptions
5053         
5054         
5055         * gst-libs/gst/interfaces/propertyprobe.c:
5056         fix return value docs   
5057         
5058         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5059         simplify debug logging
5060         
5061         * gst-libs/gst/riff/riff-read.h:
5062         sync function prototype and docs
5063         
5064         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5065         remove left over symbol
5066
5067 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5068
5069         * autogen.sh:
5070         * configure.ac:
5071         * docs/Makefile.am:
5072           Use GST_PLUGIN_DOCS macro in configure.ac, add
5073           --enable-plugin-docs default to autogen.sh and use
5074           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
5075
5076 2006-06-15  Wim Taymans  <wim@fluendo.com>
5077
5078         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5079         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
5080         (gst_ogg_demux_loop):
5081         Combine GstFlowReturn from the source pads to give a
5082         meaningfull result to the upstream peer or to stop the
5083         processing task in case of errors.
5084
5085 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5086
5087         * gst/playback/gststreaminfo.c: (cb_probe):
5088           Try GST_TAG_CODEC as fallback when extracting the
5089           codec name; more debug info.
5090
5091 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5092
5093         * ext/ogg/Makefile.am:
5094         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5095           Extract language tags from ogm subtitle streams, so that
5096           the subtitle menu choices are labelled correctly in
5097           Totem (fixes #344708).
5098
5099 2006-06-14  Wim Taymans  <wim@fluendo.com>
5100
5101         Patch by: Alessandro Decina <alessandro at nnva dot org>
5102
5103         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
5104         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
5105         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
5106         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5107         Fix various leaks. Fixes #343699.
5108         Add x-smoke mime type.
5109
5110 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5111
5112         * gst-libs/gst/riff/riff-ids.h:
5113           Add IDs for 'bext' chunks (see #343837).
5114
5115 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
5116
5117         Patch by: Young-Ho Cha  <ganadist at chollian net>
5118
5119         * gst/subparse/samiparse.c: (sami_context_pop_state),
5120         (handle_start_font), (end_sami_element):
5121           Honour font face tags in SAMI subtitles (#344503).
5122
5123 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5124
5125         * po/POTFILES.in:
5126           add missing files containing translatable strings
5127
5128 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5129
5130         * docs/libs/tmpl/.cvsignore:
5131           we don't want those *.sgml files in CVS either
5132
5133 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5134
5135         * docs/libs/.cvsignore:
5136         * tests/check/elements/.cvsignore:
5137         * tests/check/libs/.cvsignore:
5138           ignore more
5139
5140 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5141
5142         * docs/libs/Makefile.am:
5143           also commiting the changed Makefile.am (added more libs to the
5144           doc-build)
5145
5146 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5147
5148         * docs/libs/gst-plugins-base-libs-docs.sgml:
5149         * docs/libs/gst-plugins-base-libs-sections.txt:
5150         * docs/libs/gst-plugins-base-libs.types:
5151           first batch of reordering things, add index & hierarchy
5152
5153 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5154
5155         * configure.ac:
5156           use GST_PKG_CHECK_MODULES, cleans up output
5157
5158 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5159
5160         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5161           Add support for burn:// URIs (#343385); const-ify things a bit,
5162           use G_N_ELEMENTS instead of hard-coded array size.
5163
5164 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5165
5166         Patch by: Young-Ho Cha  <ganadist at chollian net>
5167
5168         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5169           Fix up broken entities before passing them to libxml *sigh*.
5170           (#343303).
5171           
5172 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5173
5174         * configure.ac:
5175           back to TRUNK
5176
5177 === release 0.10.8 ===
5178
5179 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
5180
5181         * configure.ac:
5182           releasing 0.10.8, "Moar gij ziet mij nie"
5183
5184 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5185
5186         * configure.ac:
5187         * po/af.po:
5188         * po/az.po:
5189         * po/cs.po:
5190         * po/en_GB.po:
5191         * po/hu.po:
5192         * po/it.po:
5193         * po/nb.po:
5194         * po/nl.po:
5195         * po/or.po:
5196         * po/sq.po:
5197         * po/sr.po:
5198         * po/sv.po:
5199         * po/uk.po:
5200         * po/vi.po:
5201         * win32/common/config.h:
5202           0.10.7.2 prerelease
5203
5204 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5205
5206         * docs/libs/tmpl/gstaudio.sgml:
5207         * docs/libs/tmpl/gstcolorbalance.sgml:
5208         * docs/libs/tmpl/gstmixer.sgml:
5209         * docs/libs/tmpl/gstringbuffer.sgml:
5210         * docs/libs/tmpl/gsttuner.sgml:
5211         * docs/libs/tmpl/gstxoverlay.sgml:
5212         * gst-libs/gst/audio/audio.c:
5213         * gst-libs/gst/audio/gstringbuffer.c:
5214         * gst-libs/gst/interfaces/colorbalance.c:
5215         * gst-libs/gst/interfaces/mixer.c:
5216         * gst-libs/gst/interfaces/tuner.c:
5217         * gst-libs/gst/interfaces/xoverlay.c:
5218           move last template doc snippets to source code and delete them
5219
5220 2006-06-06  Michael Smith  <msmith@fluendo.com>
5221
5222         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5223         (theora_parse_drain_queue):
5224           Mark DELTA_UNIT on non-keyframes.
5225
5226 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
5227
5228         * gst-libs/gst/audio/gstbaseaudiosink.c:
5229         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5230         * gst-libs/gst/audio/gstbaseaudiosink.h:
5231         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5232         (gst_ring_buffer_samples_done):
5233         * gst-libs/gst/audio/gstringbuffer.h:
5234         Document better the fact that latency_time and buffer_time are values
5235         stored in microseconds, and not the usual GStreamer nanoseconds.
5236         Change the variables (compatibly) that store them from GstClockTime 
5237         to guint64 to make it more clear that they're not storing clock times.
5238         Also, remove the bogus property description that says the user can
5239         specify -1 to get the default value, since that's never been the case.
5240
5241         When computing the default segment size for the ring buffer, make it
5242         an integer number of samples.
5243
5244         When the sub-class indicates a delay greater than the number of
5245         samples we've written return 0 from the audio sink get_time method.
5246
5247 2006-06-02  Michael Smith  <msmith@fluendo.com>
5248
5249         * tests/check/elements/audioconvert.c: (set_channel_positions),
5250         (get_float_mc_caps), (get_int_mc_caps):
5251         * tests/check/elements/audioresample.c:
5252         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5253         * tests/check/elements/videorate.c:
5254         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5255         * tests/check/elements/volume.c:
5256         * tests/check/elements/vorbisdec.c:
5257         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5258           Don't busy-wait in tests; this was causing test timeouts very
5259           frequently when running under valgrind.
5260
5261 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5262
5263         * gst/tcp/README:
5264         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5265         (gst_multi_fd_sink_remove_client_link),
5266         (gst_multi_fd_sink_client_queue_caps),
5267         (gst_multi_fd_sink_client_queue_buffer),
5268         (gst_multi_fd_sink_handle_client_write),
5269         (gst_multi_fd_sink_render):
5270         * gst/tcp/gstmultifdsink.h:
5271           make multifdsink properly deal with streamheader:
5272           - streamheader is taken from caps
5273           - buffers marked with IN_CAPS are not sent
5274           - streamheaders are sent, on connection, from the caps of the
5275             buffer where the client gets positioned to
5276           - further streamheader changes are done every time the client
5277             will receive a buffer with different caps
5278         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5279         (gst_multifdsink_create_streamheader):
5280           add tests for this
5281
5282 2006-06-02  Michael Smith  <msmith@fluendo.com>
5283
5284         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5285           Reinstate limit on channel count. Vorbis does not define the meaning
5286           of > 6 channels, so they're just independent channels. Gstreamer
5287           currently has no mechanism to represent N independent channels.
5288
5289 2006-06-02  Michael Smith  <msmith@fluendo.com>
5290
5291         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5292           Don't arbitrarily restrict channel counts and rate in vorbis.
5293           In terms of effects likely on real-world files, this fixes 96kHz
5294           playback of vorbis.
5295
5296 2006-06-02  Michael Smith  <msmith@fluendo.com>
5297
5298         * gst/audioconvert/audioconvert.c: (float):
5299           More correct float->int conversion.
5300
5301 2006-06-02  Michael Smith  <msmith@fluendo.com>
5302
5303         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5304           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5305           value. Fixes g-critical on trying to play back ogg containing
5306           unknown codec.
5307
5308 2006-06-02  Wim Taymans  <wim@fluendo.com>
5309
5310         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5311         (setup_source):
5312         * gst/playback/gstplaybasebin.h:
5313         Make the subtitle detection work from any thread so we don't
5314         deadlock. Fixes #343397.
5315
5316 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5317
5318         * gst/volume/Makefile.am:
5319           Seriously, it's not *that* hard to get compilation right.  Even
5320           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5321
5322 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5323
5324         * gst/volume/gstvolume.c: (volume_choose_func),
5325         (volume_update_real_volume), (gst_volume_class_init),
5326         (gst_volume_init), (volume_process_float), (volume_process_int16),
5327         (volume_process_int16_clamp), (volume_set_caps),
5328         (volume_transform_ip), (plugin_init):
5329         * gst/volume/gstvolume.h:
5330         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5331         another property desc., remove unused param from process function
5332         
5333         * tests/check/elements/volume.c: (volume_suite):
5334         reactivate the passthrough test
5335
5336 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5337
5338         * ext/alsa/gstalsamixerelement.h:
5339         * ext/alsa/gstalsamixeroptions.h:
5340         * ext/alsa/gstalsamixertrack.h:
5341         * ext/gnomevfs/gstgnomevfssink.h:
5342         * ext/gnomevfs/gstgnomevfssrc.h:
5343         * ext/theora/gsttheoradec.h:
5344         * ext/theora/gsttheoraenc.h:
5345         * ext/theora/gsttheoraparse.h:
5346         * ext/vorbis/vorbisparse.h:
5347         * gst-libs/gst/audio/gstaudioclock.h:
5348         * gst-libs/gst/audio/gstaudiofilter.h:
5349         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5350         * gst/audioconvert/gstaudioconvert.h:
5351         * gst/audioresample/gstaudioresample.h:
5352         * gst/audiotestsrc/gstaudiotestsrc.h:
5353         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5354         * gst/playback/gststreamselector.h:
5355         * gst/tcp/gstmultifdsink.h:
5356         * gst/tcp/gsttcpclientsink.h:
5357         * gst/tcp/gsttcpclientsrc.h:
5358         * gst/tcp/gsttcpserversink.h:
5359         * gst/tcp/gsttcpserversrc.h:
5360         * gst/videorate/gstvideorate.h:
5361         * gst/videoscale/gstvideoscale.h:
5362         * gst/videotestsrc/gstvideotestsrc.h:
5363         * gst/volume/gstvolume.h:
5364         * sys/v4l/gstv4ljpegsrc.h:
5365         * sys/v4l/gstv4lmjpegsink.h:
5366         * sys/v4l/gstv4lmjpegsrc.h:
5367         * sys/v4l/gstv4lsrc.h:
5368         * sys/ximage/ximagesink.h:
5369         * sys/xvimage/xvimagesink.h:
5370         * tests/old/testsuite/alsa/sinesrc.h:
5371         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5372
5373 2006-05-31  Wim Taymans  <wim@fluendo.com>
5374
5375         * ext/libvisual/visual.c: (gst_visual_reset),
5376         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5377         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5378         Handle DISCONT.
5379         Use running time before doing QoS.
5380         Handle mono too.
5381
5382 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5383
5384         * docs/libs/Makefile.am:
5385           set a magic variable to indicate we know the docs are incomplete
5386
5387 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5388
5389         * win32/common/libgstvideo.def:
5390           export gst_video_calculate_display_ratio
5391         * win32/vs6/libgstvideoscale.dsp:
5392           add link to libgstvideo-0.10.lib
5393
5394 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5395
5396         * gst/playback/gstplaybasebin.c: (gen_source_element):
5397           Throw a more comprehensible error for rtsp:// URIs (rather
5398           than erroring out with a negotiation error later on) until
5399           we fix playbin to handle rtspsrc etc.
5400
5401 2006-05-30  Wim Taymans  <wim@fluendo.com>
5402
5403         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5404         (gst_text_overlay_text_event):
5405         Added some FIXMEs.
5406
5407 2006-05-30  Wim Taymans  <wim@fluendo.com>
5408
5409         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5410         (gst_adder_request_new_pad), (gst_adder_release_pad):
5411         * gst/adder/gstadder.h:
5412         Implement release_request_pad.
5413         Make padcounter atomic.
5414
5415         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5416         Added check for release_pad in adder.
5417
5418 2006-05-30  Wim Taymans  <wim@fluendo.com>
5419
5420         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5421         Fix build again.
5422
5423 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5424
5425         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5426         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5427         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5428         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5429         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5430         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5431         (gst_ogg_demux_bisect_forward_serialno),
5432         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5433         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5434           add more debugging
5435           clean up printf formats for granulepos and serialno
5436
5437 2006-05-30  Michael Smith  <msmith@fluendo.com>
5438
5439         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5440         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5441         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5442         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5443         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5444         * ext/vorbis/vorbisenc.h:
5445           Multi-channel caps negotiation, so we can do proper multichannel
5446           vorbis encoding, negotiated through audioconvert.
5447
5448 2006-05-30  Wim Taymans  <wim@fluendo.com>
5449
5450         * tests/check/elements/adder.c: (test_event_message_received),
5451         (test_play_twice_message_received), (GST_START_TEST),
5452         (adder_suite):
5453         Added check to show that #339935 is fixed with ongoing
5454         adder and collectpads fixes.
5455
5456 2006-05-29  Wim Taymans  <wim@fluendo.com>
5457
5458         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5459         Don't leak pad name.
5460
5461 2006-05-29  Wim Taymans  <wim@fluendo.com>
5462
5463         * gst/adder/gstadder.c: (gst_adder_query_duration),
5464         (forward_event_func), (forward_event), (gst_adder_src_event):
5465         Fix adder seeking.
5466         Make query/seeking code threadsafe.
5467
5468         * tests/check/Makefile.am:
5469         * tests/check/elements/adder.c: (test_event_message_received),
5470         (GST_START_TEST), (test_play_twice_message_received):
5471         Fix adder test case.
5472
5473 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5474
5475         Patch by: Young-Ho Cha  <ganadist at chollian net>
5476
5477         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5478         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5479         (set_encoding_element), (decodebin_element_added_cb),
5480         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5481         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5482         * gst/playback/gstplaybasebin.h:
5483           Add 'subtitle-encoding' property to playbin, so applications can
5484           force a subtitle encoding for non-UTF8 subtitles (#342268).
5485
5486         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5487         (gst_sub_parse_set_property):
5488           Rename recently-added 'encoding' property to 'subtitle-encoding'
5489           (so it can be proxied by playbin/decodebin in a generic way
5490           with less danger of false positives).
5491
5492 2006-05-29  Michael Smith  <msmith@fluendo.com>
5493
5494         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5495         (append_with_other_format), (set_structure_widths),
5496         (gst_audio_convert_transform_caps):
5497           Patch from #341562: give more specific audio caps in get_caps, so
5498           that basetransform  can make better decisions on what caps to
5499           negotiate.
5500
5501 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5502
5503         * tests/check/elements/volume.c:
5504         make it compile again
5505
5506 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5507
5508         * tests/check/elements/volume.c: (volume_suite):
5509         disable test until #343196 gets resolved
5510
5511 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5512
5513         * gst/adder/gstadder.c: (gst_adder_get_type):
5514         Make it easier to copy&paste
5515         
5516         * gst/volume/Makefile.am:
5517         * gst/volume/gstvolume.c: (volume_update_real_volume),
5518         (gst_volume_set_volume), (gst_volume_set_mute),
5519         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5520         (volume_transform_ip), (volume_update_mute),
5521         (volume_update_volume):
5522         * gst/volume/gstvolume.h:
5523         Add own debug category, move duplicate code to helper function, fix
5524         property texts, add more comments and prepare ffor liboil-goodness
5525         
5526         * tests/check/Makefile.am:
5527         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5528         add test for mute and passtrough case, be a bit more verbose to track
5529         failure
5530         
5531         * tests/check/generic/states.c: (GST_START_TEST):
5532         catch elements that fail to instantiate
5533
5534 2006-05-28  Edward Hervey  <edward@fluendo.com>
5535
5536         * tests/check/pipelines/simple-launch-lines.c:
5537         * tests/check/pipelines/theoraenc.c:
5538         * tests/check/pipelines/vorbisenc.c:
5539         Comment out tests using parse_launch() if core was built without
5540         parsing capabilities.
5541
5542 2006-05-27  Edward Hervey  <edward@fluendo.com>
5543
5544         * tests/check/Makefile.am:
5545         Extra bonus points for whoever explains to ensonic that you are meant
5546         to test unit tests thoroughly before commiting them, especially if
5547         you know it's going to break.
5548         De-activated element/adder tests.
5549
5550 2006-05-27  Edward Hervey  <edward@fluendo.com>
5551
5552         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5553         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5554         Marking caps conversion issues as GST_WARNING is way too verbose,
5555         Moving them to GST_LOG.
5556
5557 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5558
5559         * README:
5560           Replace current README (containing the release notes from
5561           some 0.9.x version) with a proper README taken from the core.
5562
5563 2006-05-26  Wim Taymans  <wim@fluendo.com>
5564
5565         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5566         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5567         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5568         (vorbis_dec_change_state):
5569         Small cleanups.
5570         Add some FIXMEs
5571         Clip output samples to segment boundaries.
5572
5573 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5574
5575         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5576         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5577         Improve the errors produced on bad output, including some human
5578         readable description strings.
5579         Handle the (theoretical for ximagesink) case where the XServer 
5580         has a different idea about the size required for a particular 
5581         frame and gives us too small a memory allocation.
5582
5583 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5584
5585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5586         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5587         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5588         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5589         Improve the errors produced on bad output, including some human 
5590         readable description strings.
5591         Handle RGB Xv formats properly by transforming them into our 
5592         big-endian caps description.
5593         Use gst_caps_truncate to ensure that we never try and choose a
5594         non-fixed caps in buffer_alloc.
5595         Handle the case where the XServer has a different idea about the size
5596         required for a particular frame and gives us too small a memory
5597         allocation.
5598         Use -1 to indicate 'no image format', because 0 is a valid XServer
5599         image format number.
5600         Put RGB Xv formats at the end of the caps, so that we always prefer
5601         YUV format frames.
5602         Iterate the available Xv Encodings to determine the maximum width and
5603         height, and then return that in our caps.
5604         (Closes #315312, #337544)
5605
5606 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5607
5608         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5609         When there is only one unfinished pad and it receives an event that
5610         doesn't match our requirements, we need to set alldone=FALSE so that
5611         the fakesink is not removed yet.
5612
5613 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5614
5615         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5616           Use gst_type_find_helper_for_buffer() to find the type
5617           of stream from the first packet.
5618
5619         * configure.ac:
5620           Bump requirements to core CVS (needed for vorbis
5621           typefinding to work).
5622
5623 2006-05-24  Edward Hervey  <edward@fluendo.com>
5624
5625         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5626         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5627         contain.  Else they play perfectly fine with qtdemux.
5628
5629 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5630
5631         * ext/theora/theoradec.c:
5632         * ext/theora/theoraenc.c:
5633         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5634         * gst/audiorate/gstaudiorate.c:
5635           make more debug catagories static
5636         
5637         * tests/check/Makefile.am:
5638         * tests/check/elements/adder.c: (message_received),
5639         (test_event_message_received), (GST_START_TEST),
5640         (test_play_twice_message_received), (adder_suite):
5641           added test case for using element twice, extra bonus points for anyone
5642           who can make these test run reliably
5643
5644 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5645
5646         * ext/theora/theoradec.c: (theora_dec_chain):
5647           Make work with time-stamped input buffers that do not
5648           have a granulepos in BUFFER_OFFSET_END (like theora
5649           buffers coming from matroskademux). Fixes #342448.
5650
5651 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5652
5653         Patch by: Peter Kjellerstedt  <pkj at axis com>
5654
5655         * gst/tcp/Makefile.am:
5656           fdstresstest doesn't need Gtk+, fix compilation if 
5657           gtk is not available (#342566).
5658
5659 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5660          
5661         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5662           80 line columns
5663           Removed redundant floor()
5664
5665 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5666
5667         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5668           On second thought, just skip JUNK chunks automatically, so
5669           the caller doesn't have to handle this. Fixes #342345.
5670           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5671           not GST_FLOW_ERROR.
5672
5673 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5674
5675         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5676           Don't bail out on JUNK chunks with a size of 0 (would try to
5677           pull_range 0 bytes before, which sources don't like too much).
5678           See #342345.
5679
5680 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5681
5682         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5684         Use the gstutil scaling function to preserve 64 bits while calculating
5685         output width and height from the display-aspect-ratio. (A continuation
5686         of #341542)
5687
5688 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5689
5690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5691         (gst_xvimagesink_buffer_alloc):
5692         * sys/xvimage/xvimagesink.h:
5693         When performing buffer allocations, remember the caps and image format
5694         we return so that if the same caps are asked for next time we can
5695         return them immediately without doing any caps intersections.
5696
5697 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5698          
5699         * gst-libs/gst/rtp/README:
5700           Some new documentation
5701         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5702           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5703         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5704         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5705           New RTP audio base payloader class. Supports frame or sample based
5706           codecs.  Not enabled in Makefile.am until approved.
5707
5708 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5709
5710         * tests/check/elements/alsa.c: (test_device_property_probe):
5711           Fix test case: don't try to free NULL GValueArray when there
5712           are no devices.
5713
5714 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5715
5716         * tests/check/Makefile.am:
5717         * tests/check/elements/alsa.c: (test_device_property_probe),
5718         (alsa_suite), (main):
5719           Add simple test that runs a device property probe on alsasrc,
5720           alsasink and alsamixer. Disable valgrind check for now (too
5721           many leaks in libasound, and valgrind ignored my suppressions
5722           additions).
5723
5724 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5725
5726         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5727         (gst_alsa_device_property_probe_probe_property),
5728         (gst_alsa_device_property_probe_needs_probe),
5729         (gst_alsa_device_property_probe_get_values),
5730         (gst_alsa_type_add_device_property_probe_interface):
5731         * ext/alsa/gstalsadeviceprobe.h:
5732         * ext/alsa/gstalsamixerelement.c:
5733         (gst_alsa_mixer_element_init_interfaces):
5734         * ext/alsa/gstalsamixerelement.h:
5735           Clean up and simplify alsa device probing. Make it actually work
5736           for multiple classes. Don't cache results any longer.
5737
5738         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5739         (gst_alsasink_init):
5740         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5741         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5742         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5743           Make alsasink and alsasrc implement the GstPropertyProbe interface
5744           for device probing (#342181).
5745           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5746
5747 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5748
5749         * gst/subparse/samiparse.c: (handle_start_font):
5750           Don't ignore return value of strtol (++compiler_happiness).
5751
5752 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5753
5754         Patch by: Young-Ho Cha  <ganadist chollian net>
5755
5756         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5757         (gst_sub_parse_class_init), (gst_sub_parse_init),
5758         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5759         (convert_encoding):
5760         * gst/subparse/gstsubparse.h:
5761           Add 'encoding' property (#341681).
5762
5763         * gst/subparse/samiparse.c: (characters_sami):
5764           Output is pango markup, so we need to escape text
5765           between tags (#342143).
5766
5767 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5768
5769         * gst-libs/gst/audio/multichannel.c:
5770         (gst_audio_check_channel_positions):
5771           It's okay to have caps with channels=1 and a channel position
5772           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5773           (deinterleavers might want to keep the position in the caps,
5774           so that they can be re-interleaved again properly later).
5775           Leave check for unexpected 2-channel layouts intact for now.
5776
5777 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5778
5779         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5780         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5781         basesrc can do its job correctly.
5782
5783 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5784
5785         * ext/alsa/Makefile.am:
5786         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5787         (gst_alsa_detect_formats), (get_channel_free_structure),
5788         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5789         (gst_alsa_probe_supported_formats):
5790         * ext/alsa/gstalsa.h:
5791         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5792           Refactor and improve caps probing code: probe signedness
5793           when we probe the supported formats/widths; set endianness
5794           to the one we actually probed for (ie. cpu endianness).
5795           
5796         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5797         (gst_alsasrc_close):
5798         * ext/alsa/gstalsasrc.h:
5799           Implement caps probing for alsasrc.
5800
5801 2006-05-15  Wim Taymans  <wim@fluendo.com>
5802
5803         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5804         (theora_dec_src_query), (theora_dec_src_event),
5805         (theora_dec_sink_event), (theora_handle_comment_packet),
5806         (theora_handle_data_packet), (theora_dec_change_state):
5807         Cleanups, add some G_LIKELY.
5808         Use segment helpers instead of our own wrong code.
5809         Clear queued buffers on seek and READY.
5810
5811         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5812         (vorbis_dec_convert), (vorbis_dec_src_query),
5813         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5814         (vorbis_handle_comment_packet), (vorbis_dec_push),
5815         (vorbis_handle_data_packet), (vorbis_dec_chain),
5816         (vorbis_dec_change_state):
5817         * ext/vorbis/vorbisdec.h:
5818         Remove old useless packetno variable.
5819         Do position query properly.
5820         Add some G_LIKELY.
5821         Do cleanup of queued buffers in new helper function
5822         and use it.
5823
5824 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5825
5826         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5827           Query supported sample rates. Fixes #341732.
5828
5829 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5830
5831         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5832         (gst_decode_bin_change_state): Make decodebin reusable
5833         when going from PAUSE_TO_READY and then back to PAUSED.
5834         Fixes #331678.
5835
5836 2006-05-15  Wim Taymans  <wim@fluendo.com>
5837
5838         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5839         (vorbis_dec_convert), (vorbis_dec_src_query),
5840         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5841         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5842         (vorbis_dec_clean_queued), (vorbis_dec_push),
5843         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5844         Cleanups. Use refcounting and DEBUG_OBJECT.
5845         Reset segment on flush, use code methods instead of our
5846         own wrong version.
5847         Fix potential memleak.
5848
5849 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5850
5851         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5852         (gst_alsasink_init):
5853         * ext/alsa/gstalsasink.h:
5854           Don't leak allocated snd_output_t structure if there's
5855           more than one alsasink instance at a time (#341873).
5856           Also fix GObject macros in header file.
5857           
5858 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5859
5860         * gst/subparse/gstsubparse.c:
5861         (gst_sub_parse_data_format_autodetect):
5862           Don't use libxml functions in the typefinding code.
5863
5864 2006-05-15  Wim Taymans  <wim@fluendo.com>
5865
5866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5867         Fix seeking performance in the case where a non-header 
5868         packet has a 0 granulepos (busted theora case). 
5869         Fixes #341719
5870         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5871          the first place, you limelight stealer you)
5872
5873 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5874
5875         * gst/subparse/gstsubparse.c:
5876         (gst_sub_parse_data_format_autodetect):
5877           Improve SAMI typefinding: handle case where there are
5878           whitespaces or newlines in front of the first <SAMI>
5879           tag (#169936).
5880
5881 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5882
5883         * configure.ac:
5884           Build video4linux plugin even if there's no XVIDEO, just
5885           without implementing the GstXOverlay interface (#334002).
5886          
5887 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5888
5889         * configure.ac:
5890         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5891         (plugin_init):
5892           Add tentative support for libvisual-0.4 (#336881).
5893
5894 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5895
5896         Patch by: Young-Ho Cha <ganadist at chollian net>
5897
5898         * gst/subparse/samiparse.c: (handle_start_font):
5899           Need to map "silver" colour explicitly (#169936).
5900
5901 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5902
5903         Patch by: Young-Ho Cha  <ganadist at chollian net>
5904
5905         * gst/subparse/Makefile.am:
5906         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5907         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5908         (gst_sub_parse_format_autodetect), (feed_textbuf),
5909         (gst_subparse_type_find), (plugin_init):
5910         * gst/subparse/gstsubparse.h:
5911         * gst/subparse/samiparse.c:
5912         * gst/subparse/samiparse.h:
5913           Add support for SAMI subtitles (#169936).
5914
5915 2006-05-14  Michael Smith  <msmith@fluendo.com>
5916
5917         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5918           Fix #341696: crash when mixing L+R+C to mono or stereo.
5919         * tests/check/Makefile.am:
5920         * tests/check/elements/audioconvert.c: (set_channel_positions),
5921         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5922         (audioconvert_suite):
5923           Add test for the above, including some generic framework bits for
5924           testing multichannel things.
5925
5926 === release 0.10.7 ===
5927
5928 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5929
5930         * configure.ac:
5931           releasing 0.10.7, "Leave the gun"
5932
5933 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5934
5935         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5936         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5937         Fix the build.
5938
5939 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5940
5941         * docs/libs/gst-plugins-base-libs-docs.sgml:
5942         * docs/libs/gst-plugins-base-libs-sections.txt:
5943         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5944         * gst-libs/gst/video/video.h:
5945         * gst/videoscale/Makefile.am:
5946         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5948         * tests/check/Makefile.am:
5949         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5950         (main):
5951           Fix integer overflow problem with pixel-aspect-ratio calculations
5952           in videoscale and xvimagesink (#341542)
5953
5954 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5955
5956         * gst-libs/gst/tag/gstid3tag.c:
5957           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5958
5959 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5960
5961         * win32/MANIFEST:
5962           update win32 files listing
5963
5964 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5965
5966         patch by: Sjoerd Simons (sjoerd@luon.net)
5967
5968         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5969         (group_create), (group_destroy), (add_stream),
5970         (gst_play_base_bin_get_property),
5971         (gst_play_base_bin_get_streaminfo_value_array):
5972         * gst/playback/gstplaybasebin.h:
5973           API: GstPlayBaseBin::stream-info-value-array property
5974           use a more bindings-friendly way of exposing streaminfo
5975           using a GValueArray.  Tested in ipython.
5976           Closes #341114
5977
5978 2006-05-11  Wim Taymans  <wim@fluendo.com>
5979
5980         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5981         (queue_underrun_cb), (queue_filled_cb):
5982         Also catch queue underruns but don't do anything yet.
5983         Refactor and comment queue enlarging code a bit.
5984
5985         * gst/playback/gstplaybasebin.c: (queue_overrun),
5986         (queue_threshold_reached), (queue_out_of_data),
5987         (gen_preroll_element):
5988         If a queue over/underruns check that we don't create nasty
5989         deadlocks when the min-threshold is not reached but the
5990         max-bytes is. In those cases disable max-bytes when we
5991         know that the queue is fed timed data.
5992         Add more comments.
5993
5994 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5995
5996         * gst/playback/gstplaybin.c: (gen_audio_element):
5997           Make playbin automatically plug an 'audioresample'
5998           element before the audio sink as well. This solves
5999           problems with sinks that only accept a very specific
6000           sample rate, like esdsink (e.g. #340379).
6001
6002 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
6003
6004         * gst/playback/gstplaybasebin.c: (gen_source_element):
6005           Make http sources send special headers so that we receive
6006           icecast metadata if the http stream is an icecast stream
6007           (otherwise the server will just ignore them). This also
6008           means that from now on users will need the 'icydemux'
6009           element from gst-plugins-good installed if they want to
6010           listen to icecast radio streams. (#341432, #333657).
6011
6012 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6013
6014         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
6015         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
6016           remove stupid example from docs - it should come with a simple
6017           C program instead.
6018           Clean up/fix docs
6019         * tests/check/elements/multifdsink.c: (wait_bytes_served),
6020         (fail_if_can_read), (GST_START_TEST),
6021         (gst_multifdsink_create_streamheader), (multifdsink_suite):
6022           add a test for changing streamheader which exposes a bug in
6023           multifdsink
6024
6025 2006-05-11  Michael Smith  <msmith@fluendo.com>
6026
6027         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
6028         (gst_gnome_vfs_src_received_headers_callback):
6029         * ext/gnomevfs/gstgnomevfssrc.h:
6030           Don't set icy-caps unless we have a sane interval value. Move
6031           interval to a local variable; we never use it outside this function.
6032
6033 2006-05-11  Wim Taymans  <wim@fluendo.com>
6034
6035         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6037         Register special buffer types along with the objects so
6038         that they are not registered at runtime from N different
6039         streaming threads since they are not threadsafe.
6040
6041 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6042
6043         * tests/check/elements/multifdsink.c: (wait_bytes_served),
6044         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
6045           add two more tests, one doing streamheader
6046
6047 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6048
6049         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
6050           clean up the bufqueue when shutting down
6051         * tests/check/Makefile.am:
6052         * tests/check/elements/multifdsink.c: (setup_multifdsink),
6053         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
6054         (main):
6055           add a test for the leak that was just fixed
6056
6057 2006-05-10  Wim Taymans  <wim@fluendo.com>
6058
6059         * gst/adder/gstadder.c: (gst_adder_setcaps),
6060         (gst_adder_query_duration), (gst_adder_query), (forward_event),
6061         (gst_adder_src_event), (gst_adder_sink_event),
6062         (gst_adder_class_init), (gst_adder_finalize),
6063         (gst_adder_request_new_pad), (gst_adder_collected):
6064         * gst/adder/gstadder.h:
6065         Updated some docs. Added comments and FIXMEs all over the place.
6066         Improve debugging info.
6067         Fix leak on finalize by not calling the parent.
6068         Implement duration query.
6069         Make event forwarding threadsafe.
6070         Correctly send NEWSEGMENT at start and after flush.
6071         Handle EOS correctly.
6072         Post error when not negotiated.
6073
6074         * tests/check/elements/adder.c: (GST_START_TEST):
6075         Added FIXME in the test.
6076
6077 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6078
6079         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
6080         (gst_text_overlay_halign_get_type),
6081         (gst_text_overlay_wrap_mode_get_type):
6082         * ext/theora/theoradec.c: (theora_handle_type_packet),
6083         (theora_handle_data_packet):
6084         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
6085         (theora_enc_sink_setcaps), (theora_enc_chain):
6086         * gst-libs/gst/cdda/gstcddabasesrc.c:
6087         (gst_cdda_base_src_mode_get_type):
6088         * gst/audiotestsrc/gstaudiotestsrc.c:
6089         (gst_audiostestsrc_wave_get_type):
6090         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
6091         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6092         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6093         (gst_sync_method_get_type), (gst_unit_type_get_type),
6094         (gst_client_status_get_type):
6095         * gst/videoscale/gstvideoscale.c:
6096         (gst_video_scale_method_get_type):
6097         * gst/videotestsrc/gstvideotestsrc.c:
6098         (gst_video_test_src_pattern_get_type):
6099         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
6100         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
6101         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
6102         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
6103         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
6104         (paint_setup_RGB565), (paint_setup_xRGB1555):
6105           Const-ify GEnumValue and GFlagsValue arrays. Use
6106           GST_ROUND_UP_* macros instead of home-made ones.
6107
6108 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6109
6110         * configure.ac:
6111           Require core CVS for the new newsegment stuff.
6112
6113 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6114
6115         Patch by: Sjoerd Simons  <sjoerd at luon net>
6116
6117         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
6118           Register nick for enum value (#341160).
6119
6120 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
6121
6122         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
6123         (plugin_init):
6124          backout typefind patch #340375
6125          
6126         * tests/check/elements/adder.c: (message_received),
6127         (GST_START_TEST), (adder_suite):
6128           redo, signal-handling of test
6129
6130 2006-05-09  Wim Taymans  <wim@fluendo.com>
6131
6132         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
6133         (gst_adder_collected):
6134         * gst/adder/gstadder.h:
6135         Remove bogus segment merging and forwarding, we don't
6136         care about timestamps anyway and we just produce a
6137         continuous stream. 
6138         Also create a nice NEWSEGMENT event when we start.
6139         Use _scale_int some more.
6140
6141 2006-05-09  Edward Hervey  <edward@fluendo.com>
6142
6143         * tests/icles/stress-xoverlay.c:
6144         Fix if core was built without parsing support.
6145
6146 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6147
6148         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6149           Add SEDG (Samsung MPEG-4) fourcc.
6150
6151 2006-05-09  Edward Hervey  <edward@fluendo.com>
6152
6153         * tests/icles/stress-xoverlay.c:
6154         * tests/examples/volume/volume.c:
6155         Fix if core was built without parsing support.
6156
6157         * tests/examples/seek/seek.c:
6158         Disable the parse_launch example if core was built without parsing
6159         support.
6160
6161 2006-05-08  Edward Hervey  <edward@fluendo.com>
6162
6163         * autogen.sh: (CONFIGURE_DEF_OPT): 
6164         libtoolize on Darwin/MacOSX is called glibtoolize
6165
6166 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6167
6168         * tests/check/Makefile.am:
6169         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6170           Disable the adder test, until the build-slaves posses the kindness to 
6171           either like it or to give valid reason for not doing so 
6172
6173 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6174
6175         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6176         (adder_suite):
6177           Shuffle NULL state change around and raise timeout more
6178
6179 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6180
6181         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6182         (mp4_type_find), (plugin_init):
6183           Add typefind to distinguish between "audio/x-m4a" and new type
6184           "video/mp4". Fixes #340375
6185
6186         * tests/check/elements/adder.c: (adder_suite):
6187           Raise timeout to make buildbot happy
6188
6189 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6190
6191         * gst/adder/gstadder.c: (gst_adder_sink_event),
6192         (gst_adder_request_new_pad), (gst_adder_change_state):
6193         * gst/adder/gstadder.h:
6194         * tests/check/Makefile.am:
6195         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6196         (adder_suite), (main):
6197           Add sink-event handling to adder. It tries to merge incomming
6198           newsegment-events. Added test to check if segment_done is comming
6199           through. Fixes #340060
6200
6201 2006-05-05  Andy Wingo  <wingo@pobox.com>
6202
6203         * ext/theora/theoraparse.c (gst_theora_parse_init)
6204         (theora_parse_src_convert, theora_parse_src_query):
6205         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6206         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6207         query functions on the source pads of the theora and vorbis parse
6208         elements. Fixes position querying when doing a remux.
6209
6210 2006-05-05  Michael Smith  <msmith@fluendo.com>
6211
6212         * ext/theora/theoraparse.c: (parse_granulepos),
6213         (theora_parse_drain_queue_prematurely),
6214         (theora_parse_queue_buffer), (theora_parse_sink_event):
6215           Fix flushing.
6216           Fix invalid granulepos outputs when starting with a non-keyframe.
6217
6218 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
6219
6220         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6221         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6222         Rearrange MPEG system stream detection, fixing some memleaks in the
6223         process.
6224         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6225         they clean up their data correctly.
6226         Remove unused ogganx caps and move the 'is_annodex' check to inside
6227         the 'is_ogg' if statement.
6228
6229 2006-05-05  Wim Taymans  <wim@fluendo.com>
6230
6231         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6232         Properly remove ghostpads. Fixes #340392
6233
6234 2006-05-04  David Schleef  <ds@schleef.org>
6235
6236         * gst/typefind/gsttypefindfunctions.c:
6237
6238 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
6239
6240         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6241         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6242
6243         When typefinding an MP3 in push-based mode, don't penalise the
6244         probability down to 74% when we found 5 valid frames just because we
6245         can't peek the end of the file.
6246
6247         Make the probability for detecting MPEG Transport Streams based on the
6248         number of sequential headers we successfully detected.
6249
6250 2006-05-03  Wim Taymans  <wim@fluendo.com>
6251
6252         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6253         (vorbis_dec_push), (vorbis_dec_chain):
6254         Still produce an error when we receive an empty packet.
6255
6256 2006-05-03  Wim Taymans  <wim@fluendo.com>
6257
6258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6259         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6260         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6261         Mark buffers with DISCONT after seek and after activating new
6262         chains.
6263
6264         * ext/theora/gsttheoradec.h:
6265         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6266         (theora_get_query_types), (theora_dec_sink_event),
6267         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6268         (theora_dec_change_state):
6269         Fix frame counter.
6270         Detect and mark DISCONT buffers.
6271
6272         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6273         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6274         (vorbis_dec_change_state):
6275         * ext/vorbis/vorbisdec.h:
6276         Use GstSegment.
6277         Detect and mark DISCONT buffers.
6278         Don't crash on 0 sized buffers.
6279
6280 2006-05-03  Wim Taymans  <wim@fluendo.com>
6281
6282         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6283         (volume_transform_ip):
6284         Increase "volume" property to 10.0. Fixes #340369.
6285         Set the process function to NULL when capsnego fails so that
6286         we properly error out.
6287
6288 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6289
6290         * gst/playback/gstplaybin.c: (add_sink):
6291         * gst/playback/test.c: (main):
6292         * gst/playback/test5.c: (dump_element_stats):
6293         * gst/playback/test6.c: (main):
6294           free caps using gst_caps_unref, don't leak caps-strings
6295
6296 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6297
6298         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6299         (plugin_init):
6300           Refine musepack typefinding a bit. Return MAXIMUM
6301           probability when we detect stream version 7 to make
6302           sure the mpeg audio typefinder doesn't trump us.
6303
6304 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6305
6306         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6307           Protect against unexpected NULL strf_data buffer.
6308
6309 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6310
6311         * tests/check/elements/audioconvert.c: (verify_convert),
6312         (GST_START_TEST):
6313           interpret the out[] buffer in the order the bytes are actually
6314           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6315           Other tests should use BYTE_ORDER since the array is filled in
6316           with actual values
6317
6318 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6319
6320         * tests/check/elements/audioconvert.c: (verify_convert),
6321         (GST_START_TEST):
6322           when a test fails, give an indication of which it is
6323
6324 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6325
6326         * gst-libs/gst/cdda/gstcddabasesrc.c:
6327           compile fix; strtol() needs <stdlib.h>
6328
6329 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6330
6331         * ext/alsa/gstalsamixerelement.c:
6332         * ext/alsa/gstalsasrc.c:
6333         * ext/cdparanoia/gstcdparanoiasrc.c:
6334         * ext/gnomevfs/gstgnomevfssink.c:
6335         * ext/gnomevfs/gstgnomevfssrc.c:
6336         * ext/ogg/gstoggdemux.c:
6337         * ext/ogg/gstoggmux.c:
6338         * ext/ogg/gstoggparse.c:
6339         * ext/ogg/gstogmparse.c:
6340         * ext/pango/gstclockoverlay.c:
6341         * ext/pango/gsttextoverlay.c:
6342         * ext/pango/gsttextrender.c:
6343         * ext/pango/gsttimeoverlay.c:
6344         * ext/theora/theoradec.c:
6345         * ext/theora/theoraenc.c:
6346         * ext/vorbis/vorbisdec.c:
6347         * ext/vorbis/vorbisenc.c:
6348         * gst-libs/gst/audio/gstaudiofilter.c:
6349         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6350         * gst/audioconvert/gstaudioconvert.c:
6351         * gst/audiorate/gstaudiorate.c:
6352         * gst/audioresample/gstaudioresample.c:
6353         * gst/audiotestsrc/gstaudiotestsrc.c:
6354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6355         * gst/playback/gstdecodebin.c:
6356         * gst/playback/gstplaybin.c:
6357         * gst/playback/gststreamselector.c:
6358         * gst/subparse/gstsubparse.c:
6359         * gst/tcp/gstmultifdsink.c:
6360         * gst/tcp/gsttcpclientsink.c:
6361         * gst/tcp/gsttcpclientsrc.c:
6362         * gst/tcp/gsttcpserversink.c:
6363         * gst/tcp/gsttcpserversrc.c:
6364         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6365         * gst/videorate/gstvideorate.c:
6366         * gst/videoscale/gstvideoscale.c:
6367         * gst/videotestsrc/gstvideotestsrc.c:
6368         * gst/volume/gstvolume.c:
6369         * sys/v4l/gstv4ljpegsrc.c:
6370         * sys/v4l/gstv4lmjpegsink.c:
6371         * sys/v4l/gstv4lmjpegsrc.c:
6372         * sys/v4l/gstv4lsrc.c:
6373         * sys/ximage/ximagesink.c:
6374         * sys/xvimage/xvimagesink.c:
6375         * tests/check/libs/cddabasesrc.c:
6376           make GstElementDetails const
6377
6378 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6379
6380         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6381         (gst_adder_init):
6382           send events from src-pad to all sink-pads fixes #338657
6383
6384 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6385
6386         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6387         (alsasink_parse_spec):
6388           query width capabilities from alsa, fixes #338919
6389
6390 2006-04-28  Wim Taymans  <wim@fluendo.com>
6391
6392         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6393         (gst_multi_fd_sink_remove_client_link):
6394         * gst/tcp/gstmultifdsink.h:
6395         Fix race condition in multifdsink that can lead to spurious 
6396         duplicate clients. this patch adds a new signal that is fired when
6397         multifdsink has removed all references to the fd.
6398         Fixes #339574.
6399         Updated documentation.
6400         API: client-fd-removed signal added
6401
6402 2006-04-28  Michael Smith  <msmith@fluendo.com>
6403
6404         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6405           When asking g_value_array_new to prealloc elements, we may as well
6406           ask for the right number of elements.
6407
6408 2006-04-28  Wim Taymans  <wim@fluendo.com>
6409
6410         * gst-libs/gst/audio/gstbaseaudiosink.c:
6411         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6412         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6413         patch to make timestamp checking more tollerant to rounding 
6414         errors given that real discontinuities are to be marked on
6415         buffers. Fixes some asf files and #338778.
6416         Also avoid some crashers when we receive an event in the 
6417         NULL state.
6418
6419 2006-04-28  Michael Smith  <msmith@fluendo.com>
6420
6421         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6422         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6423         (gst_gnome_vfs_src_get_property),
6424         (gst_gnome_vfs_src_send_additional_headers_callback),
6425         (gst_gnome_vfs_src_received_headers_callback),
6426         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6427         (gst_gnome_vfs_src_stop):
6428         * ext/gnomevfs/gstgnomevfssrc.h:
6429           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6430           proper shared support within icydemux.
6431
6432 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6433
6434         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6435         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6436           fix up docs
6437           fix a leak when no caps negotiated
6438           fix counting of input frames
6439         * tests/check/elements/.cvsignore:
6440         * tests/check/elements/videorate.c: (assert_videorate_stats),
6441         (GST_START_TEST), (videorate_suite):
6442           add tests for these
6443
6444 2006-04-28  Wim Taymans  <wim@fluendo.com>
6445
6446         * gst-libs/gst/audio/gstringbuffer.c:
6447         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6448         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6449         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6450         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6451         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6452         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6453         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6454         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6455         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6456         Check arguments passed to public functions instead of
6457         crashing.
6458
6459 2006-04-28  Wim Taymans  <wim@fluendo.com>
6460
6461         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6462         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6463         GstBaseAudioSrc must be live or it does not work.
6464
6465         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6466         Don't set live to TRUE as this is the default in the parentclass.
6467
6468 2006-04-28  Wim Taymans  <wim@fluendo.com>
6469
6470         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6471         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6472         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6473         fixation cases better. Fixes #338991
6474
6475 2006-04-28  Wim Taymans  <wim@fluendo.com>
6476
6477         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6478         Handle 0/1 framerate correctly Fixes #331901.
6479
6480 2006-04-28  Wim Taymans  <wim@fluendo.com>
6481
6482         * tests/check/elements/audioconvert.c: (get_float_caps),
6483         (GST_START_TEST), (audioconvert_suite):
6484         Added check for correct clipping when doing float samples
6485         in audioconvert.
6486
6487 2006-04-28  Wim Taymans  <wim@fluendo.com>
6488
6489         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6490         (gst_video_rate_chain):
6491         Print more debugging info.
6492
6493 2006-04-28  Wim Taymans  <wim@fluendo.com>
6494
6495         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6496         (resample_set_state_from_caps):
6497         Add support for other formats audioresample can handle such as
6498         32 bits in and float and 64 bits float. Fixes #301759
6499
6500 2006-04-28  Wim Taymans  <wim@fluendo.com>
6501
6502         * gst/audioconvert/audioconvert.c: (float):
6503         correctly clip float samples > 1.0. Fixes #338718
6504
6505 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6506
6507         Patch by: Young-Ho Cha  <ganadist at chollian net>
6508
6509         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6510         (gst_text_overlay_render_text):
6511           Don't strip newlines from the text. Also, center lines
6512           within multi-line paragraphs (#339405).
6513
6514 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6515
6516         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6517           Fix wavpack typefinding to work in more cases (don't peek
6518           for chunks of multiple hundred kBs at once, but process
6519           things step-by-step in smaller units). Fixes #339786.
6520
6521 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6522
6523         * configure.ac:
6524           back to HEAD
6525
6526 === release 0.10.6 ===
6527
6528 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6529
6530         * configure.ac:
6531           releasing 0.10.6, "Chao"
6532
6533 2006-04-26  David Schleef  <ds@schleef.org>
6534
6535         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6536           Fixes #338897.
6537
6538 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6539
6540         * configure.ac:
6541         * win32/common/config.h:
6542           new prerelease
6543
6544 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6545
6546         patch by: Wim Taymans
6547
6548         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6549         (gst_ogg_demux_perform_seek):
6550           make sure correct newsegments are sent, so that the decoder
6551           and the demuxer agree on timestamps.  Fixes playback of a lot
6552           of Ogg files that do not start from 0.  Fixes #339833.
6553
6554 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6555
6556         Patch by: Edward Hervey  <edward@fluendo.com>
6557
6558         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6559         * tests/check/Makefile.am:
6560         * tests/check/elements/videorate.c: (assert_videorate_stats),
6561         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6562         (videorate_suite), (main):
6563           Fix an infinite loop if frames are passed in with wrongly ordered
6564           timestamps.  Fixes #339013.
6565
6566 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6567
6568         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6569
6570         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6571           fix typefinding on some ISO files.  Fixes #339212.
6572
6573 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6574
6575         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6576
6577         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6578           add another H264 fourcc.  Fixes #339047.
6579
6580 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6581
6582         Patch by: Jan Schmidt
6583
6584         * gst/playback/gststreamselector.c:
6585         (gst_stream_selector_bufferalloc):
6586           Restore old StreamSelector behaviour.
6587           Fixes #338419.
6588
6589 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6590
6591         * configure.ac:
6592         * win32/common/config.h:
6593           prerelease
6594
6595 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6596
6597         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6598
6599         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6600         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6601           Fix some memory leaks: on finalize, free buffers left in the queue
6602           before destroying the queue; in _push(), unref rtp_buf even if
6603           the process vfunc returned a NULL buffer as output buffer (#337548);
6604           demote some recuring debug messages to LOG level.
6605
6606 2006-04-11  Wim Taymans  <wim@fluendo.com>
6607
6608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6609         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6610         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6611         (gst_ogg_demux_loop):
6612         More cleanups.
6613         Respect segment stop when emiting EOS or SEGMENT_DONE.
6614         Fixes (#337945).
6615
6616 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6617
6618         * gst/playback/gststreamselector.c:
6619         (gst_stream_selector_get_property):
6620           Don't leak pad name.
6621
6622 2006-04-10  Michael Smith  <msmith@fluendo.com>
6623
6624         * tests/check/Makefile.am:
6625         * tests/check/gst-plugins-base.supp:
6626           Suppress an old libtheora bug (fixed in more recent versions), so 
6627           that FC4 buildslaves can pass.
6628
6629 2006-04-10  Wim Taymans  <wim@fluendo.com>
6630
6631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6632         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6633         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6634         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6635         (gst_ogg_demux_loop):
6636         Don't leak events.
6637         Remember what error we got when finding chains, if we
6638         were shutdown, that would not be an error.
6639
6640 2006-04-10  Wim Taymans  <wim@fluendo.com>
6641
6642         * gst-libs/gst/audio/gstbaseaudiosink.c:
6643         (gst_base_audio_sink_event):
6644         Starting the ringbuffer when we did not acquire it can cause
6645         a deadlock, is pointless and causes nasty things for
6646         subclasses. 
6647         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6648
6649 2006-04-10  Wim Taymans  <wim@fluendo.com>
6650
6651         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6652         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6653         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6654         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6655         (gst_ogg_demux_deactivate_current_chain),
6656         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6657         (gst_ogg_demux_bisect_forward_serialno),
6658         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6659         Add some more debugging.
6660
6661 2006-04-10  Wim Taymans  <wim@fluendo.com>
6662
6663         * ext/theora/theoradec.c: (theora_dec_src_event),
6664         (theora_handle_data_packet):
6665         Some more debug info.
6666
6667         * tests/examples/seek/seek.c: (start_seek), (main):
6668         Print element messages too.
6669
6670 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6671
6672         * gst/audioresample/debug.h:
6673           replace debug macros with variable number of parameters
6674           by a simple alias to gstreamer standard debug macros 
6675          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6676           supported by MSVC 6.0 and 7.1)
6677         * gst/audioresample/resample.h:
6678           define M_PI and rint for WIN32
6679         * win32/common/libgstaudio.def:
6680         * win32/common/libgstriff.def:
6681         * win32/common/libgsttag.def:
6682         * win32/common/libgstvideo.def:
6683           add new exported functions
6684         * win32/vs6:
6685           update project files
6686
6687 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6688
6689         * ext/alsa/gstalsamixeroptions.c:
6690         (gst_alsa_mixer_options_class_init):
6691         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6692         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6693         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6694         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6695         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6696         * gst-libs/gst/audio/gstaudiofilter.c:
6697         (gst_audio_filter_class_init):
6698         * gst-libs/gst/audio/gstaudiosink.c:
6699         (gst_audioringbuffer_class_init):
6700         * gst-libs/gst/audio/gstaudiosrc.c:
6701         (gst_audioringbuffer_class_init):
6702         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6703         * gst-libs/gst/interfaces/colorbalancechannel.c:
6704         (gst_color_balance_channel_class_init):
6705         * gst-libs/gst/interfaces/mixeroptions.c:
6706         (gst_mixer_options_class_init):
6707         * gst-libs/gst/interfaces/mixertrack.c:
6708         (gst_mixer_track_class_init):
6709         * gst-libs/gst/interfaces/tunerchannel.c:
6710         (gst_tuner_channel_class_init):
6711         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6712         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6713         (gst_netbuffer_class_init):
6714         * gst-libs/gst/rtp/gstbasertppayload.c:
6715         (gst_basertppayload_class_init):
6716         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6717         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6718         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6719         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6720         * gst/playback/gststreamselector.c:
6721         (gst_stream_selector_class_init):
6722         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6723         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6724         * sys/v4l/gstv4lcolorbalance.c:
6725         (gst_v4l_color_balance_channel_class_init):
6726         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6727         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6728         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6729         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6730         (gst_v4l_tuner_norm_class_init):
6731         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6733         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6734         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6735
6736 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6737
6738         * ext/pango/gsttextrender.h:
6739         * gst-libs/gst/audio/gstaudiosink.h:
6740         * gst-libs/gst/audio/gstaudiosrc.h:
6741         * gst-libs/gst/audio/gstbaseaudiosink.h:
6742         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6743         * gst-libs/gst/audio/gstringbuffer.h:
6744         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6745         * gst-libs/gst/rtp/gstbasertppayload.h:
6746         * gst-libs/gst/video/gstvideofilter.h:
6747         * gst-libs/gst/video/gstvideosink.h:
6748         * gst/playback/gstplaybasebin.h:
6749         * gst/tcp/gstmultifdsink.h:
6750         * sys/v4l/gstv4lelement.h:
6751         Fix broken GObject macros
6752
6753 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6754
6755         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6756         More debug to trace why my USB headset is not working with gst
6757
6758 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6759
6760         * gst/playback/gstplaybasebin.c: (group_destroy):
6761         Clean up our group elements properly in the case where it never 
6762         got committed - it still got added unconditionally to the bin.
6763
6764 2006-04-07  Wim Taymans  <wim@fluendo.com>
6765
6766         * ext/theora/theoradec.c: (theora_dec_sink_event),
6767         (theora_handle_data_packet), (theora_dec_chain):
6768         Unref unhandled events.
6769         Protect against empty buffers.
6770         Perform QoS on running time.
6771
6772 2006-04-07  Michael Smith  <msmith@fluendo.com>
6773
6774         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6775         (gst_vorbis_enc_chain):
6776           Remove leaks from vorbisenc.
6777           Mostly minor changes, the only significant one is that now the
6778           buffers we set as 'streamheader' on the caps are copies of the
6779           original buffers, to avoid circular refcounting problems.
6780
6781 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6782
6783         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6784           Don't remove our mute-probe if someone else already did so.
6785           Don't set a 2nd one if there is already one pending on the pad.
6786
6787         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6788         (do_playbin_seek):
6789           When a seek fails, ensure that playbin is still set back to playing.
6790           
6791         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6792         (mpeg_ts_type_find), (plugin_init):
6793           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6794
6795 2006-04-06  Andy Wingo  <wingo@pobox.com>
6796
6797         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6798         (gst_video_rate_init): Caps-related parameters should not be reset
6799         by a flush -- move their inits to the instance init function.
6800         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6801         is not OK, just return the result.
6802
6803         * gst/audiotestsrc/gstaudiotestsrc.c
6804         (gst_audio_test_src_class_init)
6805         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6806         broken by Stefan's commit on 24 March.
6807
6808         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6809         buffers being pushed out. Fixes oggmux ! multifdsink.
6810
6811 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6812
6813         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6814         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6815         * ext/vorbis/vorbisdec.h:
6816         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6817         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6818         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6819         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6820         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6821         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6822         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6823         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6824         (gst_vorbis_enc_buffer_from_packet),
6825         (gst_vorbis_enc_buffer_from_header_packet),
6826         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6827         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6828         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6829         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6830         (gst_vorbis_enc_change_state):
6831         * ext/vorbis/vorbisenc.h:
6832           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6833           vorbisenc adhere to the official nomenclature; use boilerplate
6834           macro.
6835
6836 2006-04-04  Andy Wingo  <wingo@pobox.com>
6837
6838         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6839         Whoops, fix bug introduced. Bad hacker!
6840         
6841         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6842         Properly handle the case where you get EOS before any buffers are
6843         received. Use gst_buffer_make_metadata_writable where appropriate.
6844
6845         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6846         is often negative -- make it signed so as not to wrap around.
6847         Fixes segfaults introduced on 9 March.
6848
6849 2006-04-03  Wim Taymans  <wim@fluendo.com>
6850
6851         * ext/theora/gsttheoradec.h:
6852         * ext/theora/theoradec.c: (theora_dec_src_event):
6853         Don't try to store a gdouble in a gboolean.
6854         Small cleanups.
6855
6856 2006-04-03  Michael Smith  <msmith@fluendo.com>
6857
6858         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6859           Oggmux sucks.
6860           Make it suck slightly less by writing out the final page.
6861           Still can't encode a vorbis-in-ogg file correctly, though.
6862
6863 2006-04-03  Andy Wingo  <wingo@pobox.com>
6864
6865         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6866         a g_print.
6867
6868         * ext/theora/theora.c (plugin_init): Register theoraparse.
6869
6870         * ext/theora/gsttheoraparse.h: 
6871         * ext/theora/theoraparse.c: New files implementing a theora
6872         parser. Now we can properly remux ogg/theora+vorbis, yay.
6873
6874         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6875
6876 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6877
6878         * gst/audiotestsrc/gstaudiotestsrc.c:
6879           Fixed the sample pipeline (see #323798)
6880
6881 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6882
6883         * configure.ac:
6884         * win32/common/config.h:
6885         * win32/common/config.h.in:
6886           use AS_VERSION and AS_NANO
6887           more cleanups
6888
6889 2006-03-31  Andy Wingo  <wingo@pobox.com>
6890
6891         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6892         uninitialized variable return that would happen.
6893         
6894         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6895         uninitialized variable return that would never happen.
6896
6897         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6898         (vorbis_parse_sink_event): Add an event function to flush our
6899         state on a seek, and to drain buffers on a premature EOS.
6900         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6901         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6902         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6903         (vorbis_parse_drain_queue): Queue up buffers until we can set
6904         their timestamps and granulepos values.
6905
6906         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6907         and keep track of data needed for deriving granulepos and
6908         timestamps for buffers.
6909
6910 2006-03-29  Wim Taymans  <wim@fluendo.com>
6911
6912         Patch by: j^ <j at bootlab dot org>
6913
6914         * ext/alsa/gstalsamixerelement.c:
6915         (gst_alsa_mixer_element_class_init):
6916         * ext/alsa/gstalsasink.c:
6917         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6918         * ext/ogg/gstoggdemux.c:
6919         * ext/ogg/gstoggmux.c:
6920         * ext/ogg/gstoggparse.c:
6921         * ext/pango/gstclockoverlay.c:
6922         * ext/pango/gsttextoverlay.c:
6923         * ext/pango/gsttextrender.c:
6924         * ext/pango/gsttimeoverlay.c:
6925         * ext/theora/theoradec.c:
6926         * ext/theora/theoraenc.c:
6927         * ext/vorbis/vorbisdec.c:
6928         * ext/vorbis/vorbisenc.c:
6929         * gst/audioconvert/gstaudioconvert.c:
6930         * gst/subparse/gstsubparse.c:
6931         * gst/tcp/gstmultifdsink.c:
6932         * gst/tcp/gsttcpclientsink.c:
6933         * gst/tcp/gsttcpclientsrc.c:
6934         * gst/tcp/gsttcpserversink.c:
6935         * gst/tcp/gsttcpserversrc.c:
6936           better/unified long descriptions
6937           Fixes #336477
6938
6939 2006-03-29  Wim Taymans  <wim@fluendo.com>
6940
6941         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6942         (stop_seek):
6943         Don't let double and triple clicks mess up our state.
6944
6945 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6946
6947         * gst/playback/gstplaybin.c: (gen_video_element),
6948         (gen_text_element), (gen_audio_element), (gen_vis_element):
6949           Error out gracefully when we can't create any of the usual
6950           conversion elements for some reason. Also, don't try to
6951           create an audioscale (sic) element that's not used anyway.
6952
6953 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6954
6955         * gst/playback/gstplaybasebin.c: (setup_source):
6956           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6957           element for a particular protocol, that's confusing for users.
6958           Instead, post a RESOURCE_FAILED error, so that our own error
6959           message is actually shown in totem etc. (#336303).
6960
6961 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6962
6963         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6964
6965         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6966         (gst_gnome_vfs_src_get_icy_metadata):
6967           Fix some minor memory leaks (#336194).
6968
6969 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6970
6971         * ext/gnomevfs/gstgnomevfs.c:
6972         (gst_gnome_vfs_location_to_uri_string):
6973         * ext/gnomevfs/gstgnomevfs.h:
6974         * ext/gnomevfs/gstgnomevfssink.c:
6975         (gst_gnome_vfs_sink_set_property):
6976         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6977           Make gnomevfssink accept filenames as well as URIs for the
6978           "location" property, just like gnomevfssrc does (and
6979           filesrc/filesink do) (#336190).
6980
6981 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6982
6983         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6984           set to NULL before unreffing, fixes a valgrind leak.
6985           Why was this not triggering the error that an object needs to
6986           be NULL before unreffing ?
6987         * win32/common/config.h:
6988           update
6989
6990 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6991
6992         * gst/subparse/gstsubparse.c: (convert_encoding),
6993         (gst_sub_parse_change_state):
6994         * gst/subparse/gstsubparse.h:
6995           Text subtitle files may or may not be UTF-8. If it's not, we
6996           don't really want to see '?' characters in place of non-ASCII
6997           characters like accented characters. So let's assume the input
6998           is UTF-8 until we come across text that is clearly not. If it's
6999           not UTF-8, we don't really know what it is, so try the following:
7000           (a) see whether the GST_SUBTITLE_ENCODING environment variable
7001           is set; if not, check (b) if the current locale encoding is
7002           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
7003           the current locale encoding is UTF-8 and the environment variable
7004           was not set to any particular encoding. Not perfect, but better
7005           than nothing (and better than before, I think) (fixes #172848).
7006
7007 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
7008
7009         * configure.ac:
7010           update core requirement to 0.10.4.1 because of async_playback
7011           vmethod on GstBaseSink
7012
7013 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
7014
7015         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
7016         * gst/adder/gstadder.c: (gst_adder_init):
7017         use DEBUG_FUNCPTR for collectpads
7018
7019 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
7020
7021         * docs/plugins/Makefile.am:
7022         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7023         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7024         * ext/cdparanoia/gstcdparanoiasrc.c:
7025         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
7026         (gst_gnome_vfs_sink_class_init):
7027         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
7028         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
7029         * ext/ogg/gstoggmux.c:
7030         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
7031         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
7032         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
7033         * ext/pango/gsttextoverlay.c:
7034         * ext/pango/gsttextrender.c:
7035         * ext/theora/theoradec.c:
7036         * ext/theora/theoraenc.c:
7037         * ext/vorbis/vorbisdec.c:
7038         * ext/vorbis/vorbisenc.c:
7039         * gst-libs/gst/audio/gstaudiofilter.c:
7040         (gst_audio_filter_base_init):
7041         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7042         (gst_audio_filter_template_base_init):
7043         * gst/adder/gstadder.c: (gst_adder_get_type):
7044         * gst/adder/gstadder.h:
7045         * gst/audioconvert/gstaudioconvert.c:
7046         * gst/audiotestsrc/gstaudiotestsrc.c:
7047         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
7048         (gst_audio_test_src_create):
7049         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7050         * gst/playback/gstdecodebin.c:
7051         * gst/playback/gstplaybin.c:
7052         * gst/playback/gststreamselector.c:
7053         (gst_stream_selector_base_init):
7054         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
7055         * gst/volume/gstvolume.c:
7056         * sys/v4l/gstv4lmjpegsink.c:
7057         * sys/v4l/gstv4lmjpegsrc.c:
7058         * tests/check/libs/cddabasesrc.c:
7059         * tests/old/examples/gob/gst-identity2.gob:
7060           Add docs for adder, use GST_ELEMENT_DETAILS macro,
7061           define GstElementDetails at the top
7062
7063 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
7064
7065         * win32/common/libgstinterfaces.def:
7066         Add a lot of export functions for gst-python
7067         * win32/vs6/libgstinterfaces.dsp:
7068         Add a missing include folder in the project configuration
7069         
7070 2006-03-23  Wim Taymans  <wim@fluendo.com>
7071
7072         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7073         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7074         (gst_base_audio_src_change_state):
7075         Fix audio sources, forgot to make the ringbuffer
7076         startable...
7077
7078 2006-03-23  Wim Taymans  <wim@fluendo.com>
7079
7080         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7081         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7082         (gst_base_audio_src_change_state):
7083         unparent instead of unref the ringbuffer.
7084
7085 2006-03-23  Wim Taymans  <wim@fluendo.com>
7086
7087         * gst-libs/gst/audio/gstbaseaudiosink.c:
7088         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
7089         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
7090         Implement new async_play vmethod to start slaving and allow
7091         playback start in case of async PLAY state changes. 
7092
7093         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7094         Enable QoS with new method in base class.
7095
7096 2006-03-23  Wim Taymans  <wim@fluendo.com>
7097
7098         Patch by: Julien MOUTTE <julien at moutte dot net>
7099
7100         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
7101         (gst_video_test_src_do_seek), (gst_video_test_src_create):
7102         Partially handle 0 framerate, only EOS after the first frame
7103         is missing.
7104
7105 2006-03-23  Wim Taymans  <wim@fluendo.com>
7106
7107         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7108
7109         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7110         (gst_riff_create_video_template_caps):
7111         * gst/ffmpegcolorspace/avcodec.h:
7112         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7113         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7114         (gst_ffmpegcsp_avpicture_fill):
7115         * gst/ffmpegcolorspace/imgconvert.c:
7116         Patch for support of YVU9 AVI files (#334822)
7117
7118 2006-03-22  Edward Hervey  <edward@fluendo.com>
7119
7120         * docs/design/design-decodebin.txt:
7121         Added design document for new decodebin
7122         (Target Caps): text/x-pango-markup is also a default target caps.
7123
7124 2006-03-22  Wim Taymans  <wim@fluendo.com>
7125
7126         * gst-libs/gst/audio/gstbaseaudiosink.c:
7127         (gst_base_audio_sink_dispose):
7128         Since we _parent the ringbuffer, we also need to
7129         _unparent instead of a plain _unref.
7130
7131 2006-03-22  Wim Taymans  <wim@fluendo.com>
7132
7133         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
7134         (stop_seek), (scrub_toggle_cb), (main):
7135         Add scrub checkbox.
7136
7137 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
7138
7139         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
7140         (gst_ogg_parse_chain):
7141           Fix very inefficient usage of linked lists (#335365).
7142
7143 2006-03-21  Edward Hervey  <edward@fluendo.com>
7144
7145         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7146         * gst/playback/gstplaybin.c: (handoff):
7147         * gst/playback/gststreamselector.c:
7148         (gst_stream_selector_set_property):
7149         gcc 4.1 unreferenced pointer fixes.
7150         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7152         gst_buffer_ref() now takes a GstBuffer*.
7153
7154 2006-03-20  Julien MOUTTE  <julien@moutte.net>
7155
7156         * sys/xvimage/xvimagesink.c:
7157         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7158         by Jan Schmidt.
7159
7160 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
7161
7162         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7163         (id3v1_type_find), (apetag_type_find), (plugin_init):
7164           Can't do tag preferences via probability, as tags would then
7165           lose against types that are recognised with MAXIMUM probability
7166           (like .wav); so let all tag typefinders return MAXIMUM themselves
7167           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7168           that we can prefer APE to ID3v1 (fixes #335028).
7169           
7170 2006-03-17  Wim Taymans  <wim@fluendo.com>
7171
7172         * gst-libs/gst/audio/gstbaseaudiosink.c:
7173         (gst_base_audio_sink_change_state):
7174         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7175         (gst_ring_buffer_may_start):
7176         * gst-libs/gst/audio/gstringbuffer.h:
7177         Only start playback if we are playing.
7178         should fix #330748.
7179
7180 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
7181
7182         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7183         * win32/common/config.h:
7184           Revert accidental commits to these files.
7185
7186 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7187
7188         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
7189
7190         * tests/Makefile.am:
7191           Don't try to build tests in tests/icles if we
7192           don't have X (#323852)
7193
7194 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7195
7196         * gst-libs/gst/tag/gstid3tag.c:
7197           Add TXXX frame identifiers for replaygain stuff as used
7198           by some taggers (see #323721).
7199
7200 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
7201
7202         * gst/playback/gststreamselector.c:
7203         (gst_stream_selector_set_property),
7204         (gst_stream_selector_bufferalloc):
7205           Preserve the existing buggy streamselector behaviour by performing
7206           a fallback buffer allocation when downstream isn't linked yet.
7207           This should really be fixed in playbin by blocking pads until it's
7208           linked them.
7209           Also, use gst_pad_alloc_buffer instead of
7210           gst_pad_alloc_buffer_and_set.
7211
7212 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7213
7214         * gst-libs/gst/tag/gstid3tag.c:
7215           Don't crash on unknown ID3v2 TXXX frames.
7216           
7217 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
7218
7219         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7220           Chain up to the parent finalize method.
7221           Add 32-bit sample size to the template caps.
7222
7223         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7224         (gst_riff_create_video_template_caps):
7225           Add the fourcc that the VMWare codec uses.
7226           
7227         * gst/playback/gststreamselector.c:
7228         (gst_stream_selector_set_property),
7229         (gst_stream_selector_bufferalloc),
7230         (gst_stream_selector_request_new_pad):
7231           For the active pad, forward buffer-alloc requests, otherwise
7232           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7233           having to memcpy every frame when used by playbin.
7234
7235         * gst/tcp/gstmultifdsink.c:
7236         (gst_multi_fd_sink_handle_client_write):
7237           Get negotiated caps from the sink pad, rather than the sink
7238           pad's peer.
7239
7240 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7241
7242         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7243         
7244         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7245           Don't forget to set src->callbacks_pushed to FALSE again when
7246           popping them, otherwise re-activation in a different mode won't
7247           work (#334620).
7248
7249 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7250
7251         Patch by: Sebastien Moutte  <sebastien moutte net>
7252
7253         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7254         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7255         (gst_ffmpeg_smpfmt_to_caps):
7256           Replace __VA_ARGS__ caps creation macros with varargs functions.
7257           Makes things compile on MSVC (#320765), looks nicer, and we can
7258           tell the compiler to check for the NULL terminator.
7259
7260 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7261
7262         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7263
7264         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7265           Make sure the buffer we copy into is really always big
7266           enough, this time for real (#333488).
7267           
7268 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7269
7270         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7271           Add support for 24bpp DIB (#305279).
7272
7273 2006-03-14  Wim Taymans  <wim@fluendo.com>
7274
7275         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7276         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7277         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7278         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7279         (gst_video_scale_init), (gst_video_scale_src_event):
7280         Re-enable QoS after the release.
7281         Rework videoscale to use the base class src_event handler.
7282
7283 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7284
7285         * configure.ac:
7286           back to CVS.
7287
7288 === release 0.10.5 ===
7289
7290 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7291
7292         * configure.ac:
7293           releasing 0.10.5, "Net"
7294
7295 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7296
7297         * docs/plugins/Makefile.am:
7298           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7299           
7300 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7301
7302         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7303         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7304         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7305           Add cdparanoiasrc to docs.
7306
7307         * gst-libs/gst/cdda/gstcddabasesrc.c:
7308           More GstCddaBaseSrc docs.
7309
7310 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7311
7312         * docs/libs/gst-plugins-base-libs-sections.txt:
7313         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7314         * gst-libs/gst/tag/tag.h:
7315           API: libgsttag: new method gst_tag_from_id3_user_tag().
7316
7317 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7318
7319         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7320           NULL-terminate array of mpeg4 video file extensions.
7321           Fixes crash on PPC (#334226).
7322
7323 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7324
7325         * ext/gnomevfs/gstgnomevfssrc.c:
7326         (gst_gnome_vfs_src_check_get_range):
7327           gnome_vfs_uri_is_local() alone is not a good indicator
7328           whether we can operate in pull-mode with a specific URI,
7329           as it returns FALSE for file:// URIs that point to an
7330           NFS-mounted path. Be more conservative here: whitelist
7331           local files, blacklist http URIs and use the old
7332           mechanism for anything else (fixes #334216).
7333
7334 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7335
7336         * configure.ac:
7337           back to trunk
7338
7339 === release 0.10.4 ===
7340
7341 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7342
7343         * configure.ac:
7344           releasing 0.10.4, "Power"
7345
7346 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7347
7348         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7349         Disable max-lateness by setting it to -1 for now, so that 
7350         we can bed QoS stuff in thoroughly between now and the next
7351         release.
7352
7353 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7354
7355         Patch by: Fabrizio Gennari
7356
7357         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7358           Make sure we don't read beyond the palette buffer in case of
7359           broken or manipulated files (#333488)
7360
7361 2006-03-10  Edward Hervey  <edward@fluendo.com>
7362
7363         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7364         Fix for variable not initialized.
7365
7366 2006-03-09  Wim Taymans  <wim@fluendo.com>
7367
7368         * ext/libvisual/visual.c: (gst_visual_get_type),
7369         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7370         (gst_visual_chain):
7371         Small cleanups.
7372
7373         * ext/theora/gsttheoradec.h:
7374         * ext/theora/theoradec.c: (gst_theora_dec_init),
7375         (gst_theora_dec_reset), (_theora_granule_time),
7376         (theora_dec_src_convert), (theora_dec_sink_convert),
7377         (theora_dec_src_query), (theora_dec_src_event),
7378         (theora_dec_sink_event), (theora_handle_comment_packet),
7379         (theora_handle_header_packet), (theora_dec_push),
7380         (theora_handle_data_packet), (theora_dec_chain),
7381         (theora_dec_change_state):
7382         Add simple QoS.
7383
7384 2006-03-09  Wim Taymans  <wim@fluendo.com>
7385
7386         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7387         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7388         Some cleanups.
7389
7390 2006-03-09  Wim Taymans  <wim@fluendo.com>
7391
7392         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7393         Don't try to activate NULL chains.
7394
7395 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7396
7397         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7398           Fix invalid memory access to region before peek'd data (#332964).
7399
7400 2006-03-09  Wim Taymans  <wim@fluendo.com>
7401
7402         Patch by: Christophe Fergeau
7403
7404         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7405         * ext/pango/gsttextrender.c: (gst_text_render_init):
7406         * gst/adder/gstadder.c: (gst_adder_init):
7407         Don't leak padtemplates, closes #333510.
7408
7409 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7410
7411         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7412           Fix invalid memory access: make sure string passed to
7413           regexec() is NUL-termianted.
7414
7415 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7416
7417         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7418         (mp3_type_find):
7419           Refactor mpeg/audio typefinding to make it more maintainable
7420           and easier to fine-tune. Make probing into middle of the file
7421           work properly (fixes #333900, also see #152688).
7422
7423 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7424
7425         * gst/typefind/gsttypefindfunctions.c:
7426         (utf8_type_find_have_valid_utf8_at_offset):
7427           Remove part from previous commit that was bogus:
7428           g_utf8_validate() does in fact not accept embedded
7429           zeroes, so we don't need to check for those (thanks
7430           to Mike for the hint).
7431
7432 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7433
7434         * gst/typefind/gsttypefindfunctions.c:
7435         (utf8_type_find_count_embedded_zeroes),
7436         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7437           Make plain/text typefinder more conservative: firstly, check
7438           for embedded zeroes, which are perfectly valid UTF-8 characters,
7439           but also a fairly good sign that something is not a plain text
7440           file; secondly, probe into the middle of the file if possible.
7441           If we can't probe into the middle, limit the probability value
7442           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7443
7444 2006-03-08  Michael Smith  <msmith@fluendo.com>
7445
7446         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7447           Make typefind function name for mpeg4 video unique.
7448
7449 2006-03-08  Wim Taymans  <wim@fluendo.com>
7450
7451         * ext/libvisual/visual.c: (gst_visual_init),
7452         (gst_visual_clear_actors), (gst_visual_dispose),
7453         (gst_visual_reset), (gst_visual_src_setcaps),
7454         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7455         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7456         (gst_visual_chain), (gst_visual_change_state):
7457         Cleanups, post nice errors.
7458         Handle sink and src events.
7459         Implement simple QoS.
7460
7461         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7462         Use new basesink methods to configure max-lateness.
7463         Small doc update.
7464
7465         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7466         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7467         Debug statement cleanups.
7468
7469         * gst/volume/gstvolume.c: (gst_volume_class_init):
7470         Simple cleanup.
7471
7472 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7473
7474         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7475         (gst_text_overlay_init), (gst_text_overlay_set_property),
7476         (gst_text_overlay_get_property):
7477           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7478           as string type properties, but mark them deprecated. Add
7479           'halignment' and 'valignment' properties that use enums
7480           instead of strings.
7481
7482 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7483
7484         Patch by: Fabrizio Gennari
7485
7486         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7487           Allow palettes with less than 256 colours in AVI files
7488           (#333488)
7489
7490 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7491
7492         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7493         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7494         pad. We were releasing the queued text buffer when we should keep
7495         it until video pad gets EOS or discard the text buffer because it's
7496         too old. That was eating the last subtitle buffer. Add some more
7497         debug.
7498
7499 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7500
7501         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7502         (gst_text_overlay_video_chain):
7503           Fix invalid memory access (we can't access a buffer after it's been
7504           pushed downstream without taking a reference); fix memory leak (if
7505           there's no text to render, bail out before allocating stuff).
7506
7507 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7508
7509         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7510         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7511         * ext/pango/gsttextoverlay.h:
7512           If input is plain text, escape it before passing it to
7513           pango_layout_set_markup().
7514
7515 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7516
7517         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7518           Don't ignore flow return from gst_pad_push().
7519
7520 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7521
7522         Patch by: Fabrizio Gennari
7523
7524         * ext/libvisual/visual.c: (gst_visual_getcaps),
7525         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7526         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7527         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7528         (gst_vorbisenc_convert_sink):
7529         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7530         (gst_audio_duration_from_pad_buffer):
7531         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7532         (gst_audio_filter_chain):
7533         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7534         (gst_base_rtp_depayload_setcaps):
7535         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7536         (gst_video_get_size):
7537         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7538           Don't leak references returned by gst_pad_get_parent()
7539           (#333663)
7540
7541 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7542
7543         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7544           change location param details
7545         * gst/volume/gstvolume.c: (plugin_init):
7546           correct plugin description
7547
7548 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7549
7550         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7551         (gst_gnome_vfs_src_check_get_range):
7552           Override GstBaseSrc::check_get_range() in order to avoid opening
7553           the resource just to check whether we can operate in pull-mode or
7554           not - we can predict that pretty well from the URI alone. Should
7555           fix problems with last.fm (#331690). (Requires latest core CVS).
7556
7557 2006-03-06  Wim Taymans  <wim@fluendo.com>
7558
7559         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7560         (gst_video_sink_class_init):
7561         Throw away frames that are later than 20 ms.
7562
7563 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7564
7565         Patch by: Fabrizio Gennari
7566
7567         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7568           Set depth on WMA caps (#333545)
7569
7570 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7571
7572         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7573         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7574           put Theora BOS pages before others.  This hardcodes
7575           the Ogg/Theora I profile, but hey.
7576
7577 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7578
7579         * ext/ogg/README:
7580           updated with some examples
7581         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7582         (granulepos_add), (theora_buffer_from_packet):
7583         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7584         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7585         (gst_vorbisenc_chain):
7586           implement strategy from ext/ogg/README
7587         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7588         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7589         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7590         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7591           Fix muxer so that oggz-validate is happy with all streams;
7592           except for no eos mark, and the BOS page ordering
7593         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7594         (check_buffer_granulepos):
7595         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7596           update tests to check for OFFSET being set as requested
7597           fixed type of granulepos, it's not a ClockTime
7598
7599 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7600
7601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7602         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7603         Check that the xvimage we are creating has a correct size
7604         before returning it. (#314897)
7605
7606 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7607
7608         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7609           Give id3 and ape tag typefinders a rank slightly higher
7610           than PRIMARY to ensure they're always run before any of
7611           the other typefinders (in particular wav and mp3) (#324186).
7612
7613 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7614
7615         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7616           Add support for '3IVD' fourcc (#333403).
7617
7618 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7619
7620         * configure.ac:
7621           Bump requirements to GStreamer CVS for the new error enum.
7622
7623         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7624           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7625           space left on the device (fixes #333352).
7626
7627 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7628
7629         * win32/vs6:
7630           add a project file for libgstvolume
7631           update the workspace
7632
7633 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7634
7635         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7636         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7637         (GST_START_TEST):
7638           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7639           Set IN_CAPS on header buffers
7640
7641 2006-03-02  Wim Taymans  <wim@fluendo.com>
7642
7643         * docs/plugins/Makefile.am:
7644         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7645         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7646         Add audioresample to docs.
7647
7648         * gst/audioconvert/gstaudioconvert.c:
7649         Add revision date.
7650
7651         * gst/audioresample/gstaudioresample.c:
7652         (gst_audioresample_base_init), (gst_audioresample_class_init),
7653         (gst_audioresample_init), (gst_audioresample_dispose),
7654         (audioresample_get_unit_size), (audioresample_transform_caps),
7655         (resample_set_state_from_caps), (audioresample_transform_size),
7656         (audioresample_set_caps), (audioresample_event),
7657         (audioresample_do_output), (audioresample_transform),
7658         (audioresample_pushthrough), (gst_audioresample_set_property),
7659         (gst_audioresample_get_property), (plugin_init):
7660         * gst/audioresample/gstaudioresample.h:
7661         Added docs.
7662         Small code cleanups.
7663
7664 2006-03-02  Wim Taymans  <wim@fluendo.com>
7665
7666         * docs/plugins/Makefile.am:
7667         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7668         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7669         Added videoscale to docs.
7670
7671         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7672         (gst_video_rate_swap_prev), (gst_video_rate_event),
7673         (gst_video_rate_chain):
7674         Fix typo in docs.
7675
7676         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7677         (gst_video_scale_init), (gst_video_scale_prepare_size),
7678         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7679         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7680         * gst/videoscale/gstvideoscale.h:
7681         Added docs, examples.
7682         Some code cleanups.
7683         Post errors instead of g_warning.
7684
7685 2006-03-02  Wim Taymans  <wim@fluendo.com>
7686
7687         * docs/libs/gst-plugins-base-libs-docs.sgml:
7688         * docs/libs/gst-plugins-base-libs-sections.txt:
7689         * docs/libs/gst-plugins-base-libs.types:
7690         * docs/plugins/Makefile.am:
7691         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7692         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7693         Added some more docs to libs and plugins.
7694
7695         * gst-libs/gst/audio/gstringbuffer.c:
7696         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7697         * gst-libs/gst/audio/gstringbuffer.h:
7698         Document ringbuffer some more.
7699
7700         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7701         (gst_video_rate_setcaps), (gst_video_rate_reset),
7702         (gst_video_rate_init), (gst_video_rate_flush_prev),
7703         (gst_video_rate_swap_prev), (gst_video_rate_event),
7704         (gst_video_rate_chain), (gst_video_rate_change_state):
7705         * gst/videorate/gstvideorate.h:
7706         Fix videorate to use segments.
7707         Make it work with 0/1 framerates (closes #331903)
7708         Handle EOS correctly.
7709         Added docs.
7710
7711 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7712
7713         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7714         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7715         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7716           In state change function, first chain up to parent class,
7717           then handle downwards state change stuff. Remove some
7718           commented out cruft from 0.8 code.
7719
7720 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7721
7722         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7723         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7724         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7725         (gst_ogm_parse_chain):
7726           Don't remove/re-add source pad if the new caps are the same as
7727           the old caps anyway (#333042). When removing source pad, don't
7728           unref it afterwards - we didn't ref it when adding. Sprinkle some
7729           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7730           after using gst_pad_get_parent(). Return downstream flow return
7731           value in chain function.
7732
7733 2006-03-02  Wim Taymans  <wim@fluendo.com>
7734
7735         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7736         * docs/plugins/gst-plugins-base-plugins.args:
7737         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7738         * docs/plugins/gst-plugins-base-plugins.interfaces:
7739         * docs/plugins/gst-plugins-base-plugins.signals:
7740         Fix hierarchy, added some more elements to the docs.
7741
7742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7743         (gst_ffmpegcsp_get_type):
7744         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7745         Fix docs for ffmpegcolorspace.
7746
7747 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7748
7749         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7750         (apetag_type_find), (ape_type_find), (plugin_init):
7751           Some typefinding fine-tuning:
7752           - rank ID3/APE tags in order of preference via probabilities, so that
7753             ID3v2 > APEv2 > APEv1 > ID3v1.
7754           - three or four bytes don't really justify MAXIMUM probability,
7755             change those to 'very likely' (musepack and monkeysaudio).
7756
7757 2006-03-01  Wim Taymans  <wim@fluendo.com>
7758
7759         * docs/plugins/Makefile.am:
7760         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7761         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7762         * ext/alsa/gstalsamixer.c:
7763         * ext/alsa/gstalsamixer.h:
7764         * ext/alsa/gstalsamixerelement.c:
7765         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7766         * ext/alsa/gstalsamixerelement.h:
7767         * ext/alsa/gstalsasink.c:
7768         * ext/alsa/gstalsasink.h:
7769         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7770         (gst_alsasrc_init):
7771         * ext/alsa/gstalsasrc.h:
7772         Added alsa docs.
7773         Small code cleanups.
7774
7775 2006-03-01  Wim Taymans  <wim@fluendo.com>
7776
7777         * ext/theora/Makefile.am:
7778         Dist new header too,
7779
7780 2006-03-01  Wim Taymans  <wim@fluendo.com>
7781
7782         * docs/plugins/Makefile.am:
7783         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7784         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7785         * ext/gnomevfs/gstgnomevfssink.h:
7786         * ext/gnomevfs/gstgnomevfssrc.h:
7787         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7788         * ext/vorbis/vorbisdec.h:
7789         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7790         * ext/vorbis/vorbisenc.h:
7791         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7792         (vorbis_parse_chain), (vorbis_parse_change_state):
7793         * ext/vorbis/vorbisparse.h:
7794         * gst/audioconvert/gstaudioconvert.h:
7795         * gst/tcp/gsttcpserversink.h:
7796         * gst/videotestsrc/gstvideotestsrc.c:
7797         * gst/videotestsrc/gstvideotestsrc.h:
7798         * gst/volume/gstvolume.c:
7799         * gst/volume/gstvolume.h:
7800         Fix some more docs.
7801         Added docs for vorbisdec and vorbisparse.
7802         Fix vorbisparse.
7803
7804 2006-03-01  Wim Taymans  <wim@fluendo.com>
7805
7806         * docs/plugins/Makefile.am:
7807         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7808         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7809         * ext/pango/gstclockoverlay.h:
7810         * ext/pango/gsttextoverlay.h:
7811         * ext/pango/gsttextrender.h:
7812         * ext/pango/gsttimeoverlay.h:
7813         * ext/theora/gsttheoradec.h:
7814         * ext/theora/gsttheoraenc.h:
7815         * ext/theora/theoradec.c:
7816         * ext/theora/theoraenc.c:
7817         * gst/audioconvert/gstaudioconvert.h:
7818         * gst/audiotestsrc/gstaudiotestsrc.h:
7819         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7820         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7821         * gst/tcp/gstmultifdsink.h:
7822         Updated/added documentation.
7823
7824         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7825         (gst_text_overlay_halign_get_type),
7826         (gst_text_overlay_wrap_mode_get_type),
7827         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7828         (gst_text_overlay_init), (gst_text_overlay_set_property),
7829         (gst_text_overlay_get_property):
7830         Fix up properties to be enums instead of string to make bindings,
7831         introspection and automatic GUI creation possible.
7832         Add getters for the properties.
7833
7834 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7835
7836         * gst/audiotestsrc/gstaudiotestsrc.c:
7837           added defines of M_PI and M_PI_2
7838         * gst/ffmpegcolorspace/avcodec.h:
7839           removed #include "stdint.h" for win32 as _stdint.h is 
7840           autogenerated to win32/common
7841         * win32/common/libgstaudio.def:
7842         * win32/common/libgsttag.def:
7843           added some exports
7844         * win32/vs6:
7845           some project files bugs corrected
7846         * win32/vs7:
7847           project files are reset to the default vs7 configuration 
7848           (they link to msvcr71.dll using default optimizations)
7849           
7850 2006-02-28  Wim Taymans  <wim@fluendo.com>
7851
7852         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7853         Fix some docs.
7854
7855 2006-02-28  Edward Hervey  <edward@fluendo.com>
7856
7857         * ext/alsa/gstalsasrc.c:
7858         Set proper class on the ElementDetails:
7859         Source/Audio instead of Src/Audio/
7860
7861 2006-02-28  Edward Hervey  <edward@fluendo.com>
7862
7863         * gst/videoscale/vs_scanline.c:
7864         (vs_scanline_resample_nearest_RGBA):
7865         Revert optimization in videoscale. It should go in liboil and have
7866         an appropriate liboil function.
7867
7868 2006-02-28  Wim Taymans  <wim@fluendo.com>
7869
7870         * gst-libs/gst/audio/gstbaseaudiosink.c:
7871         (gst_base_audio_sink_provide_clock):
7872         Don't try to provide a clock in the NULL state.
7873
7874 2006-02-28  Wim Taymans  <wim@fluendo.com>
7875
7876         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7877         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7878         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7879         (gst_ogg_demux_deactivate_current_chain),
7880         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7881         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7882         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7883         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7884         Use GstSegment infrastructure to remove duplicated code
7885         and handle more seek cases correctly.
7886
7887 2006-02-28  Wim Taymans  <wim@fluendo.com>
7888
7889         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7890         (gst_ffmpegcsp_transform):
7891         Don't ignore return code from ffmpeg convert function.
7892
7893         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7894         Split out some long statements to ease debugging.
7895
7896 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7897
7898         * ext/libvisual/visual.c: (gst_visual_init),
7899         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7900         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7901         being able to renegotiate the size. Instead, use the negotiation
7902         algorithm from the goom plugin to pick an initial output caps. 
7903
7904         Also, allow theoretical libvisual plugins that might support non-GL 
7905         output even if they also do GL.
7906
7907 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7908
7909         * ext/libvisual/visual.c: (gst_visual_init),
7910         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7911         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7912         possible negotiation issues.
7913
7914 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7915
7916         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7917
7918 2006-02-24  Michael Smith  <msmith@fluendo.com>
7919
7920         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7921         (cmml_type_find), (plugin_init):
7922           Fix CMML type find function to not require a specific minor version
7923           of the CMML header.
7924
7925           Add an MPEG4 video elementary stream typefind function.
7926
7927 2006-02-04  Michael Smith  <msmith@fluendo.com>
7928
7929         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7930         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7931         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7932         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7933         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7934         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7935           Annodex support in ogg demuxer. Doesn't do very much without the
7936           other annodex patches (to come).
7937
7938 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7939
7940         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7941
7942         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7943           Pick up palette for MS video v1 (#327028)
7944
7945 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7946
7947         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7948         (gst_ffmpegcsp_caps_remove_format_info),
7949         (gst_ffmpegcsp_get_unit_size):
7950           The 'palette_data' field from incoming RGB caps shouldn't be
7951           proxied on outgoing YUV caps; also, restrict unit size
7952           adjustment in case of paletted data only to the unit that
7953           actually has a palette. Fixes #330711.
7954
7955 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7956
7957         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7958         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7959         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7960         (gst_ffmpegcsp_get_unit_size):
7961           Plug some memory leaks.
7962
7963 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7964
7965         * sys/ximage/Makefile.am:
7966         * sys/xvimage/Makefile.am:
7967           Add some _CFLAGS and _LIBS that seem to be missing
7968           and/or required for Cygwin (see #317048).
7969
7970 2006-02-22  Wim Taymans  <wim@fluendo.com>
7971
7972         * ext/alsa/gstalsasrc.c:
7973         Fix description as pointed out by caugier.
7974
7975 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7976
7977         Reviewed by : Edward Hervey  <edward@fluendo.com>
7978
7979         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7980         (qt_type_find):
7981         Better 3gp typefinding (#331526).
7982
7983 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7984
7985         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7986           Don't send EOS event here, the base class will send one for us.
7987
7988         * gst/playback/gstplaybasebin.c: (prepare_output):
7989           Subpictures without video stream aren't allowed either.
7990         
7991         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7992           Fix debug statement copy'n'paste-o.
7993
7994 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7995
7996         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7997           Fix issues with mixer keeping state when muting/unmuting
7998           and when changing the volume whilst muted (see #331763
7999           and #331765).
8000
8001 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
8002
8003         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
8004         (parse_subrip), (gst_sub_parse_format_autodetect):
8005           Set right caps given that we send escaped text. Also,
8006           honour <i></i>, <b></b> and <u></u> markers that can be found
8007           in .srt files (fixes #310202).
8008
8009 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
8010
8011         * gst-libs/gst/audio/mixerutils.c:
8012         (element_factory_rank_compare_func):
8013           Make order in which elements are tried more determinable.
8014
8015 2006-02-20  Julien MOUTTE  <julien@moutte.net>
8016
8017         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
8018         (remove_element_chain), (cleanup_decodebin),
8019         (gst_decode_bin_change_state): Make decodebin reusable by
8020         fixing remove_element_chain first and then introduce a
8021         cleaner in state change to ->NULL. (Closes #331678)
8022
8023 2006-02-19  Wim Taymans  <wim@fluendo.com>
8024
8025         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
8026         use 0666 mask when creating files so umask gets applied
8027         correctly. Fixes #331295.
8028
8029 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
8030
8031         * gst/subparse/Makefile.am:
8032         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8033         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
8034         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
8035         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
8036         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
8037         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
8038         * gst/subparse/gstssaparse.h:
8039         * gst/subparse/gstsubparse.c: (plugin_init):
8040           Add very basic parser for SSA subtitle streams (as often
8041           found in matroska files).
8042
8043 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
8044
8045         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
8046           That should be text/x-pango-markup, not text/x-pango-layout.
8047
8048 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8049
8050         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
8051         Polishing.
8052
8053 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8054
8055         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8056         (gst_text_overlay_finalize), (gst_text_overlay_init),
8057         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8058         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8059         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8060         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8061         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8062         Fix state change deadlock.
8063
8064 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8065
8066         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8067         (gst_text_overlay_finalize), (gst_text_overlay_init),
8068         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8069         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8070         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8071         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8072         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8073         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
8074         and subtitles files.
8075
8076 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8077
8078         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
8079         should be considered as raw.
8080
8081 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8082
8083         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8084         (cb_probe):
8085         * gst/playback/gststreaminfo.h: Introduce language informations.
8086
8087 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
8088
8089         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8090         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8091         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8092         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
8093         Set shared memory segments to be deleted as soon as we have attached,
8094         that way they get cleaned up automatically if we crash.
8095
8096 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8097
8098         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
8099         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
8100         functions are called with lock held.
8101
8102 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8103
8104         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8105         (gst_text_overlay_finalize), (gst_text_overlay_init),
8106         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8107         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8108         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
8109         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
8110         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
8111         (gst_text_overlay_change_state): Refactoring of textoverlay
8112         without collectpads. This now supports sparse subtitles coming
8113         from a demuxer instead of a sub file. Seeking is still broken 
8114         though. Need to discuss with wtay some more on how to handle
8115         seeking correctly.
8116         * ext/pango/gsttextoverlay.h:
8117         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
8118         subtitles coming from the demuxer.
8119
8120 2006-02-17  Wim Taymans  <wim@fluendo.com>
8121
8122         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
8123         (gst_vorbisenc_convert_sink):
8124         Use some more scaling functions.
8125
8126 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
8127
8128         * ext/cdparanoia/gstcdparanoiasrc.c:
8129         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
8130         (gst_cd_paranoia_paranoia_callback),
8131         (gst_cd_paranoia_src_signal_is_being_watched),
8132         (gst_cd_paranoia_src_read_sector):
8133         * ext/cdparanoia/gstcdparanoiasrc.h:
8134           Add back 'transport-error' and 'uncorrected-error' signals and
8135           make them actually be fired when bad stuff happens (#319340).
8136
8137 2006-02-17  Wim Taymans  <wim@fluendo.com>
8138
8139         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8140         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8141         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
8142         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
8143         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
8144         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8145         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8146         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8147         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
8148         (gst_ring_buffer_clear):
8149         Small cleanups.
8150         Added some G_LIKELY.
8151
8152 2006-02-17  Wim Taymans  <wim@fluendo.com>
8153
8154         * gst-libs/gst/audio/TODO:
8155         Update TODO
8156
8157         * gst-libs/gst/audio/gstbaseaudiosink.c:
8158         (gst_base_audio_sink_get_offset):
8159         When trying to play samples ASAP and we don't have a
8160         previous sample, try to play at position 0 instead of
8161         an invalid position.
8162
8163 2006-02-17  Wim Taymans  <wim@fluendo.com>
8164
8165         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8166         (gst_alsasink_reset):
8167         Also release lock when we get an error in _reset();
8168         fix an error message.
8169
8170 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8171
8172         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8173         (gst_alsasink_init), (get_channel_free_structure),
8174         (caps_add_channel_configuration), (gst_alsasink_getcaps),
8175         (gst_alsasink_close):
8176         * ext/alsa/gstalsasink.h:
8177           Add support for more than 2 channels (#326720).
8178
8179 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8180
8181         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8182           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8183           with 4 or 6 channels, assume a default channel layout to make things
8184           work (not sure there's anything else we can do in those cases).
8185
8186 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8187
8188         * gst-libs/gst/audio/multichannel.c:
8189           Minor docs fix.
8190
8191         * gst-libs/gst/riff/Makefile.am:
8192         * gst-libs/gst/riff/riff-ids.h:
8193         * gst-libs/gst/riff/riff-media.c:
8194         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8195           Add support for WAVEFORMATEX, eg. PCM audio with more than two
8196           channels and a channel layout map.
8197           
8198 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
8199
8200         Reviewed by Edward Hervey  <edward@fluendo.com>
8201
8202         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
8203         C-level optimization of the RGBA nearest neighbour function.
8204         Eventually this might end up in liboil with vectorized versions.
8205
8206 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8207
8208         * gst-libs/gst/audio/multichannel.c:
8209         (gst_audio_get_channel_positions):
8210           When we have more than 2 channels, but no channel layout is
8211           specified in the caps, return some default channel layout
8212           to the caller and warn about about a possibly buggy element
8213           (could be buggy filtercaps as well of course) (#317038).
8214
8215 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8216
8217         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8218           Add gst-libs/gst/cdda to list of lib search paths.
8219
8220 2006-02-15  Andy Wingo  <wingo@pobox.com>
8221
8222         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8223         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8224         to the Lord Jesus that I do not have to touch the ogg muxer ever
8225         again.
8226
8227 2006-02-15  Edward Hervey  <edward@fluendo.com>
8228
8229         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8230         quicktime movie files can also contain 'uuid' atoms.
8231
8232 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
8233
8234         * gst/audioconvert/plugin.c: (plugin_init):
8235           Register the GstAudioChannelPosition enum type with the type
8236           system in the plugin_init function, so that it is known before
8237           any element actually makes use of multi-channel stuff. This is
8238           required for example if one wants to be able to deserialise/use
8239           a caps string with channel positions before any pipeline has
8240           been setup and started, like with gst-launch.
8241
8242 2006-02-14  Wim Taymans  <wim@fluendo.com>
8243
8244         * gst-libs/gst/audio/gstringbuffer.c:
8245         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8246         (gst_ring_buffer_samples_done), (wait_segment),
8247         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8248         Add some compiler G_(UN_)LIKELY help.
8249         SIGNAL the ringbuffer waiters when going to PAUSED as well to
8250         make sure they can exit their functions. Should fix #330748
8251
8252 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8253
8254         * Makefile.am:
8255         * configure.ac:
8256         * win32/MANIFEST:
8257         * win32/common/_stdint.h:
8258           Windows does not have long long; copy the generated _stdint.h
8259         * win32/common/interfaces-enumtypes.c:
8260         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8261         (gst_mixer_track_flags_get_type),
8262         (gst_tuner_channel_flags_get_type):
8263         * win32/common/multichannel-enumtypes.c:
8264         (gst_audio_channel_position_get_type):
8265           update
8266
8267 2006-02-13  Wim Taymans  <wim@fluendo.com>
8268
8269         * gst-libs/gst/audio/gstbaseaudiosink.c:
8270         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8271         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8272         Always sync on first sample we receive when starting.
8273
8274 2006-02-13  Wim Taymans  <wim@fluendo.com>
8275
8276         * gst/playback/gstplaybin.c: (gen_vis_element):
8277         Update vis bin docs.
8278         Move queue after tee so we don't queue video buffers but
8279         audio samples instead. Fixes problems where the video queue
8280         is filled and the audio queue empty.
8281
8282 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8283
8284         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8285           No need to push an EOS event here, GstBaseSrc will do that for us
8286           when we return FLOW_UNEXPECTED.
8287           
8288 2006-02-12  Wim Taymans  <wim@fluendo.com>
8289
8290         * gst-libs/gst/audio/gstbaseaudiosink.c:
8291         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8292         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8293         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8294         Use scale functions when possible.
8295         Fix error messages.
8296         Free clockid when after waiting for EOS.
8297         Use G_(UN_)LIKLY when it makes sense.
8298         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8299
8300 2006-02-12  Edward Hervey  <edward@fluendo.com>
8301
8302         * gst/playback/gstplaybasebin.c: (prepare_output): 
8303         Remove stray semi-colon (fixes #330888).
8304
8305 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8306
8307         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8309         Fix up the XShm call testing so that we catch errors, and don't
8310         cause new ones by attempting to detach from a segment we failed
8311         to attach to. Fixes #312439.
8312
8313 2006-02-10  Edward Hervey  <edward@fluendo.com>
8314
8315         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8316         Added flv file typefind (video/x-flv).
8317
8318 2006-02-10  Edward Hervey  <edward@fluendo.com>
8319
8320         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8321         (gst_riff_create_video_template_caps):
8322         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8323         Also added the caps to the default set of riff video caps.
8324
8325 2006-02-09  Andy Wingo  <wingo@pobox.com>
8326
8327         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8328         time and the end time of the last packet in the page.
8329         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8330         on the pages in our queue, set the duration as well. Reflow a
8331         debug statement.
8332         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8333         Fixes bad muxing order.
8334
8335 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8336
8337         * gst-libs/gst/rtp/gstbasertppayload.c:
8338         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8339           update seqnum before setting it on the packet; this makes sure
8340           that the timestamp and seqnum properties match after pushing
8341           a buffer
8342
8343 2006-02-09  Andy Wingo  <wingo@pobox.com>
8344
8345         * gst-libs/gst/audio/gstringbuffer.c
8346         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8347         overflow after 13.5 hours of recording. Kapow!
8348
8349         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8350         the buffer size -- we don't care about underrun/overrun reporting
8351         right now, just need to return a useful value.
8352
8353 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8354
8355         * configure.ac:
8356           Back to CVS
8357
8358 === release 0.10.3 ===
8359
8360 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8361
8362         * configure.ac:
8363           releasing 0.10.3, "Under Pressure"
8364
8365 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8366
8367         * configure.ac:
8368         Drat. Bump libtool version number for new API.
8369         Prelease 0.10.2.3 (of 0.10.3)
8370
8371 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8372
8373         * configure.ac:
8374         * win32/common/config.h:
8375         0.10.2.2 prerelease (of 0.10.3).
8376
8377 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8378
8379         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8380           Revert Andy's newsegment change pending a more correct
8381           fix.
8382
8383 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8384
8385         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8386         (qt_type_find), (plugin_init):
8387           detect more files as 3gp
8388           group and reorder the iso file formats
8389
8390 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8391
8392         * ext/vorbis/vorbis.c: (plugin_init):
8393           Register musicbrainz tags, so apps don't have to.
8394
8395 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8396
8397         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8398         (gst_tag_to_vorbis_tag):
8399           Make sure we called gst_tag_register_musicbrainz_tags()
8400           before possibly mapping a vorbiscomment string from/to a
8401           musicbrainz tag.
8402
8403 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8404
8405         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8406           In case we can't find the required number of consecutive
8407           mpeg audio frames to positively identify an MPEG audio
8408           stream, check if there's at least a valid mpeg audio
8409           frame right at offset 0 and if so suggest mpeg/audio
8410           caps with a very low probability (#153004).
8411
8412 2006-02-07  Andy Wingo  <wingo@pobox.com>
8413
8414         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8415         a TIME segment if we get timestamped buffers. Requires recent
8416         fixes in core to work properly.
8417
8418 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8419
8420         * gst/playback/gstplaybasebin.c: (prepare_output):
8421           Don't print the URI as part of the error message, it
8422           makes error dialogs look rather ugly, especially if
8423           the URI is very long or has characters in it that
8424           need escaping.
8425
8426 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8427
8428         * gst/playback/gstplaybasebin.c: (prepare_output):
8429           Error out if we have only text or subtitles, but nothing
8430           else. Also error out if we have subtitles but no video
8431           stream.
8432
8433 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8434
8435         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8436           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8437           Post an error message on the bus when we encounter an
8438           error, which will hopefully be more meaningful than the
8439           'Internal Flow Error' message users get to see if we
8440           just return GST_FLOW_ERROR.
8441
8442 2006-02-07  Andy Wingo  <wingo@pobox.com>
8443
8444         * configure.ac (GST_MAJORMINOR): Update core version req to
8445         0.10.2.2, for the collectpads API addition (#330244).
8446
8447 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8448
8449         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8450           Return FALSE from plugin_init() when GnomeVFS can't
8451           be initialised for some reason (#328423).
8452
8453 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8454
8455         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8456         Stick to seeking theory until i find the bug.
8457         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8458
8459 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8460
8461         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8462         (theora_enc_finalize), (theora_enc_sink_setcaps),
8463         (theora_set_header_on_caps), (theora_enc_chain),
8464         (theora_enc_change_state):
8465         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8466           Make theoraenc and the tests leak free. Like, really.
8467
8468 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8469
8470         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8471         (theora_enc_finalize), (theora_enc_sink_setcaps):
8472           Add a finalize method to ensure we clean up state even if
8473           someone omitted the state change back to NULL.
8474
8475         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8476         (gst_vorbisenc_chain):
8477           Free some more leaked bits.
8478
8479         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8480         (stop_pipeline):
8481           Wait for state changes to happen if they're ASYNC.
8482
8483           This ought to teach those fancy pants buildbots a lesson.
8484
8485 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8486
8487         * gst-libs/gst/tag/gstid3tag.c:
8488           Add mapping for ID3 International Standard Recording Code
8489           tag "TSRC"
8490
8491 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8492
8493         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8494           Don't leak tag names.
8495
8496 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8497
8498         * docs/libs/gst-plugins-base-libs-docs.sgml:
8499         * docs/libs/gst-plugins-base-libs-sections.txt:
8500         * gst-libs/gst/tag/gstid3tag.c:
8501         * gst-libs/gst/tag/gstvorbistag.c:
8502         * gst-libs/gst/tag/tags.c:
8503           Split libgsttag docs into multiple sections.
8504
8505 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8506
8507         * docs/libs/Makefile.am:
8508         * docs/libs/gst-plugins-base-libs-docs.sgml:
8509         * docs/libs/gst-plugins-base-libs-sections.txt:
8510         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8511         * gst-libs/gst/tag/gstvorbistag.c:
8512         * gst-libs/gst/tag/tag.h:
8513         * gst-libs/gst/tag/tags.c:
8514           Add libgsttag to the docs.
8515
8516 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8517
8518         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8519         (gst_text_overlay_init), (gst_text_overlay_src_event),
8520         (gst_text_overlay_collected): Fix clockoverlay.
8521
8522 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8523
8524         * docs/libs/compiling.sgml:
8525           Fix typo: it's pkg-config, not pkg-gconfig
8526
8527         * docs/libs/gst-plugins-base-libs-docs.sgml:
8528         * docs/libs/gst-plugins-base-libs-sections.txt:
8529         * docs/libs/tmpl/gstgconf.sgml:
8530           There is no libgstgconf in 0.10, remove it
8531           from the docs.
8532
8533 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8534
8535         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8536         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8537         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8538         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8539         (gst_sub_parse_class_init), (gst_sub_parse_init),
8540         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8541         (parse_mpsub), (parser_state_init), (handle_buffer),
8542         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8543         * gst/subparse/gstsubparse.h: Introduce seeking code.
8544
8545 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8546
8547         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8548           Add comment about LANGUAGE tag inconsistency (we want
8549           ISO-639-1, but extract three-letter identifiers?)
8550
8551         * po/POTFILES.in:
8552           Add two translatable files.
8553
8554 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8555
8556         * gst-libs/gst/tag/Makefile.am:
8557         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8558         * gst-libs/gst/tag/tag.h:
8559         * gst-libs/gst/tag/tags.c:
8560         (gst_tag_register_musicbrainz_tags_internal),
8561         (gst_tag_register_musicbrainz_tags):
8562           Forward-port some tags stuff from the 0.8 branch. This is
8563           mostly the addition of musicbrainz tags and their mapping
8564           to vorbistags, and a vorbistag mapping of the language tag.
8565
8566 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8567
8568         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8569         refactoring.
8570
8571 2006-02-04  David Schleef  <ds@schleef.org>
8572
8573         * ext/ogg/gstoggmux.c:
8574         * gst/typefind/gsttypefindfunctions.c:
8575           Add Dirac typefinding and add dirac format to oggmux.
8576
8577 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8578
8579         * gst/playback/gstdecodebin.c: (try_to_link_1):
8580           Don't put essential function call into
8581           g_return_*() macro, otherwise it'll all be
8582           replaced by NOOPs when compiling with
8583           G_DISABLE_CHECKS defined.
8584
8585 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8586
8587         * ext/ogg/gstoggdemux.c:
8588         * ext/ogg/gstoggparse.c:
8589         * gst/tcp/gsttcpserversink.c:
8590         * sys/v4l/v4lsrc_calls.c:
8591         * sys/v4l/v4lsrc_calls.h:
8592         Just make it compile with --disable-gst-debug.
8593
8594 2006-02-03  Wim Taymans  <wim@fluendo.com>
8595
8596         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8597         (gst_alsasink_class_init), (gst_alsasink_init),
8598         (gst_alsasink_write), (gst_alsasink_reset):
8599         * ext/alsa/gstalsasink.h:
8600         Add lock to protect alsa calls.
8601         Implement reset to flush samples ASAP, does not work
8602         with dmix though.
8603
8604 2006-02-02  Wim Taymans  <wim@fluendo.com>
8605
8606         * gst-libs/gst/audio/gstbaseaudiosink.c:
8607         (gst_base_audio_sink_provide_clock):
8608         Ugh.. getting late I guess...
8609
8610 2006-02-02  Wim Taymans  <wim@fluendo.com>
8611
8612         * gst-libs/gst/audio/gstbaseaudiosink.c:
8613         (gst_base_audio_sink_provide_clock),
8614         (gst_base_audio_sink_set_property),
8615         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8616         Don't try to provide a clock when we are not negotiated since
8617         we might not be able to make it run.
8618
8619 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8620
8621         * gst/playback/gstdecodebin.c: (try_to_link_1):
8622           Unlinking two source pads is ... hard.
8623
8624 2006-02-02  Wim Taymans  <wim@fluendo.com>
8625
8626         * gst-libs/gst/audio/TODO:
8627         Updated.
8628
8629         * gst-libs/gst/audio/gstbaseaudiosink.c:
8630         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8631         On EOS, wait till the last sample is played before posting EOS.
8632
8633 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8634
8635         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8636           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8637           setting queue_delay to zero. Also avoid thread being started if
8638           queue_delay is zero.
8639
8640 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8641
8642         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8643           Make test work again by connecting fakesinks to each decoded pad,
8644           which makes the pipeline wait until each fakesink has a buffer
8645           queued before going to PAUSED state. At that point we know the
8646           decodebin pads are negotiated.
8647
8648 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8649
8650         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8651         (gst_cdda_base_src_handle_event):
8652         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8653           Pass unhandled queries to the parent class's query function.
8654
8655 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8656
8657         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8658         (gst_ogg_pad_src_query):
8659         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8660         * ext/theora/theoradec.c: (theora_dec_src_query),
8661         (theora_dec_sink_query):
8662         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8663         (vorbis_dec_sink_query):
8664         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8665         (gst_vorbisenc_sink_query):
8666         * gst/adder/gstadder.c: (gst_adder_query):
8667           Pass unhandled queries upstream instead of just
8668           dropping them (#326447). Also, fix supported
8669           query types list for some elements.
8670
8671 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8672
8673         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8674         (paris_type_find), (ilbc_type_find), (plugin_init):
8675           Fix typefinding for audio/x-au, audio/x-paris and
8676           audio/iLBC-sh. We cannot use the START_WITH macros
8677           here, because there can only be one typefind factory
8678           with the same name (caps), so the second one would
8679           replace the first one and the first one would never
8680           be called when doing typefinding (see #161712).
8681           
8682
8683 2006-01-31  Wim Taymans  <wim@fluendo.com>
8684
8685         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8686         (vorbis_handle_header_packet), (vorbis_dec_push),
8687         (vorbis_handle_data_packet):
8688         Use scale_int when we can, add some more scaling.
8689         Check packettype before parsing it.
8690
8691 2006-01-31  Wim Taymans  <wim@fluendo.com>
8692
8693         * ext/theora/theoradec.c: (_theora_granule_time),
8694         (theora_dec_src_convert), (theora_dec_sink_convert):
8695         Call right _scale functions.
8696         Use parameter instead of some other random value.
8697
8698 2006-01-31  Wim Taymans  <wim@fluendo.com>
8699
8700         * ext/theora/theoradec.c: (_theora_granule_frame),
8701         (_theora_granule_time), (_inc_granulepos),
8702         (theora_dec_src_convert), (theora_dec_sink_convert),
8703         (theora_handle_type_packet), (theora_handle_data_packet),
8704         (theora_dec_chain):
8705         Use higher precision timestamps calculation.
8706         Convert some other conversions to _scale.
8707
8708 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8709
8710         * gst/audiotestsrc/gstaudiotestsrc.c:
8711         (gst_audio_test_src_create_sine_table), (plugin_init):
8712         * gst/volume/gstvolume.c: (plugin_init):
8713           initialize gst_controller before using
8714
8715 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8716
8717         * tests/check/pipelines/theoraenc.c:
8718         * tests/check/pipelines/vorbisenc.c:
8719         Define constant using G_GINT64_CONSTANT to avoid errors when
8720         passing it around - otherwise it gets truncated to 32 bits.
8721
8722         Fixes failing tests.
8723
8724 2006-01-31  Andy Wingo  <wingo@pobox.com>
8725
8726         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8727         caps being set doesn't have a framerate value. Basically a stopgap
8728         measure.
8729
8730         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8731         technically correct enough to put into core though.
8732         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8733         DURATION. Fixes theoraenc ! oggmux.
8734
8735         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8736         fraction, not double.
8737
8738 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8739
8740         * win32/vs7:
8741         add vs7 project files created by Sergey Scobich
8742
8743 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8744
8745         * win32/vs8:
8746         add vs8 project files created by Sergey Scobich
8747         
8748 2006-01-30  Andy Wingo  <wingo@pobox.com>
8749
8750         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8751         timestamp + duration, not just timestamp -- ogg pages should be
8752         ordered by stop time. Necessary fix given the change in vorbis
8753         timestamps.
8754
8755         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8756         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8757         (granulepos_add): New function, handles the messiness of adjusting
8758         granulepos values.
8759         (theora_buffer_from_packet):
8760         (theora_enc_chain):
8761         (theora_enc_sink_event): Use granulepos_add, not +.
8762
8763         * tests/check/pipelines/theoraenc.c
8764         (check_buffer_granulepos_from_starttime): Just check the frame
8765         count, not the actual granulepos -- we can't dictate to the
8766         encoder when it should be placing keyframes.
8767
8768 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8769
8770         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8771           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8772           play an http:// stream from a server that's not serving
8773
8774 2006-01-30  Andy Wingo  <wingo@pobox.com>
8775
8776         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8777         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8778         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8779         available.
8780
8781         * ext/theora/gsttheoraenc.h:
8782         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8783         although theoraenc was timestamping correctly. Added handling of
8784         streams that start with nonzero timestamps.
8785
8786         * tests/check/Makefile.am:
8787         * tests/check/pipelines/theoraenc.c: New file, basically does same
8788         tests as vorbisenc.
8789
8790         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8791
8792 2006-01-30  Wim Taymans  <wim@fluendo.com>
8793
8794         * gst-libs/gst/audio/gstaudiosink.c:
8795         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8796         (gst_audioringbuffer_pause):
8797         Implement pause that does not wait for completion.
8798
8799         * gst-libs/gst/audio/gstbaseaudiosink.c:
8800         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8801         Don't drop buffers when going to PAUSED but perform preroll on
8802         remaining samples now that core base class supports this.
8803
8804         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8805         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8806         (gst_ring_buffer_commit):
8807         Pause should not signal waiters.
8808         Implement return value of _commit correctly.
8809
8810 2006-01-30  Andy Wingo  <wingo@pobox.com>
8811
8812         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8813
8814         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8815         updated to timestamp from the first sample, not the last.
8816         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8817         special care of granulepos and timestamp for header packets.
8818         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8819         when the first buffer has a nonzero timestamp.
8820
8821         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8822         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8823         case when the first audio buffer we get has a nonzero timestamp.
8824         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8825         properly timestamp vorbis buffers with the time of the first
8826         sample, not the last.
8827         
8828         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8829         vorbis_granule_time_copy -- now it takes the granule/subgranule
8830         offset into account.
8831
8832         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8833         timestamps, durations, and granulepos on buffers produced by
8834         vorbisenc.
8835
8836 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8837
8838         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8839         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8840           Patch from Eric Jonas to support conversions to/from UYVY 
8841           (Fixes: #324626)
8842
8843 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8844
8845         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8846         (setup_subtitle), (setup_source), (set_active_source):
8847         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8848         (gen_text_element), (gen_audio_element), (gen_vis_element),
8849         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8850
8851 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8852
8853         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8854         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8855                 use gst_guint64_to_gdouble to be compliant with vs6
8856         * gst/playback/gstdecodebin.c: (try_to_link_1)
8857         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8858                 use G_GINT64_CONSTANT for int64 constants
8859         * win32/common/libgstinterfaces.def:
8860                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8861         * win32/vs6:
8862                 update and add new project files
8863                 
8864 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8865
8866         * Makefile.am:
8867         * win32/MANIFEST:
8868         * win32/common/interfaces-enumtypes.c:
8869         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8870         (gst_mixer_track_flags_get_type),
8871         (gst_tuner_channel_flags_get_type):
8872         * win32/common/interfaces-enumtypes.h:
8873         * win32/common/multichannel-enumtypes.c:
8874         (gst_audio_channel_position_get_type):
8875         * win32/common/multichannel-enumtypes.h:
8876           add a win32-update rule like in core, and copy over enumtypes files
8877
8878 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8879
8880         * win32/MANIFEST:
8881         * win32/common/config.h:
8882         * win32/common/config.h.in:
8883           add config files just like in core
8884
8885 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8886
8887         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8888           Make gcc-4.1 happy (part of #327357).
8889
8890 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8891
8892         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8893         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8894         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8895         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8896         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8897         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8898           Update all error messages.  All of them should either use
8899           the default translated message, or actually provide a
8900           translatable string.
8901           Make the string for channel count problems meaningful.
8902
8903 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8904
8905         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8906           check for and throw RESOURCE_BUSY
8907
8908 2006-01-27  David Schleef  <ds@schleef.org>
8909
8910         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8911           checked in this change -- it requires liboil features not
8912           in 0.3.6.  Revert parts.
8913
8914 2006-01-27  David Schleef  <ds@schleef.org>
8915
8916         * REQUIREMENTS:
8917         * configure.ac: update liboil requirement to 0.3.6
8918         * gst/videoscale/Makefile.am:
8919         * gst/videoscale/vs_scanline.c: liboilify
8920
8921 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8922
8923         * ext/libvisual/visual.c: (get_buffer):
8924           When pad_alloc returns a GstFlowReturn other
8925           than GST_FLOW_OK, make sure it is passed upstream.
8926
8927 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8928
8929         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8930         (gst_alsasink_class_init):
8931           Free the device name string.
8932
8933         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8934         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8935         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8936           Don't remove a pad from the collectpads structure until it
8937           is released - it's a request pad, and may receive data again
8938           if the element gets moved back to PLAYING state.
8939
8940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8941           Ensure we turn on double buffering on the Xv port, and
8942           set the colour key to something dark and mysterious that
8943           isn't black.
8944
8945 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8946
8947         * ext/alsa/gstalsaplugin.c: (plugin_init):
8948         * ext/cdparanoia/gstcdparanoiasrc.c:
8949         (gst_cd_paranoia_src_base_init), (plugin_init):
8950         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8951         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8952           - a library should not call setlocale. see "Libraries" node in
8953             gettext manual
8954           - make sure all plugins that use translation do bindtextdomain
8955             to point to the localedir
8956         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8957         (setup_sinks), (plugin_init):
8958           all this, and check for NULL when creating sinks
8959
8960 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8961
8962         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8963         (plugin_init): Make typefinding of subtitles work again.
8964
8965 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8966
8967         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8968         (mp3_type_frame_length_from_header), (mp3_type_find),
8969         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8970         (plugin_init):
8971           Backport a bunch of typefinding fixes from the 0.8 branch.
8972           Also, improve wavpack typefinding: if we can't peek the
8973           entire wavpack block, try to parse the bits we can get and
8974           see if we find what we're looking for in those.
8975
8976 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8977
8978         * sys/ximage/ximagesink.c:
8979         (gst_ximagesink_calculate_pixel_aspect_ratio):
8980         * sys/xvimage/xvimagesink.c:
8981         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8982         more cases of pixel aspect ratio.
8983
8984 2006-01-26  Edward Hervey  <edward@fluendo.com>
8985
8986         * gst/playback/gstdecodebin.c: (pad_probe):
8987         Also consider the flush-start and tag events as unblockers
8988         for the pad probes.
8989
8990 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8991
8992         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8993         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8994         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8995         On the fly visualisation switch, works disabling, enabling as
8996         well but it won't be able to enable vis in a playbin that was
8997         created with no visualisation.
8998
8999 2006-01-25  Wim Taymans  <wim@fluendo.com>
9000
9001         * gst-libs/gst/audio/gstbaseaudiosink.c:
9002         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9003         Undo previous commit that returned WRONG_STATE sooner, it breaks 
9004         resume after pause.
9005
9006 2006-01-25  Wim Taymans  <wim@fluendo.com>
9007
9008         * gst-libs/gst/audio/gstbaseaudiosink.c:
9009         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
9010         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
9011         Improve debugging.
9012         Post error when caps cannot be parsed.
9013         Resync on discontinuity in the stream.
9014         Clip samples to segment boundaries.
9015         return WRONG_STATE sooner when we are flushing.
9016
9017         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9018         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9019         Make audiosrc operate in TIME.
9020         Set TIMESTAMP and DURATION on buffers.
9021
9022 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
9023
9024         * tests/examples/seek/seek.c: (main):
9025           Output tag messages as well.
9026
9027 2006-01-23  Edward Hervey  <edward@fluendo.com>
9028
9029         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9030         (free_pad_probes), (remove_fakesink), (pad_probe),
9031         (close_pad_link), (gst_decode_bin_change_state):
9032         Replace GstPadBlockCallback with pad probes that detect
9033         first buffer AND eos before removing fakesink.
9034         Fixes hang with demuxers doing EOS while pre-rolling.
9035         Solves #328279
9036
9037 2006-01-23  Andy Wingo  <wingo@pobox.com>
9038
9039         * ext/alsa/gstalsasink.c:
9040         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9041         (gst_base_rtp_depayload_setcaps),
9042         (gst_base_rtp_depayload_add_to_queue),
9043         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
9044         
9045         Patch by: Jens Granseuer <jensgr at gmx dot net>
9046
9047 2006-01-22  Julien MOUTTE  <julien@moutte.net>
9048
9049         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
9050         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9051         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
9052         frames. We might get a frame destroyed after changing state to
9053         NULL, adding a safety check on xcontext.
9054
9055 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
9056
9057         * gst-libs/gst/interfaces/xoverlay.c:
9058           Fix prepare-xwindow-id code example in the docs - we need to
9059           ignore all messages that aren't element messages as well.
9060           
9061 2006-01-21  Julien MOUTTE  <julien@moutte.net>
9062
9063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
9064           I think one day i'll completely undestand how caps negotiation
9065           is supposed to work. This refactoring handles buffer_alloc
9066           called with caps we can't handle. We definitely don't want a
9067           set_caps with those caps, so we define and allocate a buffer
9068           we would like to receive.
9069
9070 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9071
9072         * gst/playback/gstplaybasebin.c: (setup_source):
9073           Free iterator when done.
9074
9075 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
9076
9077         * gst-libs/gst/audio/gstbaseaudiosink.c:
9078         (gst_base_audio_sink_render):
9079           Fix playback of non-synchronised streams by assuming a rate
9080           of 1.0 instead of a random one.
9081
9082           Makes this work again:
9083
9084           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
9085           endianness=(int)4321, signed=(boolean)true, width=(int)16,
9086           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
9087           audioresample ! alsasink
9088
9089 === release 0.10.2 ===
9090
9091 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
9092
9093         * configure.ac:
9094           releasing 0.10.2, "Then the devil is six"
9095
9096 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9097
9098         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9099         * gst/playback/gststreamselector.c:
9100         (gst_stream_selector_set_property):
9101           Comment out broken code that connects to the state-changed signal.
9102           At this point, changing current stream selection is broken, but 
9103           stuff like gst-launch playbin current-audio=1 works and filters
9104           to the chosen stream.
9105
9106 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9107
9108         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9109           Fix #327216 (null dereference in vorbisdec)
9110
9111 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
9112
9113         * ext/theora/theoradec.c: (theora_handle_comment_packet):
9114           Post taglist actually on bus instead of just freeing it
9115           (fixes #327114 and totem bug #327080).
9116
9117         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
9118           Use gst_element_found_tags_for_pad(), so that the tags
9119           are sent downstream as an event as well.
9120
9121 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9122
9123         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9124         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9125         (gst_ximagesink_buffer_alloc):
9126         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9127         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
9128         (gst_xvimagesink_buffer_alloc):
9129           move all regularly occurring messages to GST_LOG level
9130           add some more object logs
9131
9132 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9133
9134         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
9135           fix a silly segfault
9136
9137 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
9138
9139         * docs/libs/gst-plugins-base-libs-docs.sgml:
9140         * docs/libs/gst-plugins-base-libs-sections.txt:
9141         * gst-libs/gst/audio/mixerutils.c:
9142         * gst-libs/gst/audio/mixerutils.h:
9143           Add docs for mixerutils stuff.
9144
9145 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
9146
9147         * gst/playback/gstplaybasebin.c: (setup_source):
9148           Fix playback for sources that emit raw audio or
9149           raw video streams (e.g.: cd audio sources) (#325984).
9150
9151 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9152
9153         * gst-libs/gst/audio/mixerutils.c:
9154         (gst_audio_mixer_filter_do_filter):
9155           actually save the element we create
9156
9157 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9158
9159         * gst-libs/gst/cdda/gstcddabasesrc.c:
9160         (gst_cdda_base_src_handle_track_seek):
9161           No need to post a tag message on the bus when seeking
9162           within the same track, only post it when the current
9163           track changes.
9164
9165 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9166
9167         * gst/playback/gstplaybasebin.c: (group_destroy),
9168         (probe_triggered), (new_decoded_pad), (mute_group_type),
9169         (set_active_source):
9170         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9171         * gst/playback/gststreamselector.c:
9172         (gst_stream_selector_base_init),
9173         (gst_stream_selector_set_property),
9174         (gst_stream_selector_request_new_pad):
9175           Reenable stream selection. These mechanisms need a complete overhaul
9176           in the face of 0.8->0.10 changes though.
9177
9178 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9179
9180         * ext/ogg/gstoggdemux.c:
9181           Change the pad template to src_%d to match the pads that 
9182           are created from it. decodebin needs this information in order
9183           to decide that oggdemux is capable of producing multiple pads
9184           (and hence needs queues inserted).
9185
9186         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9187         (gst_ogg_mux_collected):
9188           Make debug output more useful by using GST_PTR_FORMAT.
9189
9190 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9191
9192         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9193
9194         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9195           Set depth and width for alaw/mulaw (fixes #326601).
9196
9197 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9198
9199         * tests/icles/Makefile.am:
9200           don't build the tests if we don't have the libs
9201
9202 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9203
9204         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9205         (gst_cd_paranoia_paranoia_callback):
9206           Don't try to free NULL pointers.
9207
9208 2006-01-10  Edward Hervey  <edward@fluendo.com>
9209
9210         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9211         (gst_audio_rate_change_state), (plugin_init):
9212         Add debugging category.
9213         Fix type issues.
9214         Add case for incoming buffers without valid offset/offset_end.
9215
9216 2006-01-10  Michael Smith  <msmith@fluendo.com>
9217
9218         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9219           Don't leak GCond in audio sources.
9220
9221 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
9222
9223         * gst/playback/gstplaybin.c: (gen_audio_element):
9224           Don't leak an autoaudiosink/alsasink when we generate
9225           a new audio element. (old code, I guess)
9226
9227 2006-01-10  Michael Smith  <msmith@fluendo.com>
9228
9229         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9230           Support float audio in audiorate.
9231           Use width rather than depth for selecting sample width.
9232
9233 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9234
9235         * gst/videotestsrc/videotestsrc.h:
9236           Use GLib types here (that way we don't have to include the
9237           generated _stdint.h header, which makes life easier for win32
9238           folks that don't use autotools for the build) (#325990, patch
9239           by: Sergey Scobich).
9240
9241 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9242
9243         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9244         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9245         (gst_ring_buffer_pause), (wait_segment):
9246         * gst-libs/gst/audio/gstringbuffer.h:
9247           Name (private) union, makes Forte compiler happy (this time
9248           for real) (#324900).
9249
9250 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9251
9252         * gst-libs/gst/audio/Makefile.am:
9253           Link against libgstinterfaces, needed for mixer
9254           and property probe stuff.
9255
9256 2006-01-09  Edward Hervey  <edward@fluendo.com>
9257
9258         * gst-libs/gst/Makefile.am:
9259
9260 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9261
9262         * gst-libs/gst/audio/Makefile.am:
9263         * gst-libs/gst/audio/mixerutils.c:
9264         (gst_audio_mixer_filter_do_filter),
9265         (gst_audio_mixer_filter_check_element),
9266         (gst_audio_mixer_filter_probe_feature),
9267         (element_factory_rank_compare_func),
9268         (gst_audio_default_registry_mixer_filter):
9269         * gst-libs/gst/audio/mixerutils.h:
9270           Add gst_audio_default_registry_mixer_filter() utility
9271           function.
9272
9273 2006-01-03  Michael Smith  <msmith@fluendo.com>
9274
9275         * gst/audioresample/resample.h:
9276           As before, but for o_buf
9277
9278 2006-01-03  Michael Smith  <msmith@fluendo.com>
9279
9280         * gst/audioresample/resample.h:
9281           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9282           since we do arithmetic on it.
9283
9284 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9285
9286         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9287         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9288         (gst_ring_buffer_pause), (wait_segment):
9289         * gst-libs/gst/audio/gstringbuffer.h:
9290           Sun's Forte compiler doesn't seem to like anonymous structs,
9291           so use same setup as in GstBaseSrc (fixes #324900).
9292
9293 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9294
9295         * configure.ac:
9296         * gst/volume/Makefile.am:
9297         * gst/volume/demo.c:
9298           move old example to tests/examples/volume/volune.c
9299         * tests/examples/Makefile.am:
9300         * tests/examples/seek/seek.c: (main):
9301           change window-close event from "delete-event" to "destroy"
9302         * tests/examples/volume/Makefile.am:
9303         * tests/examples/volume/volume.c: (value_changed_callback),
9304         (setup_gui), (message_received), (eos_message_received), (main):
9305           fix event handling and bus usage
9306
9307 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9308
9309         * gst/audiotestsrc/gstaudiotestsrc.c:
9310         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9311         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9312         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9313         (gst_audio_test_src_create_square),
9314         (gst_audio_test_src_create_saw),
9315         (gst_audio_test_src_create_triangle),
9316         (gst_audio_test_src_create_silence),
9317         (gst_audio_test_src_create_white_noise),
9318         (gst_audio_test_src_create_pink_noise),
9319         (gst_audio_test_src_init_sine_table),
9320         (gst_audio_test_src_create_sine_table),
9321         (gst_audio_test_src_change_wave),
9322         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9323         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9324         * gst/audiotestsrc/gstaudiotestsrc.h:
9325           update to basesrc changes, implement segmented seeking and eos
9326           handling, add a 'sine-tab' waveform for performance critical playback
9327
9328 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9329
9330         * po/POTFILES.in:
9331           ... and this time the other modified file that I missed last time.
9332
9333 2005-12-29  Michael Smith  <msmith@fluendo.com>
9334
9335         * gst/playback/gstdecodebin.c: (new_pad):
9336           Fix non-C89 variable declaration not at the start of a block. Should
9337           help some compilers.
9338
9339 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9340
9341         * tests/check/Makefile.am:
9342           And now fix 'make distcheck' (builddir != srcdir)
9343
9344 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9345
9346         * configure.ac:
9347         * ext/cdparanoia/Makefile.am:
9348         * ext/cdparanoia/gstcdparanoia.c:
9349         * ext/cdparanoia/gstcdparanoia.h:
9350         * ext/cdparanoia/gstcdparanoiasrc.c:
9351         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9352         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9353         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9354         (gst_cd_paranoia_paranoia_callback),
9355         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9356         (gst_cd_paranoia_src_set_property),
9357         (gst_cd_paranoia_src_get_property), (plugin_init):
9358         * ext/cdparanoia/gstcdparanoiasrc.h:
9359           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9360           plugin again (there are still fixes required to playbin to make
9361           cdda:// uris work there).
9362
9363 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9364
9365         * tests/check/Makefile.am:
9366           Fix test case compilation.
9367
9368 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9369
9370         * gst-libs/gst/cdda/gstcddabasesrc.c:
9371         (gst_cdda_base_src_update_duration),
9372         (gst_cdda_base_src_calculate_cddb_id):
9373           An integer is not a string. Fix access to uninitialised variable.
9374
9375         * tests/check/Makefile.am:
9376           Add cddabasesrc unit test; also actually enable the vorbis test.
9377
9378         * tests/check/generic/states.c:
9379           Blacklist new cd audio elements as well.
9380
9381         * tests/check/libs/cddabasesrc.c:
9382           Unit test for GstCddaBaseSrc (discid calculation mostly).
9383
9384 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9385
9386         * docs/libs/Makefile.am:
9387         * docs/libs/gst-plugins-base-libs-docs.sgml:
9388         * docs/libs/gst-plugins-base-libs-sections.txt:
9389         * docs/libs/gst-plugins-base-libs.types:
9390           Add docs for libgstcdda/GstCddaBaseSrc.
9391
9392         * gst-libs/gst/interfaces/mixertrack.h:
9393           Do one struct member per line with a semicolon at the end, that way
9394           even gtk-doc might parse it without complaining.
9395
9396 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9397
9398         * configure.ac:
9399         * gst-libs/gst/Makefile.am:
9400         * gst-libs/gst/cdda/Makefile.am:
9401         * gst-libs/gst/cdda/base64.c:
9402         * gst-libs/gst/cdda/base64.h:
9403         * gst-libs/gst/cdda/gstcddabasesrc.c:
9404         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9405         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9406         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9407         (gst_cdda_base_src_get_property),
9408         (gst_cdda_base_src_get_track_from_sector),
9409         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9410         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9411         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9412         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9413         (gst_cdda_base_src_uri_get_protocols),
9414         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9415         (gst_cdda_base_src_uri_handler_init),
9416         (gst_cdda_base_src_setup_interfaces),
9417         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9418         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9419         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9420         (gst_cdda_base_src_add_tags),
9421         (gst_cdda_base_src_add_index_associations),
9422         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9423         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9424         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9425         (gst_cdda_base_src_create):
9426         * gst-libs/gst/cdda/gstcddabasesrc.h:
9427         * gst-libs/gst/cdda/sha1.c:
9428         * gst-libs/gst/cdda/sha1.h:
9429           Add new libgstcdda with GstCddaBaseSrc class.
9430
9431 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9432
9433         * ext/gnomevfs/gstgnomevfssink.h:
9434           Use GstBaseSinkClass as parent_class member for class struct, not
9435           GstBaseSink.
9436
9437 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9438
9439         Patch by: Michael Benes
9440
9441         * gst/videotestsrc/gstvideotestsrc.c:
9442         (gst_video_test_src_class_init), (gst_video_test_src_start):
9443           Add start method to reset running time and number of frames sent
9444           when starting up (fixes #324696)
9445
9446 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9447
9448         * docs/plugins/Makefile.am:
9449         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9450         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9451         * docs/plugins/gst-plugins-base-plugins.args:
9452         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9453         * docs/plugins/gst-plugins-base-plugins.signals:
9454           Add docs stuff for gnomevfssrc and gnomevfssink.
9455
9456         * ext/gnomevfs/gstgnomevfssrc.c:
9457           Fix example pipeline in gtk-doc blurb.
9458
9459 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9460
9461         * ext/gnomevfs/Makefile.am:
9462         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9463         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9464         (gst_gnome_vfs_handle_get_type), (plugin_init):
9465         * ext/gnomevfs/gstgnomevfs.h:
9466         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9467         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9468         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9469         (gst_gnome_vfs_sink_set_property),
9470         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9471         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9472         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9473         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9474         (gst_gnome_vfs_sink_uri_get_type),
9475         (gst_gnome_vfs_sink_uri_get_protocols),
9476         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9477         (gst_gnome_vfs_sink_uri_handler_init):
9478         * ext/gnomevfs/gstgnomevfssink.h:
9479           Port gnomevfssink; add gtk-doc blurb.
9480
9481         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9482         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9483         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9484         (gst_gnome_vfs_src_uri_get_type),
9485         (gst_gnome_vfs_src_uri_get_protocols),
9486         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9487         (gst_gnome_vfs_src_uri_handler_init),
9488         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9489         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9490         (gst_gnome_vfs_src_send_additional_headers_callback),
9491         (gst_gnome_vfs_src_received_headers_callback),
9492         (gst_gnome_vfs_src_push_callbacks),
9493         (gst_gnome_vfs_src_pop_callbacks),
9494         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9495         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9496         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9497         * ext/gnomevfs/gstgnomevfssrc.h:
9498           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9499           file; add gtk-doc blurb with example pipelines.
9500
9501 === release 0.10.1 ===
9502
9503 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9504
9505         * configure.ac:
9506           releasing 0.10.1, "Dobro Dedek"
9507
9508 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9509
9510         * gst/typefind/gsttypefindfunctions.c:
9511         iLBC30 and iLBC20 added to typefind.
9512
9513 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9514
9515         * gst-libs/gst/audio/gstbaseaudiosink.c:
9516         (gst_base_audio_sink_class_init):
9517         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9518         (gst_base_audio_src_class_init):
9519           update strings, values are in microseconds
9520           change the default sink buffer time to something that is smaller
9521           (to help software volume mixing have a slightly lower delay) but
9522           still be acceptable on Wim's laptop
9523
9524 2005-12-20  Edward Hervey  <edward@fluendo.com>
9525
9526         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9527         Made a quack, forgot to add DUCK to the riff video template.
9528
9529 2005-12-19  Edward Hervey  <edward@fluendo.com>
9530
9531         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9532         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9533         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9534         (gst_ogm_parse_chain):
9535         Make sure pads are initialized correctly.
9536         * gst-libs/gst/riff/riff-ids.h:
9537         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9538         (gst_riff_create_video_template_caps):
9539         Add a whole bunch of FOURCC <=> MimeType.
9540         Extend the riff video pad template to support the newly added fourcc.
9541
9542 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9543
9544         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9545         (gst_ogg_demux_activate_chain):
9546           Extra debug output when activating/deactivating chains.
9547
9548         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9549         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9550         (unlinked):
9551           Remove a queue from our list when it becomes unlinked.
9552           Don't add queues to elements in class 'Demux' if they
9553           can only produce one pad 
9554
9555 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9556
9557         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9558         (gst_video_sink_get_type): Add a debug category.
9559
9560 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9561
9562         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9563         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9564           Handle downstream newsegment by sending our own newsegment before the
9565           next buffer to be released. (#323900)
9566
9567 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9568
9569         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9570         (gst_base_rtp_depayload_set_gst_timestamp):
9571           add queue delay to new segment as well (as opposed to just the first
9572           buffer). (bug #322347)
9573
9574 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9575
9576         * ext/libvisual/visual.c: (make_valid_name):
9577           change some char* into char[]
9578         * gst/audiotestsrc/gstaudiotestsrc.c:
9579         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9580         (gst_audio_test_src_create):
9581         * gst/audiotestsrc/gstaudiotestsrc.h:
9582           prepare to handle EOS and SEGMENT_DONE
9583
9584 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9585
9586         * tests/check/generic/states.c: (GST_START_TEST):
9587           Blacklist cdparanoia element in state test.
9588
9589 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9590
9591           Patch by: Benjamin Pineau
9592
9593         * gst/tcp/gsttcp.c:
9594         * gst/tcp/gsttcpclientsink.c:
9595         * gst/tcp/gsttcpserversink.c:
9596         * gst/tcp/gsttcpserversrc.c:
9597           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9598
9599 2005-12-15  Michael Smith  <msmith@fluendo.com>
9600
9601         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9602         (gst_video_rate_chain):
9603           Fix timestamping for videorate when the first buffer it sees has a
9604           non-zero timestamp. Fix some misleading debug output.
9605
9606 2005-12-15  Michael Smith  <msmith@fluendo.com>
9607
9608         * gst/audioresample/gstaudioresample.c:
9609           Don't leak all input buffers to audioresample.
9610
9611 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9612
9613         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9614           Don't operate on empty text buffers. Strip newlines and
9615           tabs only from the end of the text, but leave them intact
9616           in the middle. Fix typo in gtk-doc description.
9617
9618 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9619
9620         * gst/playback/gstplaybasebin.c:
9621         * gst/playback/gstplaybin.c: (handoff):
9622           Make sure the video frame buffer we return to apps via the
9623           "frame" property always has caps set on it. Modify
9624           _gst_gvalue_set_object() macro to handle NULL objects
9625           gracefully too.
9626
9627 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9628
9629         * gst/audiotestsrc/gstaudiotestsrc.c:
9630         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9631         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9632         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9633         (gst_audio_test_src_create):
9634         * gst/audiotestsrc/gstaudiotestsrc.h:
9635         Adjust to some recent api changes and add wtays new cool seeking
9636         capabillities
9637
9638 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9639
9640         * ext/alsa/Makefile.am:
9641         * ext/alsa/gstalsadeviceprobe.c:
9642         * ext/alsa/gstalsadeviceprobe.h:
9643           Helper functions to add device probing via the GstPropertyProbe
9644           interface to a class.
9645
9646         * ext/alsa/gstalsamixer.h:
9647           Comment out GST_ALSA_MIXER, it returns a struct that's not
9648           used.
9649
9650         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9651           Add some debug info. 
9652
9653         * ext/alsa/gstalsamixerelement.c:
9654         (gst_alsa_mixer_element_interface_supported),
9655         (gst_implements_interface_init),
9656         (gst_alsa_mixer_element_init_interfaces),
9657         (gst_alsa_mixer_element_class_init),
9658         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9659         (gst_alsa_mixer_element_set_property),
9660         (gst_alsa_mixer_element_get_property),
9661         (gst_alsa_mixer_element_change_state):
9662         * ext/alsa/gstalsamixerelement.h:
9663           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9664           for device handling (gnome-volume-control will need that).
9665
9666 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9667
9668         * ext/Makefile.am: fix cdparanoia entry
9669         * gst-plugins-base.spec.in: add cdparanoia
9670
9671 2005-12-12  Michael Smith  <msmith@fluendo.com>
9672
9673         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9674           Use the correct function to free list of typefind factories.
9675
9676 2005-12-12  Wim Taymans  <wim@fluendo.com>
9677
9678         * gst/videotestsrc/gstvideotestsrc.c:
9679         (gst_video_test_src_class_init), (gst_video_test_src_init),
9680         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9681         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9682         (gst_video_test_src_create):
9683         * gst/videotestsrc/gstvideotestsrc.h:
9684         Implement seeking in videotestsrc.
9685         Small cleanups.
9686
9687 2005-12-12  Wim Taymans  <wim@fluendo.com>
9688
9689         * ext/cdparanoia/Makefile.am:
9690         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9691         (gst_paranoia_endian_get_type), (_do_init),
9692         (cdparanoia_class_init), (cdparanoia_init),
9693         (cdparanoia_set_property), (cdparanoia_get_property),
9694         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9695         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9696         (cdparanoia_convert), (cdparanoia_get_query_types),
9697         (cdparanoia_query), (cdparanoia_set_index),
9698         (cdparanoia_uri_set_uri):
9699         * ext/cdparanoia/gstcdparanoia.h:
9700         Partially ported cdparanoia now that basesrc can support a
9701         plugin like this..
9702
9703 2005-12-12  Wim Taymans  <wim@fluendo.com>
9704
9705         * tests/examples/seek/scrubby.c: (main):
9706         Set higher priority for bus events so they don't get reordered with
9707         gtk gui events.
9708
9709         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9710         (flush_toggle_cb), (main):
9711         Added checkbox to disable flushing seeks. 
9712         Disable scrubbing when doing non flushing seeks.
9713
9714 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9715
9716         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9717         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9718         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9719         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9720           Implement some sort of event handling that doesn't rely on
9721           g_return_if_fail; make sure we always push the last chunk of an 
9722           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9723           state change function; remove some old cruft. Seeking is still
9724           rather unlikely to work though.
9725
9726         * tools/.cvsignore:
9727           Ignore more.
9728
9729 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9730
9731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9732         Fixed a leak of the current image reference when cleaning up.
9733         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9734
9735 2005-12-09  Michael Smith  <msmith@fluendo.com>
9736
9737         * tools/Makefile.am:
9738         * tools/gst-launch-ext-m.m:
9739           Remove gst-launch-ext. It doesn't work, and is no longer
9740           particularly useful.
9741
9742 2005-12-08  Luca Ognibene  <luogni@tin.it>
9743
9744         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9745           don't pass random values to ogmparse convert function.
9746           Make seeking possible in the exile1.ogm file.
9747
9748 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9749
9750         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9751         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9752           Work around refcount problem with g_value_set_object() that occur
9753           if the core has been compiled against GLib-2.6 (g_value_set_object()
9754           will only g_object_ref() the element, but the caller will
9755           gst_object_unref() it and bad things will happen due to the way
9756           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9757           totem for people on FC4 using Thomas's 0.10 RPMs.
9758           
9759 2005-12-07  Edward Hervey  <edward@fluendo.com>
9760
9761         Time to welcome ogm to 0.10 :)
9762         
9763         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9764         (gst_ogg_pad_typefind):
9765         Oggdemux can now properly typefind elements with dynamic pads.
9766         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9767         Properly set caps on src pad, and set caps on outgoing buffers.
9768
9769 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9770
9771         * ext/alsa/gstalsamixer.h:
9772         * ext/alsa/gstalsamixerelement.h:
9773         * ext/alsa/gstalsamixeroptions.h:
9774         * ext/alsa/gstalsamixertrack.h:
9775         * ext/alsa/gstalsasink.c:
9776         * ext/alsa/gstalsasink.h:
9777         * ext/alsa/gstalsasrc.c:
9778         * ext/alsa/gstalsasrc.h:
9779         * ext/cdparanoia/gstcdparanoia.h:
9780         * ext/gnomevfs/gstgnomevfsuri.h:
9781         * ext/ogg/gstoggdemux.c:
9782         * ext/ogg/gstoggmux.c:
9783         * ext/pango/gsttextoverlay.h:
9784         * ext/theora/theoradec.c:
9785         * ext/theora/theoraenc.c:
9786         * ext/vorbis/vorbisdec.h:
9787         * ext/vorbis/vorbisenc.c:
9788         * ext/vorbis/vorbisenc.h:
9789         * ext/vorbis/vorbisparse.h:
9790         * gst-libs/gst/audio/gstaudioclock.h:
9791         * gst-libs/gst/audio/gstaudiosink.c:
9792         * gst-libs/gst/audio/gstaudiosink.h:
9793         * gst-libs/gst/audio/gstaudiosrc.c:
9794         * gst-libs/gst/audio/gstaudiosrc.h:
9795         * gst-libs/gst/audio/gstbaseaudiosink.c:
9796         * gst-libs/gst/audio/gstbaseaudiosink.h:
9797         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9798         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9799         * gst-libs/gst/audio/gstringbuffer.h:
9800         * gst-libs/gst/audio/multichannel.h:
9801         * gst-libs/gst/floatcast/floatcast.h:
9802         * gst-libs/gst/interfaces/colorbalance.c:
9803         * gst-libs/gst/interfaces/colorbalance.h:
9804         * gst-libs/gst/interfaces/colorbalancechannel.h:
9805         * gst-libs/gst/interfaces/mixer.h:
9806         * gst-libs/gst/interfaces/mixeroptions.h:
9807         * gst-libs/gst/interfaces/mixertrack.h:
9808         * gst-libs/gst/interfaces/navigation.h:
9809         * gst-libs/gst/interfaces/propertyprobe.h:
9810         * gst-libs/gst/interfaces/tuner.h:
9811         * gst-libs/gst/interfaces/tunerchannel.h:
9812         * gst-libs/gst/interfaces/tunernorm.h:
9813         * gst-libs/gst/interfaces/xoverlay.h:
9814         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9815         * gst-libs/gst/riff/riff-ids.h:
9816         * gst-libs/gst/riff/riff-media.h:
9817         * gst-libs/gst/riff/riff-read.h:
9818         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9819         * gst-libs/gst/rtp/gstbasertppayload.c:
9820         * gst-libs/gst/rtp/gstbasertppayload.h:
9821         * gst-libs/gst/rtp/gstrtpbuffer.c:
9822         * gst-libs/gst/rtp/gstrtpbuffer.h:
9823         * gst-libs/gst/tag/gsttageditingprivate.h:
9824         * gst-libs/gst/tag/gstvorbistag.c:
9825         (gst_tag_list_from_vorbiscomment_buffer):
9826         * gst-libs/gst/tag/tag.h:
9827         * gst-libs/gst/video/video.h:
9828         * gst/adder/gstadder.c:
9829         * gst/adder/gstadder.h:
9830         * gst/audioconvert/audioconvert.c:
9831         * gst/audioconvert/audioconvert.h:
9832         * gst/audioconvert/gstaudioconvert.c:
9833         * gst/audioconvert/gstchannelmix.c:
9834         * gst/audioconvert/gstchannelmix.h:
9835         * gst/audiorate/gstaudiorate.c:
9836         * gst/audioresample/buffer.h:
9837         * gst/audioresample/functable.h:
9838         * gst/audioresample/gstaudioresample.c:
9839         * gst/audioresample/resample.h:
9840         * gst/ffmpegcolorspace/avcodec.h:
9841         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9842         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9843         * gst/ffmpegcolorspace/imgconvert.c:
9844         * gst/ffmpegcolorspace/imgconvert_template.h:
9845         * gst/playback/gstdecodebin.c:
9846         * gst/playback/gstplaybasebin.h:
9847         * gst/playback/gstplaybin.c:
9848         * gst/playback/gststreaminfo.h:
9849         * gst/tcp/gstfdset.c:
9850         * gst/tcp/gstfdset.h:
9851         * gst/tcp/gstmultifdsink.c:
9852         * gst/tcp/gstmultifdsink.h:
9853         * gst/tcp/gsttcp.h:
9854         * gst/tcp/gsttcpclientsrc.c:
9855         * gst/tcp/gsttcpclientsrc.h:
9856         * gst/tcp/gsttcpplugin.h:
9857         * gst/tcp/gsttcpserversink.c:
9858         * gst/tcp/gsttcpserversrc.c:
9859         * gst/typefind/gsttypefindfunctions.c:
9860         * gst/videorate/gstvideorate.c:
9861         * gst/videotestsrc/gstvideotestsrc.h:
9862         * gst/videotestsrc/videotestsrc.h:
9863         * sys/v4l/gstv4lcolorbalance.h:
9864         * sys/v4l/gstv4ltuner.h:
9865         * sys/v4l/gstv4lxoverlay.h:
9866         * sys/v4l/v4l_calls.h:
9867         * sys/v4l/videodev_mjpeg.h:
9868         * tests/check/elements/audioconvert.c:
9869         * tests/check/elements/audioresample.c:
9870         * tests/check/elements/audiotestsrc.c:
9871         * tests/check/elements/videotestsrc.c:
9872         * tests/check/elements/volume.c:
9873         * tests/examples/seek/scrubby.c:
9874         * tests/examples/seek/seek.c:
9875           expand tabs
9876
9877 === release 0.10.0 ===
9878
9879 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9880
9881         * configure.ac:
9882           releasing 0.10.0, "Mont-d'or"
9883
9884 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9885
9886         * tests/examples/seek/Makefile.am:
9887         Build fix for when gtk is not available.
9888
9889 2005-12-05  Andy Wingo  <wingo@pobox.com>
9890
9891         * ext/libvisual/visual.c: (get_buffer):
9892         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9893         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9894         * ext/theora/theoradec.c: (theora_handle_data_packet):
9895         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9896         (theora_enc_chain):
9897         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9898         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9899         Update for alloc_buffer changes.
9900
9901 2005-12-05  Andy Wingo  <wingo@pobox.com>
9902
9903         patch by: Kai Vehmanen <kv2004 eca cx>
9904         
9905         * gst-libs/gst/rtp/gstbasertpdepayload.c
9906         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9907
9908 2005-12-04  Andy Wingo  <wingo@pobox.com>
9909
9910         patch by: Sebastien Cote <sebas642 yahoo ca>
9911         
9912         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9913         Fixes #319172.
9914
9915 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9916
9917         * docs/plugins/Makefile.am:
9918         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9919         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9920         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9921         * ext/pango/gstclockoverlay.c:
9922         * ext/pango/gsttextoverlay.c: 
9923         * ext/pango/gsttextrender.c:
9924         * ext/pango/gsttimeoverlay.c:
9925           Add gtk-doc blurbs to pango elements.
9926
9927 2005-12-02  Wim Taymans  <wim@fluendo.com>
9928
9929         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9930         * gst/audioresample/buffer.h:
9931         * gst/audioresample/gstaudioresample.c:
9932         * gst/audioresample/gstaudioresample.h:
9933         * gst/audioresample/resample.c: (resample_input_flush),
9934         (resample_input_pushthrough), (resample_input_eos),
9935         (resample_get_output_size_for_input),
9936         (resample_get_input_size_for_output), (resample_get_output_size),
9937         (resample_get_output_data):
9938         * gst/audioresample/resample.h:
9939         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9940         Fix audioresample, seek torture, new segments, reverse negotiation
9941         etc.. work fine.
9942
9943 2005-12-02  Wim Taymans  <wim@fluendo.com>
9944
9945         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9946         Small cleanups.
9947
9948 2005-12-02  Wim Taymans  <wim@fluendo.com>
9949
9950         * gst/audioconvert/gstaudioconvert.c:
9951         (gst_audio_convert_transform):
9952         Post errors.
9953
9954 === release 0.9.7 ===
9955
9956 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9957
9958         * configure.ac:
9959           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9960
9961 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9962
9963         * Makefile.am:
9964         * po/hu.po:
9965         * win32/MANIFEST:
9966         * win32/gst.sln:
9967           add win32 MANIFEST file
9968           do something to the hungarian translation
9969
9970 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9971
9972         * ext/Makefile.am:
9973           Add $(PANGO_DIR) to SUBDIRS
9974
9975         * ext/pango/gstclockoverlay.c:
9976         * ext/pango/gsttimeoverlay.c:
9977           Fix and improve element descriptions.
9978
9979 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9980
9981         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9982         * docs/plugins/inspect/plugin-libvisual.xml:
9983         * docs/plugins/inspect/plugin-pango.xml:
9984           add pango plugin to docs
9985
9986 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9987
9988         * configure.ac:
9989         * ext/Makefile.am:
9990           moved pango to base
9991
9992 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9993
9994         * configure.ac:
9995         * tests/Makefile.am:
9996         * tests/icles/.cvsignore:
9997         * tests/icles/Makefile.am:
9998         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9999         (close_display), (resize_window), (move_window), (create_window),
10000         (terminate_playback), (pause_playback), (start_playback), (main):
10001           add stress test for xoverlay from Julien
10002
10003 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10004
10005         * docs/libs/tmpl/gstcolorbalance.sgml:
10006         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10007         * gst-libs/gst/rtp/gstbasertppayload.c:
10008         * gst-libs/gst/rtp/gstrtpbuffer.c:
10009         * gst-libs/gst/rtp/gstrtpbuffer.h:
10010           Do burger's rename for rtp payloaders and depayloaders
10011
10012 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10013
10014         * win32/:
10015           add Visual Studio 6 build files
10016
10017 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10018
10019         * docs/libs/gst-plugins-base-libs-docs.sgml:
10020         * docs/libs/gst-plugins-base-libs-sections.txt:
10021         * docs/libs/tmpl/gstaudio.sgml:
10022         * docs/libs/tmpl/gstringbuffer.sgml:
10023         * gst-libs/gst/interfaces/xoverlay.c:
10024         * gst-libs/gst/video/gstvideofilter.c:
10025         * gst-libs/gst/video/gstvideosink.c:
10026           update documentation
10027
10028 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10029
10030         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
10031         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
10032         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
10033         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
10034         (gst_multi_fd_sink_get_stats),
10035         (gst_multi_fd_sink_remove_client_link),
10036         (gst_multi_fd_sink_handle_client_read),
10037         (gst_multi_fd_sink_client_queue_data),
10038         (gst_multi_fd_sink_client_queue_caps),
10039         (gst_multi_fd_sink_client_queue_buffer),
10040         (gst_multi_fd_sink_new_client),
10041         (gst_multi_fd_sink_handle_client_write),
10042         (gst_multi_fd_sink_recover_client),
10043         (gst_multi_fd_sink_queue_buffer),
10044         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
10045         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
10046         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
10047         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
10048         * gst/tcp/gstmultifdsink.h:
10049         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
10050         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
10051         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
10052         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
10053         (gst_tcp_client_sink_set_property),
10054         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
10055         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
10056         * gst/tcp/gsttcpclientsink.h:
10057         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
10058         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
10059         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
10060         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
10061         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
10062         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
10063         * gst/tcp/gsttcpclientsrc.h:
10064         * gst/tcp/gsttcpplugin.c: (plugin_init):
10065         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
10066         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
10067         (gst_tcp_server_sink_finalize),
10068         (gst_tcp_server_sink_handle_server_read),
10069         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
10070         (gst_tcp_server_sink_set_property),
10071         (gst_tcp_server_sink_get_property),
10072         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
10073         * gst/tcp/gsttcpserversink.h:
10074         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
10075         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
10076         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
10077         (gst_tcp_server_src_set_property),
10078         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
10079         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
10080         * gst/tcp/gsttcpserversrc.h:
10081           more borgifying
10082
10083 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10084
10085         * docs/plugins/Makefile.am:
10086         * docs/plugins/gst-plugins-base-plugins.args:
10087         * docs/plugins/inspect/plugin-libvisual.xml:
10088         * gst/audioconvert/plugin.h:
10089         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
10090         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
10091         (gst_audio_rate_setcaps), (gst_audio_rate_init),
10092         (gst_audio_rate_chain), (gst_audio_rate_set_property),
10093         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
10094         (plugin_init):
10095         * gst/audiotestsrc/gstaudiotestsrc.c:
10096         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
10097         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
10098         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
10099         (gst_audio_test_src_get_query_types),
10100         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
10101         (gst_audio_test_src_create_square),
10102         (gst_audio_test_src_create_saw),
10103         (gst_audio_test_src_create_triangle),
10104         (gst_audio_test_src_create_silence),
10105         (gst_audio_test_src_create_white_noise),
10106         (gst_audio_test_src_init_pink_noise),
10107         (gst_audio_test_src_generate_pink_noise_value),
10108         (gst_audio_test_src_create_pink_noise),
10109         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
10110         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
10111         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
10112         (plugin_init):
10113         * gst/audiotestsrc/gstaudiotestsrc.h:
10114         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
10115         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
10116         (gst_sub_parse_init), (gst_sub_parse_formats),
10117         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
10118         (convert_encoding), (get_next_line),
10119         (gst_sub_parse_data_format_autodetect),
10120         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
10121         (gst_sub_parse_loop), (gst_sub_parse_chain),
10122         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
10123         (plugin_init):
10124         * gst/subparse/gstsubparse.h:
10125         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
10126         (gst_video_rate_base_init), (gst_video_rate_class_init),
10127         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
10128         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
10129         (gst_video_rate_init), (gst_video_rate_event),
10130         (gst_video_rate_chain), (gst_video_rate_set_property),
10131         (gst_video_rate_get_property), (gst_video_rate_change_state),
10132         (plugin_init):
10133         * gst/videoscale/gstvideoscale.c:
10134         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
10135         (gst_video_scale_src_template_factory),
10136         (gst_video_scale_sink_template_factory),
10137         (gst_video_scale_get_type), (gst_video_scale_base_init),
10138         (gst_video_scale_class_init), (gst_video_scale_init),
10139         (gst_video_scale_set_property), (gst_video_scale_get_property),
10140         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
10141         (gst_video_scale_prepare_size), (parse_caps),
10142         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10143         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
10144         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
10145         (plugin_init):
10146         * gst/videoscale/gstvideoscale.h:
10147         * gst/videotestsrc/gstvideotestsrc.c:
10148         (gst_video_test_src_pattern_get_type),
10149         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
10150         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
10151         (gst_video_test_src_set_pattern),
10152         (gst_video_test_src_set_property),
10153         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10154         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10155         (gst_video_test_src_event), (gst_video_test_src_get_times),
10156         (gst_video_test_src_create), (plugin_init):
10157         * gst/videotestsrc/gstvideotestsrc.h:
10158         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10159         (gst_video_test_src_smpte), (gst_video_test_src_snow),
10160         (gst_video_test_src_black):
10161         * gst/videotestsrc/videotestsrc.h:
10162           borgify further
10163           clean up docs a little
10164
10165 2005-11-30  Wim Taymans  <wim@fluendo.com>
10166
10167         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10168         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10169         (gst_basertppayload_event), (gst_basertppayload_push),
10170         (gst_basertppayload_change_state):
10171         * gst-libs/gst/rtp/gstbasertppayload.h:
10172         closed #320644.
10173
10174 2005-11-30  Julien MOUTTE  <julien@moutte.net>
10175
10176         * docs/libs/gst-plugins-base-libs-docs.sgml:
10177         * docs/libs/gst-plugins-base-libs-sections.txt:
10178         * gst-libs/gst/video/gstvideofilter.c:
10179         * gst-libs/gst/video/gstvideosink.c:
10180         * gst-libs/gst/video/gstvideosink.h: Adding docs.
10181
10182 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10183
10184         * LICENSE:
10185           move
10186         * po/af.po:
10187         * po/az.po:
10188         * po/cs.po:
10189         * po/en_GB.po:
10190         * po/hu.po:
10191         * po/it.po:
10192         * po/nb.po:
10193         * po/nl.po:
10194         * po/or.po:
10195         * po/sq.po:
10196         * po/sr.po:
10197         * po/sv.po:
10198         * po/uk.po:
10199         * po/vi.po:
10200         * Makefile.am:
10201           update
10202         * scripts/autoplugins.sh:
10203           remove
10204
10205 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10206
10207         * Makefile.am:
10208         * configure.ac:
10209         * examples/Makefile.am:
10210         * examples/capsfilter/Makefile.am:
10211         * examples/capsfilter/capsfilter1.c:
10212         * examples/gob/Makefile.am:
10213         * examples/gob/gst-identity2.gob:
10214         * examples/indexing/.cvsignore:
10215         * examples/indexing/Makefile.am:
10216         * examples/indexing/indexmpeg.c:
10217         * examples/seeking/.cvsignore:
10218         * examples/seeking/Makefile.am:
10219         * examples/seeking/cdparanoia.c:
10220         * examples/seeking/cdplayer.c:
10221         * examples/seeking/chained.c:
10222         * examples/seeking/scrubby.c:
10223         * examples/seeking/seek.c:
10224         * examples/stats/Makefile.am:
10225         * examples/stats/mp2ogg.c:
10226         * examples/switch/.cvsignore:
10227         * examples/switch/Makefile.am:
10228         * examples/switch/switcher.c:
10229         * tests/Makefile.am:
10230         * tests/check/generic/.cvsignore:
10231         * tests/check/pipelines/.cvsignore:
10232         * tests/examples/Makefile.am:
10233         * tests/examples/seek/Makefile.am:
10234           reorganize stuff under tests/
10235
10236 2005-11-30  Edward Hervey  <edward@fluendo.com>
10237
10238         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10239         Go away you stupid GstStaticPadTemplate memleak.
10240
10241 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10242
10243         * gst-libs/gst/net/Makefile.am:
10244         * gst-libs/gst/net/README:
10245         * gst-libs/gst/net/gstnetbuffer.c:
10246         * gst-libs/gst/net/gstnetbuffer.h:
10247           this was moved to "netbuffer"
10248
10249 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10250
10251         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10252         (gst_video_filter_class_init), (gst_video_filter_init):
10253         * gst-libs/gst/video/gstvideofilter.h:
10254           borgify name to bring in line with other classes
10255
10256 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10257
10258         * gst/audioscale/.cvsignore:
10259         * gst/audioscale/Makefile.am:
10260         * gst/audioscale/README:
10261         * gst/audioscale/audioscale.vcproj:
10262         * gst/audioscale/dtof.c:
10263         * gst/audioscale/dtos.c:
10264         * gst/audioscale/functable.c:
10265         * gst/audioscale/gstaudioscale.c:
10266         * gst/audioscale/gstaudioscale.h:
10267         * gst/audioscale/private.h:
10268         * gst/audioscale/resample.c:
10269         * gst/audioscale/resample.h:
10270         * gst/audioscale/test.c:
10271           remove
10272
10273 2005-11-30  Edward Hervey  <edward@fluendo.com>
10274
10275         * gst-libs/gst/netbuffer/Makefile.am:
10276         really, really tired
10277
10278 2005-11-30  Edward Hervey  <edward@fluendo.com>
10279
10280         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10281         Update for new GstTypeFindFactory _register()
10282
10283 2005-11-30  Edward Hervey  <edward@fluendo.com>
10284
10285         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10286         Let's not override libgstnet from core for no reason...
10287         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10288         Ok, maybe not so quick next time.
10289
10290 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10291
10292         * configure.ac:
10293         * gst-libs/gst/Makefile.am:
10294           moved gst-libs/gst/net to netbuffer through CVS surgery
10295           remove old directory
10296           updating build to accomodate
10297           (#322257)
10298
10299 2005-11-29  Andy Wingo  <wingo@pobox.com>
10300
10301         * pkgconfig/gstreamer-plugins-base.pc.in:
10302         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10303         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10304         (#322257).
10305
10306 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10307
10308         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10309         3rd time's the charm. Correct ref-counting for discarded buffers.
10310
10311 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10312
10313         * gst/playback/gststreamselector.c:
10314         (gst_stream_selector_class_init),
10315         (gst_stream_selector_set_property),
10316         (gst_stream_selector_get_property),
10317         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10318         Fix ref-counting
10319
10320 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10321
10322         * gst/subparse/gstsubparse.c: (feed_textbuf):
10323           Don't access already unref'ed buffer.
10324
10325 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10326
10327         * gst/playback/gststreamselector.c:
10328         (gst_stream_selector_class_init), (gst_stream_selector_init),
10329         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10330         (gst_stream_selector_get_property),
10331         (gst_stream_selector_get_linked_pad),
10332         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10333         * gst/playback/gststreamselector.h:
10334         Add the active-pad property for playbin to use shortly. Ignore buffers
10335         from any other pad, returning GST_FLOW_NOT_LINKED
10336
10337 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10338
10339         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10340         patch from bug #322704 (Alessandro Decina).
10341
10342 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10343
10344         * gst-libs/gst/audio/Makefile.am:
10345           folded audiofilter into the audio library
10346
10347 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10348
10349         * gst/videoscale/gstvideoscale.h:
10350         * gst/videoscale/gstvideoscale.c:
10351           remove unimplemented scale methods
10352
10353 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10354
10355         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10356           Don't leak caps.
10357
10358 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10359
10360         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10361         (gst_ximagesink_setcaps):
10362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10363         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10364         happens (only visible on ximagesink but bug is in xv too) set_caps was
10365         destroying the internal x[v]image used to memcpy non locally alloced
10366         buffers so that it got renewed on next _chain. The issue is that 
10367         _expose will try to put that image as it reffed it in _put.
10368         Using gst_buffer_unref instead of destroy fixes it !
10369
10370 2005-11-28  Edward Hervey  <edward@fluendo.com>
10371
10372         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10373         (try_to_link_1), (queue_filled_cb):
10374         Better use of the queues. Start with a small size queue and only increase
10375         the size of the queues when the other queues are empty.
10376
10377 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10378
10379         * gst-libs/gst/video/Makefile.am:
10380           compile in copied-over videofilter into the video library
10381         * gst-libs/gst/video/videosink.h:
10382           rename the header to gstvideosink.h since it's a base GstObject class
10383         * sys/ximage/ximagesink.h:
10384         * sys/xvimage/xvimagesink.h:
10385           use the new header
10386
10387 2005-11-28  Wim Taymans  <wim@fluendo.com>
10388
10389         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10390         * gst/playback/gstplaybasebin.h:
10391         Prepare to handle errors betters.
10392
10393         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10394         Set sinks to PAUSED first before adding and linking them so that
10395         we don't interrupt dataflow.
10396
10397 2005-11-28  Wim Taymans  <wim@fluendo.com>
10398
10399         * gst-libs/gst/audio/TODO:
10400         Updated TODO
10401
10402         * gst-libs/gst/audio/gstaudiosink.c:
10403         (gst_audioringbuffer_open_device),
10404         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10405         (gst_audioringbuffer_release):
10406         Small cleanups.
10407
10408         * gst-libs/gst/audio/gstbaseaudiosink.c:
10409         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10410         (gst_base_audio_sink_change_state):
10411         Slave to the master clock when going to PLAYING and unslave when
10412         going to PAUSED.
10413
10414         * gst-libs/gst/audio/gstringbuffer.c:
10415         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10416         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10417         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10418         (gst_ring_buffer_clear_all), (wait_segment),
10419         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10420         (gst_ring_buffer_advance):
10421         * gst-libs/gst/audio/gstringbuffer.h:
10422         Add some docs and cleanups.
10423
10424 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10425
10426         * sys/xvimage/xvimagesink.c:
10427         (gst_xvimagesink_navigation_send_event): Fix navigation events
10428         coordinates translation with pixel aspect ratios.
10429
10430 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10431
10432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10433         Use calculated video geometry from _setcaps instead of buffer
10434         caps to respect pixel aspect ratio. (fixes #322388)
10435
10436 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10437
10438         * docs/libs/tmpl/gstcolorbalance.sgml:
10439         * docs/libs/tmpl/gstmixer.sgml:
10440         * docs/libs/tmpl/gstxoverlay.sgml:
10441         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10442         interface.
10443
10444 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10445
10446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10447         Refuse to create an XvImage if we can't find the format.
10448
10449 2005-11-28  Edward Hervey  <edward@fluendo.com>
10450
10451         * gst-libs/gst/riff/riff-media.c:
10452         (gst_riff_create_audio_template_caps):
10453         Add ATRAC3 to the list of riff-possible audio caps.
10454         I know we still don't have a plugin for atrac3, but it's saner to output
10455         that than a cryptic mimetype.
10456
10457 2005-11-27  Edward Hervey  <edward@fluendo.com>
10458
10459         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10460         Don't try to create a zero-sized subbuffer.
10461
10462 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10463
10464         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10465         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10466         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10467         (gst_ximagesink_expose): Fixed a tricky race.
10468         * sys/ximage/ximagesink.h:
10469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10470         (gst_xvimagesink_expose): Fixed a tricky race.
10471         * sys/xvimage/xvimagesink.h:
10472
10473 2005-11-27  Edward Hervey  <edward@fluendo.com>
10474
10475         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10476         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10477         Remove unused properties, and add queues between demuxers and decoders
10478         so that a lot more files can preroll properly.
10479
10480 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10481
10482         * gst-libs/gst/net/Makefile.am:
10483         * gst-libs/gst/rtp/Makefile.am:
10484         * gst-libs/gst/tag/Makefile.am:
10485           remove silly include
10486         * gst/tags/Makefile.am:
10487         * gst/tags/gsttagediting.c:
10488         * gst/tags/gsttageditingprivate.h:
10489         * gst/tags/tagedit.vcproj:
10490           remove directory, is as good as empty
10491
10492 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10493
10494         * configure.ac:
10495           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10496         * gst-libs/Makefile.am:
10497         * gst-libs/gst/audio/Makefile.am:
10498         * gst-libs/gst/interfaces/Makefile.am:
10499         * gst-libs/gst/net/Makefile.am:
10500         * gst-libs/gst/riff/Makefile.am:
10501         * gst-libs/gst/rtp/Makefile.am:
10502         * gst-libs/gst/tag/Makefile.am:
10503         * gst-libs/gst/video/Makefile.am:
10504           and use them
10505
10506 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10507
10508         * docs/libs/tmpl/gstcolorbalance.sgml:
10509         * docs/libs/tmpl/gstmixer.sgml:
10510         * docs/libs/tmpl/gstxoverlay.sgml:
10511         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10512         * sys/ximage/ximagesink.h:
10513         * sys/xvimage/xvimagesink.h: More and more documentation.
10514
10515 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10516
10517         * docs/libs/gst-plugins-base-libs-docs.sgml:
10518         * docs/libs/gst-plugins-base-libs-sections.txt:
10519         * docs/libs/tmpl/gstcolorbalance.sgml:
10520         * docs/libs/tmpl/gstmixer.sgml:
10521         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10522         to documentation.
10523
10524 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10525
10526         * docs/plugins/Makefile.am:
10527         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10528         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10529         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10530
10531 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10532
10533         * docs/plugins/Makefile.am:
10534         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10535         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10536         * docs/plugins/inspect/plugin-adder.xml:
10537         * docs/plugins/inspect/plugin-alsa.xml:
10538         * docs/plugins/inspect/plugin-audioconvert.xml:
10539         * docs/plugins/inspect/plugin-audiorate.xml:
10540         * docs/plugins/inspect/plugin-audioresample.xml:
10541         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10542         * docs/plugins/inspect/plugin-decodebin.xml:
10543         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10544         * docs/plugins/inspect/plugin-gnomevfs.xml:
10545         * docs/plugins/inspect/plugin-ogg.xml:
10546         * docs/plugins/inspect/plugin-playbin.xml:
10547         * docs/plugins/inspect/plugin-subparse.xml:
10548         * docs/plugins/inspect/plugin-tcp.xml:
10549         * docs/plugins/inspect/plugin-theora.xml:
10550         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10551         * docs/plugins/inspect/plugin-video4linux.xml:
10552         * docs/plugins/inspect/plugin-videorate.xml:
10553         * docs/plugins/inspect/plugin-videoscale.xml:
10554         * docs/plugins/inspect/plugin-videotestsrc.xml:
10555         * docs/plugins/inspect/plugin-volume.xml:
10556         * docs/plugins/inspect/plugin-vorbis.xml:
10557         * docs/plugins/inspect/plugin-ximagesink.xml:
10558         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10559         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10560
10561 2005-11-26  Edward Hervey  <edward@fluendo.com>
10562
10563         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10564         Properly return GstFlowReturn from gst_pad_push in chain functions.
10565
10566 2005-11-25  Michael Smith  <msmith@fluendo.com>
10567
10568         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10569         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10570         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10571         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10572           Handle various conditions better when we don't understand a stream.
10573           Removes a heap of CRITICALs on ogg streams containing unknown data.
10574
10575 2005-11-24  Andy Wingo  <wingo@pobox.com>
10576
10577         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10578         Be threadsafe.
10579
10580 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10581
10582         * configure.ac: back to HEAD
10583
10584 === release 0.9.6 ===
10585
10586 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10587
10588         * configure.ac:
10589           releasing 0.9.6, "White Eight"
10590
10591 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10592
10593         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10594         * docs/plugins/inspect/plugin-sine.xml:
10595           remove sinesrc some more
10596
10597 2005-11-23  Wim Taymans  <wim@fluendo.com>
10598
10599         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10600         If we are reading too slowly, jump forward in the ringbuffer
10601         instead of blocking.
10602
10603 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10604
10605         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10606         (gst_visual_chain):
10607         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10608         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10609         (gst_videorate_chain):
10610         * gst/videotestsrc/gstvideotestsrc.c:
10611         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10612         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10613         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10614         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10615         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10616         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10617           Updates for API changes
10618
10619 2005-11-23  Wim Taymans  <wim@fluendo.com>
10620
10621         * gst-libs/gst/audio/gstbaseaudiosink.c:
10622         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10623         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10624         Fix for calibration API change.
10625
10626 2005-11-23  Michael Smith <msmith@fluendo.com>
10627
10628         * gst-libs/gst/audio/multichannel.c:
10629         (gst_audio_get_channel_positions),
10630         (gst_audio_set_channel_positions),
10631         (gst_audio_set_structure_channel_positions_list),
10632         (gst_audio_fixate_channel_positions):
10633           Use gst_value_array_*() functions on value arrays, not
10634           gst_value_list_*().
10635
10636 2005-11-23  Edward Hervey  <edward@fluendo.com>
10637
10638         * autogen.sh:
10639         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10640         Fixes autogen
10641
10642 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10643
10644         * check/Makefile.am:
10645         * check/elements/videotestsrc.c: (setup_videotestsrc),
10646         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10647         (main):
10648           add a test for videotestsrc
10649
10650 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10651
10652         * gst/sine/.cvsignore:
10653         * gst/sine/Makefile.am:
10654         * gst/sine/gstsinesrc.c:
10655         * gst/sine/gstsinesrc.h:
10656         * gst/sine/sinesrc.vcproj:
10657           and remove sinesrc from the repository.  Closes #321446
10658
10659 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10660
10661         * configure.ac:
10662         * gst-plugins-base.spec.in:
10663           remove sinesrc from the build
10664
10665 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10666
10667         * check/Makefile.am:
10668         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10669         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10670         (main):
10671           add a test for audiotestsrc, testing all waves.  Even seems
10672           leak-free at first glance, nice job Stefan
10673
10674 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10675
10676         * po/af.po:
10677         * po/az.po:
10678         * po/cs.po:
10679         * po/en_GB.po:
10680         * po/hu.po:
10681         * po/it.po:
10682         * po/nb.po:
10683         * po/nl.po:
10684         * po/or.po:
10685         * po/sq.po:
10686         * po/sr.po:
10687         * po/sv.po:
10688         * po/uk.po:
10689         * po/vi.po:
10690           Translation string updates
10691
10692         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10693         (gst_v4lsrc_set_caps):
10694         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10695         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10696         * sys/v4l/v4lsrc_calls.h:
10697           Improve v4lsrc, by making it work again.
10698
10699 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10700
10701         * ext/libvisual/visual.c: (gst_visual_chain):
10702           Fix the fps calculations.
10703
10704         * gst/ffmpegcolorspace/avcodec.h:
10705           Move structure element for clarity
10706
10707         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10708         * gst-libs/gst/interfaces/tunernorm.h:
10709         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10710         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10711         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10712         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10713         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10714         (gst_v4lmjpegsrc_getcaps):
10715         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10716         (gst_v4lsrc_set_caps):
10717         * sys/v4l/gstv4lsrc.h:
10718         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10719         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10720         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10721         * sys/v4l/v4lsrc_calls.h:
10722           Fractional framerates...
10723
10724 2005-11-22  Wim Taymans  <wim@fluendo.com>
10725
10726         * gst-libs/gst/audio/gstbaseaudiosink.c:
10727         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10728         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10729         And we provide a clock by default, of course...
10730
10731 2005-11-22  Wim Taymans  <wim@fluendo.com>
10732
10733         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10734         This clock can be slaved to a master clock now.
10735
10736         * gst-libs/gst/audio/gstbaseaudiosink.c:
10737         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10738         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10739         (gst_base_audio_sink_set_clock),
10740         (gst_base_audio_sink_set_property),
10741         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10742         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10743         * gst-libs/gst/audio/gstbaseaudiosink.h:
10744         Handle slaving the internal clock to the clock selected in the
10745         pipeline.
10746         Add property to make the basesink not provide a clock.
10747
10748         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10749         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10750         (gst_base_rtp_depayload_wait):
10751         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10752         We can use the clock in GstElement, no need to store it ourselves.
10753
10754 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10755
10756         * docs/libs/tmpl/gstaudio.sgml:
10757           update
10758         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10759         (gst_paranoia_endian_get_type):
10760         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10761         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10762         * gst/audiotestsrc/gstaudiotestsrc.c:
10763         (gst_audiostestsrc_wave_get_type):
10764         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10765         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10766         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10767         (gst_sync_method_get_type), (gst_unit_type_get_type),
10768         (gst_client_status_get_type), (gst_multifdsink_class_init),
10769         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10770         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10771         (gst_multifdsink_get_property):
10772         * gst/tcp/gstmultifdsink.h:
10773         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10774         * gst/videotestsrc/gstvideotestsrc.c:
10775         (gst_videotestsrc_pattern_get_type):
10776           remove deprecated properties
10777           fix up enums to correctly have short lowercase dashed nicks
10778
10779 2005-11-22  Michael Smith <msmith@fluendo.com>
10780
10781         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10782         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10783           Add underscore.
10784
10785 2005-11-22  Michael Smith <msmith@fluendo.com>
10786
10787         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10788         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10789           Use utility method for scaling clocktime for fractional framerates.
10790
10791 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10792
10793         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10794         (gst_visual_chain):
10795         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10796         * ext/theora/theoradec.c: (theora_handle_type_packet):
10797         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10798         (theora_enc_chain):
10799         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10800         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10801         * gst-libs/gst/video/video.h:
10802         * gst/ffmpegcolorspace/avcodec.h:
10803         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10804         (gst_ffmpeg_caps_to_pixfmt):
10805         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10806         (gst_ffmpegcsp_set_caps):
10807         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10808         (gst_videorate_setcaps), (gst_videorate_blank_data),
10809         (gst_videorate_chain):
10810         * gst/videotestsrc/gstvideotestsrc.c:
10811         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10812         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10813         (gst_videotestsrc_event), (gst_videotestsrc_create):
10814         * gst/videotestsrc/gstvideotestsrc.h:
10815         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10816         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10817         (gst_ximagesink_get_times), (gst_ximagesink_init):
10818         * sys/ximage/ximagesink.h:
10819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10820         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10821         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10822         * sys/xvimage/xvimagesink.h:
10823           Convert elements to use fractions for their framerate.
10824           V4L elements to come later tonight.
10825
10826 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10827
10828         * gst-libs/gst/audio/audio.c:
10829         * gst-libs/gst/audio/audio.h:
10830           remove some deprecated functions
10831
10832 2005-11-22  Andy Wingo  <wingo@pobox.com>
10833
10834         * Update for gst_tag_setter API changes.
10835
10836 2005-11-22  Andy Wingo  <wingo@pobox.com>
10837
10838         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10839         (gst_ogg_demux_perform_seek):
10840         * ext/theora/theoradec.c (theora_dec_sink_event):
10841         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10842         update-funcnames.
10843
10844 2005-11-22  Wim Taymans  <wim@fluendo.com>
10845
10846         * examples/seeking/seek.c: (main):
10847         Give higher priority to bus signals than the gtk events
10848         to fix a race condition in the segment looping.
10849
10850 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10851
10852         * ext/theora/Makefile.am:
10853         * ext/vorbis/Makefile.am:
10854         * gst-libs/gst/tag/Makefile.am:
10855         * gst-plugins-base.spec.in:
10856           Rename libgsttagedit to libgsttag (#322117).
10857
10858 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10859
10860         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10862           Call gst_x_overlay_prepare_xwindow_id() to give applications
10863           a final chance to set their own xwindow id before the video
10864           sink creates its own window.
10865
10866 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10867
10868         * sys/xvimage/xvimagesink.c:
10869         (gst_xvimagesink_navigation_send_event): Handle navigation
10870         events correcly with borders if applicable.
10871
10872 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10873
10874         Patch by: Luca Ognibene
10875
10876         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10877         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10878         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10879         (gst_ffmpegcsp_caps_remove_format_info):
10880         * gst/ffmpegcolorspace/imgconvert.c:
10881         * gst/ffmpegcolorspace/imgconvert_template.h:
10882           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10883           #318353); use gst_structure_has_name().
10884
10885 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10886
10887         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10888         (gst_ximagesink_class_init): Add debug macros on functions.
10889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10890         (gst_xvimagesink_xwindow_draw_borders),
10891         (gst_xvimagesink_xvimage_put),
10892         (gst_xvimagesink_xwindow_update_geometry),
10893         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10894         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10895         (gst_xvimagesink_xcontext_clear),
10896         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10897         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10898         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10899         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10900         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10901         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10902         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10903         expose while being PAUSED, out of data flow navigation events, etc..
10904
10905 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10906
10907         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10908         * gst-libs/gst/audio/audio.h:
10909           fix prototype - wondering why the test worked regardless
10910
10911 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10912
10913         * check/Makefile.am:
10914         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10915         * gst-libs/gst/audio/audio.h:
10916           add a method that returns a proper GstClockTime
10917
10918 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10919
10920         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10921         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10922         * gst-libs/gst/interfaces/xoverlay.h:
10923           Remove everything having to do with the desired size; add 
10924           gst_x_overlay_prepare_xwindow_id() function; remove the
10925           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10926           post a message on the bus instead (#321816).
10927
10928         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10930         (gst_xvimagesink_xoverlay_init):
10931           Remove desired size stuff (#321816).
10932
10933 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10934
10935         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10936         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10937         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10938           Terminate vararg functions with NULL instead of 0 to 
10939           make gcc4 happy.
10940
10941 2005-11-21  Andy Wingo  <wingo@pobox.com>
10942
10943         patch by: Sebastien Cote <sebas642@yahoo.ca>
10944         
10945         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10946         * gst-libs/gst/rtp/gstrtpbuffer.c
10947         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10948
10949 2005-11-21  Andy Wingo  <wingo@pobox.com>
10950
10951         * gst/playback/gstplaybin.c (gen_audio_element) 
10952         (gen_video_element): Use the new MISSING_PLUGIN core error
10953         category. Closes #320060.
10954
10955         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10956         * gst/videorate/gstvideorate.c (gst_videorate_event):
10957         * ext/theora/theoradec.c (theora_dec_sink_event): 
10958         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10959         stream lock.
10960
10961         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10962         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10963         stream lock changes.
10964
10965 2005-11-21  Wim Taymans  <wim@fluendo.com>
10966
10967         * gst-libs/gst/audio/gstbaseaudiosink.c:
10968         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10969         (gst_base_audio_sink_provide_clock),
10970         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10971         (gst_base_audio_sink_change_state):
10972         * gst/audioresample/gstaudioresample.c:
10973         Segment update fix.
10974
10975 2005-11-21  Andy Wingo  <wingo@pobox.com>
10976
10977         * *.h:
10978         * *.c: Ran scripts/update-macros. Oh yes.
10979
10980 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10981
10982         * sys/ximage/Makefile.am:
10983         * sys/ximage/ximage.c:
10984           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10985           remove your old libgstximage.* manually if necessary).
10986
10987 2005-11-21  Michael Smith <msmith@fluendo.com>
10988
10989         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10990           Minimal fix for bug #320200: set the min/max bitrate in the correct
10991           units. A better fix would be to upgrade to the RATEMANAGE2
10992           interface, rather than using the deprecated interface used here, but
10993           that would require an update in our libvorbis dependency (to 1.1),
10994           which is probably undesirable.
10995
10996 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10997
10998         * ext/libvisual/visual.c: (get_buffer):
10999         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11000         (gst_base_audio_src_fixate):
11001         * gst/audioconvert/gstaudioconvert.c:
11002         (gst_audio_convert_fixate_caps):
11003         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
11004         * gst/audiotestsrc/gstaudiotestsrc.c:
11005         (gst_audiotestsrc_src_fixate):
11006         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11007         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
11008         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
11009         * gst/videotestsrc/gstvideotestsrc.c:
11010         (gst_videotestsrc_src_fixate):
11011         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11013           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
11014           (#322027)
11015
11016
11017 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11018
11019         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11020         (gst_riff_create_iavs_caps):
11021         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
11022         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11023         (gst_riff_parse_info):
11024         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
11025         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
11026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
11027           Fixes for GST_FOURCC_FORMAT API change.
11028
11029 2005-11-21  Andy Wingo  <wingo@pobox.com>
11030
11031         patch by: Alessandro Dessina <alessandro nnva org>
11032
11033         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
11034         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
11035         (gst_ogg_parse_chain):
11036         * ext/theora/theoraenc.c (theora_set_header_on_caps):
11037         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
11038         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
11039         gst_value_list calls on arrays. Fixes #321962.
11040
11041 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11042
11043         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11044         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
11045         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11046         * gst/adder/gstadder.c: (gst_adder_init),
11047         (gst_adder_request_new_pad), (gst_adder_collected),
11048         (gst_adder_change_state):
11049           Update for gst_collectpads_foo() to gst_collect_pads_foo()
11050           API change.
11051
11052 2005-11-21  Michael Smith <msmith@fluendo.com>
11053
11054         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11055         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
11056           Properly handle pad_push return values.
11057
11058 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
11059
11060         * gst-libs/gst/tag/Makefile.am:
11061         * gst-libs/gst/tag/gstvorbistag.c:
11062         (gst_tag_list_to_vorbiscomment_buffer):
11063           Remove obsolete vorbistag element and debug category.
11064
11065         * gst/playback/gstplaybasebin.c: (check_queue):
11066           Don't divide by 0 when queue-threshold is 0.
11067
11068         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
11069           Don't modify an existing pixel-aspect-ratio if we fail to read
11070           a new one.
11071
11072 2005-11-20  Wim Taymans  <wim@fluendo.com>
11073
11074         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
11075         (gst_vorbisenc_push_packet):
11076         GST_PAD_IS_USABLE is gone, use the return value of
11077         the push or pad_alloc_buffer instead.
11078
11079 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11080
11081         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11082         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
11083         (gst_ximagesink_ximage_destroy),
11084         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
11085         (gst_ximagesink_xwindow_new),
11086         (gst_ximagesink_xwindow_update_geometry),
11087         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
11088         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
11089         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
11090         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
11091         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
11092         (gst_ximagesink_navigation_send_event),
11093         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
11094         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11095         (gst_ximagesink_finalize), (gst_ximagesink_init),
11096         (gst_ximagesink_class_init):
11097         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
11098         This new version brings correct software scaling, non flickering
11099         window while resizing, pixel aspect ratio handling, usage of
11100         hardware buffer pools, out of data flow event thread for 
11101         navigation and handling of expose events even when being PAUSED,
11102         a new property to keep video aspect ratio when resizing, etc...
11103
11104 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11105
11106         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11107         (gst_videoscale_fixate_caps): Introduce back caps fixate with
11108         handling of PAR.
11109
11110 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
11111
11112         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
11113         Unsetting IS_SINK flag from the fakesink, so decodebin
11114         never behaves as a sink.
11115
11116 2005-11-17  Wim Taymans  <wim@fluendo.com>
11117
11118         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11119         (gst_base_audio_src_change_state):
11120         Fix the audiosrc base class again, we did not unflush.
11121
11122 2005-11-17  Julien MOUTTE  <julien@moutte.net>
11123
11124         * examples/seeking/seek.c: (make_dv_pipeline),
11125         (make_vorbis_theora_pipeline), (make_avi_pipeline),
11126         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
11127         to ogg/vorbis/theora pipeline.
11128
11129 2005-11-17  Wim Taymans  <wim@fluendo.com>
11130
11131         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11132         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11133         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11134         Fix EOS on multiple streams.
11135         More debugging.
11136
11137 2005-11-16  Wim Taymans  <wim@fluendo.com>
11138
11139         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
11140         (gst_ogg_demux_perform_seek):
11141         Segment done must include stream time.
11142
11143         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11144         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
11145         (gst_ogg_mux_change_state):
11146         Fix ogg muxer again.
11147
11148 2005-11-16  Wim Taymans  <wim@fluendo.com>
11149
11150         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
11151         Fix compile again.
11152
11153 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11154
11155         * ext/libvisual/visual.c: (gst_visual_init):
11156         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11157         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11158         (gst_ogg_parse_chain):
11159         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11160         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11161         * ext/theora/theoradec.c: (gst_theora_dec_init):
11162         * ext/theora/theoraenc.c: (gst_theora_enc_init):
11163         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11164         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11165         * gst/adder/gstadder.c: (gst_adder_class_init),
11166         (gst_adder_dispose):
11167         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11168         * gst/subparse/gstsubparse.c: (gst_subparse_init):
11169         * gst/videorate/gstvideorate.c: (gst_videorate_init):
11170           Fix a whole set of pad template leaks
11171
11172 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11173
11174         * check/generic/states.c: (GST_START_TEST):
11175           fix the test so that it only checks for elements that are part of
11176           this source module
11177
11178 2005-11-16  Michael Smith <msmith@fluendo.com>
11179
11180         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11181         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11182         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11183         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11184         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11185         (gst_ogg_mux_change_state):
11186           Fix leaking collectpads.
11187
11188 2005-11-16  Edward Hervey  <edward@fluendo.com>
11189
11190         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11191         (gst_videorate_event), (gst_videorate_chain):
11192         Handle segment seeks
11193
11194 2005-11-16  Wim Taymans  <wim@fluendo.com>
11195
11196         * gst-libs/gst/audio/gstbaseaudiosink.c:
11197         (gst_base_audio_sink_provide_clock),
11198         (gst_base_audio_sink_change_state):
11199         Set ringbuffer to non-flushing when going to PAUSED, set to
11200         flushing again when going to READY.
11201
11202         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11203         (gst_ring_buffer_stop):
11204         Start in flushing mode by default.
11205         Don't set flushing in the _stop method, let the app call
11206         this explicitly.
11207
11208 2005-11-16  Julien MOUTTE  <julien@moutte.net>
11209
11210         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11211         * gst-libs/gst/video/videosink.h: Add helper function needed
11212         for video sinks.
11213
11214 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11215
11216         * gst/videoscale/gstvideoscale.c:
11217         (gst_videoscale_handle_src_event):
11218           Don't leak reference to pad parent.
11219
11220 2005-11-16  Wim Taymans  <wim@fluendo.com>
11221
11222         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11223         Set ringbuffer to flushing when stopping so that we don't
11224         block on wait_segment anymore and livelock.
11225
11226 2005-11-16  Wim Taymans  <wim@fluendo.com>
11227
11228         * examples/seeking/seek.c: (send_event), (do_seek),
11229         (loop_toggle_cb), (segment_done), (main):
11230         Added looping checkbox.
11231
11232 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11233
11234         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11235         (gst_ogg_demux_init):
11236         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11237         (gst_vorbis_dec_init):
11238           revert unrefs, they don't pass make check
11239
11240 2005-11-15  Johan Dahlin  <johan@gnome.org>
11241
11242         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11243         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11244         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11245         (gst_vorbis_dec_init):
11246         Fix pad template leaks. 
11247
11248 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11249
11250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11251           Make state change function thread safe.
11252
11253 2005-11-15  Edward Hervey  <edward@fluendo.com>
11254
11255         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11256         (gst_ogg_demux_class_init):
11257         Implement GstElement::send_event, so we can send seek events
11258         in GST_STATE_READY
11259
11260 2005-11-14  Julien MOUTTE  <julien@moutte.net>
11261
11262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11263         Discovered how to take away flickering while resizing the
11264         window. Please don't put that in ximagesink, refactoring in
11265         progress.
11266
11267 2005-11-14  Michael Smith <msmith@fluendo.com>
11268
11269         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11270         (gst_multifdsink_render):
11271           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11272
11273 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11274
11275         * gst/playback/gstplaybin.c: (gen_audio_element):
11276           Use autoaudiosink, it tends to be more widely available than
11277           autoaudiiosink.
11278           
11279 2005-11-14  Andy Wingo  <wingo@pobox.com>
11280
11281         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11282         as well if it is available. Fixes #316442.
11283
11284 2005-11-14  Michael Smith <msmith@fluendo.com>
11285
11286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11287         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11288         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11289         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11290         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11291         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11292         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11293         (gst_vorbisenc_change_state):
11294           Fix a small memory leak in vorbisenc.
11295           Fix large memory leaks in oggmux, also fix lots of state change
11296           bugs in oggmux.
11297
11298 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11299
11300         * gst/videotestsrc/gstvideotestsrc.c:
11301         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11302         (gst_videotestsrc_src_fixate):
11303           move fixation to a fixate function
11304           remove negotiate function, basesrc's is good enough
11305           fixes a bug for check when using the element alone
11306
11307 2005-11-13  Edward Hervey  <edward@fluendo.com>
11308
11309         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11310         (key_toggle_cb), (main):
11311         Added checkboxes for adding/removing the accurate and key_unit seek
11312         flags.
11313
11314 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11315
11316         * configure.ac: back to HEAD
11317
11318 === release 0.9.5 ===
11319
11320 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11321
11322         * configure.ac:
11323           releasing 0.9.5, "No No Kia"
11324
11325 2005-11-11  Edward Hervey  <edward@fluendo.com>
11326
11327         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11328         Added parse-launch syntax seeking mode for the seeking example.
11329         This should help stress-test even more cases.
11330         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11331
11332 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11333
11334         * sys/xvimage/xvimagesink.c:
11335         (gst_xvimagesink_navigation_send_event):
11336           Check whether peer pad exists before sending navigation events
11337           to it.
11338
11339 2005-11-11  Michael Smith <msmith@fluendo.com>
11340
11341         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11342         (gst_vorbisenc_buffer_from_packet):
11343         * ext/vorbis/vorbisenc.h:
11344           Set duration on encoded buffers. This allows oggmux's
11345           max_page_delay parameter to actually work.
11346
11347 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11348
11349         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11350         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11351         (gst_ffmpegcsp_avpicture_fill):
11352         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11353         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11354           Make palettes work again (see #132341). Use our own macros
11355           for rounding up.
11356
11357 2005-11-10  Andy Wingo  <wingo@pobox.com>
11358
11359         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11360         string doober.
11361
11362 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11363
11364         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11365         (gst_ffmpegcsp_transform_caps):
11366           Prefer passthrough in transform_caps
11367
11368 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11369
11370         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11371           check for ALSA errors properly, instead of relying on ALSA's
11372           error strings to serve to the user.
11373
11374 2005-11-10  Wim Taymans  <wim@fluendo.com>
11375
11376         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11377         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11378         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11379         Modernise the seek code.
11380
11381 2005-11-10  Michael Smith <msmith@fluendo.com>
11382         
11383         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11384         (setup_substreams), (set_active_source):
11385           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11386           trying to go to NULL if we failed to read a file.
11387
11388 2005-11-10  Wim Taymans  <wim@fluendo.com>
11389
11390         * gst/audiotestsrc/gstaudiotestsrc.c:
11391         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11392         (gst_audiotestsrc_create):
11393         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11394         (gst_sinesrc_get_times), (gst_sinesrc_create):
11395         * gst/videotestsrc/gstvideotestsrc.c:
11396         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11397         (gst_videotestsrc_create):
11398         The base class can now sync for us.
11399
11400 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11401
11402         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11403           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11404           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11405           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11406           format=(fourcc)I420" ! xvimagesink
11407
11408 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11409
11410         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11411         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11412         (gst_sinesrc_newsegment):
11413           Send newsegment event in TIME format, set duration if
11414           num-buffers is set, fix duration querying.
11415
11416 2005-11-10  Michael Smith <msmith@fluendo.com>
11417
11418         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11419         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11420         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11421         (gst_ogg_mux_collected):
11422          Fix EOS handling, partially. Now forwarding an EOS event once we have
11423          EOS on all pads works correctly. However, we still don't properly set
11424          EOS on the actual ogg stream pages.
11425
11426 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11427
11428         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11429           Set elements to NULL state before disposing of them.
11430
11431 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11432
11433         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11434
11435         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11436         (gst_base_rtp_depayload_init),
11437         (gst_base_rtp_depayload_set_gst_timestamp):
11438         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11439           We need to send a newsegment event for each instance, not
11440           just for the first instance of this class (get rid of
11441           static variable in function). (#321011).
11442           
11443 2005-11-08  Michael Smith <msmith@fluendo.com>
11444
11445         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11446         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11447         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11448         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11449           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11450           This makes us mux things correctly according to the ogg muxing
11451           rules. Still not handling EOS correctly right now, though.
11452
11453 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11454
11455         * gst/audioconvert/gstaudioconvert.c:
11456           Fix typo in docs. 
11457
11458 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11459
11460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11461         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11462           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11463           creating a new chain; should fix live streaming. Also
11464           add more debug output and fix a typo.
11465
11466 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11467
11468         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11469
11470         * gst/volume/gstvolume.c: (volume_set_caps):
11471           Fix compilation on Solaris with Forte. (#320923)
11472
11473 2005-11-08  Wim Taymans  <wim@fluendo.com>
11474
11475         * gst-libs/gst/audio/gstbaseaudiosink.c:
11476         (gst_base_audio_sink_render):
11477         No need to do a typecheck.
11478
11479 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11480
11481         * ext/alsa/gstalsa.h:
11482           We register a debug category, so let's use it.
11483
11484 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11485
11486         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11487         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11488         Fixed a small problem.
11489
11490 2005-11-04  Wim Taymans  <wim@fluendo.com>
11491
11492         * examples/seeking/Makefile.am:
11493         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11494         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11495         (make_playerbin_pipeline), (format_value), (update_scale),
11496         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11497         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11498         (print_usage), (main):
11499         Added app for playback speed testing.
11500
11501         * examples/seeking/seek.c: (dynamic_link),
11502         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11503         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11504         (message_received), (main):
11505         Updated seek example.
11506
11507 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11508
11509         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11510         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11511         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11512         (gst_base_rtp_depayload_set_clock):
11513         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11514         Don't sleep on the bench (system clock) when you have a nice 
11515         comfortable bed (Gstreamer clock) to sleep on.
11516
11517 2005-11-03  Wim Taymans  <wim@fluendo.com>
11518
11519         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11520         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11521         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11522         Handle the case where a pad_block failed.
11523
11524 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11525
11526         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11527
11528         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11529         (gst_base_rtp_depayload_add_to_queue),
11530         (gst_base_rtp_depayload_push),
11531         (gst_base_rtp_depayload_set_gst_timestamp),
11532         (gst_base_rtp_depayload_queue_release):
11533           Fixes some bugs in the depayloader's queuing/de-queueing code.
11534
11535 2005-10-31  Michael Smith <msmith@fluendo.com>
11536
11537         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11538         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11539         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11540           Patch from Alessandro Decina <alessandro@nnva.org>.
11541           Make oggdemux only find the final time in a chain, not per-pad,
11542           since the per-pad information can be very expensive to locate, and
11543           it isn't used anywhere. This makes reading a file containing
11544           OggSkeleton reasonably fast.
11545           Also, make chain finding work when there are logical bitstreams that
11546           can't be decoded. Fixes #319110.
11547
11548 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11549
11550         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11551         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11552         (gst_base_rtp_depayload_chain),
11553         (gst_base_rtp_depayload_add_to_queue),
11554         (gst_base_rtp_depayload_push),
11555         (gst_base_rtp_depayload_set_gst_timestamp),
11556         (gst_base_rtp_depayload_queue_release),
11557         (gst_base_rtp_depayload_start_thread),
11558         (gst_base_rtp_depayload_set_property),
11559         (gst_base_rtp_depayload_get_property):
11560         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11561         Some random fixes, to fullfill the desires of thomas.
11562
11563 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11564
11565         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11566         (gst_base_rtp_depayload_add_to_queue),
11567         (gst_base_rtp_depayload_push):
11568         Fixed the queueing algorithm.
11569
11570 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11571
11572         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11573         (gst_base_rtp_depayload_push):
11574         A small fix
11575
11576 2005-10-31  Wim Taymans  <wim@fluendo.com>
11577
11578         * gst-libs/gst/audio/gstringbuffer.h:
11579         Don't break ABI.
11580
11581         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11582         (gst_ffmpeg_caps_to_pixfmt):
11583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11584         (gst_ffmpegcsp_set_caps):
11585         Some more comments.
11586         Handle missing required caps fields better.
11587
11588 2005-10-31  Wim Taymans  <wim@fluendo.com>
11589
11590         * gst-libs/gst/audio/gstbaseaudiosink.c:
11591         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11592         (gst_base_audio_sink_render):
11593         * gst-libs/gst/audio/gstringbuffer.c:
11594         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11595         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11596         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11597         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11598         (gst_ring_buffer_read):
11599         * gst-libs/gst/audio/gstringbuffer.h:
11600         Add flushing mode to the ringbuffer so that it in all cases does
11601         not try to handle more audio. This makes sure it does not try to
11602         block anymore when flushing and fixes a livelock.
11603
11604 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11605
11606         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11607         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11608         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11609           Explicitly check for -1 values before doing a conversion
11610           and always map them to -1. (#315545)
11611
11612 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11613
11614         * gst/playback/gstplaybin.c: (gen_video_element):
11615           first try autovideosink, then xvimagesink, then error out
11616         * po/POTFILES.in:
11617           add translatable file
11618         * po/af.po:
11619         * po/az.po:
11620         * po/cs.po:
11621         * po/en_GB.po:
11622         * po/hu.po:
11623         * po/it.po:
11624         * po/nb.po:
11625         * po/nl.po:
11626         * po/or.po:
11627         * po/sq.po:
11628         * po/sr.po:
11629         * po/sv.po:
11630         * po/uk.po:
11631         * po/vi.po:
11632           update translations
11633
11634 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11635
11636         * gst-libs/gst/rtp/gstbasedepayload.c:
11637         * gst-libs/gst/rtp/gstbasedepayload.h:
11638           Minor cleanups
11639
11640 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11641
11642         * gst/playback/.cvsignore:
11643         * gst/playback/decodetest.c:
11644         * gst/playback/test3.c:
11645           Port these two tests as well.
11646
11647 2005-10-27  Wim Taymans  <wim@fluendo.com>
11648
11649         * ext/theora/theoradec.c: (theora_dec_src_query),
11650         (theora_dec_sink_event):
11651         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11652         (theora_enc_change_state):
11653         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11654         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11655         Take proper locks when handling events.
11656
11657 2005-10-27  Wim Taymans  <wim@fluendo.com>
11658
11659         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11660         (gst_adder_change_state):
11661         Fix timestamps and fix deadlock when stopping the collectpads.
11662
11663 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11664
11665         * gst-libs/gst/rtp/gstrtpbuffer.h:
11666         Declaring the payload types as strings too so that they can be used
11667         in the padtemplate inialization.
11668
11669 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11670
11671         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11672
11673         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11674         (gst_base_rtp_depayload_class_init):
11675         Fixes a small but nasty bug. The derived elements no longer segfaults
11676         on finalization.
11677
11678 2005-10-26  Michael Smith <msmith@fluendo.com>
11679
11680         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11681           When clearing an audioconvert context, set tmpbufsize to zero, so
11682           we'll allocate it again later if required.
11683           This fixes audioconvert re-negotiating formats, which previously
11684           segfaulted with a NULL destination buffer.
11685
11686 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11687
11688         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11689         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11690         (gst_base_rtp_depayload_set_gst_timestamp),
11691         (gst_base_rtp_depayload_queue_release):
11692         Fixed a smalll memleak.
11693
11694 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11695         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11696         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11697         (gst_base_rtp_depayload_finalize),
11698         (gst_base_rtp_depayload_setcaps),
11699         (gst_base_rtp_depayload_add_to_queue),
11700         (gst_base_rtp_depayload_push),
11701         (gst_base_rtp_depayload_set_gst_timestamp),
11702         (gst_base_rtp_depayload_queue_release),
11703         (gst_base_rtp_depayload_thread),
11704         (gst_base_rtp_depayload_change_state):
11705         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11706         Changed the C++ comments to C comments
11707
11708 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11709
11710         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11711         * gst/tcp/gsttcpclientsrc.h:
11712         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11713         * gst/tcp/gsttcpserversrc.h:
11714           Remove unused 'curoffset' structure member.
11715
11716 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11717
11718         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11719         (gst_base_rtp_depayload_base_init),
11720         (gst_base_rtp_depayload_finalize):
11721         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11722         * gst-libs/gst/rtp/gstbasertppayload.h:
11723           The pad-template on the sinkpad should be set by the derived classes.
11724           Also added some useful macros.
11725
11726 2005-10-24  Wim Taymans  <wim@fluendo.com>
11727
11728         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11729         Correctly flush decoder samples even if we could not
11730         copy them to an output buffer. Fixes #319618.
11731
11732 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11733
11734         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11736         the caps against our xcontext caps.
11737
11738 2005-10-24  Wim Taymans  <wim@fluendo.com>
11739
11740         * gst-libs/gst/audio/gstbaseaudiosink.c:
11741         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11742         Remove g_print
11743         Use sync property from baseclass to disable sync.
11744
11745 2005-10-24  Wim Taymans  <wim@fluendo.com>
11746
11747         * gst-libs/gst/audio/gstbaseaudiosink.c:
11748         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11749         Buffers with no timestamps get aligned with previous buffers or
11750         on underrun, played ASAP.
11751
11752 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11753
11754         * gst-libs/gst/video/video.h:
11755         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11756         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11758         here comes my change on caps for framerate and geometry range.
11759         We are now accepting 1 to MAXINT for width and height, and from
11760         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11761         to be blended correctly in videomixer.
11762
11763 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11764
11765         * configure.ac:
11766           back to HEAD
11767
11768 === release 0.9.4 ===
11769
11770 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11771
11772         * NEWS:
11773         * RELEASE:
11774         * configure.ac:
11775           releasing 0.9.4, "Velociraptor"
11776
11777 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11778
11779         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11780         * po/POTFILES.in:
11781           STOPPED -> FAILED
11782
11783 2005-10-21  Wim Taymans  <wim@fluendo.com>
11784
11785         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11786         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11787         (pad_blocked), (close_pad_link), (new_pad):
11788         Don't try to remove elements twice.
11789
11790 2005-10-21  Wim Taymans  <wim@fluendo.com>
11791
11792         * ext/theora/theoradec.c: (theora_dec_src_query),
11793         (theora_dec_sink_event):
11794         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11795         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11796         (vorbis_handle_data_packet):
11797         * ext/vorbis/vorbisdec.h:
11798         Fix old naming.
11799
11800         * gst-libs/gst/audio/gstbaseaudiosink.c:
11801         (gst_base_audio_sink_render):
11802         Don't try to sync on buffers without a timestamp.
11803
11804 2005-10-21  Wim Taymans  <wim@fluendo.com>
11805
11806         * ext/theora/theoradec.c: (theora_dec_src_query),
11807         (theora_dec_sink_event):
11808         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11809         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11810         (vorbis_handle_data_packet):
11811         * ext/vorbis/vorbisdec.h:
11812         Fix old naming.
11813
11814 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11815
11816         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11817         (gst_vorbisenc_src_query):
11818           Implement position and duration queries.
11819
11820         * gst/playback/test3.c: (update_scale), (main):
11821           Fix for async state changes and print nicer output.
11822
11823 2005-10-20  Wim Taymans  <wim@fluendo.com>
11824
11825         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11826         (dump_element_stats), (main):
11827         * gst/playback/test6.c: (main):
11828         Fix tests again
11829
11830 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11831
11832         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11833         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11834           Don't use functions for position queries when handling
11835           duration queries.
11836
11837 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11838
11839         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11840         (vorbis_handle_data_packet), (vorbis_dec_chain),
11841         (vorbis_dec_change_state):
11842         * ext/vorbis/vorbisdec.h:
11843           Vorbis streams can be embedded in other container formats
11844           than ogg, container formats where the demuxer might set 
11845           timestamps on encoded vorbis buffers instead of those silly 
11846           granulepos thingies. In short: make vorbisdec handle 
11847           timestamps on incoming buffers as well.
11848
11849 2005-10-20  Wim Taymans  <wim@fluendo.com>
11850
11851         * gst/playback/gstplaybasebin.c: (group_destroy),
11852         (gst_play_base_bin_change_state):
11853         Fix leak.
11854         Handle case where playbasebin is now ASYNC because
11855         decodebin is.
11856
11857 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11858
11859         * gst/audioconvert/Makefile.am:
11860         * gst/audioconvert/bufferframesconvert.c:
11861         * gst/audioconvert/plugin.c: (plugin_init):
11862         * gst/audioconvert/plugin.h:
11863           And bye bye buffer-frames-convert
11864
11865 2005-10-19  Wim Taymans  <wim@fluendo.com>
11866
11867         * check/elements/audioconvert.c:
11868         * docs/libs/tmpl/gstaudio.sgml:
11869         * docs/libs/tmpl/gstcolorbalance.sgml:
11870         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11871         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11872         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11873         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11874         * gst-libs/gst/audio/audio.h:
11875         * gst/audioconvert/audioconvert.h:
11876         * gst/audioconvert/gstaudioconvert.c:
11877         (gst_audio_convert_parse_caps):
11878         * gst/volume/gstvolume.c:
11879         Bye bye buffer-frames.
11880
11881 2005-10-19  Wim Taymans  <wim@fluendo.com>
11882
11883         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11884         (query_positions_elems), (query_positions_pads), (update_scale),
11885         (do_seek), (set_update_scale), (message_received), (main):
11886         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11887         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11888         (gst_ogg_demux_loop):
11889         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11890         * ext/theora/theoradec.c: (theora_dec_src_query),
11891         (theora_dec_sink_event):
11892         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11893         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11894         * gst/adder/gstadder.c: (gst_adder_query):
11895         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11896         * gst/playback/test3.c: (update_scale):
11897         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11898         (dump_element_stats), (main):
11899         * gst/playback/test6.c: (main):
11900         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11901         Query API update.
11902
11903 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11904
11905         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11906         (xml_check_first_element), (xml_type_find), (smil_type_find),
11907         (plugin_init):
11908           Add typefinding for SMIL and for generic XML. Based on patch by
11909           Akos Maroy (#308663).
11910
11911 2005-10-18  Wim Taymans  <wim@fluendo.com>
11912
11913         * gst/playback/Makefile.am:
11914         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11915         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11916         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11917         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11918         (gst_decode_bin_change_state):
11919         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11920         (gst_play_bin_send_event_to_sink):
11921         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11922         (dump_element_stats), (main):
11923         * gst/playback/test6.c: (main):
11924         Make playbin async, it'll commit state to paused when all streams
11925         are detected.
11926         Remove ugly hack.
11927         Added test6.c to show async behaviour.
11928
11929 2005-10-18  Wim Taymans  <wim@fluendo.com>
11930
11931         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11932         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11933         Fix for segment-start/stop API change.
11934
11935 2005-10-18  Wim Taymans  <wim@fluendo.com>
11936
11937         * check/Makefile.am:
11938         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11939         (main):
11940         Add future test for clock selection.
11941
11942 2005-10-18  Wim Taymans  <wim@fluendo.com>
11943
11944         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11945         (gst_alsasink_close):
11946         Set handle to NULL.
11947
11948         * gst-libs/gst/audio/gstringbuffer.c:
11949         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11950         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11951         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11952         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11953         (gst_ring_buffer_read):
11954         More debug info.
11955
11956 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11957
11958         * gst/audiotestsrc/Makefile.am:
11959         * gst/sine/Makefile.am:
11960         * gst/volume/Makefile.am:
11961           fix broken build of controllerized plugins
11962
11963 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11964
11965         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11966
11967         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11968         (gst_riff_create_video_template_caps):
11969           Add support for Indeo-3 (IV32).
11970
11971 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11972
11973         * configure.ac:
11974           rewrite
11975
11976 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11977
11978         * gst-libs/gst/video/video.c: (gst_video_get_size):
11979         * gst/audiotestsrc/gstaudiotestsrc.c:
11980           doc updates
11981
11982 2005-10-17  Andy Wingo  <wingo@pobox.com>
11983
11984         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11985         with the collectpads change.
11986         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11987
11988         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11989
11990         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11991
11992         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11993         alloc_buffer flow return to callers.
11994         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11995         change. Fix some memleaks in theoraenc.
11996
11997         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11998         in strange circumstance.
11999
12000 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12001
12002         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12003         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
12004         from caps, let's use the caps...
12005
12006 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12007
12008         * configure.ac:
12009           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
12010
12011 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12012
12013         * gst-libs/gst/interfaces/Makefile.am:
12014           fix silly typo
12015
12016 2005-10-16  Andy Wingo  <wingo@pobox.com>
12017
12018         * gst/playback/gstdecodebin.c
12019         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
12020         function!
12021         (try_to_link_1): Increase kraziness level.
12022
12023 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12024
12025         * configure.ac:
12026           restructure like the core one
12027         * gst-libs/gst/audio/Makefile.am:
12028         * gst-libs/gst/interfaces/Makefile.am:
12029         * gst-libs/gst/net/Makefile.am:
12030         * gst-libs/gst/riff/Makefile.am:
12031         * gst-libs/gst/rtp/Makefile.am:
12032         * gst-libs/gst/tag/Makefile.am:
12033         * gst-libs/gst/video/Makefile.am:
12034           use correct linker flags, now the libs are properly versioned
12035         * check/elements/audioconvert.c: (verify_convert):
12036         * ext/alsa/gstalsaplugin.c:
12037         * ext/cdparanoia/gstcdparanoia.c:
12038         * ext/gnomevfs/gstgnomevfs.c:
12039         * ext/libvisual/visual.c:
12040         * ext/ogg/gstogg.c:
12041         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
12042         * ext/theora/theora.c:
12043         * ext/vorbis/vorbis.c:
12044         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12045         * gst-libs/gst/tag/gsttagediting.c:
12046         * gst-libs/gst/video/video.c:
12047         * gst/adder/gstadder.c:
12048         * gst/audioconvert/plugin.c:
12049         * gst/audiorate/gstaudiorate.c:
12050         * gst/audioresample/gstaudioresample.c:
12051         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12052         * gst/audioscale/gstaudioscale.c:
12053         * gst/audioscale/resample.c:
12054         * gst/audiotestsrc/gstaudiotestsrc.c:
12055         * gst/ffmpegcolorspace/gstffmpeg.c:
12056         * gst/playback/gstdecodebin.c: (close_pad_link):
12057         * gst/playback/gstplaybin.c: (gen_video_element),
12058         (gen_audio_element):
12059         * gst/sine/gstsinesrc.c:
12060         * gst/subparse/gstsubparse.c:
12061         * gst/tags/gsttagediting.c:
12062         * gst/tcp/gsttcpplugin.c:
12063         * gst/typefind/gsttypefindfunctions.c:
12064         * gst/videorate/gstvideorate.c:
12065         * gst/videoscale/gstvideoscale.c:
12066         * gst/videotestsrc/gstvideotestsrc.c:
12067         * gst/volume/gstvolume.c:
12068         * sys/v4l/gstv4l.c:
12069         * sys/ximage/ximage.c:
12070         * sys/xvimage/xvimagesink.c:
12071           fix up defines
12072
12073 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12074
12075         * ext/vorbis/vorbisenc.c:
12076         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12077         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12078         (gst_tag_to_vorbis_comments):
12079           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
12080
12081 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
12082
12083         * examples/stats/mp2ogg.c:
12084         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12085           typo fixes
12086
12087 2005-10-13  Michael Smith <msmith@fluendo.com>
12088
12089         * ext/ogg/gstoggmux.c:
12090           Use magic glib macros to define constants as 64 bit, to ensure
12091           appropriate vararg passing.
12092
12093 2005-10-13  Michael Smith <msmith@fluendo.com>
12094
12095         * ext/ogg/gstoggmux.c:
12096         * gst/audioconvert/audioconvert.c: (float):
12097           Don't use LL suffix, as it's not portable, and neither of these
12098           uses required it anyway.
12099
12100 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
12101
12102         * examples/indexing/indexmpeg.c: (main):
12103         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
12104         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
12105         (cdparanoia_convert), (cdparanoia_query):
12106         * ext/cdparanoia/gstcdparanoia.h:
12107         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12108         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
12109         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
12110         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
12111         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
12112         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
12113         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
12114         (gst_multifdsink_render), (gst_multifdsink_start),
12115         (gst_multifdsink_stop):
12116         * gst/tcp/gstmultifdsink.h:
12117         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
12118         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
12119         (gst_tcpclientsink_stop):
12120         * gst/tcp/gsttcpclientsink.h:
12121         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12122         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
12123         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
12124         * gst/tcp/gsttcpclientsrc.h:
12125         * gst/tcp/gsttcpserversink.h:
12126         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
12127         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
12128         (gst_tcpserversrc_stop):
12129         * gst/tcp/gsttcpserversrc.h:
12130         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12131         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12132         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
12133           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12134           moved bitshift from macro to enum definition
12135
12136 2005-10-12  Wim Taymans  <wim@fluendo.com>
12137
12138         * examples/seeking/Makefile.am:
12139         Oops.
12140
12141 2005-10-12  Wim Taymans  <wim@fluendo.com>
12142
12143         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12144         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12145         Don't assert on normal stuff.
12146
12147         * gst/playback/gstplaybin.c: (do_playbin_seek):
12148         API fix.
12149
12150 2005-10-12  Wim Taymans  <wim@fluendo.com>
12151
12152         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12153         * examples/seeking/Makefile.am:
12154         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12155         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12156         (do_seek), (set_update_scale), (message_received), (main):
12157         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12158         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12159         Update for _get_state() API change.
12160
12161 2005-10-11  Wim Taymans  <wim@fluendo.com>
12162
12163         * gst-libs/gst/audio/gstbaseaudiosink.c:
12164         (gst_base_audio_sink_render):
12165         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12166         (gst_base_audio_src_create):
12167         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12168         (gst_ring_buffer_read):
12169         Cleanups.
12170         Commit and read from ringbuffer in samples rather than bytes.
12171
12172 2005-10-11  Wim Taymans  <wim@fluendo.com>
12173
12174         * gst-libs/gst/audio/gstbaseaudiosink.c:
12175         (gst_base_audio_sink_render):
12176         Respect segment rate and accum when scheduling samples.
12177
12178 2005-10-11  Julien MOUTTE  <julien@moutte.net>
12179
12180         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12181         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12182         EOS correctly, that needs more work.
12183
12184 2005-10-11  Wim Taymans  <wim@fluendo.com>
12185
12186         * check/generic/states.c: (GST_START_TEST):
12187         remove old property.
12188
12189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12190         (gst_ogg_demux_perform_seek):
12191         * ext/theora/theoradec.c: (theora_dec_sink_event):
12192         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12193         (vorbis_handle_data_packet):
12194         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12195         (gst_base_rtp_depayload_set_gst_timestamp):
12196         * gst/videorate/gstvideorate.c: (gst_videorate_event):
12197         Update for newsegment API change.
12198
12199 2005-10-11  Michael Smith <msmith@fluendo.com>
12200
12201         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12202         (do_playbin_seek), (gst_play_bin_send_event):
12203           Override send_event differently, so that we can takes bits of
12204           functionality from GstPipeline (special handling for seeks,
12205           including pausing/resuming, and resetting stream time) and still get
12206           the appropriate behaviour of only forwarding event to a single sink,
12207           rather than all of them.
12208           Unfortunately requires a lot of code duplication, but the
12209           alternatives are equally ugly in the end.
12210
12211 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12212
12213         * check/elements/audioconvert.c: (setup_audioconvert),
12214         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12215         (GST_START_TEST), (audioconvert_suite):
12216           clean up tests a little, fix some leaks.
12217
12218 2005-10-10  Wim Taymans  <wim@fluendo.com>
12219
12220         * ext/alsa/gstalsasink.c:
12221         Also allow unsigned int.
12222
12223         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12224         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12225         Small cleanup
12226
12227 2005-10-10  Wim Taymans  <wim@fluendo.com>
12228
12229         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12230         Small update, use API as stated in design docs.
12231
12232         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12233         (update_scale), (do_seek), (seek_cb), (set_update_scale),
12234         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12235         (message_received), (main):
12236         Updated seek example for GOption. Some usability improvements.
12237
12238 2005-10-10  Wim Taymans  <wim@fluendo.com>
12239
12240         * gst/audioconvert/audioconvert.h:
12241         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12242         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12243         Alloc temp storage somewhere else where we can do it more
12244         portable.
12245
12246 2005-10-10  Wim Taymans  <wim@fluendo.com>
12247
12248         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12249         (gst_tcpserversrc_start):
12250         Don't block in accept while doing the state change, move
12251         to poll and make cancellable.
12252
12253 2005-10-09  Philippe Khalaf <burger@speedy.org>
12254
12255         * gst-libs/gst/rtp/rtpbasedepayload.c:
12256         Set timestamp and add queue delay to timestamp
12257         * gst-libs/gst/rtp/rtpbuffer.h:
12258         Set correct payload type for h263
12259
12260 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12261
12262         * gst/audiotestsrc/gstaudiotestsrc.c:
12263         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12264         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12265         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12266         (gst_audiotestsrc_create_triangle),
12267         (gst_audiotestsrc_create_silence),
12268         (gst_audiotestsrc_create_white_noise),
12269         (gst_audiotestsrc_init_pink_noise),
12270         (gst_audiotestsrc_generate_pink_noise_value),
12271         (gst_audiotestsrc_create_pink_noise),
12272         (gst_audiotestsrc_change_wave):
12273         * gst/audiotestsrc/gstaudiotestsrc.h:
12274           fixed typo, added pink noise
12275
12276 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12277
12278         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12279         (plugin_init):
12280           Add wavpack and spc typefind functions from 0.8 branch.
12281
12282 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12283
12284         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12285         (ar_type_find), (msdos_type_find), (plugin_init):
12286           Add typefind functions for tar archives, ar archives,
12287           RAR archives, and msdos-executables (dlls, exe, etc.).
12288           Some of those would be wrongly identified as mpeg
12289           streams of some sort before (#315550).
12290
12291 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12292
12293         * configure.ac:
12294         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12295         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12296         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12297         * gst/audiotestsrc/Makefile.am:
12298         * gst/audiotestsrc/gstaudiotestsrc.c:
12299         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12300         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12301         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12302         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12303         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12304         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12305         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12306         (gst_audiotestsrc_create_silence),
12307         (gst_audiotestsrc_create_white_noise),
12308         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12309         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12310         (gst_audiotestsrc_start), (plugin_init):
12311         * gst/audiotestsrc/gstaudiotestsrc.h:
12312           add new plugin and element
12313         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12314           use gobject_class
12315
12316 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12317
12318         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12319         (gst_adder_init), (gst_adder_request_new_pad),
12320         (gst_adder_change_state):
12321           Add query function to source pad, so adder reports the correct
12322           time/sample position when queried (#315457); fix state change
12323           function; use GST_DEBUG_FUNCPTR() for pad functions.
12324
12325 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12326
12327         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12328           Fix leaks in typefind registration
12329           Clean up the gratuitous commenting and whitespacing a little
12330
12331 2005-10-08  Wim Taymans  <wim@fluendo.com>
12332
12333         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12334         Only actually wait for the thread to be stopped if it's 
12335         running.
12336
12337 2005-10-08  Wim Taymans  <wim@fluendo.com>
12338
12339         * gst-libs/gst/audio/gstbaseaudiosink.c:
12340         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12341         If we receive EOS we can start playback of what we had.
12342
12343 2005-10-08  Wim Taymans  <wim@fluendo.com>
12344
12345         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12346         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12347         (gst_multifdsink_stop):
12348         Fix crasher when going to NULL multiple times.
12349
12350 2005-10-06  Wim Taymans  <wim@fluendo.com>
12351
12352         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12353         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12354         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12355         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12356         patch from Edgard Lima <edgard.lima@indt.org.br>
12357         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12358
12359 2005-10-06  Wim Taymans  <wim@fluendo.com>
12360
12361         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12362         Report the FLOW_RETURN as string in the error message.
12363
12364         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12365         Don't assert when clearing an unnegotiated buffer.
12366
12367 2005-10-04  Michael Smith <msmith@fluendo.com>
12368
12369         * gst/playback/gstplaybasebin.c: (group_destroy),
12370         (gen_preroll_element), (remove_groups), (setup_source):
12371         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12372         (setup_sinks), (gst_play_bin_send_event),
12373         (gst_play_bin_change_state):
12374           Set state to NULL before removing from bin. Fix refcounting.
12375
12376 2005-10-04  Michael Smith <msmith@fluendo.com>
12377
12378         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12379           Correct refcounting in send_event() function. Previously was wrong
12380           if the first sink was unable to handle the event.
12381
12382 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12383
12384         * configure.ac:
12385           back to development
12386
12387 === release 0.9.3 ===
12388
12389 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12390
12391         * configure.ac:
12392           Releasing 0.9.3, "De Facto"
12393
12394 2005-10-03  Andy Wingo  <wingo@pobox.com>
12395
12396         * gst/playback/gstdecodebin.c (try_to_link_1)
12397         (remove_element_chain): set element to NULL before removing it.
12398
12399 2005-10-02  Johan Dahlin  <johan@gnome.org>
12400
12401         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12402         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12403         MT safe.
12404
12405 2005-10-02  Andy Wingo  <wingo@pobox.com>
12406
12407         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12408         (gst_ring_buffer_prepare_read): 
12409         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12410         Demote to LOG.
12411
12412 2005-09-29  Wim Taymans  <wim@fluendo.com>
12413
12414         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12415         * ext/theora/theoradec.c: (theora_handle_data_packet):
12416         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12417         Propagate error codes from alloc_buffer too.
12418
12419 2005-09-29  Wim Taymans  <wim@fluendo.com>
12420
12421         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12422         We use fixed caps.
12423
12424         * gst/playback/Makefile.am:
12425         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12426         (dump_element_stats), (main):
12427         Added example stream introspection code.
12428
12429 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12430
12431         * gst/adder/gstadder.c: (gst_adder_collected):
12432           fix adder for float elements
12433
12434 2005-09-28  Wim Taymans  <wim@fluendo.com>
12435
12436         * gst-libs/gst/audio/gstbaseaudiosink.c:
12437         (gst_base_audio_sink_class_init),
12438         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12439         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12440         (gst_base_audio_src_class_init),
12441         (gst_base_audio_src_provide_clock):
12442         get_clock -> provide_clock
12443
12444 2005-09-28  Andy Wingo  <wingo@pobox.com>
12445
12446         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12447         and unlocking.
12448
12449         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12450         unlocking.
12451
12452         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12453         Actually add the pad template.
12454         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12455
12456         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12457         I'm at it...
12458
12459         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12460         from fdsrc. Get caps in create() instead of start() so it can be
12461         interrupted. Interruption somewhat untested.
12462
12463         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12464         Proper EOS handling.
12465
12466 2005-09-27  Andy Wingo  <wingo@pobox.com>
12467
12468         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12469
12470         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12471
12472         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12473
12474         * gst/tcp/gsttcp.h: 
12475         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12476         out of tcpclientsrc.c. Cancellable.
12477         (gst_tcp_socket_read): Made private, cancellable, with better
12478         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12479         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12480         whole buffer, and better diagnostics.
12481         (gst_tcp_gdp_read_caps): Same.
12482
12483         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12484
12485 2005-09-26  Andy Wingo  <wingo@pobox.com>
12486
12487         * gst/sine/gstsinesrc.h:
12488         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12489         change the 'sync' property to 'is-live' and implement it halfway,
12490         update for controller api change.
12491
12492         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12493         controller api change.
12494
12495 2005-09-24  Wim Taymans  <wim@fluendo.com>
12496
12497         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12498         * gst-libs/gst/audio/gstaudiosink.c:
12499         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12500         (gst_audioringbuffer_stop):
12501         * gst-libs/gst/audio/gstbaseaudiosink.c:
12502         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12503         (gst_base_audio_sink_change_state):
12504         * gst-libs/gst/audio/gstbaseaudiosink.h:
12505         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12506         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12507         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12508         * gst-libs/gst/audio/gstringbuffer.h:
12509         Fix sync again. Moved sample alignment to basesink.
12510
12511 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12512
12513         * docs/plugins/Makefile.am:
12514         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12515         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12516         * gst/volume/gstvolume.c:
12517           add/fix docs
12518         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12519         * gst-libs/gst/audio/audio.h:
12520           add conversion macros for frames <-> clocktime
12521
12522 2005-09-23  David Schleef  <ds@schleef.org>
12523
12524         * gst/audioresample/Makefile.am:
12525         * gst/audioresample/debug.h:
12526         * gst/audioresample/gstaudioresample.c:
12527         * gst/audioresample/resample.c: Convert to using gst debugging
12528
12529 2005-09-22  Wim Taymans  <wim@fluendo.com>
12530
12531         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12532         (gst_play_bin_send_event):
12533         Only seek on one sink, the first one that succeeds.
12534
12535 2005-09-22  Michael Smith <msmith@fluendo.com>
12536
12537         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12538         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12539         Don't flush encoder state unless we have an initialised encoder.
12540         Clear out encoder state on PAUSED_TO_READY.
12541
12542 2005-09-22  Wim Taymans  <wim@fluendo.com>
12543
12544         * gst-libs/gst/rtp/gstbasertppayload.c:
12545         (gst_basertppayload_class_init), (gst_basertppayload_init),
12546         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12547         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12548         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12549         (gst_basertppayload_set_property),
12550         (gst_basertppayload_get_property),
12551         (gst_basertppayload_change_state):
12552         * gst-libs/gst/rtp/gstbasertppayload.h:
12553         Added max-ptime to control amount of data in the rtp packets.
12554
12555 2005-09-21  Andy Wingo  <wingo@pobox.com>
12556
12557         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12558         thingies.
12559
12560         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12561         can be called multiple times, dogs.
12562
12563 2005-09-21  Wim Taymans  <wim@fluendo.com>
12564
12565         * gst-libs/gst/rtp/gstbasertppayload.c:
12566         (gst_basertppayload_class_init), (gst_basertppayload_init),
12567         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12568         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12569         (gst_basertppayload_push), (gst_basertppayload_get_property),
12570         (gst_basertppayload_change_state):
12571         Allow 0 ssrc too.
12572
12573 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12574
12575         * docs/libs/compiling.sgml:
12576           fixing typos
12577
12578 2005-09-20  Wim Taymans  <wim@fluendo.com>
12579
12580         * gst-libs/gst/rtp/gstbasertppayload.c:
12581         (gst_basertppayload_class_init), (gst_basertppayload_init),
12582         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12583         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12584         (gst_basertppayload_push), (gst_basertppayload_set_property),
12585         (gst_basertppayload_get_property),
12586         (gst_basertppayload_change_state):
12587         * gst-libs/gst/rtp/gstbasertppayload.h:
12588         Added property to configure sequence number offsets.
12589
12590 2005-09-20  Wim Taymans  <wim@fluendo.com>
12591
12592         * gst-libs/gst/rtp/gstbasertppayload.c:
12593         (gst_basertppayload_class_init), (gst_basertppayload_init),
12594         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12595         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12596         (gst_basertppayload_push), (gst_basertppayload_set_property),
12597         (gst_basertppayload_get_property),
12598         (gst_basertppayload_change_state):
12599         * gst-libs/gst/rtp/gstbasertppayload.h:
12600         Make timestamp offset configurable.
12601
12602 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12603
12604         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12605           fix wrong pop/unref
12606
12607 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12608
12609         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12610
12611         * gst-libs/gst/interfaces/propertyprobe.c:
12612         (gst_property_probe_probe_property_name),
12613         (gst_property_probe_needs_probe_name),
12614         (gst_property_probe_get_values_name),
12615         (gst_property_probe_probe_and_get_values_name):
12616           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12617           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12618
12619 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12620
12621         * check/Makefile.am:
12622           have some tests be disabled for valgrinding
12623         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12624         (GST_START_TEST):
12625         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12626           Fix A Leak.  Chain To Parent Finalize.
12627
12628 2005-09-19  Wim Taymans  <wim@fluendo.com>
12629
12630         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12631         Fixed wav pipeline.
12632
12633 2005-09-19  Wim Taymans  <wim@fluendo.com>
12634
12635         * gst-libs/gst/rtp/gstbasertppayload.c:
12636         (gst_basertppayload_class_init), (gst_basertppayload_init),
12637         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12638         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12639         (gst_basertppayload_push), (gst_basertppayload_get_property),
12640         (gst_basertppayload_change_state):
12641         Posting ERROR and WARNING messages is good.
12642
12643 2005-09-19  Wim Taymans  <wim@fluendo.com>
12644
12645         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12646         (gst_base_rtp_depayload_add_to_queue),
12647         (gst_base_rtp_depayload_push),
12648         (gst_base_rtp_depayload_set_gst_timestamp),
12649         (gst_base_rtp_depayload_queue_release):
12650         This one was not supposed to go in.
12651
12652 2005-09-19  Wim Taymans  <wim@fluendo.com>
12653
12654         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12655         Fix for bus API.
12656
12657         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12658         (gst_base_rtp_depayload_chain),
12659         (gst_base_rtp_depayload_add_to_queue),
12660         (gst_base_rtp_depayload_push),
12661         (gst_base_rtp_depayload_set_gst_timestamp),
12662         (gst_base_rtp_depayload_queue_release):
12663         Some cleanups.
12664
12665         * gst-libs/gst/rtp/gstbasertppayload.c:
12666         (gst_basertppayload_class_init), (gst_basertppayload_init),
12667         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12668         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12669         (gst_basertppayload_get_property),
12670         (gst_basertppayload_change_state):
12671         Added debugging category.
12672
12673 2005-09-18  David Schleef  <ds@schleef.org>
12674
12675         * gst/playback/gstdecodebin.c: free plugin list correctly
12676         * gst/playback/gstplaybin.c: emit warning if autovideosink
12677           and autoaudiosink can't be found (instead of segfaulting)
12678
12679 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12680
12681         * check/elements/audioconvert.c: (GST_START_TEST):
12682           try out 24 bit conversion
12683
12684 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12685
12686         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12687         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12688         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12689         * ext/vorbis/vorbisenc.h:
12690           Fix EOS handling.  Still needs a fix in the ogg muxer to
12691           mark the last page as eos.
12692
12693 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12694
12695         * common/gtk-doc-plugins.mak:
12696         * docs/plugins/Makefile.am:
12697         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12698         * gst/ffmpegcolorspace/Makefile.am:
12699         * gst/ffmpegcolorspace/avcodec.h:
12700         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12701         * gst/tcp/gstmultifdsink.c:
12702           fix up ffmpegcolorspace docs; extract header
12703
12704 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12705
12706         * common/gtk-doc-plugins.mak:
12707         * docs/plugins/Makefile.am:
12708         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12709         * ext/theora/Makefile.am:
12710         * ext/theora/gsttheoraenc.h:
12711         * ext/theora/theoraenc.c:
12712         * ext/vorbis/vorbisenc.c:
12713           pick up signals and args for vorbis; add some docs for vorbis
12714
12715 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12716
12717         * common/gstdoc-scangobj:
12718         * common/gtk-doc-plugins.mak:
12719         * docs/libs/Makefile.am:
12720         * docs/plugins/gst-plugins-base-plugins.args:
12721         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12722         * docs/plugins/gst-plugins-base-plugins.interfaces:
12723         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12724         * docs/plugins/gst-plugins-base-plugins.signals:
12725           only scanobj stuff from our source module.  Not sure yet
12726           if that's correct, given the hierarchy stuff :)
12727
12728 2005-09-15  Wim Taymans  <wim@fluendo.com>
12729
12730         * gst/audioconvert/gstaudioconvert.c:
12731         And enable 24 bits mode as well..
12732
12733 2005-09-15  Wim Taymans  <wim@fluendo.com>
12734
12735         * gst-libs/gst/rtp/Makefile.am:
12736         * gst-libs/gst/rtp/gstbasertppayload.c:
12737         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12738         (gst_basertppayload_class_init), (gst_basertppayload_init),
12739         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12740         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12741         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12742         (gst_basertppayload_set_property),
12743         (gst_basertppayload_get_property),
12744         (gst_basertppayload_change_state):
12745         * gst-libs/gst/rtp/gstbasertppayload.h:
12746         Added rtp payloader base class.
12747
12748 2005-09-15  Andy Wingo  <wingo@pobox.com>
12749
12750         * configure.ac (plugindir): Remove the EOL matcher from the
12751         regexp, as it causes me problems. Libtool? Make? Who knows?
12752
12753 2005-09-14  David Schleef  <ds@schleef.org>
12754
12755         * check/generic/states.c: 
12756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12757         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12758           Fixes for changes in registry API.
12759
12760         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12761           to GST_PLUGIN_LDFLAGS.
12762         * ext/libvisual/visual.c: Make the library shut up.
12763         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12764         * gst-libs/gst/audio/gstaudiofilter.c: same
12765
12766 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12767
12768         * docs/plugins/Makefile.am:
12769         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12770         * docs/plugins/inspect/plugin-libvisual.xml:
12771         * docs/plugins/tmpl/element-tcpserversink.sgml:
12772         * ext/theora/theoraenc.c:
12773           add libvisual plugin and theoraenc element to docs
12774
12775 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12776
12777         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12778         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12779         * ext/theora/theoraenc.c:
12780           add theoraenc
12781
12782 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12783
12784         * gst/audioconvert/Makefile.am:
12785           Audioconvert derives from GstBaseTransform and should
12786           link to the library with our base elements to avoid
12787           unresolved symbols. Makes things work with MinGW (#316160)
12788
12789         * gst/playback/test4.c: (main):
12790           Fix MinGW build problem and use g_usleep() instead of 
12791           sleep() (#316162)
12792
12793 2005-09-12  Wim Taymans  <wim@fluendo.com>
12794
12795         * gst/audioconvert/audioconvert.c: (float),
12796         (audio_convert_prepare_context), (audio_convert_convert):
12797         * gst/audioconvert/audioconvert.h:
12798         Cleanups, speedups, simplifications, added back support
12799         for 24 bits.
12800
12801 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12802
12803         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12804         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12805         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12806         * docs/plugins/tmpl/element-tcpserversink.sgml:
12807         * gst/ffmpegcolorspace/gstffmpeg.c:
12808         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12809         * gst/videotestsrc/gstvideotestsrc.c:
12810         * gst/volume/gstvolume.c:
12811           add more elements to the docs
12812
12813 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12814
12815         * check/Makefile.am:
12816         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12817         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12818           Add extra tests for basetransform based components. 
12819           Comment out the test_element_negotiation test until we decide
12820           if it's testing correct behaviour.
12821         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12822         (gst_visual_chain), (gst_visual_change_state):
12823           Slightly more correct but still bogus timestamping.
12824           Fix state change function.
12825         * gst/audioconvert/gstaudioconvert.c:
12826         (gst_audio_convert_class_init):
12827         * gst/audioresample/gstaudioresample.c:
12828         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12829         (gst_ffmpegcsp_class_init):
12830         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12831         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12832         (gst_videoscale_prepare_image):
12833         * gst/volume/gstvolume.c: (gst_volume_class_init),
12834         (volume_transform_ip):
12835           Basetransform updates. Enable passthrough modes.
12836         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12837         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12838         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12839           Negotiation fix that allows the window to return to the original
12840           size and renegotiate passthrough upstream. Extra debug output.
12841
12842 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12843
12844         * gst/sine/gstsinesrc.c:
12845         * gst/volume/gstvolume.c:
12846           fix up header include
12847
12848 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12849
12850         * gst-libs/gst/audio/gstbaseaudiosink.c:
12851         (gst_base_audio_sink_render):
12852         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12853         * gst/volume/gstvolume.c: (gst_volume_class_init),
12854         (volume_transform):
12855           fixing lost sync, some more debugging
12856
12857 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12858
12859         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12860         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12861         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12862         (gst_xvimagesink_check_xshm_calls):
12863           Fix compilation when XShm is not available.
12864
12865 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12866
12867         * ext/libvisual/visual.c: (gst_visual_dispose),
12868         (gst_visual_getcaps), (gst_visual_src_setcaps),
12869         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12870         (gst_visual_change_state):
12871           Finish fixing up libvisual plugin so that it runs. 
12872
12873 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12874
12875         * ext/vorbis/vorbisenc.c:
12876         * gst-libs/gst/tag/gstvorbistag.c:
12877           gsttaginterface.h -> gsttagsetter.h
12878
12879 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12880
12881         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12882           added another test that failes for me (test is not active by default)
12883
12884 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12885
12886         * configure.ac:
12887           v4l2 is no longer in gst-plugins-base
12888
12889 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12890
12891         * configure.ac:
12892           In the output at the end, don't show the first plugin on the same
12893           line as "Core plug-ins, always built:".
12894           Indent the output as for other plugin categories
12895         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12896           #define that can be used to not use peer buffer_alloc functions for
12897           test purposes.
12898         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12899         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12900         (gst_ximagesink_show_frame):
12901         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12902         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12903         (gst_xvimagesink_show_frame):
12904           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12905           fails gracefully instead of XError aborting or deadlocking.
12906
12907 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12908
12909         * ext/libvisual/Makefile.am:
12910           link against gst-base-libs
12911
12912 2005-09-06  David Schleef  <ds@schleef.org>
12913
12914         * configure.ac: Enable libvisual plugin.
12915         * ext/libvisual/Makefile.am:
12916         * ext/libvisual/visual.c: Fixes to make it compile.
12917
12918 === release 0.9.2 ===
12919
12920 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12921
12922         * NEWS:
12923         * RELEASE:
12924         * configure.ac:
12925         * docs/random/ChangeLog-0.8:
12926           releasing 0.9.2, "Spoon"
12927
12928 2005-09-05  Michael Smith <msmith@fluendo.com>
12929
12930         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12931           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12932           that in the vorbisenc element.
12933
12934 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12935
12936         * common/gtk-doc-plugins.mak:
12937         * docs/plugins/Makefile.am:
12938           fix distcheck
12939         * gst/audioresample/resample.c:
12940           fix wrong docstring
12941
12942 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12943
12944         * common/gst-xmlinspect.py:
12945         * common/gtk-doc-plugins.mak:
12946           only inspect plugins for this given package
12947           require gst-python 0.9
12948
12949 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12950
12951         * Makefile.am:
12952         * autogen.sh:
12953         * common/gst-xmlinspect.py:
12954         * configure.ac:
12955         * docs/Makefile.am:
12956         * docs/plugins/inspect/plugin-alsa.xml:
12957         * docs/plugins/inspect/plugin-audioresample.xml:
12958         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12959         * docs/plugins/inspect/plugin-ogg.xml:
12960         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12961         * docs/plugins/tmpl/element-multifdsink.sgml:
12962         * docs/plugins/tmpl/element-tcpserversink.sgml:
12963         * docs/plugins/tmpl/element-vorbisenc.sgml:
12964         * gst-plugins-base.spec.in:
12965           various doc-related updates
12966
12967 2005-08-31  Wim Taymans  <wim@fluendo.com>
12968
12969         * gst-libs/gst/audio/gstbaseaudiosink.c:
12970         (gst_base_audio_sink_render):
12971         Resync if the buffer timestamps drift more than a 10th 
12972         of a second.
12973
12974 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12975
12976         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12977         (gst_v4lsrc_get_property):
12978           The 'timestamp-offset' property is registered as an int64, so
12979           let's use g_value_{set|get}_int64() in our setter and getter
12980           functions (makes it work and fixes warnings with gst-inspect).
12981
12982 2005-08-30  Wim Taymans  <wim@fluendo.com>
12983
12984         * check/elements/audioconvert.c: (setup_audioconvert):
12985         * check/elements/audioresample.c: (setup_audioresample):
12986         * check/elements/volume.c: (setup_volume):
12987         Fix checks.
12988
12989 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12990
12991         * common/gtk-doc-plugins.mak:
12992         * common/plugins.xsl:
12993         * docs/plugins/Makefile.am:
12994           make module a param
12995
12996 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12997
12998         * examples/seeking/seek.c: (make_mp3_pipeline),
12999         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
13000         (play_cb), (pause_cb), (stop_cb):
13001           update the example
13002
13003 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
13004
13005         * gst/volume/gstvolume.c: (gst_volume_class_init),
13006         (volume_transform):
13007           do not update controlled params, if buffer has no timestamp
13008
13009 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
13010
13011         * configure.ac:
13012         * gst/sine/Makefile.am:
13013         * gst/volume/Makefile.am:
13014           controllerized elements also need to link against controller-libs ;)
13015
13016 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
13017
13018         * docs/libs/tmpl/gstcolorbalance.sgml:
13019         * docs/libs/tmpl/gstgconf.sgml:
13020         * docs/libs/tmpl/gstmixer.sgml:
13021         * docs/libs/tmpl/gstringbuffer.sgml:
13022         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13023         (gst_sinesrc_create):
13024         * gst/volume/gstvolume.c: (gst_volume_class_init),
13025         (volume_transform):
13026           controllerized two audio plugins
13027
13028 2005-08-29  Andy Wingo  <wingo@pobox.com>
13029
13030         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
13031         (vorbis_handle_data_packet): Fix some int overflow errors.
13032
13033         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
13034         -1.
13035         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
13036         valid.
13037         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
13038         if it's valid. Fixed streaming-mode playback.
13039
13040         * check/elements/volume.c (cleanup_volume): Fix for running
13041         CK_FORK=no.
13042
13043         * check/elements/audioconvert.c: Convert from native endian, not
13044         little endian.
13045
13046 2005-08-29  Michael Smith <msmith@fluendo.com>
13047
13048         * ext/ogg/Makefile.am:
13049         * ext/ogg/gstogg.c: (plugin_init):
13050         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
13051         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
13052         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
13053         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
13054         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
13055         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
13056         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
13057         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
13058         Add an ogg parser element.
13059
13060 2005-08-28  Andy Wingo  <wingo@pobox.com>
13061
13062         * Updates for two-arg init from GST_BOILERPLATE_FULL.
13063
13064 2005-08-26  Wim Taymans  <wim@fluendo.com>
13065
13066         * gst/audioconvert/audioconvert.c: (if), (float),
13067         (audio_convert_get_func_index), (check_default),
13068         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13069         (audio_convert_clean_context), (audio_convert_get_sizes),
13070         (audio_convert_convert):
13071         Cleanups.
13072
13073 2005-08-26  Wim Taymans  <wim@fluendo.com>
13074
13075         * gst/audioconvert/audioconvert.c: (if), (float),
13076         (audio_convert_get_func_index), (check_default),
13077         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13078         (audio_convert_clean_context), (audio_convert_get_sizes),
13079         (audio_convert_convert):
13080         More elegant and working temp buffer selection algo.
13081
13082 2005-08-26  Wim Taymans  <wim@fluendo.com>
13083
13084         * gst/audioconvert/audioconvert.c: (if), (float),
13085         (audio_convert_get_func_index), (check_default),
13086         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13087         (audio_convert_clean_context), (audio_convert_get_sizes),
13088         (get_temp_buffer), (audio_convert_convert):
13089         Use realloc else we lose our original data.
13090
13091 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13092
13093         * gst/audioresample/gstaudioresample.c:
13094           use base class' newsegment to properly timestamp
13095
13096 2005-08-26  Wim Taymans  <wim@fluendo.com>
13097
13098         * gst/audioconvert/audioconvert.c: (if), (float),
13099         (audio_convert_get_func_index), (check_default),
13100         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13101         (audio_convert_clean_context), (audio_convert_get_sizes),
13102         (get_temp_buffer), (audio_convert_convert):
13103         * gst/audioconvert/gstaudioconvert.c:
13104         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
13105         (gst_audio_convert_transform_caps),
13106         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
13107         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
13108         Oops, allocate enough space to perform the channel mix.
13109
13110 2005-08-26  Wim Taymans  <wim@fluendo.com>
13111
13112         * gst/audioconvert/Makefile.am:
13113         * gst/audioconvert/audioconvert.c: (if), (float),
13114         (audio_convert_get_func_index), (check_default),
13115         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13116         (audio_convert_clean_context), (audio_convert_get_sizes),
13117         (get_temp_buffer), (audio_convert_convert):
13118         * gst/audioconvert/audioconvert.h:
13119         * gst/audioconvert/gstaudioconvert.c:
13120         (gst_audio_convert_class_init), (gst_audio_convert_init),
13121         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
13122         (gst_audio_convert_get_unit_size),
13123         (gst_audio_convert_transform_caps),
13124         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
13125         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
13126         * gst/audioconvert/gstaudioconvert.h:
13127         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
13128         (gst_channel_mix_fill_identical),
13129         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
13130         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
13131         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
13132         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
13133         (gst_channel_mix_mix):
13134         * gst/audioconvert/gstchannelmix.h:
13135         Cleanups, librarify a bit, optimize, better negotiation and more.
13136
13137 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13138
13139         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
13140         Another from MikeS:
13141         During typefinding, don't support negative offsets
13142         (offsets from the end of the stream) in our typefind->peek() function
13143         - nothing embedded in ogg ever needs them. However, we need to recognise
13144         those requests and reject them, otherwise we return invalid pointers.
13145
13146 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13147
13148         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13149         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13150         (vorbisdec_finalize), (vorbis_handle_type_packet):
13151           Big shout-out to MikeS for fixing this giant memory leak.
13152           Huzzah!
13153
13154 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13155
13156         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13157         (audio_convert_get_unit_size):
13158           plug some leaks
13159
13160 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13161
13162         * check/Makefile.am:
13163         * check/elements/audioconvert.c: (setup_audioconvert),
13164         (cleanup_audioconvert), (get_int_caps), (verify_convert),
13165         (GST_START_TEST), (audioconvert_suite), (main):
13166           add a test for audioconvert
13167         * gst/audioresample/gstaudioresample.c:
13168         * gst/audioresample/gstaudioresample.h:
13169           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13170           note that for buffers of 1/3 sec this means DURATION(c) is 
13171           one nanosecond more than for a and b
13172
13173 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13174
13175         * check/Makefile.am:
13176         * check/elements/audioresample.c: (setup_audioresample),
13177         (cleanup_audioresample), (fail_unless_perfect_stream),
13178         (test_perfect_stream_instance), (GST_START_TEST),
13179           add a check for audioresample
13180         (audioresample_suite), (main):
13181         * check/elements/volume.c: (GST_START_TEST):
13182           remove unused method
13183         * gst/audioresample/gstaudioresample.c:
13184           set correct buffer parameters since we're changing them
13185         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13186           add some debug
13187
13188 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13189
13190         * gst/audioresample/debug.c:
13191         * gst/audioresample/gstaudioresample.c:
13192           add room for extra overlap samples when asked to transform size
13193           protect against possible mem corruption and check for discrepancies
13194           between written size and outbuffer's size so we can warn for
13195           potential problems
13196         * gst/audioresample/resample.c: (resample_init),
13197         (resample_get_output_size_for_input), (resample_get_output_size),
13198         (resample_set_n_channels), (resample_set_format):
13199           set debug level based on RESAMPLE_DEBUG env var
13200           make sure that get_output_size* returns a whole number of
13201           sample_size
13202           set sample_size each time either channel or format is set
13203         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13204         * gst/audioresample/resample_functable.c:
13205         (resample_scale_functable):
13206         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13207           remove r->sample_size, it's done in resample.c now
13208           add some debugging to the ref implementation
13209           make sure we only give back bytes that are wholes of the sample
13210           size
13211
13212 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
13213         * gst/playback/gstplaybasebin.c: (fill_buffer):
13214         Revert unpopular change for GST_MESSAGE_SRC to GObject.
13215
13216 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
13217
13218         * gst/volume/gstvolume.c:
13219           made set_caps function static
13220
13221 2005-08-24  Wim Taymans  <wim@fluendo.com>
13222
13223         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13224         (gst_vorbisenc_change_state):
13225         Stop leaking taglists.
13226
13227 2005-08-24  Wim Taymans  <wim@fluendo.com>
13228
13229         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13230         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13231         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13232         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13233         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13234         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13235         Parse seeking events better.
13236         Unref static caps.
13237         Generate correct newsegment events, fixes seeking in live oggs.
13238
13239         * ext/theora/theoradec.c: (theora_dec_src_query),
13240         (theora_dec_src_event), (theora_dec_src_getcaps),
13241         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13242         Use newsegment values to report correct play time.
13243
13244         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13245         (vorbis_dec_src_event), (vorbis_dec_sink_event):
13246         * ext/vorbis/vorbisdec.h:
13247         Parse and use newsegment values to report correct play time.
13248
13249         * gst-libs/gst/audio/gstbaseaudiosink.c:
13250         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13251         Clear ringbuffer on flush.
13252         Use newsegment values to calculate playback time.
13253
13254         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13256         Basesink does newsegment calculations for us now.
13257
13258 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13259
13260         * check/Makefile.am:
13261         * configure.ac:
13262           add core's plugins to the mix so that playbin works
13263         * check/generic/states.c: (GST_START_TEST):
13264           set a 0 timeout on pipelines, so they don't force the next
13265           state change
13266         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13267         (gst_play_base_bin_change_state):
13268           remove the crappy error handling and do GST error handling
13269
13270 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13271
13272         * check/Makefile.am:
13273         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13274           add same test as to core, it bitches out on playbin atm.
13275
13276 2005-08-24  Wim Taymans  <wim@fluendo.com>
13277
13278         * configure.ac:
13279         Remove audioscale.
13280
13281 2005-08-24  Wim Taymans  <wim@fluendo.com>
13282
13283         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13284         (gst_videoscale_prepare_size), (parse_caps),
13285         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13286         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13287         (gst_videoscale_transform):
13288         * gst/videoscale/gstvideoscale.h:
13289         Refactor, make use of BaseTranform really well.
13290
13291 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13292
13293         * configure.ac:
13294           compile audioresample
13295         * gst/audioresample/Makefile.am:
13296         * gst/audioresample/buffer.c:
13297         * gst/audioresample/functable.c:
13298         * gst/audioresample/gstaudioresample.c:
13299         * gst/audioresample/gstaudioresample.h:
13300         * gst/audioresample/resample.c:
13301         (resample_get_output_size_for_input):
13302         * gst/audioresample/resample.h:
13303         * gst/audioresample/resample_chunk.c:
13304         * gst/audioresample/resample_functable.c:
13305         * gst/audioresample/resample_ref.c:
13306           port to use basetransform; doesn't work in all cases yet
13307
13308 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13309
13310         * gst/audioconvert/gstaudioconvert.c:
13311         (gst_audio_convert_class_init), (gst_audio_convert_init),
13312         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13313         (audio_convert_fixate_caps), (audio_convert_set_caps),
13314         (audio_convert_transform),
13315         (gst_audio_convert_buffer_to_default_format),
13316         (gst_audio_convert_buffer_from_default_format),
13317         (gst_audio_convert_channels):
13318         * gst/audioconvert/gstchannelmix.c:
13319         * gst/audioconvert/gstchannelmix.h:
13320           port to basetransform
13321         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13322         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13323         (gst_ffmpegcsp_get_unit_size):
13324         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13325         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13326           fix for basetransform changes
13327
13328 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13329
13330         * check/Makefile.am:
13331           Add CHECK_CFLAGS and LDFLAGS
13332
13333         * gst/playback/gstplaybasebin.c: (fill_buffer):
13334           GST_MESSAGE_SRC became a GObject
13335
13336 2005-08-24  Wim Taymans  <wim@fluendo.com>
13337
13338         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13339         (gst_ring_buffer_clear_all):
13340         * gst-libs/gst/audio/gstringbuffer.h:
13341         Added function to clear the ringbuffer.
13342
13343 2005-08-24  Andy Wingo  <wingo@pobox.com>
13344
13345         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13346         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13347         of _open and _close.
13348
13349         * sys/v4l/gstv4lxoverlay.h:
13350         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13351         an Xv connection here, instead of all the time. Make Xv only be
13352         loaded if you axe for it. Kindof a workaround for buggy behaviour
13353         of Xv when using remote xservers (XvQueryExtension would block).
13354         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13355         replace the _open and _close public API. Only start the xv
13356         connection if necessary.
13357         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13358
13359 2005-08-23  David Schleef  <ds@schleef.org>
13360
13361         * gst/audioresample/Makefile.am: Leet audioresampling code
13362         * gst/audioresample/buffer.c:
13363         * gst/audioresample/buffer.h:
13364         * gst/audioresample/debug.c:
13365         * gst/audioresample/debug.h:
13366         * gst/audioresample/functable.c:
13367         * gst/audioresample/functable.h:
13368         * gst/audioresample/gstaudioresample.c:
13369         * gst/audioresample/gstaudioresample.h:
13370         * gst/audioresample/resample.c:
13371         * gst/audioresample/resample.h:
13372         * gst/audioresample/resample_chunk.c:
13373         * gst/audioresample/resample_functable.c:
13374         * gst/audioresample/resample_ref.c:
13375
13376 2005-08-23  Wim Taymans  <wim@fluendo.com>
13377
13378         * examples/seeking/seek.c: (make_vorbis_pipeline),
13379         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13380         Small seek updates.
13381
13382 2005-08-23  Andy Wingo  <wingo@pobox.com>
13383
13384         * gst-libs/gst/audio/gstbaseaudiosrc.c
13385         (gst_base_audio_src_fixate): Only fixate endianness if it is
13386         present in the caps.
13387
13388 2005-08-22  Andy Wingo  <wingo@pobox.com>
13389
13390         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13391         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13392         device-name property.
13393
13394         * gst-libs/gst/audio/gstaudiosrc.h:
13395         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13396         close_device in the ring buffer, like gstaudiosink.
13397
13398         * ext/alsa/gstalsamixer.h:
13399         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13400         macro to implement the interface without much code. Cleanups. 
13401
13402         * ext/alsa/gstalsasrc.h:
13403         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13404         READY.
13405
13406         * ext/alsa/Makefile.am: Add new files.
13407         * ext/alsa/gstalsamixerelement.c: 
13408         * ext/alsa/gstalsamixerelement.c: Split element code out from
13409         mixer code so that alsasrc can be a mixer too.
13410
13411 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13412
13413         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13414         (GST_START_TEST):
13415         * check/elements/vorbisdec.c: (setup_vorbisdec),
13416         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13417         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13418         (vorbis_handle_identification_packet),
13419         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13420         (vorbis_handle_header_packet), (vorbis_dec_push),
13421         (vorbis_dec_chain):
13422           use the setup/teardown methods to save code.  save code is good.
13423
13424 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13425
13426         * check/Makefile.am:
13427           add ext dir for plugins
13428           add vorbisdec test conditionally
13429         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13430         (GST_START_TEST), (volume_suite):
13431           add a test with wrong caps
13432         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13433         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13434           add a vorbisdec test
13435         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13436         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13437           clean up debug output
13438         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13439           yay, fix a segfault/security issue in vorbisdec
13440           gst-launch fakesrc ! vorbisdec wasn't happy
13441         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13442         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13443         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13444         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13445         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13446         (gst_vorbisenc_set_metadata), (get_constraints_string),
13447         (update_start_message), (gst_vorbisenc_setup),
13448         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13449         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13450         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13451         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13452         * ext/vorbis/vorbisenc.h:
13453           march in line
13454         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13455         (gst_ffmpegcsp_transform):
13456           have the kow come home
13457         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13458           debug my func ptr
13459         * gst/volume/gstvolume.c: (volume_set_caps):
13460           add a debug
13461
13462 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13463
13464         * Makefile.am:
13465         * check/.cvsignore:
13466         * check/Makefile.am:
13467         * check/elements/.cvsignore:
13468         * check/elements/volume.c: (chain_func), (event_func),
13469         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13470         (main):
13471         * configure.ac:
13472           add unit test structure for gst-plugins-base
13473           add a test for volume
13474         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13475         (gst_volume_set_volume), (gst_volume_get_volume),
13476         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13477         (volume_funcfind), (volume_process_float), (volume_process_int16),
13478         (volume_set_caps), (volume_transform), (volume_update_mute),
13479         (volume_update_volume), (volume_set_property),
13480         (volume_get_property):
13481           document a little; use basetransform vmethod _set_caps
13482
13483 2005-08-19  Andy Wingo  <wingo@pobox.com>
13484
13485         * ext/alsa/gstalsamixertrack.h:
13486         * ext/alsa/gstalsamixertrack.c:
13487         * ext/alsa/gstalsamixeroptions.h:
13488         * ext/alsa/gstalsamixeroptions.c:
13489         * ext/alsa/gstalsamixer.h:
13490         * ext/alsa/gstalsamixer.c: Port to 0.9.
13491
13492         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13493         Remove gstalsa.c and alsaclock. No more cruft here.
13494         
13495 2005-08-18  Wim Taymans  <wim@fluendo.com>
13496
13497         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13498         (gst_base_rtp_depayload_chain),
13499         (gst_base_rtp_depayload_add_to_queue),
13500         (gst_base_rtp_depayload_push),
13501         (gst_base_rtp_depayload_queue_release):
13502         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13503         Fix for RTPBuffer changes.
13504
13505         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13506         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13507         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13508         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13509         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13510         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13511         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13512         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13513         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13514         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13515         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13516         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13517         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13518         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13519         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13520         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13521         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13522         (gst_rtpbuffer_get_payload):
13523         * gst-libs/gst/rtp/gstrtpbuffer.h:
13524         Don't subclass GstBuffer but add methods and helper functions
13525         to construct and manipulate RTP packets in regular GstBuffers.
13526
13527 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13528
13529         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13530           moved statement below switch
13531         * gst/volume/gstvolume.c: (gst_volume_class_init):
13532           added debug ptr
13533
13534 2005-08-16  Wim Taymans  <wim@fluendo.com>
13535
13536         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13537         (gst_base_audio_src_change_state):
13538         Open and close device in READY<->NULL state change.
13539
13540 2005-08-16  Andy Wingo  <wingo@pobox.com>
13541
13542         * examples/seeking/Makefile.am: Don't compile non-compiling
13543         compiled objects with the compiler.
13544
13545         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13546         elements.
13547
13548 2005-08-12  Philippe Khalaf <burger@speedy.org>
13549         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13550         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13551           Made a thread to release the queue.
13552           Removed timestamp conversion for now.
13553
13554 2005-08-10  Philippe Khalaf <burger@speedy.org>
13555         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13556         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13557           Added rtp timestamp -> gst timestamp conversion.
13558           Fixed several problems with queue.
13559
13560 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13561
13562         * gst-libs/gst/audio/gstaudioclock.h:
13563         * gst-libs/gst/audio/gstaudiofilter.h:
13564         * gst-libs/gst/audio/gstaudiosink.h:
13565         * gst-libs/gst/audio/gstaudiosrc.h:
13566         * gst-libs/gst/audio/gstbaseaudiosink.h:
13567         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13568         * gst-libs/gst/audio/gstringbuffer.h:
13569         * gst-libs/gst/net/gstnetbuffer.h:
13570         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13571         * gst-libs/gst/rtp/gstrtpbuffer.h:
13572           Add padding (you will need to rebuild gst-plugins-base,
13573           gst-plugins and all applications afterwards!)
13574
13575 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13576
13577         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13578         (gst_riff_parse_chunk):
13579           Fix bug in debug message and add some more debug messages.
13580
13581 2005-08-08  Edward Hervey  <edward@fluendo.com>
13582
13583         * gst-libs/gst/riff/riff-media.c:
13584         backported updates since branch
13585
13586 2005-08-08  Andy Wingo  <wingo@pobox.com>
13587
13588         * gst-libs/gst/audio/gstbaseaudiosink.c
13589         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13590         like good elements should. Close on READY->NULL too.
13591
13592         * gst-libs/gst/audio/gstaudiosink.c
13593         (gst_audioringbuffer_open_device,
13594         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13595         (gst_audioringbuffer_release): Updates for new ring buffer API,
13596         hook into the new audio sink api.
13597
13598         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13599         (GstAudioSinkClass.close): Just open and close the device -- no
13600         resource allocation or configuration.
13601         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13602         vmethods, handle device setup and resource allocation.
13603
13604         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13605         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13606         base class API.
13607
13608         * gst-libs/gst/audio/gstringbuffer.h
13609         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13610         New vmethods.
13611
13612         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13613         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13614         New API functions. The device should be opened before acquiring
13615         and closed after releasing.
13616
13617 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13618
13619         * gst-libs/gst/interfaces/mixer.h:
13620           Reset padding to GST_PADDING.
13621
13622 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13623
13624         * gst/playback/gstplaybin.c: (remove_sinks):
13625           Remove visualization from parent explicitely; works around some
13626           apparent refcount issue that I haven't tracked down yet.
13627
13628 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13629
13630         * ext/alsa/gstalsasink.c: (set_hwparams):
13631           Assign debug category, add negotiation debug msgs.
13632
13633 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13634
13635         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13636           Fix error code for file-not-found to NOT_FOUND.
13637
13638 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13639
13640         * common/gtk-doc-plugins.mak:
13641         * docs/plugins/Makefile.am:
13642         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13643         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13644           renamed to actual element names, so much nicer to look at
13645         * docs/plugins/tmpl/gstmultifdsink.sgml:
13646           remove
13647         * docs/plugins/tmpl/multifdsink.sgml:
13648         * docs/plugins/tmpl/tcpserversink.sgml:
13649           add
13650         * ext/alsa/gstalsa.c:
13651         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13652         * ext/ogg/gstoggmux.c:
13653         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13654         * gst/playback/gstdecodebin.c:
13655         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13656         * gst/tcp/gsttcpserversink.c:
13657           various fixes and documentation additions
13658
13659 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13660
13661         * common/Makefile.am:
13662         * common/gstdoc-scangobj:
13663         * common/gtk-doc-plugins.mak:
13664         * common/gtk-doc.mak:
13665           add a custom scangobj that uses the registry
13666           add a custom gtk-doc-plugins.mak that uses it
13667           some doc build fixes
13668         * configure.ac:
13669         * docs/Makefile.am:
13670         * docs/plugins/Makefile.am:
13671         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13672         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13673         * docs/plugins/gst-plugins-base-plugins.types:
13674         * docs/plugins/tmpl/gstmultifdsink.sgml:
13675           add docs for one element, multifdsink
13676         * gst/adder/gstadder.h:
13677         * gst/volume/gstvolume.h:
13678           don't privatize enum
13679         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13680         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13681         (gst_sync_method_get_type), (gst_client_status_get_type),
13682         (gst_multifdsink_class_init),
13683         (gst_multifdsink_client_queue_buffer),
13684         (gst_multifdsink_handle_client_write):
13685         * gst/tcp/gstmultifdsink.h:
13686         * gst/tcp/gsttcp.h:
13687         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13688         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13689         (gst_tcpclientsink_render):
13690         * gst/tcp/gsttcpclientsink.h:
13691         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13692         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13693         (gst_tcpclientsrc_start):
13694         * gst/tcp/gsttcpclientsrc.h:
13695         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13696         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13697         * gst/tcp/gsttcpserversrc.h:
13698         * gst/typefind/gsttypefindfunctions.c:
13699           remove superfluous Type stuff
13700
13701 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13702
13703         * gst/playback/gstplaybin.c: (gen_video_element):
13704           Enable videoscale.
13705
13706 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13707
13708         * gst-libs/gst/gconf/gconf.c:
13709         * gst-libs/gst/gconf/gconf.h:
13710           Fix some Andy Problem [tm].
13711
13712 2005-08-04  Andy Wingo  <wingo@pobox.com>
13713
13714         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13715         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13716         (gst_ffmpegcsp_get_size): Adapt to API changes.
13717
13718         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13719         Implement an in-place do-nothing transform.
13720
13721 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13722
13723         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13724         (gst_ximagesink_renegotiate_size):
13725           Do not set new window sizes yet if we prepare a new buffer size
13726           for upstream renegotiation (software scaling) at some point in the
13727           future, because this new size waqs not actually accepted yet. Once
13728           accepted, renegotiation later on will set the new sizes just fine.
13729           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13730           embedding testcase.
13731
13732 2005-08-03  Andy Wingo  <wingo@pobox.com>
13733
13734         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13735         (gst_ximagesink_buffer_alloc): 
13736         Protect the height, width, and desired_caps with the pool_lock.
13737         Fixes videotestsrc ! queue ! ximagesink.
13738
13739 2005-08-02  Edward Hervey  <edward@fluendo.com>
13740
13741         * gst/volume/gstvolume.c:
13742         include left from controller cleanup
13743
13744 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13745         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13746           Stop collectpads before calling the parent state
13747           change function on PAUSED->READY.
13748
13749 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13750         * configure.ac:
13751           When testing for X libs, use the X CFlags 
13752         * gst/adder/gstadder.c: (gst_adder_change_state):
13753           Stop the collectpads before calling parent state change function
13754           on PAUSED->READY, otherwise we deadlock deactivating pads.
13755
13756 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13757
13758         * configure.ac:
13759         * docs/libs/tmpl/gstcolorbalance.sgml:
13760         * docs/libs/tmpl/gstmixer.sgml:
13761         * examples/Makefile.am:
13762         * gst/sine/Makefile.am:
13763         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13764         (gst_sinesrc_set_property), (plugin_init):
13765         * gst/sine/gstsinesrc.h:
13766         * gst/volume/Makefile.am:
13767         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13768         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13769         (volume_process_float), (volume_process_int16),
13770         (volume_set_property), (plugin_init):
13771         * gst/volume/gstvolume.h:
13772           deactivate and remove dparams (libgstcontrol)
13773
13774 2005-07-29  Wim Taymans  <wim@fluendo.com>
13775
13776         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13777         Convert me to BaseTransform!! help..
13778
13779 2005-07-29  Andy Wingo  <wingo@pobox.com>
13780
13781         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13782         sinks.
13783
13784         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13785         support of both endiannesses.
13786
13787 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13788
13789         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13790           Fix confusing debug message (s/event/query/)
13791
13792 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13793
13794         * gst/videotestsrc/videotestsrc.h:
13795           Use "_stdint.h" instead of <stdint.h>
13796
13797 2005-07-27  Wim Taymans  <wim@fluendo.com>
13798
13799         * ext/vorbis/Makefile.am:
13800         Revert wrong commit.
13801
13802 2005-07-27  Wim Taymans  <wim@fluendo.com>
13803
13804         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13805         More compilation fixen.
13806
13807 2005-07-27  Wim Taymans  <wim@fluendo.com>
13808
13809         * gst-libs/gst/audio/gstbaseaudiosink.c:
13810         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13811         (gst_base_audio_sink_create_ringbuffer),
13812         (gst_base_audio_sink_change_state):
13813         Fix compilation.
13814
13815 2005-07-27  Wim Taymans  <wim@fluendo.com>
13816
13817         * examples/seeking/seek.c: (setup_dynamic_link),
13818         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13819         (query_positions_elems), (query_positions_pads), (do_seek):
13820         Update seek example.
13821
13822         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13823         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13824         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13825         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13826         (gst_ogg_demux_handle_event),
13827         (gst_ogg_demux_deactivate_current_chain),
13828         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13829         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13830         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13831         (gst_ogg_demux_loop):
13832         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13833         * ext/theora/theoradec.c: (theora_dec_src_event),
13834         (theora_dec_src_getcaps), (theora_dec_sink_event),
13835         (theora_dec_push), (theora_dec_chain):
13836         * ext/vorbis/Makefile.am:
13837         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13838         (vorbis_dec_sink_event), (vorbis_dec_push),
13839         (vorbis_handle_data_packet):
13840         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13841         (gst_vorbisenc_chain):
13842         * gst/playback/gststreaminfo.c: (cb_probe):
13843         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13844         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13845         * gst/videoscale/gstvideoscale.c:
13846         (gst_videoscale_handle_src_event):
13847         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13848         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13849         (gst_ximagesink_navigation_send_event):
13850         * sys/xvimage/xvimagesink.c:
13851         (gst_xvimagesink_navigation_send_event):
13852         Various event updates and cleanups
13853
13854 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13855
13856         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13857           Fix segfault for I420/YV12.
13858
13859 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13860
13861         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13862           Report bitrate.
13863
13864 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13865
13866         * gst/playback/gstplaybin.c: (gen_video_element),
13867         (gen_audio_element):
13868           Switch to auto*sink elements as default sinks; add volume element
13869           so that volume control in totem works.
13870
13871 2005-07-21  Wim Taymans  <wim@fluendo.com>
13872
13873         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13874         * gst/playback/gstplaybin.c: (setup_sinks),
13875         (gst_play_bin_change_state):
13876         Refcount fix and more comments.
13877
13878 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13879
13880         * sys/ximage/Makefile.am:
13881         * sys/ximage/ximage.c: (plugin_init):
13882         * sys/ximage/ximagesink.c:
13883         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13884         
13885
13886 2005-07-21  Wim Taymans  <wim@fluendo.com>
13887
13888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13889         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13890         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13891         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13892         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13893         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13894         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13895         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13896         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13897         Generate correct disconts for live chained oggs.
13898
13899         * gst-libs/gst/audio/gstbaseaudiosink.c:
13900         (gst_base_audio_sink_render),
13901         (gst_base_audio_sink_create_ringbuffer),
13902         (gst_base_audio_sink_change_state):
13903         Handle discont math correctly.
13904
13905         * gst/playback/gstplaybin.c: (add_sink):
13906         Some small debug cleanup.
13907
13908 2005-07-21  Wim Taymans  <wim@fluendo.com>
13909
13910         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13911         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13912         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13913         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13914         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13915         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13916         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13917         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13918         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13919         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13920         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13921         (gst_ogg_demux_change_state), (gst_ogg_print):
13922         Reorganize code to send the right disconts when in streaming
13923         mode.
13924
13925 2005-07-20  Andy Wingo  <wingo@pobox.com>
13926
13927         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13928         fix (?), fixes a seggie mcfalterson (#310894).
13929
13930 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13931
13932         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13933         (gst_ogg_mux_set_header_on_caps):
13934         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13935         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13936         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13937         * gst-libs/gst/audio/multichannel.c:
13938         (gst_audio_set_channel_positions),
13939         (gst_audio_set_structure_channel_positions_list):
13940         * gst/playback/gstdecodebin.c: (dynamic_create):
13941         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13942         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13943           Fixes for API changes in core.
13944
13945 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13946
13947         * gst/playback/gstplaybasebin.c: (fill_buffer):
13948           Use _new_custom() so we can set custom message types for buffering
13949           messages.
13950
13951 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13952
13953         * configure.ac:
13954         * gst-libs/gst/Makefile.am:
13955         * gst-libs/gst/gconf/.cvsignore:
13956         * gst-libs/gst/gconf/Makefile.am:
13957         * gst-libs/gst/gconf/test-gconf.c:
13958         * pkgconfig/Makefile.am:
13959         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13960         * pkgconfig/gstreamer-gconf.pc.in:
13961           Remove gconf stuff, use gconf elements instead from now on.
13962
13963 2005-07-20  Wim Taymans  <wim@fluendo.com>
13964
13965         * gst-libs/gst/audio/TODO:
13966         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13967         (gst_audio_clock_get_internal_time):
13968         * gst-libs/gst/audio/gstaudioclock.h:
13969         * gst-libs/gst/audio/gstbaseaudiosink.c:
13970         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13971         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13972         (gst_base_audio_sink_render),
13973         (gst_base_audio_sink_create_ringbuffer),
13974         (gst_base_audio_sink_change_state):
13975         Make sure the audio clock always returns an increasing value.
13976
13977 2005-07-19  Andy Wingo  <wingo@pobox.com>
13978
13979         * gst/videotestsrc/: Cleanups.
13980
13981 2005-07-19  Wim Taymans  <wim@fluendo.com>
13982
13983         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13984         Better debugging.
13985
13986 2005-07-19  Wim Taymans  <wim@fluendo.com>
13987
13988         * examples/seeking/seek.c: (make_dv_pipeline),
13989         (make_vorbis_theora_pipeline), (query_rates),
13990         (query_positions_elems), (query_positions_pads), (do_seek):
13991         Make correct DV pipeline.
13992
13993 2005-07-18  Andy Wingo  <wingo@pobox.com>
13994
13995         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13996         default. Also because it's the only thing that really works. (This
13997         is used in the GConf elements).
13998         Use AS_LIBTOOL_TAGS.
13999
14000 2005-07-18  Wim Taymans  <wim@fluendo.com>
14001
14002         * gst/playback/gstdecodebin.c: (remove_element_chain):
14003         * gst/playback/gstplaybin.c: (add_sink):
14004         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14005         (gst_stream_info_set_mute):
14006         * gst/playback/gststreamselector.c:
14007         (gst_stream_selector_get_linked_pad),
14008         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
14009         More leak and compile fixes.
14010
14011 2005-07-18  Wim Taymans  <wim@fluendo.com>
14012
14013         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14014         (query_rates), (query_positions_elems), (query_positions_pads),
14015         (do_seek), (seek_cb), (stop_seek):
14016         Updated seek example. 
14017
14018         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
14019         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
14020         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
14021         * gst/playback/gstplaybin.c: (add_sink):
14022         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14023         (gst_stream_info_set_mute):
14024         Some refcount leak fixes.
14025
14026 2005-07-16  Wim Taymans  <wim@fluendo.com>
14027
14028         * gst-libs/gst/audio/gstbaseaudiosink.c:
14029         (gst_base_audio_sink_render):
14030         Align samples even if we have roundoff errors in the 
14031         timestamp conversion.
14032
14033 2005-07-16  Wim Taymans  <wim@fluendo.com>
14034
14035         * docs/libs/tmpl/gstringbuffer.sgml:
14036         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14037         (query_rates), (query_positions_elems), (query_positions_pads),
14038         (update_scale), (do_seek):
14039         Updated seek example.
14040
14041         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14042         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
14043         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
14044         (gst_ogg_demux_loop):
14045         Push out correct discont values.
14046
14047         * ext/theora/theoradec.c: (theora_dec_src_convert),
14048         (theora_dec_sink_convert), (theora_dec_src_getcaps),
14049         (theora_dec_sink_event), (theora_handle_type_packet),
14050         (theora_handle_header_packet), (theora_dec_push),
14051         (theora_handle_data_packet), (theora_dec_chain),
14052         (theora_dec_change_state):
14053         Better timestamping.
14054
14055         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14056         (vorbis_dec_sink_event), (vorbis_dec_push),
14057         (vorbis_handle_data_packet), (vorbis_dec_chain):
14058         * ext/vorbis/vorbisdec.h:
14059         Better timestamping.
14060
14061         * gst-libs/gst/audio/gstbaseaudiosink.c:
14062         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
14063         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14064         Handle syncing on timestamps instead of sample offsets. Make
14065         use of DISCONT values as described in design docs.
14066
14067         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14068         (gst_base_audio_src_get_time):
14069         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
14070         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
14071         (gst_ring_buffer_read):
14072         * gst-libs/gst/audio/gstringbuffer.h:
14073         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
14074         (gst_ximagesink_show_frame):
14075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
14076         Correcly convert buffer timestamp to stream time.
14077
14078 2005-07-16  Wim Taymans  <wim@fluendo.com>
14079
14080         * gst/audioconvert/gstaudioconvert.c:
14081         (gst_audio_convert_get_buffer):
14082         Timestamp buffers correctly.
14083
14084         * gst/playback/gstplaybin.c: (gen_video_element):
14085         Make internal fakesink silent.
14086
14087 2005-07-15  Wim Taymans  <wim@fluendo.com>
14088
14089         * gst/ffmpegcolorspace/Makefile.am:
14090         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14091         (gst_ffmpegcsp_caps_remove_format_info),
14092         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
14093         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
14094         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
14095         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
14096         Ported ffmpegcolorspace to basetransform.
14097
14098         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
14099         * gst/volume/gstvolume.c: (volume_transform):
14100         Ported to new API.
14101
14102 2005-07-14  Wim Taymans  <wim@fluendo.com>
14103
14104         * gst/videotestsrc/Makefile.am:
14105         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
14106         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
14107         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
14108         (gst_videotestsrc_init), (gst_videotestsrc_event),
14109         (gst_videotestsrc_create), (gst_videotestsrc_start),
14110         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
14111         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14112         (gst_videotestsrc_get_property):
14113         * gst/videotestsrc/gstvideotestsrc.h:
14114         Make videotestsrc a pushsrc.
14115
14116 2005-07-14  Wim Taymans  <wim@fluendo.com>
14117
14118         * gst/tcp/gstfdset.c: (gst_fdset_free):
14119         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14120         (gst_multifdsink_add), (gst_multifdsink_remove),
14121         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14122         (gst_multifdsink_remove_client_link),
14123         (gst_multifdsink_client_queue_data),
14124         (gst_multifdsink_client_queue_caps),
14125         (gst_multifdsink_client_queue_buffer),
14126         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14127         (gst_multifdsink_stop):
14128         * gst/tcp/gstmultifdsink.h:
14129         0.8 backporting.
14130
14131         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14132         Also draw image when not from a pool.
14133
14134 2005-07-14  Wim Taymans  <wim@fluendo.com>
14135
14136         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14137         (mute_stream), (silence_stream):
14138         Small debug additions.
14139
14140 2005-07-14  Wim Taymans  <wim@fluendo.com>
14141
14142         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14143         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14144         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
14145         Better error recovery, ignore unconnected pads and
14146         non-fatal errors.
14147
14148 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14149
14150         * docs/libs/tmpl/gstaudio.sgml:
14151         * docs/libs/tmpl/gstcolorbalance.sgml:
14152         * docs/libs/tmpl/gstgconf.sgml:
14153         * docs/libs/tmpl/gstmixer.sgml:
14154         * docs/libs/tmpl/gstringbuffer.sgml:
14155         * docs/libs/tmpl/gsttuner.sgml:
14156         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14157         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14158         (gst_tcpclientsrc_class_init):
14159         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14160         (gst_tcpserversrc_class_init):
14161         * sys/v4l/gstv4lelement.c:
14162           more autistic cleanliness in functions/names/defines
14163
14164 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14165
14166         * configure.ac:
14167           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14168           added manually to each Makefile.am so we are sure it goes
14169           *last* and doesn't add -L flags before linking in libs of our
14170           own, like, say, internal .la libs, that then accidentally pick
14171           up the installed copy.
14172         * docs/libs/Makefile.am:
14173         * ext/alsa/Makefile.am:
14174         * ext/cdparanoia/Makefile.am:
14175         * ext/gnomevfs/Makefile.am:
14176         * ext/libvisual/Makefile.am:
14177         * ext/ogg/Makefile.am:
14178         * ext/theora/Makefile.am:
14179         * ext/vorbis/Makefile.am:
14180         * gst-libs/gst/video/Makefile.am:
14181         * gst/adder/Makefile.am:
14182         * gst/audioconvert/Makefile.am:
14183         * gst/audiorate/Makefile.am:
14184         * gst/audioscale/Makefile.am:
14185         * gst/ffmpegcolorspace/Makefile.am:
14186         * gst/playback/Makefile.am:
14187         * gst/sine/Makefile.am:
14188         * gst/subparse/Makefile.am:
14189         * gst/tags/Makefile.am:
14190         * gst/tcp/Makefile.am:
14191         * gst/typefind/Makefile.am:
14192         * gst/videorate/Makefile.am:
14193         * gst/videoscale/Makefile.am:
14194         * gst/videotestsrc/Makefile.am:
14195         * gst/volume/Makefile.am:
14196         * sys/v4l/Makefile.am:
14197         * sys/ximage/Makefile.am:
14198         * sys/xvimage/Makefile.am:
14199           adapt properly to this change. This should make sure that
14200           plugins and libs properly link to the as-yet-uninstalled
14201           copies of stuff like libgstinterfaces and libgstvideo
14202
14203 2005-07-13  Andy Wingo  <wingo@pobox.com>
14204
14205         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14206         (gst_v4lsrc_fixate): Fixate on format as well.
14207
14208         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
14209         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14210         buffer points to it.
14211         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14212         rather just doing X calls ourselves. Also fixes a memleak.
14213
14214 2005-07-12  Andy Wingo  <wingo@pobox.com>
14215
14216         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
14217         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
14218         (gst_v4lsrc_create): Re-add the copy-mode property, default to
14219         TRUE to avoid deadlocks if an element holds on to our buffers.
14220
14221 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14222
14223         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14224         (gst_sinesrc_init), (gst_sinesrc_create),
14225         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14226         (gst_sinesrc_start):
14227         * gst/sine/gstsinesrc.h:
14228           removing num-buffers property before moving it
14229
14230 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14231
14232         * configure.ac:
14233           use overridable ERROR_CFLAGS
14234         * docs/libs/gst-plugins-base-libs.types:
14235         * docs/libs/tmpl/gstringbuffer.sgml:
14236         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14237         (gst_alsasink_class_init):
14238         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14239         (gst_alsasrc_class_init):
14240         * gst-libs/gst/audio/audio.h:
14241         * gst-libs/gst/audio/gstaudioclock.h:
14242         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14243         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14244         (gst_audio_filter_link), (gst_audio_filter_init),
14245         (gst_audio_filter_chain), (gst_audio_filter_set_property),
14246         (gst_audio_filter_get_property),
14247         (gst_audio_filter_class_add_pad_templates):
14248         * gst-libs/gst/audio/gstaudiofilter.h:
14249         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14250         (gst_audio_filter_template_get_type),
14251         (gst_audio_filter_template_base_init),
14252         (gst_audio_filter_template_class_init),
14253         (gst_audio_filter_template_init),
14254         (gst_audio_filter_template_set_property),
14255         (gst_audio_filter_template_get_property), (plugin_init),
14256         (gst_audio_filter_template_setup),
14257         (gst_audio_filter_template_filter),
14258         (gst_audio_filter_template_filter_inplace):
14259         * gst-libs/gst/audio/gstaudiosink.c:
14260         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14261         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14262         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14263         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14264         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14265         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14266         * gst-libs/gst/audio/gstaudiosink.h:
14267         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14268         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14269         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14270         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14271         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14272         (gst_audio_src_class_init), (gst_audio_src_init),
14273         (gst_audio_src_create_ringbuffer):
14274         * gst-libs/gst/audio/gstaudiosrc.h:
14275         * gst-libs/gst/audio/gstbaseaudiosink.c:
14276         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14277         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14278         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14279         (gst_base_audio_sink_set_property),
14280         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14281         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14282         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14283         (gst_base_audio_sink_create_ringbuffer),
14284         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14285         * gst-libs/gst/audio/gstbaseaudiosink.h:
14286         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14287         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14288         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14289         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14290         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14291         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14292         (gst_base_audio_src_event), (gst_base_audio_src_create),
14293         (gst_base_audio_src_create_ringbuffer),
14294         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14295         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14296         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14297         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14298         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14299         (gst_ring_buffer_debug_spec_caps),
14300         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14301         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14302         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14303         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14304         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14305         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14306         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14307         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14308         (gst_ring_buffer_clear):
14309         * gst-libs/gst/audio/gstringbuffer.h:
14310         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14311         (gst_video_sink_class_init), (gst_video_sink_get_type):
14312         * gst-libs/gst/video/videosink.h:
14313         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14314         (gst_multifdsink_class_init),
14315         (gst_multifdsink_handle_client_write),
14316         (gst_multifdsink_change_state):
14317         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14318         (gst_tcpclientsink_setcaps):
14319         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14320         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14321         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14322         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14323         (gst_ximagesink_send_pending_navigation),
14324         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14325         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14327         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14328         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14329         (gst_xvimagesink_send_pending_navigation),
14330         (gst_xvimagesink_navigation_send_event),
14331         (gst_xvimagesink_set_xwindow_id),
14332         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14333         (gst_xvimagesink_get_type):
14334         more macro splitting
14335
14336 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14337
14338         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14339           plug a memleak, allows me to import 1479 albums in one go
14340           in jamboree
14341         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14342         (vorbis_handle_type_packet), (vorbis_dec_chain),
14343         (vorbis_dec_change_state):
14344           fix some format strings
14345
14346 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14347
14348         * docs/libs/tmpl/gstcolorbalance.sgml:
14349         * docs/libs/tmpl/gstmixer.sgml:
14350         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14351         (gst_alsasink_set_property), (gst_alsasink_get_property):
14352         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14353         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14354           add device property
14355
14356 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14357
14358         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14359         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14360         (audiocast_register_listener), (audiocast_thread_run),
14361         (gst_gnomevfssrc_send_additional_headers_callback),
14362         (gst_gnomevfssrc_received_headers_callback),
14363         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14364         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14365         (gst_gnomevfssrc_get_size):
14366           add/clean up debugging
14367         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14368           cleanups
14369
14370 2005-07-07  Andy Wingo  <wingo@pobox.com>
14371
14372         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14373         framerate. Need to get a handle on when exactly this function is
14374         called, tho.
14375
14376         * sys/v4l/v4lsrc_calls.h:
14377         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14378         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14379         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14380
14381         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14382         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14383         v4lelements are sources.
14384
14385         * sys/v4l/gstv4lxoverlay.h:
14386         * sys/v4l/gstv4lxoverlay.c:
14387         * sys/v4l/gstv4ltuner.h:
14388         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14389         
14390         * sys/v4l/gstv4lsrc.h:
14391         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14392         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14393         or something should handle that. Made a live source.
14394
14395         * sys/v4l/gstv4lelement.h:
14396         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14397         signals. Some cleanups.
14398
14399         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14400
14401         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14402         stuff.
14403
14404         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14405         stuff.
14406
14407         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14408
14409 2005-07-07  Wim Taymans  <wim@fluendo.com>
14410
14411         * ext/theora/theoradec.c: (theora_get_query_types),
14412         (theora_dec_src_getcaps), (theora_dec_push):
14413         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14414         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14415         Remove deprecated/unused query types.
14416
14417 2005-07-06  Wim Taymans  <wim@fluendo.com>
14418
14419         * ext/alsa/Makefile.am:
14420         * ext/alsa/gstalsaplugin.c: (plugin_init):
14421         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14422         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14423         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14424         (gst_alsasrc_class_init), (gst_alsasrc_init),
14425         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14426         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14427         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14428         (gst_alsasrc_reset):
14429         * ext/alsa/gstalsasrc.h:
14430         * gst-libs/gst/audio/Makefile.am:
14431         * gst-libs/gst/audio/gstaudiosink.c:
14432         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14433         (gst_audioringbuffer_start):
14434         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14435         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14436         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14437         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14438         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14439         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14440         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14441         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14442         * gst-libs/gst/audio/gstaudiosrc.h:
14443         * gst-libs/gst/audio/gstbaseaudiosink.c:
14444         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14445         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14446         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14447         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14448         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14449         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14450         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14451         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14452         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14453         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14454         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14455         (gst_baseaudiosrc_change_state):
14456         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14457         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14458         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14459         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14460         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14461         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14462         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14463         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14464         * gst-libs/gst/audio/gstringbuffer.h:
14465         Added audiosource base classes.
14466         Ported alsasrc, still very basic.
14467
14468 2005-07-06  Wim Taymans  <wim@fluendo.com>
14469
14470         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14471         (theora_dec_push), (theora_handle_data_packet):
14472         Prepare for better timestamp fix later.
14473
14474         * gst/audioconvert/gstaudioconvert.c:
14475         List most accurate caps first
14476
14477         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14478         Use proper pad task function.
14479
14480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14481         (gst_xvimagesink_show_frame):
14482         Fix deadlock when alloc failed.
14483
14484 2005-07-05  Andy Wingo  <wingo@pobox.com>
14485
14486         * ext/gnomevfs/gstgnomevfssrc.c:
14487         * gst/sine/gstsinesrc.c:
14488         * gst/tcp/gsttcpserversrc.c:
14489         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14490
14491         * sys/v4l/: Port from 0.8.
14492
14493         * Many files: Null if we got it....
14494
14495 2005-07-05  Andy Wingo  <wingo@pobox.com>
14496
14497         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14498         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14499         Signedness fixes.
14500
14501 2005-07-05  Wim Taymans  <wim@fluendo.com>
14502
14503         * configure.ac:
14504         * gst/tcp/Makefile.am:
14505         * gst/tcp/README:
14506         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14507         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14508         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14509         (is_sync_frame), (gst_multifdsink_handle_client_write),
14510         (gst_multifdsink_render), (gst_multifdsink_start),
14511         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14512         * gst/tcp/gstmultifdsink.h:
14513         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14514         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14515         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14516         * gst/tcp/gsttcp.h:
14517         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14518         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14519         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14520         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14521         * gst/tcp/gsttcpclientsink.h:
14522         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14523         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14524         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14525         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14526         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14527         * gst/tcp/gsttcpclientsrc.h:
14528         * gst/tcp/gsttcpplugin.c: (plugin_init):
14529         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14530         * gst/tcp/gsttcpserversink.h:
14531         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14532         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14533         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14534         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14535         (gst_tcpserversrc_stop):
14536         * gst/tcp/gsttcpserversrc.h:
14537         * gst/tcp/gsttcpsink.c:
14538         * gst/tcp/gsttcpsink.h:
14539         * gst/tcp/gsttcpsrc.c:
14540         * gst/tcp/gsttcpsrc.h:
14541         Ported tcp plugins to 0.9. 
14542         
14543
14544 2005-07-05  Andy Wingo  <wingo@pobox.com>
14545
14546         * gst/playback/gstplaybasebin.c (fill_buffer):
14547         message_new_application fixen.
14548
14549         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14550         Style fix.
14551
14552 2005-07-04  Wim Taymans  <wim@fluendo.com>
14553
14554         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14555         Set caps on output buffer.
14556
14557 2005-07-04  Andy Wingo  <wingo@pobox.com>
14558
14559         * ext/gnomevfs/gstgnomevfssrc.c
14560         (gst_gnomevfssrc_received_headers_callback) 
14561         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14562         hopefully.
14563
14564         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14565         No refcount leakage.
14566
14567         * configure.ac: Enable -Werror.
14568         
14569         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14570         * gst/audioconvert/bufferframesconvert.c
14571         (buffer_frames_convert_fixate):
14572         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14573         (gst_audio_convert_fixate):
14574         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14575         (gst_sinesrc_create): Fixate func changes.
14576         
14577         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14578         (gst_ximagesink_buffer_alloc): Unused var.
14579
14580 2005-07-01  Andy Wingo  <wingo@pobox.com>
14581
14582         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14583         getcaps to do explicit caps. Needs to be done in all decoders,
14584         possibly via a base class.
14585
14586         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14587
14588         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14589         caps on the sink pad, just rely on the pad template. Also, setting
14590         ANY caps on a pad is not valid because the caps are not fixed.
14591
14592         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14593         caps on the buffer, and get the width from the desired_caps if
14594         they're set.
14595         (gst_ximagesink_renegotiate_size): Implement via setting the
14596         desired_caps on the ximagesink.
14597         (gst_ximagesink_setcaps): Only reset the width of the player if it
14598         wasn't already set. Not sure if this is right.
14599         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14600
14601         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14602         that the user wants. NULL unless the window has been resized.
14603
14604         * gst/volume/gstvolume.c (volume_transform): Adapt to
14605         basetransform refcount changes.
14606         
14607 2005-07-01  Andy Wingo  <wingo@pobox.com>
14608
14609         * gst/videoscale/gstvideoscale.c:
14610         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14611         from BaseTransform, implements a transform_caps. Removed dead code
14612         including some PAR stuff that was never reached -- should probably
14613         be added back somehow.
14614
14615 2005-07-01  Andy Wingo  <wingo@pobox.com>
14616
14617         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14618         come later.
14619
14620 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14621
14622         * configure.ac:
14623         * docs/libs/Makefile.am:
14624         * docs/libs/gst-plugins-libs.types:
14625         * ext/alsa/Makefile.am:
14626         * ext/alsa/gstalsamixer.h:
14627         * ext/alsa/gstalsamixeroptions.h:
14628         * ext/alsa/gstalsamixertrack.h:
14629         * gst-libs/gst/Makefile.am:
14630         * gst-libs/gst/colorbalance/.cvsignore:
14631         * gst-libs/gst/colorbalance/Makefile.am:
14632         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14633         * gst-libs/gst/colorbalance/colorbalance.c:
14634         * gst-libs/gst/colorbalance/colorbalance.h:
14635         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14636         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14637         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14638         * gst-libs/gst/interfaces/Makefile.am:
14639         * gst-libs/gst/interfaces/colorbalance.c:
14640         (gst_color_balance_class_init):
14641         * gst-libs/gst/interfaces/colorbalance.h:
14642         * gst-libs/gst/interfaces/interfaces-marshal.list:
14643         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14644         * gst-libs/gst/interfaces/mixer.h:
14645         * gst-libs/gst/interfaces/mixeroptions.h:
14646         * gst-libs/gst/interfaces/navigation.c:
14647         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14648         * gst-libs/gst/interfaces/tuner.h:
14649         * gst/volume/Makefile.am:
14650         * gst/volume/gstvolume.c:
14651         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14652         * sys/ximage/Makefile.am:
14653         * sys/ximage/ximagesink.c:
14654         * sys/xvimage/Makefile.am:
14655         * sys/xvimage/xvimagesink.c:
14656           fold in all interfaces into an interfaces dir, preserving CVS
14657           history
14658
14659 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14660
14661         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14662           Fix build after riff changes.
14663
14664 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14665
14666         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14667         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14668         (gst_riff_create_video_template_caps),
14669         (gst_riff_create_audio_template_caps),
14670         (gst_riff_create_iavs_template_caps):
14671         * gst-libs/gst/riff/riff-media.h:
14672         * gst-libs/gst/riff/riff-read.h:
14673         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14674           Add gst_riff_init() to initialize the debug category, instead
14675           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14676
14677 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14678
14679         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14680           Oops, I shouldn't apply hacks.
14681
14682 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14683
14684         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14685           Remove pad_loop function which doesn't work.
14686
14687 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14688
14689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14690           Send EOS when deactivating.
14691         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14692         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14693         (gen_preroll_element), (probe_triggered), (mute_stream),
14694         (silence_stream), (new_decoded_pad), (setup_substreams),
14695         (set_active_source):
14696         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14697         (remove_sinks), (add_sink):
14698         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14699           Change for new probe API.
14700
14701 2005-06-29  Wim Taymans  <wim@fluendo.com>
14702
14703         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14704         * gst-libs/gst/audio/gstbaseaudiosink.c:
14705         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14706         (gst_baseaudiosink_change_state):
14707         * gst-libs/gst/audio/gstbaseaudiosink.h:
14708         * gst-libs/gst/audio/gstringbuffer.c:
14709         (gst_ringbuffer_set_callback):
14710         Fix compilation error.
14711         Ringbuffer starts out as not running.
14712         Free our clock in dispose.
14713         When releasing the ringbuffer we need to renegotiate so
14714         clear the pad caps.
14715
14716 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14717
14718         * autogen.sh:
14719         * configure.ac:
14720         * docs/Makefile.am:
14721         * docs/libs/Makefile.am:
14722         * docs/libs/gst-plugins-libs-docs.sgml:
14723         * docs/libs/gst-plugins-libs-sections.txt:
14724         * docs/libs/gst-plugins-libs.types:
14725         * docs/libs/tmpl/gstaudio.sgml:
14726         * docs/libs/tmpl/gstcolorbalance.sgml:
14727         * docs/libs/tmpl/gstringbuffer.sgml:
14728         * gst-libs/gst/audio/gstringbuffer.c:
14729         (gst_ringbuffer_set_callback):
14730           reinstate gtk-doc docs for plugin libs
14731
14732 2005-06-28  Wim Taymans  <wim@fluendo.com>
14733
14734         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14735         (gst_ogg_demux_init):
14736         Removed pad loop function.
14737
14738 2005-06-28  Wim Taymans  <wim@fluendo.com>
14739
14740         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14741         If we're building a chain we are not in an error case
14742         when we queue a buffer.
14743
14744 2005-06-28  Andy Wingo  <wingo@pobox.com>
14745
14746         * *.c: Don't cast to GstObject before reffing/unreffing.
14747
14748 2005-06-27  Andy Wingo  <wingo@pobox.com>
14749
14750         * gst/videotestsrc/gstvideotestsrc.c
14751         (gst_videotestsrc_activate_push): Activation API changes.
14752
14753         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14754         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14755         they have refs on the decodebin.
14756
14757         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14758         parent class.
14759         (gst_ogg_pad_typefind): Don't leak a pad ref.
14760         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14761         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14762         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14763
14764 2005-06-27  Edward Hervey  <edward@fluendo.com>
14765
14766         * ext/theora/theoradec.c: (theora_dec_change_state): 
14767         re-arranged call to parent's state change in order to avoid locks (or
14768         worse).
14769
14770 2005-06-26  Edward Hervey  <edward@fluendo.com>
14771
14772         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14773         2nd argument of 'unknow-type' signal is a GstCaps and not a
14774         GstMiniObject
14775
14776 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14777         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14778           Set the worker thread's running flag to TRUE before starting the
14779           thread.
14780         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14781           Catch a failure to add typefind to the bin.
14782
14783 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14784
14785         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14786         (gst_sinesrc_init), (gst_sinesrc_create),
14787         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14788         (gst_sinesrc_start):
14789         * gst/sine/gstsinesrc.h:
14790           add num-buffers and timestamp-offset properties
14791         * gst/videotestsrc/gstvideotestsrc.c:
14792         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14793         (gst_videotestsrc_get_property):
14794           add timestamp-offset property
14795
14796 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14797
14798         * configure.ac: add videorate
14799         * gst-plugins-base.spec.in: add videorate
14800
14801 2005-06-23  Wim Taymans  <wim@fluendo.com>
14802
14803         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14804         (gst_videorate_getcaps), (gst_videorate_setcaps),
14805         (gst_videorate_event), (gst_videorate_chain):
14806         Fixed videorate, fixating an already fixated caps is not
14807         an error.
14808
14809 2005-06-23  Wim Taymans  <wim@fluendo.com>
14810
14811         * ext/ogg/README:
14812         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14813         Buffer on caps is not boxed anymore.
14814
14815 2005-06-22  Wim Taymans  <wim@fluendo.com>
14816
14817         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14818         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14819         Set buffers on caps as miniobjects and not as boxed.
14820
14821 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14822
14823         * configure.ac:
14824           back to HEAD
14825
14826 === release 0.9.1 ===
14827
14828 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14829
14830         * .cvsignore:
14831         * NEWS:
14832         * README:
14833         * RELEASE:
14834         * configure.ac:
14835         * po/af.po:
14836         * po/az.po:
14837         * po/cs.po:
14838         * po/en_GB.po:
14839         * po/hu.po:
14840         * po/it.po:
14841         * po/nb.po:
14842         * po/nl.po:
14843         * po/or.po:
14844         * po/sq.po:
14845         * po/sr.po:
14846         * po/sv.po:
14847         * po/uk.po:
14848         * po/vi.po:
14849           updates for release
14850
14851 2005-06-09  Andy Wingo  <wingo@pobox.com>
14852
14853         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14854         
14855 2005-06-09  Andy Wingo  <wingo@pobox.com>
14856
14857         * configure.ac:
14858         * gst-libs/gst/Makefile.am:
14859         * gst-libs/gst/net/Makefile.am:
14860         Add gstnet to build.
14861
14862 2005-06-09  Andy Wingo  <wingo@pobox.com>
14863
14864         * gst-libs/gst/gconf/gconf.c:
14865         * gst/playback/test.c:
14866         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14867         fixes.
14868
14869         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14870
14871         * ext/theora/theoraenc.c (theora_enc_chain): 
14872         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14873
14874         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14875         RealPad.
14876
14877 2005-06-02  Wim Taymans  <wim@fluendo.com>
14878
14879         * gst-libs/gst/net/Makefile.am:
14880         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14881         * pkgconfig/gstreamer-libs.pc.in:
14882         Added net stuff, version net lib.
14883
14884 2005-06-02  Wim Taymans  <wim@fluendo.com>
14885
14886         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14887         (query_rates), (query_positions_elems), (query_positions_pads),
14888         (do_seek):
14889         Updated seek example.
14890
14891 2005-06-02  Andy Wingo  <wingo@pobox.com>
14892
14893         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14894         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14895         list.
14896
14897         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14898         remove the typefind, the bin dispose will do it for us. When it's
14899         removed and unreffed, the signal handler will be disconnected,
14900         too.
14901         (unlinked): It's too difficult to disconnect from unlinked
14902         handlers, as they are on pads not elements. Just punt if the pads
14903         aren't grandkids of the bin.
14904
14905 2005-06-02  Wim Taymans  <wim@fluendo.com>
14906
14907         * ext/ogg/README:
14908         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14909         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14911         * ext/theora/theoradec.c: (theora_dec_src_query),
14912         (theora_handle_data_packet):
14913         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14914         (theora_enc_chain):
14915         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14916         (vorbis_handle_data_packet):
14917         * gst/audioconvert/bufferframesconvert.c:
14918         (buffer_frames_convert_chain):
14919         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14920         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14921         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14922         (gst_ffmpegcsp_chain):
14923         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14924         (gst_videorate_getcaps), (gst_videorate_setcaps),
14925         (gst_videorate_event), (gst_videorate_chain):
14926         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14927         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14928         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14929         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14930         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14931         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14932         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14933         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14934         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14935         Cleanups and buffer alloc.
14936
14937 2005-05-31  Wim Taymans  <wim@fluendo.com>
14938
14939         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14940         Don't try to call the delay method when the device is not
14941         opened.
14942
14943 2005-05-31  Wim Taymans  <wim@fluendo.com>
14944
14945         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14946         Get actual segment size and buffer size after opening
14947         the device.
14948
14949 2005-05-30  Wim Taymans  <wim@fluendo.com>
14950
14951         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14952         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14953         Also FLUSH upstream, makes the loop function exit faster.
14954         
14955         * ext/theora/theoradec.c: (theora_dec_src_query):
14956         Some more debug info in the query.
14957         
14958         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14959         (gst_ximagesink_setcaps):
14960         Release lock on par error, better error reporting.
14961
14962 2005-05-26  Wim Taymans  <wim@fluendo.com>
14963
14964         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14965         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14966         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14967         Clear chains in READY
14968         Queue packets until the chain is activated.
14969
14970 2005-05-25  Wim Taymans  <wim@fluendo.com>
14971
14972         * gst-libs/gst/audio/gstaudiosink.c:
14973         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14974         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14975         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14976         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14977         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14978         (gst_audiosink_create_ringbuffer):
14979         * gst-libs/gst/audio/gstbaseaudiosink.c:
14980         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14981         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14982         (gst_baseaudiosink_set_property), (build_linear_format),
14983         (debug_spec_caps), (debug_spec_buffer),
14984         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14985         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14986         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14987         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14988         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14989         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14990         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14991         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14992         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14993         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14994         (wait_segment), (gst_ringbuffer_commit),
14995         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14996         (gst_ringbuffer_clear):
14997         Various small cleanups.
14998
14999         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15000         (gst_audio_convert_change_state):
15001         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
15002         No need to take the locks anymore.
15003
15004 2005-05-25  Wim Taymans  <wim@fluendo.com>
15005
15006         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15007         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
15008         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
15009         (type_found):
15010         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
15011         (group_destroy), (group_commit), (queue_overrun),
15012         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
15013         (mute_stream), (new_decoded_pad), (setup_substreams),
15014         (setup_source), (mute_group_type), (set_active_source),
15015         (gst_play_base_bin_change_state):
15016         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
15017         (gen_video_element), (gen_text_element), (gen_audio_element),
15018         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
15019         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
15020         (gst_stream_info_dispose), (gst_stream_info_set_mute):
15021         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
15022         Some playbin cleanups mostly refcounting sloppyness.
15023
15024 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15025
15026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15027           Work with streaming input.
15028
15029 2005-05-25  Wim Taymans  <wim@fluendo.com>
15030
15031         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15032         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15033         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15034         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
15035         No need to take the STREAM lock anymore.
15036
15037 2005-05-25  Wim Taymans  <wim@fluendo.com>
15038
15039         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
15040         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
15041         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
15042         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
15043         (gst_ogg_demux_sink_activate):
15044         * ext/theora/theoradec.c: (theora_dec_src_event),
15045         (theora_handle_comment_packet), (theora_dec_chain),
15046         (theora_dec_change_state):
15047         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15048         (vorbis_handle_data_packet), (vorbis_dec_chain),
15049         (vorbis_dec_change_state):
15050         Remove STREAM locks as they are taken in core now.
15051         Never set bogus granulepos on vorbis/theora.
15052         Fix leaks in theoradec tag parsing.
15053
15054 2005-05-25  Wim Taymans  <wim@fluendo.com>
15055
15056         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
15057         Fix memleaks, GST_BUFFER_DATA() is not freed.
15058
15059 2005-05-25  Wim Taymans  <wim@fluendo.com>
15060
15061         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15062         Open non-blocking, set to blocking mode afterwards to avoid
15063         lockups when audio device is busy.
15064
15065 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15066
15067         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
15068           This can't be good.
15069
15070 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15071
15072         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15073         (gst_audio_convert_chain), (gst_audio_convert_link_src),
15074         (gst_audio_convert_setcaps):
15075           Implement instant setup switching.
15076
15077 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15078
15079         * gst/playback/gstplaybasebin.c: (probe_triggered):
15080           Fix missing unlock.
15081         * gst/playback/gstplaybin.c: (add_sink):
15082           First add, then link (otherwise pad link fails).
15083
15084 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15085
15086         * examples/Makefile.am:
15087         fix buildbot (make distcheck)
15088
15089 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15090
15091         * gst/playback/gstplaybin.c: (gen_vis_element):
15092           Remove some wrong code. Doesn't work yet.
15093
15094 2005-05-19  Wim Taymans  <wim@fluendo.com>
15095
15096         * gst-libs/gst/net/Makefile.am:
15097         * gst-libs/gst/net/README:
15098         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
15099         (gst_netbuffer_class_init), (gst_netbuffer_init),
15100         (gst_netbuffer_finalize), (gst_netbuffer_copy),
15101         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
15102         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
15103         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
15104         * gst-libs/gst/net/gstnetbuffer.h:
15105         Added buffer subclass to store extra to/from addresses for
15106         network sources/sinks.
15107
15108 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15109
15110         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15111           Don't lock an unassigned variable.
15112
15113 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15114
15115         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15116           Increase buffer for video, decrease buffer for other media types.
15117         * gst/playback/gstplaybin.c: (gen_video_element),
15118         (gen_audio_element):
15119           Change names for debugging purposes.
15120
15121 2005-05-18  Wim Taymans  <wim@fluendo.com>
15122
15123         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15124         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15125         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15126         (gst_ffmpegcsp_chain):
15127         Enable buffer alloc passthrough if the source and dest
15128         formats are the same.
15129
15130 2005-05-17  Wim Taymans  <wim@fluendo.com>
15131
15132         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15133         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15134         (gst_ogg_demux_chain_unlocked):
15135         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15136         (gst_audio_convert_caps_remove_format_info),
15137         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15138         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
15139         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15140         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15141         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
15142         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
15143         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15144         (gst_ffmpegcsp_get_property):
15145         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15146         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15147         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15148         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
15149         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
15150         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15151         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
15152         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15153         Leak fixes in oggdemux.
15154         Some cleanups in audioconvert.
15155         Make passthrough work along with buffer_alloc etc.
15156         Make buffer_alloc and buffer recycling actually work in
15157         xvimagesink.
15158
15159 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15160
15161         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15162           make the compiler happy
15163
15164 2005-05-17  Wim Taymans  <wim@fluendo.com>
15165
15166         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15167         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15168         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15169         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15170         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15171         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15172         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15173         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15174         (gst_xvimagesink_set_xwindow_id):
15175         * sys/xvimage/xvimagesink.h:
15176         Port xvimagesink to new MiniObject.
15177
15178 2005-05-17  Wim Taymans  <wim@fluendo.com>
15179
15180         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15181         (gst_audiofilter_chain):
15182         * gst-libs/gst/audio/gstaudiosink.c:
15183         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15184         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15185         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15186         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15187         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15188         (gst_audiosink_create_ringbuffer):
15189         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15190         (gst_audio_convert_caps_remove_format_info),
15191         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15192         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15193         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15194         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15195         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15196         Fix passthrough in ffmpegcolorspace.
15197         Fix memset in audiosink on wrong memory.
15198
15199 2005-05-16  David Schleef  <ds@schleef.org>
15200
15201         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15202         to GstMiniObject.
15203
15204 2005-05-16  David Schleef  <ds@schleef.org>
15205
15206         Port from GstData to GstMiniObject.
15207         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15208         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15209         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15210         (gst_ogg_mux_collected):
15211         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15212         * ext/theora/theoradec.c: (theora_handle_comment_packet),
15213         (theora_handle_data_packet):
15214         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15215         (theora_set_header_on_caps), (theora_enc_chain):
15216         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15217         (vorbis_handle_comment_packet):
15218         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15219         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15220         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15221         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15222         * gst/audioconvert/gstaudioconvert.c:
15223         (gst_audio_convert_get_buffer):
15224         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15225         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15226         (mute_stream), (silence_stream):
15227         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15228         * gst/volume/gstvolume.c: (volume_transform):
15229         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15230         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15231         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15232         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15233         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15234         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15235         (gst_ximagesink_buffer_alloc):
15236         * sys/ximage/ximagesink.h:
15237
15238 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15239
15240         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15241         (fill_buffer), (check_queue), (queue_threshold_reached),
15242         (queue_out_of_data):
15243         * gst/playback/gstplaybasebin.h:
15244           Post buffer-fullness on the bus.
15245
15246 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15247
15248         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15249         (try_to_link_1):
15250         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15251         (group_commit), (probe_triggered), (setup_source),
15252         (gst_play_base_bin_change_state):
15253         * gst/playback/gstplaybasebin.h:
15254         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15255         (gst_play_bin_init), (remove_sinks), (setup_sinks),
15256         (gst_play_bin_change_state):
15257           Move setup_output_pads into a virtual function, remove
15258           group-switch (no longer needed) and redirect (handled by bus
15259           now) signals.
15260
15261 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15262
15263         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15264         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15265         (get_active_group), (get_building_group), (group_destroy),
15266         (group_commit), (check_queue), (queue_overrun),
15267         (queue_threshold_reached), (queue_out_of_data),
15268         (gen_preroll_element), (remove_groups), (unknown_type),
15269         (add_element_stream), (no_more_pads), (probe_triggered),
15270         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15271         (setup_substreams), (setup_source), (finish_source),
15272         (prepare_output), (muted_group_change_state),
15273         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15274         (gst_play_base_bin_change_state):
15275         * gst/playback/gstplaybasebin.h:
15276         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15277         (gst_play_bin_init), (gst_play_bin_set_property),
15278         (gen_video_element), (gen_text_element), (gen_audio_element),
15279         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15280         (gst_play_bin_change_state):
15281         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15282         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15283         (stream_info_change_state), (gst_stream_info_set_mute),
15284         (gst_stream_info_get_property):
15285         * gst/playback/gststreaminfo.h:
15286         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15287         (gst_stream_selector_get_linked_pad),
15288         (gst_stream_selector_getcaps),
15289         (gst_stream_selector_get_linked_pads),
15290         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15291         * gst/playback/gststreamselector.h:
15292           Rough port of playbin. Needs some more work, but is mostly done,
15293           and uses a few locks in important places, which should make stuff
15294           like chain-switches clean. Still uses GST_STATE() in a few places,
15295           which isn't all that good an idea, subtitles/elements disabled
15296           because no elements to test with and thus probably broken, query
15297           and event handling moved to GstBin, internal thread removed
15298           alltogether because the pipeline does that for us now. Can play
15299           Ogg/Vorbis files. Haven't tested anything else yet.
15300
15301 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15302
15303         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15304           Do no-more-pads (needed for autoplugging).
15305
15306 2005-05-10  Andy Wingo  <wingo@pobox.com>
15307
15308         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15309         message to the bus with the tags. Still not sent downstream tho.
15310
15311         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15312         get_parent.
15313         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15314         avoid refcounting hassles.
15315
15316 2005-05-09  Andy Wingo  <wingo@pobox.com>
15317
15318         * gst/volume/Makefile.am:
15319         * gst/volume/demo.c
15320         * gst/volume/gstvolume.h
15321         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15322         basetransform. Probably need an audio filter base class.
15323
15324 2005-05-09  Wim Taymans  <wim@fluendo.com>
15325
15326         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15327         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15328         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15329         (gst_vorbisenc_chain):
15330         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15331         (gst_audio_convert_caps_remove_format_info),
15332         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15333         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15334         Make caps writable before writing to it.
15335         Fix negotiation in audioconvert some more.
15336
15337 2005-05-09  Wim Taymans  <wim@fluendo.com>
15338
15339         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15340         (gst_videorate_getcaps), (gst_videorate_setcaps),
15341         (gst_videorate_event), (gst_videorate_chain):
15342         Better negotiation.
15343
15344 2005-05-09  Wim Taymans  <wim@fluendo.com>
15345
15346         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15347         (gst_videorate_getcaps), (gst_videorate_setcaps),
15348         (gst_videorate_blank_data), (gst_videorate_init),
15349         (gst_videorate_event), (gst_videorate_chain),
15350         (gst_videorate_change_state):
15351         Port videorate, do a better job at negotiation while we're at
15352         it.
15353
15354 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15355
15356         * configure.ac:
15357           Disable libvisual
15358
15359         * examples/Makefile.am:
15360         * gst-libs/gst/audio/Makefile.am:
15361         * gst-libs/gst/riff/Makefile.am:
15362         * gst-libs/gst/tag/Makefile.am:
15363         * gst-libs/gst/video/Makefile.am:
15364           Fixups for missing variables.
15365
15366 2005-05-09  Wim Taymans  <wim@fluendo.com>
15367
15368         * examples/seeking/seek.c: (make_theora_pipeline),
15369         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15370         (query_rates), (query_positions_elems), (query_positions_pads),
15371         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15372         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15373         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15374         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15375         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15376         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15377         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15378         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15379         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15380         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15381         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15382         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15383         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15384         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15385         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15386         (theora_dec_src_convert), (theora_dec_sink_convert),
15387         (theora_dec_src_query), (theora_dec_sink_query),
15388         (theora_dec_src_event), (theora_dec_sink_event),
15389         (theora_handle_comment_packet), (theora_handle_type_packet),
15390         (theora_handle_header_packet), (theora_handle_data_packet),
15391         (theora_dec_chain):
15392         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15393         (vorbis_dec_convert), (vorbis_dec_src_query),
15394         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15395         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15396         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15397         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15398         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15399         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15400         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15401         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15402         (gst_play_bin_query):
15403         * gst/playback/test3.c: (update_scale):
15404         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15405         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15406         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15407         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15408         (gst_videotestsrc_src_query):
15409         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15410         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15411         (paint_hline_YUV9):
15412         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15413         Port to new query API.
15414         Updated seek.
15415         Cleanups in x[v]imagesink
15416
15417 2005-05-09  Andy Wingo  <wingo@pobox.com>
15418
15419         * ext/alsa/gstalsasink.h:
15420         * ext/gnomevfs/gstgnomevfssrc.c:
15421         (gst_gnomevfssrc_get_icy_metadata):
15422         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15423         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15424         * ext/theora/theoradec.c (theora_dec_src_query)
15425         (theora_dec_src_event, theora_dec_sink_event)
15426         (theora_handle_comment_packet, theora_handle_data_packet):
15427         * ext/theora/theoraenc.c (theora_enc_chain):
15428         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15429         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15430         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15431         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15432         (qt_type_find):
15433         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15434         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15435         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15436         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15437         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15438         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15439         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15440         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15441         (paint_setup_RGB565, paint_setup_xRGB1555):
15442         * gst/videotestsrc/videotestsrc.h:
15443         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15444         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15445         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15446         GCC4 fixes.
15447         
15448         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15449         gst_pad_query_position. Fixes oggdemux.
15450
15451 2005-05-08  David Schleef  <ds@schleef.org>
15452
15453         * configure.ac: Require liboil.
15454         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15455         a few more.
15456         * gst/videotestsrc/videotestsrc.c:
15457         * gst/videotestsrc/videotestsrc.h:
15458
15459 2005-05-06  Wim Taymans  <wim@fluendo.com>
15460
15461         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15462         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15463         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15464         Well, unreffing a buffer right before pushing it is asking
15465         for trouble..
15466
15467 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15468
15469         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15470
15471 2005-05-06  Wim Taymans  <wim@fluendo.com>
15472
15473         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15474         (gst_audio_convert_caps_remove_format_info),
15475         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15476         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15477         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15478         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15479         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15480         * gst/sine/Makefile.am:
15481         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15482         (gst_sinesrc_class_init), (gst_sinesrc_init),
15483         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15484         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15485         (gst_sinesrc_update_freq):
15486         * gst/sine/gstsinesrc.h:
15487         * gst/tcp/gstmultifdsink.c:
15488         * sys/xvimage/xvimagesink.c:
15489         Fixed negotiation wrt _peer_get_caps()
15490         Some cleanups.
15491
15492
15493 2005-05-06  Wim Taymans  <wim@fluendo.com>
15494
15495         * gst-libs/gst/audio/gstaudiosink.c:
15496         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15497         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15498         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15499         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15500         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15501         (gst_audiosink_create_ringbuffer):
15502         * gst-libs/gst/audio/gstbaseaudiosink.c:
15503         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15504         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15505         (gst_baseaudiosink_set_property), (build_linear_format),
15506         (debug_spec_caps), (debug_spec_buffer),
15507         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15508         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15509         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15510         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15511         * gst-libs/gst/audio/gstbaseaudiosink.h:
15512         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15513         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15514         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15515         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15516         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15517         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15518         (wait_segment), (gst_ringbuffer_commit),
15519         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15520         (gst_ringbuffer_clear):
15521         * gst-libs/gst/audio/gstringbuffer.h:
15522         Make the base audiosink return an error when there is no
15523         audiobuffer negotiated.
15524
15525 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15526
15527         * ext/Makefile.am:
15528         Disable cdparanoia until someone ports it!
15529
15530 2005-05-06  Wim Taymans  <wim@fluendo.com>
15531
15532         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15533         (gst_ogg_demux_sink_activate):
15534         And revert after wingo's revert.. sigh..
15535
15536 2005-05-05  Andy Wingo  <wingo@pobox.com>
15537
15538         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15539         GObject.
15540         * configure.ac: Return audiorate and subparse from the ghetto.
15541         Re-enable -Wall -Werror.
15542         * gst/subparse/gstsubparse.c:
15543         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15544         or chain-based. Cleaned up a bit. Not tested.
15545         
15546 2005-05-05  Christian Schaller <christian@fluendo.com> 
15547
15548         * Makefile.am: remove stuff that is not building
15549         * configure.ac: remove stuff that is not building
15550         * examples/Makefile.am: remove stuff that is not building
15551         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15552         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15553         * sys/Makefile.am: remove stuff that is not building
15554         * testsuite/Makefile.am: remove stuff that is not building
15555
15556 2005-05-05  Andy Wingo  <wingo@pobox.com>
15557
15558         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15559         * gst-libs/gst/tag/gstvorbistag.c:
15560         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15561         * gst/adder/gstadder.h:
15562         * gst/audioconvert/gstchannelmix.c:
15563         (gst_audio_convert_fill_one_other):
15564         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15565         (gst_audiorate_init), (gst_audiorate_chain):
15566         * gst/playback/gstplaybasebin.c: (setup_source):
15567         * gst/playback/test3.c: (update_scale):
15568         Some GCC4 fixes
15569         
15570         * po/af.po:
15571         * po/az.po:
15572         * po/cs.po:
15573         * po/en_GB.po:
15574         * po/hu.po:
15575         * po/it.po:
15576         * po/nb.po:
15577         * po/nl.po:
15578         * po/or.po:
15579         * po/sq.po:
15580         * po/sr.po:
15581         * po/sv.po:
15582         * po/uk.po:
15583         * po/vi.po: Foo
15584
15585 2005-05-05  Wim Taymans  <wim@fluendo.com>
15586
15587         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15588         (gst_audio_convert_caps_remove_format_info),
15589         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15590         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15591         * gst/videotestsrc/gstvideotestsrc.c:
15592         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15593         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15594         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15595         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15596         Don't ignore _push() return values.
15597         Make sure no processing is done when shutting down.
15598         Videotestsrc pad activation fix.
15599
15600 2005-05-05  Wim Taymans  <wim@fluendo.com>
15601
15602         * gst/adder/Makefile.am:
15603         * gst/adder/gstadder.c: (gst_adder_setcaps),
15604         (gst_adder_class_init), (gst_adder_init),
15605         (gst_adder_request_new_pad), (gst_adder_collected),
15606         (gst_adder_change_state):
15607         * gst/adder/gstadder.h:
15608         Ported adder as an example of a mixer element using
15609         collect pads. Needs more negotiation work.
15610
15611 2005-05-05  Wim Taymans  <wim@fluendo.com>
15612
15613         * ext/theora/theoradec.c: (_inc_granulepos),
15614         (theora_dec_src_event), (theora_dec_sink_event),
15615         (theora_handle_comment_packet), (theora_handle_type_packet),
15616         (theora_handle_header_packet), (theora_handle_data_packet),
15617         (theora_dec_chain):
15618         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15619         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15620         (theora_push_buffer), (theora_push_packet),
15621         (theora_enc_sink_event), (theora_enc_chain),
15622         (theora_enc_change_state), (theora_enc_set_property),
15623         (theora_enc_get_property):
15624         Added stream lock to decoder so that we can serialize
15625         the discont event.
15626         More theoraenc porting, recover from errors, do clean
15627         shutdown.
15628
15629 2005-05-05  Wim Taymans  <wim@fluendo.com>
15630
15631         * ext/ogg/Makefile.am:
15632         * ext/ogg/README:
15633         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15634         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15635         (gst_ogg_print):
15636         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15637         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15638         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15639         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15640         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15641         (gst_ogg_mux_change_state):
15642         Ported ogg muxer.
15643
15644 2005-05-05  Wim Taymans  <wim@fluendo.com>
15645
15646         * docs/design-audiosinks.txt:
15647         * gst-libs/gst/audio/TODO:
15648         * gst-libs/gst/audio/gstaudiosink.c:
15649         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15650         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15651         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15652         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15653         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15654         (gst_audiosink_create_ringbuffer):
15655         * gst-libs/gst/audio/gstbaseaudiosink.c:
15656         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15657         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15658         (gst_baseaudiosink_set_property), (build_linear_format),
15659         (debug_spec_caps), (debug_spec_buffer),
15660         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15661         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15662         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15663         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15664         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15665         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15666         (gst_ringbuffer_release), (gst_ringbuffer_play),
15667         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15668         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15669         (gst_ringbuffer_set_sample), (wait_segment),
15670         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15671         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15672         More work on the audiosink, mostly debugging and a race in
15673         shutdown.
15674
15675 2005-04-28  Wim Taymans  <wim@fluendo.com>
15676
15677         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15678         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15679         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15680         (vorbis_dec_src_query), (vorbis_dec_src_event),
15681         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15682         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15683         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15684         Don't crap out when seeking back to position 0.
15685
15686 2005-04-28  Wim Taymans  <wim@fluendo.com>
15687
15688         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15689         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15690         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15691         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15692         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15693         Make audio sink configurable, use alsasink as default.
15694
15695 2005-04-28  Wim Taymans  <wim@fluendo.com>
15696
15697         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15698         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15699         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15700         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15701         (vorbis_dec_change_state):
15702         * ext/vorbis/vorbisdec.h:
15703         Refactor, use STREAM_LOCK.
15704
15705 2005-04-28  Wim Taymans  <wim@fluendo.com>
15706
15707         * ext/theora/theoradec.c: (_inc_granulepos),
15708         (theora_dec_sink_event), (theora_handle_comment_packet),
15709         (theora_handle_type_packet), (theora_handle_header_packet),
15710         (theora_handle_data_packet), (theora_dec_chain),
15711         (theora_dec_change_state):
15712         Refactor a bit, use STREAM_LOCK.
15713
15714 2005-04-28  Wim Taymans  <wim@fluendo.com>
15715
15716         * ext/alsa/Makefile.am:
15717         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15718         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15719         (gst_alsa_link), (gst_alsa_close_audio):
15720         * ext/alsa/gstalsaplugin.c: (plugin_init):
15721         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15722         (gst_alsasink_dispose), (gst_alsasink_base_init),
15723         (gst_alsasink_class_init), (gst_alsasink_init),
15724         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15725         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15726         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15727         (gst_alsasink_reset):
15728         * ext/alsa/gstalsasink.h:
15729         Implement alsasink with simple open/write/close API. 
15730         Make alsa dir build by disabling compilation of code.
15731
15732 2005-04-28  Wim Taymans  <wim@fluendo.com>
15733
15734         * gst-libs/gst/audio/Makefile.am:
15735         * gst-libs/gst/audio/audio.h:
15736         * gst-libs/gst/audio/audioclock.c:
15737         * gst-libs/gst/audio/audioclock.h:
15738         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15739         (gst_audio_clock_class_init), (gst_audio_clock_init),
15740         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15741         * gst-libs/gst/audio/gstaudioclock.h:
15742         * gst-libs/gst/audio/gstaudiosink.c:
15743         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15744         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15745         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15746         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15747         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15748         (gst_audiosink_create_ringbuffer):
15749         * gst-libs/gst/audio/gstbaseaudiosink.c:
15750         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15751         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15752         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15753         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15754         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15755         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15756         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15757         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15758         * gst-libs/gst/audio/gstbaseaudiosink.h:
15759         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15760         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15761         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15762         (gst_ringbuffer_release), (gst_ringbuffer_play),
15763         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15764         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15765         (gst_ringbuffer_set_sample), (wait_segment),
15766         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15767         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15768         * gst-libs/gst/audio/gstringbuffer.h:
15769         Make ringbuffer faster and more simple by removing the locks
15770         in the playback thread.
15771         Add sample accurate playback based on buffer sample offsets.
15772         Make the baseaudiosink provide a clock.
15773         Parse caps in the base class.
15774         Correctly handle seeking, flushing and state changes.
15775
15776 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15777
15778         * configure.ac:
15779         * gst/audioconvert/Makefile.am:
15780         * gst/audioscale/Makefile.am:
15781           Fix part of the build.  Come on guys, autogen didn't even work :)
15782
15783 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15784
15785         * configure.ac:
15786         * gst-libs/gst/Makefile.am:
15787         * gst-libs/gst/media-info/.cvsignore:
15788         * gst-libs/gst/media-info/Makefile.am:
15789         * gst-libs/gst/media-info/README:
15790         * gst-libs/gst/media-info/media-info-priv.c:
15791         * gst-libs/gst/media-info/media-info-priv.h:
15792         * gst-libs/gst/media-info/media-info-test.c:
15793         * gst-libs/gst/media-info/media-info.c:
15794         * gst-libs/gst/media-info/media-info.h:
15795         * gst-libs/gst/media-info/media-info.vcproj:
15796         * pkgconfig/Makefile.am:
15797         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15798         * pkgconfig/gstreamer-media-info.pc.in:
15799           Remove media-info, which is also successed by playbin (see Totem
15800           implementation).
15801
15802 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15803
15804         * configure.ac:
15805         * examples/Makefile.am:
15806         * examples/gstplay/.cvsignore:
15807         * examples/gstplay/Makefile.am:
15808         * examples/gstplay/player.c:
15809         * gst-libs/gst/Makefile.am:
15810         * gst-libs/gst/play/.cvsignore:
15811         * gst-libs/gst/play/Makefile.am:
15812         * gst-libs/gst/play/play.c:
15813         * gst-libs/gst/play/play.h:
15814         * gst-libs/gst/play/play.vcproj:
15815         * pkgconfig/Makefile.am:
15816         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15817         * pkgconfig/gstreamer-play.pc.in:
15818           Remove libgstplay, playbin is now the official successor.
15819
15820 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15821
15822         * configure.ac:
15823         * gst-libs/gst/Makefile.am:
15824         * gst-libs/gst/xwindowlistener/Makefile.am:
15825         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15826         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15827           Remove deprecated xwindowlistener (I've moved xwindowlistening
15828           in the v4l/v4l2 plugins over to serverside).
15829
15830 2005-04-25  David Schleef  <ds@schleef.org>
15831
15832         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15833         to examples/dynparams.  Examples do not belong interspersed with
15834         source code.
15835         * examples/dynparams/demo-dparams.c:
15836         * gst/sine/Makefile.am:
15837         * gst/sine/demo-dparams.c:
15838
15839 2005-04-25  David Schleef  <ds@schleef.org>
15840
15841         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15842         * gst-libs/gst/audio/Makefile.am:
15843         * gst-libs/gst/riff/Makefile.am:
15844         * gst-libs/gst/tag/Makefile.am:
15845         * gst-libs/gst/video/Makefile.am:
15846         * gst-libs/gst/xwindowlistener/Makefile.am:
15847
15848         Convert to 0.9 API, seems to work:
15849         * sys/ximage/Makefile.am:
15850         * sys/ximage/ximagesink.c:
15851
15852 2005-04-24  David Schleef  <ds@schleef.org>
15853
15854         Link plugins against libraries:
15855         * ext/alsa/Makefile.am:
15856         * gst/tcp/Makefile.am:
15857
15858         Remove asm code that should be in liboil
15859         * gst/videoscale/Makefile.am:
15860         * gst/videoscale/videoscale_x86_asm.s:
15861
15862         gettext wants these checked in:
15863         * po/af.po:
15864         * po/az.po:
15865         * po/cs.po:
15866         * po/en_GB.po:
15867         * po/hu.po:
15868         * po/it.po:
15869         * po/nb.po:
15870         * po/nl.po:
15871         * po/or.po:
15872         * po/sq.po:
15873         * po/sr.po:
15874         * po/sv.po:
15875         * po/uk.po:
15876         * po/vi.po:
15877
15878 2005-04-24  David Schleef  <ds@schleef.org>
15879
15880         Convert gst_main() to g_main_loop_run()
15881         * gst/playback/decodetest.c: (main):
15882         * gst/playback/test2.c: (main):
15883         * gst/playback/test3.c: (main):
15884         * gst/playback/test4.c: (main):
15885
15886         Link plugins against libraries:
15887         * ext/libvisual/Makefile.am:
15888         * sys/xvimage/Makefile.am:
15889
15890 2005-04-24  David Schleef  <ds@schleef.org>
15891
15892         * configure.ac: Remove idct and resample libs
15893         * gst-libs/gst/Makefile.am: same
15894
15895         Remove usage of gst_library_load():
15896         * ext/alsa/gstalsaplugin.c: (plugin_init):
15897         * ext/libvisual/visual.c: (plugin_init):
15898         * ext/ogg/gstogg.c: (plugin_init):
15899         * ext/theora/theora.c: (plugin_init):
15900         * ext/vorbis/vorbis.c: (plugin_init):
15901         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15902         * gst/audioscale/gstaudioscale.c:
15903         * gst/adder/gstadder.c: (plugin_init):
15904         * gst/audioconvert/plugin.c: (plugin_init):
15905         * sys/ximage/ximagesink.c: (plugin_init):
15906         * sys/xvimage/xvimagesink.c: (plugin_init):
15907         * gst/tcp/gsttcpplugin.c: (plugin_init):
15908
15909         Link plugins against libraries:
15910         * ext/ogg/Makefile.am:
15911         * ext/theora/Makefile.am:
15912         * ext/vorbis/Makefile.am:
15913         * gst/audioconvert/Makefile.am:
15914
15915         Create proper libraries:
15916         * gst-libs/gst/riff/Makefile.am:
15917         * gst-libs/gst/audio/Makefile.am:
15918         * gst-libs/gst/video/Makefile.am:
15919
15920         Move resample library to audioscale plugin directory:
15921         * gst-libs/gst/resample/Makefile.am:
15922         * gst-libs/gst/resample/README:
15923         * gst-libs/gst/resample/dtof.c:
15924         * gst-libs/gst/resample/dtos.c:
15925         * gst-libs/gst/resample/functable.c:
15926         * gst-libs/gst/resample/private.h:
15927         * gst-libs/gst/resample/resample.c:
15928         * gst-libs/gst/resample/resample.h:
15929         * gst-libs/gst/resample/resample.vcproj:
15930         * gst-libs/gst/resample/test.c:
15931         * gst/audioscale/Makefile.am:
15932         * gst/audioscale/README:
15933         * gst/audioscale/dtof.c:
15934         * gst/audioscale/dtos.c:
15935         * gst/audioscale/functable.c:
15936         * gst/audioscale/private.h:
15937         * gst/audioscale/resample.c:
15938         * gst/audioscale/resample.h:
15939         * gst/audioscale/test.c:
15940
15941         Move tagedit library to gst-libs:
15942         * gst-libs/gst/tag/Makefile.am:
15943         * gst-libs/gst/tag/gstid3tag.c:
15944         * gst-libs/gst/tag/gsttagediting.c:
15945         * gst-libs/gst/tag/gsttageditingprivate.h:
15946         * gst-libs/gst/tag/gstvorbistag.c:
15947         * gst/tags/Makefile.am:
15948         * gst/tags/gstid3tag.c:
15949         * gst/tags/gstvorbistag.c:
15950
15951         Fix for core changes:
15952         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15953         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15954         (gst_sinesrc_getrange):
15955
15956 2005-04-23  David Schleef  <ds@schleef.org>
15957
15958         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15959         in gst-plugins in a long time, and properly belongs in liboil.
15960         * gst-libs/gst/idct/Makefile.am:
15961         * gst-libs/gst/idct/README:
15962         * gst-libs/gst/idct/dct.h:
15963         * gst-libs/gst/idct/doieee:
15964         * gst-libs/gst/idct/fastintidct.c:
15965         * gst-libs/gst/idct/floatidct.c:
15966         * gst-libs/gst/idct/idct.c:
15967         * gst-libs/gst/idct/idct.h:
15968         * gst-libs/gst/idct/idtc.vcproj:
15969         * gst-libs/gst/idct/ieeetest.c:
15970         * gst-libs/gst/idct/intidct.c:
15971
15972 2005-04-20  Wim Taymans  <wim@fluendo.com>
15973
15974         * docs/design-audiosinks.txt:
15975         * gst-libs/gst/audio/Makefile.am:
15976         * gst-libs/gst/audio/TODO:
15977         * gst-libs/gst/audio/gstaudiosink.c:
15978         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15979         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15980         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15981         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15982         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15983         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15984         (gst_audiosink_class_init), (gst_audiosink_init),
15985         (gst_audiosink_create_ringbuffer):
15986         * gst-libs/gst/audio/gstaudiosink.h:
15987         * gst-libs/gst/audio/gstbaseaudiosink.c:
15988         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15989         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15990         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15991         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15992         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15993         (gst_baseaudiosink_create_ringbuffer),
15994         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15995         * gst-libs/gst/audio/gstbaseaudiosink.h:
15996         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15997         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15998         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15999         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
16000         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
16001         (gst_ringbuffer_play), (gst_ringbuffer_pause),
16002         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
16003         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
16004         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
16005         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
16006         * gst-libs/gst/audio/gstringbuffer.h:
16007         An attempt at a set of audio base classes together with some
16008         design docs.
16009
16010 2005-04-20  Wim Taymans  <wim@fluendo.com>
16011
16012         * gst/audioconvert/Makefile.am:
16013         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16014         (gst_audio_convert_caps_remove_format_info),
16015         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
16016         (gst_audio_convert_channels):
16017         Link against audio libs.
16018         Fix audio convert plugin.
16019
16020 2005-04-20  Wim Taymans  <wim@fluendo.com>
16021
16022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
16023         (gst_ogg_demux_sink_activate):
16024         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
16025         (theora_set_header_on_caps), (theora_enc_sink_event),
16026         (theora_enc_chain):
16027         Fix theora encoder.
16028
16029 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16030
16031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
16032         * gst/playback/gstdecodebin.c: (find_compatibles):
16033           Work with staticpadtemplates in elementfactories.
16034
16035 2005-04-12  Wim Taymans  <wim@fluendo.com>
16036
16037         * gst/playback/README:
16038         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16039         (compare_ranks), (print_feature), (gst_decode_bin_init),
16040         (dynamic_create), (dynamic_free), (find_compatibles),
16041         (mimetype_is_raw), (close_pad_link), (got_redirect),
16042         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
16043         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
16044         (gst_decode_bin_change_state):
16045         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16046         (gst_play_base_bin_init), (group_destroy), (group_commit),
16047         (check_queue), (queue_overrun), (queue_threshold_reached),
16048         (queue_out_of_data), (gen_preroll_element), (unknown_type),
16049         (new_decoded_pad), (setup_subtitle), (gen_source_element),
16050         (got_redirect), (setup_source), (play_base_eos),
16051         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16052         (gst_play_base_bin_remove_element):
16053         * gst/playback/gstplaybasebin.h:
16054         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16055         (gst_play_bin_init), (gst_play_bin_dispose),
16056         (gst_play_bin_set_property), (gen_video_element),
16057         (gen_text_element), (gen_audio_element), (remove_sinks),
16058         (gst_play_bin_send_event):
16059         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16060         (stream_info_change_state), (gst_stream_info_set_mute):
16061         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16062         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
16063         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
16064         (gst_stream_selector_chain):
16065         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16066         (main):
16067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16068         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
16069         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16070         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
16071         Raw and crude port of decodebin. 
16072         Make playbin compile.
16073
16074 2005-04-06  Wim Taymans  <wim@fluendo.com>
16075
16076         * ext/gnomevfs/Makefile.am:
16077         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16078         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16079         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16080         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
16081         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
16082         (gst_gnomevfssrc_stop):
16083         * ext/ogg/Makefile.am:
16084         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
16085         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
16086         * ext/theora/Makefile.am:
16087         * ext/theora/theoradec.c: (_inc_granulepos),
16088         (theora_dec_sink_event), (theora_dec_chain):
16089         * ext/vorbis/Makefile.am:
16090         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16091         (vorbis_dec_sink_event), (vorbis_dec_chain):
16092         * gst-libs/gst/audio/Makefile.am:
16093         * sys/xvimage/Makefile.am:
16094         Make gnomevfssrc extend the source base class.
16095         Fix linking against libs in various plugins.
16096
16097 2005-04-06  Andy Wingo  <wingo@pobox.com>
16098
16099         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
16100         GST_BASE_LIBS.
16101
16102         * configure.ac: Add check and AC_SUBST for libgstbase.
16103
16104 2005-03-31  Wim Taymans  <wim@fluendo.com>
16105
16106         * examples/seeking/Makefile.am:
16107         * examples/seeking/cdparanoia.c: (main):
16108         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
16109         (play_cb), (pause_cb), (stop_cb), (main):
16110         * examples/seeking/playbin.c:
16111         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
16112         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
16113         (make_sid_pipeline), (make_vorbis_pipeline),
16114         (make_theora_pipeline), (make_vorbis_theora_pipeline),
16115         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
16116         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
16117         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
16118         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
16119         (stop_cb), (main):
16120         * examples/seeking/spider_seek.c:
16121         * examples/seeking/vorbisfile.c:
16122         * ext/gnomevfs/Makefile.am:
16123         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16124         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
16125         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16126         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
16127         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
16128         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
16129         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
16130         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16131         * ext/ogg/README:
16132         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
16133         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
16134         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
16135         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
16136         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
16137         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
16138         (gst_ogg_pad_event), (gst_ogg_pad_reset),
16139         (gst_ogg_demux_factory_filter), (compare_ranks),
16140         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16141         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16142         (gst_ogg_chain_new), (gst_ogg_chain_free),
16143         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
16144         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
16145         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
16146         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
16147         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
16148         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
16149         (gst_ogg_demux_get_prev_page),
16150         (gst_ogg_demux_deactivate_current_chain),
16151         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16152         (gst_ogg_demux_bisect_forward_serialno),
16153         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16154         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16155         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16156         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16157         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16158         (gst_ogg_demux_change_state), (gst_ogg_print):
16159         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16160         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16161         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16162         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16163         (gst_ogg_mux_loop):
16164         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16165         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16166         (theora_dec_src_convert), (theora_dec_sink_convert),
16167         (theora_dec_src_query), (theora_dec_src_event),
16168         (theora_dec_sink_event), (theora_dec_chain),
16169         (theora_dec_change_state):
16170         * ext/theora/theoraenc.c: (gst_theora_enc_init),
16171         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16172         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16173         (theora_enc_change_state):
16174         * ext/vorbis/Makefile.am:
16175         * ext/vorbis/oggvorbisenc.c:
16176         * ext/vorbis/oggvorbisenc.h:
16177         * ext/vorbis/vorbis.c: (plugin_init):
16178         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16179         (vorbis_dec_src_query), (vorbis_dec_src_event),
16180         (vorbis_dec_sink_event), (vorbis_dec_chain),
16181         (vorbis_dec_change_state):
16182         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16183         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16184         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16185         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16186         (gst_vorbisenc_change_state):
16187         * ext/vorbis/vorbisenc.h:
16188         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16189         * gst-libs/gst/audio/audioclock.c:
16190         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16191         (gst_audiofilter_init), (gst_audiofilter_chain):
16192         * gst-libs/gst/audio/testchannels.c: (main):
16193         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16194         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16195         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16196         (gmip_find_track_streaminfo), (gmip_find_track_format):
16197         * gst-libs/gst/media-info/media-info.c:
16198         (gst_media_info_read_idler):
16199         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16200         (gst_play_get_all_by_interface):
16201         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16202         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16203         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16204         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16205         (gst_riff_parse_info):
16206         * gst-libs/gst/riff/riff-read.h:
16207         * gst-libs/gst/riff/riff.c: (plugin_init):
16208         * gst-libs/gst/video/Makefile.am:
16209         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16210         (gst_videosink_class_init), (gst_videosink_get_type):
16211         * gst-libs/gst/video/videosink.h:
16212         * gst/audioconvert/bufferframesconvert.c:
16213         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16214         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16215         * gst/audioconvert/channelmixtest.c: (main):
16216         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16217         (gst_audio_convert_chain),
16218         (gst_audio_convert_caps_remove_format_info),
16219         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16220         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16221         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16222         (gst_audio_convert_buffer_to_default_format),
16223         (gst_audio_convert_buffer_from_default_format),
16224         (gst_audio_convert_channels):
16225         * gst/audioconvert/gstchannelmix.h:
16226         * gst/ffmpegcolorspace/avcodec.h:
16227         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16228         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16229         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16230         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16231         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16232         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16233         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16234         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16235         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16236         (dv_type_find):
16237         * gst/videotestsrc/gstvideotestsrc.c:
16238         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16239         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16240         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16241         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16242         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16243         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16244         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16246         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16247         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16248         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16249         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16250         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16251         (gst_xvimagesink_navigation_send_event),
16252         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16253         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16254         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16255         * sys/xvimage/xvimagesink.h:
16256         Plugin port to 0.9, ogg/theora playback should work in the seek
16257         example now.
16258         Removed old examples.
16259         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16260         explained in 0.9 TODO doc.
16261
16262
16263 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16264
16265         * autogen.sh:
16266         * configure.ac:
16267         * ext/Makefile.am:
16268         * gst/Makefile.am:
16269         * po/POTFILES.in:
16270         * po/af.po:
16271         * po/az.po:
16272         * po/cs.po:
16273         * po/en_GB.po:
16274         * po/hu.po:
16275         * po/it.po:
16276         * po/nb.po:
16277         * po/nl.po:
16278         * po/or.po:
16279         * po/sq.po:
16280         * po/sr.po:
16281         * po/sv.po:
16282         * po/uk.po:
16283         * po/vi.po:
16284         * sys/Makefile.am:
16285         * testsuite/Makefile.am:
16286           remove a whole bunch of plugins.  This module now contains a set
16287           of free reference plugins/elements as agreed.
16288
16289 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16290
16291         * configure.ac:
16292           hunting season on 0.9 is now OPEN
16293
16294 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16295
16296         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16297           Kick the hell out of gcc for not warning me about a symbol conflict.
16298
16299 2005-02-22  Luca Ognibene  <luogni@tin.it>
16300
16301         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16302
16303         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16304           Don't leak caps string (fixes #168134)
16305
16306         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16307         (gst_jpegenc_init), (gst_jpegenc_finalize),
16308         (gst_jpegenc_change_state):
16309           Don't leak line buffers and context struct (fixes #168133).
16310
16311 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16312
16313         * configure.ac:
16314         * ext/dirac/gstdiracdec.cc:
16315         (gst_diracdec_chain):
16316           Since dirac 0.5.0 the framerate in dirac is expressed as a
16317           rational number. Fix build and up requirement to 0.5.0, and
16318           also pass parameters to gst_diracdec_link in the right order
16319           (fixes #167959).
16320
16321 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16322
16323         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16324         * ext/faad/gstfaad.h:
16325         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16326         certain invalid muxed streams, where some packets will contain 
16327         junk after decoder data. Partially fixes #149158.
16328
16329 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16330         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16331           Make sure we only write to writable buffers
16332
16333 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16334
16335         * gst-libs/gst/riff/riff-media.c:
16336         (gst_riff_create_audio_caps_with_data):
16337           Do actually fix invalid RIFF fmt header values for alaw
16338           and mulaw audio instead of just saying so.
16339
16340         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16341           Give gst_riff_create_audio_caps_with_data() a chance to
16342           fix up broken format header fields before extracting any
16343           parameters from the header. (fixes #167633)
16344
16345 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16346
16347         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16348
16349         * gst/audioconvert/bufferframesconvert.c:
16350         (buffer_frames_convert_link):
16351           Don't leak othercaps. (fixes #167878)
16352
16353 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16354
16355         * configure.ac:
16356         * ext/libvisual/visual.c: (gst_visual_srclink),
16357         (gst_visual_change_state):
16358           Support libvisual 0.2.0.
16359
16360 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16361
16362         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16363         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16364           Use same rowstrides for I420 as used everywhere else.
16365
16366 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16367
16368         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16369           Declare variables at beginning of block and make gcc-2.95 happy
16370           (fixes # 167482, patch by Gergely Nagy).
16371           
16372         * gst/tcp/gsttcpclientsrc.c:
16373         * gst/tcp/gsttcpclientsrc.h:
16374           Move some includes into the header, so that struct sockaddr_in is
16375           defined when it should be defined on FreeBSD as well (fixes
16376           #167483).
16377           
16378         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16379           Don't pass uninitialised values to setsockopt() here either.
16380
16381 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16382
16383         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16384
16385         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16386           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16387
16388 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16389
16390         * gst/playback/gstplaybin.c: (add_sink):
16391           Invert bin_add/link order to workaround deadlock in opt.
16392
16393 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16394
16395         * gst/modplug/gstmodplug.cc:
16396           Add missing break causing position queries to fail.
16397
16398 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16399
16400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16401           Granpos can apparently be -1, which screws up calculations...
16402
16403 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16404
16405         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16406         (gst_ximagesink_send_pending_navigation),
16407         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16408         (gst_ximagesink_init):
16409         * sys/ximage/ximagesink.h:
16410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16411         (gst_xvimagesink_send_pending_navigation),
16412         (gst_xvimagesink_navigation_send_event),
16413         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16414         * sys/xvimage/xvimagesink.h:
16415           Use a mutex protected list to marshal navigation
16416           events into the stream thread from whichever thread
16417           sends them.
16418
16419 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16420
16421         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16422           Display current position and track length; misc. clean-ups.
16423           
16424         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16425         (speed_init), (speed_chain):
16426           Add query function, so that the stream length and current position
16427           get adjusted when queried (note that current position queries may
16428           still be wrong if the audio sink returns values based on buffer
16429           timestamps instead of passing on the query).
16430
16431 2005-02-13  Benjamin Otte  <otte@gnome.org>
16432
16433         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16434         (gst_audio_convert_channels):
16435           create channel conversion matrix when linking
16436         * gst/audioconvert/.cvsignore:
16437         * gst/audioconvert/Makefile.am:
16438         * gst/audioconvert/channelmixtest.c: (main):
16439           add (ugly) test that ensures stereo <=> mono conversion works
16440           correctly
16441
16442 2005-02-13  Benjamin Otte  <otte@gnome.org>
16443
16444         * gst/audioconvert/gstchannelmix.h:
16445           include missing header file
16446         * gst/audioconvert/gstchannelmix.c:
16447         (gst_audio_convert_fill_compatible):
16448           use same sign for both channels when converting to/from compatible
16449           channel. Previously used different signs made the signals cancel
16450           each other out and appear like silence. (fixes #167269)
16451
16452 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16453
16454         * gst/ffmpegcolorspace/avcodec.h:
16455         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16456         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16457         (gst_ffmpegcsp_avpicture_fill):
16458         * gst/ffmpegcolorspace/imgconvert.c:
16459           Convert to and from YV12 (fixes #156379).
16460
16461 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16462
16463         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16464         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16465         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16466         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16467         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16468         methods from chain and negotiation and vice versa (Fixes #166142).
16469         * sys/ximage/ximagesink.h: Add stream_lock.
16470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16471         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16472         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16473         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16474
16475 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16476
16477         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16478           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16479           error message when we can't open the DVD device (when dvdnav_open()
16480           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16481           the above). Send something more useful instead (fixes #167117).
16482
16483 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16484
16485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16486         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16487         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16488         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16489         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16490         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16491         methods from chain and negotiation and vice versa (Fixes #166142).
16492         Fix a possible bug of images in the buffer pool being discarded because
16493         we are looking at the wrong geometry.
16494         * sys/xvimage/xvimagesink.h: Add stream_lock.
16495
16496 2005-02-11  David Schleef  <ds@schleef.org>
16497
16498         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16499         unsigned int. (fixes #167128)
16500
16501 2005-02-11  David Schleef  <ds@schleef.org>
16502
16503         * gst/librfb/Makefile.am: Testing stuff before committing is
16504           for wimps... and people with fast machines.  Fix stupid
16505           mistake.
16506
16507 2005-02-11  David Schleef  <ds@schleef.org>
16508
16509         * configure.ac: Pull in librfb from my CVS tree, because it is
16510           too small and annoying to be separate.  Move rfbsrc plugin
16511           to gst/.
16512         * ext/Makefile.am:
16513         * ext/librfb/Makefile.am:
16514         * ext/librfb/gstrfbsrc.c:
16515         * gst/librfb/Makefile.am:
16516         * gst/librfb/gstrfbsrc.c:
16517         * gst/librfb/rfb.c:
16518         * gst/librfb/rfb.h:
16519         * gst/librfb/rfbbuffer.c:
16520         * gst/librfb/rfbbuffer.h:
16521         * gst/librfb/rfbbytestream.c:
16522         * gst/librfb/rfbbytestream.h:
16523         * gst/librfb/rfbcontext.h:
16524         * gst/librfb/rfbdecoder.c:
16525         * gst/librfb/rfbdecoder.h:
16526         * gst/librfb/rfbutil.h:
16527
16528 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16529
16530         * gst/speed/Makefile.am:
16531         * gst/speed/demo-mp3.c: (main):
16532         * gst/speed/filter.func:
16533         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16534         (speed_class_init), (speed_init), (speed_chain_int16),
16535         (speed_chain_float32), (speed_chain), (speed_set_property),
16536         (speed_get_property), (speed_change_state):
16537         * gst/speed/gstspeed.h:
16538           Fix speed element and make it chain-based (fixes #156467),
16539           and make it handle more than one channel.
16540
16541 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16542
16543         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16544         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16545         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16546         * ext/dts/gstdtsdec.h:
16547           Don't clobber the stack constructing the channels array.
16548           Make the element chain-based. DTS tracks can now be played.
16549           
16550 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16551
16552         * gst-libs/gst/audio/multichannel.h:
16553         * gst-libs/gst/gconf/gconf.h:
16554         * gst-libs/gst/idct/idct.h:
16555         * gst-libs/gst/media-info/media-info-priv.h:
16556         * gst-libs/gst/play/play.h:
16557         * gst-libs/gst/resample/private.h:
16558         * gst-libs/gst/resample/resample.h:
16559         * gst-libs/gst/riff/riff-ids.h:
16560         * gst-libs/gst/video/video.h:
16561         * gst-libs/gst/video/videosink.h:
16562           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16563           missing, so that they work when included from C++ code.
16564
16565 2005-02-09  David Schleef  <ds@schleef.org>
16566
16567         * testsuite/gst-lint: Check for non-statically scoped
16568           parent_class variables.  This won't be a problem once
16569           plugins are loaded with RTLD_LOCAL.
16570
16571 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16572
16573         * ext/mplex/gstmplexibitstream.cc:
16574           gcc madness.
16575
16576 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16577
16578         * ext/ogg/gstogmparse.c:
16579         * gst/debug/gstnavigationtest.c:
16580           Die, thou faulty symbol pollutors (non-static parent_class).
16581
16582 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16583
16584         * ext/mplex/gstmplexibitstream.cc:
16585           Fix event handling (#165525).
16586
16587 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16588
16589         * ext/mikmod/gstmikmod.c:
16590         * gst/modplug/gstmodplug.cc:
16591           Add missing endianness to template (fixes #165509).
16592
16593 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16594
16595         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16596           Fix wrong order of reading of optional bytes (#165290).
16597
16598 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16599
16600         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16601           Implement FILLER event awareness.
16602
16603 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16604
16605         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16606           Fix track calculations (#166208).
16607
16608 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16609
16610         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16611
16612         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16613         * ext/libpng/gstpngenc.c:
16614           Fix byte-order, use proper fixed caps. Fixes #164197.
16615
16616 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16617
16618         * configure.ac:
16619           Add dvdlpcmdec 
16620
16621         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16622         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16623           Don't push buffers if the src pad isn't negotiated yet.
16624           
16625         * gst/audioconvert/gstaudioconvert.c:
16626         (gst_audio_convert_buffer_to_default_format),
16627         (gst_audio_convert_buffer_from_default_format):
16628           Add support for 24-bit width.
16629
16630         * gst/dvdlpcmdec/.cvsignore:
16631         * gst/dvdlpcmdec/Makefile.am:
16632         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16633         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16634         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16635         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16636         (plugin_init):
16637         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16638           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16639           format. Needs support for the channels maps if someone can find 
16640           a DVD LPCM track with > 2 channels.
16641
16642         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16643         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16644         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16645         * gst/mpegstream/gstdvddemux.h:
16646         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16647         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16648         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16649         * gst/mpegstream/gstmpegdemux.h:
16650         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16651         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16652         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16653         (gst_mpeg_parse_handle_src_query),
16654         (gst_mpeg_parse_handle_src_event):
16655           Use audio/x-dvd-lpcm for LPCM output.
16656           Add DTS output.
16657
16658 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16659
16660         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16661
16662         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16663         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16664           Add BGRA handling (#165736).
16665
16666 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16667
16668         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16669
16670         * gst/law/alaw-decode.c: (alawdec_link):
16671         * gst/law/alaw-encode.c: (alawenc_link):
16672         * gst/law/mulaw-decode.c: (mulawdec_link):
16673         * gst/law/mulaw-encode.c: (mulawenc_link):
16674           Fix caps memleaks (#166600).
16675
16676 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16677
16678         * ext/tarkin/mem.h:
16679         * ext/tarkin/wavelet.h:
16680         * ext/tarkin/yuv.h:
16681         * gst/ffmpegcolorspace/avcodec.h:
16682           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16683           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16684
16685 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16686
16687         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16689         (gst_xvimagesink_change_state):
16690           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16691           Xv video (and thereby regenerate Xv colourkey) in clear() so
16692           that PLAY -> READY -> PLAY works (fixes #162504).
16693
16694 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16695
16696         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16697           Switch to list instead of range, since MJPEG-devices really just
16698           support decimations, not any size.
16699
16700 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16701         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16702         (gst_mpeg2dec_reset), (free_all_buffers),
16703         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16704         * ext/mpeg2dec/gstmpeg2dec.h:
16705           The libmpeg2 user-allocated buffer management is awkward, 
16706           to say the least. Hopefully this fixes things.
16707
16708 2005-02-04  Andy Wingo  <wingo@pobox.com>
16709
16710         * gst/audioconvert/bufferframesconvert.c
16711         (buffer_frames_convert_fixate): New function, fixates to 256
16712         frames per buffer by default. (Much better than 1.)
16713         (buffer_frames_convert_init): Set the fixate function for both src
16714         and sink pad.
16715         (buffer_frames_convert_link): After success setting nonfixed caps,
16716         get the negotiated caps so we can know how many buffer-frames it
16717         will be. No idea how this worked at all before.
16718
16719 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16720
16721         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16722         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16723         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16724         (handle_sequence), (handle_picture):
16725         * ext/mpeg2dec/gstmpeg2dec.h:
16726           Rearrange buffer tracking and refcounting and refactor
16727           a little for readability. 
16728
16729 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16730         * sys/v4l/gstv4l.c: (plugin_init):
16731         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16732         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16733         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16734         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16735         * sys/v4l/gstv4ljpegsrc.h:
16736         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16737         * sys/v4l/v4l_calls.h:
16738         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16739         (gst_v4lsrc_get_fps):
16740         * sys/v4l/v4lsrc_calls.h:
16741           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16742           you jpeg inside rgb frames" driver.
16743           Don't error in the v4lsrc link function, just return 
16744           REFUSED.
16745
16746 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16747
16748         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16749         (gst_qcamsrc_open):
16750           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16751
16752 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16753
16754         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16755           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16756
16757 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16758
16759         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16760           Reset negotiated state on PAUSED->READY.
16761
16762 2005-02-02  David Schleef  <ds@schleef.org>
16763
16764         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16765         whereever possible.  (Fixes #165997)
16766         * examples/capsfilter/capsfilter1.c: (main):
16767         * examples/dynparams/filter.c: (create_ui):
16768         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16769         * examples/seeking/chained.c: (main):
16770         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16771         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16772         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16773         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16774         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16775         * examples/switch/switcher.c: (main):
16776         * ext/dv/demo-play.c: (main):
16777         * ext/faad/gstfaad.c: (gst_faad_change_state):
16778         * ext/mad/gstmad.c: (gst_mad_chain):
16779         * ext/smoothwave/demo-osssrc.c: (main):
16780         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16781         (gst_gconf_render_bin_from_description),
16782         (gst_gconf_get_default_audio_sink),
16783         (gst_gconf_get_default_video_sink),
16784         (gst_gconf_get_default_audio_src),
16785         (gst_gconf_get_default_video_src),
16786         (gst_gconf_get_default_visualization_element):
16787         * gst/level/demo.c: (main):
16788         * gst/level/plot.c: (main):
16789         * gst/playback/gstplaybin.c: (gen_video_element),
16790         (gen_audio_element):
16791         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16792         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16793         * gst/sine/demo-dparams.c: (main):
16794         * gst/spectrum/demo-osssrc.c: (main):
16795         * gst/speed/demo-mp3.c: (main):
16796         * gst/volume/demo.c: (main):
16797         * testsuite/embed/embed.c: (main):
16798
16799 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16800
16801         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16802         (gst_tcpclientsink_finalize):
16803         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16804         (gst_tcpclientsrc_finalize):
16805         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16806         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16807         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16808         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16809           Don't leak the hostname when shutting down.
16810           In tcpserversrc, take a copy of the default hostname.
16811
16812 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16813
16814         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16815           Set caps to systemstream=TRUE.
16816
16817 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16818
16819         * testsuite/Makefile.am:
16820           Fix more OSX buildbots.
16821
16822 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16823
16824         * ext/mpeg2dec/gstmpeg2dec.c:
16825           Don't send things to NULL PAD_PEERs
16826
16827         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16828           Copy-on-write the incoming buffer.
16829
16830         * gst/mpegstream/gstdvddemux.h:
16831         * gst/mpegstream/gstmpegclock.h:
16832         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16833         (normal_seek), (gst_mpeg_demux_handle_src_event):
16834         * gst/mpegstream/gstmpegdemux.h:
16835         * gst/mpegstream/gstmpegpacketize.h:
16836         * gst/mpegstream/gstmpegparse.c:
16837         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16838         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16839         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16840         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16841         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16842         * gst/mpegstream/gstmpegparse.h:
16843         * gst/mpegstream/gstrfc2250enc.h:
16844           Various changes to the way time is computed that make seeking and
16845           total time estimation much better here.
16846           Use G_BEGIN/END_DECLS instead of __cplusplus
16847
16848         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16849           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16850
16851 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16852
16853         * gst/subparse/gstsubparse.c:
16854           Fix OSX buildbot.
16855
16856 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16857
16858         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16859         (theora_enc_chain), (theora_enc_change_state):
16860         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16861         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16862         (gst_vorbisenc_change_state):
16863         * ext/vorbis/vorbisenc.h:
16864           Set granulepos and timestamp correctly for streams not
16865           starting at 0, taking into account the initial delay.
16866
16867 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16868
16869         * gst/mpegstream/gstdvddemux.c:
16870           Add audio/x-dts to audio pad template caps
16871
16872 2005-01-30  David Schleef  <ds@schleef.org>
16873
16874         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16875         (create_context), (gst_polypsink_link): Fix silly endianness
16876         bug.  Add some debugging.  Remove float from caps; it doesn't
16877         work.  Attempt to get remote audio working.
16878
16879 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16880
16881         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16882           Add 3IV2 fourcc.
16883
16884 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16885
16886         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16887         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16888         (gst_avi_demux_stream_data):
16889         * gst/avi/gstavidemux.h:
16890           Invert DIB images. Fixes #132341.
16891
16892 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16893
16894         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16895         (gst_ffmpegcsp_chain):
16896           D'oh, reference the palette data, not the palette structure.
16897           Fixes color distortion in #132341.
16898
16899 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16900
16901         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16902           PAR can be non-fixed when not provided as argument (#162626).
16903
16904 2005-01-29  David Moore  <dcm@acm.org>
16905
16906         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16907
16908         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16909         (gst_qtdemux_loop_header):
16910           Re-apply patch from #142272 that allows non-seekable sources,
16911           re-proposed by Daniel Drake <dsd@gentoo.org>.
16912
16913 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16914
16915         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16916           Use the src template for creating the src pad (#162330).
16917
16918 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16919
16920         * configure.ac:
16921         * ext/musepack/Makefile.am:
16922         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16923         (gst_musepackdec_init), (gst_musepackdec_dispose),
16924         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16925         (gst_musepack_stream_init), (gst_musepackdec_loop),
16926         (gst_musepackdec_change_state):
16927         * ext/musepack/gstmusepackdec.cpp:
16928         * ext/musepack/gstmusepackdec.h:
16929         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16930         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16931         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16932         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16933         * ext/musepack/gstmusepackreader.cpp:
16934         * ext/musepack/gstmusepackreader.h:
16935           Update to 1.1 API (#165446).
16936
16937 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16938
16939         * ext/Makefile.am:
16940           Unbreak buildbot.
16941
16942 2005-01-28  Andy Wingo  <wingo@pobox.com>
16943
16944         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16945         to reflect a different dubious internet source. Add a reference
16946         and some commentary.
16947
16948 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16949
16950         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16951         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16952         * gst/playback/gststreamselector.h:
16953           Be more selective when we're redoing caps negotiation from
16954           within the chain function on a stream change.
16955
16956 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16957
16958         * configure.ac:
16959         * ext/Makefile.am:
16960         * ext/amrnb/Makefile.am:
16961         * ext/amrnb/amrnb.c: (plugin_init):
16962         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16963         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16964         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16965         (gst_amrnbdec_state_change):
16966         * ext/amrnb/amrnbdec.h:
16967         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16968         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16969         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16970         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16971         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16972         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16973         * ext/amrnb/amrnbparse.h:
16974           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16975         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16976           Add AMR-NB/-WB raw formats.
16977         * ext/alsa/gstalsa.c: (gst_alsa_link):
16978           Keep valid time when changing format.
16979         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16980         (qtdemux_parse_trak):
16981           Add some more format-specific options (#140141, #143555, #155163).
16982
16983 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16984
16985         * gst/matroska/matroska-demux.c:
16986         (gst_matroska_demux_parse_blockgroup):
16987           Fix logic error in timing of subtitle stream synchronization.
16988         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16989           Add skip-chunk, which is found in kodak-camera streams.
16990
16991 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16992
16993         * po/LINGUAS:
16994         * po/vi.po:
16995           Adding Vietnamese translation (submitted by Clytie Siddall)
16996
16997 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16998
16999         * gst/playback/gstdecodebin.c: (try_to_link_1):
17000           Use realpad for signal.
17001
17002 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17003
17004         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
17005           Fix category so decodebin picks it up.
17006
17007 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17008
17009         * ext/mad/Makefile.am:
17010         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
17011         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
17012         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
17013         (found_type), (gst_id3demux_bin_change_state):
17014         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
17015         (gst_id3_tag_init), (gst_id3_tag_handle_event),
17016         (gst_id3_tag_src_link), (gst_id3_tag_chain),
17017         (gst_id3_tag_change_state), (plugin_init):
17018         * ext/mad/gstmad.h:
17019           Add id3demuxbin (which is a simple bin consisting of id3demux
17020           and typefind), take over rank from id3demux, remove typefind
17021           code from id3demux. Makes all broken mp3s that I know of work,
17022           and thereby fixes #152688.
17023
17024 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
17025
17026         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17027
17028         * ext/mad/gstmad.c: (gst_mad_src_event):
17029         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17030           Allow seeks on audio pad, make mad forward those (#164826).
17031         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17032           Set duration (#165335).
17033
17034 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17035
17036         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17037         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
17038         (gst_asf_demux_process_ext_content_desc),
17039         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
17040         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
17041         * gst/asfdemux/gstasfdemux.h:
17042           Improve metadata display, e.g. if the metadata comes before the
17043           streams are loaded (which is perfectly valid).
17044
17045 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17046
17047         * tools/gst-launch-ext-m.m:
17048           Fix AVI/ASF pipelines (#165340).
17049
17050 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
17051         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
17052         build failure on amd64
17053
17054 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17055
17056         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
17057         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
17058           Check environment variables GST_ID3V2_TAG_ENCODING,
17059           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17060           list of character encodings to force interpretation of non-unicode
17061           strings stored in an ID3v2 tag to a particular encoding. If none
17062           is specified, try to use current locale's encoding, then fall back
17063           to ISO-8859-1 (which will always succeed). (Resolves #149274)
17064         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
17065         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
17066           Check environment variables GST_ID3V1_TAG_ENCODING,
17067           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17068           list of character encodings to use in case a string encountered
17069           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
17070           specified, try to use the current locale's encoding, then fall
17071           back to ISO-8859-1 (which will always succeed).
17072
17073 2005-01-25  Benjamin Otte  <otte@gnome.org>
17074
17075         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17076           - on half framerate, compute the rate in advance so the comparisons
17077             don't compare wrong values
17078           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
17079             behaviour
17080           - don't use mad_header_decode anymore, mad_frame_decode does that
17081             automatically
17082           - when getting rid of consumed bytes, reset the stream's skiplen
17083           (fixes #163867)
17084
17085 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
17086
17087         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
17088           Use 1/2 a second for default max_discont, as PES streams from DVB
17089           seem to have larger spacings in the SCR. 
17090           Fix a typo.
17091
17092 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17093
17094         * gst/playback/gstplaybasebin.c: (group_commit):
17095           Notify delayed stream-info availability.
17096
17097 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
17098         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17099         (gst_a52dec_handle_event), (gst_a52dec_chain):
17100         Add some debug output. Check that a discont has a valid
17101         time associated.
17102         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17103         (gst_alsa_sink_loop):
17104         Ignore TAG events. A little extra debug for broken timestamps.
17105         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
17106         (dvdnavsrc_change_state):
17107         Ensure we send a discont to engage the link before we send any
17108         other events.
17109         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
17110         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
17111         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
17112         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
17113         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
17114         dvd://title works in totem because typefinding sends a seek that ends
17115         up going back to chapter 1 regardless.
17116         * ext/mpeg2dec/gstmpeg2dec.c:
17117         * ext/mpeg2dec/gstmpeg2dec.h:
17118         Output correct timestamps and handle disconts.
17119         * ext/ogg/gstoggdemux.c: (get_relative):
17120         Small guard against a null dereference.
17121         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
17122         (gst_textoverlay_set_property):
17123         Free memory when done. Don't call gst_event_filler_get_duration on
17124         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
17125         g_warning.
17126         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
17127         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
17128         (gst_sw_srclink), (gst_smoothwave_chain):
17129         Draw solid lines, prettier colours.
17130         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
17131         Add a default palette that'll work for some movies.
17132         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
17133         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
17134         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
17135         * gst/mpegstream/gstdvddemux.h:
17136         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
17137         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
17138         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
17139         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
17140         * gst/mpegstream/gstmpegparse.h:
17141         Use PTM/NAV events when for timestamp adjustment when connected to 
17142         dvdnavsrc. Don't use many discont events where one suffices.
17143         * gst/playback/gstplaybasebin.c: (group_destroy),
17144         (gen_preroll_element), (gst_play_base_bin_add_element):
17145         * gst/playback/gstplaybasebin.h:
17146         Make sure we remove subtitles from the same bin we put them in.
17147         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
17148         (gst_subparse_buffer_format_autodetect),
17149         (gst_subparse_change_state):
17150         Fix some memleaks and invalid accesses.
17151         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
17152         (oggskel_type_find), (cmml_type_find), (plugin_init):
17153         Some typefind functions for Annodex v3.0 files
17154         * gst/wavparse/gstwavparse.h:
17155         GstRiffReadClass is the correct parent class.
17156
17157 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17158
17159         * gst-libs/gst/riff/riff-media.c:
17160         (gst_riff_create_video_caps_with_data):
17161           Add extradata to huffyuv (fixes #165013).
17162         * gst-libs/gst/riff/riff-read.c:
17163         (gst_riff_read_strf_vids_with_data):
17164           Fix extradata extraction if it is in the chunk size.
17165
17166 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
17167
17168         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17169
17170         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17171         (gst_quarktv_change_state), (gst_quarktv_dispose):
17172           Memory free'ing location fix (#164708).
17173
17174 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17175
17176         * gst/playback/gstplaybasebin.c: (group_commit),
17177         (gen_preroll_element), (probe_triggered), (gen_source_element),
17178         (setup_source), (gst_play_base_bin_change_state),
17179         (gst_play_base_bin_add_element):
17180           Don't block for streams.
17181         * gst/playback/gststreaminfo.c: (stream_info_change_state),
17182         (gst_stream_info_set_mute):
17183           Use gst_pad_set_active_recursive.
17184
17185 2005-01-25  Andy Wingo  <wingo@pobox.com>
17186
17187         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17188         for #ifndef HAVE_XVIDEO.
17189
17190 2005-01-24  Jeffrey C. Ollie
17191
17192         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
17193
17194         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17195         * ext/gsm/gstgsmdec.h:
17196         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17197         * ext/gsm/gstgsmenc.h:
17198         Fix rate to 8kHz as per spec, removes obscure errors when no rate
17199         was given by property. Add proper buffer timestamps and offsets.
17200
17201 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17202
17203         * gst-libs/gst/riff/riff-media.c:
17204         (gst_riff_create_audio_caps_with_data):
17205           Audio can be <8000Hz.
17206
17207 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17208
17209         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17210           Explicit state change to workaround refcount bugs.
17211
17212 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17213
17214         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17215         (gst_avimux_riff_get_avi_header):
17216           Fix...
17217
17218 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17219
17220         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17221         (gst_riff_read_element_data):
17222         * gst-libs/gst/riff/riff-read.h:
17223           Add _peek version (req'ed in CDXA).
17224         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17225         (gst_cdxaparse_loop):
17226           Fix parsing in playbin.
17227         * gst/playback/gstdecodebin.c: (close_pad_link):
17228           Ignore current_ pads, they cause major annoyance.
17229
17230 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17231
17232         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17233           Safety guard.
17234
17235 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17236
17237         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17238           Fix padding...
17239
17240 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17241
17242         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17243           Allow for 0-sized buffers. Fixes length query problems in
17244           starwars.mkv from the testsuite.
17245
17246 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17247
17248         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17249         (gst_video_box_i420), (gst_video_box_chain):
17250           Fix row strides for I420 (fixes #163159)
17251           
17252 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17253
17254         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17255           MPEG2 has a useful rate property, so we can actually use that.
17256           For MPEG-1, continue using the bytes/time properties.
17257
17258 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17259
17260         * gst-libs/gst/riff/riff-media.c:
17261         (gst_riff_create_video_caps_with_data),
17262         (gst_riff_create_video_template_caps):
17263           Add intel-h263.
17264
17265 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17266
17267         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17268           Fail if caps negotiation fails. Should fix #162184, and should
17269           definately be in there regardless of it fixing the actual bug.
17270         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17271         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17272         (gst_avimux_riff_get_avix_header),
17273         (gst_avimux_riff_get_video_header),
17274         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17275         (gst_avimux_start_file), (gst_avimux_handle_event),
17276         (gst_avimux_change_state):
17277         * gst/avi/gstavimux.h:
17278           Refactor structure writing to use GST_WRITE_UINT macros, add
17279           metadata writing support.
17280
17281 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17282
17283         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17284           Elements may already be destroyed when this function is called.
17285
17286 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17287
17288         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17289         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17290           More memory leak fixes (#149162).
17291
17292 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17293
17294         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17295         (gst_qtdemux_add_stream):
17296           Fix two memleaks.
17297
17298 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17299
17300         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17301           Argh...
17302
17303 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17304
17305         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17306           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17307           when fixating to six channels in Totem.
17308
17309 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17310
17311         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17312           Fix compile warnings on Solaris 10 buildbot
17313
17314 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17315
17316         * ext/dvdread/dvdreadsrc.c: (_read):
17317           Don't read beyond the last cell in a chapter (fixes 
17318           invalid memory access)
17319
17320 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17321
17322         * ext/dvdread/stream_labels.c:
17323         (dvdreadsrc_get_audio_stream_labels):
17324           Use NULL for an empty GList instead of g_list_alloc(); fix 
17325           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17326           of GString (easier to bulk free later)
17327
17328 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17329
17330         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17331
17332         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17333         (gst_ffmpeg_pixfmt_to_caps):
17334           Fix BGRA32 caps (#164209).
17335
17336 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17337
17338         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17339
17340         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17341         (gst_ffmpeg_caps_to_pixfmt):
17342           alpha_mask can be RGBA/ABGR. Fixes #164265.
17343
17344 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17345
17346         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17347
17348         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17349         (gst_mpeg2dec_alloc_buffer):
17350         * ext/mpeg2dec/gstmpeg2dec.h:
17351           Crop if decoding size is not the actual image size (#163676).
17352
17353 2005-01-17  Steve Baker  <steve@stevebaker.org>
17354
17355         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17356
17357         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17358         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17359           Add libsndfile typefind functions (#163309).
17360
17361 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17362
17363         * tools/gst-launch-ext-m.m:
17364           Add .aac, fix .m1v/.m2v (#163891).
17365
17366 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17367
17368         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17369           Sanity check, don't wait endlessly since the clock might not
17370           actually run at this point (which is a deadlock). Fixes #164069.
17371
17372 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17373
17374         * gst/playback/gstplaybasebin.c: (probe_triggered):
17375           Of course, only pause if group is done...
17376
17377 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17378
17379         * gst/playback/gstplaybasebin.c: (probe_triggered):
17380           Thread safety.
17381
17382 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17383
17384         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17385           Don't return state change success when the parent
17386           failed.
17387
17388 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17389
17390         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17391           Free events (fix memleak in #162905).
17392
17393 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17394
17395         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17396
17397         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17398         (gst_ffmpeg_caps_to_pixfmt):
17399           Fix for depth = 15. Fixes #161675.
17400
17401 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17402
17403         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17404           Set FPS correctly, even for webcams and the like.
17405         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17406           Don error on setting while capturing.
17407
17408 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17409
17410         * ext/dv/gstdvdec.c:
17411         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17412         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17413           I'm a bad boy. using /1001. to force C to do float division
17414           and not integer division (as it did in my last commit)
17415           Thanks to David I. Lehn for pointing this mistake.
17416
17417 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17418
17419         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17420           Revert Johan's 1.35->1.36 since it breaks compat.
17421
17422 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17423
17424         * ext/dv/gstdvdec.c:
17425         * ext/libfame/gstlibfame.c:
17426         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17427         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17428           replace framerate aproximations by their real value
17429           (24000/1001, 30000/1001, 60000/1001)
17430           Finish fixing bug #164049
17431
17432 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17433
17434         * ext/ogg/gstoggmux.c:
17435           eos/bos debugging
17436         * gst/tcp/gstmultifdsink.c:
17437         * gst/tcp/gstmultifdsink.h:
17438         * gst/tcp/gsttcp.c:
17439         * gst/tcp/gsttcp.h:
17440         * gst/tcp/gsttcpclientsink.c:
17441         * gst/tcp/gsttcpclientsrc.c:
17442         * gst/tcp/gsttcpserversink.c:
17443         * gst/tcp/gsttcpserversrc.c:
17444           improve reusability of elements after state changes and errors
17445           make multifdsink throw away streamheaders when receiving new ones
17446
17447 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17448
17449         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17450           Fix for if items are already in list...
17451
17452 2005-01-12  Benjamin Otte  <otte@gnome.org>
17453
17454         * gst/adder/gstadder.c: (gst_adder_loop):
17455           fix adder a bit so it doesn't screw up with events as much anymore
17456
17457 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17458
17459         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17460         (pixbufscale_scale), (gst_pixbufscale_chain):
17461         * ext/gdk_pixbuf/pixbufscale.h:
17462           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17463           to ensure rowstrides are calculated the same way as 
17464           ffmpegcolorspace
17465           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17466           that we pick up duration and offset also.
17467
17468 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17469
17470         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17471         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17472           Reusability fixes.
17473
17474 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17475
17476         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17477         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17478         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17479         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17480           Update flags when requested.
17481
17482 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17483
17484         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17485           Fix dmix.
17486
17487 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17488
17489         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17490         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17491         (probe_triggered), (new_decoded_pad), (gen_source_element),
17492         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17493         * gst/playback/gstplaybasebin.h:
17494         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17495         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17496         (gst_play_bin_change_state):
17497           Implement group-switch signal for use in apps to clear metadata
17498           cache, clean up subtitle, add suburi property instead of # hack,
17499           some error-out fixes.
17500
17501 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17502
17503         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17504           Debug.
17505         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17506           If we got a state change in the _get handler, don't return success.
17507
17508 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17509
17510         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17511         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17512           Make jpegdec quiet on MJPEG decoding
17513         * gst/asfdemux/README:
17514           Fix mimetypes for MJPEG and H263
17515
17516 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17517
17518         * ext/theora/theoradec.c: (theora_dec_chain):
17519           Fix broken code generation by gcc by swapping arguments.
17520         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17521           Fix \n in debug.
17522
17523 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17524
17525         * TODO:
17526           delete this file, it is by far outdated
17527         * ext/alsa/gstalsa.1: remove
17528         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17529         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17530         (gst_alsa_get_caps):
17531           Add HW probing for supported sample rates. Fixes #161704
17532
17533 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17534
17535         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17536           Don't crash, biatch! :).
17537
17538 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17539
17540         * ext/musepack/gstmusepackreader.cpp:
17541         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17542           Some work on tags - still doesn't work in playbin...
17543         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17544           Handle events...
17545
17546 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17547
17548         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17549           Also shove tags on kid pads.
17550
17551 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17552
17553         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17554           Don't bail on unknown events.
17555         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17556           Don't crash on events before negotiation.
17557         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17558           Send tags on pads, too.
17559         * gst/playback/gststreamselector.c:
17560         (gst_stream_selector_request_new_pad):
17561           Forward events on first pad if no input was selected yet.
17562
17563 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17564
17565         * gst/playback/gstplaybasebin.c: (setup_substreams):
17566           Don't disable streamtype if the stream doesn't exist, since
17567           then playing a video after audio will disable both and nothing
17568           will happen. Fixes the testsuite.
17569
17570 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17571
17572         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17573         (gst_v4l_xoverlay_set_xwindow_id):
17574         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17575         (gst_v4l2_xoverlay_set_xwindow_id):
17576           Add debug categories, fix overlay disabling.
17577
17578 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17579
17580         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17581         * ext/alsa/gstalsa.h:
17582           Add HW probing for period_count/size and buffer_size MIX/MAX
17583           Adjust default/user defined value if out of bounds
17584           Should fix bug #162024
17585
17586 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17587
17588         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17589           Fix warning (#161191).
17590
17591 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17592
17593         * ext/dvdread/stream_labels.c:
17594         (dvdreadsrc_get_audio_stream_labels):
17595           Fix warning (init the good variable in switch default)
17596
17597 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17598
17599         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17600
17601         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17602           Fix gcc-2.95 compile (#163485).
17603
17604 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17605
17606         * configure.ac:
17607         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17608         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17609         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17610         (gst_flacenc_change_state):
17611         * ext/flac/gstflacenc.h:
17612           Update for API change in flac-1.1.1. Update requirement in
17613           configure.ac. Fixes #162974.
17614
17615 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17616
17617         * gst/playback/gstplaybasebin.c: (group_destroy):
17618           Remove hack to get rid of assert and get rid of unlinked
17619           signals properly.
17620
17621 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17622
17623         * gst/playback/gstplaybasebin.c: (setup_source):
17624           Set source to NULL so that resources are free'ed. Fixes issues
17625           with playback of CDDA and similar device-accessing things.
17626
17627 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17628
17629         * testsuite/embed/Makefile.am:
17630           test->noinst, fix make test in buildbot.
17631
17632 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17633
17634         * ext/dvdread/stream_labels.c: new file
17635         * ext/dvdread/stream_labels.h: new file
17636         * ext/dvdread/Makefile.am:
17637         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17638           Extract audio stream label from DVD IFO files.
17639           It only dump them on the console for now, still have to
17640           make playbin aware of them.
17641
17642 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17643
17644         * gst/playback/gstplaybasebin.c: (setup_source):
17645           Fix hanging subs.
17646
17647 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17648
17649         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17650         (gen_preroll_element), (remove_groups), (setup_subtitle),
17651         (gen_source_element), (setup_source):
17652         * gst/playback/gstplaybasebin.h:
17653           Multiple .sub files is just a stupid idea... Fix some threading
17654           mistakes. Interestingly, external .sub files cause playbin to
17655           hang, I don't know why... Parsing fixes contributed by Fran??ois
17656           Kooman <fkooman@tuxed.net>.
17657
17658 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17659
17660         * testsuite/embed/Makefile.am:
17661           Fix buildbot.
17662
17663 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17664
17665         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17666
17667         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17668         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17669         (gst_pngenc_set_property):
17670         * ext/libpng/gstpngenc.h:
17671           Add compression level property (#163323).
17672
17673 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17674
17675         * configure.ac:
17676         * examples/capsfilter/capsfilter1.c: (main):
17677         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17678         * ext/dvdread/Makefile.am:
17679         * ext/dvdread/demo-play:
17680         * ext/dvdread/demo-play.c:
17681         * gconf/gstreamer.schemas.in:
17682         * gst-libs/gst/gconf/gconf.c:
17683         * sys/v4l/TODO:
17684         * testsuite/Makefile.am:
17685         * testsuite/embed/Makefile.am:
17686         * testsuite/embed/embed.c: (cb_expose), (main):
17687           Remove all references to xvideosink, fix examples (#140845).
17688         * gst/playback/gstplaybasebin.c: (group_destroy):
17689           Apparently, disposal does not unlink - so do explicitely.
17690         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17691           Add debug.
17692
17693 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17694
17695         * README: fix PKG_CONFIG_PATH instructions, what was there
17696         previously was breaking default search path, not nice. 
17697         Fixes #163358
17698
17699 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17700
17701         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17702         (gst_audioscale_chain):
17703           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17704           when resampling - how the ^@$^!@^! is this possible?!?
17705
17706 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17707
17708         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17709           Reset variables on READY.
17710         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17711         (gst_matroska_mux_loop):
17712           Require data before writing header.
17713
17714 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17715
17716         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17717
17718         * ext/mad/gstmad.c: (gst_mad_chain):
17719           Don't call mad_stream_sync() directly after recovering sync.
17720           Fixes #151661.
17721
17722 2005-01-09  Martin Eikermann  <meiker@upb.de>
17723
17724         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17725
17726         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17727         (snapshot_handler), (gst_snapshot_sinkconnect),
17728         (gst_snapshot_chain):
17729           Allocate resources when required, fix recursive signal emission
17730           and fix caps. Fixes #161667.
17731
17732 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17733
17734         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17735
17736         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17737         (gst_pngdec_chain):
17738           Handle only 8-bppc (bits-per-pixel-component) images, better
17739           error handling and correct strides. Fixes #163177.
17740         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17741         (gst_pngenc_chain):
17742           Better error handling. Fixes #163348.
17743
17744 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17745
17746         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17747         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17748         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17749         (dvdnavsrc_uri_handler_init):
17750           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17751         * gst/playback/gstplaybasebin.c: (gen_source_element):
17752           Add MMS to streaming URIs.
17753
17754 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17755
17756         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17757         * sys/xvimage/xvimagesink.c:
17758         (gst_xvimagesink_navigation_send_event):
17759           Check for pad availability before sending event.
17760
17761 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17762
17763         * gst-plugins.spec.in:
17764           Add subparse.
17765
17766 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17767
17768         * configure.ac:
17769           Since we use functions from CVS, up requirement.
17770
17771 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17772
17773         * gst/playback/Makefile.am:
17774         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17775         (group_destroy), (group_commit), (group_is_muted),
17776         (gen_preroll_element), (add_stream), (unknown_type),
17777         (probe_triggered), (preroll_unlinked), (mute_stream),
17778         (silence_stream), (new_decoded_pad), (setup_substreams),
17779         (setup_source), (get_active_source), (mute_group_type),
17780         (muted_group_change_state), (set_active_source),
17781         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17782         (play_base_eos), (gst_play_base_bin_change_state):
17783         * gst/playback/gstplaybasebin.h:
17784         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17785         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17786         (gst_stream_info_dispose), (stream_info_mute_pad),
17787         (stream_info_change_state), (gst_stream_info_set_mute):
17788         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17789         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17790         (gst_stream_selector_init), (gst_stream_selector_dispose),
17791         (gst_stream_selector_get_linked_pad),
17792         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17793         (gst_stream_selector_get_linked_pads),
17794         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17795         * gst/playback/gststreamselector.h:
17796           Adding stream selection support plus required properties for
17797           applications to use this. Fully fixes #100931.
17798
17799 2005-01-08  Benjamin Otte  <otte@gnome.org>
17800
17801         * gst/games/gstpuzzle.c: (nav_event_handler):
17802           - handle nav events differently: forward every event no matter if it
17803             was handled or not.
17804           - translate events
17805           You can now cheat by using navigationtest ! puzzle and moving the
17806           mouse close to the edge of a tile. ;)
17807
17808 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17809
17810         * configure.ac:
17811         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17812         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17813         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17814         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17815         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17816         (gst_ogm_parse_plugin_init):
17817         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17818         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17819         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17820         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17821         * ext/pango/gsttextoverlay.h:
17822         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17823         (gst_matroska_demux_handle_seek_event),
17824         (gst_matroska_demux_sync_streams),
17825         (gst_matroska_demux_parse_blockgroup),
17826         (gst_matroska_demux_subtitle_caps),
17827         (gst_matroska_demux_plugin_init):
17828         * gst/matroska/matroska-ids.h:
17829         * gst/playback/gstdecodebin.c: (close_pad_link):
17830         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17831         (gen_preroll_element), (remove_groups), (add_stream),
17832         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17833         (setup_source):
17834         * gst/playback/gstplaybasebin.h:
17835         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17836         * gst/subparse/Makefile.am:
17837         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17838         (gst_subparse_base_init), (gst_subparse_class_init),
17839         (gst_subparse_init), (gst_subparse_formats),
17840         (gst_subparse_eventmask), (gst_subparse_event),
17841         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17842         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17843         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17844         (parse_mpsub_deinit), (parse_mpsub_init),
17845         (gst_subparse_buffer_format_autodetect),
17846         (gst_subparse_format_autodetect), (gst_subparse_loop),
17847         (gst_subparse_change_state), (gst_subparse_type_find),
17848         (plugin_init):
17849         * gst/subparse/gstsubparse.h:
17850         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17851         (plugin_init):
17852           Add subtitle support, .sub parser (supports SRT and MPsub),
17853           OGM text support, Matroska UTF-8 text support, deadlock fixes
17854           all over the place, subtitle awareness in decodebin/playbin
17855           and some fixes to textoverlay to handle subtitles in a stream
17856           correctly. Fixes #100931.
17857
17858 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17859
17860         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17861           Check for pad availability before doing a query on it.
17862
17863 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17864
17865         * ext/dv/gstdvdec.c:
17866           really fix bpp24/32 dvdec caps (classic rgba indeed)
17867         * gst/asfdemux/gstasfdemux.c:
17868         (gst_asf_demux_process_ext_content_desc):
17869           don't send text tags if they are empty (bis repetita)
17870
17871 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17872
17873         * ext/dv/gstdvdec.c:
17874          remove unneeded comment from dvdec
17875           (related to DV 4CC codes in AVI files)
17876           moved them in gstreamer/docs/random/mimetypes
17877         * gst/asfdemux/gstasfdemux.c:
17878         (gst_asf_demux_process_ext_content_desc):
17879          don't send text tags if they are empty
17880          fix mem leak on error path
17881         * gst/ffmpegcolorspace/avcodec.h:
17882         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17883         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17884         (gst_ffmpegcsp_avpicture_fill):
17885         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17886         * gst/ffmpegcolorspace/imgconvert_template.h:
17887          adds BGR32 and BGRA32 to ffmpegcolorspace
17888           (still bad colors, fixing it on next commit)
17889           helps with dvdec outputing BGR32
17890
17891 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17892
17893         * ext/dv/gstdvdec.c:
17894          Fix audio caps i just broke (missing ',')
17895         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17896         (gst_matroska_mux_reset):
17897          Fix typo + add FIXME about old "x-gst-metadata" crap
17898
17899 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17900
17901         * ext/dv/demo-play.c: (main):
17902          xvideosink -> xvimagesink
17903         * ext/dv/gstdvdec.c:
17904          change rgb 32/32 caps to 24/32 (no alpha)
17905          change nb of channels to be a list (2 or 4, not 2)
17906          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17907         * gst/asfdemux/gstasfdemux.c:
17908         (gst_asf_demux_process_ext_content_desc):
17909          Add 'date/year' to extracted metadata list
17910
17911 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17912
17913         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17914           The return value of fixate_to does not imply that the requested
17915           value was set, so don't assume.
17916
17917 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17918
17919         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17920
17921         * ext/libpng/gstpngdec.c:
17922         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17923         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17924         * ext/libpng/gstpngenc.h:
17925           Alpha support (encoder; #163161), mime fixage.
17926
17927 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17928
17929         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17930
17931         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17932         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17933         (gst_faac_set_property), (gst_faac_get_property):
17934         * ext/faac/gstfaac.h:
17935           Allow for ADTS output (#153434).
17936
17937 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17938
17939         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17940           Fix against template (#150576).
17941
17942 2005-01-06  Benjamin Otte  <otte@gnome.org>
17943
17944         * gst/games/gstpuzzle.c: (draw_puzzle):
17945           don't draw a puzzle if either width or height of tiles would be 0.
17946
17947 2005-01-06  Benjamin Otte  <otte@gnome.org>
17948
17949         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17950         (gst_puzzle_class_init), (gst_puzzle_finalize):
17951           no memleaks, please
17952         (gst_puzzle_create), (gst_puzzle_init),
17953         (gst_puzzle_set_property), (gst_puzzle_setup):
17954           change initialization code around so we don't reshuffle on resize
17955         (draw_puzzle):
17956           fix another stupid typo
17957
17958 2005-01-06  Benjamin Otte  <otte@gnome.org>
17959
17960         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17961           fix stupid typo that borked copying on YUY2
17962
17963 2005-01-06  Benjamin Otte  <otte@gnome.org>
17964
17965         * gst/games/gstpuzzle.c: (draw_puzzle):
17966           fix edges when image sizes aren't multiples of tile sizes
17967
17968 2005-01-06  Benjamin Otte  <otte@gnome.org>
17969
17970         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17971           make RGB endianness work correctly
17972         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17973           refactor and fix race with initial shuffling
17974         (nav_event_handler):
17975           allow using the mouse to puzzle
17976         (draw_puzzle):
17977           insist on tiles having width and height as multiples of 4 to get
17978           clean YUV image handling
17979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17980         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17981           s/DEBUG/LOG/ for common messages
17982         (gst_xvimagesink_navigation_send_event):
17983           fix mouse event translation to not include screen PAR
17984         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17985           fix mouse event translation to actually work
17986
17987 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17988
17989         * gst/asfdemux/gstasfdemux.c:
17990         (gst_asf_demux_process_ext_content_desc):
17991          Extract TrackNumber metadata + clean up code
17992         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17993          Hope this is the good fix (var used unitialised)
17994
17995 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17996
17997         * ext/faad/gstfaad.c: (gst_faad_chain):
17998           Only increment timestamp if it's valid. Fixes raw AAC streams.
17999
18000 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18001
18002         * configure.ac:
18003         * gst/games/Makefile.am:
18004         * gst/games/gstpuzzle.c:
18005           add a puzzle game with...
18006         * gst/games/gstvideoimage.c:
18007         * gst/games/gstvideoimage.h:
18008           ... full colorspace support (that includes YUV9 and RGB16)) stolen
18009           from videotestsrc and made into something that would be a nice
18010           library for a lot of other plugins.
18011
18012 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18013
18014         * configure.ac:
18015          don't compile faad plugin if a RC of 2.0 is found
18016          Fixes #155346 (and FC1 buildbot)
18017         * gst/asfdemux/gstasfdemux.c:
18018         (gst_asf_demux_process_ext_content_desc):
18019          try to make Solaris compiler happier
18020
18021 2005-01-06  Paul Jack  <pjack@sfaf.org>
18022
18023         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18024
18025         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
18026           Fix segfault (#161667).
18027
18028 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18029
18030         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
18031           Fix framerate reporting.
18032
18033 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18034
18035         * gst-libs/gst/riff/riff-ids.h:
18036         * gst/wavenc/riff.h:
18037          Add AMR (VBR and CBR) ids to riff.h audio codec list
18038         * gst/asfdemux/gstasfdemux.c:
18039         (gst_asf_demux_process_ext_content_desc),
18040         (gst_asf_demux_process_object):
18041           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
18042
18043 2005-01-05  Martin Eikermann  <meiker@upb.de>
18044
18045         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18046
18047         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18048         (gst_dvd_demux_handle_discont):
18049         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
18050         (gst_mpeg_demux_handle_discont):
18051           Recreate pads on new-media (#160730).
18052         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
18053           Send discont even if manager changes timestamps (#161929).
18054
18055 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
18056
18057         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18058
18059         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
18060           Fix invalid memory access (#159211).
18061
18062 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18063
18064         * examples/gstplay/player.c: (main):
18065           Don't iterate.
18066         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
18067           Add visualizations.
18068         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
18069         (gst_a52dec_handle_frame):
18070           Set duration.
18071         * ext/dvdnav/gst-dvd:
18072           Add audioconvert. Fixes #161325.
18073         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
18074           Explicitely case to gint64. Possible valgrind error.
18075         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
18076         (gst_play_tick_callback), (gst_play_change_state),
18077         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
18078         (gst_play_set_location), (gst_play_get_location),
18079         (gst_play_seek_to_time), (gst_play_set_data_src),
18080         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18081         (gst_play_set_visualization), (gst_play_connect_visualization),
18082         (gst_play_get_framerate), (gst_play_get_all_by_interface),
18083         (gst_play_new):
18084           Use playbin. Fixes #139749 and #147744.
18085         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
18086           Add genre tag.
18087         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18088         (audioscale_get_type), (gst_audioscale_base_init),
18089         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
18090         (gst_audioscale_getcaps), (gst_audioscale_fixate),
18091         (gst_audioscale_link), (gst_audioscale_get_buffer),
18092         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
18093         (gst_audioscale_init), (gst_audioscale_dispose),
18094         (gst_audioscale_chain), (gst_audioscale_set_property),
18095         (gst_audioscale_get_property), (plugin_init):
18096           Indent properly.
18097         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18098           Fix LPCM.
18099         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
18100         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18101         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
18102           Add more metadata (fixes #162656).
18103
18104 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18105
18106         * configure.ac:
18107           back to cvs
18108
18109 === release 0.8.7 ===
18110
18111 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18112
18113         * NEWS:
18114         * RELEASE:
18115         * configure.ac:
18116           releasing 0.8.7, "Hyperspace"
18117
18118 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18119
18120         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
18121
18122         * gst/playback/gstplaybasebin.c:
18123          Fix for #162924 - free caps after use, not before
18124
18125 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18126
18127         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18128
18129         * gst/playback/gstplaybasebin.c:
18130         * gst/wavparse/gstwavparse.c:
18131           Fix for #154773 - fixes playback of small .wav files
18132
18133 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18134
18135         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18136
18137         * gst/audioscale/gstaudioscale.c:
18138           Fix for #162819 - make audioscale reusable
18139           Fixes playback of more than one file with playbin/totem
18140
18141 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18142
18143         * gst/ffmpegcolorspace/avcodec.h:
18144         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18145         * gst/ffmpegcolorspace/imgconvert.c:
18146           clean up the mess that made me cry and avoid needless duplication
18147
18148 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18149
18150         * gst/ffmpegcolorspace/imgconvert.c:
18151           give some indication of why we're segfaulting
18152
18153 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18154
18155         * configure.ac:
18156           Fix indentation, fix v4l2 plugin detection.
18157         * ext/Makefile.am:
18158           Fix libmms location (Maciej, use diff -u!).
18159         * ext/alsa/gstalsa.c: (gst_alsa_init):
18160           Initialize caps cache to NULL.
18161         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18162           Only change state on audiosink if it exists.
18163
18164 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
18165
18166         * gst/matroska/matroska-demux.c:
18167         * gst/matroska/matroska-ids.h:
18168         * gst/matroska/matroska-demux.h:
18169         Fix Vorbis streams failing to decode in some files, where cluster_time
18170         isn't 0, because then it doesn't send codec_priv before actual data.
18171         Remove time-based test and replace it with marker set on beginning of
18172         new stream
18173
18174 2004-12-28  David Schleef  <ds@schleef.org>
18175
18176         Merge patch from Ronald fixing problems with streaming
18177         text.
18178         * ext/cairo/gstcairo.c: (plugin_init):
18179         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18180         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18181         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18182         (gst_textoverlay_font_init), (gst_textoverlay_init),
18183         (gst_textoverlay_set_property):
18184         * ext/cairo/gsttextoverlay.h:
18185
18186 2004-12-27  David Schleef  <ds@schleef.org>
18187
18188         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18189         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18190         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18191         (gst_textoverlay_font_init), (gst_textoverlay_init),
18192         (gst_textoverlay_set_property): Improvements to actually
18193         render text as white on black outline on video, including
18194         font selection and horizontal/vertical alignment.  (Ronald's
18195         christmas present)
18196         * ext/cairo/gsttextoverlay.h:
18197
18198 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18199
18200         * ext/ogg/gstogg.c:
18201         * ext/ogg/gstogmparse.c:
18202           fix ogm[audio/video]parse plugin registration
18203           (riff won't load if bytestream is already loaded)
18204
18205 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18206
18207         * gst/audioconvert/gstchannelmix.c:
18208           fix for GLIB < 2.4
18209
18210 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18211
18212         * Makefile.am:
18213         * configure.ac:
18214           disable docs again until it actually passes make distcheck.
18215
18216 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18217
18218         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18219         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18220         (plugin_init):
18221           Add 3GP (variables name Q3GP because they can't start with a
18222           number). Add samr audio fourcc (used in .3gp files), decoder
18223           is work in progress. Also do a GST_WARNING instead of ERROR
18224           in case of unknown nodes, to decrease output.
18225
18226 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18227
18228         * Makefile.am:
18229           really fix dist
18230
18231 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18232
18233         * configure.ac:
18234         * ext/speex/gstspeexdec.h:
18235         * ext/speex/gstspeexenc.h:
18236           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
18237           Fix detection code in configure.ac
18238
18239 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18240
18241         * gst/matroska/matroska-demux.c:
18242         (gst_matroska_demux_parse_blockgroup):
18243           Save position, so that queries give proper return values. Don't
18244           know how this could ever have worked before...
18245
18246 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18247
18248         * configure.ac:
18249           Put additional LAME check inside the conditional.  Fixes #152339
18250
18251 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18252
18253         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18254         (gst_avi_demux_stream_scan):
18255           Add some more debug. Fix logic error when setting movi offset
18256           while reading index.
18257
18258 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18259
18260         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18261         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18262         (gst_avi_demux_process_next_entry):
18263           Add some debugging. Better detection of broken indexes and the
18264           accompanying index recovery. No infinite loops on state changes
18265           when we're still in our loopfunction.
18266
18267 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18268
18269         * configure.ac:
18270           Fix up.
18271
18272 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18273
18274         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18275
18276         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18277           Normalizing the value before setting
18278         (gst_sunaudiomixer_get_volume):
18279           Normalizing the value after getting. Fixes bug# 161980
18280
18281 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18282
18283         * Makefile.am: Make sure docs gets disted
18284         * docs/Makefile.am: Make sure all needed files get disted
18285         * gst-plugins.spec.in: latest updates
18286
18287 2004-12-22  Wim Taymans  <wim@fluendo.com>
18288
18289         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18290         Revert patch 1.38 as clock distribution over schedulers does
18291         not work correcly in the core yet.
18292
18293 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18294
18295         * sys/oss/README: remove this file, which predates my birth
18296           (and which content is by far outdated)
18297
18298 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18299
18300         * Makefile.am:
18301         * configure.ac:
18302         * docs/Makefile.am:
18303         * docs/libs/Makefile.am:
18304         * docs/libs/gst-plugins-libs-docs.sgml:
18305         * docs/libs/gst-plugins-libs-sections.txt:
18306         * docs/libs/tmpl/gstgconf.sgml:
18307         * docs/upload.mak:
18308         * docs/version.entities.in:
18309           Added boilerplate gtk-doc files for plugin-libs documentation.
18310
18311 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18312
18313         * gst/auparse/gstauparse.c: fix int and float audio caps
18314
18315 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18316
18317         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18318         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18319           g_assert() can be a macro, don't use #ifdef inside it.
18320
18321 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18322
18323         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18324
18325         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18326         (gst_videorate_init), (gst_videorate_chain),
18327         (gst_videorate_change_state):
18328           Event handling (fixes #159986).
18329
18330 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18331
18332         * gst-libs/gst/riff/riff-media.c:
18333         (gst_riff_create_video_caps_with_data):
18334           Add BLZ0 (Blizzard's version of DivX) fourcc.
18335
18336 2004-12-18  David Schleef  <ds@schleef.org>
18337
18338         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18339         portability fix.
18340
18341 2004-12-18  David Schleef  <ds@schleef.org>
18342
18343         * gst/tta/ttadec.h: Disable some header code that isn't used
18344         and clearly isn't portable.
18345
18346 2004-12-18  David Schleef  <ds@schleef.org>
18347
18348         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18349         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18350         (avcodec_get_pix_fmt), (avpicture_layout),
18351         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18352         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18353         Fix code to not use GCC extensions (and c99 extensions that
18354         Forte does not like.)
18355
18356 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18357
18358         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18359
18360         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18361         (gst_deinterlace_chain):
18362           Rowstride fixes. Fixes #161039.
18363         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18364         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18365         (gst_video_crop_getcaps), (gst_video_crop_link),
18366         (gst_video_crop_i420), (gst_video_crop_chain),
18367         (gst_video_crop_change_state):
18368           Rework of negotiation. Actually works now. Fixes #158650.
18369
18370 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18371
18372         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18373           That was very stupid.
18374
18375 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18376
18377         * gst/matroska/matroska-demux.c:
18378         (gst_matroska_demux_parse_blockgroup):
18379           Fix possible crasher.
18380
18381 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18382
18383         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18384         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18385           Lace sizes can be zero.
18386
18387 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18388
18389         * ext/musepack/gstmusepackdec.cpp:
18390           Fetch error return values. Fixes #161624.
18391         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18392           Really EOS.
18393
18394 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18395
18396         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18397           Work for truncated (unfinished download etc.) files. Fixes #160514.
18398
18399 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18400
18401         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18402           Fix for integer overflow. Makes #156001 not crash. Probably masks
18403           the real bug.
18404
18405 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18406
18407         * gst/ac3parse/gstac3parse.c: (plugin_init):
18408           Parsers never have ranks. Fixes #159651.
18409
18410 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18411
18412         * gst/playback/gstdecodebin.c: (compare_ranks):
18413           make sure the facotries are ordered the same every time even if they
18414           have the same rank by using the name
18415         * gst/playback/gstdecodebin.c: (find_compatibles):
18416           make sure we don't add factories to the list twice
18417
18418 2004-12-16  David Schleef  <ds@schleef.org>
18419
18420         * configure.ac: look for musepack headers as musepack/*.h
18421         (fixes #159847)
18422         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18423         * ext/musepack/gstmusepackreader.h: same
18424
18425 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18426
18427         * gst-libs/gst/riff/riff-read.c:
18428         (gst_riff_read_strf_auds_with_data):
18429           Read extradata correctly (fixes #155879).
18430
18431 2004-12-16  David Schleef  <ds@schleef.org>
18432
18433         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18434         audio.  does _not_ attempt or allow conversion unless channels
18435         is 1 or 2.
18436
18437 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18438
18439         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18440
18441 2004-12-16  David Schleef  <ds@schleef.org>
18442
18443         * gst/audioscale/gstaudioscale.c: the resample library only
18444         handles 1 or 2 channels.  Change caps to compensate.
18445
18446 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18447
18448         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18449         (gst_matroska_demux_audio_caps):
18450           Some MPEG-AAC hacks, because else it doesn't work...
18451
18452 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18453
18454         * gst-libs/gst/riff/riff-media.c:
18455         (gst_riff_create_video_caps_with_data),
18456         (gst_riff_create_video_template_caps):
18457           Add h264.
18458
18459 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18460
18461         * gst-libs/gst/audio/Makefile.am:
18462           Try to fix buildbot.
18463
18464 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18465
18466         * gst/tcp/gstmultifdsink.c:
18467           Clean up and uniformize debugging.
18468
18469 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18470
18471         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18472
18473         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18474         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18475         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18476         (gst_mpeg_demux_change_state):
18477           Reset on ready. Fixes 160276.
18478
18479 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18480
18481         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18482
18483         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18484         (gst_ffmpegcsp_pad_link):
18485           Fix memleak (#154815).
18486
18487 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18488
18489         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18490
18491         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18492         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18493         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18494         * ext/musicbrainz/gsttrm.h:
18495           Add support for using a proxy server when getting a trm id from
18496           the MusicBrainz database (#149613).
18497
18498 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18499
18500         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18501
18502         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18503         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18504           Fix memleaks (#157233).
18505
18506 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18507
18508         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18509
18510         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18511         * gst-libs/gst/resample/resample.h:
18512         * gst/audioscale/gstaudioscale.c:
18513           Fix memleak (#159215).
18514
18515 2004-12-16  Toni Willberg  <toniw@iki.fi>
18516
18517         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18518
18519         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18520         * sys/oss/oss_probe.c: (main):
18521           Check for mono/stereo support (similar to samplerate probing),
18522           fixes #159433. Also add missing copyright header to oss_probe.c.
18523
18524 2004-12-15  David Schleef  <ds@schleef.org>
18525
18526         * configure.ac: add audioresample and cairo plugins.  Remove
18527         HAVE_MMX stuff, because it's not used.
18528         * ext/Makefile.am: same
18529         * ext/audioresample/Makefile.am: You are not ready for an
18530         audio resampling element based on audioresample.
18531         * ext/audioresample/gstaudioresample.c:
18532         * ext/audioresample/gstaudioresample.h:
18533         * ext/cairo/Makefile.am: You are not ready for overlay elements
18534         based on cairo.  Don't look too closely, these elements kinda
18535         suck right now.
18536         * ext/cairo/gstcairo.c: new
18537         * ext/cairo/gsttextoverlay.c: new
18538         * ext/cairo/gsttextoverlay.h: new
18539         * ext/cairo/gsttimeoverlay.c: new
18540         * ext/cairo/gsttimeoverlay.h: new
18541         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18542         problem with compilers that don't support variadic macros.
18543
18544 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18545
18546         Reviewed by:  David Schleef  <ds@schleef.org>
18547
18548         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18549         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18550         bit.  Also ran indent-gst.
18551         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18552         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18553         (gst_sunaudiosrc_setparams):
18554
18555 2004-12-14  David Schleef  <ds@schleef.org>
18556
18557         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18558         output rate to 16000.  Should fix #160235.
18559
18560 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18561
18562         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18563         Add typefinding for mpeg2 pes streams
18564
18565 2004-12-13  David Schleef  <ds@schleef.org>
18566
18567         * configure.ac:  Applied patch from bug #143659, making default
18568         sources and sinks OS-dependent (for Solaris), and added code
18569         for OS/X.
18570         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18571
18572 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18573
18574         * gst-libs/gst/riff/riff-media.c:
18575           forgot to add h2.64 to avidemux template caps
18576
18577 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18578
18579         * gst/wavenc/riff.h:
18580         * gst-libs/gst/riff/riff-media.c:
18581         * gst-libs/gst/riff/riff-ids.h:
18582         * gst/avi/gstavimux.c
18583         add 4CC code for VideoSoft h264 in AVI (VSSH)
18584           fixes bug #160655
18585         remove s323 from riff, it's quicktime specific :(
18586
18587 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18588
18589         * gst/asfdemux/README
18590         * gst/wavenc/riff.h
18591         * gst-libs/gst/riff/riff-ids.h
18592         * gst-libs/gst/riff/riff-media.c
18593         * gst/qtdemux/qtdemux.c:
18594           add new 4CC codes for h263 related codecs
18595           fixes partially bug #155163
18596
18597 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18598
18599         * configure.ac: Update polyaudio requirement to 0.7
18600         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18601
18602 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18603
18604         * gst/interleave/deinterleave.c:
18605         fix my name's spelling! :)
18606
18607 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18608
18609         * AUTHORS ChangeLog
18610         * gst/auparse/gstauparse.c
18611         * gst/interleave/deinterleave.c
18612         * gst/law/:
18613                 alaw-decode.c alaw-encode.c
18614                 mulaw-decode.c mulaw-encode.c
18615         * gst/oneton/gstoneton.c
18616         * sys/osxaudio/:
18617                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18618         * sys/osxvideo/:
18619                 cocoawindow.h cocoawindow.m
18620                 osxvideosink.h osxvideosink.m
18621
18622         put the same mail address for Zaheer Abbas Merali everywhere
18623
18624 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18625
18626         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18627           Align by packetsize, and assert that we a packet available before
18628           playing. The first makes webstreams work (they often include
18629           trailing padding data in a packet), the second allows pausing a
18630           ASF stream in totem without getting demux errors afterwards.
18631
18632 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18633
18634         * ext/ogg/gstoggdemux.c: (get_relative):
18635           Check for non-NULL before accessing member (end-of-chain).
18636
18637 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18638
18639         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18640         (cdparanoia_set_property), (cdparanoia_get_property):
18641         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18642         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18643         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18644         (dvdreadsrc_init), (dvdreadsrc_set_property),
18645         (dvdreadsrc_get_property):
18646         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18647         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18648           Synchronize property names where not yet the case. Devices are
18649           now device=X, other versions are deprecated (but still exist).
18650           Also use g_free() unconditionally.
18651         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18652         (setup_source), (gst_play_base_bin_get_property):
18653           Expose source.
18654
18655 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18656
18657         * configure.ac: move GCONF macro outside conditional for the am
18658           conditional. Fixes #160439
18659
18660 2004-12-08  David Schleef  <ds@schleef.org>
18661
18662         * tools/gst-visualise-m.m: Switch to elements that currently
18663         exist.
18664
18665 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18666
18667         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18668           We love wrong commas.
18669
18670 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18671
18672         * gst/matroska/matroska-demux.c:
18673         (gst_matroska_demux_handle_src_query):
18674           Don't set DEFAULT, unsupported - makes length display incorrectly
18675           in some cases.
18676
18677 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18678
18679         * gst/monoscope/README: remove blurb about files being GPL
18680         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18681         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18682           monoscope is now effectively LGPL licensed
18683
18684 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18685
18686         * gst/monoscope/README: Update information to be more correct
18687         * gst/monoscope/convolve.c: Relicense to LGPL
18688         * gst/monoscope/convolve.h: Relicense to LGPL
18689
18690 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18691
18692         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18693           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18694         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18695           set default_duration for mpeg1 audio
18696
18697 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18698
18699         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18700         * ext/alsa/gstalsa.h:
18701           refactor big chunks of the core caps negotiation code to make it
18702           a lot faster, because people claim it's really slow
18703           (actually, just cache the getcaps when the device is opened)
18704
18705 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18706
18707         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18708         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18709         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18710         (gst_a52dec_change_state), (plugin_init):
18711         * ext/a52dec/gsta52dec.h:
18712           Do something useful with timestamps. Make chain-based (since
18713           there's really no reason to be loopbased).
18714         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18715           Update current_byte/frame correctly.
18716
18717 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18718
18719         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18720         (gst_ape_demux_stream_init):
18721           Forward tags, too.
18722
18723 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18724
18725         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18726           Let's make sure we're done typefinding when detecting tags.
18727
18728 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18729
18730         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18731         (gst_ebml_read_init), (gst_ebml_read_use_event),
18732         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18733         (gst_ebml_read_seek), (gst_ebml_read_skip),
18734         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18735         (gst_ebml_read_master):
18736         * gst/matroska/ebml-read.h:
18737         * gst/matroska/matroska-demux.c:
18738         (gst_matroska_demux_parse_contents),
18739         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18740           Disgustingly evil hack for working around INTERRUPT events and
18741           their extremely annoying habit of being a pain in the ass. We
18742           simply peek a cluster before reading any of it.
18743
18744 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18745
18746         * ext/musepack/gstmusepackdec.cpp:
18747           There's also floating point libmusepacks.
18748
18749 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18750
18751         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18752         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18753           Set DURATION even if source buffer didn't. Also use increasing
18754           timestamps.
18755         * gst-libs/gst/riff/riff-media.c:
18756         (gst_riff_create_audio_caps_with_data):
18757           Block_align can have larger values than 8192.
18758
18759 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18760
18761         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18762         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18763         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18764         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18765           Fix caps.
18766
18767 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18768
18769         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18770           Fix logic bug.
18771
18772 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18773
18774         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18775           Yay, another one.
18776
18777 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18778
18779         * ext/esd/esdsink.c: (gst_esdsink_chain):
18780           Make error actually say something useful (fixes #156798).
18781         * gst-libs/gst/riff/riff-media.c:
18782         (gst_riff_create_video_caps_with_data),
18783         (gst_riff_create_video_template_caps):
18784           Add Intel Video 5.0 fourcc (IV50).
18785
18786 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18787
18788         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18789         detection on mono and stereo mp3 files.
18790
18791 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18792
18793         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18794           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18795           the contained stream).
18796
18797 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18798
18799         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18800           Oops, remove debug.
18801
18802 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18803
18804         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18805
18806         * gst/law/alaw-decode.c: (alawdec_getcaps):
18807         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18808           Prevent warnings when negotiating caps (fixes #159338).
18809
18810 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18811
18812         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18813         (gst_ffmpegcsp_chain):
18814           Remove old leftover that shouldn't be there...
18815
18816 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18817
18818         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18819
18820         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18821           Don't forward DISCONT events (fixes #159684).
18822
18823 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18824
18825         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18826           Unlink manually since sometimes bin disposal (and therefore
18827           pad unlinking) is delayed, which will cause a new media file
18828           to not be able to start playing instantly.
18829
18830 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18831
18832         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18833           On mute of an unlinked stream, check for pad availability so
18834           we don't crash on unlinked pad.
18835
18836 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18837
18838         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18839         (gst_avi_demux_massage_index):
18840           Fix quite humiliating bug in omitting 0-sized index chunks but
18841           forgetting to count them for timestamps.
18842
18843 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18844
18845         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18846           Actually leave the loop if we failed to sync. Don't crash.
18847
18848 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18849
18850         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18851         (gst_dvd_demux_process_private):
18852         * gst/mpegstream/gstdvddemux.h:
18853           Fix crash (#159759). Doesn't work, though. :-(.
18854
18855 2004-11-28  Benjamin Otte  <otte@gnome.org>
18856
18857         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18858           more overwriting protection due to modifying channels one by one
18859           instead of all at once
18860
18861 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18862
18863         * gst/audioconvert/gstchannelmix.c:
18864         (gst_audio_convert_fill_normalize):
18865           Normalize using absolute values.
18866
18867 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18868
18869         * configure.ac:
18870         * ext/Makefile.am:
18871         * ext/directfb/Makefile.am:
18872         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18873         (gst_directfbvideosink_get_pixel_format),
18874         (gst_directfbvideosink_get_format_from_fourcc),
18875         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18876         (gst_directfbvideosink_sink_link),
18877         (gst_directfbvideosink_change_state),
18878         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18879         (gst_directfbvideosink_buffer_alloc),
18880         (gst_directfbvideosink_interface_supported),
18881         (gst_directfbvideosink_interface_init),
18882         (gst_directfbvideosink_navigation_send_event),
18883         (gst_directfbvideosink_navigation_init),
18884         (gst_directfbvideosink_set_property),
18885         (gst_directfbvideosink_get_property),
18886         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18887         (gst_directfbvideosink_base_init),
18888         (gst_directfbvideosink_class_init),
18889         (gst_directfbvideosink_get_type), (plugin_init):
18890         * ext/directfb/directfbvideosink.h: Adding a first version of
18891         directfbvideosink.
18892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18893         more.
18894
18895 2004-11-28  Benjamin Otte  <otte@gnome.org>
18896
18897         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18898           walk the samples backwards if out_channels > in_channels so we don't
18899           overwrite data
18900
18901 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18902
18903         * gst/audioconvert/Makefile.am:
18904         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18905         (gst_audio_convert_link), (gst_audio_convert_change_state),
18906         (gst_audio_convert_channels):
18907         * gst/audioconvert/gstchannelmix.c:
18908         (gst_audio_convert_unset_matrix),
18909         (gst_audio_convert_fill_identical),
18910         (gst_audio_convert_fill_compatible),
18911         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18912         (gst_audio_convert_fill_others),
18913         (gst_audio_convert_fill_normalize),
18914         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18915         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18916         * gst/audioconvert/gstchannelmix.h:
18917           Implement a channel mixer.
18918
18919 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18920
18921         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18922         * ext/alsa/gstalsa.h:
18923         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18924         Make alsasink actually honor gst_element_set_clock and use that
18925         clock instead of its internal one.
18926
18927 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18928
18929         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18930         (gst_play_base_bin_change_state): nullify source and decoder when
18931         going from READY to NULL so that we don't try to do weird stuff with
18932         them when going from NULL to READY
18933         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18934         instead of g_object_unref
18935         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18936         it should be correct
18937         (gst_play_bin_change_state): don't call remove_sinks if we are
18938         currently disposing the object
18939
18940 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18941
18942         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18943           Don't forget bass if it's there. Else left channel is silent...
18944
18945 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18946
18947         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18948         (gst_a52dec_change_state):
18949           Don't do sample adjusting anymore, we use float audio now.
18950         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18951           Don't fixate to non-existing properties.
18952
18953 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18954
18955         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18956         (gst_a52dec_change_state):
18957           Advertise that we can do surround sound.
18958
18959 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18960
18961         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18962           Add buffer-frames=0.
18963         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18964         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18965         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18966         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18967         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18968         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18969         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18970         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18971         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18972         * ext/dvdread/dvdreadsrc.h:
18973           Add seeking, querying for bytes, sectors, title, angle and
18974           chapter. Handle multiple chapters. Relicense to LGPL because
18975           Billy agreed on that (thanks Billy!).
18976
18977 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18978
18979         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18980         call parent dispose method
18981
18982 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18983
18984         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18985         (gst_audio_clock_get_internal_time):
18986         Fix active <-> inactive transitions: ensure time value always
18987         grows and avoid abrupt value changes.
18988
18989 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18990
18991         * configure.ac:
18992         * gst/tta/Makefile.am:
18993         * gst/tta/crc32.h:
18994         * gst/tta/filters.h:
18995         * gst/tta/gsttta.c:
18996         * gst/tta/gstttadec.c:
18997         * gst/tta/gstttadec.h:
18998         * gst/tta/gstttaparse.c:
18999         * gst/tta/gstttaparse.h:
19000         * gst/tta/ttadec.h:
19001           added TTA parser and decoder
19002
19003 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19004
19005         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19006         (probe_triggered), (check_queue), (buffer_underrun),
19007         (buffer_running), (buffer_overrun), (gen_source_element),
19008         (setup_source):
19009         * gst/playback/gstplaybasebin.h:
19010           Implement buffering. Needs some more work.
19011
19012 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19013
19014         * ext/theora/theoradec.c: (theora_dec_chain):
19015           Fix ilog mask range overflow.
19016
19017 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19018
19019         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19020           Don't omit the last (which in case of dmix is the only :) )
19021           channel count. Don't set channels if <= 2.
19022
19023 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
19024
19025         * gst/playback/gstplaybin.c: (gen_video_element),
19026         (gen_audio_element): Removed 2 obsolete comments
19027
19028 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19029
19030         * ext/vorbis/oggvorbisenc.c
19031         * ext/vorbis/vorbisenc.c :
19032           change description fields of those plugins to differentiate them
19033           (pitivi show Encoders by description, they had the same one)
19034
19035 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
19036
19037         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19038
19039         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19040         (gst_play_bin_set_property), (gen_video_element),
19041         (gen_audio_element):
19042           Refcounting fixes for provided audio-/videosinks.
19043
19044 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19045
19046         * gst/playback/gstplaybin.c: (gen_video_element),
19047         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
19048           Don't reference all sinks, but only the video- and audiosinks.
19049           The vis. element should be disposed when we're done with it.
19050           We don't have any reason to keep it around. This fixes warnings
19051           when reusing playbin for playing multiple audio files with
19052           vis. enabled. Also release audio device on pause - idea stolen
19053           from Rhythmbox.
19054
19055 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19056
19057         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
19058         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
19059         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19060         * ext/alsa/gstalsaplugin.c: (plugin_init):
19061         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
19062         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
19063         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
19064         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
19065         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
19066         (gst_faad_change_state), (plugin_init):
19067         * ext/faad/gstfaad.h:
19068         * ext/vorbis/vorbis.c: (plugin_init):
19069         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19070         * gst-libs/gst/audio/Makefile.am:
19071         * gst-libs/gst/audio/audio.c: (plugin_init):
19072         * gst-libs/gst/audio/multichannel.c:
19073         (gst_audio_check_channel_positions),
19074         (gst_audio_get_channel_positions),
19075         (gst_audio_set_channel_positions),
19076         (gst_audio_set_structure_channel_positions_list),
19077         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
19078         (gst_audio_fixate_channel_positions):
19079         * gst-libs/gst/audio/multichannel.h:
19080         * gst-libs/gst/audio/testchannels.c: (main):
19081         * gst/audioconvert/gstaudioconvert.c:
19082         (gst_audio_convert_class_init), (gst_audio_convert_init),
19083         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
19084         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
19085         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19086         * gst/audioconvert/plugin.c: (plugin_init):
19087           Surround sound support.
19088
19089 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19090
19091         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19092           Fix position for discont if we're close as well. Nitpicking, but
19093           saves a few milliseconds of extra waiting or skipping.
19094
19095 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19096
19097         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
19098           We sometimes need parsers for playback, so add those too.
19099
19100 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19101
19102         * configure.ac:
19103         * gst/apetag/Makefile.am:
19104         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
19105         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
19106         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
19107         (gst_ape_demux_get_src_query_types),
19108         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
19109         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
19110         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
19111         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
19112         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
19113         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
19114         (gst_ape_demux_change_state):
19115         * gst/apetag/apedemux.h:
19116         * gst/apetag/apetag.c: (plugin_init):
19117         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
19118         (plugin_init):
19119           APE v1/2 tag reader plus typefind function.
19120
19121 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19122
19123         * configure.ac:
19124         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19125         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19126           Remove hacks for older core. Require newer core version
19127           accordingly.
19128
19129 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19130
19131         * gst/cdxaparse/Makefile.am:
19132         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
19133         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
19134         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
19135         * gst/cdxaparse/gstcdxaparse.h:
19136         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
19137         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
19138         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
19139         (gst_cdxastrip_get_src_query_types),
19140         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
19141         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
19142         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
19143         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
19144         * gst/cdxaparse/gstcdxastrip.h:
19145           SVCD/VCD header stripping separated from CDXA image parsing.
19146         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19147         (plugin_init):
19148           Add VCD/SVCD header typefinding for VCD/SVCD.
19149         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
19150         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
19151         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
19152         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19153         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19154         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19155         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19156         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19157         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19158         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19159         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19160         * sys/vcd/vcdsrc.h:
19161           Fix up, add seeking, querying, URI interface. Works in totem now.
19162
19163 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19164
19165         * configure.ac:
19166           back to CVS
19167
19168 === release 0.8.6 ===
19169
19170 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19171
19172         * NEWS:
19173         * RELEASE:
19174         * configure.ac:
19175         * po/af.po:
19176         * po/az.po:
19177         * po/cs.po:
19178         * po/en_GB.po:
19179         * po/hu.po:
19180         * po/it.po:
19181         * po/nb.po:
19182         * po/nl.po:
19183         * po/or.po:
19184         * po/sq.po:
19185         * po/sr.po:
19186         * po/sv.po:
19187         * po/uk.po:
19188           releasing 0.8.6, "IOU Love"
19189
19190 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19191
19192         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19193
19194         * gst/playback/gstplaybasebin.c:
19195           Fix unplayable files error handling.  Fixes #158365
19196
19197 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19198
19199         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19200
19201         * gst/typefind/gsttypefindfunctions.c:
19202           Fix broken mp3 typefinding.  Fixes #158375
19203
19204 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19205
19206         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19207
19208         * ext/ogg/gstoggdemux.c:
19209           Fix sync on broken files.  Fixes #158976
19210
19211 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19212
19213         patch by: Edward Hervey <bilboed@bilboed.com>
19214
19215         * ext/libpng/gstpngenc.c:
19216           Copy over buffer properties.  Fixes #158832
19217
19218 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19219
19220         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19221
19222         * ext/dvdread/dvdreadsrc.c:
19223           Fixes invalid reads (#158462)
19224
19225 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19226
19227         * sys/v4l/gstv4lsrc.c:
19228         * sys/v4l/gstv4lsrc.h:
19229         * sys/v4l/v4lsrc_calls.c:
19230           Probe less and cache it.  Fixes #159187.
19231
19232 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19233
19234         * gst/videorate/gstvideorate.c:
19235           Handle all video formats. Fixes #159186.
19236
19237 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
19238         * gst/synaesthesia/gstsynaesthesia.c:
19239         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19240         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19241         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19242         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19243         (gst_synaesthesia_change_state), (plugin_init):
19244         Fix up synaesthesia to work under different samplerates/ buffer sizes.
19245         Force 320x200 output, as that's the only thing the underlying
19246         synaesthesia implementation supports. Still needs to be made
19247         re-entrant.
19248
19249 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19250
19251         * configure.ac:
19252           Fix mpeg2enc configure check (similar to mplex check below).
19253
19254 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
19255
19256         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19257
19258         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19259           Fix for gcc-2.95 (fixes #158221).
19260
19261 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19262
19263         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19264           Re-add clock distribution hack (until new core is released).
19265           Fixes #158125.
19266
19267 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19268         * configure.ac:
19269           fix mplex configure check segfaulting on some systems (bug #140994)
19270
19271 2004-11-13  Benjamin Otte  <otte@gnome.org>
19272
19273         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19274           add debugging
19275         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19276           do a wait when we enter the loop func with no data available to
19277           write instead of getting into an 100% CPU loop by just returning and
19278           being called again by the scheduler
19279
19280 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19281
19282         * configure.ac:
19283         * ext/libvisual/visual.c: (gst_visual_get_type),
19284         (libvisual_log_handler), (gst_visual_getcaps),
19285         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19286         (plugin_init):
19287           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19288         * ext/smoothwave/Makefile.am:
19289         * ext/smoothwave/demo-osssrc.c: (main):
19290         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19291         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19292         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19293         (plugin_init):
19294         * ext/smoothwave/gstsmoothwave.h:
19295           Make gstsmoothwave a working element in the 20th century.
19296
19297         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19298           Fix incorrect link function
19299
19300 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19301
19302         * gst/volume/gstvolume.c:
19303           Allow buffer-frames=0.
19304
19305 2004-11-12 Iain <iaingnome@gmail.com>
19306
19307         * configure.ac: Check for polypaudio
19308
19309         * ext/Makefile.am: Build the polyp dir
19310
19311         * ext/polyp: The polypsink sources.
19312
19313 2004-10-30 Iain <iaingnome@gmail.com>
19314
19315         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19316         caps to reflect the new number of channels.
19317
19318 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19319
19320         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19321           Fix for negotiation order problem. This would show when the
19322           ALSA loopfuction was called before any other function. ALSA
19323           wouldn't do anything because we're not negotiated yet, leading
19324           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19325
19326 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19327
19328         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19329
19330         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19331           No warnings (#157986).
19332
19333 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19334
19335         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19336           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19337
19338 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19339
19340         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19341           Signal no-more-pads (so it works in playbin).
19342
19343 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19344
19345         * ext/musepack/gstmusepackreader.cpp:
19346           Workaround for older core.
19347
19348 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19349
19350         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19351           Actually test for odd width/height rather than testing whether
19352           a temporary variable that was 0 before we subtracted 1 is now
19353           not equal to zero (which it always is).
19354
19355 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19356
19357         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19358         Fix compilation if HAVE_XVIDEO is not defined
19359
19360 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19361
19362         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19363         Fix compilation if HAVE_XVIDEO is not defined
19364
19365 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19366
19367         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19368         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19369         (gst_goom_change_state), (plugin_init):
19370         Use the bytestream adapter so goom doesn't depend on the input
19371         buffer size.
19372         Add a debug category
19373
19374 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19375
19376         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19377           Only set hardware parameters *after* negotiation. Before
19378           negotiation, it will set ANY and that seems to cause crashes
19379           (see e.g. #151288, #153227).
19380
19381 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19382
19383         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19384           This seems to be antique leftover. It needs to pass error
19385           checking.
19386         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19387         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19388         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19389         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19390           Fix GstXOverlay implementation (#151059).
19391
19392 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19393
19394         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19395           Don't assert (#157853).
19396
19397 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19398
19399         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19400           Fix bytes/samples confustion.
19401         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19402           Fix for underrun (#144389).
19403
19404 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19405
19406         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19407           Disable halfway-seek for pending release (since it needs a new
19408           core release).
19409
19410 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19411
19412         * sys/v4l/gstv4lsrc.c:
19413         * sys/v4l/gstv4lsrc.h:
19414         * sys/v4l/v4lsrc_calls.c:
19415           add autoprobe-fps property so we can separate autoprobing parts
19416
19417 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19418
19419         * sys/v4l/gstv4lsrc.c:
19420         * sys/v4l/v4lsrc_calls.c:
19421         initialise fourcc to catch unset fourcc's, and debug
19422
19423 2004-11-09  Wim Taymans  <wim@fluendo.com>
19424
19425         * gst/playback/README:
19426         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19427         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19428         (gst_play_bin_dispose), (gst_play_bin_set_property),
19429         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19430         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19431         (gst_play_bin_get_formats), (gst_play_bin_convert),
19432         (gst_play_bin_get_query_types), (gst_play_bin_query):
19433         Cleanups and some more documentation.
19434
19435 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19436
19437         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19438         (gst_cacasink_init), (gst_cacasink_chain):
19439         * ext/libcaca/gstcacasink.h:
19440         Cacasink inherits from VideoSink, so let that store the clock.
19441
19442 2004-11-09  Wim Taymans  <wim@fluendo.com>
19443
19444         * gst/playback/README:
19445         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19446         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19447         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19448         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19449         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19450         (setup_sinks):
19451         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19452         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19453         * gst/playback/gststreaminfo.h:
19454         Updated README.
19455         Only switch groups if all streams have muted (EOSed).
19456         Send Tags in sync with the stream playback instead of in
19457         the playback/preroll phase.
19458         Some cleanups, free the fakesrc elements.
19459
19460 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19461
19462         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19463           buffer-frames property was missing
19464         * ext/arts/gst_arts.c:
19465           rate missing from sinkcaps
19466         * ext/audiofile/gstafparse.c:
19467         * ext/audiofile/gstafsink.c:
19468         * ext/audiofile/gstafsrc.c:
19469         * ext/swfdec/gstswfdec.c:
19470           int audio doesn't know buffer-frames
19471         * ext/cdparanoia/gstcdparanoia.c:
19472           int audio doesn't know chunksize either
19473         * ext/nas/nassink.c:
19474           it's endianness, not endianess
19475         * gst-libs/gst/audio/audio.h:
19476           make float standard pad template caps really describe float
19477         * gst/law/mulaw.c: (linear_factory):
19478           signed only, please
19479         * gst/mpegstream/gstdvddemux.c:
19480           widths of 20 are not valid
19481
19482 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19483
19484         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19485
19486         * po/LINGUAS:
19487         * po/it.po:
19488           Add Italian
19489
19490 2004-11-08  Wim Taymans  <wim@fluendo.com>
19491
19492         * gst/playback/README:
19493         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19494         * gst/playback/gstplaybasebin.c: (probe_triggered),
19495         (gst_play_base_bin_change_state):
19496         Updated README, added more comments for fixmes etc..
19497
19498 2004-11-08  Wim Taymans  <wim@fluendo.com>
19499
19500         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19501         We can remove this hack now.
19502
19503 2004-11-08  Wim Taymans  <wim@fluendo.com>
19504
19505         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19506         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19507         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19508         Only mix AYUV for maximum quality.
19509
19510 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19511
19512         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19513         (gst_ogg_demux_push), (gst_ogg_pad_push):
19514           Let's act as if we're synchronized now! :).
19515         * ext/theora/theoradec.c: (theora_dec_chain):
19516           Add some debug.
19517
19518 2004-11-08  Wim Taymans  <wim@fluendo.com>
19519
19520         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19521         (gst_alpha_set_property), (gst_alpha_sink_link),
19522         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19523         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19524         (gst_alpha_init_params), (gst_alpha_chain):
19525         Implement alpha functions for AYUV too, this increases
19526         accuracy quite a bit.
19527
19528 2004-11-08  Wim Taymans  <wim@fluendo.com>
19529
19530         * gst/ffmpegcolorspace/avcodec.h:
19531         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19532         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19533         (gst_ffmpegcsp_avpicture_fill):
19534         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19535         (gst_ffmpegcsp_caps_remove_format_info):
19536         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19537         (shrink12), (img_get_alpha_info), (deinterlace_line),
19538         (deinterlace_line_inplace):
19539         * gst/ffmpegcolorspace/imgconvert_template.h:
19540         Added AYUV colorspace and handle RGBA a bit more respectful.
19541
19542 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19543
19544         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19545           Actually always send a discont (cornercase when resending the
19546           same serial-tagged chain twice).
19547
19548 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19549
19550         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19551         (gst_ximagesink_finalize):
19552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19553         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19554
19555 2004-11-08  Wim Taymans  <wim@fluendo.com>
19556
19557         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19558         Don't segfault on NULL data.
19559
19560 2004-11-08  Wim Taymans  <wim@fluendo.com>
19561
19562         * gst/playback/gstdecodebin.c: (unlinked):
19563         * gst/playback/gstplay-marshal.list:
19564         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19565         (gst_play_base_bin_init), (group_create), (get_active_group),
19566         (get_building_group), (group_destroy), (group_commit),
19567         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19568         (add_element_stream), (no_more_pads), (probe_triggered),
19569         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19570         (state_change), (setup_source), (gst_play_base_bin_get_property),
19571         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19572         (gst_play_base_bin_link_stream),
19573         (gst_play_base_bin_get_streaminfo):
19574         * gst/playback/gstplaybasebin.h:
19575         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19576         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19577         Add support for chained ogg files. Prepare for playlist
19578         support. This patch introduces the concept of pad groups, which
19579         together compose one playable media file.
19580
19581 2004-11-07  David Schleef  <ds@schleef.org>
19582
19583         * testsuite/gst-lint: Check for pad templates that aren't statically
19584         scoped.
19585
19586 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19587
19588         * configure.ac:
19589         * ext/Makefile.am:
19590         * ext/musepack/Makefile.am:
19591         * ext/musepack/gstmusepackdec.cpp:
19592         * ext/musepack/gstmusepackdec.h:
19593         * ext/musepack/gstmusepackreader.cpp:
19594         * ext/musepack/gstmusepackreader.h:
19595           Add musepack decoder.
19596         * ext/faad/gstfaad.c: (gst_faad_base_init):
19597           Make pad templates static.
19598         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19599         (plugin_init):
19600           Add musepack typefinder, make mp3 typefinding work halfway stream,
19601           which doesn't actually work yet because id3demux doesn't implement
19602           _get_length().
19603
19604 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19605
19606         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19607         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19608           Fix interrupt event handling (#144436).
19609
19610 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19611
19612         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19613           Hide unused glory.
19614
19615 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19616
19617         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19618
19619         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19620           Fix weird caps (#157548).
19621
19622 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19623
19624         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19625
19626         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19627           Add missing NULL terminator (#157543).
19628
19629 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19630
19631         * gst/tcp/gsttcp.h:
19632         * gst/tcp/gsttcpclientsink.c:
19633         * gst/tcp/gsttcpclientsrc.c:
19634         * gst/tcp/gsttcpserversink.c:
19635         * gst/tcp/gsttcpserversrc.c:
19636           ports can go up to 65535.  Move common defines to gsttcp.h
19637
19638 2004-11-05  Wim Taymans  <wim@fluendo.com>
19639
19640         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19641         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19642         Added two more colorspaces.
19643
19644 2004-11-05  Wim Taymans  <wim@fluendo.com>
19645
19646         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19647         (gst_ffmpegcsp_avpicture_fill):
19648         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19649         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19650         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19651         More stride fixes.
19652
19653 2004-11-05  Wim Taymans  <wim@fluendo.com>
19654
19655         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19656         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19657         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19658         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19659         (gst_videomixer_loop):
19660         More stride fixes.
19661
19662 2004-11-05  Benjamin Otte  <otte@gnome.org>
19663
19664         * ext/mad/gstmad.c: (gst_mad_chain):
19665           don't overflow data buffer. Flush not needed sync data when syncing
19666           failed.
19667
19668 2004-11-04  Wim Taymans  <wim@fluendo.com>
19669
19670         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19671         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19672         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19673         (gst_alpha_init_params), (gst_alpha_chain),
19674         (gst_alpha_change_state):
19675         Updated the chroma keying algorithm with something more
19676         sophisticated.
19677
19678 2004-11-03  Wim Taymans  <wim@fluendo.com>
19679
19680         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19681         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19682         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19683         Fix stride issues. Does not completely work for odd
19684         heights.
19685
19686 2004-11-03  Wim Taymans  <wim@fluendo.com>
19687
19688         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19689         (gst_alpha_chroma_key), (gst_alpha_chain):
19690         Fix stride issues. Does not completely work for odd
19691         heights.
19692
19693 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19694
19695         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19696         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19697         leak fixes
19698
19699 2004-11-03  Wim Taymans  <wim@fluendo.com>
19700
19701         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19702         (gst_ffmpegcsp_avpicture_fill):
19703         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19704         (avpicture_alloc):
19705         * gst/ffmpegcolorspace/imgconvert_template.h:
19706         Use correct _fill function to get correct strides.
19707
19708 2004-11-02  David Schleef  <ds@schleef.org>
19709
19710         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19711         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19712         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19713         Change all g_print()s to debugging.  Add a bunch of consistency
19714         checks.
19715
19716 2004-11-02  Wim Taymans  <wim@fluendo.com>
19717
19718         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19719         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19720         (unlinked), (no_more_pads), (close_link):
19721         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19722         (unknown_type), (add_element_stream), (new_decoded_pad),
19723         (removed_decoded_pad), (setup_source):
19724         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19725         (gst_stream_info_class_init), (gst_stream_info_init),
19726         (gst_stream_info_new), (gst_stream_info_dispose),
19727         (stream_info_mute_pad), (gst_stream_info_set_property),
19728         (gst_stream_info_get_property):
19729         * gst/playback/gststreaminfo.h:
19730         Fix playback of multiple files.
19731         a slightly different approach to handling dynamic pad removals.
19732         This one only looks at pads that we have linked.
19733
19734 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19735
19736         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19737         free" warning from libc.
19738
19739 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19740
19741         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19742         (get_unconnected_element), (remove_starting_from), (pad_removed),
19743         (close_link):
19744           Implement support for dynamic pad changing. We listen to "live"
19745           pad removals (i.e. while playing) and re-setup autoplugging
19746           after that. Playbasebin/playbin need some more work for this
19747           to finally work, but decodebin supports (and replugs) chained
19748           ogg now.
19749
19750 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19751
19752         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19753         (gst_alsa_finalize):
19754         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19755         (gst_cdaudio_finalize):
19756         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19757         (cdparanoia_finalize):
19758         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19759         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19760         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19761         (dvdreadsrc_finalize):
19762         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19763         (gst_flacdec_finalize):
19764         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19765         (gst_flacenc_finalize):
19766         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19767         (gst_gnomevfssink_finalize):
19768         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19769         (gst_gnomevfssrc_finalize):
19770         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19771         (gst_fameenc_finalize):
19772         * ext/nas/nassink.c: (gst_nassink_class_init),
19773         (gst_nassink_finalize):
19774         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19775         (gst_sdlvideosink_class_init):
19776         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19777         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19778         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19779         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19780         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19781         (gst_x_window_listener_dispose):
19782         * gst/audioscale/gstaudioscale.c:
19783         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19784         (play_on_demand_finalize):
19785         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19786         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19787         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19788         (cdplayer_finalize):
19789         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19790         (gst_glimagesink_class_init):
19791         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19792         (gst_osselement_finalize):
19793         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19794         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19795         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19796           Fixes a bunch of problems with finalize and dispose functions,
19797           either assumptions that dispose is only called once, or not calling
19798           the parent class dispose/finalize function
19799
19800 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19801
19802         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19803           added two api precondition guards
19804           use g_strdup with getenv to fix crash when using ENVVAR
19805
19806 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19807         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19808         (gst_esdsink_finalize):
19809         Use a finalize function, not dispose, and more importantly,
19810         call the parent class finalize function too
19811
19812 2004-11-01  Johan Dahlin  <johan@gnome.org>
19813
19814         * ext/ogg/gstoggdemux.c:
19815         * gst/tags/gstvorbistag.c:
19816         Plug leaks.
19817
19818 2004-10-31  Benjamin Otte  <otte@gnome.org>
19819
19820         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19821           lotsa memleaks today. But they're all small...
19822
19823 2004-10-31  Benjamin Otte  <otte@gnome.org>
19824
19825         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19826           another memleak crushed
19827
19828 2004-10-31  Benjamin Otte  <otte@gnome.org>
19829
19830         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19831           fix memleak
19832
19833 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19834
19835         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19836           Hack to prevent crash when going to READY inside signal handler
19837           while this function is active.
19838
19839 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19840
19841         * gst/ffmpegcolorspace/Makefile.am:
19842         * gst/ffmpegcolorspace/avcodec.h:
19843         * gst/ffmpegcolorspace/common.h:
19844         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19845         * gst/ffmpegcolorspace/dsputil.h:
19846         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19847         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19848         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19849         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19850         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19851         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19852         (gst_ffmpegcsp_avpicture_fill):
19853         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19854         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19855         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19856         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19857         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19858         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19859         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19860         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19861         * gst/ffmpegcolorspace/imgconvert.c:
19862         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19863         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19864         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19865         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19866         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19867         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19868         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19869         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19870         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19871         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19872         (grow21), (grow22), (grow41), (grow44), (conv411),
19873         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19874         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19875         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19876         (avpicture_free), (is_yuv_planar), (img_convert),
19877         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19878         (deinterlace_line_inplace), (deinterlace_bottom_field),
19879         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19880         * gst/ffmpegcolorspace/imgconvert_template.h:
19881         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19882         * gst/ffmpegcolorspace/mmx.h:
19883         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19884         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19885         (av_freep), (avcodec_get_context_defaults),
19886         (avcodec_alloc_context), (avcodec_init):
19887           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19888           handling plus update from ffmpeg CVS. Large clean-up.
19889
19890 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19891
19892         * gst/playback/Makefile.am:
19893           We need the marshallers for decodebin, too.
19894
19895 2004-10-30  David Schleef  <ds@schleef.org>
19896
19897         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19898           quicktime typefinding work with 64-bit offsets.
19899
19900 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19901
19902         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19903           Set EOS on the element when processing an EOS event.
19904         * ext/speex/gstspeexdec.h:
19905         * ext/speex/gstspeexenc.h:
19906           Only keep a const ptr to the mode
19907         * gst-libs/gst/riff/riff-media.c:
19908         (gst_riff_create_audio_caps_with_data),
19909         (gst_riff_create_audio_template_caps):
19910           Allow WMAV3, with up to 6 channels.
19911         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19912           Don't call gst_pad_set_event_function on a sink pad.
19913         * gst/mpegstream/gstdvddemux.c:
19914         (gst_dvd_demux_get_subpicture_stream),
19915         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19916           Copy the explicit caps that were set across to the cur_* pads,
19917           instead of trying to use a possibly non-existent negotiated caps.
19918           Reset the type of subpicture pads to UNKNOWN after calling
19919           init_stream, so that the caps get set.
19920
19921 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19922
19923         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19924
19925         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19926           Don't touch buffer if it is of size 0 (fixes #151064).
19927
19928 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19929
19930         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19931           Synchronized discont handling.
19932
19933 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19934
19935         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19936         (gst_ogg_demux_push):
19937           Make seeking sort-of exact again (fixes #156387).
19938
19939 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19940
19941         * gst/playback/gstplaybasebin.c: (unknown_type),
19942         (add_element_stream), (new_decoded_pad),
19943         (gst_play_base_bin_change_state):
19944         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19945         (gst_stream_info_init), (gst_stream_info_new),
19946         (gst_stream_info_dispose), (gst_stream_info_get_property):
19947         * gst/playback/gststreaminfo.h:
19948           Make caps explicitely available. Makes testing for unsupported
19949           types possible. Improves error reporting.
19950
19951 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19952
19953         * gst/audioconvert/gstaudioconvert.c:
19954         (gst_audio_convert_buffer_to_default_format):
19955           Really don't touch read-only buffers (#156563).
19956
19957 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19958
19959         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19960
19961         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19962           Fix memleak (#155223).
19963
19964 2004-10-29  Wim Taymans  <wim@fluendo.com>
19965
19966         * gst/tcp/.cvsignore:
19967         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19968         (gst_multifdsink_class_init), (gst_multifdsink_init),
19969         (gst_multifdsink_add), (gst_multifdsink_remove),
19970         (gst_multifdsink_remove_client_link), (is_sync_frame),
19971         (gst_multifdsink_new_client),
19972         (gst_multifdsink_handle_client_write),
19973         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19974         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19975         (gst_multifdsink_get_property):
19976         * gst/tcp/gstmultifdsink.h:
19977         Added burst on connect sync_method, deprecated sync_clients,
19978         streamlined the sync code some more.
19979
19980 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19981
19982         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19983         (gst_play_base_bin_change_state):
19984           Improve error reporting.
19985
19986 2004-10-28  Wim Taymans  <wim@fluendo.com>
19987
19988         * gst/tcp/Makefile.am:
19989         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19990         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19991         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19992         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19993         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19994         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19995         (gst_fdset_wait):
19996         Added more locks around fdset structures. Fixed/reworked
19997         the poll array resizing code.
19998         Added stress test for fdset.
19999
20000 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20001
20002         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20003         fix build
20004
20005 2004-10-28  Benjamin Otte  <otte@gnome.org>
20006
20007         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20008           fix link function to always query channels and query width for
20009           floats
20010         * configure.ac:
20011           add equalizer dir
20012         * gst/equalizer/Makefile.am:
20013         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
20014         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
20015         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
20016         (arg_to_scale), (setup_filter),
20017         (gst_iir_equalizer_compute_frequencies),
20018         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
20019         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
20020         (plugin_init):
20021           add an equalizer
20022
20023 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20024
20025         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
20026
20027         * po/LINGUAS:
20028         * po/nb.po:
20029           Added Norwegian Bokmaal translation
20030
20031 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20032
20033         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20034           Don't break on options (fixes #156488).
20035
20036 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20037
20038         * configure.ac:
20039         * ext/cdaudio/Makefile.am:
20040         * sys/Makefile.am:
20041           fix build on older automake
20042
20043 2004-10-26  Wim Taymans  <wim@fluendo.com>
20044
20045         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20046         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20047         Allow a little margin when negotiating the framerate.
20048
20049 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
20050
20051         * gst/level/gstlevel.c:
20052           synchonised naming of pads and pad-templates
20053
20054 2004-10-26  Wim Taymans  <wim@fluendo.com>
20055
20056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20057         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
20058         (_find_streams_check), (gst_ogg_demux_push):
20059         Fix EOS again. Needs to be done in a better way. We should not
20060         remove the pad if there is no new chained stream.
20061
20062 2004-10-26 Iain <iaingnome@gmail.com>
20063
20064         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
20065         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
20066         of the caps.
20067         * gst/interleave/interleave.c (interleave_class_init): Hook up release
20068         pad.
20069         (interleave_release_pad): Remove the pad.
20070         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
20071         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
20072         the set device.
20073         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
20074         attrs
20075         (gst_xvimagesink_xcontext_clear): Free the xcontext.
20076         (gst_xvimagesink_finalize): Free the par.
20077
20078 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20079
20080         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
20081         (gst_avimux_stop_file):
20082           First calculate the rate, and only then use it. Hdr.rate is a
20083           multiple and not a derivative of hdr.scale. Scale is not the
20084           same as blockalign but is solely related to rate.
20085
20086 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20087
20088         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20089         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
20090           Implement seeking.
20091
20092 2004-10-25  James Henstridge  <james@jamesh.id.au>
20093
20094         Reviewed by:  David Schleef  <ds@schleef.org>
20095
20096         * examples/gstplay/player.c: (got_stream_length), (main):
20097         * examples/seeking/cdplayer.c: (update_scale):
20098         * examples/seeking/seek.c: (format_value), (update_scale):
20099         * examples/seeking/spider_seek.c: (format_value), (update_scale),
20100         (stop_seek):
20101         Build fixes on AMD64.
20102
20103 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20104
20105         reviewed by: Ronald Bultje <rbultje at gnome dot org>
20106
20107         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20108         Fix for some v4l cards which hang in v4lsrc
20109
20110 2004-10-25  Wim Taymans  <wim@fluendo.com>
20111
20112         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
20113         (gst_ogg_demux_push), (gst_ogg_chains_clear):
20114         Make sure to remove the pad when a new chain is
20115         encountered. Set some vars to NULL so we don't try
20116         to reference freed memory.
20117
20118 2004-10-25  Wim Taymans  <wim@fluendo.com>
20119
20120         * examples/seeking/Makefile.am:
20121         * examples/seeking/cdplayer.c: (update_scale):
20122         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
20123         * examples/seeking/playbin.c: (make_playerbin_pipeline),
20124         (format_value), (update_scale), (iterate), (start_seek),
20125         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
20126         (print_usage), (main):
20127         Added some more examples, update others.
20128
20129 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20130
20131         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20132         * ext/speex/gstspeexdec.c: (speex_dec_chain):
20133         * ext/theora/theoradec.c: (theora_dec_chain):
20134         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20135           Add codec-name metadata.
20136
20137 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
20138
20139         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20140
20141         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20142         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20143         * ext/alsa/gstalsamixertrack.h:
20144         * po/POTFILES.in:
20145           ALSA mixer track label internationalization (#154054).
20146
20147 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20148
20149         * ext/theora/theoradec.c: (theora_dec_chain):
20150           Export bitrate as metadata.
20151
20152 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20153
20154         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20155         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20156         * ext/alsa/gstalsamixertrack.h:
20157           Fix names, fix loop.
20158
20159 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20160
20161         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20162         (speex_dec_convert):
20163           sinkconvert function so oggdemux can get the file length (totem).
20164
20165 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
20166
20167         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20168
20169         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20170           Don't push incomplete packets.
20171         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20172           Fix MPEG-4 audio typefinding.
20173
20174 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20175
20176         * sys/v4l/Makefile.am:
20177         * sys/v4l/gstv4l.c: (plugin_init):
20178         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20179         (gst_v4lelement_init), (gst_v4lelement_dispose),
20180         (gst_v4lelement_change_state):
20181         * sys/v4l/gstv4lelement.h:
20182         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20183         (gst_v4l_xoverlay_close), (idle_refresh),
20184         (gst_v4l_xoverlay_set_xwindow_id):
20185         * sys/v4l/gstv4lxoverlay.h:
20186         * sys/v4l/v4l-overlay_calls.c:
20187         * sys/v4l/v4l_calls.h:
20188         * sys/v4l2/Makefile.am:
20189         * sys/v4l2/gstv4l2.c: (plugin_init):
20190         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20191         (gst_v4l2element_init), (gst_v4l2element_dispose),
20192         (gst_v4l2element_change_state):
20193         * sys/v4l2/gstv4l2element.h:
20194         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20195         (gst_v4l2_xoverlay_close), (idle_refresh),
20196         (gst_v4l2_xoverlay_set_xwindow_id):
20197         * sys/v4l2/gstv4l2xoverlay.h:
20198         * sys/v4l2/v4l2-overlay_calls.c:
20199         * sys/v4l2/v4l2_calls.h:
20200           Remove client-side overlay handling, use the X-server v4l plugin
20201           for that. Nicer overlay, less code. Also make the plugin
20202           compileable without X (but then without overlay, obviously).
20203           Makes xwindowlistener obsolete, should we remove that?
20204
20205 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20206
20207         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20208         (gst_osssrc_src_query):
20209         * sys/oss/gstosssrc.h:
20210           OK, so people want offset in DEFAULT. This time, actually fix all
20211           cases.
20212         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20213           Add FPS properly.
20214
20215 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20216
20217         * gst/asfdemux/gstasfmux.c:
20218         * gst/avi/gstavimux.c:
20219           Framerate.
20220
20221 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20222
20223         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20224           Fix properties (channel, norm, frequency).
20225
20226 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20227
20228         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20229           Flag typo.
20230         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20231           No warnings.
20232
20233 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20234
20235         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20236           Fix hang.
20237
20238 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20239
20240         * sys/v4l2/gstv4l2element.h:
20241           Yet Another Hack (tm) for kernel header borkedness.
20242         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20243         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20244         (gst_v4l2src_link), (gst_v4l2src_getcaps),
20245         (gst_v4l2src_change_state):
20246         * sys/v4l2/gstv4l2src.h:
20247         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20248         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20249           Fix caps, keep track of state, work.
20250
20251 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20252
20253         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20254           Quiet.
20255
20256 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20257
20258         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20259           Don't mix bytes and samples.
20260
20261 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20262
20263         * ext/ogg/gstoggmux.c:
20264           Basic pad template which accepts OGM tracks, speex, flac, vorbis
20265           and theora. Any is incorrect.
20266         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20267           Fix caps.
20268         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20269         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20270         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20271         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20272         * sys/v4l/gstv4lmjpegsrc.h:
20273         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20274         (gst_v4lsrc_change_state):
20275         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20276         (gst_v4lmjpegsrc_capture_stop):
20277           Fix caps. Keep track of internal state. Work.
20278
20279 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20280
20281         * ext/Makefile.am:
20282           Fix the build fixes.
20283
20284 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20285
20286         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20287         (gst_ogg_demux_src_event), (_find_chain_seek),
20288         (gst_ogg_pad_push):
20289           Check for pad availability before using it.
20290         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20291           Fix parsing of chained ogg. Needs more work on the decoder side.
20292
20293 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20294
20295         * gst/spectrum/Makefile.am:
20296         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20297         (idle_func):
20298           Fix demo and reenable it. Yes, I'm currently playing with audio
20299           analysis tools
20300
20301 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20302
20303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20304           We love it if files that start at zero work too...
20305
20306 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20307
20308         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20309           Handle files with missing EOS headers.
20310
20311 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20312
20313         * gst/tcp/gsttcpserversink.c:
20314         (gst_tcpserversink_handle_server_read),
20315         (gst_tcpserversink_init_send):
20316         Zero some variables first (need for accept not to return EINVAL)
20317
20318 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20319
20320         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20321         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20322         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20323         (theora_dec_chain):
20324         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20325         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20326           Seeking and querying finetune.
20327
20328 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20329
20330         * configure.ac:
20331         * ext/Makefile.am:
20332         * ext/raw1394/Makefile.am:
20333           fix the build
20334
20335 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20336
20337         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20338           Wrong return.
20339         * gst/playback/Makefile.am:
20340         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20341         * gst/playback/gstplay-marshal.list:
20342         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20343           Fix marshallers.
20344
20345 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20346
20347         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20348           Silence.
20349
20350 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20351
20352         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20353         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20354         (gst_ogg_pad_push):
20355           Yay for non-lineair granulepos in theora.
20356
20357 2004-10-18  Wim Taymans  <wim@fluendo.com>
20358
20359         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20360         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20361         * ext/dv/gstdvdec.h:
20362         Make sure we renegotiate aspect ratio when the camera switches.
20363
20364 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20365
20366         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20367         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20368           Start at zero.
20369         * ext/theora/theoradec.c: (theora_dec_chain):
20370           Skip headers. Bad idea for chained ogg, but fixes seeking.
20371
20372 2004-10-18  Wim Taymans  <wim@fluendo.com>
20373
20374         * configure.ac:
20375         I swear, this is the last time I touch this.
20376
20377 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20378
20379         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20380         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20381         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20382           Faster seeking.
20383         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20384           Time-to-default conversion.
20385         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20386           Don't error on unknown packets, just skip. We should probably
20387           read them if we want to support chained ogg.
20388
20389 2004-10-18  Wim Taymans  <wim@fluendo.com>
20390
20391         * configure.ac:
20392         Added cdaudio to wrong list.
20393
20394 2004-10-18  Wim Taymans  <wim@fluendo.com>
20395
20396         * configure.ac:
20397         Revive cdaudio.
20398
20399 2004-10-18  Wim Taymans  <wim@fluendo.com>
20400
20401         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20402         (gst_dvdec_video_link), (gst_dvdec_push):
20403         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20404         (gst_smokeenc_resync), (gst_smokeenc_chain):
20405         Fix mimetype on smoke encoder.
20406         Add aspect ratio to dvdec. Not sure if these
20407         values are correct though....
20408
20409 2004-10-18  Wim Taymans  <wim@fluendo.com>
20410
20411         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20412         Fix vorbis property descriptions and ranges.
20413
20414 2004-10-18  Wim Taymans  <wim@fluendo.com>
20415
20416         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20417         Really do nothing when no data is available.
20418         Go to the playing state when the stream is not seekable
20419         instead of failing.
20420
20421 2004-10-18  Wim Taymans  <wim@fluendo.com>
20422
20423         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20424         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20425         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20426         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20427         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20428         Added uri handler for cd://
20429         Port to new API.
20430
20431 2004-10-18  Wim Taymans  <wim@fluendo.com>
20432
20433         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20434         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20435         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20436         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20437         (remove_prerolls), (unknown_type), (add_element_stream),
20438         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20439         (gst_play_base_bin_remove_element),
20440         (gst_play_base_bin_link_stream):
20441         * gst/playback/gstplaybin.c: (gen_video_element),
20442         (gen_vis_element), (remove_sinks), (setup_sinks):
20443         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20444         (gst_stream_info_get_type), (gst_stream_info_class_init),
20445         (gst_stream_info_init), (gst_stream_info_new),
20446         (gst_stream_info_dispose), (stream_info_mute_pad),
20447         (gst_stream_info_set_property), (gst_stream_info_get_property):
20448         * gst/playback/gststreaminfo.h:
20449         Add sink padtemplate to decodebin.
20450         Added some more comments.
20451         Make queue size configurable in playbasebin.
20452         Added possibility to use elements as sinks (ex cdaudio).
20453
20454 2004-10-15  Wim Taymans  <wim@fluendo.com>
20455
20456         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20457         (gst_speexenc_chain):
20458         Fix speex timestamps so that it gets muxed properly.
20459
20460 2004-10-15  Wim Taymans  <wim@fluendo.com>
20461
20462         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20463         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20464         (gst_dv1394src_init), (gst_dv1394src_dispose),
20465         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20466         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20467         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20468         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20469         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20470         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20471         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20472         * ext/raw1394/gstdv1394src.h:
20473         Added conversion/query functions.
20474         Update buffer timestamps,
20475         Added signals.
20476         Added uri dv:// so it might play from the firewire in playbin.
20477         Fix a possible leak.
20478         Added debugging.
20479
20480 2004-10-15  Wim Taymans  <wim@fluendo.com>
20481
20482         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20483         (gst_dv1394src_init), (gst_dv1394src_set_property),
20484         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20485         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20486         * ext/raw1394/gstdv1394src.h:
20487         Added AV/C VTR control support needed for some cameras.
20488         Added automatic port detection.
20489         Added properties for selecting the channel.
20490         The configure.ac script is not yet updated to reflect the
20491         new libavc1394 and librom1394 dependencies.
20492
20493 2004-10-15  Wim Taymans  <wim@fluendo.com>
20494
20495         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20496         (qtdemux_parse), (gst_qtdemux_handle_esds):
20497         An esds box is not a container.
20498         Fix parsing of mp4v boxes.
20499         Do not try to renegotiate fps for each frame. Need to
20500         find a better method. This should fix mp4 playback.
20501
20502 2004-10-14  David Schleef  <ds@schleef.org>
20503
20504         * configure.ac: update for swfdec-0.3 and liboil-0.2
20505         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20506         * ext/swfdec/gstswfdec.h: same
20507         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20508         * gst/videotestsrc/videotestsrc.c: same
20509
20510 2004-10-14  Wim Taymans  <wim@fluendo.com>
20511
20512         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20513         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20514         (is_sync_frame), (gst_multifdsink_new_client),
20515         (gst_multifdsink_handle_client_write),
20516         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20517         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20518         Turn warnings into info.
20519         Don't allow a state change in the streaming thread.
20520
20521 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20522
20523         * ext/vorbis/oggvorbisenc.c:
20524         * ext/vorbis/vorbisdec.c:
20525           fix template sample rate
20526
20527 2004-10-13  Wim Taymans  <wim@fluendo.com>
20528
20529         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20530         Decoding the header first fixes some problems in resyncing
20531         in more mp3s.
20532
20533 2004-10-12  Wim Taymans  <wim@fluendo.com>
20534
20535         * gst/playback/gstplaybin.c: (gen_video_element),
20536         (gen_vis_element), (remove_sinks), (setup_sinks):
20537         Added vis plugin support, need to configure the vis
20538         element to activate it.
20539
20540 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20541
20542         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20543         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20544           Some debug.
20545         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20546         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20547         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20548         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20549         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20550         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20551         * gst/avi/gstavidemux.h:
20552           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20553           recovery (where, if part of the index is broken, we will still read
20554           the rest of the index and recover the broken part by stream
20555           scanning). More broken media support. EOS workarounds. General AVI
20556           braindamage headache recovery. Aspirin included.
20557
20558 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20559
20560         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20561         (cdparanoia_event), (cdparanoia_query):
20562           Get rid of hideous lead-in.
20563
20564 2004-10-11  Wim Taymans  <wim@fluendo.com>
20565
20566         * gst/playback/gstplaybasebin.c: (setup_source):
20567         Wrong var used to get g_list_next.
20568
20569 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20570
20571         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20572         (cdparanoia_get), (cdparanoia_open):
20573           Report discid as metadata, add duration.
20574
20575 2004-10-11  Wim Taymans  <wim@fluendo.com>
20576
20577         * gst/playback/gstplaybasebin.c: (setup_source):
20578         Cleanup the previous pipeline a little earlier for the
20579         case that a source element provides raw data.
20580
20581 2004-10-11  Benjamin Otte  <otte@gnome.org>
20582
20583         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20584           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20585           consuming the last 128 bytes, even though it was valid mp3 data.
20586
20587 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20588
20589         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20590         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20591         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20592         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20593
20594 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20595
20596         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20597         Fix for webcams that support only specific width or height
20598
20599 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20600
20601         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20602
20603         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20604           Fix wrong discont event setup (fixes #154967).
20605
20606 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20607
20608         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20609
20610         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20611           Error out on invalid data (fixes #154807).
20612
20613 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20614
20615         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20616
20617         * ext/dvdread/dvdreadsrc.c: (_read):
20618           Make titles > 0 work again (fixes #154834).
20619
20620 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20621
20622         * gst-libs/gst/riff/riff-media.c:
20623         (gst_riff_create_video_template_caps):
20624           WMV3 missing in template caps.
20625
20626 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20627
20628         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20629           OK, so the original code was too strict. It makes random AVI files
20630           hang for seconds upon opening, which is unacceptable and is far
20631           beyond the original goal of getting multiple chunks for one-chunk
20632           sounc stream files. So now do just that.
20633
20634 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20635
20636         * gst/playback/gstplaybasebin.c: (setup_source),
20637         (gst_play_base_bin_change_state):
20638           Actually clean up streaminfo if output fails. This would trigger
20639           if, for example, there was no CD in the drive. No preroll, so
20640           a streaminfo structure is created, but the subsequent state change
20641           of the thread fails.
20642         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20643           Don't change state if parent failed.
20644
20645 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20646
20647         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20648         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20649         (gen_video_element), (remove_sinks):
20650           Add small bits of code for screenshot handling.
20651
20652 2004-10-08  Wim Taymans  <wim@fluendo.com>
20653
20654         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20655         (gen_video_element), (gen_audio_element), (setup_sinks):
20656         Don't assume the user provided sinks are named "sink"...
20657
20658 2004-10-08  Wim Taymans  <wim@fluendo.com>
20659
20660         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20661         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20662         (gst_play_base_bin_link_stream):
20663         Do not try to autoplug sources that generate raw streams like
20664         cdparanoia.
20665         disconnect the preroll overrun signal when we don't need it anymore.
20666
20667 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20668
20669         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20670         Added reworked patch from #154903 from milosz derezynski (deadchip).
20671
20672 2004-10-08  Wim Taymans  <wim@fluendo.com>
20673
20674         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20675         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20676         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20677         (cdparanoia_convert), (cdparanoia_uri_get_type),
20678         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20679         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20680         * ext/cdparanoia/gstcdparanoia.h:
20681         This adds the cdda://<tracknum> uri.
20682
20683 2004-10-08  Wim Taymans  <wim@fluendo.com>
20684
20685         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20686         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20687         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20688         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20689         (unknown_type), (gst_play_base_bin_remove_element),
20690         (gst_play_base_bin_link_stream):
20691         * gst/playback/gstplaybasebin.h:
20692         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20693         (gst_play_bin_set_property), (gen_video_element),
20694         (gen_audio_element), (setup_sinks):
20695         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20696         (gst_stream_info_get_type), (gst_stream_info_class_init),
20697         (gst_stream_info_init), (gst_stream_info_new),
20698         (gst_stream_info_dispose), (stream_info_mute_pad),
20699         (gst_stream_info_set_property), (gst_stream_info_get_property):
20700         * gst/playback/gststreaminfo.h:
20701         Reuse the audio and video bins.
20702         Some internal cleanups in the stream selection code.
20703
20704 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20705
20706         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20707         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20708         * sys/ximage/ximagesink.h:
20709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20710         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20711         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20712         not coming from those elements. Moreover these elements should not keep
20713         the xid they have been given when in NULL state.
20714
20715 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20716
20717         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20718         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20719         * sys/ximage/ximagesink.h:
20720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20721         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20722         * sys/xvimage/xvimagesink.h:
20723           Actually only create a new toplevel window if we're not gonna
20724           embed it right after.
20725
20726 2004-10-07  Wim Taymans  <wim@fluendo.com>
20727
20728         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20729         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20730         * gst/playback/gstplaybin.c: (setup_sinks):
20731         Implement muting/unmuting of streams, mute streams that are not
20732         used.
20733
20734 2004-10-07  Wim Taymans  <wim@fluendo.com>
20735
20736         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20737         (plugin_init):
20738         Added lame audio/x-ac3 typefind function.
20739
20740 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20741
20742         * configure.ac:
20743           bump nano to cvs
20744
20745 === release 0.8.5 ===
20746
20747 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20748
20749         * NEWS:
20750         * RELEASE:
20751         * configure.ac:
20752           releasing 0.8.5, "Take You On"
20753
20754 2004-10-06  Wim Taymans  <wim@fluendo.com>
20755
20756         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20757         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20758         (no_more_pads), (close_link), (type_found):
20759         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20760         * gst/playback/gstplaybin.c: (gen_video_element):
20761         Do not signal the no_more_pads after the first pad when
20762         we are plugging a non dynamic element with multiple
20763         output pads (like swfdec, dvdec, ...).
20764
20765 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20766
20767         * configure.ac:
20768           bump for prerelease
20769
20770 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20771
20772         * gst/wavparse/gstwavparse.c:
20773           add ATRAC3 to STATIC CAPS to fix a warning
20774
20775         * gst/matroska/ebml-read.c:
20776         * gst-libs/gst/riff/riff-read.c:
20777           fix typos
20778
20779 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20780
20781         * gst-libs/gst/riff/riff-media.c:
20782           generate caps for ATRAC3 audio streams
20783
20784         * gst/realmedia/rmdemux.c:
20785           generate caps for ATRAC3 audio streams
20786
20787 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20788
20789         * gst/wavparse/Makefile.am
20790         * gst/wavparse/riff.h
20791         * gst/wavparse/wavparse.vcproj
20792           riff.h removal (unused and duplication with riff-ids.h)
20793
20794 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20795
20796         * gst/wavparse/gstwavparse.h
20797           remove duplicated defines for audio codec codes
20798
20799         * gst-libs/gst/riff/riff-ids.h
20800         * gst/wavenc/riff.h:
20801           add "4CC" code for ATRAC3 audio streams
20802           add "4CC" code for ITU_G721_ADPCM (unused for now)
20803
20804 2004-10-06  Wim Taymans  <wim@fluendo.com>
20805
20806         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20807         Actually _do_ negotiation. Pass gdouble as arg instead
20808         of guint64 for the framerate.
20809
20810 2004-10-06  Wim Taymans  <wim@fluendo.com>
20811
20812         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20813         (find_compatibles), (close_pad_link), (try_to_link_1),
20814         (no_more_pads), (close_link), (type_found):
20815         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20816         * gst/playback/gstplaybin.c: (gen_video_element),
20817         (gen_audio_element):
20818         Set state on newly added element to READY so that negotiation
20819         can happen ASAP.
20820         Addes some more debug info.
20821         Do not try to plug pads with multiple caps structures or ANY
20822         because it is too dangerous since we do not do dynamic
20823         replugging.
20824
20825 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20826
20827         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20828
20829         * po/LINGUAS:
20830         * po/or.po:
20831           add Oriya translation
20832
20833 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20834
20835         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20836           Prevent overwrite of size member. Makes audio sound crappy.
20837
20838 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20839
20840         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20841         Add rmvb to the list of known RealMedia extensions
20842
20843 2004-10-05  Wim Taymans  <wim@fluendo.com>
20844
20845         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20846         (mngdec_openstream), (mngdec_closestream),
20847         (mngdec_handle_sink_event), (mngdec_readdata),
20848         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20849         (mngdec_getcanvasline), (mngdec_refresh),
20850         (gst_mngdec_change_state):
20851         Set the framerate correctly.
20852
20853 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20854
20855         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20856           There was something wrong with the index massaging.
20857
20858 2004-10-04  Wim Taymans  <wim@fluendo.com>
20859
20860         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20861         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20862         (gst_smokedec_chain):
20863         * ext/jpeg/gstsmokedec.h:
20864         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20865         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20866         * ext/jpeg/gstsmokeenc.h:
20867         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20868         (smokecodec_decode_new), (smokecodec_info_free),
20869         (smokecodec_set_quality), (smokecodec_get_quality),
20870         (smokecodec_set_threshold), (smokecodec_get_threshold),
20871         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20872         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20873         (smokecodec_encode), (smokecodec_parse_id),
20874         (smokecodec_parse_header), (smokecodec_decode):
20875         * ext/jpeg/smokecodec.h:
20876         * ext/jpeg/smokeformat.h:
20877         Updated smoke, new bitstream, allows embedding in ogg.
20878
20879 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20880
20881         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20882           Fix seeking in some files. All this code is no longer needed (and
20883           actually breaks stuff) because we now synchronize the full index
20884           right when reading the header.
20885
20886 2004-10-04  Wim Taymans  <wim@fluendo.com>
20887
20888         * configure.ac:
20889         configure update for libmng.
20890
20891 2004-10-04  Wim Taymans  <wim@fluendo.com>
20892
20893         * ext/libmng/Makefile.am:
20894         * ext/libmng/gstmng.c: (plugin_init):
20895         * ext/libmng/gstmng.h:
20896         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20897         (gst_mngdec_base_init), (gst_mngdec_class_init),
20898         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20899         (gst_mngdec_loop), (gst_mngdec_get_property),
20900         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20901         (mngdec_closestream), (mngdec_handle_sink_event),
20902         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20903         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20904         (gst_mngdec_change_state):
20905         * ext/libmng/gstmngdec.h:
20906         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20907         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20908         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20909         (gst_mngenc_chain), (gst_mngenc_get_property),
20910         (gst_mngenc_set_property):
20911         * ext/libmng/gstmngenc.h:
20912         Added basic MNG decoder. Needs more work. The encoder does
20913         not work yet.
20914
20915 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20916
20917         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20918         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20919         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20920           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20921           no-more-pads.
20922
20923 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20924
20925         * configure.ac:
20926           you need at least 1.0.4 of speex
20927
20928 2004-10-04 Iain <iaingnome@gmail.com>
20929
20930         * ext/speex/gstspeexdec.h: Revert the includes changes.
20931
20932         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20933
20934 2004-09-30 Iain <iaingnome@gmail.com>
20935
20936         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20937         found during init or set as a property instead of hardcoding /dev/audio
20938
20939 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20940
20941         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20942         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20943         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20944         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20945         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20946         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20947         (gst_rmdemux_dump_data):
20948           Use debug category, fix EOS handling. filesrc ! rmdemux now
20949           works.
20950
20951 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20952
20953         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20954         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20955         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20956           Improve allocation, cutting and sorting of the index. How takes a
20957           few seconds instead of minutes.
20958
20959 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20960
20961         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20962           fixed compilation
20963
20964 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20965
20966         * gst-libs/gst/riff/riff-media.c:
20967         (gst_riff_create_video_caps_with_data),
20968         (gst_riff_create_video_template_caps):
20969           Add wing commander format mimetype/fourccs.
20970         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20971           Don't crash if some value is 0.
20972
20973 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20974
20975         * gst-libs/gst/riff/riff-media.c:
20976         (gst_riff_create_video_caps_with_data),
20977         (gst_riff_create_video_template_caps):
20978           Add DIB fourcc (raw, palettized 8-bit RGB).
20979         * gst-libs/gst/riff/riff-read.c:
20980         (gst_riff_read_strf_vids_with_data):
20981           Oops, fix strf_data reading bug.
20982         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20983           Use a non-NULL tag.
20984         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20985           Time for hacks. Sorry Dave. At least one quicktime movie (a
20986           trailer) that I've encountered contains multiple video tracks.
20987           One of those is the actual video track, the other are one-frame
20988           tracks (images). Unfortunately, the number of frames according
20989           to the trak header is 1 for each, so that doesn't help. So
20990           instead, I look at the duration and discard tracks with a
20991           duration shorter than 20% of the length of the stream. Better
20992           than nothing.
20993
20994 2004-10-01  Christian Schaller <christian@fluendo.com>
20995
20996         * ext/ivorbis/vorbis.c:
20997           Patch from Phil Blundell (Bug 152341)
20998
20999 2004-10-01  Wim Taymans  <wim@fluendo.com>
21000
21001         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
21002         (speex_dec_get_formats), (speex_dec_convert),
21003         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
21004         (speex_dec_chain), (gst_speexdec_get_property),
21005         (gst_speexdec_set_property):
21006         Small cleanups.
21007
21008 2004-10-01  Wim Taymans  <wim@fluendo.com>
21009
21010         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
21011         (gst_wavparse_stream_init), (gst_wavparse_fmt),
21012         (gst_wavparse_other), (gst_wavparse_loop),
21013         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21014         (gst_wavparse_srcpad_event):
21015         * gst/wavparse/gstwavparse.h:
21016         Added some more debugging info.
21017         Fix the case where the length of the file is 0.
21018         Make sure we seek to sample borders.
21019
21020 2004-10-01  Wim Taymans  <wim@fluendo.com>
21021
21022         * gst/playback/README:
21023         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
21024         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
21025         (try_to_link_1), (no_more_pads), (close_link), (type_found):
21026         Add some debug info to decodebin, update README
21027
21028 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21029
21030         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
21031           Don't use g_print(); use GST_DEBUG().
21032
21033 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21034
21035         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21036         (gst_ogg_mux_queue_pads):
21037           Handle EOS properly.
21038
21039 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21040
21041         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21042
21043         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
21044         (gst_faad_chain), (gst_faad_change_state):
21045         * ext/faad/gstfaad.h:
21046           Allow playback of raw (unframed) MPEG AAC files (#148993).
21047
21048 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21049
21050         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21051
21052         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21053           Throw error if we didn't recognize the stream. Fixes #152289.
21054
21055 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21056
21057         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21058           Fix negotiation.
21059
21060 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
21061
21062         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21063
21064         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21065           Fix memleak.
21066
21067 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21068
21069         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21070
21071         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
21072           Solve #152805.
21073         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
21074           Solve 152806.
21075
21076 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21077
21078         * gst-libs/gst/riff/riff-media.c:
21079         (gst_riff_create_video_caps_with_data),
21080         (gst_riff_create_audio_caps_with_data):
21081           Add codec_data handling (like asfdemux used to do).
21082         * gst/asfdemux/gstasf.c: (plugin_init):
21083         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21084         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
21085           Use riff-media for caps creation instead of our own (mostly
21086           broken) copy of its functions.
21087
21088 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21089
21090         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
21091           Don't actually error out if we get another return value than
21092           -EINVAL. Opposite to what I first thought, drivers have random
21093           return values for this, although -EINVAL is the expected return
21094           value. Since this is not fatal, we shouldn't use
21095           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
21096
21097 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21098
21099         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21100         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
21101         (dvdreadsrc_get_property), (_open), (_seek), (_read),
21102         (dvdreadsrc_get), (dvdreadsrc_open_file),
21103         (dvdreadsrc_change_state):
21104           Fix. Don't do one big huge loop around the whole DVD, that will
21105           cache all data and thus eat sizeof(dvd) (several GB) before we
21106           see something.
21107         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21108           Actually NULL'ify event after using it.
21109         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
21110         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
21111         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21112         (gst_ebml_read_seek), (gst_ebml_read_skip):
21113           Handle events.
21114         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
21115         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
21116         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
21117           Fix timing (this will probably break if I seek using menus, but
21118           I didn't get there yet). VOBs and normal DVDs should now work.
21119           Add a mpeg2-only pad with high rank so this get autoplugged for
21120           MPEG-2 movies.
21121         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
21122         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
21123         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
21124         (gst_mpeg_demux_get_audio_stream),
21125         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
21126         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
21127           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
21128           MPEG-1 but use dvddemux for MPEG-2.
21129         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21130         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
21131         (gst_mpeg_parse_parse_packhead):
21132           Timing. Only add pad template if it exists. Add sink template from
21133           class and not from ourselves. This means we will always use the
21134           correct sink template even if it is not the one defined in this
21135           file.
21136
21137 2004-09-29  Wim Taymans  <wim@fluendo.com>
21138
21139         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
21140         (gst_mpeg_demux_parse_pes):
21141         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21142         Fix playback of mpeg again, timestamps where screwed up by
21143         patch 1.61.
21144
21145 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21146
21147         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
21148           Only return true if we actually filled something in. Prevents
21149           player applications from showing a random length for flac files.
21150         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21151         (gst_riff_read_use_event), (gst_riff_read_handle_event),
21152         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21153         (gst_riff_read_strf_vids_with_data),
21154         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21155           OK, ok, so I implemented event handling. Apparently it's normal
21156           that we receive random events at random points without asking
21157           for it.
21158         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21159         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21160         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21161         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21162         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21163         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21164         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21165         * gst/avi/gstavidemux.h:
21166           Implement non-lineair chunk handling and subchunk processing.
21167           The first solves playback of AVI files where the audio and video
21168           data of individual buffers that we read are not synchronized.
21169           This should not happen according to the wonderful AVI specs, but
21170           of course it does happen in reality. It is also a prerequisite for
21171           the second. Subchunk processing allows us to cut chunks in small
21172           pieces and process each of these pieces separately. This is
21173           required because I've seen several AVI files with incredibly large
21174           audio chunks, even some files with only one audio chunk for the
21175           whole file. This allows for proper playback including seeking.
21176           This patch is supposed to fix all AVI A/V sync issues.
21177         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21178         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21179           Work.
21180         * gst/modplug/gstmodplug.cc:
21181           Proper return value setting for the query() function.
21182         * gst/playback/gstplaybasebin.c: (setup_source):
21183           Being in non-playing state (after, e.g., EOS) is not necessarily
21184           a bad thing. Allow for that. This fixes playback of short files.
21185           They don't actually playback fully now, because the clock already
21186           runs. This means that small files (<500kB) with a small length
21187           (<2sec) will still not or barely play. Other files, such as mod
21188           or flx, will work correctly, however.
21189
21190 2004-09-28  Wim Taymans  <wim@fluendo.com>
21191
21192         * ext/speex/gstspeex.c: (plugin_init):
21193         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21194         (gst_speex_dec_class_init), (speex_dec_get_formats),
21195         (speex_get_event_masks), (speex_get_query_types),
21196         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21197         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21198         (gst_speexdec_get_property), (gst_speexdec_set_property),
21199         (speex_dec_change_state):
21200         * ext/speex/gstspeexdec.h:
21201         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21202         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21203         (gst_speexenc_base_init), (gst_speexenc_class_init),
21204         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21205         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21206         (gst_speexenc_src_query), (gst_speexenc_init),
21207         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21208         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21209         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21210         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21211         (gst_speexenc_chain), (gst_speexenc_get_property),
21212         (gst_speexenc_set_property), (gst_speexenc_change_state):
21213         * ext/speex/gstspeexenc.h:
21214         Rewrote speex encoder, make sure it can be embedded in ogg.
21215         Implemented speex decoder.
21216
21217 2004-09-28  Christian Schaller <christian@fluendo.com>
21218
21219         * configure.ac:
21220         Remove kioslave plugin. Markey is brewing a new working one
21221         * ext/Makefile.am: Remove kioslave plugin
21222         * ext/kio: remove
21223         * gst-plugins.spec.in: remove kio plugin from spec
21224
21225 2004-09-27  Wim Taymans  <wim@fluendo.com>
21226
21227         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21228         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21229         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21230         (gst_multifdsink_new_client),
21231         (gst_multifdsink_handle_client_write),
21232         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21233         (gst_multifdsink_handle_clients):
21234         * gst/tcp/gstmultifdsink.h:
21235         Make syncing to keyframes actually work for new clients and lagging
21236         clients.
21237
21238 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21239
21240         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21241         (gst_navigationtest_handle_src_event), (draw_box_planar411),
21242         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21243         * gst/debug/gstnavigationtest.h:
21244           make navigationtest display button-press and button-release events
21245
21246 2004-09-26 Iain <iaingnome@gmail.com>
21247
21248         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21249         the channels have received a new media event.
21250         (interleave_buffered_loop): Compresses a new media event on all
21251         channels into one.
21252
21253 2004-09-26 Iain <iaingnome@gmail.com>
21254
21255         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21256         call the sinkpad's default event handler and not the srcpads. He also
21257         says this is confusing :)
21258         (gst_wavenc_stop_file): Company says that seek events only go upstream
21259         we should send a discontinuous downstream instead.
21260
21261 2004-09-25  Christian Schaller <christian@fluendo.com>
21262
21263         * Update SPEC file to be usable in conjunction with Fedora Core,
21264           Fedora.us and freshrpms packages
21265         * Fix typo in multifilesrc test Makefile
21266
21267 2004-09-24  Wim Taymans  <wim@fluendo.com>
21268
21269         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21270         Only signal the no_more_pads signal when we have
21271         added the stream to our list.
21272
21273 2004-09-24  Wim Taymans  <wim@fluendo.com>
21274
21275         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21276         (new_decoded_pad):
21277         * gst/playback/gstplaybasebin.h:
21278         * gst/playback/gstplaybin.c: (setup_sinks):
21279         Don't try to preroll or decode more than one audio/video
21280         track.
21281
21282 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21283
21284         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21285           Throw error if we failed to find a suitable output. This should
21286           throw an error if we successfully set up a pipeline (e.g. because
21287           we recognized a media file) but found no decodable streams in it
21288           (e.g. because it contains only media stream types for which we
21289           have no decoders, or because it's not a media type).
21290
21291 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21292
21293         * ext/dirac/Makefile.am:
21294         * ext/dirac/gstdirac.cc:
21295         * ext/dirac/gstdiracdec.cc:
21296         * ext/dirac/gstdiracdec.h:
21297           Do something. Don't actually know if this works because I don't
21298           have a demuxer yet.
21299         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21300           Add channels=1 to caps returned from _getcaps().
21301         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21302         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21303         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21304         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21305         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21306         (gst_ogm_parse_change_state):
21307           Separate between audio/video so ogmaudioparse actually uses the
21308           audio pad templates. Both audio and video work now, including
21309           autoplugging. Also use sometimes-srcpad hack.
21310         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21311           Handle events better. Don't hang on infinite loops.
21312         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21313         (gst_avi_demux_init), (gst_avi_demux_reset),
21314         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21315         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21316         (gst_avi_demux_change_state):
21317         * gst/avi/gstavidemux.h:
21318           Improve A/V sync. Still not perfect.
21319         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21320         (gst_ebml_read_skip):
21321           Handle events better.
21322         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21323         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21324         (qtdemux_audio_caps):
21325           Add IMA4. Improve event handling. Save offset after a seek when
21326           the headers are at the end of the file so that we don't end up in
21327           an infinite loop.
21328         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21329           Add low-priority typefind support for files with no length.
21330
21331 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21332
21333         * testsuite/multifilesink/Makefile.am:
21334         fix typo
21335
21336 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21337
21338         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21340         mistakes from thaytan's patches.
21341
21342 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21343
21344         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21345           For completeness, XSync in the destroy function as xvimage does.
21346
21347 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21348
21349         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21350            Correct caps negotiation
21351         * gst/volume/gstvolume.c: (volume_chain_float),
21352         (volume_chain_int16):
21353            Modify debug output to be little more informative
21354         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21356         (gst_xvimagesink_xvimage_destroy):
21357           Add XSync calls after detaching from the shared memory segment to
21358           avoid a crash.
21359
21360 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21361
21362         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21363         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21364         * ext/vorbis/vorbis.c: (plugin_init):
21365         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21366         (gst_vorbisenc_chain):
21367         * ext/vorbis/vorbisenc.h:
21368         remove explicit newmedia support from oggmux and vorbisenc
21369         add debug category to vorbisenc
21370         * gst/multifilesink/gstmultifilesink.c:
21371         (gst_multifilesink_class_init), (gst_multifilesink_init),
21372         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21373         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21374         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21375         (plugin_init):
21376         * gst/multifilesink/gstmultifilesink.h:
21377         add support for streamheader in multifilesink
21378
21379 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21380
21381         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21382         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21383         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21384           Prevent infinite loops. More correct error reporting.
21385         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21386           Error out if negotiation fails.
21387         * gst/playback/gstplaybasebin.c: (setup_source),
21388         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21389         (gst_play_base_bin_found_tag):
21390           Error/tag forwarding. Pre-roll fixes for source errors on state
21391           changes (e.g. "file does not exist") to prevent hangs.
21392
21393 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21394
21395         * testsuite/multifilesink/Makefile.am:
21396         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21397         (gst_newmedia_class_init), (gst_newmedia_init),
21398         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21399         (newfile_signal), (test_signal), (main):
21400         * testsuite/multifilesink/multifilesrc_test.c: (main):
21401         * testsuite/multifilesink/oggtheora_test.c:
21402         (gst_newmedia_base_init), (gst_newmedia_class_init),
21403         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21404         (test_format), (newfile_signal), (test_signal), (main):
21405         * testsuite/multifilesink/oggvorbis_test.c:
21406         (gst_newmedia_base_init), (gst_newmedia_class_init),
21407         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21408         (test_format), (newfile_signal), (test_signal), (main):
21409         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21410         (gst_newmedia_class_init), (gst_newmedia_init),
21411         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21412         (newfile_signal), (test_signal), (main):
21413         New media tests
21414
21415 2004-09-20  Christian Schaller <christian@fluendo.com>
21416
21417         * Fix mikmod license to LGPL as they have relicensed
21418         * Move Dirac and Effectv into LGPL section of README_license
21419
21420 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21421
21422         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21423         (gst_mad_change_state):
21424           Allow for mp3 rate/channels changes. However, only very
21425           conservatively. Reason that we *have* to enable this is smiply
21426           because the mad find_sync() function is not good enough, it will
21427           regularly sync on random data as valid frames and therefore make
21428           us provide random caps as *final* caps of the stream. The best fix
21429           I could think of is to simply require several of the same stream
21430           changes in a row before we change caps.
21431           The actual testcase that works now is #
21432         * ext/ogg/Makefile.am:
21433         * ext/ogg/gstogg.c: (plugin_init):
21434         * ext/ogg/gstogmparse.c:
21435           OGM support (video only for now; I need an audio sample file).
21436         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21437         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21438         (gst_asf_demux_add_video_stream):
21439           WMV extradata.
21440         * gst/playback/gstplaybasebin.c: (unknown_type):
21441           Don't error out on single unknown-types after all. It's wrong.
21442           If we found type of video and audio but not of a subtitle stream,
21443           it will still error out (which is unwanted). Will find a better fix
21444           later on.
21445         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21446         (ogmaudio_type_find), (plugin_init):
21447           OGM support.
21448
21449 2004-09-20  Johan Dahlin  <johan@gnome.org>
21450
21451         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21452         after setting caps.
21453
21454 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21455
21456         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21457         * gst/wavenc/gstwavenc.h:
21458         Added newmedia support to wavenc
21459
21460 2004-09-17  Wim Taymans  <wim@fluendo.com>
21461
21462         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21463         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21464         (gst_fdset_fd_can_write), (gst_fdset_wait):
21465         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21466         (gst_multifdsink_init), (gst_multifdsink_add),
21467         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21468         (gst_multifdsink_remove_client_link),
21469         (gst_multifdsink_client_queue_buffer),
21470         (gst_multifdsink_handle_client_write),
21471         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21472         (gst_multifdsink_close), (gst_multifdsink_change_state):
21473         * gst/tcp/gstmultifdsink.h:
21474         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21475         (gst_tcpserversink_removed):
21476         Small cleanups in fdset.c
21477         Use a hastable to map fd to the client structure for faster
21478         lookup in _remove and get_stats.
21479         Added virtual function to close the fds.
21480         Handle clients even when the select/poll call was unblocked because
21481         of a command.
21482         Implement syncing to keyframe in the recovery procedure.
21483
21484 2004-09-16 Iain <iaingnome@gmail.com>
21485
21486         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21487         try caps.
21488
21489 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21490
21491         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21492           Caps are only set if the type of the stream is unknown, but this
21493           is initialized in ->init_stream(), so set to UNKNOWN after calling
21494           ->init_stream() so that capsnego starts.
21495
21496 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21497
21498         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21499         (gst_avi_demux_stream_data):
21500           Just hardcode for raw audio then. AVI audio sucks.
21501
21502 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21503
21504         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21505         * gst/matroska/matroska-mux.c: (audiosink_templ),
21506         (gst_matroska_mux_audio_pad_link):
21507         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21508         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21509
21510 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21511
21512         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21513         (gst_avi_demux_stream_data):
21514           Try to fix a/v sync issues.
21515
21516 2004-09-15  David Schleef  <ds@schleef.org>
21517
21518         * configure.ac: remove NASM check, since we don't use it.  Update
21519         dirac check to 0.4
21520         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21521         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21522         Initialized variables.
21523         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21524         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21525         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21526         SVQ3 format
21527
21528 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21529
21530         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21531         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21532         * gst/avi/gstavidemux.h:
21533           Fix for compressed audio (mp3) timestamp generation. How did this
21534           ever work?
21535
21536 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21537
21538         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21539           Volume is a double not a float.
21540
21541 2004-09-15  Wim Taymans  <wim@fluendo.com>
21542
21543         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21544         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21545         Don't close the fd in multifdsink as we didn't open it in the
21546         first place. Some cleanups.
21547
21548 2004-09-15  Wim Taymans  <wim@fluendo.com>
21549
21550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21551         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21552         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21553         Fix the case where the muxer would mark pages as delta
21554         frames when they are not (vorbis only ogg).
21555
21556 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21557
21558         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21559         (gst_play_base_bin_change_state):
21560           Handle the case where we failed to setup a clear pipeline. This
21561           will throw an error (or EOS, another nice case) and if you don't
21562           catch that, the app will wait for the signal forever (and thus
21563           hang).
21564
21565 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21566
21567         * ext/gnomevfs/gstgnomevfssink.c:
21568         (gst_gnomevfssink_uri_get_protocols):
21569         * ext/gnomevfs/gstgnomevfssrc.c:
21570         (gst_gnomevfssrc_uri_get_protocols):
21571         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21572         * ext/gnomevfs/gstgnomevfsuri.h:
21573           Use _uri_new() instead of _open(), so it doesn't take as long and
21574           Christophe's computer won't hang.
21575         * gst/playback/gstplaybasebin.c: (unknown_type):
21576           Throw error on unknown media type, so apps actually display it.
21577
21578 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21579
21580         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21581           this script to work on Solaris since bash shell handles echo
21582           differenly than bash.
21583
21584 2004-09-17  Wim Taymans  <wim@fluendo.com>
21585
21586         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21587         (setup_source), (gst_play_base_bin_set_property),
21588         (gst_play_base_bin_add_element):
21589         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21590         Some more work on making sure seeking pauses the pipeline and
21591         that changing the uri actually does something.
21592
21593 2004-09-17  Wim Taymans  <wim@fluendo.com>
21594
21595         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21596         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21597         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21598         (gst_tcpserversink_close):
21599         Be a bit more paranoid when freeing memory.
21600
21601 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21602
21603         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21604         (qtdemux_parse_trak):
21605           Don't crash by dividing by zero (see sample movie in #126922).
21606
21607 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21608
21609         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21610           Don't touch non-existing data (fixes crash on file in #140147).
21611
21612 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21613
21614         * gst/playback/gstplaybasebin.c:
21615         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21616           Handle double disposals, and proper change of URIs.
21617
21618 2004-09-13  Martin Eikermann <meiker@upb.de>
21619
21620         * gst/mpegstream/gstmpegparse.c:
21621           fix synchronistation for streams recorded from digital PCR
21622           fixes bug #119376
21623
21624 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21625
21626         * ext/gnomevfs/Makefile.am:
21627         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21628         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21629         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21630         (gst_gnomevfssink_uri_get_type),
21631         (gst_gnomevfssink_uri_get_protocols),
21632         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21633         (gst_gnomevfssink_uri_handler_init),
21634         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21635         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21636         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21637         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21638         (gst_gnomevfssrc_uri_get_type),
21639         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21640         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21641         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21642         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21643         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21644         * ext/gnomevfs/gstgnomevfsuri.h:
21645           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21646           of fake URIs to see which this version of Gnome-VFS likes, and
21647           uses that for the Gst-URI interface. Makes playbin support http://
21648           streams. Also fix up some stupid behaviour in gnomevfssrc.
21649
21650 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21651
21652         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21653         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21654         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21655         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21656           Update mixer (to sync with other sessions) if we try to obtain
21657           a new value. This makes alsamixer work accross applications.
21658         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21659           Only call sync functions if we're running, else alsalib asserts.
21660         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21661           Sometimes fails to compile. Possibly a gcc bug.
21662         * gst/playback/gstplaybin.c: (gen_video_element),
21663         (gen_audio_element):
21664           Add a reference to an application-provided object, because we lose
21665           this same reference if we add it to the bin. If we don't do this,
21666           we can only use this object once and thus crash if we go from
21667           ready to playing, back to ready and back to playing again.
21668           Also add an audioscale element because several cheap soundcards -
21669           like mine - don't support all samplerates.
21670         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21671         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21672           Fix wrong order or PAR calls. Makes automatically obtained PAR
21673           from the X server atually being used.
21674
21675 2004-09-12  David Schleef  <ds@schleef.org>
21676
21677         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21678         #151887, #152102, #152247.
21679         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21680         * examples/seeking/cdparanoia.c: same
21681         * examples/seeking/cdplayer.c: same
21682         * examples/seeking/seek.c: same
21683         * examples/seeking/spider_seek.c: same
21684         * examples/seeking/vorbisfile.c: same
21685         * examples/stats/mp2ogg.c: same
21686         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21687         (gst_esdsink_dispose): Dispose of element properly.
21688         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21689         fixes.
21690         * ext/nas/nassink.c: (gst_nassink_class_init),
21691         (gst_nassink_dispose): Dispose of element correctly.
21692         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21693         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21694         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21695         Fix 64-bit warning.
21696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21697         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21698         Fix 64-bit warning.
21699
21700 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21701
21702         * configure.ac : change speex detection as 1.1.6 now uses
21703           .pc/pkg-config and they changed their headers location.
21704
21705 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21706
21707         * gst/matroska/matroska-mux.h:
21708         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21709         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21710         (gst_matroska_mux_write_data):
21711           Write multiple blocks/frames per cluster.
21712                 Write meta-seek information (seek heads).
21713
21714 2004-09-09  Scott Wheeler <wheeler@kde.org>
21715
21716         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21717         (gst_play_bin_set_property), (gst_play_bin_get_property),
21718         (gen_audio_element), (gen_audio_element):
21719           Add a volume element / property to the pipeline.
21720
21721 2004-09-07  Wim Taymans  <wim@fluendo.com>
21722
21723         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21724         Copy timestamps from the master pad to the output buffers.
21725
21726 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21727
21728         * ext/raw1394/gstdv1394src.c:
21729           throw errors when applicable
21730
21731 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21732
21733         * gst/matroska/ebml-ids.h:
21734         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21735         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21736         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21737           automatically convert unix time <-> ebml time when reading/writing
21738           a date, use gst_ebml_write_uint to write CUETIME,
21739           not gst_ebml_write_date.
21740         * gst/matroska/matroska-ids.h:
21741         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21742         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21743         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21744         (gst_matroska_mux_write_data):
21745           Write track and segment UIDs, write muxing date, write
21746           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21747           Create cues for audio only files.
21748
21749 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21750
21751         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21752         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21753           Re-commit ALSA switches.
21754         * gst/adder/gstadder.c: (gst_adder_loop):
21755           64-bit fix (#151416).
21756         * gst/debug/progressreport.c: (gst_progressreport_report):
21757           64-bit fix (#151419).
21758         * gst/matroska/matroska-demux.c:
21759         (gst_matroska_demux_parse_contents):
21760           64-bit fix (#151420).
21761         * gst/playback/test3.c: (update_scale):
21762           64-bit fix (#151421).
21763
21764 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21765
21766         * configure.ac:
21767           bump nano to cvs
21768
21769 === release 0.8.4 ===
21770
21771 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21772
21773         * configure.ac: releasing 0.8.4, "Alias"
21774
21775 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21776
21777         * ext/theora/Makefile.am:
21778           fix makefile.  Fixes #151462.
21779
21780 2004-08-30  Wim Taymans  <wim@fluendo.com>
21781
21782         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21783         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21784         (gst_multifdsink_remove_client_link),
21785         (gst_multifdsink_client_queue_buffer),
21786         (gst_multifdsink_handle_client_write):
21787         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21788         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21789         Fix some memory leaks.
21790
21791 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21792
21793         Patch by: David Schleef
21794
21795         * configure.ac:
21796         * sys/Makefile.am:
21797           rename our detection macro for V4L2.  Fixes #151236.
21798
21799 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21800
21801         Patch by: David Schleef
21802
21803         * configure.ac:
21804           check to define LAMEPRESET.  Fixes #151232.
21805
21806 2004-08-27  David Schleef  <ds@schleef.org>
21807
21808         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21809         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21810         (gst_glimagesink_fixate):  Move local variable declarations to
21811         make gcc-2.95 happy.
21812
21813 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21814
21815         * configure.ac:
21816           bump nano for prerelease
21817
21818 2004-08-27  David Schleef  <ds@schleef.org>
21819
21820         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21821         * sys/sunaudio/gstsunaudiosrc.c:
21822         * sys/sunaudio/gstsunaudiosrc.h:
21823
21824 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21825
21826         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21827         handle EOS correctly
21828         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21829         * gst/matroska/matroska-mux.h:
21830         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21831         VFW compatibility mode
21832
21833 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21834
21835         patch by: Zaheer Abbas Merali
21836
21837         * ext/ogg/gstoggmux.c:
21838         * ext/vorbis/vorbisenc.c:
21839         * ext/vorbis/vorbisenc.h:
21840           handle NEWMEDIA
21841
21842 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21843
21844         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21845         fix byte order reversion on little endian machines.
21846         * gst/matroska/matroska-mux.c: (audiosink_templ),
21847         (gst_matroska_mux_audio_pad_link):
21848         add TTA codec to the list of supported codecs.
21849         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21850         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21851         (gst_matroska_mux_write_data):
21852         * gst/matroska/matroska-mux.h:
21853         write segment duration correctly, write muxing app string, fixes bugs
21854         #140897 and #140898.
21855         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21856         wait for all pads to be negotiated before starting to mux.
21857
21858 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21859
21860         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21861         * ext/lame/gstlame.h:
21862         Added new media support to lame
21863
21864 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21865
21866         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21867         send vorbis headers at the beginning of a stream, fixes bug #141554.
21868         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21869         bug #148950.
21870         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21871         (gst_matroska_demux_plugin_init):
21872         * gst/matroska/matroska-ids.h:
21873         enable demuxing of TTA audio streams, fixes bug #148951.
21874         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21875         enable typefinding for TTA audio files, fixes bug #148711.
21876         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21877         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21878         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21879
21880 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21881
21882         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21883         (gst_riff_read_element_data), (gst_riff_read_seek),
21884         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21885         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21886         <teuf@gnome.org>
21887
21888 2004-08-23 Iain <iaingnome@gmail.com>
21889
21890         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21891         tags. They appear to be handled differently to normal.
21892         (tag_list_to_id3_tag_foreach): Ditto.
21893
21894 2004-08-22  Wim Taymans  <wim@fluendo.com>
21895
21896         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21897         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21898         Make sure we never send -1 granulepos.
21899
21900 2004-08-20  Wim Taymans  <wim@fluendo.com>
21901
21902         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21903         (gst_ogg_mux_loop):
21904         I will accept bitchslappings with non sharp objects.
21905
21906 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21907
21908         * configure.ac:
21909         Clean up the test for lame presets
21910
21911 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21912
21913         * configure.ac:
21914         * ext/lame/Makefile.am:
21915         * ext/lame/gstlame.c: (gst_lame_class_init),
21916         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21917         Only enable lame presets if version of lame has presets in API
21918
21919 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21920         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21921         * gst/udp/gstudpsrc.h:
21922           Don't call gst_pad_push in a get function. Fixes #150449
21923
21924 2004-08-18  Wim Taymans  <wim@fluendo.com>
21925
21926         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21927         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21928         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21929         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21930         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21931         (gst_fdset_wait):
21932         * gst/tcp/gstfdset.h:
21933         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21934         (gst_multifdsink_client_queue_buffer),
21935         (gst_multifdsink_handle_client_write):
21936         * gst/tcp/gstmultifdsink.h:
21937         Some extra checks in gstfdset.
21938         Only use send() when the fd is a socket. Don't try to
21939         read from write only fds.
21940
21941 2004-08-18  Wim Taymans  <wim@fluendo.com>
21942
21943         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21944         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21945         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21946         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21947         (gst_fdset_wait):
21948         Add more locking and bounds checking.
21949
21950 2004-08-18  Wim Taymans  <wim@fluendo.com>
21951
21952         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21953         Realloc test fdset in the lock and right before starting
21954         the poll call. Bump the limit to 4096.
21955
21956 2004-08-17  David Schleef  <ds@schleef.org>
21957
21958         * sys/sunaudio/Makefile.am:
21959         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21960         of rates and channels.  Make debugging less obnoxious.
21961
21962         Patch from Balamurali Viswanathan implementing a mixer for
21963         Sun audio.  (bug #144091):
21964         * sys/sunaudio/gstsunelement.c:
21965         * sys/sunaudio/gstsunelement.h:
21966         * sys/sunaudio/gstsunmixer.c:
21967         * sys/sunaudio/gstsunmixer.h:
21968
21969 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21970
21971         * gst/audioscale/gstaudioscale.c:
21972         * gst/audioscale/gstaudioscale.h:
21973         made audioscale resample from any sample rate to any sample rate
21974
21975 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21976
21977         * ext/libpng/gstpngdec.c:
21978           error out on unsupported types
21979
21980 2004-08-17  Iain <iaingnome@gmail.com>
21981
21982         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21983         mid_side and loose_mid_side properties if its a stereo stream.
21984
21985 2004-08-17  Wim Taymans  <wim@fluendo.com>
21986
21987         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21988         (theora_get_formats), (theora_dec_src_convert),
21989         (theora_dec_sink_convert), (theora_dec_src_query),
21990         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21991         Add a debug line.
21992
21993 2004-08-17  Wim Taymans  <wim@fluendo.com>
21994
21995         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21996         (gst_ogg_pad_push):
21997         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21998         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21999         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
22000         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
22001         Mark delta units in the muxer.
22002         Try to decode the packet after an out-of-sync error from
22003         libogg.
22004
22005 2004-08-17  Wim Taymans  <wim@fluendo.com>
22006
22007         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22008         (gst_multifdsink_init), (gst_multifdsink_add),
22009         (gst_multifdsink_client_queue_buffer),
22010         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
22011         * gst/tcp/gstmultifdsink.h:
22012         Added option to send a keyframe to clients as the first buffer.
22013         Make timeout property writable.
22014
22015 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22016
22017         patch by: Wim Taymans
22018
22019         * gst/tcp/gstfdset.c:
22020         * gst/tcp/gstmultifdsink.c:
22021           fix index comparison, should include 0
22022
22023 2004-08-16  Wim Taymans  <wim@fluendo.com>
22024
22025         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
22026         (gst_fdset_add_fd), (gst_fdset_remove_fd),
22027         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22028         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22029         (gst_fdset_wait):
22030           copy when reallocing for poll so the select arguments don't get
22031           changed during the call
22032
22033 2004-08-16  Wim Taymans  <wim@fluendo.com>
22034
22035         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22036         (gst_theora_enc_class_init), (theora_enc_sink_link),
22037         (theora_buffer_from_packet), (theora_enc_chain):
22038         Fix bug where buffers were not marked as keyframes
22039         correctly.
22040
22041 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22042
22043         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22044         (gst_lame_preset_get_type), (gst_lame_class_init):
22045         describe the enum values for vbr mode and presets more verbosely
22046
22047 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22048
22049         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
22050         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
22051         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
22052         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22053         * ext/lame/gstlame.h:
22054         add preset property to lame so it can use lame presets
22055
22056 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22057
22058         * ext/lame/gstlame.c: (gst_lame_get_property):
22059         whoops forgot break, thanks teuf
22060
22061 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22062
22063         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22064         (gst_lame_class_init), (gst_lame_src_getcaps),
22065         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
22066         (gst_lame_get_property), (gst_lame_setup):
22067         * ext/lame/gstlame.h:
22068         fix lame's broken vbr stuff, allow it to resample if need be, and also
22069         make xing header optional
22070
22071 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22072
22073         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
22074         added getcaps function so samplerate doesnt get fixated to silly values
22075
22076 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22077
22078         * ext/lame/gstlame.c: (gst_lame_src_link):
22079         revert previous fix
22080
22081 2004-08-12  Johan Dahlin  <johan@gnome.org>
22082
22083         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
22084         checks. Doesn't matter what state we are in. Interfaces are a
22085         compile time thing, not runtime. It also broke the python bindings.
22086
22087 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22088
22089         * ext/lame/gstlame.c: (gst_lame_src_link):
22090         made source pad link function check if sinkpad is ok..fixes the problem
22091         where core fixates the output rate of lame stupidly
22092
22093 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22094
22095         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
22096         * sys/v4l/v4l_calls.c:
22097         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
22098           fix fixate function to handle nonsimple caps.
22099           remove bogus check in _link
22100           cleanups
22101
22102 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22103
22104         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
22105         set default compression ratio parameter to 0.0 so bitrate parameter
22106         works :)
22107
22108 2004-08-11  David Schleef  <ds@schleef.org>
22109
22110         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
22111
22112 2004-08-11  David Schleef  <ds@schleef.org>
22113
22114         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
22115         before.
22116
22117 2004-08-11  David Schleef  <ds@schleef.org>
22118
22119         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
22120
22121 2004-08-11  David Schleef  <ds@schleef.org>
22122
22123         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
22124           license field
22125         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
22126         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
22127           LGPL.
22128         * gst/auparse/gstauparse.c: Fix plugin license field.
22129         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
22130         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
22131         * gst/rtp/gstrtp.c: Fix plugin license field.
22132
22133 2004-08-11  Wim Taymans  <wim@fluendo.com>
22134
22135         * gst/tcp/Makefile.am:
22136         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
22137         (ensure_size), (gst_fdset_new), (gst_fdset_free),
22138         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
22139         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
22140         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
22141         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
22142         (gst_fdset_fd_can_write), (gst_fdset_wait):
22143         * gst/tcp/gstfdset.h:
22144         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22145         (gst_multifdsink_class_init), (gst_multifdsink_init),
22146         (gst_multifdsink_add), (gst_multifdsink_remove),
22147         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22148         (gst_multifdsink_remove_client_link),
22149         (gst_multifdsink_handle_client_read),
22150         (gst_multifdsink_client_queue_data),
22151         (gst_multifdsink_client_queue_caps),
22152         (gst_multifdsink_client_queue_buffer),
22153         (gst_multifdsink_handle_client_write),
22154         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22155         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22156         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22157         (gst_multifdsink_close):
22158         * gst/tcp/gstmultifdsink.h:
22159         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22160         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22161         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22162         (gst_tcpserversink_close):
22163         * gst/tcp/gsttcpserversink.h:
22164         Abstracted away the select call, implemented poll (yes we ran into
22165         the 1024 limit in production).
22166
22167 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22168
22169         * gst/tcp/gsttcp.c:
22170         * gst/tcp/gsttcpplugin.c:
22171           improve debuggging, remove assert
22172
22173 2004-08-10  Wim Taymans  <wim@fluendo.com>
22174
22175         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22176         (gst_client_status_get_type), (gst_multifdsink_class_init),
22177         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22178         (gst_multifdsink_handle_client_read),
22179         (gst_multifdsink_handle_client_write),
22180         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22181         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22182         (gst_multifdsink_get_property):
22183         * gst/tcp/gstmultifdsink.h:
22184         * gst/tcp/gsttcp-marshal.list:
22185         Starting to prepare for specifying buffer time in other units
22186         than buffers. Expose remove reason in signal.
22187
22188 2004-08-10  Wim Taymans  <wim@fluendo.com>
22189
22190         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22191         (gst_multifdsink_remove), (gst_multifdsink_clear),
22192         (gst_multifdsink_remove_client_link),
22193         (gst_multifdsink_handle_client_read),
22194         (gst_multifdsink_client_queue_data),
22195         (gst_multifdsink_client_queue_buffer),
22196         (gst_multifdsink_handle_client_write),
22197         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22198         (gst_multifdsink_chain), (gst_multifdsink_close):
22199         * gst/tcp/gstmultifdsink.h:
22200         Added more debugging info. Changed the way clients are
22201         removed from the lists. Fixed a bug where a bad file descriptor
22202         could cause many clients to be removed.
22203
22204 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22205
22206         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22207           allow all pixel-aspect-ratios, not just 1:1
22208
22209 2004-08-09  David Schleef  <ds@schleef.org>
22210
22211         * sys/glsink/ARB_multitexture.h:  Remove old files.
22212         * sys/glsink/EXT_paletted_texture.h:
22213         * sys/glsink/NV_register_combiners.h:
22214         * sys/glsink/gstgl_nvimage.c:
22215         * sys/glsink/gstgl_pdrimage.c:
22216         * sys/glsink/gstgl_rgbimage.c:
22217         * sys/glsink/gstglsink.c:
22218         * sys/glsink/gstglsink.h:
22219         * sys/glsink/gstglxwindow.c:
22220         * sys/glsink/regcomb_yuvrgb.c:
22221
22222 2004-08-09  David Schleef  <ds@schleef.org>
22223
22224         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22225         GL sink plugin.  (Bug #147302)
22226
22227         * configure.ac: Test for OpenGL
22228         * sys/Makefile.am: Use test for OpenGL
22229         * sys/glsink/Makefile.am:
22230         * sys/glsink/glimagesink.c: rewrite
22231         * sys/glsink/glimagesink.h: rewrite
22232
22233 2004-08-09  David Schleef  <ds@schleef.org>
22234
22235         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
22236         sane framerates.
22237         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22239         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22240
22241 2004-08-09  Wim Taymans  <wim@fluendo.com>
22242
22243         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22244         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22245         (gst_multifdsink_client_remove),
22246         (gst_multifdsink_handle_client_read),
22247         (gst_multifdsink_handle_client_write),
22248         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22249         Do a bit more logging, make the client_read code more robust.
22250
22251 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22252
22253         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22254         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22255         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22256         (gst_jpegdec_init), (gst_jpegdec_chain):
22257         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22258         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22259           cleanups, debugging fixes and memleak plugging
22260
22261 2004-08-09  Wim Taymans  <wim@fluendo.com>
22262
22263         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22264         (theora_get_formats), (theora_dec_src_convert),
22265         (theora_dec_sink_convert), (theora_dec_src_query),
22266         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22267         (theora_dec_change_state):
22268         Don't crash on missing header packets.
22269
22270 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22271
22272         * po/LINGUAS:
22273         * po/sq.po:
22274           Added Albanian translation (Laurent Dhima)
22275         * po/cs.po:
22276           updated
22277
22278 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22279
22280         * ext/lame/gstlame.c:
22281           fix/add debugging
22282
22283 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22284
22285         * sys/ximage/ximagesink.c:
22286         * sys/xvimage/xvimagesink.c:
22287           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22288
22289 2004-08-06  Wim Taymans  <wim@fluendo.com>
22290
22291         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22292         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22293         (gst_multifdsink_client_remove),
22294         (gst_multifdsink_handle_client_read),
22295         (gst_multifdsink_handle_client_write),
22296         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22297         Make sure we don't try to read more from a client that what
22298         ioctl says us or we deadlock.
22299
22300 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22301
22302         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22303         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22304         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22305           decouple running_time and n_frames so it can handle changing
22306           framerate while running
22307
22308 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22309
22310         * po/nl.po:
22311         * po/sv.po:
22312           updated translations
22313
22314 2004-08-04  Benjamin Otte  <otte@gnome.org>
22315
22316         * gst/videotestsrc/gstvideotestsrc.c:
22317         (gst_videotestsrc_get_capslist), (generate_capslist),
22318         (plugin_init):
22319           generate the list of supported caps at startup and reuse it instead
22320           of always generating it
22321
22322 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22323
22324         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22325           whoops, last checkin broke normal build
22326
22327 2004-08-03  Benjamin Otte  <otte@gnome.org>
22328
22329         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22330         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22331         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22332         (gst_alsa_mixer_get_option):
22333         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22334         (dvdnavsrc_print_event):
22335         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22336         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22337         (gst_ogg_mux_pad_unlink):
22338         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22339         (gst_multipart_mux_pad_unlink):
22340         * gst/videofilter/gstvideobalance.c:
22341         (gst_videobalance_colorbalance_set_value):
22342         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22343         (gst_videomixer_pad_unlink):
22344         * po/uk.po:
22345         * sys/oss/gstossmixer.c:
22346         * sys/v4l/gstv4lcolorbalance.c:
22347         * sys/v4l/gstv4ltuner.c:
22348         * sys/v4l/v4lsrc_calls.c:
22349         * sys/v4l2/gstv4l2colorbalance.c:
22350         * sys/v4l2/gstv4l2tuner.c:
22351           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22352
22353 2004-08-03  Benjamin Otte  <otte@gnome.org>
22354
22355         * examples/dynparams/filter.c: (ui_control_create):
22356         * examples/gstplay/player.c: (print_tag):
22357         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22358         * ext/gdk_pixbuf/gstgdkanimation.c:
22359         (gst_gdk_animation_iter_may_advance):
22360         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22361         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22362         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22363         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22364         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22365         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22366         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22367         * gst/sine/demo-dparams.c: (main):
22368         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22369         * testsuite/alsa/formats.c: (create_pipeline):
22370         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22371           fixes for G_DISABLE_ASSERT and friends
22372         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22373         (mp3_type_frame_length_from_header), (mp3_type_find),
22374         (plugin_init):
22375           require mp3 typefinding to have at least MIN_HEADERS valid headers
22376           add typefinding for AAC adts files
22377
22378 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22379
22380         * sys/ximage/ximagesink.c:
22381         (gst_ximagesink_calculate_pixel_aspect_ratio):
22382         * sys/xvimage/xvimagesink.c:
22383         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22384         Make sure we calculate pixel-aspect-ratio using floating point maths
22385
22386 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22387
22388         * po/uk.po:
22389           updated translation
22390
22391 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22392
22393         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22395           add debugging for display PAR calculation
22396
22397 2004-08-02  David Schleef  <ds@schleef.org>
22398
22399         * configure.ac: Fix mikmod CFLAGS.
22400
22401 2004-07-27  Benjamin Otte  <otte@gnome.org>
22402
22403         * gst/audioscale/gstaudioscale.c:
22404         - fix templates to only support S16, it's the only format that works
22405         - make caps nego code use try_set_caps_nonfixed and fixation instead
22406         of try_set_caps twice, which is not nice for autopluggers
22407         - change rank to secondary, so autopluggers can pick it up after
22408         audioconvert
22409
22410 2004-08-02  Iain <iain@prettypeople.org>
22411
22412         * gst/interleave/interleave.c (interleave_init),
22413         (interleave_request_new_pad),
22414         (interleave_pad_removed),
22415         (interleave_buffered_loop): Use the real pad count, not the artificial
22416         one.
22417
22418 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22419
22420         * configure.ac: bump nano back to development
22421
22422 === release 0.8.3 ===
22423
22424 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22425
22426         * configure.ac: releasing 0.8.3, "Water"
22427
22428 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22429
22430         * sys/xvimage/xvimagesink.c:
22431         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22432         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22433         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22434         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22435         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22436         * sys/xvimage/xvimagesink.h:
22437           apply similar PAR fixes as to ximagesink
22438
22439 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22440
22441         patch from: Benjamin Otte
22442
22443         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22444           add link function to lame.  Fixes #148986.
22445
22446 2004-08-02  Johan Dahlin  <johan@gnome.org>
22447
22448         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22449         fix debugging log
22450
22451 2004-07-30  David Schleef  <ds@schleef.org>
22452
22453         * gst/videomixer/Makefile.am: Fix things that should have been
22454         fixed in the last checkin.
22455
22456 2004-07-30  David Schleef  <ds@schleef.org>
22457
22458         * gst/multipart/Makefile.am: Fix things that should have been
22459         fixed in the last checkin.
22460
22461 2004-07-30  David Schleef  <ds@schleef.org>
22462
22463         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22464
22465 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22466
22467         * configure.ac:
22468           bump nano for prerelease
22469         * po/af.po:
22470         * po/az.po:
22471         * po/cs.po:
22472         * po/en_GB.po:
22473         * po/hu.po:
22474         * po/nl.po:
22475         * po/sr.po:
22476         * po/sv.po:
22477         * po/uk.po:
22478           updates
22479
22480 2004-07-30  Wim Taymans  <wim@fluendo.com>
22481
22482         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22483         (gst_multifdsink_add), (gst_multifdsink_remove),
22484         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22485         (gst_multifdsink_client_remove),
22486         (gst_multifdsink_handle_client_write),
22487         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22488         * gst/tcp/gstmultifdsink.h:
22489         Recover from a select with a bad file descriptor by removing
22490         the client.
22491
22492 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22493
22494         * configure.ac:
22495           fix requirement of core
22496         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22497         (gst_play_pipeline_setup):
22498           don't use colorspace element.  do use hermescolorspace element.
22499           make macro to get a colorspace element.
22500           mark strings for translation.
22501         * po/POTFILES.in:
22502           add play.c
22503         * po/af.po:
22504         * po/az.po:
22505         * po/cs.po:
22506         * po/en_GB.po:
22507         * po/hu.po:
22508         * po/nl.po:
22509         * po/sr.po:
22510         * po/sv.po:
22511         * po/uk.po:
22512           update translations
22513
22514 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22515
22516         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22517         fix default for newmedia flag
22518
22519 2004-07-30  Wim Taymans  <wim@fluendo.com>
22520
22521         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22522         (gst_theora_dec_init), (theora_get_formats),
22523         (theora_dec_src_convert), (theora_dec_sink_convert),
22524         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22525         (theora_dec_chain), (theora_dec_set_property),
22526         (theora_dec_get_property):
22527         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22528         (gst_theora_enc_class_init), (gst_theora_enc_init),
22529         (theora_enc_sink_link), (theora_enc_chain),
22530         (theora_enc_set_property), (theora_enc_get_property):
22531         Added cropping option to theora decoder.
22532         Added border option to theora encoder.
22533
22534 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22535
22536         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22537         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22538         (gst_pngenc_set_property):
22539         * ext/libpng/gstpngenc.h:
22540         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
22541
22542 2004-07-30  Wim Taymans  <wim@fluendo.com>
22543
22544         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22545         (theora_enc_sink_link), (theora_enc_chain),
22546         (theora_enc_set_property), (theora_enc_get_property):
22547         Fix encoding of non-multiple-of-16 video.
22548
22549 2004-07-29  David Schleef  <ds@schleef.org>
22550
22551         * configure.ac: make test for audiofile more strict
22552
22553 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22554
22555         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22556           give different names to typefind functions
22557
22558 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22559
22560         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22561         (gst_ximagesink_calculate_pixel_aspect_ratio),
22562         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22563         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22564         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22565         (gst_ximagesink_get_property), (gst_ximagesink_init):
22566         * sys/ximage/ximagesink.h:
22567           allocate PAR's dynamically.
22568           use autodetected PAR if no object-set PAR is given.
22569           add workaround for directfb's X not setting physical size.
22570           fix to xvimagesink will follow tomorrow.
22571
22572 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22573
22574         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22575         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22576         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22577         (gst_shout2send_class_init), (gst_shout2send_init),
22578         (set_shout_metadata), (gst_shout2send_set_metadata),
22579         (gst_shout2send_chain), (gst_shout2send_set_property),
22580         (gst_shout2send_get_property), (gst_shout2send_connect),
22581         (gst_shout2send_change_state):
22582         * ext/shout2/gstshout2.h:
22583         - fix for sending mp3 audio to icecast2 server, if pad link function not
22584         called before PAUSED state
22585         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22586         - added tagging support for mp3 audio broadcasted
22587         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22588         debug info
22589
22590 2004-07-28  Wim Taymans  <wim@fluendo.com>
22591
22592         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22593         (gst_ogg_demux_push):
22594         Return query failure when we don't know the length of
22595         an ogg stream insteda of returning TRUE with a bogus value.
22596
22597 2004-07-28  Wim Taymans  <wim@fluendo.com>
22598
22599         * ext/theora/theoradec.c: (theora_get_formats),
22600         (theora_dec_src_convert), (theora_dec_sink_convert),
22601         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22602         (theora_dec_chain):
22603         Don't screw up the 1 Chroma for 1 luma sample situation when we
22604         have an odd offset/width by adding a black border in those cases.
22605
22606 2004-07-28  Wim Taymans  <wim@fluendo.com>
22607
22608         * ext/theora/theoradec.c: (theora_get_formats),
22609         (theora_dec_src_convert), (theora_dec_sink_convert),
22610         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22611         (theora_dec_chain):
22612         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22613         Added first attempt at cropping of the image as required by the
22614         theora spec. We need more properties in the caps (offset_x,
22615         offset_y,stride) to implement this correctly.
22616
22617 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22618
22619         * ext/dvdnav/README:
22620           Update the README to use dvddemux
22621         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22622           Ensure getcaps returns a subset of the template caps
22623         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22624         (gst_mpeg2subt_init):
22625           Ensure getcaps returns a subset of the template caps
22626         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22627         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22628         (gst_dvd_demux_get_subpicture_stream),
22629         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22630         * gst/mpegstream/gstdvddemux.h:
22631           Set the explicit caps on the current_video pad before pushing
22632           anything
22633         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22634         (gst_mpeg_demux_get_audio_stream):
22635           Free caps used to gst_pad_set_explicit_caps, which takes a const
22636           GstCaps *
22637
22638 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22639
22640         * configure.ac: update GStreamer requirement to 0.8.4 because of
22641           GstFraction.
22642
22643 2004-07-28  Wim Taymans  <wim@fluendo.com>
22644
22645         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22646         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22647         Add the pad to the element after setting up the caps. This
22648         makes it a lot easier to autoplug.
22649
22650 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22651
22652         * gst/median/gstmedian.c:
22653         * gst/mpeg2subt/gstmpeg2subt.c:
22654         * gst/mpegaudioparse/gstmpegaudioparse.c:
22655         * gst/mpegstream/gstdvddemux.c:
22656         * gst/mpegstream/gstmpegdemux.c:
22657         * gst/mpegstream/gstmpegpacketize.c:
22658         * gst/rtjpeg/gstrtjpeg.c:
22659         * gst/rtjpeg/gstrtjpegdec.c:
22660         * gst/rtjpeg/gstrtjpegenc.c:
22661         * gst/sine/gstsinesrc.c:
22662         * gst/smooth/gstsmooth.c:
22663         * gst/smpte/gstsmpte.c:
22664         * gst/smpte/gstsmpte.h:
22665         * gst/stereo/gststereo.c:
22666         * gst/videofilter/gstgamma.c:
22667         * gst/videofilter/gstvideobalance.c:
22668         * gst/videofilter/gstvideofilter.c:
22669         * gst/videofilter/gstvideoflip.c:
22670         * gst/videoscale/gstvideoscale.c:
22671         * gst/videoscale/videoscale.c:
22672         * gst/videotestsrc/gstvideotestsrc.c:
22673         * gst/videotestsrc/videotestsrc.c:
22674         * gst/wavenc/gstwavenc.c:
22675         * gst/wavparse/gstwavparse.c:
22676           fix local includes and 64 bits constants
22677
22678 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22679
22680         * win32/gst.sln:
22681         * gst-libs/gst/*/*.vcproj:
22682         * gst/*/*.vcproj:
22683           more working plugins
22684
22685 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22686
22687         * testsuite/alsa/Makefile.am:
22688         * testsuite/alsa/srcstate.c:
22689         add test for alsasrc changing state
22690
22691 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22692
22693         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22694         (gst_silence_get):
22695         * gst/silence/gstsilence.h:
22696         fix silence generation for 16bit raw audio
22697
22698 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22699
22700         * gst/matroska/matroska-demux.c:
22701         (gst_matroska_demux_parse_metadata),
22702         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22703         * gst/mpegaudio/common.c:
22704         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22705         (gst_videoscale_getcaps), (gst_videoscale_link),
22706         (gst_videoscale_src_fixate), (gst_videoscale_init),
22707         (gst_videoscale_finalize):
22708         * gst/videoscale/gstvideoscale.h:
22709         * gst/videotestsrc/gstvideotestsrc.c:
22710         (gst_videotestsrc_get_capslist):
22711         * gst/wavenc/gstwavenc.c:
22712         * sys/oss/gstossmixer.c: (fill_labels):
22713         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22714         (gst_ximagesink_handle_xevents),
22715         (gst_ximagesink_calculate_pixel_aspect_ratio),
22716         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22717         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22718         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22719         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22720         (gst_ximagesink_init), (gst_ximagesink_class_init):
22721         * sys/ximage/ximagesink.h:
22722         * sys/xvimage/xvimagesink.c:
22723         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22724         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22725         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22726         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22727         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22728         * sys/xvimage/xvimagesink.h:
22729           first batch of pixel aspect ratio commits.
22730
22731 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22732
22733         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22734         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22735         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22736           handle stride, needs work if we want to move stride handling
22737           upstream, but works correctly for our purposes.
22738
22739 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22740
22741         * gst/videoscale/README:
22742           add testing examples
22743         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22744         (gst_videoscale_chain):
22745         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22746         (gst_videoscale_get_size):
22747           add get_size function that handles stride like videotestsrc.
22748           fixes conversion for YUV formats for as much as I can test them.
22749
22750 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22751
22752         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22753         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22755         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22756         (gst_xvimagesink_xvimage_put):
22757           further cleanups, logging, error handling and synchronizing
22758
22759 2004-07-27  Wim Taymans  <wim@fluendo.com>
22760
22761         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22762         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22763         (gst_videomixer_pad_set_property),
22764         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22765         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22766         (gst_videomixer_class_init), (gst_videomixer_init),
22767         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22768         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22769         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22770         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22771         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22772         (gst_videomixer_loop), (plugin_init):
22773         Be a nicer negotiation citizen and provide a getcaps function on
22774         the srcpad. This also fixes a crash when resizing.
22775
22776 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22777
22778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22779         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22780
22781 2004-07-27  Wim Taymans  <wim@fluendo.com>
22782
22783         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22784         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22785         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22786         (gst_pngenc_set_property):
22787         * ext/libpng/gstpngenc.h:
22788         Added snapshot property to pngenc.
22789         removed g_print from pngdec
22790
22791 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22792
22793         * gst/ac3parse/ac3parse.vcproj
22794         * gst/adder/adder.vcproj
22795         * gst/alpha/alpha.vcproj
22796         * gst/alpha/alphacolor.vcproj
22797         * gst/asfdemux/asf.vcproj
22798         * gst/audioconvert/audioconvert.vcproj
22799         * gst/audiorate/audiorate.vcproj
22800         * gst/audioscale/audioscale.vcproj
22801         * gst/auparse/auparse.vcproj
22802         * gst/avi/avi.vcproj
22803         * gst/cdxaparse/cdxaparse.vcproj
22804         * gst/chart/chart.vcproj
22805         * gst/colorspace/colorspace.vcproj
22806         * gst/cutter/cutter.vcproj
22807         * gst/debug/debug.vcproj
22808         * gst/debug/efence.vcproj
22809         * gst/debug/navigationtest.vcproj
22810         * gst/deinterlace/deinterlace.vcproj
22811         * gst/effectv/effectv.vcproj
22812         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22813         * gst/filter/filter.vcproj
22814         * gst/flx/flxdec.vcproj
22815         * gst/goom/goom.vcproj
22816         * gst/interleave/interleave.vcproj
22817         * gst/law/alaw.vcproj
22818         * gst/law/mulaw.vcproj
22819         * gst/matroska/matroska.vcproj
22820         * gst/median/median.vcproj
22821         * gst/mixmatrix/mixmatrix.vcproj
22822         * gst/mpeg1sys/mpeg1systemencode.vcproj
22823         * gst/mpeg1videoparse/mp1videoparse.vcproj
22824         * gst/mpeg2sub/mpeg2subt.vcproj
22825         * gst/mpegaudio/mpegaudio.vcproj
22826         * gst/mpegaudioparse/mpegaudioparse.vcproj
22827         * gst/mpegstream/mpegstream.vcproj
22828         * gst/multifilesink/multifilesink.vcproj
22829         * gst/multipart/multipart.vcproj
22830         * gst/oneton/oneton.vcproj
22831         * gst/overlay/overlay.vcproj
22832         * gst/passthrough/passthrough.vcproj
22833         * gst/qtdemux/qtdemux.vcproj
22834         * gst/realmedia/rmdemux.vcproj
22835         * gst/rtjpeg/rtjpeg.vcproj
22836         * gst/rtp/rtp.vcproj
22837         * gst/silence/silence.vcproj
22838         * gst/sine/sinesrc.vcproj
22839         * gst/smooth/smooth.vcproj
22840         * gst/smpte/smpte.vcproj
22841         * gst/spectrum/spectrum.vcproj
22842         * gst/speed/speed.vcproj
22843         * gst/stereo/stereo.vcproj
22844         * gst/switch/switch.vcproj
22845         * gst/tags/tagedit.vcproj
22846         * gst/tcp/tcp.vcproj
22847         * gst/typefind/typefindfunctions.vcproj
22848         * gst/udp/udp.vcproj
22849         * gst/videobox/videobox.vcproj
22850         * gst/videocrop/videocrop.vcproj
22851         * gst/videodrop/videodrop.vcproj
22852         * gst/videofilter/gamma.vcproj
22853         * gst/videofilter/videobalance.vcproj
22854         * gst/videofilter/videofilter.vcproj
22855         * gst/videofilter/videoflip.vcproj
22856         * gst/videoflip/videoflip.vcproj
22857         * gst/videomixer/videomixer.vcproj
22858         * gst/videorate/videorate.vcproj
22859         * gst/videoscale/videoscale.vcproj
22860         * gst/videotestsrc/videotestsrc.vcproj
22861         * gst/virtualdub/virtualdub.vcproj
22862         * gst/volenv/volenv.vcproj
22863         * gst/volume/volume.vcproj
22864         * gst/wavenc/wavenc.vcproj
22865         * gst/wavparse/wavparse.vcproj
22866         * gst/y4m/y4menc.vcproj
22867         * gst-libs/gst/audio/audio.vcproj
22868         * gst-libs/gst/audio/audiofilter.vcproj
22869         * gst-libs/gst/colorbalance/colorbalance.vcproj
22870         * gst-libs/gst/idct/idtc.vcproj
22871         * gst-libs/gst/media-info/media-info.vcproj
22872         * gst-libs/gst/mixer/mixer.vcproj
22873         * gst-libs/gst/navigation/navigation.vcproj
22874         * gst-libs/gst/play/play.vcproj
22875         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22876         * gst-libs/gst/resample/resample.vcproj
22877         * gst-libs/gst/riff/riff.vcproj
22878         * gst-libs/gst/tuner/tuner.vcproj
22879         * gst-libs/gst/video/video.vcproj
22880         * gst-libs/gst/xoverlay/xoverlay.vcproj
22881           avoid problems with math.h, fix release dependancy
22882           rename GStreamer-0.8.lib to libgstreamer.lib
22883
22884 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22885
22886         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22888         the atom is not available we have to unlock the mutex. Fixes #148023
22889
22890 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22891
22892         * gst-libs/gst/media-info/media-info.h:
22893           issue for a vararg macro with MSVC
22894
22895 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22896
22897         * gst/effectv/effectv.vcproj
22898         * gst-libs/gst/idct/idct.vcproj:
22899         * gst-libs/gst/media-info/media-info.vcproj:
22900         * gst-libs/gst/navigation/navigation.vcproj:
22901         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22902         * gst-libs/gst/video/video.vcproj:
22903         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22904           fixes for build problems
22905
22906 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22907
22908         * gst-libs/gst/audio/audio.def:
22909         * gst-libs/gst/audio/riff.def:
22910           add some definitions needed by plugins
22911
22912 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22913
22914         * gst/asfdemux/gstasfmux.c
22915           Fix some 64 bits constants to be glib friendly
22916
22917 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22918
22919         * gst/ac3parse/gstac3parse.c
22920         * gst/audioscale/gstaudioscale.c
22921         * gst/auparse/gstauparse.c
22922         * gst/colorspace/gstcolorspace.c
22923         * gst/colorspace/yuv2rgb.h
22924           local include fixes
22925
22926 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22927
22928         * win32/gst.sln
22929           add more plugins to the build
22930
22931 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22932
22933         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22934         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22935
22936 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22937
22938         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22939         (gst_level_set_property), (gst_level_get_property),
22940         (gst_level_base_init), (gst_level_class_init):
22941           add debugging categories.  cleanups.
22942
22943 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22944
22945         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22946         (gst_videoscale_planar411), (gst_videoscale_planar400),
22947         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22948         (gst_videoscale_scale_nearest_str1),
22949         (gst_videoscale_scale_nearest_str2),
22950         (gst_videoscale_scale_nearest_str4),
22951         (gst_videoscale_scale_nearest_16bit),
22952         (gst_videoscale_scale_nearest_24bit):
22953           fixed stride issues
22954           tested with 320x240 -> 321, 322, 324 x240
22955           tested with YV12, I420, YUY2, UYVY
22956           fixed packed422rev (don't think it could have worked before)
22957           by testing with UYVY
22958
22959 2004-07-26  Benjamin Otte  <otte@gnome.org>
22960
22961         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22962         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22963         (plugin_init):
22964           add debugging category, add error checks like checking return values
22965           of setup calls, make sure it still works after
22966           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22967
22968 2004-07-26  Wim Taymans  <wim@fluendo.com>
22969
22970         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22971         (gst_mpeg_demux_get_audio_stream),
22972         (gst_mpeg_demux_process_private):
22973         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22974         Check for error codes from the negotiation functions. Make sure
22975         we really set the pad caps when a new pad is created.
22976
22977 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22978
22979         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22980         (gst_ffmpeg_caps_to_pix_fmt):
22981         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22982         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22983         (gst_ffmpegcolorspace_pad_link):
22984           don't make function do two things at the same time without reason.
22985
22986 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22987
22988         * gst/ac3parse/ac3parse.vcproj
22989         * gst/adder/adder.vcproj
22990         * gst/alpha/alpha.vcproj
22991         * gst/alpha/alphacolor.vcproj
22992         * gst/asfdemux/asf.vcproj
22993         * gst/audioconvert/audioconvert.vcproj
22994         * gst/audiorate/audiorate.vcproj
22995         * gst/audioscale/audioscale.vcproj
22996         * gst/auparse/auparse.vcproj
22997         * gst/avi/avi.vcproj
22998         * gst/cdxaparse/cdxaparse.vcproj
22999         * gst/chart/chart.vcproj
23000         * gst/colorspace/colorspace.vcproj
23001         * gst/cutter/cutter.vcproj
23002         * gst/debug/debug.vcproj
23003         * gst/debug/efence.vcproj
23004         * gst/debug/navigationtest.vcproj
23005         * gst/deinterlace/deinterlace.vcproj
23006         * gst/effectv/effectv.vcproj
23007         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
23008         * gst/filter/filter.vcproj
23009         * gst/flx/flxdec.vcproj
23010         * gst/goom/goom.vcproj
23011         * gst/interleave/interleave.vcproj
23012         * gst/law/alaw.vcproj
23013         * gst/law/mulaw.vcproj
23014         * gst/matroska/matroska.vcproj
23015         * gst/median/median.vcproj
23016         * gst/mixmatrix/mixmatrix.vcproj
23017         * gst/mpeg1sys/mpeg1systemencode.vcproj
23018         * gst/mpeg1videoparse/mp1videoparse.vcproj
23019         * gst/mpeg2sub/mpeg2subt.vcproj
23020         * gst/mpegaudio/mpegaudio.vcproj
23021         * gst/mpegaudioparse/mpegaudioparse.vcproj
23022         * gst/mpegstream/mpegstream.vcproj
23023         * gst/multifilesink/multifilesink.vcproj
23024         * gst/multipart/multipart.vcproj
23025         * gst/oneton/oneton.vcproj
23026         * gst/overlay/overlay.vcproj
23027         * gst/passthrough/passthrough.vcproj
23028         * gst/qtdemux/qtdemux.vcproj
23029         * gst/realmedia/rmdemux.vcproj
23030         * gst/rtjpeg/rtjpeg.vcproj
23031         * gst/rtp/rtp.vcproj
23032         * gst/silence/silence.vcproj
23033         * gst/sine/sinesrc.vcproj
23034         * gst/smooth/smooth.vcproj
23035         * gst/smpte/smpte.vcproj
23036         * gst/spectrum/spectrum.vcproj
23037         * gst/speed/speed.vcproj
23038         * gst/stereo/stereo.vcproj
23039         * gst/switch/switch.vcproj
23040         * gst/tags/tagedit.vcproj
23041         * gst/tcp/tcp.vcproj
23042         * gst/typefind/typefindfunctions.vcproj
23043         * gst/udp/udp.vcproj
23044         * gst/videobox/videobox.vcproj
23045         * gst/videocrop/videocrop.vcproj
23046         * gst/videodrop/videodrop.vcproj
23047         * gst/videofilter/gamma.vcproj
23048         * gst/videofilter/videobalance.vcproj
23049         * gst/videofilter/videofilter.vcproj
23050         * gst/videofilter/videoflip.vcproj
23051         * gst/videoflip/videoflip.vcproj
23052         * gst/videomixer/videomixer.vcproj
23053         * gst/videorate/videorate.vcproj
23054         * gst/videoscale/videoscale.vcproj
23055         * gst/videotestsrc/videotestsrc.vcproj
23056         * gst/virtualdub/virtualdub.vcproj
23057         * gst/volenv/volenv.vcproj
23058         * gst/volume/volume.vcproj
23059         * gst/wavenc/wavenc.vcproj
23060         * gst/wavparse/wavparse.vcproj
23061         * gst/y4m/y4menc.vcproj
23062           more plugins supported under windows
23063
23064 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23065
23066         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23067         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
23068         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
23069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23070         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
23071           Add debugging statements.  Use the sizes as returned by the
23072           *CreateImage calls.
23073
23074 2004-07-26  Johan Dahlin  <johan@gnome.org>
23075
23076         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
23077         the pad is negotiated.
23078
23079         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
23080
23081 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23082
23083         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23084         * gst-libs/gst/idct/idct.vcproj:
23085         * gst-libs/gst/media-info/media-info.vcproj:
23086         * gst-libs/gst/mixer/mixer.vcproj:
23087         * gst-libs/gst/navigation/navigation.vcproj:
23088         * gst-libs/gst/play/play.vcproj:
23089         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23090         * gst-libs/gst/resample/resample.vcproj:
23091         * gst-libs/gst/tuner/tuner.vcproj:
23092         * gst-libs/gst/video/video.vcproj:
23093         * gst-libs/gst/xoverlay/xoverlay.vcproj:
23094           more plugins supported under windows
23095
23096 2004-07-25 Iain <iain@prettypeople.org>
23097
23098         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
23099         pad now rather than when the pad is created because state changes wipe
23100         explicit caps (fixes #148043).
23101
23102 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
23103
23104         reviewed by Benjamin Otte  <otte@gnome.org>
23105
23106         * ext/mad/gstmad.c:
23107           fix mad plugin crashing on Sun (fixes #148289)
23108
23109 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23110
23111         * gst/avi/avi.def:
23112         * gst/avi/avi.vcproj:
23113         * gst/matroska/matroska.def:
23114         * gst/matroska/matroska.vcproj:
23115           remove unused .def files
23116
23117 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23118
23119         * gst-libs/gst/audio/gstaudiofilter.c:
23120           Clean the local include
23121
23122 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23123
23124         * win32/gst.sln:
23125         * gst-libs/gst/audio/audio.def:
23126         * gst-libs/gst/audio/audio.vcproj:
23127         * gst-libs/gst/audio/audiofilter.vcproj:
23128         * gst-libs/gst/audio/riff.def:
23129         * gst-libs/gst/audio/riff.vcproj:
23130         * gst-libs/gst/gst-libs.def:
23131         * gst-libs/gst/gst-libs.vcproj:
23132         * gst/avi/avi.vcproj:
23133         * gst/avi/avi.vcproj:
23134           Copy the files where needed after building, cleaner projects
23135
23136 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23137
23138         * gst/matroska/ebml-write.c:
23139           Fix some 64 bits constants to be glib friendly
23140
23141 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
23142
23143         * win32/gst.sln:
23144         * gst-libs/gst/gst-libs.def:
23145         * gst-libs/gst/gst-libs.vcproj:
23146         * gst/matroska/matroska.def:
23147         * gst/matroska/matroska.vcproj:
23148           Add the preliminary canvas to build plugins on Win32
23149
23150 2004-07-23  Benjamin Otte  <otte@gnome.org>
23151
23152         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23153           don't enfore negotiation from source side, it breaks
23154           sinesrc ! audioconvert ! osssink
23155
23156 2004-07-22  David Schleef  <ds@schleef.org>
23157
23158         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23159         for ELF files, since they can easily be recognized as audio/mpeg.
23160         (bug #147441)
23161
23162 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23163
23164         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23165         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23166         (gst_videoscale_scale_nearest_24bit),
23167         (gst_videoscale_scale_nearest_16bit):
23168           fix 16bit and 24bit for stride (24bit might need testing)
23169           don't pretend we do more than one algorithm
23170
23171 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23172
23173         * configure.ac:
23174         * gst/Makefile.am:
23175         * gst/multifilesink/Makefile.am:
23176         * gst/multifilesink/gstmultifilesink.c:
23177         (gst_multifilesink_get_formats),
23178         (gst_multifilesink_get_query_types), (_do_init),
23179         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23180         (gst_multifilesink_init), (gst_multifilesink_dispose),
23181         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23182         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23183         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23184         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23185         (gst_multifilesink_chain), (gst_multifilesink_change_state),
23186         (gst_multifilesink_uri_get_type),
23187         (gst_multifilesink_uri_get_protocols),
23188         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23189         (gst_multifilesink_uri_handler_init), (plugin_init):
23190         * gst/multifilesink/gstmultifilesink.h:
23191         * testsuite/Makefile.am:
23192         * testsuite/multifilesink/Makefile.am:
23193         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23194         (gst_newmedia_class_init), (gst_newmedia_init),
23195         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23196         (newfile_signal), (test_signal), (main):
23197         multifilesink plugin for creating new files every time a new media
23198         discontinuity event occurs
23199
23200 2004-07-22  Wim Taymans  <wim@fluendo.com>
23201
23202         * gst/alpha/Makefile.am:
23203         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23204         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23205         (gst_alpha_color_init), (gst_alpha_color_set_property),
23206         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23207         (transform), (gst_alpha_color_chain),
23208         (gst_alpha_color_change_state), (plugin_init):
23209         Stupid plugin to to RGBA to AYUV conversion because none of
23210         the colorspace plugins can handle that yet.
23211
23212 2004-07-22  Wim Taymans  <wim@fluendo.com>
23213
23214         * examples/seeking/seek.c: (update_scale), (main):
23215         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23216         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23217         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23218         (gst_decode_bin_init), (gst_decode_bin_dispose),
23219         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23220         (no_more_pads), (close_link), (type_found),
23221         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23222         (plugin_init):
23223         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23224         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23225         (gst_play_base_bin_dispose), (queue_overrun),
23226         (gen_preroll_element), (remove_prerolls), (unknown_type),
23227         (no_more_pads), (new_stream), (setup_source),
23228         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23229         (play_base_eos), (gst_play_base_bin_change_state),
23230         (gst_play_base_bin_add_element),
23231         (gst_play_base_bin_remove_element),
23232         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23233         (gst_play_base_bin_unlink_stream),
23234         (gst_play_base_bin_get_streaminfo):
23235         * gst/playback/gstplaybin.c: (gen_video_element),
23236         (gen_audio_element):
23237         * gst/playback/gststreaminfo.h:
23238         More playback updates, attempt to fix things after the state change
23239         breakage.
23240
23241 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23242
23243         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23244         (gst_videoscale_scale_nearest_16bit):
23245           comment algorithm
23246
23247 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23248
23249         * gst/videotestsrc/gstvideotestsrc.c:
23250         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23251         (gst_videotestsrc_init), (gst_videotestsrc_get),
23252         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23253         (gst_videotestsrc_get_property):
23254         * gst/videotestsrc/gstvideotestsrc.h:
23255         * gst/videotestsrc/videotestsrc.c:
23256         * gst/videotestsrc/videotestsrc.h:
23257           cleanup and commenting
23258
23259 2004-07-21  Wim Taymans  <wim@fluendo.com>
23260
23261         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23262         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23263         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23264         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23265         (_find_chain_get_unknown_part), (_find_streams_check),
23266         (gst_ogg_demux_push), (gst_ogg_pad_push):
23267         * ext/theora/theoradec.c: (theora_get_formats),
23268         (theora_dec_src_convert), (theora_dec_sink_convert),
23269         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23270         (theora_dec_chain):
23271         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23272         (vorbis_dec_convert), (vorbis_dec_src_query),
23273         (vorbis_dec_src_event), (vorbis_dec_event):
23274         More seeking fixes, oggdemux now supports seeking to time and
23275         uses the downstream element to convert granulepos to time.
23276         Seeking in theora-only ogg files now works.
23277
23278 2004-07-21  Wim Taymans  <wim@fluendo.com>
23279
23280         * ext/theora/theoradec.c: (gst_theora_dec_init),
23281         (theora_get_formats), (theora_get_event_masks),
23282         (theora_get_query_types), (theora_dec_src_convert),
23283         (theora_dec_sink_convert), (theora_dec_src_query),
23284         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23285         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23286         (vorbis_get_event_masks), (vorbis_get_query_types),
23287         (gst_vorbis_dec_init), (vorbis_dec_convert),
23288         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23289         Added query/convert/formats functions to vorbis and theora decoders
23290         so that the outside world can use them too. Fixed seeking on an
23291         ogg/theora/vorbis file by disabling the seeking seeking on the
23292         theora srcpad.
23293
23294 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23295
23296         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23297         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23298         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23299         images creation for both elements. We don't create the image on caps
23300         nego or renego, we just destroy the internal one if present if it does
23301         not match the needs. The chain function takes care of creating a new
23302         image when needed.
23303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23304         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23305         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23306         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23307         the image format information. The buffer pool checks for the context
23308         image format and discard images with different formats.
23309         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23310
23311 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23312
23313         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23314         (gst_ffmpegcolorspace_chain):
23315           no point in doing any chaining if the pad we want to push from
23316           isn't usable.
23317
23318 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23319
23320         * gst-libs/gst/riff/riff-media.c:
23321         (gst_riff_create_audio_caps_with_data):
23322           Fix double end-to-native symbol conversion (#148021).
23323
23324 2004-07-20  David Schleef  <ds@schleef.org>
23325
23326         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23327         Don't use an Atom that doesn't exist.
23328
23329 2004-07-20  Wim Taymans  <wim@fluendo.com>
23330
23331         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23332         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23333         (gst_multifdsink_client_remove),
23334         (gst_multifdsink_handle_client_write),
23335         (gst_multifdsink_queue_buffer):
23336         * gst/tcp/gstmultifdsink.h:
23337         More multifdsink stats. Avoid deadlock by releasing locks
23338         before sending out a signal.
23339
23340 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23341
23342         * po/LINGUAS:
23343         * po/hu.po:
23344           added Hungarian translation (Laszlo Dvornik)
23345
23346 2004-07-20  Wim Taymans  <wim@fluendo.com>
23347
23348         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23349         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23350         (gst_multifdsink_handle_client_write),
23351         (gst_multifdsink_queue_buffer):
23352         * gst/tcp/gsttcp-marshal.list:
23353         Fixed the stupid marshal definition.
23354
23355 2004-07-20  Wim Taymans  <wim@fluendo.com>
23356
23357         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23358         (gst_multifdsink_init), (gst_multifdsink_add),
23359         (gst_multifdsink_client_remove),
23360         (gst_multifdsink_handle_client_write),
23361         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23362         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23363         (gst_multifdsink_init_send):
23364         * gst/tcp/gstmultifdsink.h:
23365         Added more stats, added timeout for a client, fixed some typos
23366         and added some comments.
23367
23368 2004-07-20  Wim Taymans  <wim@fluendo.com>
23369
23370         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23371         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23372         (gst_multifdsink_client_remove),
23373         (gst_multifdsink_handle_client_write):
23374         * gst/tcp/gstmultifdsink.h:
23375         * gst/tcp/gsttcp-marshal.list:
23376         Added get_stats method that returns a GValueArray of
23377         stats values.
23378
23379 2004-07-19  Benjamin Otte  <otte@gnome.org>
23380
23381         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23382           make sure longname, description and author are valid UTF-8
23383
23384 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23385
23386         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23387         (gst_ximagesink_set_property):
23388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23389         (gst_xvimagesink_set_property):
23390           make sure SYNCHRONOUS is respected after getting the X context
23391
23392 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23393
23394         * gst/matroska/matroska-demux.c:
23395         (gst_matroska_demux_handle_src_event),
23396         (gst_matroska_demux_parse_blockgroup):
23397         * gst/matroska/matroska-ids.h:
23398           add BlockReference tag and ignore it to clear out log.
23399           ignore NAVIGATION events to clear out log.
23400
23401 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23402
23403         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23404         (gst_matroska_demux_add_stream):
23405         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23406           add debug categories
23407
23408 2004-07-16  Wim Taymans  <wim@fluendo.com>
23409
23410         * ext/libpng/Makefile.am:
23411         * ext/libpng/gstpng.c: (plugin_init):
23412         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23413         (gst_pngdec_get_type), (gst_pngdec_base_init),
23414         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23415         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23416         * ext/libpng/gstpngdec.h:
23417         Added png decoder.
23418
23419 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23420
23421         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23422         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23423         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23424         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23425         (gst_ximagesink_buffer_alloc):
23426         * sys/ximage/ximagesink.h:
23427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23428         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23429         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23430         (gst_xvimagesink_buffer_alloc):
23431         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23432         again. Using internal data pointer of the x(v)image to store image's
23433         data to be coherent with the buffer alloc mechanism. Investigated the
23434         image destruction code to be sure that everything gets freed correctly.
23435
23436 2004-07-16  Wim Taymans  <wim@fluendo.com>
23437
23438         * gst-libs/gst/riff/riff-read.c:
23439         (gst_riff_read_strf_vids_with_data),
23440         (gst_riff_read_strf_auds_with_data):
23441         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23442         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23443         Make sure we don't create 0 sized subbuffers in riff-read.
23444         Signal the no more pads signal after reading the avi header.
23445
23446 2004-07-16  Wim Taymans  <wim@fluendo.com>
23447
23448         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23449         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23450         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23451         (gst_decode_bin_init), (gst_decode_bin_dispose),
23452         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23453         (no_more_pads), (close_link), (type_found),
23454         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23455         (gst_decode_bin_change_state), (plugin_init):
23456         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23457         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23458         (gst_play_base_bin_dispose), (queue_overrun),
23459         (gen_preroll_element), (remove_prerolls), (unknown_type),
23460         (no_more_pads), (new_stream), (setup_source),
23461         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23462         (play_base_eos), (gst_play_base_bin_change_state),
23463         (gst_play_base_bin_add_element),
23464         (gst_play_base_bin_remove_element),
23465         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23466         (gst_play_base_bin_unlink_stream),
23467         (gst_play_base_bin_get_streaminfo):
23468         * gst/playback/gstplaybasebin.h:
23469         Better error recovery. Added configurable preroll queue size. Faster
23470         detection of no-more-pads.
23471
23472 2004-07-16  Wim Taymans  <wim@fluendo.com>
23473
23474         * gst-libs/gst/video/video.h:
23475         Added 32 bits RGBA. Not sure if we should use another mime-type
23476         for alpha rgb. Currently the presence of the alpha_mask property
23477         signals an alpha channel.
23478
23479 2004-07-16  Wim Taymans  <wim@fluendo.com>
23480
23481         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23483         FPS seems to be 0.0 to MAX everywhere else.
23484
23485 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23486
23487         * gst-libs/gst/riff/riff-media.c:
23488         (gst_riff_create_video_caps_with_data):
23489           mp42/mp43 (no caps) exist too.
23490         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23491           Set pixel_width/height; we've got them in-caps.
23492         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23493         * gst/wavparse/gstwavparse.c: (plugin_init):
23494           Both are valid primary.
23495         * sys/oss/gstossmixer.c:
23496           Remove i18n hack and enable translations.
23497
23498 2004-07-15  Benjamin Otte  <otte@gnome.org>
23499
23500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23501         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23502           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23503
23504 2004-07-15  Benjamin Otte  <otte@gnome.org>
23505
23506         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23507         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23508         (gst_alsa_close_audio):
23509           disable some of the debugging code for now. Writing debugging to a
23510           buffer is broken in current alsalib releases.
23511
23512 2004-07-12  Benjamin Otte  <otte@gnome.org>
23513
23514         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23515           use bufferpools
23516
23517 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23518
23519         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23520         (theora_dec_src_query), (theora_dec_event):
23521         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23522           add debugging categories.  Remove \n's.
23523
23524 2004-07-13  Johan Dahlin  <johan@gnome.org>
23525
23526         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23527         (gst_play_bin_get_property): Impl.
23528
23529 2004-07-13  Wim Taymans  <wim@fluendo.com>
23530
23531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23532         When trying to find the stream length, seek back N pages
23533         instead of just one, where N is the number of streams in
23534         the current chain.
23535
23536 2004-07-13  Wim Taymans  <wim@fluendo.com>
23537
23538         * gst-libs/gst/riff/riff-media.c:
23539         (gst_riff_create_audio_caps_with_data),
23540         (gst_riff_create_audio_caps),
23541         (gst_riff_create_audio_template_caps):
23542         * gst-libs/gst/riff/riff-media.h:
23543         * gst-libs/gst/riff/riff-read.c:
23544         (gst_riff_read_strf_vids_with_data),
23545         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23546         * gst-libs/gst/riff/riff-read.h:
23547         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23548         (gst_avi_demux_add_stream):
23549         Set codec_data on caps for avidemuxer.
23550
23551 2004-07-12  David Schleef  <ds@schleef.org>
23552
23553         * configure.ac: Fix test for Objective C
23554
23555 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23556         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23557         (gst_gdk_pixbuf_chain):
23558           Add svg and pcx to template caps, and ensure that getcaps returns a
23559           subset of the template caps.
23560           Copy each row manually for output, as gdkpixbuf may pad the
23561           rowstride to a 32-bit word boundary.
23562
23563 2004-07-12  Wim Taymans  <wim@fluendo.com>
23564
23565         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23566         (gst_riff_create_video_template_caps):
23567         Fix the template caps to include some more media types.
23568
23569 2004-07-12  Wim Taymans  <wim@fluendo.com>
23570
23571         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23572         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23573         (compare_ranks), (print_feature), (gst_decode_bin_init),
23574         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23575         (try_to_link_1), (new_pad), (close_link), (type_found),
23576         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23577         (gst_decode_bin_change_state), (plugin_init):
23578         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23579         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23580         (gst_play_base_bin_dispose), (queue_overrun),
23581         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23582         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23583         (gst_play_base_bin_get_property), (play_base_eos),
23584         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23585         (gst_play_base_bin_remove_element),
23586         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23587         (gst_play_base_bin_unlink_stream),
23588         (gst_play_base_bin_get_streaminfo):
23589         * gst/playback/gstplaybasebin.h:
23590         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23591         (gst_play_bin_class_init), (gst_play_bin_init),
23592         (gst_play_bin_dispose), (gst_play_bin_set_property),
23593         (gst_play_bin_get_property), (gen_video_element),
23594         (gen_audio_element), (remove_sinks), (setup_sinks),
23595         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23596         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23597         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23598         (gst_play_bin_query), (plugin_init):
23599         * gst/playback/test4.c: (main):
23600         More fixes on reusing of the element.
23601
23602 2004-07-11  Benjamin Otte  <otte@gnome.org>
23603
23604         * ext/mad/gstmad.c: (normal_seek):
23605           allow seeking for other methods than just SET
23606
23607 2004-07-11  Andy Wingo  <wingo@pobox.com>
23608
23609         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23610         float, "any" caps -> buffer_frames=[0,MAX].
23611
23612         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23613         doesn't intersect our caps with the template any more. Do it
23614         ourselves.
23615         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23616
23617 2004-07-09  Wim Taymans  <wim@fluendo.com>
23618
23619         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23620         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23621         (compare_ranks), (print_feature), (gst_decode_bin_init),
23622         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23623         (try_to_link_1), (new_pad), (close_link), (type_found),
23624         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23625         (gst_decode_bin_change_state), (plugin_init):
23626         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23627         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23628         (gst_play_base_bin_dispose), (queue_overrun),
23629         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23630         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23631         (gst_play_base_bin_get_property), (play_base_eos),
23632         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23633         (gst_play_base_bin_remove_element),
23634         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23635         (gst_play_base_bin_unlink_stream),
23636         (gst_play_base_bin_get_streaminfo):
23637         * gst/playback/gstplaybasebin.h:
23638         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23639         (gst_play_bin_class_init), (gst_play_bin_init),
23640         (gst_play_bin_dispose), (gst_play_bin_set_property),
23641         (gst_play_bin_get_property), (gen_video_element),
23642         (gen_audio_element), (remove_sinks), (setup_sinks),
23643         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23644         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23645         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23646         (gst_play_bin_query), (plugin_init):
23647         * gst/playback/test4.c: (main):
23648         Work on object reuse and seeking.
23649
23650 2004-07-09  Wim Taymans  <wim@fluendo.com>
23651
23652         * examples/seeking/seek.c: (iterate):
23653         Don't consume all CPU in the idle loop.
23654
23655 2004-07-09  Wim Taymans  <wim@fluendo.com>
23656
23657         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23658         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23659         Add pad to element *after* setting the pad functions so that
23660         the scheduler can use the correct ones.
23661
23662 2004-07-09  Wim Taymans  <wim@fluendo.com>
23663
23664         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23665         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23666         Sync to keyframe after seek
23667
23668 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23669
23670         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23671         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23672         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23673         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23674         * ext/libvisual/visual.c: (gst_visual_change_state):
23675         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23676         * ext/theora/theoradec.c: (theora_dec_change_state):
23677         * ext/theora/theoraenc.c: (theora_enc_change_state):
23678         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23679         * gst-libs/gst/navigation/navigation.c:
23680         * gst/adder/gstadder.c: (gst_adder_change_state):
23681         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23682         (gst_audio_convert_get_buffer):
23683         * gst/multipart/multipartdemux.c:
23684         (gst_multipart_demux_change_state):
23685         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23686         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23687         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23688         * gst/videoscale/gstvideoscale.c:
23689         (gst_videoscale_handle_src_event):
23690         * gst/volume/gstvolume.c: (volume_chain_int16):
23691           don't assert in state change, this should be done by the base
23692           GstElement class.
23693           various debugging fixes.
23694
23695 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23696
23697         * configure.ac:
23698         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23699         (gst_play_dispose), (gst_play_set_location),
23700         (gst_play_set_data_src), (gst_play_set_video_sink),
23701         (gst_play_set_audio_sink), (gst_play_set_visualization),
23702         (gst_play_connect_visualization), (gst_play_get_sink_element),
23703         (gst_play_get_all_by_interface):
23704         * gst-libs/gst/play/play.h:
23705           add new method to get elements implementing an interface.
23706           add various error logging
23707
23708 2004-07-08  Wim Taymans  <wim@fluendo.com>
23709
23710         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23711         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23712         (make_playerbin_pipeline), (query_durations_elems),
23713         (query_durations_pads), (query_positions_elems),
23714         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23715         (main):
23716         Added playbin seeking example.
23717
23718 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23719
23720         * gst-libs/gst/play/play.c: (gst_play_set_location),
23721         (gst_play_set_data_src), (gst_play_set_video_sink),
23722         (gst_play_set_audio_sink), (gst_play_set_visualization),
23723         (gst_play_connect_visualization), (gst_play_get_framerate):
23724           use a macro to look up elements from hash table
23725
23726 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23727
23728         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23729         (gst_play_get_length_callback), (gst_play_set_location),
23730         (gst_play_seek_to_time), (gst_play_set_data_src),
23731         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23732         (gst_play_set_visualization), (gst_play_connect_visualization),
23733         (gst_play_get_sink_element):
23734         - add debugging info
23735         - fix looking up sink elements by iterating over complete caps
23736         - put everything except for source and autoplugger in a complete bin
23737
23738 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23739
23740         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23741         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23742         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23743         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23744         * ext/alsa/gstalsasink.h:
23745         - add debugging info
23746         - clean up schizophrenia of data/buffer/event
23747         - fix double event unref error
23748
23749 2004-07-08  Wim Taymans  <wim@fluendo.com>
23750
23751         * gst/playback/Makefile.am:
23752         Add headers to noinst
23753
23754 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23755
23756         * tools/gst-launch-ext-m.m:
23757         * tools/gst-launch-ext.1.in:
23758           convert to the third millenium
23759
23760 2004-07-07  David Schleef  <ds@schleef.org>
23761
23762         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23763
23764 2004-07-07  Wim Taymans  <wim@fluendo.com>
23765
23766         * gst/playback/Makefile.am:
23767         * gst/playback/README:
23768         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23769         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23770         (compare_ranks), (print_feature), (gst_decode_bin_init),
23771         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23772         (try_to_link_1), (new_pad), (close_link), (type_found),
23773         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23774         (plugin_init):
23775         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23776         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23777         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23778         (gen_preroll_element), (no_more_pads), (new_stream),
23779         (setup_source), (gst_play_base_bin_set_property),
23780         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23781         (gst_play_base_bin_add_element),
23782         (gst_play_base_bin_remove_element),
23783         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23784         (gst_play_base_bin_unlink_stream),
23785         (gst_play_base_bin_get_streaminfo):
23786         * gst/playback/gstplaybasebin.h:
23787         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23788         (gst_play_bin_class_init), (gst_play_bin_init),
23789         (gst_play_bin_dispose), (gst_play_bin_set_property),
23790         (gst_play_bin_get_property), (gen_video_element),
23791         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23792         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23793         (gst_play_bin_get_formats), (gst_play_bin_convert),
23794         (gst_play_bin_get_query_types), (gst_play_bin_query),
23795         (plugin_init):
23796         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23797         (gst_stream_info_get_type), (gst_stream_info_class_init),
23798         (gst_stream_info_init), (gst_stream_info_new),
23799         (gst_stream_info_dispose), (gst_stream_info_set_property),
23800         (gst_stream_info_get_property):
23801         * gst/playback/gststreaminfo.h:
23802         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23803         (main):
23804         * gst/playback/test2.c: (main):
23805         * gst/playback/test3.c: (update_scale), (main):
23806         More playbin fixes. Added README. Do better element filtering.
23807         Added base class to preroll media. Added test apps.
23808
23809 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23810
23811         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23812         * ext/mpeg2dec/gstmpeg2dec.h:
23813           various debugging improvements.  Reset stream to next picture
23814           instead of sequence header, otherwise seeks cannot work.
23815
23816 2004-07-07  Wim Taymans  <wim@fluendo.com>
23817
23818         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23819         (gst_video_box_class_init), (gst_video_box_set_property),
23820         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23821         Use pad_alloc where possible.
23822
23823 2004-07-07  Wim Taymans  <wim@fluendo.com>
23824
23825         * sys/oss/gstosselement.c: (gst_osselement_reset),
23826         (gst_osselement_parse_caps):
23827         * sys/oss/gstosselement.h:
23828         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23829         Fix offset on osssrc.
23830
23831 2004-07-07  Wim Taymans  <wim@fluendo.com>
23832
23833         * ext/theora/theora.c: (plugin_init):
23834         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23835         (theora_dec_src_query), (theora_dec_chain):
23836         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23837         (theora_enc_sink_link), (theora_buffer_from_packet),
23838         (theora_push_packet), (theora_enc_chain):
23839         Fix theora granulepos calculation.
23840         Fix overflow in duration/position calculation.
23841         Bump rank to PRIMARY for theoradec.
23842         Use granulepos of last packet to calculate position.
23843         Set keyframe flag on buffers when needed.
23844
23845 2004-07-06  David Schleef  <ds@schleef.org>
23846
23847         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23848         serious?  (Fixed, obviously.)
23849
23850 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23851
23852         * po/LINGUAS:
23853         * po/cs.po:
23854           added Czech translation (Miloslav Trmac)
23855
23856 2004-07-05  Wim Taymans  <wim@fluendo.com>
23857
23858         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23859         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23860         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23861         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23862         (close_link), (type_found), (gst_decode_bin_set_property),
23863         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23864         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23865         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23866         (gst_decode_bin_query), (plugin_init):
23867         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23868         (gst_play_bin_class_init), (gst_play_bin_init),
23869         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23870         (get_video_element), (new_pad), (setup_source),
23871         (gst_play_bin_set_property), (gst_play_bin_get_property),
23872         (gst_play_bin_change_state), (gst_play_bin_add_element),
23873         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23874         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23875         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23876         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23877         * gst/playback/test.c: (main):
23878         More fixes, cleaned up playbin, make it use decodebin. Added
23879         threaded property to playbin.
23880
23881 2004-07-05  Wim Taymans  <wim@fluendo.com>
23882
23883         * configure.ac:
23884         * gst/playback/Makefile.am:
23885         * gst/playback/decodetest.c: (main):
23886         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23887         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23888         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23889         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23890         (close_link), (type_found), (gst_decode_bin_set_property),
23891         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23892         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23893         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23894         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23895         (plugin_init):
23896         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23897         (gst_play_bin_class_init), (gst_play_bin_init),
23898         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23899         (collect_sink_pads), (find_compatibles), (close_pad_link),
23900         (try_to_link_1), (new_pad), (close_link), (type_found),
23901         (setup_source), (gst_play_bin_set_property),
23902         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23903         (compare_ranks), (gst_play_bin_collect_factories),
23904         (gst_play_bin_change_state), (gst_play_bin_add_element),
23905         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23906         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23907         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23908         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23909         * gst/playback/test.c: (main):
23910         Added some playback helper elements and some test apps, very alpha
23911         still.
23912
23913 2004-07-04  Benjamin Otte  <otte@gnome.org>
23914
23915         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23916           only restart audio when we indeed have an xrun to fix repeated
23917           xruns. Fix suggested by Giuliano Pochini.
23918
23919 2004-07-03  David Schleef  <ds@schleef.org>
23920
23921         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23922         call to gst_debug_log() if debugging is disabled (bug #145118)
23923
23924 2004-07-03  Benjamin Otte  <otte@gnome.org>
23925
23926         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23927           use our own functions for restarting the alsa device.
23928         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23929           I should apply patches myself - use MIN for the third argument, not
23930           the second, this fixes seeking
23931
23932 2004-07-02  David Schleef  <ds@schleef.org>
23933
23934         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23935         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23936         do with the logic.
23937
23938 2004-07-02  David Schleef  <ds@schleef.org>
23939
23940         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23941         output buffers.  Fix logic mistake.  (bug #144866)
23942
23943 2004-07-02  David Schleef  <ds@schleef.org>
23944
23945         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23946         on X.  (bug #144753)
23947
23948 2004-07-02  David Schleef  <ds@schleef.org>
23949
23950         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23951         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23952         (bug #144624)
23953         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23954         (gst_osselement_rate_probe_check): Add another workaround for
23955         buggy drivers (bug #145336)
23956
23957 2004-07-02  David Schleef  <ds@schleef.org>
23958
23959         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23960         Most systems don't have MSG_NOSIGNAL.
23961
23962 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23963
23964         * Makefile.am:
23965         * gst-libs/gst/colorbalance/Makefile.am:
23966         * gst-libs/gst/mixer/Makefile.am:
23967         * gst-libs/gst/play/Makefile.am:
23968         * gst-libs/gst/tuner/Makefile.am:
23969           (hopefully) fix both install and dist and make error message useful.
23970           needs testing across automakes.
23971
23972 2004-07-02  Benjamin Otte  <otte@gnome.org>
23973
23974         * ext/ogg/gstogg.c: (plugin_init):
23975           we require bytestream now
23976         * ext/ogg/gstoggdemux.c:
23977           huge diff to implement chain setup in a fast and generic way. This
23978           improves tag reading and startup of huge files (read: Theora videos)
23979           quite a bit. It probably contains bugs, too, so please test.
23980           Seeking is not improved to the fast method.
23981
23982 2004-06-29  Wim Taymans  <wim@fluendo.com>
23983
23984         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23985         * ext/ogg/gstoggmux.c:
23986         Fix memleak in oggdemux when running unconnected pads.
23987         doc update in mux, start working on keyframe mode.
23988
23989 2004-06-29  Benjamin Otte  <otte@gnome.org>
23990
23991         * sys/oss/gstosssink.c:
23992         * sys/oss/gstosssrc.c:
23993           advertise correct template caps - we indeed do non-native endianness
23994           and 8bit audio has no endianness
23995         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23997           avoid (wrong) duplications in getcaps function and return
23998           template caps
23999
24000 2004-06-29  Wim Taymans  <wim@fluendo.com>
24001
24002         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24003         (gst_multifdsink_class_init), (gst_multifdsink_add),
24004         (gst_multifdsink_remove), (gst_multifdsink_clear),
24005         (gst_multifdsink_client_remove),
24006         (gst_multifdsink_handle_client_read),
24007         (gst_multifdsink_client_queue_data),
24008         (gst_multifdsink_client_queue_caps),
24009         (gst_multifdsink_client_queue_buffer),
24010         (gst_multifdsink_handle_client_write),
24011         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24012         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24013         (gst_multifdsink_init_send), (gst_multifdsink_close):
24014         Fix wrong GList iteration that could crash the server when
24015         more then 2 clients disconnect at the same time. Read all the
24016         pending commands in one batch to recover from command storms under
24017         very heavy load.
24018
24019 2004-06-28  Wim Taymans  <wim@fluendo.com>
24020
24021         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24022         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24023         (gst_videomixer_pad_set_property),
24024         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24025         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24026         (gst_videomixer_class_init), (gst_videomixer_init),
24027         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
24028         (pad_zorder_compare), (gst_videomixer_sort_pads),
24029         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24030         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
24031         (gst_videomixer_update_queues), (gst_videomixer_loop),
24032         (plugin_init):
24033         Avoid divide by zero, choose masterpad as the pad with the highest
24034         framerate.
24035
24036 2004-06-27  Julien Moutte  <julien@moutte.net>
24037
24038         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24039         (gst_ximagesink_xwindow_new):
24040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24041         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
24042         function directly. We might want to call it from somewhere else one day.
24043
24044 2004-06-27  Julien Moutte  <julien@moutte.net>
24045
24046         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24047         (gst_ximagesink_xwindow_new):
24048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24049         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
24050         window decorations.
24051
24052 2004-06-27  Wim Taymans  <wim@fluendo.com>
24053
24054         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
24055         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
24056         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
24057         (gst_dvdec_set_property), (gst_dvdec_get_property):
24058         * ext/dv/gstdvdec.h:
24059         Implement drop_factor property to lower the framerate with
24060         a factor.
24061
24062 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24063
24064         * gst-libs/gst/colorbalance/Makefile.am:
24065         * gst-libs/gst/mixer/Makefile.am:
24066         * gst-libs/gst/play/Makefile.am:
24067         * gst-libs/gst/tuner/Makefile.am:
24068           unbreak Company's fix that didn't install the -enum.h files
24069
24070 2004-06-27  Wim Taymans  <wim@fluendo.com>
24071
24072         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
24073         (gst_dvdec_change_state):
24074         * ext/dv/gstdvdec.h:
24075         Fix timestamp, duration and offset of the buffers.
24076
24077 2004-06-27  Wim Taymans  <wim@fluendo.com>
24078
24079         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24080         (gst_multifdsink_class_init), (gst_multifdsink_add),
24081         (gst_multifdsink_remove), (gst_multifdsink_clear),
24082         (gst_multifdsink_client_remove),
24083         (gst_multifdsink_handle_client_read),
24084         (gst_multifdsink_client_queue_data),
24085         (gst_multifdsink_client_queue_caps),
24086         (gst_multifdsink_client_queue_buffer),
24087         (gst_multifdsink_handle_client_write),
24088         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24089         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24090         (gst_multifdsink_init_send), (gst_multifdsink_close):
24091         * gst/tcp/gstmultifdsink.h:
24092         * gst/tcp/gsttcpserversink.c:
24093         (gst_tcpserversink_handle_server_read),
24094         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
24095         More multifdsink fixes, more recovery policy fixes.
24096         Removed stupid g_print
24097
24098 2004-06-26  Wim Taymans  <wim@fluendo.com>
24099
24100         * gst/tcp/Makefile.am:
24101         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24102         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
24103         (gst_multifdsink_class_init), (gst_multifdsink_init),
24104         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
24105         (gst_multifdsink_handle_client_read),
24106         (gst_multifdsink_client_queue_data),
24107         (gst_multifdsink_client_queue_caps),
24108         (gst_multifdsink_client_queue_buffer),
24109         (gst_multifdsink_handle_client_write),
24110         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24111         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24112         (gst_multifdsink_chain), (gst_multifdsink_set_property),
24113         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24114         (gst_multifdsink_close), (gst_multifdsink_change_state):
24115         * gst/tcp/gstmultifdsink.h:
24116         * gst/tcp/gsttcpplugin.c: (plugin_init):
24117         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
24118         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
24119         (gst_tcpserversink_handle_server_read),
24120         (gst_tcpserversink_handle_select),
24121         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
24122         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24123         * gst/tcp/gsttcpserversink.h:
24124         Added multifdsink, made tcpserversink a subclass of fdsink, removed
24125         one of the locks, added recovery policy to multifdsink.
24126
24127 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24128
24129         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24130           fix decision for when getting frames with same timestamp
24131         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24132         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24133         (gst_v4lsrc_get_property):
24134         * sys/v4l/gstv4lsrc.h:
24135           add latency offset property
24136
24137 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24138
24139         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
24140         (plugin_init):
24141           fix debugging. add category.
24142
24143 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24144
24145         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24146           fix wrong offsets
24147
24148 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24149
24150         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24151         (gst_alsa_src_get_time), (gst_alsa_src_loop),
24152         (gst_alsa_src_change_state):
24153           return a time that is in sync with the element's processing
24154
24155 2004-06-25  Wim Taymans  <wim@fluendo.com>
24156
24157         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24158         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24159         (gst_tcpserversink_client_remove),
24160         (gst_tcpserversink_handle_client_read),
24161         (gst_tcpserversink_client_queue_data),
24162         (gst_tcpserversink_client_queue_caps),
24163         (gst_tcpserversink_client_queue_buffer),
24164         (gst_tcpserversink_handle_client_write),
24165         (gst_tcpserversink_queue_buffer),
24166         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24167         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24168         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24169         (gst_tcpserversink_close):
24170         * gst/tcp/gsttcpserversink.h:
24171         Serversink rewrite. Really do non blocking writes to clients and
24172         maintain an internal queue to handle slower clients while not
24173         disturbing fast clients.
24174
24175 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24176
24177         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24178           better debug, don't override OFFSET and OFFSET_END
24179
24180 2004-06-25  Iain <iain@prettypeople.org>
24181
24182         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24183         name=source for the wavparse pipeline.
24184
24185 2004-06-24  Johan Dahlin  <johan@gnome.org>
24186
24187         * ext/theora/theoraenc.c (theora_enc_chain): Call
24188         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24189         streamheader caps are set correctly.
24190
24191 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24192
24193         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24194         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24195           respect minimum bitrate; same could be done for max bitrate
24196
24197 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24198
24199         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24200         (gst_vorbisenc_setup):
24201           fix sample rate range
24202
24203 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24204
24205         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24206         (gst_oggvorbisenc_setup):
24207         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24208         (gst_vorbisenc_setup):
24209           resolve ambiguities in code and description
24210
24211 2004-06-24  Wim Taymans  <wim@fluendo.com>
24212
24213         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24214         * ext/alsa/gstalsa.h:
24215         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24216         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24217         Use alsa trigger_tstamp to get the timestamp of the first
24218         sample in the buffer for more precise sync. Some cleanups.
24219
24220 2004-06-24  Wim Taymans  <wim@fluendo.com>
24221
24222         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24223         (gst_audiorate_init), (gst_audiorate_chain),
24224         (gst_audiorate_set_property), (gst_audiorate_get_property):
24225         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24226         (gst_videorate_chain):
24227         Added some logging, fixed an overflow bug in videorate.
24228
24229 2004-06-24  Benjamin Otte  <otte@gnome.org>
24230
24231         * ext/kio/Makefile.am:
24232           fix for builddir != srcdir and distcheck
24233
24234 2004-06-24  Benjamin Otte  <otte@gnome.org>
24235
24236         * gst-libs/gst/colorbalance/Makefile.am:
24237         * gst-libs/gst/mixer/Makefile.am:
24238         * gst-libs/gst/play/Makefile.am:
24239         * gst-libs/gst/tuner/Makefile.am:
24240         * gst/tcp/Makefile.am:
24241         * sys/dxr3/Makefile.am:
24242           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24243           tarball.
24244           Also add all *.list files that were missing.
24245         * Makefile.am:
24246           add a distcheck hook to ensure the above doesn't happen again.
24247
24248 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
24249
24250         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24251
24252 2004-06-23  Colin Walters  <walters@redhat.com>
24253
24254         * m4/Makefile.am: Distribute gst-fionread.m4.
24255
24256 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24257
24258         * configure.ac: back to dev
24259
24260 2004-06-23  Wim Taymans  <wim@fluendo.com>
24261
24262         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24263         (gst_alsa_xrun_recovery):
24264         * ext/alsa/gstalsa.h:
24265         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24266         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24267         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24268         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24269         (gst_alsa_src_loop):
24270         Add clock to alsasrc. Take new capture timestamp when
24271         restarting after an overrun. Split up some functions between
24272         alsasrc and alsasink.
24273
24274 === release 0.8.2 ===
24275
24276 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24277
24278         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24279         (gst_alsa_change_state), (gst_alsa_update_avail),
24280         (gst_alsa_xrun_recovery):
24281         * ext/alsa/gstalsa.h:
24282         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24283           merge back changes from release
24284
24285 2004-06-23  Wim Taymans  <wim@fluendo.com>
24286
24287         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24288         (gst_audiorate_init), (gst_audiorate_chain),
24289         (gst_audiorate_set_property), (gst_audiorate_get_property):
24290         Implement sample dropping and notify
24291
24292 2004-06-22  Wim Taymans  <wim@fluendo.com>
24293
24294         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24295         (theora_enc_sink_link), (theora_buffer_from_packet),
24296         (theora_push_packet), (theora_enc_chain):
24297         Some cleanups, make sure the timestamps are correct.
24298
24299 2004-06-22  Wim Taymans  <wim@fluendo.com>
24300
24301         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24302         (gst_alsa_change_state), (gst_alsa_update_avail),
24303         (gst_alsa_xrun_recovery):
24304         * ext/alsa/gstalsa.h:
24305         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24306         Cleanups, take queued samples into account when reporting
24307         the time.
24308
24309 2004-06-22  Wim Taymans  <wim@fluendo.com>
24310
24311         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24312         (gst_videorate_init):
24313         Initialize the property as well.
24314
24315 2004-06-22  Wim Taymans  <wim@fluendo.com>
24316
24317         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24318         (gst_videorate_init), (gst_videorate_chain),
24319         (gst_videorate_set_property), (gst_videorate_get_property):
24320         Add property to make videorate silent.
24321         Add property to prefer new frames over old ones.
24322
24323 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24324
24325         * sys/osxvideo/Makefile.am:
24326         Workaround so that the osxvideo .so file gets linked with the
24327         Cocoa, OpenGL and QuickTime frameworks
24328
24329 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24330
24331         * sys/osxaudio/Makefile.am:
24332         Workaround so that the osxaudio .so file gets linked with the
24333         CoreAudio framework
24334
24335 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24336
24337         * configure.ac:
24338         Whoops, my fault...fixed build issues
24339
24340 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24341
24342         * configure.ac:
24343         Add objective-c support if running in Darwin/Mac OS X
24344         * sys/Makefile.am:
24345         * sys/osxvideo:
24346         * sys/osxvideo/Makefile.am:
24347         * sys/osxvideo/osxvideosink.h:
24348         * sys/osxvideo/osxvideosink.m:
24349         * sys/osxvideo/cocoawindow.h:
24350         * sys/osxvideo/cocoawindow.m:
24351         Add osxvideosink, a cocoa-based osx video sink
24352
24353
24354 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24355         * ext/dvdnav/gst-dvd:
24356         Grab the gconf key from the right spot
24357         * gst/debug/gstnavseek.c: (gst_navseek_init),
24358         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24359         (gst_navseek_chain):
24360         * gst/debug/gstnavseek.h:
24361           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24362           and loop parameters of a segment seek.
24363         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24364         (gst_videotestsrc_get_event_masks),
24365         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24366         * gst/videotestsrc/gstvideotestsrc.h:
24367           Add seeking support to videotestsrc
24368           Initialise the timestamp_offset variable.
24369
24370 2004-06-18  Wim Taymans  <wim@fluendo.com>
24371
24372         * ext/sidplay/gstsiddec.cc:
24373         Fix negotiation and set correct end offset.
24374
24375 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24376
24377         * configure.ac: branch and prerelease
24378
24379 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24380
24381         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24382         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24383         (gst_tcpclientsrc_init_receive):
24384         * gst/tcp/gsttcpclientsrc.h:
24385           read caps when connecting to server for GDP so we set them correctly
24386
24387 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24388
24389         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24390           notify drops and duplicates
24391         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24392           no good reason to limit ourselves to 100x100
24393
24394 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24395
24396         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24397         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24398         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24399         (gst_v4lsrc_get_property):
24400         * sys/v4l/gstv4lsrc.h:
24401         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24402         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24403         (gst_v4l_set_audio):
24404         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24405         (gst_v4lsrc_try_capture):
24406         * sys/v4l/v4lsrc_calls.h:
24407           change try_palette to more general try_capture
24408           add autoprobe option so we can turn off autoprobing
24409           various fixes
24410
24411 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24412
24413         * configure.ac:
24414           add videorate
24415         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24416         (gst_ximagesink_class_init):
24417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24418         (gst_xvimagesink_class_init):
24419           run them as finalize, not dispose, since dispose can be invoked
24420           multiple times
24421
24422 2004-06-17  Wim Taymans  <wim@fluendo.com>
24423
24424         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24425         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24426         * ext/alsa/gstalsa.h:
24427         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24428         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24429         (gst_alsa_src_change_state):
24430         * ext/alsa/gstalsasrc.h:
24431         Make the xrun code timestamp and offset the buffers correctly.
24432         moved the clock to the base class, use alsa methods to get time.
24433         Do correct timestamping on outgoing buffers.
24434
24435 2004-06-17  Wim Taymans  <wim@fluendo.com>
24436
24437         * gst/audiorate/Makefile.am:
24438         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24439         (gst_audiorate_base_init), (gst_audiorate_class_init),
24440         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24441         (gst_audiorate_set_property), (gst_audiorate_get_property),
24442         (gst_audiorate_change_state), (plugin_init):
24443         Added an audiorate converter that fills in gaps.
24444
24445 2004-06-17  Johan Dahlin  <johan@gnome.org>
24446
24447         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24448
24449 2004-06-16  Wim Taymans  <wim@fluendo.com>
24450
24451         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24452         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24453         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24454         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24455         (gst_v4lsrc_get_property):
24456         * sys/v4l/gstv4lsrc.h:
24457         Added a copy mode to v4lsrc where it will output a copied version
24458         of its internal hardware buffer.
24459         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24460         can't | them.
24461
24462 2004-06-16  Wim Taymans  <wim@fluendo.com>
24463
24464         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24465         Timestamp fixes.
24466
24467 2004-06-16  Wim Taymans  <wim@fluendo.com>
24468
24469         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24470         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24471         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24472         (gst_v4lsrc_get_property):
24473         * sys/v4l/gstv4lsrc.h:
24474         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24475         Added a sync mode enum property to control v4lsrc timestamp method
24476         Removed the use-fixed-fps property and moved functionality in
24477         the enum.
24478         Don't error on an error value from v4l-conf, it might not always
24479         be a real error.
24480
24481 2004-06-16  Wim Taymans  <wim@fluendo.com>
24482
24483         * gst/videorate/Makefile.am:
24484         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24485         (gst_videorate_base_init), (gst_videorate_class_init),
24486         (gst_videorate_getcaps), (gst_videorate_link),
24487         (gst_videorate_init), (gst_videorate_chain),
24488         (gst_videorate_set_property), (gst_videorate_get_property),
24489         (gst_videorate_change_state), (plugin_init):
24490         Added a video timestamp corrector.
24491
24492 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24493
24494         fixed a potential leak with previous commit
24495
24496         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24497
24498 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24499
24500         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24501         Added missing refcount, fixes bug #144425
24502         Cheers Tim for finding the bug
24503
24504 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24505
24506         * sys/v4l/gstv4l.c: (plugin_init):
24507         * sys/v4l/gstv4lcolorbalance.c:
24508         * sys/v4l/gstv4lcolorbalance.h:
24509         * sys/v4l/gstv4lelement.c:
24510         * sys/v4l/gstv4lelement.h:
24511         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24512         * sys/v4l/gstv4lmjpegsink.h:
24513         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24514         * sys/v4l/gstv4lmjpegsrc.h:
24515         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24516         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24517         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24518         * sys/v4l/gstv4lsrc.h:
24519         * sys/v4l/gstv4ltuner.c:
24520         * sys/v4l/gstv4ltuner.h:
24521         * sys/v4l/gstv4lxoverlay.c:
24522         * sys/v4l/gstv4lxoverlay.h:
24523         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24524         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24525         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24526         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24527         (gst_v4l_set_audio):
24528         * sys/v4l/v4l_calls.h:
24529         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24530         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24531         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24532         (gst_v4lmjpegsink_playback_init),
24533         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24534         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24535         (gst_v4lmjpegsink_playback_stop),
24536         (gst_v4lmjpegsink_playback_deinit):
24537         * sys/v4l/v4lmjpegsink_calls.h:
24538         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24539         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24540         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24541         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24542         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24543         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24544         * sys/v4l/v4lmjpegsrc_calls.h:
24545         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24546         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24547         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24548         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24549         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24550         (gst_v4lsrc_try_palette):
24551         * sys/v4l/v4lsrc_calls.h:
24552           bunch of paranoia cleanups
24553
24554 2004-06-14  David Schleef  <ds@schleef.org>
24555
24556         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24557         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24558         Send discont events and change timestamps appropriately when
24559         we get a seek event.  (bug #144240)
24560         * ext/cdparanoia/gstcdparanoia.h:
24561
24562 2004-06-14  Benjamin Otte  <otte@gnome.org>
24563
24564         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24565           snd_pcm_hw_params_set_rate  since the latter fails for no good
24566           reason on some setups.
24567
24568 2004-06-14  David Schleef  <ds@schleef.org>
24569
24570         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24571         standard.  Thank you for playing.
24572
24573 2004-06-14  Wim Taymans  <wim@fluendo.com>
24574
24575         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24576         Patch 1.3 broke the ordering of the colorspace info and
24577         made the plugin basically work by coincidence, reordered
24578         the info.
24579
24580 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24581
24582         * ext/lame/gstlame.c:
24583         * ext/mad/gstmad.c:
24584           sync caps.  Make sure mad can only output a list of rates, not
24585           a full range.  In the future, have three caps lists for each of the
24586           mpeg versions.  Change mpegversion to a double as well.
24587
24588 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24589
24590         * gst/volume/.cvsignore:
24591         * gst/volume/Makefile.am:
24592         * gst/volume/demo.c: (value_changed_callback), (idler),
24593         (setup_gui), (main):
24594           added small demo app
24595
24596 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24597         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24598         * ext/esd/esdsink.h:
24599         Close the esd connection on pause, because esd will just wait -
24600         blocking all other esd clients indefinitely.
24601
24602 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24603
24604         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24605           previous commit with GST_DEBUG
24606
24607 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24608
24609         * configure.ac:
24610           add a header check for a dvdread header in dvdnav.  Fixes #133002
24611
24612 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24613
24614         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24615         * gst/tcp/gsttcpclientsink.h:
24616         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24617         * gst/tcp/gsttcpclientsrc.h:
24618         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24619         (gst_tcpserversink_handle_server_read),
24620         (gst_tcpserversink_init_send):
24621         * gst/tcp/gsttcpserversink.h:
24622         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24623         * gst/tcp/gsttcpserversrc.h:
24624         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24625         version of IP)
24626
24627 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24628
24629         * configure.ac:
24630         Added ogg library so that OSX detects libtheora properly
24631
24632 2004-06-11  Wim Taymans  <wim@fluendo.com>
24633
24634         * ext/theora/theoradec.c: (theora_dec_chain),
24635         (theora_dec_change_state):
24636         Don't try to decode frames before we received a keyframe.
24637
24638 2004-06-11  Wim Taymans  <wim@fluendo.com>
24639
24640         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24641         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24642         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24643         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24644         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24645         Added property to set the maximum delay of a page.
24646
24647 2004-06-10  Wim Taymans  <wim@fluendo.com>
24648
24649         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24650         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24651         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24652         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24653         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24654         Added max-delay property to control the maximum amount
24655         of data to put in one page.
24656
24657 2004-06-10  Wim Taymans  <wim@fluendo.com>
24658
24659         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24660         (gst_theora_enc_init), (theora_enc_sink_link),
24661         (theora_buffer_from_packet), (theora_enc_set_property),
24662         (theora_enc_get_property):
24663         Set duration on encoded buffer, added some more properties
24664
24665 2004-06-10  Wim Taymans  <wim@fluendo.com>
24666
24667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24668         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24669         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24670         * ext/theora/theoraenc.c: (theora_enc_chain):
24671         Fix refcounting bugs
24672
24673 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24674
24675         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24676         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24677         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24678         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24679         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24680         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24681         (gst_asf_demux_change_state):
24682         * gst/asfdemux/gstasfdemux.h:
24683           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24684           feels like. I think we should set a new requirement for demuxers
24685           from now on to implement sane loop functions, data loops, query
24686           and seek functions before first commit into CVS. And this commit
24687           fixes all of the above.
24688
24689 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24690
24691         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24692           vorbis comments are properly encoded in UTF-8 before adding them
24693           to a GstTagList
24694
24695 2004-06-09  Benjamin Otte  <otte@gnome.org>
24696
24697         * ext/alsa/gstalsa.c: (add_channels):
24698           handle min <= max correctly
24699         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24700         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24701           add fixation functions so we fixate correctly. No preferring of alaw
24702           anymore because it's the first structure.
24703         * ext/alsa/gstalsa.h:
24704         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24705         (gst_alsa_hw_params_dump):
24706           add functions to ease debugging in alsalib
24707         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24708         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24709         (gst_alsa_start_audio):
24710           only specify hw params if we really setup a format (fixes #134007 -
24711           or at least works around it)
24712
24713 2004-06-09  Wim Taymans  <wim@fluendo.com>
24714
24715         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24716         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24717         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24718         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24719         (gst_ogg_mux_loop):
24720         Use stream caps to setup the initial pages in the ogg stream.
24721         Correctly set the streamheader caps on the srcpad.
24722
24723 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24724
24725         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24726         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24727         (gst_v4lsrc_getcaps):
24728         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24729         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24730           add querying of fps lists for webcams.  Negotiating to a framerate
24731           now works.
24732
24733 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24734
24735         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24736         (theora_push_buffer), (theora_push_packet),
24737         (theora_set_header_on_caps), (theora_enc_chain):
24738           mark buffers and put on streamheader, raw theora streaming
24739           now works too, whee
24740
24741 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24742
24743         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24744         (gst_tcp_gdp_read_caps):
24745           do a looping read for caps and GDP headers too
24746
24747 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24748
24749         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24750         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24751           return EOS instead of NULL in _get
24752
24753 2004-06-08  Wim Taymans  <wim@fluendo.com>
24754
24755         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24756         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24757         (gst_tcp_gdp_write_caps):
24758         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24759         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24760         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24761         Memory leak fixes
24762
24763 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24764
24765         * ext/vorbis/Makefile.am:
24766         * ext/vorbis/vorbis.c: (plugin_init):
24767         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24768         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24769         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24770         (vorbis_parse_change_state):
24771         * ext/vorbis/vorbisparse.h:
24772           adding a vorbisparse element that marks the buffers, streaming
24773           raw vorbis using GDP now works, whee
24774
24775 2004-06-08  Wim Taymans  <wim@fluendo.com>
24776
24777         * ext/jpeg/Makefile.am:
24778         * ext/jpeg/README:
24779         * ext/jpeg/gstjpeg.c: (plugin_init):
24780         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24781         (gst_smokedec_base_init), (gst_smokedec_class_init),
24782         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24783         * ext/jpeg/gstsmokedec.h:
24784         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24785         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24786         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24787         (gst_smokeenc_resync), (gst_smokeenc_chain),
24788         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24789         * ext/jpeg/gstsmokeenc.h:
24790         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24791         (smokecodec_flush_destination), (smokecodec_term_destination),
24792         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24793         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24794         (smokecodec_term_source), (smokecodec_encode_new),
24795         (smokecodec_decode_new), (smokecodec_info_free),
24796         (smokecodec_set_quality), (smokecodec_get_quality),
24797         (smokecodec_set_threshold), (smokecodec_get_threshold),
24798         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24799         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24800         (smokecodec_parse_header), (smokecodec_decode):
24801         * ext/jpeg/smokecodec.h:
24802         Added a new simple jpeg based codec
24803
24804 2004-06-08  Wim Taymans  <wim@fluendo.com>
24805
24806         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24807         (gst_multipart_mux_loop):
24808         Fix memory leak
24809
24810 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24811
24812         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24813         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24814         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24815         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24816         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24817         * gst/tcp/gsttcpserversink.h:
24818           take streamheader into account
24819
24820 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24821
24822         * gst/level/Makefile.am:
24823         * gst/level/gstlevel.c: (gst_level_class_init):
24824           clean up marshal generation
24825
24826 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24827
24828         * gst/tcp/Makefile.am:
24829         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24830         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24831         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24832         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24833         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24834         (gst_tcpclientsrc_get_property):
24835         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24836         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24837         (gst_tcpserversink_handle_client_read),
24838         (gst_tcpserversink_handle_client_write),
24839         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24840         * gst/tcp/gsttcpserversink.h:
24841           add signals client-added and client-removed
24842         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24843         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24844         (gst_tcpserversrc_get_property):
24845         uniformized, change default protocol to NONE
24846         * gst/tcp/gsttcp-marshal.list: added
24847 2004-06-07  Benjamin Otte  <otte@gnome.org>
24848
24849         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24850           handle discont events if they happen before caps nego
24851
24852 2004-06-07  Wim Taymans  <wim@fluendo.com>
24853
24854         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24855         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24856         (gst_multipart_demux_plugin_init):
24857         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24858         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24859         (gst_multipart_mux_change_state):
24860         Small updates, fix a memleak
24861
24862 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24863
24864         * configure.ac: OSS portability
24865         * ext/arts/gst_arts.c: idem
24866         * sys/oss/gstosselement.c: idem
24867         * sys/oss/gstossmixer.c: idem
24868         * sys/oss/gstosssink.c: idem
24869         * sys/oss/gstosssrc.c: idem
24870         * sys/oss/oss_probe.c: idem
24871           - check for soundcard.h in different places for some BSD
24872
24873 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24874
24875         * AUTHORS:
24876         Add me to the authors file
24877         * configure.ac:
24878         Increase the libdv requirement to >= version 0.100
24879         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24880         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24881         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24882         * ext/dv/gstdvdec.h:
24883         Add support for the new_media flag when sending DISCONT events
24884         Make the querying work when video pad is not linked
24885
24886 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24887
24888         reviewed by Benjamin Otte  <otte@gnome.org>
24889
24890         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24891           create a NULL-initialized array of pads, so we don't think they
24892           exist already. (fixes #143130)
24893
24894 2004-06-07  Benjamin Otte  <otte@gnome.org>
24895
24896         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24897         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24898         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24899           don't use // coments
24900
24901 2004-06-07  Benjamin Otte  <otte@gnome.org>
24902
24903         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24904           cast to GstClockTime to get higher granularity
24905         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24906           use gst_element_set_time_delay to get the exact time
24907         * ext/mad/gstmad.c: (gst_mad_chain):
24908           use the negotiated rate instead of the current frame's rate which
24909           might be wrong because of bit errors. This avoids emitting totally
24910           bogus timestamps and screwing sync.
24911         (fixes #143454)
24912
24913 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24914
24915         reviewed by Benjamin Otte  <otte@gnome.org>
24916
24917         * gst/adder/gstadder.c: (gst_adder_loop):
24918           properly error out when no negotiation has happened yet. (fixes
24919           #143032)
24920
24921 2004-06-06  Benjamin Otte  <otte@gnome.org>
24922
24923         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24924           forward correctly transformed offset in discont events. Based on
24925           patch by Arwed v. Merkatz. (fixes #142851)
24926
24927 2004-06-06  David Schleef  <ds@schleef.org>
24928
24929         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24930         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24931         problems on several systems.
24932
24933 2004-06-06  Benjamin Otte  <otte@gnome.org>
24934
24935         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24936           use explicit caps on the srcpad
24937         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24938           properly error out if caps couldn't be set (fixes #142764)
24939
24940 2004-06-06  Benjamin Otte  <otte@gnome.org>
24941
24942         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24943         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24944         (gst_alsa_start_audio):
24945           - don't call set_periods_integer anymore, it breaks the
24946           configuration randomly
24947           - call snd_pcm_hw_params_set_access directly instead of using masks
24948           - don't fail if the sw_params can't be set, just use the default
24949           params and hope it works. Alsalib has weird issues when you touch
24950           sw_params and does no proper error reporting about what failed.
24951         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24952         (gst_alsa_close_audio):
24953           make our alsa debugging go via gst debugging and not conditionally
24954           defined
24955         * ext/alsa/gstalsa.h:
24956           add ALSA_DEBUG_FLUSH macro
24957         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24958         (plugin_init):
24959           wrap alsa errors to be printed via the gst debugging system and not
24960           spammed to stderr
24961
24962 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24963
24964         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24965         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24966         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24967         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24968         (qtdemux_parse_trak):
24969         * gst/qtdemux/qtdemux.h:
24970           Bitch. Also known as seeking, querying & co.
24971         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24972         (gst_osssink_change_state):
24973         * sys/oss/gstosssink.h:
24974           Resyncing is for weenies, this hack is no longer needed and was
24975           broken anyway (since it - unintendedly - always leaves resync to
24976           TRUE).
24977
24978 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24979
24980         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24981         * gst/tcp/gsttcpclientsrc.h: idem
24982           - define MSG_NOSIGNAL if not done
24983           - include unistd.h for off_t
24984           (fixes #143749)
24985
24986 2004-06-05  Benjamin Otte  <otte@gnome.org>
24987
24988         * configure.ac:
24989         * ext/kio/Makefile.am:
24990           check for qt's moc preprocessor explicitly and use it
24991
24992 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24993
24994         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24995           don't get a signal for EPIPE on socket writes
24996           (somebody check if this works on other platforms)
24997
24998 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24999
25000         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
25001         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25002           check error condition on available samples correctly
25003
25004 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25005
25006         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
25007           avoid a segfault
25008         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
25009         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
25010         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
25011         (gst_tcpserversrc_gdp_read_header):
25012          use ssize_t over size_t since the former is signed and thus the
25013          check for error codes can work
25014
25015 2004-06-02  Wim Taymans  <wim@fluendo.com>
25016
25017         reviewed by: Johan
25018
25019         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25020         (gst_multipart_mux_loop):
25021         Oops
25022
25023 2004-06-02  Wim Taymans  <wim@fluendo.com>
25024
25025         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25026         (gst_multipart_mux_init), (gst_multipart_mux_loop),
25027         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25028         (gst_multipart_mux_change_state):
25029         Added configurable boundary specifier, added the value as a
25030         caps field as well.
25031
25032 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25033
25034         * gst/tcp/gsttcp.c:
25035         * gst/tcp/gsttcpclientsrc.c:
25036         * gst/tcp/gsttcpclientsrc.h:
25037         * gst/tcp/gsttcpserversrc.c:
25038           - portability fix, to compile on OSX
25039             (fixes #143146)
25040
25041         * sys/osxaudio/gstosxaudioelement.c:
25042         * sys/osxaudio/gstosxaudiosink.c:
25043         * sys/osxaudio/gstosxaudiosrc.c:
25044           - compilation warnings on OSX
25045             (fixes #143153)
25046
25047 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25048
25049         * ext/vorbis/vorbisdec.c : sign warning fixes
25050
25051         * gst-libs/gst/mixer/mixertrack.c :
25052           do no use defines which are glib 2.4 specific
25053
25054 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
25055
25056         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
25057           buffer since libflac doesn't expect it (reports a sync error when
25058           it encounters that)
25059
25060
25061 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
25062
25063         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
25064         * gst-libs/gst/mixer/mixertrack.c:
25065         (gst_mixer_track_get_property), (get_mixer_track_init),
25066         (get_mixer_track_get_property): Added property accessors
25067         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
25068         * gst-libs/gst/mixer/mixeroptions.c:
25069         (gst_mixer_options_get_values): Added
25070         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
25071         * gst-libs/gst/mixer/mixer.c: Fixed comment
25072
25073
25074 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25075
25076         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25077           improve error messages on open
25078
25079
25080 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25081
25082         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25083           check if v4l-conf is in path
25084
25085 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25086
25087         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
25088           change assert to a more readable error message
25089
25090 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25091
25092         * gst-libs/gst/tuner/tunerchannel.h:
25093           - add a freq_multiplicator field to make the conversion
25094             between internal frequency unit and Hz
25095         * sys/v4l/gstv4lelement.c:
25096         * sys/v4l2/gstv4l2element.c:
25097           - change default video device to /dev/video0
25098         * sys/v4l/v4l_calls.c:
25099         * sys/v4l2/v4l2_calls.c:
25100           - we only expose frequency to the user in Hz instead of
25101             bastard v4lX unit (either 62.5kHz or 62.5Hz)
25102
25103 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
25104         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25105           Initialise b_o_s and e_o_s variables
25106         * gst-libs/gst/riff/riff-media.c:
25107         (gst_riff_create_video_caps_with_data):
25108           Add some unusual fourcc's from mplayer avi's
25109         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
25110           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
25111           autoplugging.
25112
25113 2004-05-28  Wim Taymans  <wim@fluendo.com>
25114
25115         * configure.ac:
25116         * gst/alpha/Makefile.am:
25117         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
25118         (gst_alpha_get_type), (gst_alpha_base_init),
25119         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
25120         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
25121         (gst_alpha_chroma_key), (gst_alpha_chain),
25122         (gst_alpha_change_state), (plugin_init):
25123         A plugin to add an alpha channel to I420 video. Can optionally do
25124         chroma keying.
25125         * gst/multipart/Makefile.am:
25126         * gst/multipart/multipart.c: (plugin_init):
25127         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25128         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
25129         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
25130         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25131         (gst_multipart_demux_change_state),
25132         (gst_multipart_demux_plugin_init):
25133         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
25134         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
25135         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
25136         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
25137         (gst_multipart_mux_pad_unlink),
25138         (gst_multipart_mux_request_new_pad),
25139         (gst_multipart_mux_handle_src_event),
25140         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
25141         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
25142         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25143         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
25144         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
25145         send multipart jpeg images to a browser.
25146         * gst/videobox/Makefile.am:
25147         * gst/videobox/README:
25148         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25149         (gst_video_box_get_type), (gst_video_box_base_init),
25150         (gst_video_box_class_init), (gst_video_box_init),
25151         (gst_video_box_set_property), (gst_video_box_get_property),
25152         (gst_video_box_sink_link), (gst_video_box_i420),
25153         (gst_video_box_ayuv), (gst_video_box_chain),
25154         (gst_video_box_change_state), (plugin_init):
25155         Crops or adds borders around an image. can do alpha channel
25156         borders as well.
25157         * gst/videomixer/Makefile.am:
25158         * gst/videomixer/README:
25159         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25160         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25161         (gst_videomixer_pad_get_sink_event_masks),
25162         (gst_videomixer_pad_get_property),
25163         (gst_videomixer_pad_set_property),
25164         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25165         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25166         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25167         (gst_videomixer_base_init), (gst_videomixer_class_init),
25168         (gst_videomixer_init), (gst_videomixer_request_new_pad),
25169         (gst_videomixer_handle_src_event),
25170         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25171         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25172         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25173         (gst_videomixer_loop), (gst_videomixer_get_property),
25174         (gst_videomixer_set_property), (gst_videomixer_change_state),
25175         (plugin_init):
25176         Generic video mixer plugin, can handle multiple inputs all with
25177         different framerates and video sizes. Is fully alpha channel
25178         aware.
25179
25180 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25181
25182         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25183           Select first track as master track. Not sure how else to handle
25184           that...
25185         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25186           Discard discont events. Should fix #142962.
25187
25188 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25189
25190         * ext/alsa/Makefile.am:
25191         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25192         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25193         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25194         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25195         (gst_alsa_mixer_get_option):
25196         * ext/alsa/gstalsamixer.h:
25197         * ext/alsa/gstalsamixeroptions.c:
25198         (gst_alsa_mixer_options_get_type),
25199         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25200         (gst_alsa_mixer_options_new):
25201         * ext/alsa/gstalsamixeroptions.h:
25202         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25203         * ext/alsa/gstalsamixertrack.h:
25204           Add enumerations (as GstMixerOptions). Make correct distinction
25205           between input/output tracks. Add capture/playback private flag.
25206           Use flag to decide on whether to set capture or playback volumes
25207           or switches. Use playback and record switches.
25208         * gst-libs/gst/mixer/Makefile.am:
25209         * gst-libs/gst/mixer/mixer-marshal.list:
25210         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25211         (gst_mixer_set_option), (gst_mixer_get_option),
25212         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25213         (gst_mixer_volume_changed), (gst_mixer_option_changed):
25214         * gst-libs/gst/mixer/mixer.h:
25215         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25216         (gst_mixer_options_class_init), (gst_mixer_options_init),
25217         (gst_mixer_options_dispose):
25218         * gst-libs/gst/mixer/mixeroptions.h:
25219           Add GstMixerOptions.
25220         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25221           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25222           broken device detection on computers with multiple OSS sound
25223           cards.
25224
25225 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25226
25227         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25228           fixate nicely even when the peer is not negotiating
25229
25230 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25231
25232         * gst/audioconvert/gstaudioconvert.c:
25233         (gst_audio_convert_parse_caps):
25234           make sure we don't allow depth > width
25235         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25236           fixate endianness to G_BYTE_ORDER as default
25237         * gst/audioscale/gstaudioscale.c:
25238           we don't handle another endianness as host-endianness
25239
25240 2004-05-25  David Schleef  <ds@schleef.org>
25241
25242         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
25243
25244 2004-05-24  Benjamin Otte  <otte@gnome.org>
25245
25246         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25247         (gst_oggvorbisenc_setup):
25248           properly fail when we can't setup the vorbis encoder due to
25249           unsupported settings
25250         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25251         (gst_vorbisenc_setup):
25252           same
25253         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25254           fix case where warnings occured when one pad was unlinked while the
25255           other's link function was called
25256
25257 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25258
25259         * gst/tcp/Makefile.am:
25260           use GST_ENABLE_NEW
25261
25262 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25263
25264         * gst-libs/gst/resample/private.h:
25265           don't use optimizations that are #if 0'ed
25266
25267 2004-05-24  Wim Taymans  <wim@fluendo.com>
25268
25269         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25270         Fix potential division by zero error and hopefully get
25271         the position query right to get correct timestamps on avi
25272         audio.
25273
25274 2004-05-24  Wim Taymans  <wim@fluendo.com>
25275
25276         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25277         (gst_videoscale_scale_nearest_str2),
25278         (gst_videoscale_scale_nearest_str4),
25279         (gst_videoscale_scale_nearest_32bit),
25280         (gst_videoscale_scale_nearest_24bit),
25281         (gst_videoscale_scale_nearest_16bit):
25282         Fix the scaling algorithm and avoid a buffer overflow.
25283         removed the while loop in the scaling function as it
25284         was used for point sampling only.
25285
25286 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25287
25288         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25289         (gst_id3_tag_class_init), (gst_id3_tag_init),
25290         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25291         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25292         (gst_id3_tag_send_tag_event):
25293           lots of fixes to make id3mux work and id3demux work correctly
25294
25295 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25296
25297         * ext/Makefile.am:
25298           add rules to build shout2send (was removed by accident
25299           when this module was no more marked experimental/broken)
25300
25301 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25302
25303         * ext/shout2/gstshout2.c:
25304         * ext/shout2/gstshout2.h:
25305           adding a "connection problem" signal to shout2send
25306           (fixes #142954)
25307
25308 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25309
25310         * ext/kio/kioreceiver.cpp:
25311         * ext/kio/kioreceiver.h:
25312           fix sign comparison issues
25313
25314 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25315
25316         * gst/cdxaparse/gstcdxaparse.c:
25317         * gst/cdxaparse/gstcdxaparse.h:
25318           some renaming
25319           add some checks/sanity
25320           prepare for seek addition
25321
25322         * sys/sunaudio/gstsunaudio.c:
25323           remove exported dupe init function
25324
25325 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25326
25327         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25328         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25329           Fix format conversion and position querying.
25330         * gst/debug/progressreport.c: (gst_progressreport_report):
25331           Don't output a bogus total value that we didn't query.
25332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25333           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25334           only a blank window after xine has been used.
25335
25336 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25337
25338         * m4/as-arts.m4:
25339           sync with upstream version to fix test on FC2
25340           readd with -ko to preserve Id header
25341
25342 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25343
25344         * configure.ac:
25345           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25346         * gst/tcp/gsttcpclientsrc.c: idem
25347         * gst/tcp/gsttcpserversink.c: idem
25348         * gst/tcp/gsttcpserversrc.c: idem
25349         * m4/gst-fionread.m4: idem
25350
25351         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25352
25353         * configure.ac: enable speex plugin for speex 1.1.5+
25354         * ext/speex/gstspeexenc.c: fix cast warning
25355
25356         * ext/esd/README: fix typo
25357
25358 2004-05-20  David Schleef  <ds@schleef.org>
25359
25360         * configure.ac: Minor cosmetic change to convince the buildbot to
25361         reautogen.
25362         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25363         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25364         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25365         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25366         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25367         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25368         More hacking.  Plays audio now.
25369
25370 2004-05-20  David Schleef  <ds@schleef.org>
25371
25372         * configure.ac:
25373         * sys/Makefile.am:
25374
25375 2004-05-20  David Schleef  <ds@schleef.org>
25376
25377         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25378         * sys/osxaudio/gstosxaudio.c:
25379         * sys/osxaudio/gstosxaudioelement.c:
25380         * sys/osxaudio/gstosxaudioelement.h:
25381         * sys/osxaudio/gstosxaudiosink.c:
25382         * sys/osxaudio/gstosxaudiosink.h:
25383         * sys/osxaudio/gstosxaudiosrc.c:
25384         * sys/osxaudio/gstosxaudiosrc.h:
25385
25386 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25387
25388         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25389         (gst_vorbisenc_chain):
25390           put the codec headers on the caps as streamheader as well as
25391           pushing them out
25392
25393 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25394
25395         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25396         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25397         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25398         split up push_packet into two functions
25399
25400 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25401
25402         * gst/tcp/.cvsignore:
25403           ignore enums
25404         * gst/tcp/Makefile.am:
25405         * gst/tcp/README:
25406         * gst/tcp/gsttcp.c:
25407         * gst/tcp/gsttcp.h:
25408         * gst/tcp/gsttcpclientsink.c:
25409         * gst/tcp/gsttcpclientsink.h:
25410         * gst/tcp/gsttcpclientsrc.c:
25411         * gst/tcp/gsttcpclientsrc.h:
25412         * gst/tcp/gsttcpplugin.c:
25413         * gst/tcp/gsttcpserversink.c:
25414         * gst/tcp/gsttcpserversink.h:
25415         * gst/tcp/gsttcpserversrc.c:
25416         * gst/tcp/gsttcpserversrc.h:
25417           add new tcp elements
25418
25419 2004-05-19  Wim Taymans  <wim@fluendo.com>
25420
25421         * gst/law/mulaw-conversion.c: (mulaw_encode):
25422         Fix overflow bug in ulaw encoding.
25423
25424 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25425
25426         * ext/mad/gstmad.c: (gst_mad_handle_event):
25427           don't unref the event twice
25428
25429 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25430
25431         * configure.ac:
25432           remove -Wno-sign-compare
25433
25434 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25435
25436         * configure.ac:
25437           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25438           if you want to work against glib 2.2 and 2.4
25439
25440 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25441
25442         * gst/tcp/Makefile.am:
25443         * gst/tcp/gsttcp.c:
25444         * gst/tcp/gsttcp.h:
25445         * gst/tcp/gsttcpsink.h:
25446         * gst/tcp/gsttcpsrc.h:
25447           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25448
25449 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25450
25451         * gst/debug/tests.c: (md5_get_value):
25452           fix segfault on gst-inspect
25453
25454 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25455
25456         * gst/debug/testplugin.c:
25457         * gst/debug/tests.c:
25458         * gst/debug/tests.h:
25459           add new extensible and configurable testing element. Current tests
25460           include buffer count, stream length, timestamp/duration matching and
25461           md5.
25462         * gst/debug/Makefile.am:
25463         * gst/debug/gstdebug.c: (plugin_init):
25464           add infrastructure for new element
25465
25466 2004-05-19  Johan Dahlin  <johan@gnome.org>
25467
25468         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25469         ending of the array. Fixes gst-inspect segfault on ppc.
25470
25471 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25472
25473         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25474
25475         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25476
25477 2004-05-18  David Schleef  <ds@schleef.org>
25478
25479         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25480         warnings (bugs, actually) noticed by gcc but not forte.
25481
25482 2004-05-18  David Schleef  <ds@schleef.org>
25483
25484         * sys/sunaudio/Makefile.am:
25485         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25486
25487 2004-05-18  David Schleef  <ds@schleef.org>
25488
25489         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25490         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25491         to allow qtdemux to use non-seekable streams. (bug #142272)
25492
25493 2004-05-18  David Schleef  <ds@schleef.org>
25494
25495         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25496         (gst_resample_sinc_ft_float): Remove use of static temporary
25497         buffer.  This code was obviously not supposed to last long, but
25498         it's stuck in our ABI, so it required a little hack to make it
25499         ABI-compatible.  Fixes #142585.
25500         * gst-libs/gst/resample/resample.h: same.
25501
25502 2004-05-18  David Schleef  <ds@schleef.org>
25503
25504         * configure.ac: Add sunaudio
25505         * examples/Makefile.am: make gstplay depend on gconf
25506         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25507         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25508         (convert_table_lookup), (img_convert): remove c99-isms
25509         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25510           unsigned, to fix a warning on Solaris
25511         * gst/mpeg1sys/systems.c: bcopy->memcpy
25512         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25513         * sys/Makefile.am: Add sunaudio
25514
25515 2004-05-18  Wim Taymans  <wim@fluendo.com>
25516
25517         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25518         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25519         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25520         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25521         (gst_ogg_mux_loop):
25522         Fix an ugly memleak where the muxer didn't flush enough ogg
25523         pages. This also resulted in badly muxed ogg files.
25524
25525 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25526
25527         * gst/asfdemux/asfheaders.c :
25528         * gst/asfdemux/asfheaders.h :
25529         * gst/asfdemux/gstasfdemux.c :
25530           - fix ASF_OBJ_PADDING guid
25531           - add 3 new object guids (language list, metadata,
25532             extended stream properties)
25533           - add a function to parse extended header objects
25534
25535 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25536
25537         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25538           remove leftover debugging g_print
25539
25540 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25541
25542         * ext/mad/gstmad.c: (gst_mad_handle_event):
25543           Fix for when the first format in a discont event is not a
25544           byte-based one. Should fix #137710.
25545
25546 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25547
25548         * m4/a52.m4 : fix compilation with -Wall -Werror
25549         * m4/libfame.m4 : idem
25550         * m4/libmikmod.m4 : idem
25551
25552 2004-05-17  Benjamin Otte  <otte@gnome.org>
25553
25554         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25555           signal the new tags before giving up the reference
25556
25557 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25558
25559         * ext/shout2/gstshout2.c:
25560           use application/ogg instead of application/x-ogg (patch by Patrick
25561           Guimond, fixes #142432)
25562         * sys/oss/gstosselement.c: (gst_osselement_reset),
25563         (gst_osselement_sync_parms):
25564           don't set fragment size unless specified (fixes #142493)
25565
25566 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25567
25568         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25569           fixes #142664
25570
25571 2004-05-17  Benjamin Otte  <otte@gnome.org>
25572
25573         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25574           compute offsets correctly for internal buffers so timestamps are set
25575           correctly when we can't seek. Also handle cases where there are no
25576           offsets. (based on a patch by David Moore, fixes #142507)
25577
25578 2004-05-17  Benjamin Otte  <otte@gnome.org>
25579
25580         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25581           use correct variable when determining amount of data to skip so we
25582           don't skip into the void and segfault
25583
25584 2004-05-16  Benjamin Otte  <otte@gnome.org>
25585
25586         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25587           Hi, I'm a memleak
25588
25589 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25590
25591         * gst/asfdemux/gstasfdemux.c:
25592           - fix a mem leak and always propagate tags
25593           - add WMV3 to known video codecs (but no decoder yet)
25594           - replace "surplus data" at end of audio header for what
25595             it is : codec specific data
25596           - fix a typo
25597
25598 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25599
25600         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25601
25602         * gst-libs/gst/audio/audioclock.c:
25603           Fix wrong return type (#142205).
25604
25605 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25606
25607         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25608           Ignore CRCs by default (fixes #142566).
25609
25610 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25611
25612         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25613         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25614         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25615         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25616         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25617         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25618           Fix for cases where we fail to attach to a mixer.
25619
25620 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25621
25622         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25623           Don't touch events after not owning them anymore.
25624         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25625         (gst_wavparse_fmt), (gst_wavparse_other),
25626         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25627         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25628         (gst_wavparse_srcpad_event):
25629         * gst/wavparse/gstwavparse.h:
25630           Add seeking, fix querying.
25631
25632 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25633
25634         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25635           - process comments even if they don't end with \0\0
25636             g_convert would ignore them if present and works well without them
25637
25638 2004-05-16  Benjamin Otte  <otte@gnome.org>
25639
25640         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25641           simplify caps
25642
25643 2004-05-16  Benjamin Otte  <otte@gnome.org>
25644
25645         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25646           don't write to memory we might not write to - g_convert does that
25647           for us anyway (fixes #142613)
25648         (gst_asf_demux_audio_caps):
25649           comment out gst_util_dump_mem
25650
25651 2004-05-16  Benjamin Otte  <otte@gnome.org>
25652
25653         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25654           compute correct expected timestamps after seek (broken since
25655           last commit)
25656         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25657           rename element and debugging category to gdkpixbufscale
25658
25659 2004-05-16  Benjamin Otte  <otte@gnome.org>
25660
25661         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25662           add error checking to snd_pcm_delay and remove duplicate call to
25663           snd_pcm_delay that caused issues (see inline code comments)
25664         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25665           make more readable and fix return value when snd_pcm_delay fails
25666         (fixes #142586)
25667
25668 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25669         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25670         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25671         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25672         (gst_pixbufscale_link), (gst_pixbufscale_init),
25673         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25674         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25675         (gst_pixbufscale_get_property), (pixbufscale_init):
25676         * ext/gdk_pixbuf/pixbufscale.h:
25677         Add these files I forgot earlier
25678
25679 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25680         * ext/gdk_pixbuf/Makefile.am:
25681         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25682         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25683         Add new pixbufscale element to scale RGB video
25684         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25685         and HYPER interpolation correctly.
25686         * ext/theora/theoraenc.c: (theora_enc_chain),
25687         Discard buffer and return if explicit caps could not be set
25688         (theora_enc_get_property):
25689         Make _get return kbps for the bitrate consistent with
25690         the _set function.
25691
25692
25693 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25694
25695         * ext/libvisual/visual.c: (gst_visual_chain):
25696           add missing visual_audio_analyze
25697
25698 2004-05-14  David Schleef  <ds@schleef.org>
25699
25700         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25701         is killed while we're playing.
25702         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25703         gst_element_no_more_pads().
25704
25705 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25706
25707         * gst-libs/gst/riff/riff-read.c :
25708           - fix INFO tag extraction in RIFF/AVI files
25709             because gst_event_unref (event) also freed taglist
25710           - avoid a mem leak
25711
25712 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25713
25714         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25715         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25716
25717         * gst/auparse/gstauparse.c :
25718           - add code (commented for now) to support audio/x-adpcm on src pad
25719             (we have no decoder for those layout yet)
25720
25721         * gst/cdxaparse/gstcdxaparse.c :
25722         * gst/cdxaparse/gstcdxaparse.h :
25723           - partial rewrite using RiffRead (ripped iain's wavparse code)
25724
25725         * gst/rtp/gstrtpL16enc.c : typo
25726         * gst/rtp/gstrtpgsmenc.c : typo
25727
25728 2004-05-13  Benjamin Otte  <otte@gnome.org>
25729
25730         * configure.ac:
25731           check for exact version of libvisual, it's not supposed to be
25732           API/ABI stable yet
25733
25734 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25735
25736         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25737           signal no-more-pads
25738
25739 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25740
25741         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25742         Report which format was used for GST_FORMAT_DEFAULT
25743         * gst/debug/Makefile.am:
25744         * gst/debug/gstdebug.c: (plugin_init):
25745         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25746         (gst_progressreport_class_init), (gst_progressreport_init),
25747         (gst_progressreport_report), (gst_progressreport_set_property),
25748         (gst_progressreport_get_property), (gst_progressreport_chain),
25749         (gst_progressreport_plugin_init):
25750         Add progressreport element for testing.
25751
25752 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25753
25754         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25755         * sys/v4l/gstv4lsrc.h:
25756         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25757         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25758         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25759         (gst_v4lsrc_grab_frame):
25760           add more debugging
25761           send a discont at start
25762
25763 2004-05-12  Colin Walters  <walters@redhat.com>
25764
25765         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25766         inflooping if we can't find a chunk.  Or in other words, don't blow
25767         chunks if we don't have a chunk to blow.
25768
25769 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25770         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25771         Remove old debug output
25772         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25773         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25774         (gst_dvdec_set_property), (gst_dvdec_get_property):
25775         Change the quality setting to an enum, so it works from gst-launch
25776         Don't renegotiate a non-linked pad. Allows audio only decoding.
25777         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25778         (gst_deinterlace_link), (gst_deinterlace_init):
25779         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25780         (gst_videodrop_link):
25781         Some caps negotiation fixes
25782
25783 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25784
25785         * ext/tarkin/gsttarkin.c :
25786           - Change RANK from NONE to PRIMARY
25787         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25788           - Change RANK from NONE to MARGINAL
25789         * ext/divx/gstdivxenc.c :
25790           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25791
25792 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25793
25794         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25795         (gst_vorbisenc_push_packet):
25796           copy a function that was added between 1.0 and 1.0.1 until we
25797           depend on worthwhile features of post-1.0
25798
25799 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25800
25801         * configure.ac:
25802           enable shout2 by default
25803         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25804         (gst_shout2send_base_init), (gst_shout2send_init),
25805         (gst_shout2send_connect), (gst_shout2send_change_state):
25806         * ext/shout2/gstshout2.h:
25807           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25808           #142262)
25809         * ext/theora/theora.c: (plugin_init):
25810           don't set rank on encoders
25811
25812 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25813
25814         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25815           Use codec_data property instead of flag1 and flag2 for wma
25816
25817 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25818
25819         * gst/cdxaparse/gstcdxaparse.c :
25820           - Add mpegversion to CAPS to make it link
25821           - Rank is as GST_RANK_SECONDARY instead of NONE
25822         * gst/auparse/gstauparse.c :
25823           - Document all audio encoding we can encounter from Solaris 9
25824             headers and libsndfile information.
25825           - Increase max. rate from 48000 to 192000 (to match other elements)
25826           - Don't try to play junk data between header and samples
25827
25828 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25829
25830         * ext/libvisual/visual.c: (gst_visual_getcaps):
25831           use the right caps depending on endianness (I hope)
25832         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25833           use GST_RANK_NONE for all non-decoding elements or spider gets
25834           mighty confused
25835
25836 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25837
25838         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25839           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25840
25841 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25842
25843         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25844         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25845         (gst_switch_loop), (gst_switch_get_type):
25846           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25847           HEADERS. Had to be said.
25848
25849 2004-05-10  David Schleef  <ds@schleef.org>
25850
25851         * configure.ac: Add prototype Dirac support.
25852         * ext/Makefile.am:
25853         * ext/dirac/Makefile.am:
25854         * ext/dirac/gstdirac.cc:
25855         * ext/dirac/gstdiracdec.cc:
25856
25857 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25858
25859         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25860         (gst_auparse_init), (gst_auparse_chain),
25861         (gst_auparse_change_state):
25862           Hack around spider. Remove me some day please.
25863
25864 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25865
25866         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25867           Fix for some uninitialized variables in previous patch, also
25868           makes it work. Fixes #142286 while we're at it.
25869
25870 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25871
25872         * gst/auparse/gstauparse.c:
25873                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25874                 only unsupported formats are ADPCM/CCITT G.72x
25875                 reviewed by Ronald
25876         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25877
25878 2004-05-10  Wim Taymans  <wim@fluendo.com>
25879
25880         * ext/vorbis/Makefile.am:
25881         * ext/vorbis/README:
25882         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25883         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25884         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25885         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25886         (gst_oggvorbisenc_convert_sink),
25887         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25888         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25889         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25890         (get_constraints_string), (update_start_message),
25891         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25892         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25893         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25894         * ext/vorbis/oggvorbisenc.h:
25895         * ext/vorbis/vorbis.c: (plugin_init):
25896         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25897         (raw_caps_factory), (gst_vorbisenc_class_init),
25898         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25899         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25900         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25901         * ext/vorbis/vorbisenc.h:
25902         Added a raw vorbis encoder to be used with the oggmuxer.
25903         We still need the old encoder for some gnome applications,
25904         read the README to find out how that works.
25905         The raw encoder is called "rawvorbisenc" until 0.9.
25906
25907 2004-05-10  Wim Taymans  <wim@fluendo.com>
25908
25909         * ext/ogg/gstogg.c: (plugin_init):
25910         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25911         (gst_ogg_print):
25912         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25913         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25914         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25915         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25916         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25917         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25918         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25919         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25920         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25921         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25922         Added an ogg muxer.
25923         Small typo fixes in the demuxer.
25924
25925 2004-05-10  Wim Taymans  <wim@fluendo.com>
25926
25927         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25928         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25929         (theora_enc_change_state), (theora_enc_set_property),
25930         (theora_enc_get_property):
25931         Mark the last packet with an EOS flag which is not really needed
25932         in gstreamer.
25933         Do some better video framerate initialisation.
25934         Update the buffer timestamp.
25935
25936 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25937
25938         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25939         Return the result of the parent state change call
25940
25941 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25942
25943         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25944         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25945         * gst/law/alaw-encode.c : (idem)
25946         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25947         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25948         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25949
25950 2004-05-09  Benjamin Otte  <otte@gnome.org>
25951
25952         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25953           don't use a fixed buffer size when writing variable length data to
25954           it. Fixes memory corruption and makes alsasrc work
25955
25956 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25957
25958         * ext/gnomevfs/gstgnomevfssink.c:
25959         (_gst_boolean_allow_overwrite_accumulator),
25960         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25961           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25962           RUN_LAST, and don't use that to set the accumulator value because
25963           then it's always FALSE.
25964
25965 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25966
25967         * gst-libs/gst/riff/riff-media.c:
25968         (gst_riff_create_video_caps_with_data),
25969         (gst_riff_create_audio_caps),
25970         (gst_riff_create_audio_template_caps):
25971         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25972           Fix for unaligned RIFF files (i.e. where all the chunks together
25973           in a LIST chunk are not of the same size as the size given in
25974           the LIST chunk header). Fixes several odd WAVE files. Also fix
25975           ADPCM (block_align property) in audio, so that wavparse based
25976           on this works now as it used to stand-alone.
25977
25978 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25979
25980         reviewed by Benjamin Otte  <otte@gnome.org>
25981
25982         * ext/a52dec/gsta52dec.c:
25983         * ext/divx/gstdivxdec.c:
25984         * ext/divx/gstdivxenc.c:
25985         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25986         * ext/faac/gstfaac.c: (gst_faac_base_init):
25987         * ext/faad/gstfaad.c: (gst_faad_base_init):
25988         * ext/ivorbis/vorbisfile.c:
25989         * ext/lame/gstlame.c:
25990         * ext/libfame/gstlibfame.c:
25991         * ext/mpeg2enc/gstmpeg2enc.cc:
25992         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25993         * ext/sidplay/gstsiddec.cc:
25994         * ext/speex/gstspeexdec.c:
25995         * ext/speex/gstspeexenc.c:
25996         * ext/xvid/gstxviddec.c:
25997         * ext/xvid/gstxvidenc.c:
25998           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25999           (fixes #142193)
26000
26001 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26002
26003         * ext/alsa/gstalsa.c: (device_list),
26004         (gst_alsa_class_probe_devices):
26005         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
26006           Fix alsa oddness in mixer after the combination of using mixer
26007           in source/sink elements and using hw:x,y instead of just hw:x.
26008
26009 2004-05-09  Benjamin Otte  <otte@gnome.org>
26010
26011         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
26012         (gst_wavparse_create_sourcepad):
26013           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
26014           sourcepads
26015
26016 2004-05-09  Benjamin Otte  <otte@gnome.org>
26017
26018         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26019           allow discont events before caps nego
26020
26021 2004-05-08  Benjamin Otte  <otte@gnome.org>
26022
26023         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26024           don't leak events
26025
26026 2004-05-08  Benjamin Otte  <otte@gnome.org>
26027
26028         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
26029         (gst_level_change_state), (gst_level_init):
26030         * gst/level/gstlevel.h:
26031           figure out if we're initialized directly instead of keeping a
26032           variable that's wrong in 90% of cases
26033           don't initialize pads and then leak them and use a new unitialized
26034           pad. (fixes #142084)
26035           these were bugs so n00bish I didn't find them for an hour :/
26036
26037 2004-05-08 Iain <iain@prettypeople.org>
26038
26039         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
26040         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
26041         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
26042         return the length that was read.
26043         (gst_riff_read_strf_auds): Allow fmt tags as well.
26044
26045 2004-05-07  David Schleef  <ds@schleef.org>
26046
26047         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
26048         signed char assumption in faad.h.
26049
26050 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26051
26052         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
26053           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
26054
26055 2004-05-07  Colin Walters  <walters@redhat.com>
26056
26057         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
26058         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
26059         function.
26060         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
26061         Add dispose function.
26062
26063 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
26064         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
26065           Fix caps nego and pad templates. RGB mode caps should
26066           work now.
26067         * ext/dvdnav/gst-dvd:
26068           Move mpeg2dec inside the thread because otherwise the
26069           queue rejects cap changes mid-stream
26070         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26071         (gst_mpeg2dec_flush_decoder):
26072           For mpeg2dec > 0.4.0, call the flush function instead of
26073           manually extracting all in-flight frames.
26074         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
26075         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
26076           Change mime type video/dv go video/x-dv to match the
26077           rest of gst-plugins
26078
26079 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26080
26081         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26082         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
26083         (gst_alsa_sink_class_init):
26084         * ext/alsa/gstalsasink.h:
26085         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
26086         (gst_alsa_src_class_init):
26087         * ext/alsa/gstalsasrc.h:
26088           Make alsasink/src a subclass of alsamixer so that mixer stuff
26089           shows up in gst-rec. Needs some finetuning.
26090
26091 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26092
26093         * ext/lame/gstlame.c: (gst_lame_chain):
26094           simplify
26095         * ext/mad/gstmad.c: (gst_mad_handle_event):
26096           fix event leak
26097         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
26098           be able to detect mp3 files < 4096 bytes
26099
26100 2004-05-06  Wim Taymans  <wim@fluendo.com>
26101
26102         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26103         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26104         (theora_enc_set_property), (theora_enc_get_property):
26105         Also encode the first frame, cleanup some code.
26106
26107 2004-05-06  Wim Taymans  <wim@fluendo.com>
26108
26109         * ext/mpeg2enc/gstmpeg2enc.cc:
26110         Forward events first before deciding that negotiation was
26111         not performed.
26112
26113 2004-05-06  Wim Taymans  <wim@fluendo.com>
26114
26115         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26116         First process the events before deciding that negotiation
26117         was not performed.
26118
26119 2004-05-06  Wim Taymans  <wim@fluendo.com>
26120
26121         * ext/theora/Makefile.am:
26122         * ext/theora/theora.c: (plugin_init):
26123         * ext/theora/theoradec.c: (theora_dec_change_state):
26124         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
26125         (gst_theora_enc_class_init), (gst_theora_enc_init),
26126         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
26127         (theora_enc_chain), (theora_enc_change_state),
26128         (theora_enc_set_property), (theora_enc_get_property):
26129         Added a theora encoder, grouped the encoder and decoder into the
26130         same plugin.
26131
26132 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26133
26134         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26135         (gst_jpegenc_chain):
26136         fix DURATION on outgoing buffers
26137         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26138         debug using time formats
26139         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26141         (gst_xvimagesink_sink_link):
26142         windows with width/height 0 generate X errors, so don't allow them
26143
26144 2004-05-05  Wim Taymans  <wim@fluendo.com>
26145
26146         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
26147         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
26148         (gst_mpeg2dec_negotiate_format):
26149         * ext/mpeg2dec/gstmpeg2dec.h:
26150           removed the static pad template so that we can add the
26151           more accurate framerate value to the caps.
26152
26153
26154 2004-05-04  Benjamin Otte  <otte@gnome.org>
26155
26156         * configure.ac:
26157           check for kdemacros.h, too (should fix #141821)
26158         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26159           don't crash if no header was sent, but nicely error out (fixes part
26160           of #141554)
26161
26162 2004-05-04  Wim Taymans  <wim@fluendo.com>
26163
26164         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26165         parent dispose function to avoid segfault on destroy.
26166
26167 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26168
26169         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26170         (plugin_init):
26171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26172         (gst_xvimagesink_sink_link):
26173         clean up debugging caps
26174         also recreate xvimage when format has changed
26175
26176 2004-05-04  Benjamin Otte  <otte@gnome.org>
26177
26178         * ext/libvisual/Makefile.am:
26179         * ext/libvisual/visual.c: (gst_visual_class_init),
26180         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26181         (gst_visual_srclink), (gst_visual_chain),
26182         (gst_visual_change_state), (plugin_init):
26183           use a GstAdapter to correctly adapt buffer sizes - allows using a
26184           framerate
26185
26186 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26187
26188         * sys/v4l/gstv4lelement.h:
26189         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26190         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26191         (gst_v4lsrc_buffer_free):
26192         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26193         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26194         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26195         (gst_v4lsrc_requeue_frame):
26196         move some debugging categories around
26197         query for fps index and set accordingly if found
26198
26199 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26200
26201         * ext/lame/gstlame.c:
26202         correct defaults that lame_init puts out of range
26203
26204 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26205
26206         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26207         (gst_divxenc_class_init):
26208         fix range since -1 is the default
26209         * gst/mpeg1sys/gstmpeg1systemencode.c:
26210         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26211         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26212         (gst_rtjpegdec_chain):
26213         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26214         (gst_rtjpegenc_chain):
26215         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26216         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26217         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26218         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26219         * sys/v4l/gstv4lsrc.c:
26220         * sys/v4l/v4l_calls.c: (gst_v4l_open):
26221         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26222         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26223         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26224         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26225           remove gst_info calls
26226
26227 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26228
26229         * Makefile.am:
26230         * po/af.po:
26231         * po/az.po:
26232         * po/en_GB.po:
26233         * po/nl.po:
26234         * po/sr.po:
26235         * po/sv.po:
26236           Updated translations
26237
26238 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26239
26240         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26241           refactor/comment code
26242
26243 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26244
26245         * gst/asfdemux/Makefile.am:
26246         * gst/asfdemux/asfheaders.c:
26247         * gst/asfdemux/asfheaders.h:
26248         * gst/asfdemux/gstasf.c: (plugin_init):
26249         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26250         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26251         (gst_asf_demux_setup_pad):
26252         * gst/asfdemux/gstasfdemux.h:
26253         * gst/asfdemux/gstasfmux.c:
26254         * gst/asfdemux/gstasfmux.h:
26255           Add tagging support to demuxer, split out registration in its own
26256           file instead of in demux (hacky), and prevent having some tables
26257           in our memory multiple times (in asfheaders.h).
26258
26259 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26260
26261         * gst/matroska/matroska-demux.c:
26262         (gst_matroska_demux_parse_metadata):
26263         * gst/matroska/matroska-ids.h:
26264           Basic tag reading support.
26265
26266 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26267
26268         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26269           Really detect ac-3 audio.
26270         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26271           really detect matroska files (off-by-1).
26272
26273 2004-04-30  David Schleef  <ds@schleef.org>
26274
26275         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26276         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26277         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26278         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26279         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26280         hackage -- parse a lot more atoms, extract a few tags.  One might even
26281         mistake this for tag support.  Maybe it is.
26282         * gst/qtdemux/qtdemux.h:
26283
26284 2004-04-30  Colin Walters  <walters@verbum.org>
26285
26286         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26287
26288 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26289
26290         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26291         (gst_ffmpegcolorspace_getcaps):
26292           remove broken nego fix
26293
26294 2004-04-30  Benjamin Otte  <otte@gnome.org>
26295
26296         * configure.ac:
26297         * ext/Makefile.am:
26298         * ext/libvisual/Makefile.am:
26299         * ext/libvisual/visual.c:
26300           add initial support for libvisual (http://libvisual.sourceforge.net)
26301           libvisual is still quite alpha, so expect crashes in there :)
26302
26303 2004-04-29  David Schleef  <ds@schleef.org>
26304
26305         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26306         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26307         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26308         code; you will no longer respect me.
26309
26310 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26311
26312         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26313         * ext/alsa/gstalsa.h :
26314         change alsa pcm device discovery to find more than 1 device
26315         per card. code review by Ronald.
26316
26317 2004-04-29  David Schleef  <ds@schleef.org>
26318
26319         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26320         Add a check for a driver bug on FreeBSD.  (bug #140565)
26321
26322 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26323
26324         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26325         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26326         (gst_jpegenc_getcaps):
26327           move format setting to inner loop
26328         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26329         (gst_ffmpegcolorspace_getcaps):
26330           use GST_PAD_CAPS if available so that we use already negotiated
26331           caps
26332         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26333         (qtdemux_parse_moov), (qtdemux_parse):
26334           extra debugging
26335         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26336         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26337           move hardcoded path to DEFINE
26338
26339 2004-04-28  David Schleef  <ds@schleef.org>
26340
26341         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26342         (bug #140064)
26343
26344 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26345
26346         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26347           Don't probe for playback device if we're a source element. Fixes
26348           #139658.
26349
26350 2004-04-29  Benjamin Otte  <otte@gnome.org>
26351
26352         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26353         (gst_id3_tag_chain):
26354           rewrite buffer offset
26355
26356 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26357
26358         * configure.ac:
26359         * ext/Makefile.am:
26360         * ext/dts/Makefile.am:
26361         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26362         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26363         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26364         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26365         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26366         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26367         (plugin_init):
26368         * ext/dts/gstdtsdec.h:
26369           New DTS decoder.
26370         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26371         (gst_faad_srcconnect):
26372           Add ESDS atom handling (.m4a).
26373
26374 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26375
26376         * ext/divx/gstdivxdec.c: (plugin_init):
26377           Remove comment that makes no sense.
26378         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26379           Fix for obvious typo that resulted in warnings during gst-register.
26380         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26381         (gst_xviddec_sink_link):
26382           Fix caps negotiation a bit better.
26383         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26384           We call this 'codec_data', not 'esds'.
26385
26386 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26387
26388         * gst/monoscope/gstmonoscope.c:
26389           make sure we only provide 256x128
26390         * gst/monoscope/monoscope.c: (monoscope_init):
26391           assert size of 256x128
26392
26393 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26394
26395         * Makefile.am:
26396         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26397         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26398           fixate to max width and height of device
26399
26400 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26401
26402         * Makefile.am:
26403         * sys/v4l/gstv4l.c:
26404         * sys/v4l/gstv4lsrc.c:
26405         * sys/v4l/v4l_calls.c:
26406         * sys/v4l/v4lsrc_calls.c:
26407           fix for qc-usb driver which fakes having more than one buffer
26408           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26409           buffer_free override
26410           add debugging
26411
26412 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26413
26414         * Makefile.am:
26415         * gst/videotestsrc/gstvideotestsrc.c:
26416         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26417         (gst_videotestsrc_init), (gst_videotestsrc_get),
26418         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26419         * gst/videotestsrc/gstvideotestsrc.h:
26420           add num-buffers property
26421
26422         2004-04-26  Benjamin Otte  <otte@gnome.org>
26423
26424         * ext/mad/gstid3tag.c: (plugin_init):
26425           set id3mux rank to NONE so it doesn't confuse spider
26426           require audio/mpeg,mpegversion=1 in id3mux
26427
26428 2004-04-26  Benjamin Otte  <otte@gnome.org>
26429
26430         * configure.ac:
26431           detect faad correctly as non-working if it's indeed non-working
26432
26433 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26434
26435         * Makefile.am:
26436         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26437         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26438         fix _getcaps so it only negotiates to its supported format
26439
26440 2004-04-25  Benjamin Otte  <otte@gnome.org>
26441
26442         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26443           fix memleak
26444
26445 2004-04-23  Benjamin Otte  <otte@gnome.org>
26446
26447         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26448           audio/x-raw-int with height rules! not. Now it's depth.
26449
26450 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26451
26452         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26453         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26454         (gst_wavparse_loop):
26455           Missing variable initialization. Add handling of DVI ADPCM. Fix
26456           mis-parsing of LIST chunks. This works around a bug where we mis-
26457           parse non-aligning LIST chunks (so LIST chunks where the contents
26458           don't align with the actual LIST size). The correct fix is to use
26459           rifflib, I'm not going to fix wavparse - too much work. All this
26460           fixes #104878.
26461
26462 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26463
26464         reviewed by Benjamin Otte  <otte@gnome.org>
26465
26466         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26467           fix shoutcast not working (fixes #140844)
26468
26469 2004-04-22  Benjamin Otte  <otte@gnome.org>
26470
26471         * ext/hermes/gsthermescolorspace.c:
26472         (gst_hermes_colorspace_caps_remove_format_info):
26473         * gst/colorspace/gstcolorspace.c:
26474         (gst_colorspace_caps_remove_format_info):
26475         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26476         (gst_ffmpegcolorspace_caps_remove_format_info):
26477           s/gst_caps_simplify/gst_caps_do_simplify/
26478
26479 2004-04-22  Benjamin Otte  <otte@gnome.org>
26480
26481         * gst-libs/gst/riff/riff-media.c:
26482         (gst_riff_create_video_caps_with_data):
26483           mpegversion is an int
26484         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26485           don't try to create pad templates with NULL caps, use any caps
26486           instead.
26487
26488 2004-04-20  David Schleef  <ds@schleef.org>
26489
26490         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26491         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26492         (bug #140384)
26493
26494 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26495
26496         reviewed by David Schleef
26497
26498         * ext/mad/gstid3tag.c: Add stdlib.h
26499         * gst/rtp/gstrtpgsmenc.c: same
26500         * gst/tags/gstid3tag.c: same
26501         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26502         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26503         GST_DISABLE_LOADSAVE use.
26504         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26505         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26506         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26507         atol(3)).
26508         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26509         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26510         strtoul(3)).
26511         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26512         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26513         $(ID3_CFLAGS).
26514         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26515         $(LIBFAME_CFLAGS).
26516
26517 2004-04-20  David Schleef  <ds@schleef.org>
26518
26519         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26520         last checkin.  Same idea.
26521
26522 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26523
26524         reviewed by David Schleef
26525
26526         * configure.ac: bump required gstreamer version to 0.8.1.1
26527         because of following changes [--ds]
26528
26529         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26530         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26531         (gst_riff_read_header):  Use GST_READ_UINT*
26532         macros to access possibly unaligned memory.
26533
26534         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26535         (mp3_type_find):  Use GST_READ_UINT*
26536         macros to access possibly unaligned memory.
26537         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26538         (speex_type_find): Likewise
26539
26540         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26541
26542         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26543         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26544         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26545         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26546         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26547         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26548         macros to access possibly unaligned memory.
26549
26550         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26551         Likewise.
26552
26553         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26554         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26555
26556         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26557         Likewise.
26558
26559         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26560         (gst_mpeg2subt_chain_subtitle): Likewise.
26561
26562         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26563         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26564         Likewise.
26565
26566         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26567         Likewise.
26568
26569         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26570         Likewise.
26571
26572         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26573         Likewise.
26574
26575 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26576
26577         * configure.ac:
26578           update required version of GStreamer because of GST_TIME_FORMAT
26579
26580 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26581
26582         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26583           remove leftover g_print
26584         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26585           don't try setting only a subset of the caps. We don't want to kill
26586           autoplugging on purpose
26587
26588 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26589
26590         * sys/ximage/ximagesink.c: (plugin_init):
26591         * sys/xvimage/xvimagesink.c: (plugin_init):
26592           add debugging categories
26593
26594 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26595
26596         * po/en_GB.po:
26597         * po/LINGUAS:
26598           Adding en_GB translation (Gareth Owen)
26599
26600 2004-04-20  David Schleef  <ds@schleef.org>
26601
26602         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26603         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26604         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26605         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26606         A number of new features and hacks to extract the esds atom and
26607         put it into the caps.  (bug #137724)
26608
26609 2004-04-19  David Schleef  <ds@schleef.org>
26610
26611         * gconf/Makefile.am: Fix for non-GNU make
26612         * gst-libs/gst/Makefile.am: Change directory order to handle
26613         GstPlay linking with gstinterfaces
26614         * gst-libs/gst/audio/make_filter: make use of tr portable
26615         * gst-libs/gst/play/Makefile.am: Add intended \
26616         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26617         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26618         function prototype instead of void *.
26619         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26620         macro.
26621         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26622         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26623         * gst/videofilter/make_filter: make use of tr portable
26624         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26625
26626 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26627
26628         * po/LINGUAS:
26629         * po/uk.po:
26630           Added Ukrainian translation (Maxim V. Dziumanenko)
26631
26632 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26633
26634         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26635         (gst_gsmdec_link), (gst_gsmdec_chain):
26636           Fix capsnego, simplify chain function slightly.
26637         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26638           Add GSM.
26639
26640 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26641
26642         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26643         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26644         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26645           Hack to make wavparse work with spider (always -> sometimes pad).
26646           Fixes #135862 && #140411.
26647
26648 2004-04-18  Benjamin Otte  <otte@gnome.org>
26649
26650         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26651         (gst_osselement_rate_probe_check),
26652         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26653           get rid of \n in debug output
26654
26655 2004-04-17  Iain <iain@prettypeople.org>
26656
26657         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26658         not just EOS.
26659
26660 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26661
26662         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26663         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26664         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26665         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26666         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26667         (gst_id3_tag_change_state), (plugin_init):
26668           deprecate id3tag element and replace with id3demux/id3mux.
26669           great side effect: this ugly file is now even uglier, yay!
26670         * ext/mad/gstmad.h:
26671           remove non-available function
26672           update for new get_type
26673
26674 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26675
26676         * configure.ac:
26677           require mpeg2dec >= 0.4.0
26678
26679 2004-04-17  Benjamin Otte  <otte@gnome.org>
26680
26681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26682         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26683         (gst_xvimagesink_set_xwindow_id):
26684           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26685           assorted cleanup fixes.
26686
26687 2004-04-16  David Schleef  <ds@schleef.org>
26688
26689         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26690         * sys/xvimage/xvimagesink.h: same
26691
26692 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26693
26694         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26695           Fix GST_ELEMENT_ERROR with (NULL)
26696
26697 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26698
26699         * gst-libs/gst/riff/riff-media.c:
26700         (gst_riff_create_video_caps_with_data):
26701           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26702
26703 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26704
26705         * gst-libs/gst/riff/riff-media.c:
26706         (gst_riff_create_video_caps_with_data),
26707         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26708         (gst_riff_create_video_template_caps),
26709         (gst_riff_create_audio_template_caps):
26710         * gst-libs/gst/riff/riff-media.h:
26711         * gst-libs/gst/riff/riff-read.c:
26712         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26713         * gst-libs/gst/riff/riff-read.h:
26714         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26715           Add MS RLE support. I added some functions to read out strf chunks
26716           into strf chunks and the data behind it. This is usually color
26717           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26718           caps creation. Lastly, add ADPCM (similar to wavparse - which
26719           should eventually be rifflib based).
26720         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26721         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26722         * gst/matroska/matroska-demux.h:
26723           Remove placeholders for some prehistoric tagging system. Didn't add
26724           support for any tag system really anyway.
26725         * gst/qtdemux/qtdemux.c:
26726           Add support for audio/x-m4a (MPEG-4) through spider.
26727         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26728         (gst_wavparse_loop):
26729           ADPCM support (#135862). Increase max. buffer size because we
26730           cannot split buffers for ADPCM (screws references) and I've seen
26731           files with 2048 byte chunks. 4096 seems safe for now.
26732
26733 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26734
26735         * configure.ac: bump nano to 1
26736
26737 === release 0.8.1 ===
26738
26739 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26740
26741         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26742
26743 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26744
26745         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26746           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26747           Fixes #140058
26748
26749 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26750
26751         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26752           lower rank of dvddemux so that it's not used for mpeg playback.
26753
26754 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26755
26756         * configure.ac:
26757           save libs correctly when checking mad
26758
26759 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26760
26761         * ext/mad/gstid3tag.c: (plugin_init):
26762           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26763
26764 2004-04-13  David Schleef  <ds@schleef.org>
26765
26766         * common/m4/gst-feature.m4: Call -config scripts with
26767         --plugin-libs if it is supported.
26768         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26769         JPEG images are image/jpeg.
26770         * gst/debug/Makefile.am:
26771         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26772         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26773         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26774         (gst_negotiation_plugin_init): Add a property that acts like
26775         filter caps.
26776         * testsuite/gst-lint:  Move license checking to be a standard
26777         test.
26778
26779 2004-04-13  David Schleef  <ds@schleef.org>
26780
26781         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26782         patch from Sebastien Cote (bug #139958)
26783
26784 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26785
26786         * examples/gstplay/Makefile.am:
26787         * examples/gstplay/player.c: (main):
26788           make the commandline player example use gconf settings
26789
26790 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26791
26792         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26793         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26794         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26795           init/end library during state transition, not object
26796           creation/disposal.  get rid of custom dispose handler.
26797
26798
26799 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26800
26801         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26802         be a symlink
26803
26804 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26805
26806         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26807           Handle JUNK chunks inside data section. Prevents warnings.
26808
26809 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26810
26811         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26812         (gst_riff_create_video_template_caps):
26813           Add MS video v1.
26814         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26815         (gst_avi_demux_stream_data):
26816           Add support for "rec-list" chunks.
26817
26818 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26819
26820         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26821           Fix another codecname mismatch.
26822
26823 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26824
26825         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26826           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26827           so that MJPEG plays back.
26828
26829 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26830
26831         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26832         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26833         * gst/mpeg1videoparse/gstmp1videoparse.h:
26834           Fix for some slight mis-cuts in buffer parsing, and for some
26835           potential overflows or faults-causers. Adds disconts. Also fixes
26836           #139105 while we're at it.
26837
26838 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26839
26840         * configure.ac:
26841         * sys/v4l2/gstv4l2element.h:
26842           Workaround for missing struct v4l2_buffer declaration in Suse 9
26843           and Mandrake 10 linux/videodev2.h header file (#135919).
26844
26845 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26846
26847         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26848           Bail out if no filename was given.
26849
26850 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26851
26852         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26853         (gst_v4l2_fourcc_from_structure):
26854           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26855           Y41B somewhere).
26856
26857 2004-04-09  Benjamin Otte  <otte@gnome.org>
26858
26859         * ext/gnomevfs/gstgnomevfssink.c:
26860         (_gst_boolean_allow_overwrite_accumulator),
26861         (gst_gnomevfssink_class_init):
26862           fix erase signal - if any handler returns false the file will not be
26863           overwritten. If no handler is connected, the file will not be
26864           overwritten either.
26865           renamed signal to "allow-overwrite"
26866         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26867           free string when adding it to ID3 failed
26868         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26869           unref event when done
26870         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26871           free caps
26872         * gst/typefind/gsttypefindfunctions.c:
26873         (mpeg_video_stream_type_find):
26874           fix invalid read
26875
26876 2004-04-08  David Schleef  <ds@schleef.org>
26877
26878         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26879         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26880
26881 2004-04-08  David Schleef  <ds@schleef.org>
26882
26883         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26884         we don't support (bug #139532)
26885
26886 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26887
26888         * ext/mad/gstmad.c: (gst_mad_handle_event),
26889         (gst_mad_check_caps_reset), (gst_mad_chain),
26890         (gst_mad_change_state):
26891           only set explicit caps if they haven't been set before for
26892           this stream.  MPEG-audio sample rate/channels aren't allowed
26893           to change in-stream.
26894           Fixes #139382
26895
26896 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26897
26898         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26899         (_gst_boolean_did_something_accumulator),
26900         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26901         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26902         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26903         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26904         (gst_gnomevfssink_change_state):
26905           Fix erase signal. Don't erase by default. Remove handoff signal.
26906           Remove erase property. Don't segfault. General cleanup.
26907
26908 2004-04-07  Benjamin Otte  <otte@gnome.org>
26909
26910         * gst-libs/gst/gconf/test-gconf.c: (main):
26911           add missing gst_init
26912
26913 2004-04-07  Benjamin Otte  <otte@gnome.org>
26914
26915         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26916           free the mutexes, too
26917
26918 2004-04-07  Benjamin Otte  <otte@gnome.org>
26919
26920         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26921           actually free the URI string
26922         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26923           compute offset correctly when passing discont events
26924         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26925           don't leak discont events
26926         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26927           add some missing breaks so caps aren't copied randomly
26928         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26929           if we realloc memory, we better use it
26930
26931 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26932
26933         * ext/mad/gstmad.c: (normal_seek):
26934           fix GST_FORMAT_TIME usage
26935
26936 2004-04-05  David Schleef  <ds@schleef.org>
26937
26938         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26939         a deprecated function (hack!)
26940
26941 2004-04-05  Benjamin Otte  <otte@gnome.org>
26942
26943         * ext/esd/esdmon.c: (gst_esdmon_get):
26944           fix nonterminated vararg and memleak
26945
26946 2004-04-05  Benjamin Otte  <otte@gnome.org>
26947
26948         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26949         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26950         (gst_ladspa_set_property), (gst_ladspa_get_property),
26951         (gst_ladspa_instantiate), (gst_ladspa_activate),
26952         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26953           clean up debugging
26954
26955 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26956
26957         reviewed by Benjamin Otte  <otte@gnome.org>
26958
26959         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26960           check for broken LADSPA parameters (fixes #138635)
26961
26962 2004-04-05  Benjamin Otte  <otte@gnome.org>
26963
26964         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26965           advertise buffer-frames correctly on sinkpads
26966
26967 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26968
26969         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26970         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26971         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26972         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26973         (gst_mad_check_caps_reset), (gst_mad_chain):
26974         add more debugging, only reset caps when we're not in error state
26975
26976 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26977
26978         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26979
26980 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26981
26982         reviewed by Benjamin Otte  <otte@gnome.org>
26983
26984         * configure.ac:
26985           fix == in test(1) operator
26986
26987 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26988
26989         reviewed by Benjamin Otte  <otte@gnome.org>
26990
26991         * configure.ac:
26992           fix --export-symblos-regex to a working regex.
26993
26994 2004-04-04  Benjamin Otte  <otte@gnome.org>
26995
26996         * sys/oss/.cvsignore:
26997           add for oss_probe
26998
26999 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
27000
27001         reviewed by Benjamin Otte  <otte@gnome.org>
27002
27003         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27004           add missing 'new_media' argument (fixes #138168)
27005         * gst/matroska/matroska-demux.c:
27006         (gst_matroska_demux_handle_seek_event):
27007           add vararg terminator (fixes #138169)
27008
27009 2004-04-02  David Schleef  <ds@schleef.org>
27010
27011         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
27012         disted (bug #138914)
27013
27014 2004-04-01  Benjamin Otte  <otte@gnome.org>
27015
27016         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
27017         (gst_alsa_close_audio):
27018           handle case better where a soundcard can't pause
27019         * ext/ogg/gstoggdemux.c:
27020           don't crash when we get events but don't have pads yet
27021
27022 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27023
27024         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27025           throw an error if we couldn't probe any caps.
27026
27027 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
27028
27029         * ext/dvdnav/gst-dvd:
27030         Add a really simple sample DVD player
27031
27032 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
27033
27034         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
27035         (gst_a52dec_push), (gst_a52dec_handle_event),
27036         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
27037         (gst_a52dec_change_state):
27038         * ext/a52dec/gsta52dec.h:
27039           Use a debug category, Output timestamps correctly
27040           Emit tag info, Handle events, tell liba52dec about cpu
27041           capabilities so it can use MMX etc.
27042         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
27043           Fix a crasher accessing invalid memory
27044         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
27045         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
27046         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
27047         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
27048         (dvdnavsrc_query):
27049           Some support for byte-format seeking.
27050           Small fixes for still frames and menu button overlays
27051         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
27052         (gst_mpeg2dec_alloc_buffer):
27053           Use a debug category. Adjust the report level of several items to
27054           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
27055           so it doesn't lose the GstBuffer pointer
27056         * gst/debug/Makefile.am:
27057         * gst/debug/gstdebug.c: (plugin_init):
27058         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
27059         (gst_navseek_base_init), (gst_navseek_class_init),
27060         (gst_navseek_init), (gst_navseek_seek),
27061         (gst_navseek_handle_src_event), (gst_navseek_set_property),
27062         (gst_navseek_get_property), (gst_navseek_chain),
27063         (gst_navseek_plugin_init):
27064         * gst/debug/gstnavseek.h:
27065           Add the navseek debug element for seeking back and forth in a
27066           video stream using arrow keys.
27067         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
27068         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
27069         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
27070         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
27071         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
27072         (gst_mpeg2subt_parse_header), (gst_get_nibble),
27073         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
27074         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
27075         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
27076         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
27077         * gst/mpeg2sub/gstmpeg2subt.h:
27078           Pretty much a complete rewrite. Now a loopbased element. May still
27079           require work to properly synchronise subtitle buffers.
27080         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
27081         (gst_dvd_demux_send_subbuffer):
27082         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
27083           Don't attempt to create subbuffers of size 0
27084           Reduce a couple of error outputs to warnings.
27085         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
27086         (gst_y4mencode_chain):
27087         Output the y4m frame header correctly.
27088
27089 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27090
27091         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27092           throw errors instead of allowing SIGFPE
27093
27094 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27095
27096         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
27097         (gst_gconf_render_bin_from_key):
27098           leak plugging and style fixing
27099
27100 2004-03-31  David Schleef  <ds@schleef.org>
27101
27102         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
27103         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
27104         (bug #138225)
27105         * gst/debug/Makefile.am:
27106         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
27107         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
27108         plugin.
27109         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
27110         (gst_negotiation_base_init), (gst_negotiation_class_init),
27111         (gst_negotiation_init), (gst_negotiation_getcaps),
27112         (gst_negotiation_pad_link), (gst_negotiation_chain),
27113         (gst_negotiation_set_property), (gst_negotiation_get_property),
27114         (gst_negotiation_plugin_init):  New element to talk about random
27115         negotiation things happening in a pipeline.
27116
27117 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27118
27119         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27120           fix integer addition with help of Stefan Kost
27121
27122 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27123
27124         * po/nl.po: updated Dutch translation (Elros Cyriatan)
27125
27126 2004-03-30  David Schleef  <ds@schleef.org>
27127
27128         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
27129         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
27130         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
27131         (bug #137504)
27132         * ext/mpeg2dec/gstmpeg2dec.h:
27133
27134 2004-03-30  David Schleef  <ds@schleef.org>
27135
27136         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
27137
27138 2004-03-30  David Schleef  <ds@schleef.org>
27139
27140         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
27141         Michael Petullo) to handle .mov
27142
27143 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27144
27145         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27146         (gst_osselement_rate_check_rate):
27147           probe caps correctly for sound cards that only support one format
27148
27149 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27150
27151         * ext/kio/kiosrc.cpp: (process_events):
27152           update handling event processing if inside KDE - untested
27153
27154 2004-03-29  David Schleef  <ds@schleef.org>
27155
27156         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27157         by 2 to not interfere with other colorspaces.
27158         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27159         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27160         one to not interfere with ffmpeg_colorspace.
27161
27162 2004-03-29  David Schleef  <ds@schleef.org>
27163
27164         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27165         aren't in the caps.
27166         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27167         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27168
27169 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27170
27171         * gst-libs/gst/riff/riff-media.c:
27172           fail on error, don't try to set stuff on NULL caps
27173
27174 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27175
27176         * configure.ac:
27177         * ext/Makefile.am:
27178         * ext/kio/Makefile.am:
27179         * ext/kio/kioreceiver.cpp:
27180         * ext/kio/kioreceiver.h:
27181         * ext/kio/kiosrc.cpp:
27182         * ext/kio/kiosrc.h:
27183           add experimental kiosrc plugin
27184         * ext/alsa/gstalsaplugin.c: (plugin_init):
27185           initialize debugging category only when we're sure registering the
27186           plugins worked.
27187
27188 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27189
27190         * examples/gstplay/player.c: (main):
27191         * gst-libs/gst/play/play.c: (gst_play_class_init),
27192         (gst_play_set_location), (gst_play_set_data_src),
27193         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27194         (gst_play_set_visualization), (gst_play_connect_visualization):
27195           check return values of element_set_state and return FALSE where
27196           failed
27197
27198 2004-03-29  Benjamin Otte  <otte@gnome.org>
27199
27200         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27201           try harder to check if an event is really a discont
27202
27203 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27204
27205         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27206         * po/az.po:
27207
27208 2004-03-28  Benjamin Otte  <otte@gnome.org>
27209
27210         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27211         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27212         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27213           get rid of non-standard "..." ranges in case statements.
27214
27215 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
27216
27217         * gst/mpegstream/gstmpegdemux.c:
27218         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27219         specific functionality split to the new dvddemux element.
27220         * gst/mpegstream/gstdvddemux.c:
27221         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27222         streams, derived from mpegdemux.
27223         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27224         up. SCR based timestamp rewriting can be turned off (will probably
27225         completely disappear soon).
27226         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27227         hacking. General cleanup. All printf statements replaced by
27228         debugging messages. Almost complete libdvdnav support.
27229         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27230         by events. New properties for audio and subpicture languages.
27231         (dvdnavsrc_update_highlight): Now uses events.
27232         (dvdnavsrc_user_op): Cleaned up.
27233         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27234         based). Lots of cleanup, and propper support for most libdvdnav
27235         events.
27236         (dvdnavsrc_make_dvd_event): New function.
27237         (dvdnavsrc_make_dvd_nav_packet_event): New function.
27238         (dvdnavsrc_make_clut_change_event): New function.
27239
27240 2004-03-26  Benjamin Otte  <otte@gnome.org>
27241
27242         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27243           fix bug where typefinding would claim it's theora whenever less then
27244           7 bytes of data were available
27245
27246 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27247
27248         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27249         (gst_alawdec_base_init), (gst_alawdec_class_init),
27250         (gst_alawdec_init), (gst_alawdec_chain):
27251         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27252         (gst_alawenc_base_init), (gst_alawenc_class_init),
27253         (gst_alawenc_init), (gst_alawenc_chain):
27254         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27255         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27256         (gst_mulawdec_init), (gst_mulawdec_chain):
27257         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27258         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27259         (gst_mulawenc_init), (gst_mulawenc_chain):
27260           Fix capsnego in all four, remove the unused property functions and
27261           simplify the chain functions slightly. I guess we could use macros
27262           or something similar for those, since the code is so similar, but
27263           I'm currently too lazy...
27264
27265 2004-03-24  David Schleef  <ds@schleef.org>
27266
27267         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27268         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27269         (gst_osselement_get_format_structure),
27270         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27271         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27272         (gst_osselement_rate_int_compare): Add code to handle rate probing
27273         (bug #120883)
27274         * sys/oss/gstosselement.h: same
27275         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27276         Use rate probing provided by osselement.
27277         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27278
27279 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27280
27281         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27282         (gst_xvidenc_get_property):
27283           ulong/int mess-up.
27284
27285 2004-03-24  David Schleef  <ds@schleef.org>
27286
27287         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27288         (gst_speexdec_init):
27289         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27290         (gst_speexenc_init):  Create the pad template correctly (from
27291         the static pad template, not a NULL pointer.)
27292
27293 2004-03-25  Benjamin Otte  <otte@gnome.org>
27294
27295         * gst/debug/Makefile.am:
27296         * gst/debug/breakmydata.c:
27297           add element that quasi-randomly changes bytes in the stream.
27298           Intended use is robustness checking of demuxers and decoders in
27299           media tests.
27300
27301 2004-03-24  Benjamin Otte  <otte@gnome.org>
27302
27303         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27304         (gst_alsa_probe_hw_params):
27305         * ext/alsa/gstalsa.h:
27306           debugging output fixes
27307
27308 2004-03-24  Benjamin Otte  <otte@gnome.org>
27309
27310         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27311           don't g_return_if_fail if element is PLAYING, fail silently as every
27312           other element.
27313         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27314           only fix needed for cast lvalue issues in gst-plugins
27315         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27316           add proxy_getcaps
27317
27318 2004-03-24  Benjamin Otte  <otte@gnome.org>
27319
27320         * gst/level/gstlevel.c: (gst_level_init):
27321           add proxying getcaps function, so level doesn't advertise impossible
27322           caps
27323
27324 2004-03-24  David Schleef  <ds@schleef.org>
27325
27326         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27327         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27328         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27329         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27330         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27331         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27332         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27333         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27334         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27335         messages.  Divide the chunk size by the compression ratio
27336         (needed for MACE audio)
27337
27338 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27339
27340         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27341           Fix buffer overflow read error.
27342
27343 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27344
27345         * ext/alsa/gstalsa.h:
27346           Remove unused entry.
27347         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27348           Add cinepak.
27349         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27350         (gst_videodrop_link), (gst_videodrop_chain):
27351           Fix, sort of. Was horribly broken with new capsnego. Bah...
27352
27353 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27354
27355         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27356         (plugin_init):
27357         Add a monkeysaudio typefind function
27358
27359 2004-03-23  Johan Dahlin  <johan@gnome.org>
27360
27361         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27362         (gst_play_video_fixate): Check so the structure has the field
27363         before trying to fixate them, this makes it possible to have
27364         fakesinks for video and audio output without printing errors on
27365         the output console.
27366
27367 2004-03-22  David Schleef  <ds@schleef.org>
27368
27369         * sys/oss/Makefile.am:
27370         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27371         (check_rate), (add_rate):  Rate probing test app.
27372
27373 2004-03-21  Benjamin Otte  <otte@gnome.org>
27374
27375         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27376         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27377           add a fixation function that pretty much does the right thing (fixes
27378           #137556)
27379
27380 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27381
27382         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27383
27384 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27385
27386         reviewed by: Benjamin Otte  <otte@gnome.org>
27387
27388         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27389           terminate gst_event_new_discontinuous correctly (fixes parts of
27390           #137711)
27391
27392 2004-03-19  David Schleef  <ds@schleef.org>
27393
27394         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27395         since it doesn't depend on X, and it's part of our ABI.
27396
27397 2004-03-19  Iain <iain@prettypeople.org>
27398
27399         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27400         is_int in the structure, not the local variable.
27401
27402 2004-03-19  David Schleef  <ds@schleef.org>
27403
27404         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27405         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27406         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27407         Improvements in caps negotiation.
27408
27409 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27410
27411         * po/LINGUAS:
27412         * po/af.po:
27413           adding Afrikaans (Petri Jooste)
27414
27415 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27416
27417         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27418         (gst_ffmpegcolorspace_chain):
27419         throw error instead of g_critical (#137588)
27420
27421 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27422
27423         * Makefile.am:
27424         * configure.ac:
27425           dist common and m4 correctly
27426         * po/sv.po:
27427
27428 2004-03-17  David Schleef  <ds@schleef.org>
27429
27430         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27431         (bug #137348)
27432
27433 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27434
27435         * po/LINGUAS:
27436         * po/sv.po:
27437           adding Swedish translation (Christian Rose)
27438
27439 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27440
27441         * Makefile.am: use release.mak
27442
27443 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27444
27445         * common/ChangeLog:
27446         * common/gst-autogen.sh:
27447           add some explanation about the version detection
27448         * configure.ac:
27449           fix X check
27450
27451 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27452
27453         * configure.ac: bump nano to 1
27454
27455 === release 0.8.0 ===
27456
27457 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27458
27459         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27460
27461 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27462
27463         * configure.ac:
27464           update libtool version
27465         * gst-libs/gst/media-info/Makefile.am:
27466           actually use libtool version
27467
27468 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27469
27470         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27471
27472 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27473
27474         * configure.ac:
27475         * gst-plugins.spec.in:
27476         * pkgconfig/Makefile.am:
27477         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27478         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27479         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27480         * pkgconfig/gstreamer-libs.pc.in:
27481         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27482         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27483         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27484         * pkgconfig/gstreamer-plugins.pc.in:
27485           remove @VERSION@ from some of the pc files since core and plugins
27486           are decoupled.
27487           created gstreamer-plugins.pc as it's a better name, but keeping
27488           -libs around for now to get fixes upstream done first.
27489
27490 2004-03-15  Julien MOUTTE <julien@moutte.net>
27491
27492         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27493         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27494         * gst-libs/gst/play/play.h:
27495
27496 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27497
27498         * *.c, *.cc: don't mix tabs and spaces
27499
27500 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27501
27502         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27503           use the new ffmpegcolorspace
27504         * gst-plugins.spec.in:
27505           package new colorspace and media-info
27506         * configure.ac:
27507         * pkgconfig/Makefile.am:
27508           fix some more disting issues
27509         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27510         * pkgconfig/gstreamer-media-info.pc.in:
27511           generate media-info pc files
27512
27513 2004-03-15  Johan Dahlin  <johan@gnome.org>
27514
27515         * *.h: Revert indenting
27516
27517 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27518
27519         * configure.ac:
27520           adding ffmpegcolorspace element
27521         * gst/ffmpegcolorspace/Makefile.am:
27522         * gst/ffmpegcolorspace/avcodec.h:
27523         * gst/ffmpegcolorspace/common.h:
27524         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27525         * gst/ffmpegcolorspace/dsputil.h:
27526         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27527         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27528         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27529         (gst_ffmpeg_caps_to_pix_fmt):
27530         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27531         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27532         (gst_ffmpegcolorspace_caps_remove_format_info),
27533         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27534         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27535         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27536         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27537         (gst_ffmpegcolorspace_set_property),
27538         (gst_ffmpegcolorspace_get_property),
27539         (gst_ffmpegcolorspace_register):
27540         * gst/ffmpegcolorspace/imgconvert.c:
27541         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27542         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27543         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27544         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27545         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27546         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27547         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27548         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27549         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27550         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27551         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27552         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27553         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27554         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27555         (img_get_alpha_info), (deinterlace_line),
27556         (deinterlace_line_inplace), (deinterlace_bottom_field),
27557         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27558         * gst/ffmpegcolorspace/imgconvert_template.h:
27559         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27560         * gst/ffmpegcolorspace/mmx.h:
27561         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27562           adding ffmpegcolorspace element supplied by Ronald after cleaning
27563           up and pulling in the right bits of upstream source.
27564           I'm sure a better C/compiler wizard could do some cleaning up (for
27565           example use GLIB's malloc stuff), but as a first pass this
27566           works very well
27567
27568 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27569
27570         * ext/alsa/gstalsa.h:
27571           I assume Ronald forgot to commit the change to have cardname
27572           as a struct member.  Expect some public spanking at the next
27573           opportunity.
27574
27575 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27576
27577         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27578         (gst_alsa_open_audio), (gst_alsa_close_audio):
27579         * ext/alsa/gstalsa.c:
27580           Don't open the device if we're a mixer (= padless).
27581         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27582         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27583         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27584           Open mixer during state change rather than during object
27585           initialization. Also, get a device name. Currently in a somewhat
27586           hackish fashion, but I didn't really find something better.
27587
27588 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27589
27590         * *.c, *.h: run gst-indent
27591
27592 2004-03-14  Benjamin Otte  <otte@gnome.org>
27593
27594         * gst/modplug/gstmodplug.cc:
27595         * gst/modplug/gstmodplug.h:
27596           set correct timestamps on outgoing buffers
27597
27598 2004-03-14  Benjamin Otte  <otte@gnome.org>
27599
27600         * gst/modplug/gstmodplug.cc:
27601           handle events - don't do crap when a discont arrives that's not
27602           necessary
27603           This allows correct loading and playback of mods in Rhythmbox
27604
27605 2004-03-14  Benjamin Otte  <otte@gnome.org>
27606
27607         * configure.ac:
27608         * gst-libs/gst/gconf/Makefile.am:
27609         * pkgconfig/Makefile.am:
27610           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27611           they get rebuilt properly
27612         * configure.ac:
27613           when checking for vorbis, try pkgconfig first.
27614         * gst/modplug/gstmodplug.cc:
27615           add fixate function
27616
27617 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27618
27619         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27620           Fix for obvious mistake, where we first shift the offset and then
27621           read a samplesize element assuming the old offset. Note that this
27622           part still has something weird, i.e. my movies containing those
27623           don't actually play well, but at least there's something that looks
27624           like sound now.
27625
27626 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27627         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27628         (plugin_init):
27629         Add a typefind function for speex format
27630
27631 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27632
27633         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27634         (gst_asf_demux_setup_pad):
27635           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27636           instead of 0. Reason is simple: some elements have a fps range
27637           of 1-max instead of 0-max. So now ASF video actually works.
27638
27639 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27640
27641         * po/LINGUAS:
27642         * po/sr.po:
27643           adding serbian as a language
27644
27645 2004-03-13  Benjamin Otte  <otte@gnome.org>
27646
27647         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27648           return taglist correctly from _get function, don't gst_pad_push it.
27649           (fixes #137042)
27650
27651 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27652         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27653
27654 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27655
27656         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27657         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27658         (gst_alsa_mixer_track_new):
27659         * ext/alsa/gstalsamixertrack.h:
27660           Fix ancient leftovers... MixerTrack is a GObject.
27661
27662 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27663
27664         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27665         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27666           Don't block during probing...
27667
27668 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27669
27670         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27671         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27672         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27673         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27674         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27675         (gst_alsa_open_audio), (gst_alsa_close_audio):
27676         * ext/alsa/gstalsa.h:
27677           Add propertyprobe interface implementation, add some device-name
27678           property, all this so that it looks good in gnome-volume-control.
27679
27680 2004-03-12  David Schleef  <ds@schleef.org>
27681
27682         * configure.ac: the Hermes library controls hermescolorspace, not
27683         colorspace.
27684         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27685         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27686         not /* */
27687         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27688         * ext/sdl/sdlvideosink.h: ditto.
27689         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27690
27691 2004-03-12  Benjamin Otte  <otte@gnome.org>
27692
27693         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27694         (gst_x_overlay_got_xwindow_id):
27695         * gst-libs/gst/xoverlay/xoverlay.h:
27696           replace XID with unsigned long to get rid of the xlibs dependency in
27697           XOverlay (fixes #137004)
27698
27699 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27700         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27701         (gst_agingtv_setup):
27702         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27703         (gst_dicetv_base_init), (gst_dicetv_class_init),
27704         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27705         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27706         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27707         (gst_edgetv_setup), (gst_edgetv_rgb32):
27708         * gst/effectv/gsteffectv.c:
27709         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27710         (gst_quarktv_set_property):
27711         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27712         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27713         (gst_revtv_setup), (gst_revtv_rgb32):
27714         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27715         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27716         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27717         (gst_shagadelictv_rgb32):
27718         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27719         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27720         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27721         * gst/effectv/gstwarp.c:
27722         Port everything that can be ported to videofilter and fix up the caps.
27723         Can someone with a big-endian machine please check these?
27724
27725 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27726
27727         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27728         (gst_osssink_chain), (gst_osssink_change_state):
27729           Latest fixes for A/V sync, audio playback and such. This is about
27730           all... MPEG playback issues are mostly related to the async build-
27731           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27732
27733 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27734
27735         patch from: Stephane Loeuillet
27736
27737         * configure.ac:
27738           use pkg-config for some libraries, falling back to the old .m4 way
27739           (fixes #131270)
27740         * m4/libdv.m4:
27741           removed
27742
27743 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27744
27745         * configure.ac:
27746         * tools/Makefile.am:
27747         * tools/Makefile.in:
27748         * tools/gst-launch-ext-m.m:
27749         * tools/gst-launch-ext.1.in:
27750         * tools/gst-visualise-m.m:
27751         * tools/gst-visualise.1:
27752         * tools/gst-visualise.1.in:
27753           reorganizing generation of script tools
27754
27755 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27756
27757         * ext/divx/gstdivxdec.c:
27758           Downgrade priority. We prefer ffdec_mpeg4.
27759         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27760         (gst_faad_chain), (gst_faad_change_state):
27761           Fix capsnego. Doesn't work for some sounds because we don't have
27762           a 5:1 to stereo element.
27763         * ext/xvid/gstxvid.c: (plugin_init):
27764           Add priority.
27765         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27766         (gst_osssink_change_state):
27767           Add discont handling.
27768
27769 2004-03-09  Colin Walters  <walters@verbum.org>
27770
27771         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27772         conversion.
27773
27774 2004-03-09  Benjamin Otte  <otte@gnome.org>
27775
27776         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27777           the signals take 2 arguments
27778
27779 2004-03-09  David Schleef  <ds@schleef.org>
27780
27781         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27782         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27783         * ext/alsa/gstalsa.h:
27784         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27785
27786 2004-03-09  Benjamin Otte  <otte@gnome.org>
27787
27788         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27789         (gst_mikmod_change_state):
27790         * ext/mikmod/gstmikmod.h:
27791           make mikmod's loop function not loop infinitely and call
27792           gst_element_yield anymore
27793         * gst/modplug/gstmodplug.cc:
27794           fix pad negotiation (fixes #136590)
27795
27796 2004-03-09  David Schleef  <ds@schleef.org>
27797
27798         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27799         doesn't conflict with the internal colorspace plugin.
27800         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27801         satisfy the crappy-ass shell shipped by a certain vendor.
27802         * gst/videofilter/make_filter: same (bug #135299)
27803
27804 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27805
27806         * configure.ac: bump nano to 1
27807
27808 === release 0.7.6 ===
27809
27810 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27811
27812         * configure.in: releasing 0.7.6, "There"
27813
27814 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27815
27816         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27817         * pkgconfig/gstreamer-play.pc.in:
27818           synchronize the two
27819
27820 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27821
27822         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27823         (cdparanoia_open), (cdparanoia_event):
27824           fix/add error handling
27825         * po/POTFILES.in:
27826           add cdparanoia source
27827         * tools/Makefile.am:
27828           make scripts executable
27829
27830 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27831
27832         * configure.ac:
27833         * ext/vorbis/Makefile.am:
27834         * sys/Makefile.am:
27835           remove id3types, vorbisfile and xvideosink from the build (#133783)
27836
27837 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27838
27839         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27840           Fix metadata read crash (#136537).
27841
27842 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27843
27844         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27845         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27846           adding mime types, fixing the one-stop function
27847
27848 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27849
27850         * ext/nas/nassink.c and /ext/nas/nassink.h:
27851         More NAS love from Arwed von Merkatz
27852         So lets all sing 'Can you feel the NAS tonight'
27853
27854 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27855
27856         * tools/gst-launch-ext.in:
27857         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27858
27859 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27860
27861         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27862         (gst_mpeg2dec_init):
27863         remove the user_data pad for now, because it is being used in
27864         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27865         If someone knows how to fix this properly, please do.
27866
27867 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27868
27869         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27870         (gst_osssink_get_time):
27871         add a warning, IMO this won't get triggered anymore, remove later
27872
27873 2004-03-07  David Schleef  <ds@schleef.org>
27874
27875         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27876         format (bug #136470)
27877
27878 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27879
27880         * gst-libs/Makefile.am:
27881         * gst-libs/gst/media-info/Makefile.am:
27882         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27883         (error_callback), (gst_media_info_error_create),
27884         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27885         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27886         * gst-libs/gst/media-info/media-info-priv.h:
27887         * gst-libs/gst/media-info/media-info-test.c: (main):
27888         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27889         (gst_media_info_class_init), (gst_media_info_instance_init),
27890         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27891         (gst_media_info_read_idler), (gst_media_info_read):
27892         * gst-libs/gst/media-info/media-info.h:
27893         fixed, should work now
27894
27895 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27896
27897         * ext/nas/nassink.c:
27898         A bunch of NAS fixes from Arwed von Merkatz
27899
27900 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27901
27902         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27903         (qtdemux_parse_trak):
27904           Fix crash (j might be greater than n_samples, in which case we're
27905           writing outside the allocated space for the array) and memleak.
27906
27907 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27908
27909         * sys/oss/gstosssink.c: (gst_osssink_chain):
27910           And another caller that couldn't handle delay < 0 (unsigned
27911           integer overflow). Video now continues playing on an audio
27912           buffer underrun, and the clock continues working. Audio still
27913           stalls.
27914
27915 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27916
27917         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27918         (gst_osssink_get_time):
27919           get_delay() may return values lower than 0. In those cases, we
27920           should not actually cast to *unsigned* int64, that will break
27921           stuff horribly. In my case, it screwed up A/V sync in movies
27922           in totem rather badly.
27923
27924 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27925
27926         * ext/faac/gstfaac.c: (gst_faac_chain):
27927         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27928         * ext/libpng/gstpngenc.c: (user_write_data):
27929         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27930         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27931         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27932         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27933         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27934         of any buffer), should fix some leaks. I hope I didn't unref buffers
27935         that shouldn't be...
27936
27937 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27938
27939         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27940         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27941         (error_callback), (gmi_reset), (gmi_seek_to_track),
27942         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27943         (gmip_find_type_post), (gmip_find_stream_post),
27944         (gmip_find_track_streaminfo_post):
27945         * gst-libs/gst/media-info/media-info-priv.h:
27946         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27947         (info_print), (main):
27948         * gst-libs/gst/media-info/media-info.c:
27949         (gst_media_info_error_create), (gst_media_info_error_element),
27950         (gst_media_info_instance_init), (gst_media_info_get_property),
27951         (gst_media_info_new), (gst_media_info_set_source),
27952         (gst_media_info_read_idler), (gst_media_info_read):
27953         * gst-libs/gst/media-info/media-info.h:
27954           first pass at making this work again.  This seems to work on
27955           tagged ogg/vorbis and mp3 files.
27956
27957 2004-03-06  Benjamin Otte  <otte@gnome.org>
27958
27959         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27960           fix huge leak: gst_buffer_merge doesn't unref the first argument
27961           itself.
27962
27963 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27964
27965         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27966           report layer/mode/emphasis
27967
27968 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27969
27970         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27971
27972 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27973
27974         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27975           signal serial
27976
27977 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27978
27979         * ext/vorbis/vorbis.c: (plugin_init):
27980         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27981         (gst_vorbis_dec_init), (vorbis_dec_event):
27982         add debug category
27983         make vorbisdec handle _BYTE and _TIME queries
27984
27985 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27986
27987         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27988           from the xing header
27989
27990 2004-03-06  Benjamin Otte  <otte@gnome.org>
27991
27992         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27993         (gst_audio_convert_link), (gst_audio_convert_change_state),
27994         (gst_audio_convert_buffer_from_default_format):
27995           do conversions from/to float correctly, fix some caps nego errors,
27996           export correct supported caps in template and getcaps, use correct
27997           caps in try_set_caps functions
27998
27999 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28000
28001         For some reason, I only committed a ChangeLog entry yesterday and
28002         not the corresponding code...
28003         * ext/mad/gstmad.c: Fix detection of Xing headers
28004         * gst/tags/gstid3tag.c: Changes to support TLEN tags
28005
28006 2004-03-06  Benjamin Otte  <otte@gnome.org>
28007
28008         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
28009         (gst_ogg_demux_src_query):
28010           make sure to handle the case where there's no current chain
28011           gracefully.
28012
28013 2004-03-05  David Schleef  <ds@schleef.org>
28014
28015         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
28016         Add fixate function. (bug #131128)
28017         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28018         (gst_sdlvideosink_fixate):  Add fixate function.
28019         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28020         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
28021         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
28022         Fix missing break that was causing ulaw to be interpreted as
28023         raw int.
28024
28025 2004-03-05  David Schleef  <ds@schleef.org>
28026
28027         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28028         Fix code that ignores return value of gst_buffer_merge().
28029         (bug #114560)
28030         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
28031         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
28032         * testsuite/gst-lint:  Check for above.
28033
28034 2004-03-05  David Schleef  <ds@schleef.org>
28035
28036         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
28037         caps and throw an element error.  (bug #136334)
28038
28039 2004-03-05  David Schleef  <ds@schleef.org>
28040
28041         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
28042         (gst_faad_chain): Fix negotiation.
28043         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
28044         key and button events.
28045         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
28046         dung heap of code.
28047         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
28048         depends on gconf
28049         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
28050         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28051         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
28052         function to encourage better negotiation, particularly between
28053         audioconvert and osssink.
28054         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28055         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
28056         more important.
28057         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
28058         typefinding.
28059         * gst/vbidec/vbiscreen.c:  Add glib header
28060         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
28061
28062 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
28063
28064         * ext/mad/gstmad.c: Fix detection of Xing headers
28065         * gst/tags/gstid3tag.c: Changes to support TLEN tags
28066
28067 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28068
28069         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28070         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
28071           debug updates
28072
28073 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28074
28075         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28076         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
28077         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
28078         files, and report the parsed length as a GST_TAG_DURATION tag.
28079         * gst/tags/gstid3tag.c: support TLEN (duration) tag
28080
28081 2004-03-05  Benjamin Otte  <otte@gnome.org>
28082
28083         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
28084           convert channels correctly. convert correctly to unsigned.
28085
28086 2004-03-05  Julien MOUTTE <julien@moutte.net>
28087
28088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
28089         we have a window before clearing it.
28090
28091 2004-03-05  Julien MOUTTE <julien@moutte.net>
28092
28093         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
28094         have a window before clearing it.
28095
28096 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28097
28098         * gconf/gstreamer.schemas.in:
28099         * gst-libs/gst/gconf/Makefile.am:
28100           version installation path the same way as for 0.6
28101         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28102         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28103         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28104           remove comment that was fixed
28105
28106 2004-03-05  David Schleef  <ds@schleef.org>
28107
28108         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
28109         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
28110         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
28111         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
28112         Add prototype code for handling seeking and querying.
28113
28114 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28115
28116         * examples/gstplay/player.c: (main):
28117           Initialize variables to NULL. Prevents a segfault because the
28118           (uninitialized) variable is not NULL, resulting in a crash on
28119           trying to reach error->message.
28120
28121 2004-03-05  Benjamin Otte  <otte@gnome.org>
28122
28123         * gst/audioconvert/gstaudioconvert.c:
28124         (gst_audio_convert_buffer_to_default_format):
28125         make float=>int conversion work correctly even in cornercases.
28126
28127 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
28128
28129         * debian/README.Debian:
28130         * debian/build-deps:
28131         * debian/changelog:
28132         * debian/control:
28133         * debian/control.in:
28134         * debian/copyright:
28135         * debian/gstreamer-a52dec.files:
28136         * debian/gstreamer-aa.files:
28137         * debian/gstreamer-alsa.files:
28138         * debian/gstreamer-alsa.manpages:
28139         * debian/gstreamer-arts.files:
28140         * debian/gstreamer-artsd.files:
28141         * debian/gstreamer-audiofile.files:
28142         * debian/gstreamer-avifile.files:
28143         * debian/gstreamer-cdparanoia.files:
28144         * debian/gstreamer-colorspace.files:
28145         * debian/gstreamer-doc.files:
28146         * debian/gstreamer-dv.files:
28147         * debian/gstreamer-dvd.files:
28148         * debian/gstreamer-esd.files:
28149         * debian/gstreamer-festival.files:
28150         * debian/gstreamer-flac.files:
28151         * debian/gstreamer-gconf.conffiles:
28152         * debian/gstreamer-gconf.files:
28153         * debian/gstreamer-gconf.postinst:
28154         * debian/gstreamer-gnomevfs.files:
28155         * debian/gstreamer-gsm.files:
28156         * debian/gstreamer-http.files:
28157         * debian/gstreamer-jack.files:
28158         * debian/gstreamer-jpeg.files:
28159         * debian/gstreamer-mad.files:
28160         * debian/gstreamer-mikmod.files:
28161         * debian/gstreamer-misc.files:
28162         * debian/gstreamer-mpeg2dec.files:
28163         * debian/gstreamer-oss.files:
28164         * debian/gstreamer-plugin-apps.files:
28165         * debian/gstreamer-plugin-apps.manpages:
28166         * debian/gstreamer-plugin-libs-dev.files:
28167         * debian/gstreamer-plugin-libs.files:
28168         * debian/gstreamer-plugin-template.postinst:
28169         * debian/gstreamer-plugin-template.postrm:
28170         * debian/gstreamer-sdl.files:
28171         * debian/gstreamer-sid.files:
28172         * debian/gstreamer-vorbis.files:
28173         * debian/gstreamer-x.files:
28174         * debian/mk.control:
28175         * debian/rules:
28176         Debian package info not maintained here.
28177
28178 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28179
28180         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28181         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28182         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28183         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28184         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28185         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28186         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28187         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28188         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28189         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28190         * gst-libs/gst/colorbalance/colorbalance.c:
28191         (gst_color_balance_class_init):
28192         * gst-libs/gst/colorbalance/colorbalancechannel.c:
28193         (gst_color_balance_channel_class_init):
28194         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28195         * gst-libs/gst/play/play.c: (gst_play_class_init):
28196         * gst-libs/gst/propertyprobe/propertyprobe.c:
28197         (gst_property_probe_iface_init):
28198         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28199         * gst-libs/gst/tuner/tunerchannel.c:
28200         (gst_tuner_channel_class_init):
28201         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28202         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28203         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28204         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28205         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28206         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28207         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28208         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28209         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28210           fix signals to use - instead of _
28211         * ext/libcaca/gstcacasink.h:
28212         * ext/sdl/sdlvideosink.h:
28213           fix header rename
28214
28215 2004-03-04  David Schleef  <ds@schleef.org>
28216
28217         * testsuite/gst-lint:  Add a check for bad signal names.
28218
28219 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
28220
28221         reviewed by David Schleef
28222
28223         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28224         modified the alpha channel and caused a warning. (bug #136192)
28225
28226 2004-04-03  Christian Schaller <Uraeus@gnome.org>
28227
28228         * gst-plugins.spec.in:
28229         Change names of plugins to actually be correct. Try to keep things
28230         alphabetical to avoid getting beat up by Thomas
28231
28232 2004-03-03  Julien MOUTTE <julien@moutte.net>
28233
28234         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28235         Using ximagesink as a default if no gconf key found. We should
28236         probably consider using alsasink instead of osssink for the audio
28237         part.
28238
28239 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28240
28241         * configure.ac:
28242           fix --with-plugins, don't think it ever worked before
28243         * gst-plugins.spec.in:
28244           even more updates
28245
28246 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28247
28248         * ext/sdl/sdlvideosink.h:
28249         * sys/ximage/ximagesink.h:
28250         * sys/xvideo/xvideosink.h:
28251         * sys/xvimage/xvimagesink.h:
28252           Fix for move of gstvideosink.h -> videosink.h.
28253
28254 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28255
28256         * gst-libs/gst/xwindowlistener/Makefile.am:
28257           this is a plugin library, not a library
28258
28259 2004-03-01  David Schleef  <ds@schleef.org>
28260
28261         * AUTHORS:  Added some names.  Add yourself if you're still
28262         missing.
28263
28264 2004-03-01  David Schleef  <ds@schleef.org>
28265
28266         * MAINTAINERS: Add
28267
28268 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28269
28270         * gst-plugins.spec.in: clean up spec file
28271
28272 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28273
28274         * gst-libs/gst/video/Makefile.am:
28275         * gst-libs/gst/video/gstvideosink.c:
28276         * gst-libs/gst/video/gstvideosink.h:
28277           rename gstvideosink.h to videosink.h to match other headers
28278         * gst/mixmatrix/Makefile.am:
28279           fix plugin filename
28280         * gst/tags/Makefile.am: fix plugin filename
28281
28282 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28283
28284         * gst/tags/Makefile.am: fix plugin filename
28285
28286 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28287
28288         * examples/gstplay/player.c: (got_time_tick), (main):
28289           add error handler
28290           display time_tick more readably
28291         * gst/mixmatrix/Makefile.am:
28292           fix plugin file name
28293
28294 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28295
28296         * sys/oss/gstosselement.c: (gst_osselement_probe),
28297         (device_combination_append), (gst_osselement_class_probe_devices):
28298         * sys/oss/gstosselement.h:
28299           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28300           on my system using alsa oss emulation, fixes bug #135597
28301
28302 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28303
28304         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28305         (gst_videodrop_chain), (gst_videodrop_change_state):
28306         * gst/videodrop/gstvideodrop.h:
28307           Work based on timestamp of input data, not based on the expected
28308           framerate from the input. The consequence is that this element now
28309           not only scales framerates, but also functions as a framerate
28310           corrector or framerate stabilizer/constantizer.
28311
28312 2004-02-27  David Schleef  <ds@schleef.org>
28313
28314         patches from jmmv@menta.net (Julio M. Merino Vidal)
28315
28316         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28317         GST_ELEMENT_ERROR call (bug #135634)
28318         * gst/interleave/interleave.c: (interleave_buffered_loop),
28319         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28320         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28321         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28322         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28323         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28324         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28325         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28326         Fix GST_ELEMENT_ERROR call.
28327         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28328         GST_ELEMENT_ERROR call.
28329
28330 2004-02-27  Benjamin Otte  <otte@gnome.org>
28331
28332         * gst-libs/gst/audio/audio.h:
28333           add macro to make sure header isn't included twice
28334         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28335           don't use gst_buffer_free
28336         * gst/playondemand/filter.func:
28337           don't use gst_data_free. Free data only once.
28338
28339 2004-02-26  David Schleef  <ds@schleef.org>
28340
28341         * gst-libs/gst/colorbalance/Makefile.am:
28342         * gst-libs/gst/mixer/Makefile.am:
28343         * gst-libs/gst/tuner/Makefile.am:
28344         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28345         should not be disted, -marshal.h files should not be installed,
28346         and -enum.h files _should_ be installed.  Fix to make this the
28347         case.
28348
28349 === release 0.7.5 ===
28350
28351 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28352
28353         * configure.ac: release 0.7.5, "Under The Sea"
28354
28355 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28356
28357         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28358         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28359         * gst/videoscale/gstvideoscale.c:
28360         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28361           assorted debug/warning fixes
28362
28363 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28364
28365         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28366         (gst_videoscale_init), (gst_videoscale_chain),
28367         (gst_videoscale_set_property), (plugin_init):
28368         * gst/videoscale/gstvideoscale.h:
28369         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28370         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28371         (gst_videoscale_planar400), (gst_videoscale_packed422),
28372         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28373         (gst_videoscale_24bit), (gst_videoscale_16bit),
28374         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28375         (gst_videoscale_scale_plane_slow),
28376         (gst_videoscale_scale_point_sample),
28377         (gst_videoscale_scale_nearest),
28378         (gst_videoscale_scale_nearest_str2),
28379         (gst_videoscale_scale_nearest_str4),
28380         (gst_videoscale_scale_nearest_32bit),
28381         (gst_videoscale_scale_nearest_24bit),
28382         (gst_videoscale_scale_nearest_16bit):
28383         add debugging category and use it properly
28384         fix use of GST_PTR_FORMAT
28385
28386 2004-02-25  Andy Wingo  <wingo@pobox.com>
28387
28388         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28389         push only when channel->buffer is NULL. Prevents segfaults doing
28390         the state change after a nonlocal exit, like a scheme exception.
28391
28392         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28393         Handle the case where the intersected caps is empty.
28394
28395 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28396
28397         * gst/law/mulaw-decode.c: (mulawdec_link):
28398         * gst/law/mulaw.c: (plugin_init):
28399           fix mulawdec so it actually works again
28400
28401 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28402
28403         reviewed by: David Schleef  <ds@schleef.org>
28404
28405         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28406         (gst_gamma_init), (gst_gamma_set_property),
28407         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28408         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28409         for RGB, with separate r g and b correction factors. (#131167)
28410
28411 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28412
28413         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28414           only signal tags for bitrate if they're > 0 (#134894)
28415
28416 2004-02-24  David Schleef  <ds@schleef.org>
28417
28418         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28419         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28420         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28421         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28422         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28423         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28424         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28425         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28426         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28427         category.  Attempt to fix timestamp calculation.
28428
28429 2004-02-24  Johan Dahlin  <johan@gnome.org>
28430
28431         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28432
28433 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28434
28435         * configure.ac:
28436         * gconf/Makefile.am:
28437         * gconf/gstreamer.schemas:
28438         * gst-libs/gst/gconf/Makefile.am:
28439         * gst-libs/gst/gconf/gconf.c:
28440           version gconf schemas and install locations
28441
28442 2004-02-23  Benjamin Otte  <otte@gnome.org>
28443
28444         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28445         (gst_xine_input_subclass_init):
28446           call parent dispose.
28447           change pad template for CD reader correctly
28448         * ext/xine/Makefile.am:
28449         * ext/xine/gstxine.h:
28450         * ext/xine/xine.c: (plugin_init):
28451         * ext/xine/xineaudiosink.c:
28452           wrap audio sinks, too
28453         * gst-libs/gst/resample/private.h:
28454         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28455         (gst_resample_reinit), (gst_resample_scale),
28456         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28457         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28458         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28459         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28460         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28461         * gst-libs/gst/resample/resample.h:
28462         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28463         (gst_audioscale_class_init), (gst_audioscale_link),
28464         (gst_audioscale_get_buffer), (gst_audioscale_init),
28465         (gst_audioscale_chain), (gst_audioscale_set_property),
28466         (gst_audioscale_get_property):
28467         * gst/audioscale/gstaudioscale.h:
28468           s/resample_*/gst_resample_*/i to not clobber namespaces
28469
28470 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28471
28472         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28473         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28474         (gst_riff_create_video_template_caps),
28475         (gst_riff_create_audio_template_caps),
28476         (gst_riff_create_iavs_template_caps):
28477         * gst-libs/gst/riff/riff-media.h:
28478         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28479         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28480         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28481         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28482         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28483         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28484         (gst_matroska_demux_plugin_init): First batch implementing audio and
28485         video codec tags in demuxers.
28486
28487 2004-02-22  Benjamin Otte  <otte@gnome.org>
28488
28489         * ext/xine/Makefile.am:
28490         * ext/xine/gstxine.h:
28491         * ext/xine/xine.c: (plugin_init):
28492         * ext/xine/xineinput.c:
28493           add input plugin wrapper. Playback from files, http, mms and cdda
28494           works.
28495         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28496           remove leftover G_GNUC_UNUSED
28497         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28498         (gst_asf_demux_identify_guid):
28499           improve debugging output
28500
28501 2004-02-22  Benjamin Otte  <otte@gnome.org>
28502
28503         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28504
28505         * autogen.sh:
28506           replace test -e with test -x for mkinstalldirs to be more portable.
28507           (fixes #134816)
28508
28509 2004-02-22  Benjamin Otte  <otte@gnome.org>
28510
28511         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28512
28513         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28514           set rank to PRIMARY
28515         * gst/volume/gstvolume.c: (plugin_init):
28516           set rank to NONE
28517         fixes #134960
28518
28519 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28520
28521         reviewed by Benjamin Otte  <otte@gnome.org>
28522
28523         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28524           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28525
28526 2004-02-22  Benjamin Otte  <otte@gnome.org>
28527
28528         * configure.ac:
28529           export [_]*{gst,Gst,GST}.* symbols from plugins
28530
28531 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28532
28533         reviewed by: Benjamin Otte  <otte@gnome.org>
28534
28535         * ext/lame/gstlame.c: (add_one_tag):
28536         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28537         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28538         (gst_vorbisenc_metadata_set1):
28539         * gst/tags/gstid3tag.c:
28540         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28541           apply fixes from bugs #135042 (lame can't write tags) and #133817
28542           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28543
28544 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28545
28546         * configure.ac: Export only gst_plugin_desc from plugins.
28547          Note that this change only makes any effect with Linux using libtool
28548          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28549          fine. And don't try to have several versions of libtool in different
28550          directories.
28551
28552 2004-02-20  Andy Wingo  <wingo@pobox.com>
28553
28554         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28555         interleave respectively.
28556
28557         * gst/interleave/deinterleave.c: New plugin: deinterleave
28558         (replaces on oneton).
28559         * gst/interleave/interleave.c: New plugin: interleave.
28560         * gst/interleave/plugin.h: Support file.
28561         * gst/interleave/plugin.c: Support file.
28562
28563         * configure.ac: Remove intfloat and oneton, add interleave.
28564
28565         * ext/sndfile/gstsf.c: Handle events better.
28566
28567         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28568         and float2int operation. int2float has scheduling problems as
28569         noted in in2float_chain.
28570
28571 2004-02-20  Benjamin Otte  <otte@gnome.org>
28572
28573         * ext/xine/Makefile.am:
28574         * ext/xine/gstxine.h:
28575         * ext/xine/xine.c:
28576         * ext/xine/xineaudiodec.c:
28577         * ext/xine/xinecaps.c:
28578           add first version of xine plugin wrapper. Currently only wraps the
28579           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28580         * configure.ac:
28581         * ext/Makefile.am:
28582           add xine plugin wrapper, disabled by default. Use --enable-xine to
28583           build. Note that it'll segfault on gst-register if you don't remove
28584           the goom and tvtime post plugins from xine.
28585         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28586         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28587           add extradata parsing for QDM2.
28588           change around debugging prints.
28589
28590 2004-02-19  Benjamin Otte  <otte@gnome.org>
28591
28592         * ext/lame/gstlame.c: (gst_lame_chain):
28593         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28594           use gst_tag_list_insert when you want to insert tags
28595
28596 2004-02-18  David Schleef  <ds@schleef.org>
28597
28598         * configure.ac:  Move massink to gst-rotten
28599         * ext/Makefile.am:
28600         * ext/mas/Makefile.am:
28601         * ext/mas/massink.c:
28602         * ext/mas/massink.h:
28603
28604 2004-02-18  David Schleef  <ds@schleef.org>
28605
28606         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28607         typefinding, since it seems to be worse than nothing.
28608         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28609         atom to recognize .mp4 and .m4a files as video/quicktime.
28610
28611 2004-02-18  David Schleef  <ds@schleef.org>
28612
28613         * gst/sine/demo-dparams.c: (quit_live),
28614         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28615         Use double dparams, not float.
28616         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28617         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28618         sync'd elements don't really work correctly.
28619         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28620         (volume_update_volume), (volume_get_property):  Change dparam
28621         to double.
28622
28623 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28624
28625         * sys/ximage/ximagesink.c:
28626         (gst_ximagesink_xwindow_update_geometry),
28627         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28628         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28629         (gst_ximagesink_init): Rework the way software video scaling works. So
28630         now we check on each chain call if the video frames are feeling the
28631         window. If not we try to renegotiate caps. On failure we memorize that
28632         and we won't try again for that PLAYING sessions.
28633         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28634         failure.
28635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28636         synchronous flag.
28637
28638 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28639
28640         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28641           break up _link so we can give a better debug message for errors
28642
28643 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28644
28645         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28646           set up debug category
28647
28648 2004-02-18  Julien MOUTTE <julien@moutte.net>
28649
28650         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28651         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28652         the way renegotiation work. The event handling function is not taking
28653         care of external windows and renegotiate method check for pad flags
28654         NEGOTIATING. Should fix : #133209
28655
28656 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28657
28658         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28659         pad is negotiating before trying renegotiation.
28660
28661 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28662
28663         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28664           pass on all possible mime types as typefind hints
28665
28666 2004-02-17  Julien MOUTTE <julien@moutte.net>
28667
28668         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28670         possible SHM leak if we crash. All other apps using XShm are doing
28671         that.
28672
28673 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28674
28675         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28676         (gst_ximagesink_expose): Renegotiate size on expose.
28677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28678         size on expose.
28679
28680 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28681
28682         * testsuite/alsa/sinesrc.c:
28683           cosmetic fix to fix compile issue with gcc 2.95.4
28684
28685 2004-02-16  Julien MOUTTE <julien@moutte.net>
28686
28687         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28688         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28689         failed opening the audio device.
28690         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28691         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28692         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28693         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28694         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28695         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28696         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28697         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28698         Removing some useless g_return_if_fail like wingo suggested.
28699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28700         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28701         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28702         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28703         (gst_xvimagesink_update_colorbalance),
28704         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28705         (gst_xvimagesink_xcontext_clear),
28706         (gst_xvimagesink_get_fourcc_from_caps),
28707         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28708         (gst_xvimagesink_set_xwindow_id),
28709         (gst_xvimagesink_colorbalance_list_channels),
28710         (gst_xvimagesink_colorbalance_set_value),
28711         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28712         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28713
28714 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28715
28716         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28717           throw error when not negotiated instead of asserting
28718
28719 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28720
28721         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28722         correct data refcounting.
28723
28724 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28725
28726         * gst/switch/gstswitch.c: (gst_switch_change_state),
28727         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28728         change, mostly the EOS flag.
28729
28730 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28731
28732         * examples/gstplay/player.c: (got_eos), (main): Adding some
28733         output for debugging.
28734         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28735         timeouts if we go to any state different from PLAYING.
28736         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28737         more EOS bugs in riff lib.
28738
28739 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28740
28741         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28742         visualization until i find a way to fix switch correctly.
28743         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28744         EOS arrives.
28745         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28746         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28747         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28748         Reworked switch to get a more correct behaviour with events and refing
28749         of data stored in sinkpads.
28750         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28751         we don't pull from a pad in EOS.
28752
28753 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28754
28755         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28756           remove v1 tag even if we can't read it (makes sure we don't detect
28757           it again)
28758
28759 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28760
28761         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28762         (gst_alsa_xrun_recovery):
28763         * ext/alsa/gstalsa.h:
28764           try xrun recovery when wait failed. Make xrun recovery function
28765           return TRUE/FALSE to indicate success. (might fix #134354)
28766
28767 2004-02-13  David Schleef  <ds@schleef.org>
28768
28769         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28770         (dynparm_value_changed), (main): Convert from float to double.
28771         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28772
28773 2004-02-13  David Schleef  <ds@schleef.org>
28774
28775         * gst/silence/gstsilence.c: (gst_silence_class_init),
28776         (gst_silence_set_clock), (gst_silence_get),
28777         (gst_silence_set_property), (gst_silence_get_property):
28778         * gst/silence/gstsilence.h: Add sync property.
28779         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28780         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28781         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28782         * gst/sine/gstsinesrc.h: Add sync property.
28783
28784 2004-02-13  David Schleef  <ds@schleef.org>
28785
28786         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28787         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28788
28789 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28790
28791         * configure.ac:
28792         * ext/Makefile.am:
28793         * gst-libs/ext/Makefile.am:
28794           move ffmpeg plugin to gst-ffmpeg module
28795
28796 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28797
28798         * configure.ac: use GST_ARCH to detect architecture
28799
28800 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28801
28802         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28803
28804 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28805
28806         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28807           classify LADSPA plugins based on number of src/sink pads
28808           (#133663, Stefan Kost)
28809         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28810           fix dparams registration
28811           (#133528, Stefan Kost)
28812         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28813           fix use of isprint and use g_ascii_isprint instead
28814           (#133316, Stefan Kost)
28815
28816 2004-02-11  David Schleef  <ds@schleef.org>
28817
28818         Convert a few inner loops to use liboil.  This is currently
28819         optional, and is only enabled if liboil is present (duh!).
28820         * configure.ac: Check for liboil-0.1
28821         * gst/intfloat/Makefile.am:
28822         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28823         (gst_int2float_chain_gint16):
28824         * gst/videofilter/Makefile.am:
28825         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28826         (tablelookup_u8), (gst_videobalance_planar411):
28827         * gst/videotestsrc/Makefile.am:
28828         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28829         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28830         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28831         (paint_hline_RGB565), (paint_hline_xRGB1555):
28832
28833 2004-02-11  David Schleef  <ds@schleef.org>
28834
28835         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28836         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28837         (gst_colorspace_getcaps), (gst_colorspace_link),
28838         (gst_colorspace_base_init), (gst_colorspace_init),
28839         (gst_colorspace_chain), (gst_colorspace_change_state),
28840         (plugin_init): Merge Ronald's patch (bug #117897) and update
28841         for new caps and negotiation.  Seems to work, although it
28842         shows off bugs in lcs.
28843
28844 2004-02-11  David Schleef  <ds@schleef.org>
28845
28846         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28847         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28848
28849 2004-02-11  David Schleef  <ds@schleef.org>
28850
28851         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28852         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28853         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28854         Add server and port properties
28855
28856 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28857
28858         * m4/a52.m4:
28859         * m4/aalib.m4:
28860         * m4/as-ffmpeg.m4:
28861         * m4/as-liblame.m4:
28862         * m4/as-slurp-ffmpeg.m4:
28863         * m4/check-libheader.m4:
28864         * m4/esd.m4:
28865         * m4/freetype2.m4:
28866         * m4/gconf-2.m4:
28867         * m4/glib.m4:
28868         * m4/gst-alsa.m4:
28869         * m4/gst-artsc.m4:
28870         * m4/gst-ivorbis.m4:
28871         * m4/gst-matroska.m4:
28872         * m4/gst-sdl.m4:
28873         * m4/gst-shout2.m4:
28874         * m4/gst-sid.m4:
28875         * m4/gtk.m4:
28876         * m4/libdv.m4:
28877         * m4/libfame.m4:
28878         * m4/libmikmod.m4:
28879         * m4/ogg.m4:
28880         * m4/vorbis.m4:
28881           fix underquotedness of macros (#133800)
28882         * m4/as-avifile.m4:
28883         * m4/xmms.m4:
28884           removed because no longer used
28885
28886 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28887
28888         * configure.ac:
28889           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28890           by autopoint (fixes #132996)
28891
28892 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28893
28894         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28895         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28896         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28897         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28898           fix memleaks
28899
28900 2004-02-11  David Schleef  <ds@schleef.org>
28901
28902         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28903         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28904         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28905         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28906         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28907         (gst_jpegenc_class_init), (gst_jpegenc_init),
28908         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28909         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28910         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28911         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28912
28913 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28914
28915         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28916         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28917         * ext/mikmod/gstmikmod.h:
28918           fix caps negotiation in mikmod
28919         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28920           output debug information
28921
28922 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28923
28924         * gst-libs/gst/colorbalance/Makefile.am:
28925         * gst-libs/gst/navigation/Makefile.am:
28926         * gst-libs/gst/xoverlay/Makefile.am:
28927           remove unused GST_OPT_CFLAGS from Makefiles
28928           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28929
28930 2004-02-07  David Schleef  <ds@schleef.org>
28931
28932         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28933         push events to pads that haven't been created (#133508)
28934
28935 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28936
28937         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28938         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28939         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28940         (gst_dvdec_loop), (gst_dvdec_change_state):
28941         Second attempt at committing a working dvdec element.
28942
28943 2004-02-06  David Schleef  <ds@schleef.org>
28944
28945         Build fixes for OS X: (see #129600)
28946         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28947         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28948         (gst_riff_read_strf_iavs):
28949         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28950         (gst_avi_demux_stream_odml):
28951         * gst/playondemand/Makefile.am:
28952         * gst/rtp/rtp-packet.c:
28953
28954 2004-02-05  David Schleef  <ds@schleef.org>
28955
28956         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28957         last change, because it Just Doesn't Compile.
28958
28959 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28960
28961         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28962           skip undecodable id3v2 tag instead of keeping it
28963
28964 2004-02-05  David Schleef  <ds@schleef.org>
28965
28966         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28967         Unref leaked buffer.  (Noticed by Ronald)
28968
28969 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28970
28971         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28972         Sync requires with other checks.  >= vs =.
28973
28974 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28975
28976         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28977         (gst_dvdec_video_link), (gst_dvdec_loop):
28978         * ext/dv/gstdvdec.h:
28979           rework the caps negotiation so that dvdec works again instead
28980           of just segfaulting.
28981
28982 === release 0.7.4 ===
28983
28984 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28985
28986         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28987         * configure.ac: changed for release
28988
28989 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28990
28991         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28992         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28993         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28994         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28995           reworked patch by David Lehn to fix libdir and includedir for
28996           uninstalled libraries
28997           removed play and gconf from gstreamer-libs since they have their
28998           own pkgconfig files
28999
29000 2004-02-04  David Schleef  <ds@schleef.org>
29001
29002         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
29003         memleak.
29004
29005 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29006
29007         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29008           use correct GST_TAG_ENCODER tag
29009
29010 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29011
29012         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29013           be sure to stop the clock when going to paused
29014         * sys/oss/gstosssink.c: (gst_osssink_change_state):
29015           reset number of transmitted when going to ready.
29016         fixes #132935
29017
29018 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
29019
29020         reviewed by Benjamin Otte
29021
29022         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
29023           extract track count (fixes #133410)
29024
29025 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29026
29027         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29028           that should be !=, not == (fixes #132519)
29029
29030 2004-02-04  David Schleef  <ds@schleef.org>
29031
29032         Make sure set_explicit_caps() is called before adding pad.
29033         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29034         * gst/id3/gstid3types.c: (gst_id3types_loop):
29035         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29036         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29037
29038 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29039
29040         * configure.ac:
29041           bump nano to 2, first prerelease
29042           put back AM_PROG_LIBTOOL
29043
29044 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29045
29046         * testsuite/alsa/Makefile.am:
29047           these are user test apps, not automatic testsuite tests
29048
29049 2004-02-04  David Schleef  <ds@schleef.org>
29050
29051         Convert GST_DEBUG_CAPS() to GST_DEBUG():
29052         * gst/mpeg1videoparse/gstmp1videoparse.c:
29053         (mp1videoparse_parse_seq):
29054         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29055         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29056         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
29057         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
29058         (gst_xvideosink_getcaps):
29059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29060         * testsuite/gst-lint: more tests
29061
29062 2004-02-04  David Schleef  <ds@schleef.org>
29063
29064         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
29065         with the code that they would expand to.
29066         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
29067         (gst_flacdec_get_src_query_types),
29068         (gst_flacdec_get_src_event_masks):
29069         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
29070         (gst_gnomevfssrc_get_query_types),
29071         (gst_gnomevfssrc_get_event_mask):
29072
29073 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29074
29075         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
29076         (gst_sinesrc_dispose):
29077           fix memleak by properly disposing sinesrc
29078
29079 2004-02-04  Julien MOUTTE  <julien@moutte.net>
29080
29081         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
29082         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
29083         an overlay to redraw the image because it has been exposed.
29084         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
29085         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
29086         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
29087         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
29088         interface
29089         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
29090         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
29091         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
29092         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
29093         interface
29094
29095 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29096
29097         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
29098           more memleak fixage
29099
29100 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29101
29102         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29103         * gst/typefind/gsttypefindfunctions.c:
29104           fix memleaks shown by gst-typefind
29105
29106 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29107
29108         * common/glib-gen.mak:
29109           add hack rule to touch .Plo files
29110         * gst-libs/gst/colorbalance/Makefile.am:
29111         * gst-libs/gst/mixer/Makefile.am:
29112         * gst-libs/gst/play/Makefile.am:
29113         * gst-libs/gst/tuner/Makefile.am:
29114           remove glib_root variable
29115
29116 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29117
29118         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
29119           set explicit caps before adding the element, so the autopluggers can
29120           plug correctly.
29121         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29122         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
29123         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29124         (dv_type_find):
29125           fix memleaks in typefind functions. gst_type_find_suggest takes a const
29126           argument.
29127
29128 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29129
29130         * gst-libs/gst/colorbalance/Makefile.am:
29131         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
29132         * gst-libs/gst/colorbalance/colorbalance.c:
29133         * gst-libs/gst/colorbalance/colorbalance.h:
29134         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
29135         * gst-libs/gst/mixer/Makefile.am:
29136         * gst-libs/gst/mixer/mixer-marshal.list:
29137         * gst-libs/gst/mixer/mixer.c:
29138         * gst-libs/gst/mixer/mixer.h:
29139         * gst-libs/gst/mixer/mixermarshal.list:
29140         * gst-libs/gst/play/Makefile.am:
29141         * gst-libs/gst/play/play.h:
29142         * gst-libs/gst/tuner/Makefile.am:
29143         * gst-libs/gst/tuner/tuner-marshal.list:
29144         * gst-libs/gst/tuner/tuner.c:
29145         * gst-libs/gst/tuner/tuner.h:
29146         * gst-libs/gst/tuner/tunermarshal.list:
29147           use new glib-gen.mak snippet to clean up Makefile.am
29148           fix various bugs in Makefile.am's
29149
29150 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29151
29152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29153           handle chain parsing correctly in the multichain case
29154         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29155         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29156         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29157         (theora_dec_chain):
29158           handle events and queries correctly
29159
29160 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29161
29162         * .cvsignore:
29163         Ignore generated file _stdint.h.
29164
29165 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29166
29167         * gst-libs/gst/colorbalance/Makefile.am:
29168         * gst-libs/gst/colorbalance/colorbalance.h:
29169         * gst-libs/gst/mixer/Makefile.am:
29170         * gst-libs/gst/mixer/mixer.h:
29171         * gst-libs/gst/play/Makefile.am:
29172         * gst-libs/gst/play/play.h:
29173         * gst-libs/gst/tuner/Makefile.am:
29174         * gst-libs/gst/tuner/tuner.h:
29175         Generate enum type code with glib-mkenums.
29176         * gst-libs/gst/colorbalance/.cvsignore:
29177         * gst-libs/gst/mixer/.cvsignore:
29178         * gst-libs/gst/play/.cvsignore:
29179         * gst-libs/gst/tuner/.cvsignore:
29180         Ignore generated files.
29181
29182 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29183
29184         * gst-libs/gst/audio/.cvsignore:
29185         Ignore generated file.
29186         * gst-libs/gst/audio/Makefile.am:
29187         Do not install example filter.
29188
29189 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29190
29191         * examples/switch/.cvsignore:
29192         Ignore generated file.
29193
29194 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29195
29196         * common/m4/ax_create_stdint_h.m4:
29197         * configure.ac:
29198           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29199           _stdint.h.
29200         * Makefile.am:
29201           remove generated _stdint.h in DISTCLEANFILES
29202         * ext/a52dec/gsta52dec.c:
29203           include _stdint.h for a52dec. (should fix #133064)
29204
29205 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29206
29207         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29208         (gst_tag_to_vorbis_comments):
29209         Add replaygain support to vorbistag
29210
29211 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29212         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29213         (gst_ffmpeg_caps_to_extradata):
29214           Fix SVQ3 caps flag properties
29215           Use glib macro for bytes swap
29216
29217 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29218
29219         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29220         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29221         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29222         * ext/sndfile/gstsf.c: (plugin_init):
29223         * gst/avi/gstavi.c: (plugin_init):
29224         * sys/dxr3/dxr3init.c: (plugin_init):
29225         * sys/oss/gstossaudio.c: (plugin_init):
29226         * sys/v4l/gstv4l.c: (plugin_init):
29227         * sys/v4l2/gstv4l2.c: (plugin_init):
29228           remove textdomain calls
29229         * po/nl.po:
29230           update Dutch translation
29231
29232 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29233
29234         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29235         (gst_play_set_audio_sink): Moving volume in the audio thread for
29236         instantaneous volume change. Maybe i will add another volume in front
29237         of visualization later, not sure yet though.
29238
29239 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29240
29241         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29242         (gst_ximagesink_handle_xevents): Better X events handling, only take
29243         the latest events for configure and motion.
29244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29245
29246 2004-02-02  Jon Trowbridge  <trow@gnu.org>
29247
29248         reviewed by: David Schleef  <ds@schleef.org>
29249
29250         Fix memory leaks:
29251         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29252         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29253
29254 2004-02-02  David Schleef  <ds@schleef.org>
29255
29256         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
29257         of lines.
29258         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29259         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29260         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29261         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29262         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29263         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29264         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29265         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29266         (gst_float2_2_int_link):
29267         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29268         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29269         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29270         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29271         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29272         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29273         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29274         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29275         * testsuite/gst-lint: Add tests for bzero and ;;
29276
29277 2004-02-02  David Schleef  <ds@schleef.org>
29278
29279         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29280
29281 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29282
29283         * ext/aalib/gstaasink.c: (gst_aasink_open):
29284         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29285         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29286         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29287         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29288         (gst_afsink_close_file):
29289         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29290         (gst_afsrc_close_file):
29291         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29292         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29293         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29294         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29295         * ext/esd/esdmon.c: (gst_esdmon_get):
29296         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29297         * ext/faac/gstfaac.c: (gst_faac_chain):
29298         * ext/faad/gstfaad.c: (gst_faad_chain):
29299         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29300         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29301         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29302         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29303         (gst_flacdec_loop):
29304         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29305         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29306         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29307         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29308         (gst_gnomevfssink_close_file):
29309         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29310         (gst_gnomevfssrc_open_file):
29311         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29312         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29313         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29314         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29315         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29316         * ext/mad/gstmad.c: (gst_mad_chain):
29317         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29318         * ext/mpeg2dec/gstmpeg2dec.c:
29319         * ext/mpeg2enc/gstmpeg2enc.cc:
29320         * ext/mplex/gstmplex.cc:
29321         * ext/mplex/gstmplexibitstream.cc:
29322         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29323         (gst_ogg_demux_push):
29324         * ext/raw1394/gstdv1394src.c:
29325         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29326         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29327         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29328         (gst_sf_loop):
29329         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29330         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29331         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29332         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29333         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29334         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29335         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29336         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29337         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29338         (gst_riff_read_element_data), (gst_riff_read_seek),
29339         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29340         * gst/adder/gstadder.c: (gst_adder_loop):
29341         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29342         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29343         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29344         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29345         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29346         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29347         * gst/goom/gstgoom.c: (gst_goom_chain):
29348         * gst/id3/gstid3types.c: (gst_id3types_loop):
29349         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29350         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29351         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29352         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29353         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29354         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29355         (gst_ebml_read_float), (gst_ebml_read_header):
29356         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29357         (gst_matroska_demux_parse_blockgroup):
29358         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29359         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29360         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29361         * gst/silence/gstsilence.c: (gst_silence_get):
29362         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29363         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29364         * gst/speed/gstspeed.c: (speed_loop):
29365         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29366         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29367         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29368         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29369         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29370         (gst_wavparse_loop):
29371         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29372         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29373         (dxr3audiosink_close):
29374         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29375         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29376         (dxr3videosink_close), (dxr3videosink_write_data):
29377         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29378         * sys/oss/gstosssink.c: (gst_osssink_chain):
29379         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29380         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29381         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29382         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29383         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29384         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29385         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29386         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29387         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29388         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29389         (gst_v4l_set_audio):
29390         * sys/v4l/v4l_calls.h:
29391         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29392         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29393         (gst_v4lmjpegsink_playback_init),
29394         (gst_v4lmjpegsink_playback_start):
29395         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29396         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29397         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29398         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29399         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29400         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29401         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29402         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29403         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29404         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29405         (gst_v4l2_get_output), (gst_v4l2_set_output),
29406         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29407         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29408         (gst_v4l2_set_attribute):
29409         * sys/v4l2/v4l2_calls.h:
29410         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29411         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29412         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29413         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29414         (gst_v4l2src_capture_stop):
29415         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29416         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29417         (gst_ximagesink_chain):
29418         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29419         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29420         (gst_xvideosink_xwindow_new):
29421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29422         (gst_xvimagesink_chain):
29423
29424 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29425
29426         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29427         (gst_volume_get_volume), (volume_class_init), (volume_init),
29428         (volume_chain_int16), (volume_update_volume):
29429         * gst/volume/gstvolume.h:
29430           make code more readable by removing magic numbers
29431           make mixer interface export 0-100 range
29432           make it internally map to 0.0-1.0 range so users don't distort
29433           output by putting the sliders at full volume
29434
29435 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29436
29437         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29438         (gst_play_state_change), (gst_play_seek_to_time):
29439         block the tick callback for 0.5 secs after doing a seek
29440
29441 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29442
29443         * gst-libs/gst/play/play.c: (gst_play_new):
29444           check for GError
29445
29446 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29447
29448         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29449         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29450         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29451         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29453         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29454
29455 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29456
29457         * configure.ac:
29458         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29459           check for a function added in vorbis 1.1
29460
29461 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29462
29463         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29464         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29465           really start/stop clock only on PLAYING <=> PAUSED
29466         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29467           remove \n from debugging lines
29468         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29469           make it work when seeking does not
29470         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29471           reset on DISCONT
29472
29473 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29474
29475         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29476           start clock on PAUSED=>PLAYING, not later
29477         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29478           extract correct time for different discont formats
29479         (gst_alsa_sink_get_time):
29480           don't segfault when no format is negotiated yet, just return 0
29481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29482         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29483         (gst_ogg_pad_push):
29484           handle flush and discont events correctly
29485         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29486           handle discont events correctly
29487
29488 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29489
29490         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29491         (gst_play_error_create), (gst_play_error_plugin),
29492         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29493         * gst-libs/gst/play/play.h:
29494           add error handling during creation
29495         * examples/gstplay/player.c: (main):
29496           use new gst_play_new
29497
29498
29499 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29500
29501         * ext/theora/theoradec.c: (theora_dec_chain):
29502           make comments work
29503         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29504         (vorbis_dec_src_event), (vorbis_dec_chain):
29505           add encoder tag, fix tag reading to be more error tolerant, change
29506           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29507           gst_pad_event_default.
29508         * gst/tags/gstvorbistag.c:
29509         (gst_tag_list_from_vorbiscomment_buffer):
29510           undefine function specific define at end of function
29511
29512 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29513
29514         * ext/flac/gstflac.c: (plugin_init):
29515         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29516         * ext/flac/gstflacdec.h:
29517         * ext/flac/gstflacenc.h:
29518           Fix typos
29519
29520 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29521
29522         * examples/gstplay/player.c: s/gstplay.h/play.h/
29523
29524 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29525
29526         * gst-libs/gst/play/Makefile.am:
29527         * gst-libs/gst/play/gstplay.c:
29528         * gst-libs/gst/play/gstplay.h:
29529         * gst-libs/gst/play/play.c:
29530           more surgery, operation complete
29531
29532 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29533
29534         * gst-libs/gst/play/play.old.c:
29535         * gst-libs/gst/play/play.old.h:
29536           after CVS surgery by moving, remove
29537         * gst-libs/gst/play/playpipelines.c:
29538           remove
29539
29540         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29541           add negotiation error
29542
29543 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29544
29545         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29546         (gst_ogg_demux_push):
29547           add some seeking debug info
29548           send a flush when seeking
29549
29550 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29551
29552         * configure.ac:
29553           use AC_C_INLINE
29554         * configure.ac:
29555         * ext/Makefile.am:
29556         * ext/theora/Makefile.am:
29557         * ext/theora/theoradec.c:
29558           add theora video decoder. Does just do simple decoding for now and
29559           has been tested against Theora cvs only. It only works when theora
29560           is compiled with --enable-static.
29561         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29562           always reset packetno on DISCONT
29563
29564 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29565
29566         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29567           Fix audio.
29568
29569 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29570
29571         * gst/mpegaudioparse/gstmpegaudioparse.c:
29572         (mp3_type_frame_length_from_header):
29573           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29574
29575 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29576
29577         * ext/esd/esdsink.c: (gst_esdsink_init):
29578           Since we have static pad template caps, we don't need to negotiate;
29579           either the core errors out or we know the format.
29580
29581 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29582
29583         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29584         (gst_riff_read_seek):
29585         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29586         (gst_ebml_read_seek):
29587           Fix event handling.
29588
29589 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29590
29591         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29592           removee video/x-theora from vp3 decoder, it doesn't handle raw
29593           theora streams
29594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29595           fix bug with finalizing element that never went to PAUSED
29596         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29597           length and position queries were swapped
29598         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29599         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29600         (vorbis_dec_src_event):
29601           implement querying time and bytes
29602
29603 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29604
29605         * just about every source file:
29606           gst_element_error -> GST_ELEMENT_ERROR
29607
29608 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29609
29610         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29611         emiting FLUSH and even before DISCONT.
29612         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29613         get the best instant seeking as possible yay!
29614
29615 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29616
29617         * gst/mpeg1videoparse/gstmp1videoparse.c:
29618         (gst_mp1videoparse_real_chain):
29619           Committed wrong version last week... Grr... Didn't notice until now.
29620
29621 2004-01-29  Julien MOUTTE <julien@moutte.net>
29622
29623         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29625         have_xwindow_id signal in xwindow_create.
29626
29627 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29628
29629         * ext/ogg/gstoggdemux.c:
29630           lots of changes - mainly support for chained bitstreams, seeking,
29631           querying and bugfixes of course
29632         * ext/vorbis/Makefile.am:
29633         * ext/vorbis/vorbisdec.c:
29634         * ext/vorbis/vorbisdec.h:
29635           add vorbisdec raw vorbis decoder
29636         * ext/vorbis/vorbis.c: (plugin_init):
29637           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29638         * gst/intfloat/Makefile.am:
29639         * gst/intfloat/float22int.c:
29640         * gst/intfloat/float22int.h:
29641         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29642           add float2intnew plugin. It converts multichannel interleaved float to
29643           multichannel interleaved int. The name should probably be changed.
29644         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29645         (plugin_init):
29646           add typefinding for raw theora video so oggdemux can detect it.
29647
29648 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29649
29650         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29651         sink element first.
29652         * gst/videoscale/gstvideoscale.c:
29653         (gst_videoscale_handle_src_event): Fixing src event handler.
29654
29655 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29656
29657         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29658         (gst_v4lsrc_open), (gst_v4lsrc_close),
29659         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29660         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29661         * sys/v4l/gstv4lsrc.h:
29662         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29663         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29664           Implement resizing... Hack. But that's why v4l is b0rked...
29665
29666 2004-01-28  Julien MOUTTE <julien@moutte.net>
29667
29668         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29669         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29670         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29671         (gst_ximagesink_xwindow_destroy):
29672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29673         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29674         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29675         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29676         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29677         correctly cleaning the image created to check xshm calls on succes,
29678         added a lot of XSync calls in X11 functions, and fixed a segfault when
29679         no image format was defined before negotiation happened.
29680
29681 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29682
29683         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29684           use gst_element_get_time to get correct time
29685
29686 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29687
29688         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29689         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29690         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29692         (gst_xvimagesink_check_xshm_calls),
29693         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29694         X plugins are now able to detect that XShm calls will fail even if the
29695         server claims that it has XShm support (remote displays most of the
29696         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29697         so that we use non XShm functions. This feature is almost useless for
29698         xvimagesink as Xv is not supported on remote displays anyway, but
29699         it might happen than even on the local display XShm calls fail.
29700
29701 2004-01-27  David Schleef  <ds@schleef.org>
29702
29703         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29704         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29705         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29706         changed esdsink to only use 44100,16,2, since esd sucks at rate
29707         conversion and esdsink has had difficulty negotiating.
29708
29709 2004-01-27  Julien MOUTTE <julien@moutte.net>
29710
29711         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29712         (gst_play_seek_to_time): Fixing the way to get current position.
29713
29714 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29715
29716         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29717           use gst_element_get_time to get correct time
29718
29719 2004-01-27  Julien MOUTTE <julien@moutte.net>
29720
29721         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29722         fix ever... Inverting 2 lines of code make spider autoplug correctly
29723         tagged mp3 !
29724
29725 2004-01-27  David Schleef  <ds@schleef.org>
29726
29727         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29728         Use gst_pad_try_set_caps_nonfixed().
29729
29730 2004-01-27  David Schleef  <ds@schleef.org>
29731
29732         * gst/ac3parse/gstac3parse.c: update to checklist 5
29733         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29734         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29735         * gst/audioscale/gstaudioscale.c: same
29736         * gst/auparse/gstauparse.c: same
29737         * gst/avi/gstavidemux.c: same
29738
29739 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29740
29741         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29742           stop processing after EOS
29743
29744 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29745
29746         * gst/asfdemux/asfheaders.h:
29747         * gst/asfdemux/gstasfdemux.c:
29748         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29749         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29750         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29751           lot's of fixes to make data extraction simpler and get the code
29752           architecture and compiler independant. Add debugging category
29753         * gst/goom/gstgoom.c: (gst_goom_change_state):
29754           reset channel count on PAUSED=>READY, not READY=>PAUSED
29755
29756 2004-01-26  Colin Walters  <walters@verbum.org>
29757
29758         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29759         code to pull a bigger buffer in iradio mode.  This as a side effect
29760         makes typefinding work.
29761
29762 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29763
29764         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29765         Fix SVQ3 decoding on PPC
29766
29767 2004-01-26  Julien MOUTTE <julien@moutte.net>
29768
29769         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29770         that one managed to stay there... Fixed.
29771
29772 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29773
29774         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29775         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29776         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29777         (qtdemux_video_caps):
29778         * gst/qtdemux/qtdemux.h:
29779         Add SVQ3 specific flags to qtdemux and ffmpeg
29780
29781 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29782
29783         * gst-libs/gst/audio/audio.h:
29784           remove buffer-frames from audio caps
29785         * gst/audioconvert/gstaudioconvert.c:
29786           fix plugin to really work.
29787
29788 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29789
29790         * gst-libs/gst/mixer/mixer.c:
29791         * gst-libs/gst/propertyprobe/propertyprobe.c:
29792         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29793         (gst_tuner_find_channel_by_name):
29794         * gst-libs/gst/tuner/tuner.h:
29795           Add gtk-doc style comments. Also fix a function name.
29796
29797 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29798
29799         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29800         (gst_divxdec_negotiate):
29801           Fix for new capsnego - also fixes gst-player with divxdec.
29802
29803 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29804
29805         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29806         (gst_play_identity_handoff), (gst_play_set_location),
29807         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29808         try in visualization implementation. Still have an issue with switch
29809         blocking when pulling from video_queue and only audio comes out of
29810         spider.
29811         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29812         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29813         release method. And check if the pad is usable before pulling.
29814
29815 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29816
29817         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29818         (gst_videobalance_init),
29819         (gst_videobalance_colorbalance_list_channels),
29820         (gst_videobalance_colorbalance_set_value),
29821         (gst_videobalance_colorbalance_get_value),
29822         (gst_videobalance_update_properties),
29823         (gst_videobalance_update_tables_planar411),
29824         (gst_videobalance_planar411):
29825         * gst/videofilter/gstvideobalance.h:
29826           Implement lookup-tables. +/- 10x faster.
29827
29828 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29829
29830         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29831         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29832           The index reading was broken. The rest worked fine, but the whole
29833           goal of my rewrite was to make avidemux readable, and this was
29834           not at all readable. Please use typed variables.
29835
29836 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29837
29838         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29839           Additional pad usability check.
29840         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29841         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29842         (gst_mp1videoparse_real_chain):
29843           Fix MPEG video stream parsing. The original plugin had several
29844           issues, including not timestamping streams where the source was
29845           not timestamped (this happens with PTS values in mpeg system
29846           streams, but MPEG video is also a valid stream on its own so
29847           that needs timestamps too). We use the display time code for that
29848           for now. Also, if one incoming buffer contains multiple valid
29849           frames, we push them all on correctly now, including proper EOS
29850           handling. Lastly, several potential segfaults were fixed, and we
29851           properly sync on new sequence/gop headers to include them in next,
29852           not previous frames (since they're header for the next frame, not
29853           the previous). Also see #119206.
29854         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29855         (bpf_from_header):
29856           Move caps setting so we only do it after finding several valid
29857           MPEG-1 fraes sequentially, not right after the first one (which
29858           might be coincidental).
29859         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29860         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29861         (plugin_init):
29862           Add unsynced MPEG video stream typefinding, and change some
29863           probability values so we detect streams rightly. The idea is as
29864           follows: I can have an unsynced system stream which contains
29865           video. In the current code, I would randomly get a type for either
29866           system or video stream type found, because the probabilities are
29867           being calculated rather randomly. I now use fixed values, so we
29868           always prefer system stream if that was found (and that is how it
29869           should be). If no system stream was found, we can still identity                the stream as video-only.
29870
29871 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29872
29873         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29874         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29875           don't write to buffer. Extract data without the need of
29876           __attribute__ ((packed))
29877
29878 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29879
29880         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29881         (mpeg1_sys_type_find):
29882           Fix MPEG-1 stream typefinding.
29883
29884 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29885
29886         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29887           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29888
29889 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29890
29891         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29892         * ext/esd/gstesd.c: (plugin_init):
29893           private debugging, better error reporting
29894
29895 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29896
29897         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29898         (gst_riff_read_init), (gst_riff_read_change_state):
29899         * gst-libs/gst/riff/riff-read.h:
29900           Remove stuff fromold metadata system.
29901
29902 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29903
29904         * ext/ogg/gstoggdemux.c:
29905           Fix wrong file comment.
29906         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29907         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29908           Add metadata reading properly.
29909
29910 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29911
29912         * ext/Makefile.am:
29913           Fix nas DIST_SUBDIRS
29914           Uraeus:
29915           Fix bug where make distcheck doesn't get run on adding stuff to
29916           the build.
29917
29918 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29919
29920         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29921         * ext/divx/gstdivxdec.h:
29922           Fix divx3 ("msmpeg4") playback using divxdec.
29923
29924 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29925
29926         * gst/typefind/gsttypefindfunctions.c:
29927         (mp3_type_frame_length_from_header): fix bug in length computation
29928         (mp3_type_find): improve debugging output
29929
29930 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29931
29932         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29933         (gst_play_set_location), (gst_play_seek_to_time),
29934         (gst_play_set_audio_sink), (gst_play_set_visualization),
29935         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29936         the pipeline from scratch. Visualization is back and switch went out as
29937         i realized it was not possible to use the way i wanted.
29938         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29939         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29940         clearing in state change from READY to NULL. So that one can clean the
29941         X ressources keeping the element.
29942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29943         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29944         (gst_xvimagesink_colorbalance_set_value),
29945         (gst_xvimagesink_colorbalance_get_value),
29946         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29947         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29948         change from READY to NULL and fixed some stupid bugs in colorbalance
29949         get/set values. Also added the following feature : when nobody tries to
29950         set some values to the colorbalance levels before the xcontext is
29951         grabbed, then when creating channels list from Xv attributes we set the
29952         internal values to the Xv defaults. This way we handle buggy Xv drivers
29953         that set default hue values far from the middle of the range (Thanks
29954         to Jon Trowbridge for pointing that issue).
29955         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29956         colorbalance levels have been set before xcontext is grabbed.
29957
29958 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29959
29960         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29961           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29962           it might block operations (which is bad for a mixer).
29963
29964 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29965
29966         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29967         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29968         (gmip_find_type_pre):
29969         * gst-libs/gst/media-info/media-info-priv.h:
29970         * gst-libs/gst/media-info/media-info.c:
29971         (gst_media_info_instance_init), (gst_media_info_read_idler):
29972         add fakesink to get caps on decoder src pad again
29973         fix callback prototype to match new have_type signal signature
29974
29975 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29976
29977         * gst/adder/gstadder.c: (gst_adder_link):
29978           fix non-compile and cut-n-paste code
29979
29980 2004-01-21  David Schleef  <ds@schleef.org>
29981
29982         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29983         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29984         (gst_swfdec_init), (gst_swfdec_change_state):
29985         * ext/swfdec/gstswfdec.h:
29986         Fix negotiation.
29987         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29988         (gst_adder_request_new_pad): Fix negotiation.
29989         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29990         Add a fixate function.
29991         * gst/intfloat/gstfloat2int.c:
29992         * gst/intfloat/gstfloat2int.h:
29993         * gst/intfloat/gstint2float.c:
29994         * gst/intfloat/gstint2float.h:
29995         Completely rewrite the negotiation.  Doesn't quite work yet,
29996         due to some buffer-frames problem.
29997
29998 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29999
30000         * ext/gnomevfs/gstgnomevfssrc.c:
30001         * sys/v4l2/v4l2_calls.h:
30002           fix includes for distcheck
30003
30004 2004-01-21  Christian Schaller <uraeus@gnome.org>
30005
30006         * ext/nas/
30007         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
30008         based on earlier patch from Laurent Vivier
30009
30010 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
30011
30012         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
30013         Fix wma caps property
30014         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30015         Fix typo (flags1 and flags2)
30016
30017 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30018
30019         * gst-libs/gst/media-info/media-info-priv.c:
30020         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
30021         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
30022         (gmip_find_stream), (gmip_find_track_metadata),
30023         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
30024         (gmip_find_track_format):
30025         * gst-libs/gst/media-info/media-info-priv.h:
30026         * gst-libs/gst/media-info/media-info-test.c: (main):
30027         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30028         (gst_media_info_read_idler), (gst_media_info_read):
30029         * gst-libs/gst/media-info/media-info.h:
30030           register debugging category and use it for debugging
30031
30032 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30033
30034         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
30035         (gst_vorbisfile_new_link):
30036           signal streaminfo through tags
30037
30038 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30039
30040         * ext/mplex/gstmplex.cc:
30041         * ext/mplex/gstmplexibitstream.cc:
30042           g++ doesn't like NULL in our i18n/error macros, should be
30043           either (NULL) or ("").
30044
30045 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30046
30047         * sys/dxr3/dxr3audiosink.c:
30048         * sys/dxr3/dxr3init.c:
30049         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
30050         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
30051           Fix more error error error errors (missing includes here).
30052
30053 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30054
30055         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30056           fix thomas' error errors.
30057
30058 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30059
30060         * ext/mpeg2enc/gstmpeg2enc.cc:
30061           fix error errors.
30062
30063 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30064
30065         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30066         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30067           Fix for new error system.
30068
30069 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30070
30071         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30072           fix for new error reporting
30073
30074 2004-01-20  David Schleef  <ds@schleef.org>
30075
30076         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30077         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30078         (gst_ximagesink_set_xwindow_id): Change to using a framerate
30079         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
30080         and neither is 100+, most likely.
30081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30082         (gst_xvimagesink_getcaps): same
30083
30084 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30085
30086         * configure.ac:
30087           Up version requirement to 2.0.3 (not yet released) to avoid symbol
30088           clashes with ffmpeg.
30089
30090 2004-01-20  Julien MOUTTE  <julien@moutte.net>
30091
30092         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30093         (gst_switch_init): Fixed switch element : proxying link and setting
30094         caps from src to sink on request.
30095
30096 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30097
30098         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30099         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
30100         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
30101         fix element_error
30102
30103 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30104
30105         * sys/v4l/v4l_calls.h:
30106         * sys/v4l2/v4l2_calls.h:
30107           element_error fixes
30108
30109 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30110
30111         * gst-libs/gst/gst-i18n-plugin.h:
30112           add locale.h
30113           remove config.h inclusion
30114
30115 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30116
30117         * autogen.sh:
30118           adding autopoint invocation
30119         * Makefile.am:
30120         * configure.ac:
30121         * gst-libs/gst/gettext.h:
30122           adding gettext bits
30123         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
30124         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
30125         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30126         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30127         (gst_gnomevfssink_close_file):
30128         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
30129         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
30130         * gst-libs/gst/gst-i18n-plugin.h:
30131         * gst/avi/gstavi.c: (plugin_init):
30132         * sys/dxr3/dxr3init.c: (plugin_init):
30133         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
30134         * sys/oss/gstossaudio.c: (plugin_init):
30135         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30136         * sys/v4l/gstv4l.c: (plugin_init):
30137         * sys/v4l/v4l_calls.c: (gst_v4l_open):
30138         * sys/v4l2/gstv4l2.c: (plugin_init):
30139         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30140         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
30141         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
30142         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
30143         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
30144         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
30145           make sure locale and translation domain are set
30146           fix translated strings
30147         * po/.cvsignore:
30148         * po/LINGUAS:
30149         * po/Makevars:
30150         * po/POTFILES.in:
30151         * po/nl.po:
30152           put translation files into place
30153         * sys/xvideo/imagetest.c: (main):
30154         * ext/dv/demo-play.c: (main):
30155           fix unnecessary translations
30156
30157 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30158
30159         * ext/sndfile/gstsf.c:
30160         * gst/avi/gstavimux.c:
30161         * ext/audiofile/gstafsink.c:
30162         * ext/audiofile/gstafsrc.c:
30163         * ext/gnomevfs/gstgnomevfssink.c:
30164         * ext/gnomevfs/gstgnomevfssrc.c:
30165         * sys/oss/gstosselement.c:
30166         * sys/v4l/v4l_calls.h:
30167           fix i18n include
30168
30169 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30170
30171         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30172         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30173         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30174         (gst_v4l2_get_output), (gst_v4l2_set_output),
30175         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30176         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30177         (gst_v4l2_set_attribute):
30178         update to new error handling
30179
30180 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30181
30182         * ext/sidplay/gstsiddec.cc:
30183         * gst/modplug/gstmodplug.cc:
30184           parenthese NULL because C++ seems angry about it
30185
30186 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30187
30188         * gst-libs/gst/gst-i18n-plugin.h:
30189           add skeleton i18n stuff, but needs to be further implemented
30190
30191 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30192
30193         * examples/gstplay/player.c: (main):
30194         * ext/aalib/gstaasink.c: (gst_aasink_open):
30195         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30196         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30197         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30198         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30199         (gst_afsink_close_file):
30200         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30201         (gst_afsrc_close_file):
30202         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30203         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30204         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30205         * ext/esd/esdmon.c: (gst_esdmon_get):
30206         * ext/esd/esdsink.c: (gst_esdsink_chain):
30207         * ext/faac/gstfaac.c: (gst_faac_chain):
30208         * ext/faad/gstfaad.c: (gst_faad_chain):
30209         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30210         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30211         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30212         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30213         (gst_flacdec_loop):
30214         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30215         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30216         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30217         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30218         (gst_gnomevfssink_close_file):
30219         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30220         (gst_gnomevfssrc_open_file):
30221         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30222         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30223         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30224         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30225         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30226         * ext/mad/gstmad.c: (gst_mad_chain):
30227         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30228         * ext/mpeg2dec/gstmpeg2dec.c:
30229         * ext/mpeg2enc/gstmpeg2enc.cc:
30230         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30231         * ext/mplex/gstmplex.cc:
30232         * ext/mplex/gstmplexibitstream.cc:
30233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30234         (gst_ogg_demux_push), (gst_ogg_pad_push):
30235         * ext/raw1394/gstdv1394src.c:
30236         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30237         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30238         * ext/sidplay/gstsiddec.cc:
30239         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30240         (gst_sf_loop):
30241         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30242         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30243         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30244         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30245         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30246         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30247         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30248         * gst-libs/gst/Makefile.am:
30249         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30250         (gst_riff_read_element_data), (gst_riff_read_seek),
30251         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30252         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30253         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30254         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30255         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30256         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30257         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30258         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30259         * gst/goom/gstgoom.c: (gst_goom_chain):
30260         * gst/id3/gstid3types.c: (gst_id3types_loop):
30261         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30262         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30263         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30264         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30265         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30266         (gst_ebml_read_float), (gst_ebml_read_header):
30267         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30268         (gst_matroska_demux_parse_blockgroup):
30269         * gst/modplug/gstmodplug.cc:
30270         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30271         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30272         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30273         * gst/silence/gstsilence.c: (gst_silence_get):
30274         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30275         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30276         * gst/speed/gstspeed.c: (speed_loop):
30277         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30278         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30279         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30280         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30281         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30282         (gst_wavparse_loop):
30283         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30284         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30285         (dxr3audiosink_close):
30286         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30287         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30288         (dxr3videosink_close), (dxr3videosink_write_data):
30289         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30290         * sys/oss/gstosselement.h:
30291         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30292         (gst_osssink_chain):
30293         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30294         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30295         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30296         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30297         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30298         (gst_v4l_enable_overlay):
30299         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30300         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30301         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30302         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30303         (gst_v4l_set_audio):
30304         * sys/v4l/v4l_calls.h:
30305         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30306         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30307         (gst_v4lmjpegsink_playback_init),
30308         (gst_v4lmjpegsink_playback_start):
30309         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30310         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30311         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30312         (gst_v4lmjpegsrc_requeue_frame):
30313         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30314         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30315         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30316         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30317         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30318         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30319         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30320         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30321         (gst_v4l2src_capture_stop):
30322         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30323         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30324         (gst_ximagesink_chain):
30325         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30326         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30327         (gst_xvideosink_xwindow_new):
30328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30329         (gst_xvimagesink_chain):
30330         use new error signal, function and categories
30331
30332 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30333
30334         * configure.ac:
30335         * ext/Makefile.am:
30336         * ext/musicbrainz/gsttrm.c:
30337         * ext/musicbrainz/gsttrm.h:
30338         * ext/musicbrainz/Makefile.am:
30339         Add a trm plugin
30340
30341 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30342
30343         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30344         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30345         synchronous property for debugging.
30346         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30348         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30349         smaller block, fixing indent.
30350
30351 2004-01-16  David Schleef  <ds@schleef.org>
30352
30353         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30354         property affects the video stream.
30355         * sys/xvimage/xvimagesink.c:
30356         * sys/xvimage/xvimagesink.h:
30357         Add synchronous property for debugging.  Should probably be
30358         disabled in non-CVS builds.  Make sure that the Xv attribute
30359         exists before we set it (crash!).  Fix a silly float bug that
30360         caused colorbalance to just not work.
30361
30362 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30363
30364         * tools/gst-launch-ext.in - update for new plugins
30365
30366 2004-01-16  David Schleef  <ds@schleef.org>
30367
30368         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30369         already-freed caps.
30370
30371 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30372
30373         * Update spec for new colorspace plugin and libcaca plugin
30374         * Fix compilation of libcaca plugin (clock -> id)
30375
30376 2004-01-16  Julien MOUTTE <julien@moutte.net>
30377
30378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30379         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30380         (gst_xvimagesink_set_xwindow_id),
30381         (gst_xvimagesink_colorbalance_set_value),
30382         (gst_xvimagesink_colorbalance_get_value),
30383         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30384         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30385         correct colorbalance properties. They can now be set when the element
30386         is still in NULL state. The values will be committed to the Xv Port
30387         when xcontext is initialized.
30388         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30389         brightness int values in the GstXvImagesink structure.
30390
30391 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30392
30393         * gst-libs/gst/Makefile.am:
30394           restructure so having local patches works easier.
30395
30396 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30397
30398         * ext/mpeg2enc/Makefile.am:
30399         * ext/mpeg2enc/gstmpeg2enc.cc:
30400         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30401           Bugfix with respect to EOS handling.
30402
30403 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30404
30405         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30406           Link with right caps (else, it segfaults).
30407         * ext/mplex/gstmplexjob.cc:
30408           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30409
30410 2004-01-15  David Schleef  <ds@schleef.org>
30411
30412         * gst-libs/gst/audio/Makefile.am:
30413         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30414         from the template.
30415         * gst-libs/gst/audio/gstaudiofilter.c:
30416         * gst-libs/gst/audio/gstaudiofilter.h:
30417         Add bytes_per_sample and size and n_samples calculation.
30418         * gst-libs/gst/audio/gstaudiofilterexample.c:
30419         Remove, now autogenerated.
30420         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30421         Moved from gstaudiofilterexample, object name changed, code added
30422         so that it actually works.
30423         * gst-libs/gst/audio/make_filter:
30424         Script to build an audiofilter subclass from the template.
30425         * gst/colorspace/Makefile.am:
30426         * gst/colorspace/yuv2yuv.c:
30427         Remove file, since it's GPL, and we don't use it.
30428
30429 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30430
30431         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30433         them use the buffer free function to test how the buffer was allocated.
30434
30435 2004-01-15  David Schleef  <ds@schleef.org>
30436
30437         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30438         that handles osssink fallback.
30439         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30440         (gst_audio_convert_getcaps):
30441         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30442         Add audio/x-qdm2 for QDM2 audio.
30443         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30444         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30445         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30446         Decrease minimum size to 16x16.
30447         * gst/wavparse/gstwavparse.c:
30448         Convert disabled pad template caps to new caps.
30449         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30451         (gst_xvimagesink_chain): Throw element error when display cannot
30452         be opened.  Increase minimum framerate to 1.0.  Check the data
30453         free function on a buffer to make sure it is the type we expect
30454         before manipulating it.
30455
30456 2004-01-15  Julien MOUTTE <julien@moutte.net>
30457
30458         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30459         (gst_videobalance_colorbalance_set_value): Implement passthru if
30460         settings are in the middle.
30461         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30462
30463 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30464
30465         * gst/videofilter/Makefile.am:
30466         * gst/volume/Makefile.am:
30467           Since we use videofilter symbols, link to it.
30468
30469 2004-01-15  Julien MOUTTE <julien@moutte.net>
30470
30471         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30472         mixer interface type to HARDWARE.
30473         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30474         type to SOFTWARE.
30475         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30476         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30477         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30478         (gst_volume_interface_init), (gst_volume_list_tracks),
30479         (gst_volume_set_volume), (gst_volume_get_volume),
30480         (gst_volume_set_mute), (gst_volume_mixer_init),
30481         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30482         (volume_init): Implementing mixer interface.
30483         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30484         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30485         (gst_osselement_change_state): Removing some trailing commas in
30486         structures.
30487         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30488         interface type to HARDWARE.
30489         * sys/v4l/gstv4lcolorbalance.c:
30490         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30491         type to HARDWARE.
30492         * sys/v4l2/gstv4l2colorbalance.c:
30493         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30494         interface type to HARDWARE.
30495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30496         same code than ximagesink for event handling.
30497
30498 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30499
30500         * ext/snapshot/Makefile.am:
30501         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30502         (gst_snapshot_chain):
30503         * ext/snapshot/gstsnapshot.h:
30504           This has to be a joke... Snapshot should be connected to a tee,
30505           colorspace element before it and EOS after that, where the other
30506           src of the tee receives normal data.
30507           The current way is *wrong*.
30508
30509 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30510
30511         * ext/hermes/gsthermescolorspace.c:
30512           Fix another compile error. Same as below.
30513
30514 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30515
30516         * gst/colorspace/gstcolorspace.c:
30517         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30518         (gst_colorspace_i420_to_yv12):
30519           Fix compiling... Didn't test if it actually works.
30520
30521 2004-01-15  David Schleef  <ds@schleef.org>
30522
30523         * configure.ac:
30524         * gst/colorspace/Makefile.am:
30525         * gst/colorspace/gstcolorspace.c:
30526         * gst/colorspace/gstcolorspace.h:
30527         * gst/colorspace/yuv2rgb.c:
30528         * gst/colorspace/yuv2rgb.h:
30529         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30530         code and GPL code.  Fix for new caps negotiation.  Rewrite
30531         much of the format handling code, and some of the conversion
30532         code.  Basically, rewrote almost everything.  This element
30533         handles I420, YV12 to RGB conversions.
30534         * ext/hermes/Makefile.am:
30535         * ext/hermes/gsthermescolorspace.c:
30536         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30537         Remove non-Hermes related code.  This element handles lots of
30538         RGB to RGB conversions, but no YUV.
30539         * ext/hermes/gstcolorspace.c:
30540         * ext/hermes/gstcolorspace.h:
30541         * ext/hermes/rgb2yuv.c:
30542         * ext/hermes/yuv2rgb.c:
30543         * ext/hermes/yuv2rgb.h:
30544         * ext/hermes/yuv2rgb_mmx16.s:
30545         * ext/hermes/yuv2yuv.c:
30546         * ext/hermes/yuv2yuv.h:
30547         Remove old code.
30548
30549 2004-01-14  Colin Walters  <walters@verbum.org>
30550
30551         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30552         they've already been.
30553
30554 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30555
30556         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30557           assume tag mode when pad is not connected
30558
30559 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30560
30561         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30562           Don't update the time of the clock
30563         (gst_alsa_sink_loop):
30564           sync to the clock given to alsasink, not the own clock
30565         * sys/oss/gstosssink.c: (gst_osssink_chain):
30566           sync to the clock
30567         (gst_osssink_change_state):
30568           activate the clock
30569         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30571           remove bogus code that made DISCONT events unhandled
30572         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30573           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30574           #131502)
30575         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30576         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30577         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30578           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30579           2nd warning in bug #131502)
30580
30581 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30582
30583         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30584         (gst_videobalance_colorbalance_set_value),
30585         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30586         for colorbalance interface implementation.
30587         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30588         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30589         (gst_ximagesink_dispose), (gst_ximagesink_init),
30590         (gst_ximagesink_class_init): Adding DISPLAY property.
30591         * sys/ximage/ximagesink.h: Adding display_name to store display.
30592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30593         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30594         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30595         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30596         properties (they still need polishing though for gst-launch use : no
30597         xcontext yet, i ll do that tomorrow).
30598         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30599
30600 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30601
30602         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30603         (gst_play_set_location), (gst_play_set_visualization): Preparing
30604         switch integration, adding videobalance in the pipeline.
30605
30606 2004-01-14  Julien MOUTTE <julien@moutte.net>
30607
30608         * gst-libs/gst/colorbalance/colorbalance.c:
30609         (gst_color_balance_class_init): Adding a default type.
30610         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30611         the type.
30612         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30613         (gst_videobalance_dispose), (gst_videobalance_class_init),
30614         (gst_videobalance_init), (gst_videobalance_interface_supported),
30615         (gst_videobalance_interface_init),
30616         (gst_videobalance_colorbalance_list_channels),
30617         (gst_videobalance_colorbalance_set_value),
30618         (gst_videobalance_colorbalance_get_value),
30619         (gst_videobalance_colorbalance_init): Implementing colorbalance
30620         interface.
30621         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30622         list.
30623         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30624         bug which was triggering a BadAccess X error when setting an overlay
30625         before pad was really negotiated.
30626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30627         Using the colorbalance type macro.
30628
30629 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30630
30631         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30632         (gst_flacenc_chain):
30633           handle tags correctly
30634         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30635           extract ID3v1 tags correctly
30636
30637 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30638
30639         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30640         (plugin_init):
30641           Improve matroska typefinding for odd-typed headers...
30642
30643 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30644
30645         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30646           Fix for using incremental number on padnames.
30647
30648 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30649
30650         * ext/divx/gstdivxdec.c:
30651         * ext/divx/gstdivxenc.c:
30652           Set category to divx4linux instead of divx (too generic).
30653         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30654         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30655         (gst_wavparse_loop), (gst_wavparse_change_state):
30656         * gst/wavparse/gstwavparse.h:
30657           fix parsing of WAV files with non-standard fmt-tag size and fix
30658           skipping of unrecognized chunks... Someone please fix this thing
30659           to use rifflib so all this is automated.
30660         * sys/v4l/Makefile.am:
30661         * sys/v4l2/Makefile.am:
30662           Add X_CFLAGS because we depend on X (for overlay).
30663
30664 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30665
30666         * ext/mpeg2dec/gstmpeg2dec.c:
30667           Don't issue a timestamp unless we tagged the frame
30668           with a PTS.
30669
30670 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30671
30672         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30673           Query the audio element to get the time, not the clock. We're
30674           interested in the element's time here.
30675
30676 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30677
30678         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30679         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30680         * ext/esd/esdsink.c: (gst_esdsink_chain):
30681         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30682         * ext/mas/massink.c: (gst_massink_chain):
30683         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30684         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30685         (gst_matroska_demux_parse_metadata):
30686         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30687         (gst_mpeg_parse_release_locks):
30688         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30689         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30690         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30691         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30692         (gst_osssink_change_state):
30693         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30694         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30695         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30696         (gst_xvideosink_release_locks):
30697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30698           use element time.
30699         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30700         (gst_alsa_clock_stop):
30701         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30702         (gst_audio_clock_get_internal_time):
30703           simplify for use with new clocking code.
30704         * testsuite/alsa/Makefile.am:
30705         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30706           fix testsuite for new caps system
30707
30708 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30709
30710         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30711         * ext/flac/gstflacenc.c: (add_one_tag):
30712           length is already host endian, no need to convert. Fixes playback of
30713           tagged files on PPC. (bug #128384)
30714
30715 2004-01-13  Julien MOUTTE <julien@moutte.net>
30716
30717         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30718         colorbalance interface stating if it is hardware based or software
30719         based.
30720         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30721         Removing a trailing comma.
30722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30723         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30724         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30725         the documentation seems to be wrong on the -1000 to 1000 interval.
30726
30727 2004-01-12  David Schleef  <ds@schleef.org>
30728
30729         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30730         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30731         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30732         Fix negotiation.  Add a bufferalloc function for the sink pad,
30733         and generally clean up some of the code.
30734
30735 2004-01-12  Julien MOUTTE <julien@moutte.net>
30736
30737         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30738         (gst_color_balance_channel_dispose): Adding safety check in dispose
30739         method.
30740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30741         (gst_xvimagesink_xcontext_clear),
30742         (gst_xvimagesink_interface_supported),
30743         (gst_xvimagesink_colorbalance_list_channels),
30744         (gst_xvimagesink_colorbalance_set_value),
30745         (gst_xvimagesink_colorbalance_get_value),
30746         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30747         Adding colorbalance interface support to set XV parameters such as
30748         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30749         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30750         interface.
30751
30752 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30753
30754         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30755         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30756         (gst_audio_convert_init), (gst_audio_convert_set_property),
30757         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30758         (gst_audio_convert_link),
30759         (gst_audio_convert_buffer_to_default_format),
30760         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30761           - implement _getcaps and use it
30762           - improve linking
30763           - remove float caps since no float conversion is actually done
30764           - remove properties and arguments that were to be used for rate
30765             conversion
30766
30767 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30768
30769         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30770         (gst_audio_structure_set_int):
30771         * gst-libs/gst/audio/audio.h:
30772           add helper functions for _getcaps matching the standard audio
30773           templates
30774
30775 2004-01-12  David Schleef  <ds@schleef.org>
30776
30777         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30778         Test that pad is negotiated before getting its caps.
30779
30780 2004-01-12  Julien MOUTTE <julien@moutte.net>
30781
30782         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30783         analyzing the pads of an element the bin is mostly in READY state so
30784         no caps were negotiated. This helper function needs to work with
30785         _get_caps directly then. I was not freeing them though, added that to
30786         fix the mem leak.
30787
30788 2004-01-12  Julien MOUTTE <julien@moutte.net>
30789
30790         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30792         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30793         than the free_func.
30794
30795 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30796
30797         * sys/oss/gstossaudio.c: (plugin_init):
30798         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30799         * sys/oss/gstosselement.h:
30800           make an oss debugging category
30801           make failure more descriptive
30802
30803 2004-01-11  David Schleef  <ds@schleef.org>
30804
30805         * ext/ffmpeg/gstffmpeg.c:
30806         * ext/ffmpeg/gstffmpegcodecmap.c:
30807         * ext/ffmpeg/gstffmpegdec.c:
30808         * ext/ffmpeg/gstffmpegenc.c:
30809         * ext/ffmpeg/gstffmpegprotocol.c:
30810         * ext/gdk_pixbuf/gstgdkanimation.c:
30811         * ext/jpeg/gstjpeg.c:
30812         * ext/libpng/gstpng.c:
30813         * ext/mpeg2dec/perftest.c:
30814         * ext/speex/gstspeex.c:
30815         * gst-libs/gst/resample/dtos.c:
30816         * gst/intfloat/gstintfloatconvert.c:
30817         * gst/oneton/gstoneton.c:
30818         * gst/rtjpeg/RTjpeg.c:
30819         * gst/rtp/gstrtp.c:
30820         * sys/dxr3/dxr3init.c:
30821         * sys/glsink/gstgl_nvimage.c:
30822         * sys/glsink/gstgl_pdrimage.c:
30823         * sys/glsink/gstglsink.c:
30824         * testsuite/gst-lint:
30825         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30826
30827 2004-01-11  David Schleef  <ds@schleef.org>
30828
30829         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30830         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30831         * ext/gdk_pixbuf/gstgdkanimation.c:
30832         (gst_gdk_animation_iter_create_pixbuf):
30833         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30834         (gst_gdk_pixbuf_chain):
30835         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30836         * ext/jack/gstjack.c: (gst_jack_change_state):
30837         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30838         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30839         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30840         * gst/videofilter/gstvideofilter.c:
30841         (gst_videofilter_set_output_size):
30842         Remove all usage of gst_pad_get_caps(), and replace it with
30843         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30844
30845 2004-01-11  David Schleef  <ds@schleef.org>
30846
30847         * configure.ac:
30848         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30849         * ext/divx/gstdivxdec.c:
30850         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30851         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30852         handle images that span multiple buffers.  Now work with both
30853         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30854         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30855         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30856         video/video.h changes
30857         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30858         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30859         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30860         of GstData free function.
30861         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30862         same.
30863
30864 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30865
30866         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30867         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30868         (gst_v4l2element_get_property):
30869         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30870           add norm, channel and frequency properties.
30871         * sys/v4l2/gstv4l2tuner.c:
30872           fixes for tuner interface changes
30873         * sys/v4l2/gstv4l2element.h:
30874         * sys/v4l2/gstv4l2src.c:
30875         * sys/v4l2/gstv4l2src.h:
30876         * sys/v4l2/v4l2src_calls.c:
30877         * sys/v4l2/v4l2src_calls.h:
30878           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30879
30880 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30881
30882         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30883         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30884         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30885         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30886         * gst-libs/gst/tuner/tuner.h:
30887           GObjects aren't const.
30888           Add find_by_name functions.
30889           Add checks to _changed functions.
30890         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30891         (gst_v4l_tuner_get_norm):
30892           Fixes for above.
30893
30894 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30895
30896         * gst-libs/gst/video/video.h:
30897           Fix caps template names to be understandable.
30898           Prefix everything with GST_VIDEO.
30899         * ext/aalib/gstaasink.c:
30900         * ext/divx/gstdivxdec.c:
30901         * ext/divx/gstdivxenc.c:
30902         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30903         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30904         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30905         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30906         * ext/libcaca/gstcacasink.c:
30907         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30908         * ext/snapshot/gstsnapshot.c:
30909         * ext/swfdec/gstswfdec.c:
30910         * ext/xvid/gstxviddec.c:
30911         * ext/xvid/gstxvidenc.c:
30912         * gst/chart/gstchart.c:
30913         * gst/deinterlace/gstdeinterlace.c:
30914         * gst/effectv/gsteffectv.c:
30915         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30916         * gst/goom/gstgoom.c:
30917         * gst/median/gstmedian.c:
30918         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30919         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30920         * gst/overlay/gstoverlay.c:
30921         * gst/smooth/gstsmooth.c:
30922         * gst/smpte/gstsmpte.c:
30923         * gst/synaesthesia/gstsynaesthesia.c:
30924         * gst/videocrop/gstvideocrop.c:
30925         * gst/videodrop/gstvideodrop.c:
30926         * gst/y4m/gsty4mencode.c:
30927         * sys/qcam/gstqcamsrc.c:
30928         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30929           Make them work with new video.h file.
30930         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30931         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30933         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30934           Make it work with new buffer allocation system.
30935
30936 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30937
30938         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30939         pad_alloc_buffer implementation to use ->srcpad
30940         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30941         pad_alloc_buffer implementation to use ->srcpad
30942         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30943         pad_alloc_buffer implementation to use ->srcpad
30944         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30945         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30946         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30947         a reference to everything we need.
30948         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30950         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30951         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30952         a reference to everything we need.
30953         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30954
30955 2004-01-11  David Schleef  <ds@schleef.org>
30956
30957         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30958         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30959         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30960         structure members.
30961         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30962         value during a resize/renegotiation.
30963         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30964         gst_pad_alloc_buffer();
30965         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30966         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30967         structure members.
30968         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30969         Fix for rename of buffer private structure members.
30970         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30971         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30972         Fix for rename of buffer private structure members.
30973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30974         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30975         Fix for rename of buffer private structure members.
30976
30977 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30978
30979         reviewed by: David Schleef <ds@schleef.org>
30980
30981         * gst/videofilter/Makefile.am:
30982         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30983         from the patch by ds to fit in with recent make_filter changes.
30984
30985 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30986
30987         * configure.ac: Adding examples/switch/Makefile
30988         * examples/Makefile.am: Adding examples/switch
30989         * examples/switch/Makefile.am: Adding switcher example.
30990         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30991         (switch_timer), (main): Adding an example demonstrating switch usage
30992         with 2 videotestsrc showing different patterns.
30993         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30994         (gst_switch_init): Fixing switch with the new caps system.
30995
30996 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30997
30998         * gst-libs/gst/video/video.h:
30999           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
31000           They should probably be like
31001           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
31002
31003 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31004
31005         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31006         (qtdemux_parse_trak):
31007           fix audio chunk size/timestamp calculation
31008
31009 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31010
31011         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31012           fix SVQ3 caps
31013
31014 2004-01-11  Steve Baker  <steve@stevebaker.org>
31015
31016         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
31017         (gst_agingtv_base_init), (gst_agingtv_class_init),
31018         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
31019         (gst_agingtv_set_property), (gst_agingtv_get_property):
31020         Port agingTV to videofilter
31021
31022 2004-01-09  Julien MOUTTE <julien@moutte.net>
31023
31024         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
31025         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31026
31027 2004-01-09  Julien MOUTTE <julien@moutte.net>
31028
31029         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
31030         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31031         * gst-libs/gst/xoverlay/xoverlay.c:
31032         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
31033         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
31034         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31035         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31036         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31037         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31038         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
31039         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
31040         the bufferalloc_function to replace bufferpools, fixing the XOverlay
31041         interface implementation to handle xid being 0 and fix some bugs
31042         triggered by Benjamin's testcase.
31043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31044         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
31045         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
31046         the bufferalloc_function to replace bufferpools, fixing the XOverlay
31047         interface implementation to handle xid being 0 and fix some bugs
31048         triggered by Benjamin's testcase.
31049
31050 2004-01-09  David Schleef  <ds@schleef.org>
31051
31052         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
31053         mouse pointer events.  It works.
31054
31055 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31056
31057         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
31058           Use explicit caps - fix capsnego.
31059         * ext/xvid/gstxviddec.c:
31060         * ext/xvid/gstxvidenc.c:
31061           Remove macro-inside-macro which caused compile errors.
31062         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
31063           Error out if it's not a RIFF file. Else we error out without
31064           gst_element_error() which is not good...
31065
31066 2004-01-08  David Schleef  <ds@schleef.org>
31067
31068         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
31069         Fix pad_link function to handle formats that ffmpeg returns
31070         as multiple caps structures.
31071         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
31072         Only complain if source buffer is _smaller_ than expected.
31073         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
31074         (gst_videoscale_handle_src_event): Resize navigation events
31075         when passing them upstream.
31076         * gst/videotestsrc/gstvideotestsrc.c:
31077         * gst/videotestsrc/gstvideotestsrc.h:
31078         * gst/videotestsrc/videotestsrc.c:
31079         * gst/videotestsrc/videotestsrc.h:
31080         Rewrite many of the buffer painting functions to handle odd
31081         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
31082         been verified to work with my video card.
31083         * testsuite/gst-lint:  Add check for elements calling
31084         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
31085
31086 2004-01-08  David Schleef  <ds@schleef.org>
31087
31088         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31089         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
31090
31091 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31092
31093         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
31094         configure event is not emiting the desired size signal. That fixes
31095         aspect ratio issues with gst-player.
31096
31097 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31098
31099         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
31100           Fix capsnego.
31101
31102 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31103
31104         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
31105         public method to fire size signal.
31106
31107 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31108
31109         * examples/gstplay/Makefile.am: Adding the interface library.
31110         * gst-libs/gst/play/Makefile.am: Adding the interface library.
31111         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
31112         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
31113         GST_IS_X_OVERLAY before signal connect.
31114         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
31115         Removing the have_video_size signal.
31116         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
31117         and associated public method.
31118         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31119         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
31120         signal.
31121         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31122         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
31123         signal.
31124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
31125         Using XOverlay public method to fire size signal.
31126
31127 2004-01-07  David Schleef  <ds@schleef.org>
31128
31129         * gst/videofilter/Makefile.am:
31130         * gst/videofilter/gstvideotemplate.c:
31131         * gst/videofilter/make_filter:
31132         Create gstvideoexample.c in a srcdir!=builddir friendly way.
31133         Convert make_filter to /bin/sh script.
31134
31135 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31136
31137         * gst/modplug/gstmodplug.cc: fix element description
31138
31139 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31140
31141         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31142         (got_video_size): Adding some new lines in g_print calls.
31143         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31144         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
31145         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
31146         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
31147         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
31148         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
31149         Complete code review, reverting some stuff i disagree with, adding
31150         some fixes : time synchronization on invalid timestamps, renegotiation
31151         of private window.
31152         * sys/ximage/ximagesink.h:
31153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31154         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31155         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31156         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31157         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31158         (gst_xvimagesink_buffer_new),
31159         (gst_xvimagesink_navigation_send_event),
31160         (gst_xvimagesink_set_xwindow_id),
31161         (gst_xvimagesink_get_desired_size),
31162         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31163         stuff i disagree with, adding some fixes : Renegotiation of private
31164         window, implementing get_desired_size.
31165
31166 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31167
31168         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31169         (gst_afsink_handle_event):
31170         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31171         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31172         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31173         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31174         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31175           Fix for instantiate-test (see core). Also remove dead code from
31176           jpegenc (which still needs fixing, but that's lower on my TODO
31177           list...).
31178         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31179           Never return NULL as caps.
31180
31181 2004-01-07  David Schleef  <ds@schleef.org>
31182
31183         * configure.ac:
31184         * ext/Makefile.am:
31185         * ext/librfb/Makefile.am:
31186         * ext/librfb/gstrfbsrc.c:
31187         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
31188         is the protocol used by VNC.
31189
31190 2004-01-07  David Schleef  <ds@schleef.org>
31191
31192         * gst/videofilter/gstvideotemplate.c:
31193         * gst/videofilter/gstvideotemplate.h:
31194         * gst/videofilter/make_filter:
31195         Merge videotemplate header into source file.
31196         * gst/effectv/Makefile.am:
31197         * gst/effectv/gsteffectv.c: (plugin_init):
31198         * gst/effectv/gstwarp.c:
31199         Make warpTV a subclass of videofilter.
31200
31201 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31202
31203         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31204           Add guard against invalid utf-8 conversions in mad. Just in case.
31205
31206 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31207
31208         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31209           Fix for bug shown by poisoning
31210
31211 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31212
31213         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31214         (gst_v4lmjpegsrc_buffer_free):
31215         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31216         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31217         (gst_v4lsrc_buffer_free):
31218           Fix for removed bufferpools.
31219
31220 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31221
31222         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31223         Fix caps negotiation.
31224
31225         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31226         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31227         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31228         (dvdnavsrc_event):
31229         * ext/mpeg2dec/gstmpeg2dec.c:
31230         * gst-libs/gst/navigation/navigation.c:
31231         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31232         * gst-libs/gst/navigation/navigation.h:
31233         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31234         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31236         Super-simple first version of mouse and keyboard events. Clicking
31237         on a DVD menu now works, although it may not take you where you
31238         expected.
31239
31240         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31241         * gst/videotestsrc/gstvideotestsrc.c:
31242         (gst_videotestsrc_src_fixate):
31243         These fixate functions were broken - they never actually
31244         fixated :)
31245
31246 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31247
31248         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31249         (gst_icecastsend_init):
31250           fix for new caps system.
31251         * gst-libs/gst/mixer/mixertrack.h:
31252         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31253           Add 'master track' flag (for tools like ACME that only want to
31254           change the main volume).
31255
31256 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31257
31258         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31259         (gst_xvid_csp_to_caps):
31260         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31261         * ext/xvid/gstxvidenc.c:
31262         ifdef out ARGB type when it isn't available
31263         in xvidcore 1.0.0beta2
31264
31265 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31266
31267         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31268           When we have received a new SCR right in the first buffer after
31269           a seek (so in the same cycle that handles the discont), we should
31270           handle the buffer instead of unreffing it, else we lose data.
31271
31272 2004-01-06  Iain <iain@prettypeople.org>
31273
31274         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31275           buffer-frames caps too.
31276
31277         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31278           caps that we need, don't destroy them all and rebuild them. And when
31279           creating src pads, use the src pad template rather than the sink...
31280
31281 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31282
31283         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31284           Add pad to element *after* setting functions such as event handler.
31285           Without this, the scheduler (opt) will link pads, set the event
31286           handler from the default event function (dispatcher in gstpad.c)
31287           and *after* that, we will set our own event function, which will
31288           thus never be used (and thus mpegdemux doesn't handle events).
31289
31290 2004-01-04  David Schleef  <ds@schleef.org>
31291
31292         Fix the fixate functions to handle new prototype:
31293         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31294         * gst/videotestsrc/gstvideotestsrc.c:
31295         (gst_videotestsrc_src_fixate):
31296         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31297         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31299
31300 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31301
31302         * sys/ximage/ximagesink.h:
31303         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31304         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31305         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31306         (gst_ximagesink_xoverlay_init):
31307           assorted fixes to make (re)embedding work
31308         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31309         (gst_ximagesink_get_desired_size):
31310           implement desired size additions to XOverlay
31311
31312 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31313
31314         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31315         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31316         (gst_x_overlay_got_desired_size):
31317         * gst-libs/gst/xoverlay/xoverlay.h:
31318           Add optional "desired size" signal and querying.
31319
31320 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31321
31322         * gst/matroska/matroska-demux.c:
31323         (gst_matroska_demux_parse_blockgroup):
31324           Fix EBML-laced block parsing. Diffs are relative to previous
31325           lace, not the first lace. Thanks to Mosu from the Matroska
31326           team for detecting this.
31327         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31328         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31329         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31330         (gst_wavparse_change_state):
31331         * gst/wavparse/gstwavparse.h:
31332           Quickfix for capsnego.
31333
31334 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31335
31336         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31337           Fix indenting, fix pad creation.
31338
31339 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31340
31341         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31342         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31343         (gst_xviddec_sink_link):
31344           Implement src_getcaps() so proper size caps is negotiated.
31345
31346 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31347
31348         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31349           Finish flac decoder on EOS. See #116178.
31350
31351 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31352
31353         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31354         (gst_matroska_demux_add_stream):
31355         * gst/matroska/matroska-ids.h:
31356           Add getcaps() function to fix capsnego...
31357
31358 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31359
31360         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31361         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31362         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31363           Fix more integer overflows. Again, see #126967.
31364
31365 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31366
31367         * ext/mpeg2dec/gstmpeg2dec.c:
31368           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31369           #130416.
31370
31371 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31372
31373         * configure.ac:
31374         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31375         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31376         * ext/xvid/gstxvid.h:
31377         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31378         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31379         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31380         (gst_xviddec_change_state):
31381         * ext/xvid/gstxviddec.h:
31382         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31383         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31384         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31385         (gst_xvidenc_link), (gst_xvidenc_set_property),
31386         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31387         * ext/xvid/gstxvidenc.h:
31388           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31389
31390 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31391
31392         * gst/rtp/rtp-packet.c:
31393           Add sys/types.h include, since OS X doesn't define in_addr_t
31394           in netinet/in.h, like it does on Linux (see #129600).
31395
31396 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31397
31398         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31399
31400         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31401           Correct logic of dispose function (see #129306).
31402
31403 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31404
31405         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31406         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31407         (gst_mpeg_parse_init):
31408         * gst/mpegstream/gstmpegparse.h:
31409           Remove clock (which was never provided, i.e. dead code), and
31410           also fix integer overflows at high PTS values (see #126967).
31411
31412 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31413
31414         * ext/flac/gstflacdec.c:
31415         * ext/libpng/gstpngenc.h:
31416         * ext/mikmod/gstmikmod.h:
31417           OS X fixes (see #126628).
31418
31419 2004-01-02  David Schleef  <ds@schleef.org>
31420
31421         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31422         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31423         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31424         (gst_mpeg_parse_class_init): Move pad template registration
31425         to class_init, since the derived class (mpegdemux) doesn't
31426         want them.
31427
31428 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31429
31430         * sys/ximage/Makefile.am:
31431         * sys/xvideo/Makefile.am:
31432         * sys/xvimage/Makefile.am:
31433           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31434           after installation (see #127664).
31435
31436 2004-01-02  David Schleef  <ds@schleef.org>
31437
31438         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31439         (gst_ffmpegenc_connect):  Negotiation fixes.
31440         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31441         Remove inappropriate gst_caps_free().
31442         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31443         Reenable Ronald's internal resize code, since the core handles
31444         it correctly now.
31445
31446 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31447
31448         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31449         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31450         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31451           Fix pad template stuff.
31452
31453 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31454
31455         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31456         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31457           fix signed integer reading/writing.
31458
31459 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31460
31461         * ext/alsa/README:
31462           Remove outdated document
31463
31464 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31465
31466         * gst/cutter/gstcutter.c: (gst_cutter_init):
31467           src pad was being created twice - oops.
31468
31469 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31470
31471         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31472           Comment out internal resize. It doesn't handle the resulting
31473           XEvent internally, does another try_set_caps() which leads to
31474           a really nice loop.
31475           Real fix will come when Julien and Dave are awake. ;).
31476
31477 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31478
31479         * ext/mpeg2enc/gstmpeg2enc.cc:
31480           fix const/nonconst compile issue.
31481
31482 2004-01-02  David Schleef  <ds@schleef.org>
31483
31484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31485         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31486         Add fixate function and a check for bad formats.
31487
31488 2004-01-01  David Schleef  <ds@schleef.org>
31489
31490         Negotiation fixes:
31491         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31492         (gst_audiofilter_init):
31493         * gst/debug/efence.c: (gst_efence_init):
31494         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31495         (gst_deinterlace_init):
31496         * gst/volume/gstvolume.c: (volume_connect):
31497
31498 2004-01-01  David Schleef  <ds@schleef.org>
31499
31500         Convert elements to use gst_pad_use_explicit_caps() where
31501         appropriate:
31502         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31503         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31504         (gst_afparse_open_file):
31505         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31506         (gst_afsrc_open_file):
31507         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31508         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31509         (gst_ffmpegdec_chain):
31510         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31511         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31512         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31513         (gst_gdk_pixbuf_chain):
31514         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31515         (gst_jpegdec_chain):
31516         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31517         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31518         (gst_mikmod_negotiate):
31519         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31520         (gst_mpeg2dec_negotiate_format):
31521         * ext/mpeg2enc/gstmpeg2enc.cc:
31522         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31523         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31524         (gst_speexdec_sinkconnect):
31525         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31526         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31527         (gst_vorbisfile_new_link):
31528         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31529         (gst_ac3parse_chain):
31530         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31531         (gst_asf_demux_setup_pad):
31532         * gst/auparse/gstauparse.c: (gst_auparse_init),
31533         (gst_auparse_chain):
31534         * gst/id3/gstid3types.c: (gst_id3types_loop):
31535         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31536         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31537         (mp1videoparse_parse_seq):
31538         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31539         (bpf_from_header):
31540         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31541         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31542         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31543         (gst_mpeg_parse_send_data):
31544         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31545         (gst_qtdemux_add_stream):
31546         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31547         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31548         (gst_wavparse_parse_fmt):
31549
31550 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31551
31552         * configure.ac:
31553           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31554           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31555           it therefore uses the wrong include paths. Too bad... Note
31556           that 1.6.1.93 is not release yet. ;).
31557           Also add a check for mplex, which is now using the lib'ified
31558           mplex from mjpegtools, too.
31559         * ext/ffmpeg/gstffmpegcodecmap.c:
31560           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31561           issues. I don't think ffmpeg handles 3ivx correctly, so this
31562           probably won't work. But it won't hurt either.
31563         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31564         (gst_ffmpegdec_chain):
31565         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31566         (gst_ffmpegenc_chain_audio):
31567           Fix memleak in audio encoding. Close codec if open fails, this
31568           calls the cleanup routines so we can re-use the context.
31569         * ext/mpeg2enc/gstmpeg2enc.cc:
31570           Fix pad template names/types, fix memory issue with getcaps().
31571         * ext/mpeg2enc/gstmpeg2encoder.cc:
31572         * ext/mpeg2enc/gstmpeg2encoder.hh:
31573           Fix compile issue with new caps system (const thingy).
31574         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31575         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31576           We read a first frame right on initing, so that we have a caps
31577           when we init the output. This caps is cached in padprivate and
31578           read as first frame.
31579         * ext/mplex/Makefile.am:
31580         * ext/mplex/gstmplex.cc:
31581         * ext/mplex/gstmplex.h:
31582         * ext/mplex/gstmplex.hh:
31583         * ext/mplex/gstmplexibitstream.cc:
31584         * ext/mplex/gstmplexibitstream.hh:
31585         * ext/mplex/gstmplexjob.cc:
31586         * ext/mplex/gstmplexjob.hh:
31587         * ext/mplex/gstmplexoutputstream.cc:
31588         * ext/mplex/gstmplexoutputstream.hh:
31589           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31590           had issues, didn't do capsnego, supported only a subset of the
31591           mplex features and required a mplex fork in our local CVS. Plus
31592           that it worked agaist a very old mplex version. Rewriting was
31593           faster than updating it.
31594         * gst-libs/ext/Makefile.am:
31595         * gst-libs/ext/mplex/INSTRUCT:
31596         * gst-libs/ext/mplex/Makefile.am:
31597         * gst-libs/ext/mplex/README:
31598         * gst-libs/ext/mplex/TODO:
31599         * gst-libs/ext/mplex/ac3strm_in.cc:
31600         * gst-libs/ext/mplex/audiostrm.hh:
31601         * gst-libs/ext/mplex/audiostrm_out.cc:
31602         * gst-libs/ext/mplex/aunit.hh:
31603         * gst-libs/ext/mplex/bits.cc:
31604         * gst-libs/ext/mplex/bits.hh:
31605         * gst-libs/ext/mplex/buffer.cc:
31606         * gst-libs/ext/mplex/buffer.hh:
31607         * gst-libs/ext/mplex/fastintfns.h:
31608         * gst-libs/ext/mplex/format_codes.h:
31609         * gst-libs/ext/mplex/inputstrm.cc:
31610         * gst-libs/ext/mplex/inputstrm.hh:
31611         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31612         * gst-libs/ext/mplex/mjpeg_logging.cc:
31613         * gst-libs/ext/mplex/mjpeg_logging.h:
31614         * gst-libs/ext/mplex/mjpeg_types.h:
31615         * gst-libs/ext/mplex/mpastrm_in.cc:
31616         * gst-libs/ext/mplex/mpegconsts.cc:
31617         * gst-libs/ext/mplex/mpegconsts.h:
31618         * gst-libs/ext/mplex/mplexconsts.hh:
31619         * gst-libs/ext/mplex/multplex.cc:
31620         * gst-libs/ext/mplex/outputstream.hh:
31621         * gst-libs/ext/mplex/padstrm.cc:
31622         * gst-libs/ext/mplex/padstrm.hh:
31623         * gst-libs/ext/mplex/stillsstream.cc:
31624         * gst-libs/ext/mplex/stillsstream.hh:
31625         * gst-libs/ext/mplex/systems.cc:
31626         * gst-libs/ext/mplex/systems.hh:
31627         * gst-libs/ext/mplex/vector.cc:
31628         * gst-libs/ext/mplex/vector.hh:
31629         * gst-libs/ext/mplex/videostrm.hh:
31630         * gst-libs/ext/mplex/videostrm_in.cc:
31631         * gst-libs/ext/mplex/videostrm_out.cc:
31632         * gst-libs/ext/mplex/yuv4mpeg.cc:
31633         * gst-libs/ext/mplex/yuv4mpeg.h:
31634         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31635         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31636           We don't fork mjpegtools' mplex in our CVS anymore.
31637         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31638         (gst_avi_demux_add_stream):
31639         * gst/avi/gstavidemux.h:
31640           Add getcaps() function for proper caps nego. This makes some
31641           parts of AVI playback/reading work.
31642         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31643           Resize window on new capsnego. This is probably wrong, but
31644           I'm still committing it because with current capsnego, the
31645           first successfull capsnego is auto-fixated, therefore rounded
31646           down to the lowest values in the caps. this results in a 16x16
31647           XWindow that is not reized when real capsnego finishes.
31648           Dave, I see more cases of this, do you know a proper solution?
31649         * tools/gst-launch-ext.in:
31650           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31651
31652 2003-12-31  David Schleef  <ds@schleef.org>
31653
31654         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31655         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31656           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31657
31658 2003-12-30  David Schleef  <ds@schleef.org>
31659
31660         * ext/ffmpeg/gstffmpegcolorspace.c:
31661         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31662         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31663         (gst_ffmpegcsp_chain): Negotiation fixes
31664         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31665         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31666         (gst_audio_convert_link), (gst_audio_convert_channels):
31667         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31668         (gst_audioscale_link), (gst_audioscale_get_buffer),
31669         (gst_audioscale_chain): Negotiation fixes
31670         * gst/audioscale/gstaudioscale.h:
31671         * gst/videofilter/gstvideofilter.c:
31672         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31673         (gst_videofilter_link), (gst_videofilter_init),
31674         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31675         (gst_videofilter_find_format_by_structure):
31676         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31677         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31678         (gst_videoscale_link):
31679         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31680         (videoscale_find_by_structure), (gst_videoscale_setup):
31681         * gst/videoscale/videoscale.h: Negotiation fixes
31682         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31683         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31684         function, restrict resizing to a multiple of 4 (hack until
31685         everyone supports odd sizes correctly).
31686
31687 2003-12-29  Colin Walters  <walters@verbum.org>
31688
31689         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31690         signed.
31691
31692 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31693
31694         * ext/sndfile/gstsf.c: (gst_sf_loop):
31695           Fix warning about discarding const qualifier
31696
31697 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31698
31699         * gst/cutter/gstcutter.c:
31700         * gst/videoscale/gstvideoscale.c:
31701         * gst/volenv/gstvolenv.c:
31702         * gst-libs/gst/audio/audio.c:
31703         * gst-libs/gst/video/video.c:
31704           Fix warnings
31705
31706 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31707
31708         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31709           Don't send ALSA debugging to stderr.
31710         * ext/alsa/gstalsa.h:
31711           Use GST_WARNING instead of g_warning when ALSA functions fail.
31712
31713 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31714
31715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31716           Free XVAdapterInfo correctly.
31717
31718 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31719
31720         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31721         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31722           Make id3tag use correct caps nego.
31723
31724 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31725
31726         * ext/ivorbis/vorbis.c:
31727         * ext/ivorbis/vorbisenc.h:
31728         * ext/ivorbis/vorbisfile.c:
31729           Modify so that it uses the new caps things
31730
31731 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31732
31733         * testsuite/spider/spider1.c: (main):
31734         * testsuite/spider/spider2.c: (main):
31735         * testsuite/spider/spider3.c: (main):
31736           Make tests compile again. They probably don't work.
31737
31738 2003-12-24  Colin Walters  <walters@verbum.org>
31739
31740         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31741         we can't fixate the caps anymore.
31742
31743 2003-12-23  David Schleef  <ds@schleef.org>
31744
31745         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31746         * sys/oss/gstosssink.c: (gst_osssink_init),
31747         (gst_osssink_sink_fixate): Add fixate function.
31748
31749 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31750
31751         * ext/ffmpeg/gstffmpegcodecmap.c:
31752         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31753         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31754         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31755         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31756         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31757         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31758         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31759           fix typo in RGB masks, and move back to "old" colorspace
31760           capsnego code until whoever wrote this new crap has actually
31761           tested it so that it works.
31762           And yes, this works, keep it that way please.
31763
31764 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31765
31766         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31767         (gst_divxdec_init), (gst_divxdec_negotiate):
31768         * ext/divx/gstdivxdec.h:
31769         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31770         (gst_divxenc_init):
31771         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31772         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31773         * ext/mpeg2enc/gstmpeg2enc.cc:
31774         * ext/mpeg2enc/gstmpeg2encoder.cc:
31775         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31776         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31777         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31778         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31779         (dxr3spusink_init):
31780         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31781         (dxr3videosink_init):
31782           Fix caps breakage after Dave's caps branch merge.
31783
31784 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31785
31786         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31787           Fix for 24bpp display.
31788
31789 2003-12-23  Colin Walters  <walters@verbum.org>
31790
31791         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31792         a GnomeVFSHandle directly.
31793
31794 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31795
31796         * gst/volume/Makefile.am:
31797         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31798         (volume_base_init), (volume_init):
31799           Reenable volume element and fix to work with new caps stuff.
31800           Rhythmbox needs this.
31801
31802 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31803
31804         * gst/qtdemux/qtdemux.c: (plugin_init):
31805           qtdemux requires bytestream
31806
31807 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31808
31809         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31810           Fix remaining caps handling errors due to CAPS merge.
31811
31812 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31813
31814         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31815         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31816         (gst_faad_srcconnect):
31817           Port to new caps system.
31818
31819 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31820
31821         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31822         (got_video_size), (main): using g_print instead of g_message.
31823         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31824         signal which was not emitted because of "switch" element added to the
31825         bin but not connected. (Removing from the bin temporarily)
31826
31827 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31828
31829         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31830         find X development files. I don't understand the previous tests and
31831         they fail on my debian/ppc unstable. This one works.
31832         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31833         exiting.
31834         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31835         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31836         (gst_play_set_visualization): Add some safety checks in set_ methods
31837         and state_change. This was throwing some ugly CRITICAL messages when
31838         pipeline was getting disposed and casts were failing.
31839
31840 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31841
31842         * configure.ac:
31843           Improve mpeg2enc detection. This is for distributions that do
31844           ship mjpegtools, but without mpeg2enc. Also does object check
31845           for might there ever be ABI incompatibility.
31846         * ext/mpeg2enc/gstmpeg2enc.cc:
31847           Add Andrew as second maintainer (he's helping me), and also add
31848           an error if no caps was set. This happens if I pull before capsnego
31849           and that's something I should solve sometime else.
31850         * gst/matroska/matroska-demux.c:
31851         (gst_matroska_demux_parse_blockgroup):
31852           Fix time parsing.
31853         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31854         (gst_matroska_mux_track_header):
31855           Add caps to templates.
31856         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31857           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31858         * gst/mpegstream/gstmpegdemux.c:
31859           Remove layer since it causes warnings about unfixed caps.
31860         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31861           Fix obvious typo (we error out if caps were set, we should of
31862           course error out if *no* caps were set).
31863         * sys/oss/gstosselement.c: (gst_osselement_convert):
31864           Fix format conversion, we confused bits/bytes.
31865         * sys/oss/gstosselement.h:
31866           Improve documentation for 'bps'.
31867         * sys/v4l/TODO:
31868           Remove stuff about plugins that need removing - this was done
31869           ages ago.
31870         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31871         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31872         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31873         (gst_v4lsrc_src_query):
31874         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31875         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31876           Add get_query_types(), get_formats() and query() functions.
31877
31878 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31879
31880         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31881           * moved CVS to freedesktop.org