gst/audioconvert/gstaudioconvert.c: Fix typo in debug line introduced recently, as...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-27  Michael Smith  <msmith@fluendo.com>
2
3         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
4         (gst_audio_convert_transform_caps):
5           Fix typo in debug line introduced recently, as pointed out on irc.
6
7 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
8
9         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10         * tests/check/libs/tag.c: (GST_START_TEST):
11           Make sure we parse floating-point numbers in vorbis comments
12           correctly with either '.' or ',' as separator, no matter what
13           the current locale is. Add unit test for this too.
14
15 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16
17         Patch by: René Stadler  <mail at renestadler de>
18
19         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
20           When writing out floating-point numbers to vorbis comment tags, always
21           use the same character as separator no matter what the current locale is
22           (fixes #423051).
23
24         * tests/check/libs/tag.c: (GST_START_TEST):
25           Add unit tests for replaygain tags in vorbis comments (closes #423055).
26
27 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28
29         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
30           vorbis_handle_data_packet):
31           Correctly set DURATION to generate a timestamp-continuous stream.
32           One bug left at the end; see
33           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
34         * tests/check/Makefile.am:
35         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
36           Add a test to check this.  Without the above patch this test fails.
37
38 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
39
40         * gst-libs/gst/rtp/Makefile.am:
41         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
42
43 2007-03-23  Michael Smith  <msmith@fluendo.com>
44
45         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
46         (gst_video_rate_reset), (gst_video_rate_chain):
47           If videorate changes caps, we can no longer use the old buffer
48           (which may have a different size, incompatible with our caps).
49           So don't do that; just duplicate the new frame more times.
50
51 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
52
53         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
54         Remove playbin's override of the set_clock vmethod. It's irrelevant
55         after Wim's commit on the 19th.
56
57 2007-03-22  Wim Taymans  <wim@fluendo.com>
58
59         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
60         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
61         * ext/gnomevfs/gstgnomevfssrc.h:
62         Don't cache file sizes. Fixes #341078.
63
64 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
65
66         * gst/playback/gstplaybin.c: (add_sink):
67           Use GST_PTR_FORMAT to log caps. 
68
69 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
70
71         Patch by: Young-Ho Cha <ganadist at chollian net>
72
73         * gst/subparse/samiparse.c: (handle_start_font):
74           Special-case some more colour names that pango doesn't handle by
75           default. Fixes #420578.
76
77 2007-03-20  Michael Smith  <msmith@fluendo.com>
78
79         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
80           If we get a zero-sized input buffer, don't pass it to libvorbis, as
81           that marks EOS internally. After that, libvorbis will buffer all
82           input data, and encode none of it, eventually leading to memory
83           exhaustion.
84
85 2007-03-19  Wim Taymans  <wim@fluendo.com>
86
87         * gst/playback/gstdecodebin.c: (remove_fakesink):
88         Don't post STATE_DIRTY anymore.
89
90         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
91         (gst_play_bin_change_state):
92         Remove stream_time reset in seek handling, core does that now.
93         Disable clocking for live pipelines by forcing a NULL clock to the
94         complete pipeline, core is too smart now for our previous hack.
95         We can always autoplug in PAUSED now.
96
97 2007-03-17  David Schleef  <ds@schleef.org>
98
99         * REQUIREMENTS:  Update this file, change the formatting to make
100         it more consistent, plus more machine readable.
101
102 2007-03-16  Michael Smith  <msmith@fluendo.com>
103
104         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
105         (strip_width_64), (append_with_other_format):
106           Previous fix was too simplistic, and broke the tests. Use a better
107           approach; only strip 64 from widths for integer audio.
108
109 2007-03-16  Michael Smith  <msmith@fluendo.com>
110
111         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
112         (gst_audio_convert_transform_caps):
113           We don't support 64 bit integer audio, so don't try to claim we can.
114           Stops us producing caps don't match our template caps.
115           Update comments.
116
117 2007-03-15  Michael Smith  <msmith@fluendo.com>
118
119         * gst/audioresample/gstaudioresample.c:
120         (audioresample_check_discont), (audioresample_transform):
121           Don't trigger discontinuities for very small imperfections; a filter
122           flush will sound bad, and many plugins have rounding errors leading
123           to these.
124
125 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
126
127         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
128         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
129         Add min-ptime property to RTP base audio payloader. Patch by
130         olivier.crete@collabora.co.uk.
131         Fixes #415001
132
133         Indentation/whitespace/documentation fixes.
134
135 2007-03-14  Julien MOUTTE  <julien@moutte.net>
136
137         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
138         (audioresample_transform_size), (audioresample_do_output),
139         (audioresample_transform), (audioresample_pushthrough): Handle
140         discontinuous streams.
141         * gst/audioresample/gstaudioresample.h:
142         * tests/check/elements/audioresample.c:
143         (test_discont_stream_instance), (GST_START_TEST),
144         (audioresample_suite): Add a test for discontinuous streams.
145         * win32/common/config.h: Updated.
146
147 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
148
149         * po/af.po:
150         * po/az.po:
151         * po/cs.po:
152         * po/en_GB.po:
153         * po/it.po:
154         * po/nb.po:
155         * po/nl.po:
156         * po/or.po:
157         * po/sq.po:
158         * po/sr.po:
159         * po/sv.po:
160         * po/uk.po:
161         * po/vi.po:
162           Update translations from translation project.
163
164 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
165
166         * gst/audioresample/debug.h:
167         * gst/audioresample/resample.c: (resample_init):
168           Since I really am not interested in a debug line for each sample
169           being processed, move the library's debugging to its own category,
170           libaudioresample
171
172 2007-03-13  Michael Smith  <msmith@fluendo.com>
173
174         * ext/theora/theoradec.c: (theora_handle_type_packet):
175           Since the plugin doesn't support anything other than 4:2:0 right
176           now, post an error and fail if we get something else. Won't matter
177           until libtheora supports the other pixel formats, but hopefully
178           that'll be soon...
179
180 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
181
182         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
183         Use gst_guint64_to_gdouble for conversion.
184         * win32/MANIFEST:
185         Add new files to the win32 MANIFEST.
186         * win32/common/libgstaudio.def:
187         * win32/common/libgstpbutils.def:
188         Add new exported functions.
189         * win32/vs6/gst_plugins_base.dsw:
190         * win32/vs6/libgstdecodebin.dsp:
191         * win32/vs6/libgstplaybin.dsp:
192         Change the link to libgstpbutils.lib.
193         * win32/vs6/libgstdecodebin2.dsp:
194         Add a new project for decodebin2.
195         * win32/vs6/libgstpbutils.dsp:
196         Add a new project for pbutils.
197
198 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
199
200         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
201           Also accept partial dates with only year and month,
202           like 1999-12-00 (fixes #410396 even more).
203
204         * tests/check/libs/tag.c: (GST_START_TEST):
205           Add unit test for the above.
206
207 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
208
209         * tests/check/elements/subparse.c: (GST_START_TEST),
210         (subparse_suite):
211           Add unit test for MPL2 subtitle format (#413799).
212
213 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
214
215         Patch by: Kamil Pawlowski  <kamilpe gmail com>
216
217         * gst/subparse/Makefile.am:
218         * gst/subparse/gstsubparse.c:
219         (gst_sub_parse_data_format_autodetect),
220         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
221         (gst_subparse_type_find):
222         * gst/subparse/gstsubparse.h:
223         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
224         * gst/subparse/mpl2parse.h:
225           Add support for MPL2 subtitle format (#413799).
226
227 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
228
229         * configure.ac:
230           We require core CVS for the new buffer metadata copy functions.
231
232 2007-03-09  Wim Taymans  <wim@fluendo.com>
233
234         * gst-libs/gst/tag/gstid3tag.c:
235         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
236         Fixes #414496.
237
238         Patch by: Alex Lancaster <alexl at users sourceforge net>
239
240 2007-03-09  Wim Taymans  <wim@fluendo.com>
241
242         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
243         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
244         Improve adapter usage and comments.
245
246 2007-03-09  Wim Taymans  <wim@fluendo.com>
247
248         * ext/pango/gsttextrender.c: (gst_text_render_chain):
249         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
250         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
251         Use new metadata copy function.
252
253         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
254         (gst_ffmpegcsp_transform):
255         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
256         Basetransform copied the metadata for us.
257
258 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
259
260         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
261         (gst_text_overlay_video_event):
262           Some more logging. Only accept newsegment events in TIME format and
263           send a WARNING message if they are not in TIME format.
264
265         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
266         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
267         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
268         * gst/subparse/gstsubparse.h:
269           No need to allocate GstSegment structure dynamically, just put it
270           into the instance structure; ignore newsegment events in BYTE
271           format and in particular don't let it overwrite our saved TIME
272           segment from the last seek.
273
274 2007-03-09  Michael Smith  <msmith@fluendo.com>
275
276         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
277           Replace AC3 typefinder with one that isn't terrible, and actually
278           works usefully.
279
280 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
281
282         * gst/audioconvert/gstaudioconvert.c:
283         (gst_audio_convert_transform):
284           fix error category and translatable string
285           
286
287 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
288
289         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
290         * pkgconfig/gstreamer-plugins-base.pc.in:
291           Fix up utils => pbutils here too.
292
293 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
294
295         * gst/subparse/gstsubparse.c: (handle_buffer):
296           Break out of loop in chain function as soon as possible if we get
297           a non-OK flow return.
298
299 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
300
301         * tests/check/elements/alsa.c: (GST_START_TEST):
302         Unref the mixer if the state change fails too (if the
303         alsa devices are inaccessible, for example)
304
305 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
306
307         * tests/check/Makefile.am:
308         Don't test libvisual elements in the states check, because libvisual
309         seems to leak internally.
310
311         Re-enable the alsa and states tests now that there's new suppressions
312         in gst.supp.
313
314         * tests/check/elements/alsa.c: (GST_START_TEST):
315         Don't leak the alsamixer we instantiated.
316
317 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
318
319         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
320         (gst_ximagesink_change_state), (gst_ximagesink_reset),
321         (gst_ximagesink_finalize):
322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
323         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
324         Move some cleanup stuff from the state change handler into a _reset()
325         function that can be called from _finalize(). This ensures that things
326         get freed even if (for some reason) the NULL->READY state transition
327         fails in the parent class.
328         Even if a parent state change fails, process our downward state change
329         logic instead of bailing out early.
330         Free the correct xcontext pointer in ximagesink's xcontext_clear.
331
332 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
333
334         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
335         Extra log line.
336
337         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
338         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
339         Use pango_font_description_set_family_static instead of 
340         pango_font_description_set_family to save a string copy (it was
341         leaking due to the strdup anyway)
342
343         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
344         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
345         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
346         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
347         Chain up in finalize.
348
349 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
350
351         * gst-libs/gst/interfaces/mixertrack.c:
352         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
353         (gst_mixer_track_set_property):
354           API: add "untranslated-label" property which should be set by
355           implementations at construct time (#414645).
356
357         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
358         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
359           Set "untranslated-label" when constructing mixer track objects.
360
361         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
362           Unit test to check the above.
363
364 2007-03-07  Wim Taymans  <wim@fluendo.com>
365
366         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
367         Fix confusing debug message.
368
369 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
370
371         * gst-plugins-base.doap:
372         update doap file with new version
373
374 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
375
376         * configure.ac:
377         Back to CVS
378
379 === release 0.10.12 ===
380
381 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
382
383         * configure.ac:
384           releasing 0.10.12, "Zombie Horde"
385
386 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
387
388         * configure.ac:
389         Bump version to 0.10.11.4 pre-release
390
391 2007-03-06  Wim Taymans  <wim@fluendo.com>
392
393         * gst-libs/gst/audio/gstbaseaudiosink.c:
394         (gst_base_audio_sink_async_play):
395         Fix regression that made GStreamer skip the first samples of audio.
396         Fixes #414684.
397
398 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
399
400         * configure.ac:
401         Bump version to 0.10.11.3 pre-release
402
403 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
404
405         * po/POTFILES.in:
406           Update paths for the rename from utils to pbutils to fix the build.
407
408 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
409
410         * gst-libs/gst/pbutils/Makefile.am:
411           Change directory to install headers in from gst/utils to gst/pbutils
412           as well.
413
414 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
415
416         * configure.ac:
417         * docs/libs/gst-plugins-base-libs-docs.sgml:
418         * docs/libs/gst-plugins-base-libs-sections.txt:
419         * gst-libs/gst/Makefile.am:
420         * gst-libs/gst/interfaces/mixer.c:
421         * gst-libs/gst/pbutils/Makefile.am:
422         * gst-libs/gst/pbutils/descriptions.c:
423         (gst_pb_utils_get_source_description),
424         (gst_pb_utils_get_sink_description),
425         (gst_pb_utils_get_decoder_description),
426         (gst_pb_utils_get_encoder_description),
427         (gst_pb_utils_get_element_description),
428         (gst_pb_utils_add_codec_description_to_tag_list),
429         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
430         * gst-libs/gst/pbutils/descriptions.h:
431         * gst-libs/gst/pbutils/install-plugins.c:
432         * gst-libs/gst/pbutils/install-plugins.h:
433         * gst-libs/gst/pbutils/missing-plugins.c:
434         (gst_missing_uri_source_message_new),
435         (gst_missing_uri_sink_message_new),
436         (gst_missing_element_message_new),
437         (gst_missing_decoder_message_new),
438         (gst_missing_encoder_message_new),
439         (gst_missing_plugin_message_get_description):
440         * gst-libs/gst/pbutils/missing-plugins.h:
441         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
442         * gst-libs/gst/pbutils/pbutils.h:
443         * gst-libs/gst/utils/Makefile.am:
444         * gst-libs/gst/utils/base-utils.c:
445         * gst-libs/gst/utils/base-utils.h:
446         * gst-libs/gst/utils/descriptions.c:
447         * gst-libs/gst/utils/descriptions.h:
448         * gst-libs/gst/utils/install-plugins.c:
449         * gst-libs/gst/utils/install-plugins.h:
450         * gst-libs/gst/utils/missing-plugins.c:
451         * gst-libs/gst/utils/missing-plugins.h:
452         * gst-plugins-base.spec.in:
453         * gst/playback/Makefile.am:
454         * gst/playback/gstdecodebin.c:
455         * gst/playback/gstdecodebin2.c:
456         * gst/playback/gstplaybasebin.c: (setup_subtitle),
457         (gen_source_element):
458         * gst/playback/gstplaybin.c: (plugin_init):
459         * tests/check/Makefile.am:
460         * tests/check/libs/pbutils.c: (GST_START_TEST),
461         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
462         * tests/check/libs/utils.c:
463           rename utils to pbutils
464
465 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
466
467         * docs/plugins/Makefile.am:
468         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
469         * docs/plugins/gst-plugins-base-plugins-sections.txt:
470         * docs/plugins/inspect/plugin-decodebin2.xml:
471         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
472         Add documentation for decodebin2 that indicates that the API
473         is still unstable.
474
475 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
476
477         * configure.ac:
478         Update to 0.10.11.2 (0.10.12 pre-release)
479
480 2007-03-01  Wim Taymans  <wim@fluendo.com>
481
482         * gst-libs/gst/audio/gstbaseaudiosink.c:
483         (gst_base_audio_sink_async_play):
484         base time is irrelevant here.
485
486 2007-03-01  Wim Taymans  <wim@fluendo.com>
487
488         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
489         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
490         Improve debugging.
491
492         * gst-libs/gst/audio/gstbaseaudiosink.c:
493         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
494         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
495         Improve latency and clock slaving calculations.
496         Improve slave clock calibration.
497
498         * gst-libs/gst/audio/gstringbuffer.c:
499         (gst_ring_buffer_commit_full):
500         When we are asked to render N sample to 0 bytes, return N.
501
502 2007-03-01  Wim Taymans  <wim@fluendo.com>
503
504         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
505         (gst_alsasink_write), (gst_alsasink_reset):
506         * ext/alsa/gstalsasink.h:
507         Remove unused dispose function.
508         Rename lock to not interfere with alsasrc lock.
509
510         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
511         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
512         (gst_alsasrc_read), (gst_alsasrc_reset):
513         * ext/alsa/gstalsasrc.h:
514         Implement finalize function.
515         Use lock to protect alsa access.
516         Implement _reset.
517         Fine tune sw params.
518
519 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
520
521         * configure.ac:
522           Convert to new AG_GST style.
523
524 2007-02-28  Wim Taymans  <wim@fluendo.com>
525
526         Patch by: Ed Catmur <ed at catmur dot co dot uk>
527
528         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
529         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
530         Fix race condition when rapidly switching visualisations in playbin.
531         Fixes #401029.
532
533 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
534
535         * tests/check/Makefile.am:
536         Include local stuff before system installed things in LDFLAGS and
537         CFLAGS.
538
539 2007-02-28  Wim Taymans  <wim@fluendo.com>
540
541         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
542         Improve debugging.
543
544 2007-02-28  Wim Taymans  <wim@fluendo.com>
545
546         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
547         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
548         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
549         Fix duration and timestamping, taking latency into account.
550         Implement latency query.
551
552 2007-02-28  Wim Taymans  <wim@fluendo.com>
553
554         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
555         (gst_audio_clock_new):
556         Fix clock name.
557
558         * gst-libs/gst/audio/gstbaseaudiosink.c:
559         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
560         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
561         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
562         (gst_base_audio_src_create):
563         Improve latency query code.
564         Use proper clock names.
565
566 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
567
568         * tests/check/generic/states.c: (GST_START_TEST):
569           Copy the states.c test from core again
570         * tests/check/Makefile.am:
571           ignore cdio and cdparanoiasrc
572
573 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
574
575         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
576         (double_hq), (audio_convert_get_func_index), (check_default),
577         (audio_convert_prepare_context), (audio_convert_convert):
578           Also make valgrind happy and avoid copying data in some cases.
579
580 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
581
582         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
583         (double_hq), (audio_convert_get_func_index),
584         (audio_convert_prepare_context), (audio_convert_convert):
585         * gst/audioconvert/gstaudioconvert.c:
586         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
587         (gst_audio_convert_transform_caps):
588         * tests/check/elements/audioconvert.c: (GST_START_TEST),
589         (audioconvert_suite):
590           Don't run inplace if that overwrites source data as we go. Add more
591           tests. Fixes #339837 even more.
592
593 2007-02-27  Julien MOUTTE  <julien@moutte.net>
594
595         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
596         (msg_segment_done): Fix various seeking bugs (Slider was not
597         updating when doing a non flushing seek, Reverse playback 
598         on segment seek was wrong).
599
600 2007-02-26  Wim Taymans  <wim@fluendo.com>
601
602         * tests/examples/seek/seek.c: (stop_seek):
603         When we stop scrubbing, don't leave the pipeline PLAYING when we
604         requested a PAUSED state.
605
606 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
607
608         Patch by: René Stadler <mail at renestadler de>
609
610         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
611           Parse date strings in vorbis comments that have an invalid (zero)
612           month or day (#410396).
613
614         * tests/check/libs/tag.c: (GST_START_TEST):
615           Test case for the above.
616
617 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
618
619         Patch by: Loïc Minier <lool+gnome at via ecp fr>
620
621         * configure.ac:
622         * ext/alsa/Makefile.am:
623         * gst/audiotestsrc/Makefile.am:
624           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
625
626 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
627
628         * gst/playback/gstplaybin.c:
629           Improve docs: point out that the application needs to assist playbin
630           with buffering.
631
632 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
633
634         * gst-libs/gst/utils/install-plugins.c:
635         * gst-libs/gst/utils/missing-plugins.c:
636         * tests/check/libs/utils.c: (missing_msg_check_getters):
637           Change GStreamer marker prefix in detail string from 'gstreamer.net'
638           to just 'gstreamer'. Document the caps string component of the
639           decoder/encoder detail a bit better, since not everyone will be
640           familiar with the GStreamer media type/caps system (but they better
641           enjoy nested itemized lists).
642
643 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
644
645         * gst-libs/gst/netbuffer/gstnetbuffer.c:
646         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
647           Fix copying of GstNetBuffer (would crash before, or at least lead to
648           invalid memory access, #410772), for now by copying the GstBuffer copy
649           code from the core over here so we can copy the GstBuffer fields on a
650           provided buffer instance (of type GstNetBuffer in this case). Would be
651           better to fix this with some support by the core though (and in the long
652           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
653
654         * tests/check/Makefile.am:
655           Enable unit test for GstNetBuffer.
656
657 2007-02-22  Andy Wingo  <wingo@pobox.com>
658
659         * gst-libs/gst/audio/gstbaseaudiosink.c
660         (gst_base_audio_sink_init): Disable pull-mode activation until we
661         figure out how to make audio sinks go to PLAYING.
662
663 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
664
665         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
666         (double_hq), (audio_convert_get_func_index),
667         (audio_convert_prepare_context), (audio_convert_convert):
668         * gst/audioconvert/audioconvert.h:
669         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
670         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
671         * gst/audioconvert/gstchannelmix.h:
672         * tests/check/elements/audioconvert.c: (GST_START_TEST):
673           Add float as an intermediate format, as well as float mixing. Enable
674           test that was failing before. Fixes #339837
675
676 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
677
678         * tests/examples/seek/seek.c: (do_seek):
679         Undo the previous commit: -1 as a stop time implies that the stop
680         time is the end of file, clearing any previously configured segment.
681
682 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
683
684         * tests/examples/seek/seek.c: (do_seek):
685         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
686
687 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
688
689         * gst/volume/gstvolume.c: (volume_process_int16),
690         (volume_process_int16_clamp), (volume_set_caps):
691           Unbreak volume, value remains gint.
692
693 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
694
695         * gst/volume/gstvolume.c: (volume_choose_func),
696         (volume_update_real_volume), (gst_volume_set_volume),
697         (gst_volume_init), (volume_process_double), (volume_process_float),
698         (volume_process_int16), (volume_process_int16_clamp),
699         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
700         * gst/volume/gstvolume.h:
701           Extend float audio support (double) and some int->uint cleanups.
702
703 2007-02-20  Edward Hervey  <edward@fluendo.com>
704
705         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
706         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
707         (sort_end_pads), (gst_decode_group_expose),
708         (gst_decode_group_hide):
709         Don't free groups from the streaming threads. Just put them aside and
710         free them in dispose.
711
712 2007-02-20  Edward Hervey  <edward@fluendo.com>
713
714         * gst/playback/gstdecodebin2.c: (connect_element),
715         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
716         (sort_end_pads), (gst_decode_group_expose):
717         Handle dynamic pads within groups.
718         Sort pads before exposing them in order to make playbin happy.
719         There still is a race with the multiqueue filling up. This should be
720         solved separately.
721         Fixes #398721
722
723 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
724
725         * gst-libs/gst/utils/base-utils.c:
726         * gst-libs/gst/utils/descriptions.c:
727         * gst-libs/gst/utils/install-plugins.c:
728         * gst-libs/gst/utils/missing-plugins.c:
729           Some more docs (and descriptions for two subtitle formats).
730
731 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
732
733         * gst-libs/gst/audio/audio.c:
734           Fix documentation.
735
736 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
737
738         Patch by: Yves Lefebvre  <ivanohe abacom com>
739
740         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
741           Don't leak caps. Fixes #408278.
742
743 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
744
745         * ext/cdparanoia/gstcdparanoiasrc.h:
746         * ext/ogg/gstoggdemux.h:
747         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
748         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
749         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
750         * gst-libs/gst/audio/audio.h:
751         * gst-libs/gst/audio/gstaudiofilter.h:
752         * gst-libs/gst/interfaces/videoorientation.h:
753         * gst/adder/gstadder.h:
754           More docs coverage and some ChangeLog surgery (add missing names)
755
756 2007-02-15  Wim Taymans  <wim@fluendo.com>
757
758         * sys/ximage/ximagesink.c:
759         (gst_ximagesink_calculate_pixel_aspect_ratio):
760         * sys/xvimage/xvimagesink.c:
761         (gst_xvimagesink_calculate_pixel_aspect_ratio):
762         Small constifications.
763
764 2007-02-15  Wim Taymans  <wim@fluendo.com>
765
766         * gst-libs/gst/audio/gstbaseaudiosink.c:
767         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
768         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
769         (gst_base_audio_sink_async_play),
770         (gst_base_audio_sink_change_state):
771         Answer latency query.
772         Use configured latency when syncing.
773         Fix clock slaving.
774
775         * gst-libs/gst/audio/gstbaseaudiosrc.c:
776         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
777         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
778         Fix possible memleak.
779         Implement latency query.
780         Small cleanups.
781
782 2007-02-15  Wim Taymans  <wim@fluendo.com>
783
784         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
785         Ignore errors in reset, these are not fatal. They also grab the element
786         lock which is already taking when this function is called. Fixes
787         #405451.
788
789 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
790
791         * configure.ac:
792           Remove 'tests/examples/xerror/Makefile' from output files again.
793
794 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
795
796         * configure.ac:
797         * docs/plugins/Makefile.am:
798           Also crossref against gst-plugins-base-libs.
799
800 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
801
802         * configure.ac:
803         * docs/libs/Makefile.am:
804         * docs/plugins/Makefile.am:
805           Add crossreferences to glib/gobject/gstream docs.
806
807         * gst-libs/gst/audio/audio.h:
808           Source formatting.
809
810         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
811           Add own debug category.
812
813 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
814
815         Patch by: René Stadler <mail at renestadler de>
816
817         * gst-libs/gst/tag/gstvorbistag.c:
818           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
819           (#403597).
820
821 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
822
823         * gst/playback/gstplaybasebin.c: (setup_source):
824           When we have external subtitles and wait for the subtitle decodebin
825           to get up and running, we set up a (sync) bus handler for the
826           subtitle decodebin, so we can stop waiting when it posts an error
827           message. However, we should do that before we set the subtitle
828           decodebin's state to playing, otherwise things are racy and we might
829           miss error messages posted before we had a chance to set up the bus.
830           This should finally fix totem hanging on .txt pseudo-subtitle files.
831           
832 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
833
834         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
835           Use gst_gdouble_to_guint64 for conversions.
836         * win32/common/config.h.in:
837           Add a define for GST_INSTALL_PLUGINS_HELPER
838         * win32/common/libgstaudio.def:
839         * win32/common/libgstcdda.def:
840         * win32/common/libgstnetbuffer.def:
841         * win32/common/libgstrtp.def:
842         * win32/common/libgutils.def:
843           Add new exported functions.
844         * win32/vs6/gst_plugins_base.dsw:
845         * win32/vs6/libgstdecodebin.dsp:
846         * win32/vs6/libgstnetbuffer.dsp:
847         * win32/vs6/libgstplaybin.dsp:
848         * win32/vs6/libgstrtp.dsp:
849         * win32/vs6/libgstvorbis.dsp:
850         * win32/vs6/libgstcdda.dsp:
851         * win32/vs6/libgstgdp.dsp:
852         * win32/vs6/libgstutils.dsp:
853           Update and add new project files.
854
855 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
856
857         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
858         (subrip_remove_unhandled_tags), (parse_subrip):
859           For SubRip (.srt) subtitles, ignore all markup tags we don't
860           handle (like font tags, for example).
861
862         * tests/check/elements/subparse.c:
863           Add test for this.
864
865 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
866
867         * gst/playback/gstdecodebin.c: (add_fakesink),
868         (gst_decode_bin_change_state):
869         * gst/playback/gstdecodebin2.c: (add_fakesink),
870         (gst_decode_bin_change_state):
871           Don't error out if there is no fakesink in the NULL to READY state
872           change, since when decodebin is re-used, we're only adding the
873           fakesink element in READY to PAUSED.
874
875         * tests/check/elements/decodebin.c:
876         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
877         (decodebin_suite):
878           Minimal unit test to make sure we can use the same decodebin
879           instance twice (at least with audiotestsrc input).
880
881 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
882
883         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
884           Try to get devic-name from device string first, and from handle only
885           as fallback (seems to yield better results and is more robust
886           against buggy probing code on the application side).
887
888 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
889
890         Based on patch by: Julien Puydt <julien.puydt at laposte net>
891
892         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
893         (gst_alsa_find_device_name):
894         * ext/alsa/gstalsa.h:
895         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
896         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
897           Improve device-name detection a bit, especially in the case where
898           the device is not actually open (#405020, #405024). Move common code
899           into gstalsa.c instead of duplicating it.
900
901 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
902
903         * gst/audioconvert/gstaudioconvert.c:
904           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
905
906 2007-02-06  Julien MOUTTE  <julien@moutte.net>
907
908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
909         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
910         (gst_xvimagesink_interface_supported),
911         (gst_xvimagesink_probe_get_properties),
912         (gst_xvimagesink_probe_probe_property),
913         (gst_xvimagesink_probe_needs_probe),
914         (gst_xvimagesink_probe_get_values),
915         (gst_xvimagesink_property_probe_interface_init),
916         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
917         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
918         (gst_xvimagesink_get_type):
919         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
920         for XVAdaptors so that one can choose the adaptor to use with 
921         gstreamer-properties.
922
923 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
924
925         * gst/audioconvert/gstaudioconvert.c:
926           Also mention that a conversion from double to float is suboptimal still.
927
928 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
929
930         * gst-libs/gst/audio/gstaudiofilter.c:
931         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
932           Clear our formats structure and free the caps contained in it when
933           shutting down.
934
935 2007-02-05  Andy Wingo  <wingo@pobox.com>
936
937         * gst-libs/gst/audio/gstbaseaudiosink.c
938         (gst_base_audio_sink_callback): Update basesink->offset so that we
939         pull monotonically increasing offsets instead of, um, seeking back
940         to 0 each time. Fixes alsasrc ! alsasink!
941
942 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
943
944         * gst/videoscale/gstvideoscale.c:
945           A width and height of 1 makes us crash, so increase minimum size to
946           2x2 pixels until someone feels like fixing this (#404512).
947
948 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
949
950         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
951           Add small test to make sure request pads are cleaned up properly
952           even if oggmux never changes state out of NULL.
953
954 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
955
956         * tests/check/libs/utils.c: (GST_START_TEST):
957           Fix unit test. Turns out things work much better when you
958           NULL-terminate string arrays. Should make p5 build bot happy again.
959
960 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
961
962         * gst-libs/gst/audio/Makefile.am:
963         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
964         (gst_audio_filter_template_base_init),
965         (gst_audio_filter_template_class_init),
966         (gst_audio_filter_template_init),
967         (gst_audio_filter_template_set_property),
968         (gst_audio_filter_template_get_property),
969         (gst_audio_filter_template_setup),
970         (gst_audio_filter_template_filter),
971         (gst_audio_filter_template_filter_inplace), (plugin_init):
972           Oops, forgot to commit fixed-up example.
973
974 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
975
976         * docs/libs/gst-plugins-base-libs-sections.txt:
977         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
978         (gst_audio_filter_class_init), (gst_audio_filter_init),
979         (gst_audio_filter_set_caps),
980         (gst_audio_filter_class_add_pad_templates):
981         * gst-libs/gst/audio/gstaudiofilter.h:
982           Port GstAudioFilter to 0.10. This change technically breaks
983           API and ABI (and thus also every library developer's heart),
984           but seems justifiable on the grounds that the base class was
985           completely unusable before (ie. would crash immediately when
986           actually used). Fixes #403963 (and eventually also #403572).
987           Also document all of this a bit.
988
989 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
990
991         * gst-libs/gst/utils/install-plugins.c:
992         (gst_install_plugins_spawn_child):
993         * tests/check/libs/utils.c:
994         (test_base_utils_install_plugins_do_callout):
995           Lowering log level to see why things fail on the p5 build bot;
996           fix some typos in unit test messages.
997
998 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
999
1000         * tests/check/libs/utils.c:
1001         (test_base_utils_install_plugins_do_callout):
1002           Don't hard-code temp directory for test helper; use GLib functions
1003           to write out file and do error checking etc.
1004
1005 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1006
1007         * gst-libs/gst/utils/Makefile.am:
1008         * gst-libs/gst/utils/base-utils.h:
1009         * gst-libs/gst/utils/install-plugins.c:
1010         (gst_install_plugins_context_set_xid),
1011         (gst_install_plugins_context_new),
1012         (gst_install_plugins_context_free),
1013         (gst_install_plugins_get_helper),
1014         (gst_install_plugins_spawn_child),
1015         (gst_install_plugins_return_from_status),
1016         (gst_install_plugins_installer_exited),
1017         (gst_install_plugins_async), (gst_install_plugins_sync),
1018         (gst_install_plugins_return_get_name),
1019         (gst_install_plugins_installation_in_progress):
1020         * gst-libs/gst/utils/install-plugins.h:
1021           API: add API for applications to initiate installation of missing
1022           plugins, ie. gst_install_plugins_async() primarily.
1023           Based on libgimme-codec by Ryan Lortie.
1024
1025         * configure.ac:
1026           Add --with-install-plugins-helper configure option so distros can specify
1027           the path of the helper script or program to call when plugin installation
1028           is requested (distros: please do any argument munging in this helper
1029           script instead of patching GStreamer to pass arguments differently
1030           to another program directly).
1031
1032         * docs/libs/gst-plugins-base-libs-docs.sgml:
1033         * docs/libs/gst-plugins-base-libs-sections.txt:
1034           Build and document new API.
1035
1036         * tests/check/libs/utils.c: (result_cb),
1037         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
1038         (libgstbaseutils_suite):
1039           Some simple checks for the new API.
1040
1041 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1042
1043         * tests/check/elements/audioconvert.c: (test_float_conversion):
1044           Add small test for 32bit float <=> 64bit float conversion (works
1045           only one way so far, 32=>64 produces structured noise).
1046
1047 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1048
1049         * gst/audioconvert/gstaudioconvert.c:
1050         (set_structure_widths_32_and_64), (make_lossless_changes):
1051           We don't support floats with a width of 40, 48 or 56 bits.
1052
1053 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
1054
1055         * gst/audioconvert/audioconvert.c: (float), (double),
1056         (audio_convert_get_func_index):
1057         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1058         (make_lossless_changes):
1059           Support for 64-bit float audio in audioconvert (#339837)
1060
1061 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1062
1063         Patch by: Holger Wansing  <linux wansing-online de>
1064
1065         * po/LINGUAS:
1066         * po/de.po:
1067           Add German translation (#352069).
1068
1069 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
1070
1071         reviewed by: Wim Taymans <wim@fluendo.com>
1072
1073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1074         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1075         Use newly added GstCollectPads API to free the allocated resources in
1076         the GstOggPad structures (#402393).
1077
1078 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1079
1080         * gst/playback/gstplaybin.c: (gen_vis_element):
1081           Add audioresample+audioconvert in front of the visualisation
1082           element, so that elements like libvisual 0.4 that don't support all
1083           samplerates can work.
1084
1085           Fixes: #402505
1086
1087 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
1088
1089         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1090         (gst_play_base_bin_get_streaminfo_value_array):
1091           Take some locks and make a copy of the streaminfo value array we
1092           maintain while holding the lock, so that the application can
1093           retrieve the stream-info as a value array in a thread-safe way.
1094
1095 2007-01-30  Wim Taymans  <wim@fluendo.com>
1096
1097         * gst/audioconvert/gstaudioconvert.c:
1098         Don't fail on 0 sized buffers. Fixes #396835.
1099
1100 2007-01-29  David Schleef  <ds@schleef.org>
1101
1102         * gst/typefind/gsttypefindfunctions.c:
1103           Detect BBCD as video/x-dirac, so we can play raw dirac
1104           streams.
1105
1106 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
1107
1108         * ext/theora/theoraenc.c: (theora_enc_chain):
1109           Check return value of theora_encode_header(), or we might try to
1110           allocate a random number of bytes. theora_encode_header() can fail
1111           if libtheora has been compiled with encoding support disabled.
1112           Fixes #398110.
1113
1114 2007-01-29  Wim Taymans  <wim@fluendo.com>
1115
1116         * tests/check/gst/.cvsignore:
1117         Do as buildbot says.
1118
1119 2007-01-29  Wim Taymans  <wim@fluendo.com>
1120
1121         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1122         Fix strides in libvisual. Gst uses X strides.
1123         Inspired by: <ed at catmur dot co dot uk> and 
1124         <tim at centricular dot net>
1125         Fixes #401118.
1126
1127 2007-01-27  Wim Taymans  <wim@fluendo.com>
1128
1129         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1130         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1131         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1132         (gst_ogg_demux_perform_seek),
1133         (gst_ogg_demux_bisect_forward_serialno),
1134         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1135         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1136         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1137         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1138         * ext/ogg/gstoggdemux.h:
1139         Properly propagate streaming errors when we are scanning the file for
1140         chains so that we don't crash when shut down. Might fix some crashers
1141         when quickly switching oggs in RB such as #332503 and #378436.
1142
1143 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1144
1145         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1146           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1147           error code as well.
1148
1149 2007-01-25  Wim Taymans  <wim@fluendo.com>
1150
1151         * gst/playback/gstplaybasebin.c: (remove_source):
1152         Don't try to disconnect a signal from a finalized object.
1153
1154 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1155
1156         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1157           Cast lock macro parameters to make sure we're actually accessing the
1158           lock member at the right class level. Free list itself in _dispose()
1159           as well and NULL it in case dispose gets called multiple times.
1160
1161 2007-01-25  Edward Hervey  <edward@fluendo.com>
1162
1163         * gst/playback/gstdecodebin2.c:
1164         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1165         Free GstDecodeGroups no longer used.
1166         (gst_decode_group_expose):
1167         Don't unlock too many times !
1168         (deactivate_free_recursive):
1169         Free iterator once we're done with it.
1170         Fix for recursively deactivating elements (stop at ghostpads).
1171
1172 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1173
1174         * gst/playback/gstplaybin.c: (handoff):
1175           Fix up caps on the frame buffer before we save it and potentially
1176           make it accessible to other threads via g_object_get; also use
1177           gst_buffer_replace() instead of gst_mini_object_replace().
1178
1179 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1180
1181         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1182           Make getting the current frame thread-safe.
1183
1184 2007-01-25  Edward Hervey  <edward@fluendo.com>
1185
1186         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1187         (gst_decode_group_new), (gst_decode_group_free):
1188         Set queues to bigger sizes to cope with HD contents.
1189         Fix some mutex freeing and add comment about MT safe methods.
1190
1191 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1192
1193         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1194         (gst_text_overlay_text_event):
1195           Don't unnecessarily ref (and then leak) upstream events if the text
1196           pad is not linked. Fixes #399948.
1197
1198         * tests/check/gst-plugins-base.supp:
1199           Add suppression for pango on edgy/x86 for textoverlay test.
1200
1201 2007-01-24  Wim Taymans  <wim@fluendo.com>
1202
1203         * gst-libs/gst/rtp/gstrtpbuffer.h:
1204         Add some more fixed payloads.
1205
1206 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1207
1208         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1209           Error out properly if we get an error from libogg while reading the
1210           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1211
1212 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1213
1214         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1215           Don't leak mutex.
1216
1217         * tests/check/elements/playbin.c:
1218         (test_sink_usage_video_only_stream),
1219         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1220         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1221         (test_missing_suburisource_handler),
1222         (test_missing_primary_decoder), (playbin_suite):
1223           Run all tests once with decodebin and once with decodebin2.
1224           One test does not pass yet with decodebin2.
1225
1226 2007-01-23  Edward Hervey  <edward@fluendo.com>
1227
1228         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1229         Fix the cases where oggmux doesn't properly figure out that all
1230         sinkpads have gone EOS, and therefore doesn't push out the remaining
1231         buffers and the final EOS event.
1232         Fixes #363379
1233
1234 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1235
1236         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1238         Don't lock on navigation event push, just on keysym to string.
1239         Fixes #397673 again.
1240
1241 2007-01-22  Edward Hervey  <edward@fluendo.com>
1242
1243         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1244         (get_current_group), (group_demuxer_event_probe),
1245         (gst_decode_group_expose), (deactivate_free_recursive),
1246         (gst_decode_group_free):
1247         Cleanups.
1248         Don't forget to emit 'no-more-pads' once a group is exposed.
1249         Cleanup elements from a DecodeGroup once we remove it.
1250         Protect call to gst_decode_group_expose() with the decodebin lock.
1251
1252 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1253
1254         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1256         Looking at Xorg code i can't figure out if that XKeysymToString
1257         function is thread sensible or not. Lock it just in case as
1258         recommended by Radek Doulik <rodo at ximian dot com>.
1259
1260 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1261
1262         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1264         Lock that X Call as well. Fixes #397673.
1265
1266 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1267
1268         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1269           Don't go into an endless loop if the file starts with 00 00 01 2X,
1270           like quicktime redirect files might. Fixes #396042.
1271
1272         * tests/check/Makefile.am:
1273         * tests/check/gst/.cvsignore:
1274         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1275         (typefindfunctions_suite):
1276           Add unit test for the above.
1277
1278 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1279
1280         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1281           On second thought, use "depth" field rather than "bpp" field.
1282
1283 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1284
1285         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1286           Camtasia caps apparently need a bpp field (#398875).
1287
1288 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1289
1290         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1291         (gen_source_element), (gst_play_base_bin_change_state):
1292           Attempt at a better error message in case we don't have the required
1293           URI handler installed; post missing-plugin message also when we're
1294           missing an URI handler for the subtitle URI; clean up properly also
1295           when an error occurs and we never made it to PAUSED state.
1296
1297         * tests/check/elements/playbin.c: (GST_START_TEST),
1298         (playbin_suite):
1299           Check that we're also getting a missing-plugin messsage for a
1300           missing subtitle URI handler (and clean up properly).
1301
1302 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1303
1304         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1305           Plug a few reference leaks.
1306
1307 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1308
1309         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1310           Lower probability a bit if the marker isn't right at the start,
1311           to decrease the chance of false positives.
1312
1313 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1314
1315         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1316           Small mpeg2 system stream typefinding improvement: make typefinder
1317           probe a bit into the stream instead of just looking for a marker
1318           at the beginning. Fixes #397810.
1319
1320 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1321
1322         * gst/audioconvert/gstchannelmix.c:
1323           Remove compatibility cruft for prehistoric GLib versions.
1324
1325 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1326
1327         * gst/playback/Makefile.am:
1328         * gst/playback/gstdecodebin.c: (close_pad_link):
1329         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1330         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1331         (gst_play_base_bin_handle_message_func), (unknown_type):
1332           Let decodebin be the element to post missing-plugin messages for
1333           missing decoders (rather than playbin); make playbin implement
1334           GstBin::handle_message so we can suppress missing-plugin messages
1335           for types we're not handling on purpose (don't want to bring up an
1336           installer in those cases).
1337
1338 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1339
1340         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1341         * gst-libs/gst/tag/gstvorbistag.c:
1342         (gst_tag_list_to_vorbiscomment_buffer):
1343         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1344           Fix potentially unaligned access (#397207).
1345
1346 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1347
1348         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1349         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1350         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1351         (main):
1352           Allow to toggle looping while it plays. Fix callback prototype. Clean
1353           up code a bit more. Add copyright header.
1354
1355 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1356
1357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1358           Red and blue mask was swapped (spotted by Dan Williams).
1359
1360 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1361
1362         * gst-libs/gst/tag/gstid3tag.c:
1363         * gst-libs/gst/tag/gstvorbistag.c:
1364           Use new beats-per-minute tag from core.
1365
1366 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1367
1368         * po/POTFILES.in:
1369           Add new files with translatable strings, so they actually make it
1370           into the template file one day.
1371
1372 2007-01-12  Andy Wingo  <wingo@pobox.com>
1373
1374         * gst-libs/gst/audio/gstbaseaudiosink.c
1375         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1376         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1377         stuff, as the base class handles this now. Actually tell the ring
1378         buffer to start.
1379         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1380         How did this work before? Maybe I'm not as awesome a programmer as
1381         I think.
1382
1383         * gst-libs/gst/audio/gstbaseaudiosrc.c
1384         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1385         of a pad function.
1386
1387 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1388
1389         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1390           Remove more fields so that the application can better blacklist
1391           formats that have been tried before.
1392
1393 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1394
1395         * gst-libs/gst/audio/mixerutils.h:
1396           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1397           used when compiling with c++ compilers as well.
1398
1399 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1400
1401         * gst/typefind/gsttypefindfunctions.c:
1402           Fix comment.
1403
1404 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1405
1406         * gst/playback/gstplaybin.c: (post_missing_element_message),
1407         (gen_video_element), (gen_text_element), (gen_audio_element),
1408         (gen_vis_element):
1409           Post missing-plugin messages also when we error out because
1410           converters, textoverlay or auto*sinks are missing (#161922).
1411
1412 2007-01-10  Wim Taymans  <wim@fluendo.com>
1413
1414         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1415         (is_demuxer_element), (new_caps):
1416         * gst/playback/gstplaybasebin.c: (source_new_pad):
1417         Fix the case where we try to ref a NULL element when we delay a link
1418         because of unfixed caps.
1419         Set the state of autoplugged decodebins to PAUSED.
1420         RTSP now works in playbin, we can remove it from the blacklist.
1421
1422 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1423
1424         * gst/playback/Makefile.am:
1425         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1426         (unknown_type), (setup_subtitle), (gen_source_element):
1427         * gst/playback/gstplaybin.c: (plugin_init):
1428           Post missing-plugin messages on the bus for missing sources and
1429           missing decoders/demuxers/depayloaders; fix error code used when
1430           we're missing an URI handler source; for media types that we are not
1431           handling on purpose at the moment, don't print "don't know how to
1432           handle xyz" messages to the terminal or post missing-plugin
1433           messages on the bus.
1434
1435         * tests/check/elements/playbin.c: (create_playbin),
1436         (GST_START_TEST), (gst_codec_src_uri_get_type),
1437         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1438         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1439         (gst_codec_src_init_type), (gst_codec_src_base_init),
1440         (gst_codec_src_create), (gst_codec_src_class_init),
1441         (gst_codec_src_init), (plugin_init), (playbin_suite):
1442           Add some tests for the missing-plugin stuff.
1443
1444 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1445
1446         * configure.ac:
1447         * gst-libs/gst/Makefile.am:
1448         * gst-libs/gst/utils/Makefile.am:
1449         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1450         * gst-libs/gst/utils/base-utils.h:
1451         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1452         (find_format_info), (caps_are_rtp_caps),
1453         (gst_base_utils_get_source_description),
1454         (gst_base_utils_get_sink_description),
1455         (gst_base_utils_get_decoder_description),
1456         (gst_base_utils_get_encoder_description),
1457         (gst_base_utils_get_element_description),
1458         (gst_base_utils_add_codec_description_to_tag_list),
1459         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1460         * gst-libs/gst/utils/descriptions.h:
1461         * gst-libs/gst/utils/missing-plugins.c:
1462         (missing_structure_get_type), (copy_and_clean_caps),
1463         (gst_missing_uri_source_message_new),
1464         (gst_missing_uri_sink_message_new),
1465         (gst_missing_element_message_new),
1466         (gst_missing_decoder_message_new),
1467         (gst_missing_encoder_message_new),
1468         (missing_structure_get_string_detail),
1469         (missing_structure_get_caps_detail),
1470         (gst_missing_plugin_message_get_installer_detail),
1471         (gst_missing_plugin_message_get_description),
1472         (gst_is_missing_plugin_message):
1473         * gst-libs/gst/utils/missing-plugins.h:
1474           API: add new libgstbaseutils library with functions
1475           - to create and parse missing-plugins messages
1476           - that provide (translated) descriptions for caps/decoders/sources/etc.
1477           Closes #392393.
1478
1479         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1480         * pkgconfig/gstreamer-plugins-base.pc.in:
1481           Add new lib.
1482
1483         * docs/libs/gst-plugins-base-libs-docs.sgml:
1484         * docs/libs/gst-plugins-base-libs-sections.txt:
1485           Generate docs for new lib and API.
1486
1487         * tests/check/Makefile.am:
1488         * tests/check/libs/.cvsignore:
1489         * tests/check/libs/utils.c: (missing_msg_check_getters),
1490         (GST_START_TEST), (libgstbaseutils_suite):
1491           Add some basic unit tests.
1492
1493 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1494
1495         * ext/ogg/Makefile.am:
1496           Dist gstoggdemux.h to fix 'make distcheck'.
1497
1498         * sys/v4l/Makefile.am:
1499           Fix 'make distcheck' even more.
1500
1501 2007-01-09  Wim Taymans  <wim@fluendo.com>
1502
1503         * docs/plugins/Makefile.am:
1504         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1505         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1506         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1507         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1508         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1509         (gst_ogg_demux_perform_seek):
1510         * ext/ogg/gstoggdemux.h:
1511         Added docs.
1512         Add some more comments.
1513         Small cleanups.
1514
1515 2007-01-09  Wim Taymans  <wim@fluendo.com>
1516
1517         * ext/theora/theoradec.c:
1518         * ext/vorbis/vorbisdec.c:
1519         * gst-libs/gst/audio/gstringbuffer.c:
1520         (gst_ring_buffer_commit_full):
1521         * gst-libs/gst/audio/gstringbuffer.h:
1522         * gst-libs/gst/rtp/gstrtpbuffer.c:
1523         * gst-libs/gst/tag/gstvorbistag.c:
1524         Small documentation updates/fixes
1525
1526 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1527
1528         * configure.ac:
1529           Require core CVS HEAD for Andy's basesrc/sink API additions.
1530
1531 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1532
1533         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1534
1535         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1536         (plugin_init):
1537           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1538           on flac.sf.net (there appear to be other versions of the first
1539           ogg page in the wild) (#391365).
1540
1541 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1542
1543         * configure.ac:
1544           Check if localtime_r() is available.
1545
1546         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1547           If localtime_r() is not available, fall back to localtime(). Should
1548           fix build on MingW (#393310).
1549
1550 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1551
1552         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1553         * gst/subparse/gstsubparse.h:
1554           Remove spurious 1000 subtrahend when calculating the timestamp from
1555           the frame number and the frame rate . Also, use the frames/second
1556           value specified in the first line of the file, if one is specified
1557           there. Should fix #357503.
1558
1559         * tests/check/elements/subparse.c: (do_test),
1560         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1561         (subparse_suite):
1562           Add some basic unit tests for the microdvd subtitle format.
1563
1564 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1565
1566         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1567         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1568         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1569         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1570         (gst_xvimagesink_set_xwindow_id),
1571         (gst_xvimagesink_set_event_handling),
1572         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1573         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1574         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1575         Fixes : #390076.
1576         Add an adaptor property to select a specific XV adaptor.
1577         * sys/xvimage/xvimagesink.h:
1578
1579 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1580
1581         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1582         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1583         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1584         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1585         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1586         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1587         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1588         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1589         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1590         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1591         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1592         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1593         Use flow_lock much more to protect every access to xwindow.
1594         Try to catch erros while creating images in case some drivers are
1595         just generating an XError when the requested image is too big.
1596         Should fix : #354698, #384008, #384060.
1597         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1598         Implement some stress testing of setting window xid.
1599
1600 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1601
1602         * win32/common/libgsaudio.def:
1603           Add new exported function.
1604         * win32/common/libgstogg.dsp:
1605           Add gstoggaviparse.c to the build.
1606         * win32/common/libgstvideoscale.dsp:
1607           Add vs_4tap.c to the build.
1608         * win32/common/libgstvorbis.dsp:
1609           Add vorbistag.c to the build.
1610         
1611 2007-01-06  Andy Wingo  <wingo@pobox.com>
1612
1613         * gst-libs/gst/audio/gstbaseaudiosink.c
1614         (gst_base_audio_sink_class_init)
1615         (gst_base_audio_sink_init): 
1616         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1617         to baseaudiosink, and tell basesink that we can work in pull mode.
1618         This way the ring buffer thread drives the pipeline directly, if
1619         pull mode is possible. There is some lingering nastiness regarding
1620         capsnego, however.
1621         (gst_base_audio_sink_callback): Implement the callback to pull
1622         data. This interface is a bit light, though -- it should get a
1623         GstFlowReturn return value at least.
1624
1625 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1626
1627         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1628         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1629         * gst/playback/gstdecodebin2.c:
1630         (gst_decode_group_check_if_blocked):
1631           Printf format and missing argument fixes.
1632
1633 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1634
1635         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1636         (gst_ogm_parse_change_state):
1637         Activate pads before adding them to the element.
1638
1639 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1640
1641         * tests/examples/seek/scrubby.c: (main):
1642         * tests/examples/seek/seek.c: (main):
1643           Call g_thread_init() first thing in main() (see #391278).
1644
1645 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1646
1647         * tests/check/Makefile.am:
1648         * tests/check/libs/.cvsignore:
1649         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1650         (netbuffer_suite):
1651           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1652           for the time being, since it's broken, see #393099.
1653
1654 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1655
1656         * tests/check/Makefile.am:
1657           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1658
1659 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1660
1661         * configure.ac:
1662           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1663           so that GST_BASE_CFLAGS can go inbetween them, making sure
1664           we use uninstalled gst-libs headers
1665         * docs/libs/Makefile.am:
1666         * ext/alsa/Makefile.am:
1667         * ext/cdparanoia/Makefile.am:
1668         * ext/gnomevfs/Makefile.am:
1669         * ext/libvisual/Makefile.am:
1670         * ext/ogg/Makefile.am:
1671         * ext/theora/Makefile.am:
1672         * ext/vorbis/Makefile.am:
1673         * gst-libs/gst/audio/Makefile.am:
1674         * gst-libs/gst/cdda/Makefile.am:
1675         * gst-libs/gst/interfaces/Makefile.am:
1676         * gst-libs/gst/riff/Makefile.am:
1677         * gst-libs/gst/rtp/Makefile.am:
1678         * gst-libs/gst/tag/Makefile.am:
1679         * gst/adder/Makefile.am:
1680         * gst/audioconvert/Makefile.am:
1681         * gst/audiorate/Makefile.am:
1682         * gst/audioresample/Makefile.am:
1683         * gst/playback/Makefile.am:
1684         * gst/tcp/Makefile.am:
1685         * gst/videoscale/Makefile.am:
1686         * gst/volume/Makefile.am:
1687         * sys/ximage/Makefile.am:
1688         * sys/xvimage/Makefile.am:
1689         * tests/icles/Makefile.am:
1690           adapt
1691
1692 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1693
1694         * gst-libs/gst/interfaces/xoverlay.c:
1695         (gst_x_overlay_handle_events):
1696         * gst-libs/gst/interfaces/xoverlay.h:
1697         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1698         (gst_ximagesink_set_xwindow_id),
1699         (gst_ximagesink_set_event_handling),
1700         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1701         (gst_ximagesink_get_property), (gst_ximagesink_init),
1702         (gst_ximagesink_class_init):
1703         * sys/ximage/ximagesink.h:
1704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1705         (gst_xvimagesink_set_xwindow_id),
1706         (gst_xvimagesink_set_event_handling),
1707         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1708         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1709         (gst_xvimagesink_class_init):
1710         * sys/xvimage/xvimagesink.h:
1711         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1712         Add a method to the XOverlay interface to allow disabling of 
1713         event handling in x[v]imagesink elements. This will let X events
1714         propagate to parent windows which can be usefull in some cases.
1715         Be carefull that the application is then responsible of pushing
1716         navigation events and expose events to the video sink.
1717         Fixes: #387138.
1718
1719 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1720
1721         * gst-libs/gst/tag/gstvorbistag.c:
1722         * tests/check/libs/tag.c: (GST_START_TEST):
1723           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1724           (fixes #392070).
1725
1726 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1727
1728         * configure.ac:
1729         * docs/Makefile.am:
1730         * docs/design/Makefile.am:
1731           Dist design docs.
1732
1733 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1734
1735         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1736         typo. Fixes: #390063.
1737
1738 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1739
1740         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1742         caps leak.
1743         * win32/common/config.h: Updated.
1744
1745 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1746
1747         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1748         (setup_gdpdepay_streamheader):
1749         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1750         (setup_gdppay_streamheader):
1751           Fix the dp tests, but activating the pads for the streamheader tests
1752           too and cleaning up conditionaly
1753
1754 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1755
1756         * gst/ffmpegcolorspace/avcodec.h:
1757         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1758         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1759         (gst_ffmpegcsp_avpicture_fill):
1760         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1761         (img_get_alpha_info):
1762         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1763         other end of the word. Fixes: #387073.
1764
1765         Add some inconsequential branch hints in a couple of places.
1766
1767 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1768
1769         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1770         (gst_ffmpeg_caps_to_smpfmt):
1771           The "signed" field in raw audio caps is of boolean type, trying to
1772           extract the value with _get_int() will fail (fix to keep in sync with
1773           the copy in gst-ffmpeg)
1774
1775 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1776
1777         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1778         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1779         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1780         (cleanup_gdpdepay):
1781         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1782         * tests/check/elements/subparse.c: (teardown_subparse):
1783         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1784         * tests/check/elements/videorate.c: (cleanup_videorate):
1785         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1786         * tests/check/elements/volume.c: (cleanup_volume):
1787         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1788         (cleanup_vorbisdec):
1789         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1790         (cleanup_vorbistag):
1791           consistent pad (de)activation
1792
1793 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1794
1795         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1796           Forgot to register the extensions.
1797
1798 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1799
1800         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1801         (plugin_init):
1802           Add typefinder for VIVO files (my christmas present to the 90s).
1803
1804 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1805
1806         * gst/playback/gstdecodebin.c: (type_found):
1807           Special-case the text/plain media type: we only want to recognise it
1808           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1809           parser, but not if the entire stream is of text/plain type. If the
1810           entire stream is text/plain, we should just error out.
1811
1812           This fixes playback of audio files with lyrics in totem. Totem can't
1813           distinguish between text files and subtitle files and passes any
1814           .txt file with the same basename as the main file to playbin as
1815           suburi, and playbin will then throw a 'subtitle found, but no video
1816           stream' error, which isn't entirely helpful. See #380342.
1817
1818           Also, with this change we'll show a slightly more correct error
1819           message in case totem passes a playlist file to us (although a
1820           custom error message wording instead of the default text would
1821           probably not be a bad idea either).
1822
1823           Same problem also needs to be fixed for playbin+decodebin2.
1824
1825         * tests/check/Makefile.am:
1826         * tests/check/elements/decodebin.c: (src_handoff_cb),
1827         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1828         (decodebin_suite):
1829           Add simple unit test for decodebin for the above.
1830
1831 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1832
1833         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1834         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1835           Refuse to change state to READY when we failed to create any of the
1836           required elements in our instance init function.
1837
1838 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1839
1840         * docs/libs/gst-plugins-base-libs-sections.txt:
1841           Small docs fixes/updates.
1842
1843         * gst-libs/gst/video/gstvideosink.h:
1844           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1845           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1846           removed from the base sink API between 0.9.6 and 0.9.7).
1847           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1848           accessor macros, so we don't do a runtime GObject type check every
1849           time we use them.
1850
1851 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1852
1853         * Makefile.am:
1854         * gst-plugins-base.doap:
1855         * gst-plugins-base.spec.in:
1856           add doap file
1857
1858 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1859
1860         Patch by: Jens Granseuer <jensgr at gmx net>
1861
1862         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1863         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1864         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1865         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1866         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1867           Declare variables at the beginning of a block. Fixes #383195.
1868
1869 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1870
1871         * configure.ac:
1872         Bump version nano - back to CVS.
1873
1874
1875 === release 0.10.11 ===
1876
1877 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1878
1879         * configure.ac:
1880           releasing 0.10.11, "Dumb things"
1881
1882 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1883
1884         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1885         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1886         Handle the case where an element has multiple pads with 
1887         unfixed caps as well as still possibly producing more dynamic 
1888         pads by storing each case as a distinct entry in the dynamic list.
1889         Fixes #38223 again.
1890
1891 2006-12-04  Wim Taymans  <wim@fluendo.com>
1892
1893         * gst/playback/gstdecodebin.c: (close_pad_link):
1894         Fix #382223, add more dynamic caps handling.
1895
1896 2006-12-04  Wim Taymans  <wim@fluendo.com>
1897
1898         reviewed by: <delete if not using a buddy>
1899
1900         * gst-libs/gst/audio/gstringbuffer.h:
1901         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1902         (gst_netaddress_set_ip4_interface),
1903         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1904         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1905         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1906         (gst_netaddress_get_ttl):
1907         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1908         * gst/playback/gstdecodebin.c: (close_pad_link):
1909         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1910         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1911         * win32/common/config.h:
1912
1913 2006-12-01  Michael Smith  <msmith@fluendo.com>
1914
1915         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1916           Delete bad debug code.
1917           Fixes #381219
1918
1919 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1920
1921         * gst/videoscale/vs_4tap.c:
1922         * win32/MANIFEST:
1923         * win32/common/config.h:
1924         * win32/vs8/libgstvideoscale.vcproj:
1925         Fix compilation on win32 under VS8
1926         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1927         Partially fixes #381175
1928
1929 2006-11-30  Michael Smith  <msmith@fluendo.com>
1930
1931         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1932         (GST_START_TEST):
1933           It would be very bad if, after a discont buffer, we thought every
1934           single following buffer was also discont. So, add to the test to
1935           ensure that this isn't the case.
1936           
1937         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1938           ... it was the case. So fix it.
1939
1940 2006-11-28  Wim Taymans  <wim@fluendo.com>
1941
1942         * gst/playback/gstplaybasebin.c: (check_queue_event):
1943         Improve debug.
1944
1945         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1946         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1947         padtemplate caps. Refixes #357577.
1948
1949 2006-11-28  Wim Taymans  <wim@fluendo.com>
1950
1951         * gst/playback/gstplaybasebin.c: (check_queue_event),
1952         (queue_threshold_reached), (queue_out_of_data),
1953         (gen_preroll_element):
1954         Add event probe to see when EOS is in a queue and we can disable the
1955         underrun signals. Fixes #357577.
1956
1957 2006-11-28  Edward Hervey  <edward@fluendo.com>
1958
1959         * gst/playback/Makefile.am:
1960         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1961         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1962         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1963         (gst_decode_bin_init), (gst_decode_bin_dispose),
1964         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1965         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1966         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1967         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1968         (connect_element), (expose_pad), (type_found),
1969         (pad_added_group_cb), (pad_removed_group_cb),
1970         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1971         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1972         (are_raw_caps), (multi_queue_overrun_cb),
1973         (multi_queue_underrun_cb), (gst_decode_group_new),
1974         (get_current_group), (group_demuxer_event_probe),
1975         (gst_decode_group_control_demuxer_pad),
1976         (gst_decode_group_control_source_pad),
1977         (gst_decode_group_check_if_blocked),
1978         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1979         (gst_decode_group_hide), (gst_decode_group_free),
1980         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1981         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1982         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1983         (plugin_init):
1984         New decodebin2 element.
1985         Closes #370092
1986         * gst/playback/gstplay-marshal.list:
1987         Added marshallers for new signals in decodebin2
1988         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1989         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1990         is set.
1991
1992 2006-11-28  Wim Taymans  <wim@fluendo.com>
1993
1994         * gst/playback/gstplaybasebin.c: (setup_source),
1995         (gst_play_base_bin_change_state):
1996         Disable rtsp:// uris for the release, it's not good enough yet.
1997         Remove unused var.
1998
1999 2006-11-26  Wim Taymans  <wim@fluendo.com>
2000
2001         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2002         (theora_dec_push_forward), (theora_dec_push_reverse),
2003         (theora_handle_data_packet), (theora_dec_decode_buffer),
2004         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2005         (theora_dec_chain_forward), (theora_dec_chain):
2006         Implement reverse playback.
2007
2008         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2009         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
2010         (vorbis_dec_chain_forward):
2011         Clear buffers used for reverse playback in _reset.
2012         No need to set the eos flag, we clip samples using the segment.
2013
2014 2006-11-24  Wim Taymans  <wim@fluendo.com>
2015
2016         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
2017         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
2018         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
2019         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
2020         Some cleanups.
2021         Handle continued pages in reverse mode.
2022
2023 2006-11-24  Wim Taymans  <wim@fluendo.com>
2024
2025         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2026         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2027         (vorbis_dec_flush_decode):
2028         Small cleanups.
2029         Don't try to add invalid timestamps.
2030         Clipping will unref the buffer.
2031
2032 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2033
2034         * gst/adder/gstadder.h:
2035         * gst/audiotestsrc/gstaudiotestsrc.h:
2036           remove obsolete _factory_init protos
2037
2038 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2039
2040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2041           Fix spacing in debug message.
2042
2043 2006-11-23  Wim Taymans  <wim@fluendo.com>
2044
2045         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2046         (gst_ogg_demux_chain):
2047         Don't just ignore return values from _pad_push().
2048         Small debug improvements.
2049
2050 2006-11-23  Michael Smith  <msmith@fluendo.com>
2051
2052         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2053           If our incoming buffer is marked as DISCONT, then increment the page
2054           number (so that the discontinuity is marked in the final ogg
2055           bitstream) and flush the previous page.
2056
2057 2006-11-22  Michael Smith  <msmith@fluendo.com>
2058
2059         * ext/theora/gsttheoraenc.h:
2060         * ext/theora/theoraenc.c: (gst_theora_enc_init),
2061         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2062         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2063         (theora_enc_chain), (theora_enc_change_state):
2064           Mark discontinuities of > 3/4 of a frame, reinit encoder.
2065
2066         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2067         (GST_START_TEST), (theoraenc_suite):
2068           Enable discontinuity test, fix it.
2069
2070 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2071
2072         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2073         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2074         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2075         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2076         (gst_text_overlay_change_state):
2077         * ext/pango/gsttextoverlay.h:
2078           Some textoverlay fixes: for one, in the video chain function,
2079           actually wait for a text buffer to come in if there is none at the
2080           moment and there should be one; also, deal more gracefully with
2081           incoming buffers that do not have a timestamp or duration; discard
2082           text buffer when not needed any longer. Fixes #341681.
2083
2084         * tests/check/Makefile.am:
2085         * tests/check/elements/.cvsignore:
2086         * tests/check/elements/textoverlay.c:
2087         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2088         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2089         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2090         (test_video_waits_for_text_send_text_newsegment_thread),
2091         (test_video_waits_for_text_shutdown_element),
2092         (test_render_continuity_push_video_buffers_thread),
2093         (textoverlay_suite):
2094           Add some unit tests for textoverlay.
2095
2096 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2097
2098         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2099           Avoid integer underflow when the found probability for mp3 is
2100           smaller than the 'penalty' we subtract if there's not a clean
2101           mp3 header sync at offset 0.
2102
2103 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
2104
2105         * docs/libs/gst-plugins-base-libs-sections.txt:
2106           Add some new symbols to the docs
2107
2108 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2109
2110         * tests/check/Makefile.am:
2111         * tests/check/elements/ffmpegcolorspace.c:
2112         (ffmpegcolorspace_suite):
2113           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2114           (for now not for valgrinding though, since it takes too long).
2115
2116 2006-11-20  Wim Taymans  <wim@fluendo.com>
2117
2118         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2119         (gst_ffmpeg_pixfmt_to_caps):
2120         Fix RGBA32 caps. Fixes #357038.
2121
2122 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2123
2124         * gst-libs/gst/interfaces/mixertrack.h:
2125           Add FIXME so we can add some padding here in 0.11
2126
2127 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2128
2129         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2130           Fix GstBaseRTPAudioPayload structure so the whole GObject
2131           inheritance business actually works (parent class instance structure
2132           must always come first in the derived class instance structure).
2133
2134 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2135
2136         * gst/videotestsrc/Makefile.am:
2137         * tests/check/Makefile.am:
2138           Make sure our checks and the videotestsrc plugin link against the
2139           local uninstalled gst libs and not any installed gst libs that
2140           might happen to exist as well.
2141
2142         * tests/check/elements/adder.c: (message_received),
2143         (test_event_message_received), (test_play_twice_message_received):
2144         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2145           Fix compiler warnings when compiling against core with disabled
2146           debugging system.
2147
2148 2006-11-16  Michael Smith  <msmith@fluendo.com>
2149
2150         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2151         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2152           Fix audiorate, so that it accurately sets offsets and timestamps.
2153           Doesn't change the fundamental algorithmic decisions; so should be
2154           safe.
2155
2156         * tests/check/Makefile.am:
2157           Enable audiorate test now that it passes.
2158
2159 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
2160
2161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2162           clear xv when going to NULL, remove // commented non-existant proto
2163
2164         * tests/examples/seek/seek.c: (main):
2165           add missing tooltip description for scrub and play_scrub
2166
2167 2006-11-14  David Schleef  <ds@schleef.org>
2168
2169         * configure.ac:
2170           Bump liboil requirement to 0.3.8.
2171         * gst-libs/gst/riff/riff-media.c:
2172           Add Dirac fourcc.
2173         * gst/videoscale/vs_image.h:
2174         * gst/videoscale/vs_scanline.h:
2175           Use liboil's stdint.h.
2176         * gst/videotestsrc/videotestsrc.c:
2177           Remove liboil related ifdef's, since they aren't needed now, and
2178           won't work with future versions.
2179
2180 2006-11-14  David Schleef  <ds@schleef.org>
2181
2182         * gst/videoscale/Makefile.am:
2183         * gst/videoscale/gstvideoscale.c:
2184         * gst/videoscale/gstvideoscale.h:
2185         * gst/videoscale/vs_4tap.c:
2186         * gst/videoscale/vs_4tap.h:
2187         * gst/videoscale/vs_image.c:
2188         * gst/videoscale/vs_image.h:
2189         * gst/videoscale/vs_scanline.c:
2190         * gst/videoscale/vs_scanline.h:
2191           Add a 4-tap image scaler.  Theoretically looks much prettier.
2192           The tap calculation could use some improvement.
2193
2194 2006-11-14  Wim Taymans  <wim@fluendo.com>
2195
2196         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2197
2198         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2199         (gst_riff_parse_strf_iavs):
2200         * gst/subparse/gstsubparse.c: (convert_encoding):
2201         * gst/tcp/gstmultifdsink.c:
2202         (gst_multi_fd_sink_handle_client_write):
2203         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2204         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2205         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2206         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2207         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2208         (gst_ximagesink_ximage_new):
2209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2210         Various gsize and gssize printf fixes. Fixes #372507.
2211
2212 2006-11-13  Wim Taymans  <wim@fluendo.com>
2213
2214         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2215         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2216         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2217         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2218         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2219         * ext/vorbis/vorbisdec.h:
2220         First stab at vorbis reverse playback.
2221
2222 2006-11-13  Wim Taymans  <wim@fluendo.com>
2223
2224         * gst-libs/gst/audio/gstbaseaudiosink.c:
2225         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2226         * gst-libs/gst/audio/gstbaseaudiosink.h:
2227         Make the clock sync code more accurate wrt resampling and playback
2228         at different rates.
2229         
2230         * gst-libs/gst/audio/gstringbuffer.c:
2231         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2232         * gst-libs/gst/audio/gstringbuffer.h:
2233         Use better algorithm to interpolate sample rates. 
2234
2235 2006-11-13  Michael Smith  <msmith@fluendo.com>
2236
2237         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2238           Improve a debug line slightly.
2239
2240         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2241           Call gst_riff_init() in plugin_init, to avoid getting errors from
2242           the debug system (unrelated changes to another plugin made this turn
2243           up; not sure why).
2244
2245 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2246
2247         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2248
2249         * win32/common/libgsttag.def:
2250           Add missing symbol (#366492).
2251
2252 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2253
2254         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2255           Don't unref a NULL pad.
2256
2257 2006-11-09  Wim Taymans  <wim@fluendo.com>
2258
2259         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2260         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2261         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2262         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2263         (gst_ogg_demux_loop):
2264         Implement first stab at reverse playback.
2265
2266 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2267
2268         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2269         (gst_riff_create_video_template_caps):
2270           add h263/h264 variants to the caps, Fixes #363118
2271
2272 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2273
2274         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2275         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2276           Use g_strerror instead of strerror so we get UTF-8.
2277
2278 2006-11-03  David Schleef  <ds@schleef.org>
2279
2280         * ext/ogg/gstoggdemux.c:
2281         * ext/ogg/gstoggmux.c:
2282           Add/remove KW-DIRAC header here, since it is ogg-specific.
2283
2284 2006-11-03  Michael Smith  <msmith@fluendo.com>
2285
2286         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2287           Recognise more mpeg4 elementary video streams.
2288
2289 2006-11-02  Edward Hervey  <edward@fluendo.com>
2290
2291         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2292         Lower the probability of mp3 typefinding functions if we don't find a
2293         valid mp3 header at the start of the file.
2294         Closes #369482
2295
2296 2006-11-02  Wim Taymans  <wim@fluendo.com>
2297
2298         * ext/theora/gsttheoradec.h:
2299         * ext/theora/theoradec.c: (gst_theora_dec_init),
2300         (theora_dec_sink_event), (theora_dec_chain_forward),
2301         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2302         (theora_dec_chain):
2303         Document and partially implement an algorithm for doing reverse playback
2304         of theora video.
2305
2306 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2307
2308         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2309
2310         * win32/common/config.h:
2311         * win32/common/interfaces-enumtypes.c:
2312         * win32/common/libgsttag.def:
2313         * win32/vs8/gst-plugins-base.sln:
2314         * win32/vs8/libgstaudioresample.vcproj:
2315         * win32/vs8/libgstinterfaces.vcproj:
2316         * win32/vs8/libgstogg.vcproj:
2317         * win32/vs8/libgstriff.vcproj:
2318         * win32/vs8/libgsttag.vcproj:
2319         * win32/vs8/libgsttheora.vcproj:
2320         * win32/vs8/libgstvideoscale.vcproj:
2321         * win32/vs8/libgstvorbis.vcproj:
2322           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2323           to libgsttag.def; add missing dependencies for some vs8 projects;
2324           re-arrange placement of .def files in vs8 projects (#366334).
2325
2326 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2327
2328         * ext/ogg/gstogg.c:
2329           Remove unused variable.
2330
2331         * ext/ogg/gstoggdemux.c:
2332           Fix Wim's surname in plugin description.
2333
2334 2006-10-31  Wim Taymans  <wim@fluendo.com>
2335
2336         * gst-plugins-base.spec.in:
2337         spec new .h file. Fixes #368310.
2338
2339 2006-10-31  Michael Smith  <msmith@fluendo.com>
2340
2341         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2342         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2343         (gst_multi_fd_sink_get_stats),
2344         (gst_multi_fd_sink_remove_client_link),
2345         (gst_multi_fd_sink_queue_buffer),
2346         (gst_multi_fd_sink_handle_clients):
2347         * gst/tcp/gstmultifdsink.h:
2348           Make using the remove or clear signals threadsafe.
2349           Make calling get-stats with an invalid fd not segfault.
2350           Fixes 368273.
2351
2352 2006-10-31  Wim Taymans  <wim@fluendo.com>
2353
2354         * gst-libs/gst/rtp/Makefile.am:
2355         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2356         (gst_base_rtp_audio_payload_init):
2357         Fix and activate base audio payloader.
2358
2359 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2360
2361         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2362         (plugin_init):
2363           Add typefinder for QuickTime Image Files (see #366156).
2364
2365 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2366
2367         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2368           Another typo fix (#366212).
2369
2370 2006-10-27  Wim Taymans  <wim@fluendo.com>
2371
2372         * gst/volume/gstvolume.c: (volume_transform_ip):
2373         Use stream time to synchronize volume property instead of rather random
2374         timestamps. This is needed when gnonlin does its time shifting.
2375
2376 2006-10-27  Wim Taymans  <wim@fluendo.com>
2377
2378         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2379
2380         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2381         Remove the pad from the element in release_pad. Fixes #364812.
2382
2383 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2384
2385         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2387           Explicitly create our custom buffer classes at a thread-safe
2388           location as well, since g_type_class_ref() doesn't seem to be
2389           entirely thread-safe either (#365501; also see #349410).
2390
2391 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2392
2393         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2394         (gst_riff_parse_info):
2395           If strings in INFO chunk are not UTF-8, do something similar to
2396           what we do for ID3v1 tags: check a number of environment variables
2397           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2398           character sets to try, otherwise try the current locale and/or fall
2399           back on ISO-8859-1. Fixes #360552.
2400
2401 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2402
2403         * gst/videotestsrc/gstvideotestsrc.c:
2404         (gst_video_test_src_pattern_get_type),
2405         (gst_video_test_src_set_pattern):
2406         * gst/videotestsrc/gstvideotestsrc.h:
2407         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2408         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2409         (gst_video_test_src_checkers8):
2410         * gst/videotestsrc/videotestsrc.h:
2411           Add a bunch of exciting new checkers patterns.
2412
2413 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2414
2415         * gst/subparse/Makefile.am:
2416         * gst/subparse/gstsubparse.c:
2417         (gst_sub_parse_data_format_autodetect),
2418         (gst_sub_parse_format_autodetect), (handle_buffer),
2419         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2420         * gst/subparse/gstsubparse.h:
2421         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2422         (parse_tmplayer):
2423         * gst/subparse/tmplayerparse.h:
2424           Add support for TMPlayer-type subtitles (#362845).
2425
2426         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2427         (GST_START_TEST), (subparse_suite):
2428           Add some basic unit tests for the above.
2429
2430 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2431
2432         * tests/check/elements/audiorate.c: (test_injector_base_init),
2433         (test_injector_class_init), (test_injector_chain),
2434         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2435         (GST_START_TEST), (audiorate_suite):
2436           More tests for audiorate: inject buffers to check behaviour when
2437           buffers overlap.
2438
2439 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2440
2441         * tests/check/Makefile.am:
2442         * tests/check/elements/.cvsignore:
2443         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2444         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2445           Add some basic unit tests for audiorate. Disabled at the moment
2446           since it doesn't pass yet (see bug #363119).
2447
2448 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2449
2450         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2451         (parse_subrip), (handle_buffer):
2452           Add missing closing tags for markup and fix broken markup,
2453           otherwise pango won't render anything (fixes #357531). Also,
2454           make sure the text we send out is always NUL-terminated
2455           (better safe than sorry etc.).
2456
2457         * tests/check/elements/subparse.c: (test_srt_do_test),
2458         (test_srt):
2459           Some more tests for .srt incl. tests for the above stuff.
2460
2461 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2462
2463         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2465         Patch by: Stefan Kost  <ensonic@users.sf.net>
2466         Try to redraw borders only when needed. Apparently this consumes
2467         resources on small devices... :-O (#363607)
2468
2469 2006-10-20  Michael Smith  <msmith@fluendo.com>
2470
2471         * gst/tcp/gstmultifdsink.c:
2472         (gst_multi_fd_sink_client_queue_buffer):
2473           If caps change, then update the client's idea of the caps so that we
2474           don't end up re-sending streamheaders for every single buffer after
2475           the caps change.
2476
2477 2006-10-20  Michael Smith  <msmith@fluendo.com>
2478
2479         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2480         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2481           Set caps on pushed buffers; fix up refcounting of caps objects.
2482
2483 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2484
2485         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2486         (plugin_init):
2487           Typefind mmsh header data packet to application/x-mmsh (#362625).
2488
2489 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2490
2491         * tests/check/Makefile.am:
2492         * tests/check/elements/.cvsignore:
2493         * tests/check/elements/subparse.c: (buffer_from_static_string),
2494         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2495         (GST_START_TEST), (subparse_suite):
2496           Add very simple unit test for subparse.
2497
2498 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2499
2500         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2501         (parse_subrip):
2502           Strip trailing newlines from subtitle text output.
2503
2504 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2505
2506         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2507         (gst_sub_parse_change_state):
2508           Fix memleak; clear subparse->textbuf n state change function.
2509
2510 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2511
2512         * gst/subparse/gstsubparse.c:
2513         (gst_sub_parse_data_format_autodetect):
2514           Don't require subrip (.srt) files to start with a chunk number of 1.
2515
2516 2006-10-18  Wim Taymans  <wim@fluendo.com>
2517
2518         * gst-libs/gst/audio/gstbaseaudiosink.c:
2519         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2520         * gst-libs/gst/audio/gstbaseaudiosink.h:
2521         Extract rate from the NEWSEGMENT event.
2522         Use commit_full to also take rate adjustment into account when writing
2523         samples to the ringbuffer.
2524         
2525         * gst-libs/gst/audio/gstringbuffer.c:
2526         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2527         (gst_ring_buffer_read):
2528         * gst-libs/gst/audio/gstringbuffer.h:
2529         Added _commit_full() to also take rate into account.
2530         Use simple interpolation algorithm to resample audio.
2531         API: gst_ring_buffer_commit_full()
2532
2533         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2534         * tests/examples/seek/seek.c: (segment_done):
2535         Don't try to seek with 0.0 rate, just pause instead.
2536         Remove bogus debug line.
2537
2538 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2539
2540         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2541         (setup_source):
2542           Catch async errors when starting up the subtitle bin, so we can
2543           stop waiting and continue with the main film instead of hanging
2544           forever. Fixes #339366.
2545
2546         * tests/check/elements/playbin.c: (playbin_suite):
2547           Enable unit test for the above.
2548
2549 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2550
2551         * tests/check/Makefile.am:
2552         * tests/check/elements/.cvsignore:
2553         * tests/check/elements/playbin.c: (GST_START_TEST),
2554         (gst_red_video_src_uri_get_type),
2555         (gst_red_video_src_uri_get_protocols),
2556         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2557         (gst_red_video_src_uri_handler_init),
2558         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2559         (gst_red_video_src_create), (gst_red_video_src_class_init),
2560         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2561           Some small and basic unit tests for playbin; not very useful yet,
2562           but at least a start.
2563
2564 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2565
2566         * gst/playback/gstplaybin.c: (setup_sinks):
2567           The old pad activation spiel.
2568
2569 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2570
2571         * gst/playback/gstplaybasebin.c: (setup_source):
2572           Don't hang forever if the subbin already fails to start up in 
2573           the state change to PAUSED (#339366).
2574
2575 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2576
2577         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2578         (gst_tuner_set_channel), (gst_tuner_get_channel),
2579         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2580         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2581         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2582         (gst_tuner_find_channel_by_name):
2583           Fix some function guards, add some more function guards.
2584
2585 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2586
2587         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2588         (remove_element_chain):
2589         Don't return a pad from get_our_ghost_pad unless it is actually the
2590         one we want.
2591         Change a cast in remove_element_chain slightly.
2592
2593 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2594
2595         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2596         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2597         Segment seeking needs to use the rate and set stop to -1.
2598
2599 2006-10-13  Wim Taymans  <wim@fluendo.com>
2600
2601         * gst-libs/gst/audio/gstbaseaudiosink.c:
2602         (gst_base_audio_sink_setcaps):
2603         Don't crash when ringbuffer is not yet created.
2604         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2605         Fixes #361634.
2606
2607         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2608         * gst/playback/gststreamselector.c:
2609         (gst_stream_selector_request_new_pad):
2610         Activate pads befre adding them to running elements.
2611
2612 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2613
2614         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2615         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2616         updater when we start grabing the slider. Don't wait for the
2617         pipeline to be PAUSED.
2618
2619 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2620
2621         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2622         (gst_mixer_set_volume), (gst_mixer_get_volume),
2623         (gst_mixer_set_mute), (gst_mixer_set_option),
2624         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2625         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2626         (gst_mixer_option_changed):
2627           Guard mixer interface functions against bogus arguments.
2628
2629 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2630
2631         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2632         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2633         (msg_state_changed), (main): Use state-changed messages to trigger
2634         start/stop of scale update timer. Indeed the scale slider was
2635         jumping here and there because the update timer was activated 
2636         before seek completed. This fixes instant applying of rate changes
2637         by pressing the spinbutton like a crazy man !
2638
2639 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2640
2641         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2642
2643         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2644         (gst_basertppayload_finalize):
2645           Fix two small memory leaks (#361456).
2646
2647 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2648
2649         * tests/examples/seek/seek.c: (do_seek),
2650         (rate_spinbutton_changed_cb): When changing spinbutton we try
2651         to change the rate on the fly.
2652
2653 2006-10-10  Wim Taymans  <wim@fluendo.com>
2654
2655         * gst-libs/gst/riff/riff-ids.h:
2656         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2657         (gst_riff_create_audio_template_caps):
2658         Add WMS caps.
2659
2660 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2661
2662         Patch by: Josep Torre Valles <josep@fluendo.com>
2663
2664         * ext/gnomevfs/gstgnomevfssink.c:
2665         * ext/gnomevfs/gstgnomevfssrc.c:
2666         Fix URI interface implementation return type.
2667         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2668         Fix what looks like a copy/paste issue when assigning values.
2669         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2670         (gst_audio_filter_template_get_type):
2671         Cast to prevent Forte warnings.
2672         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2673         Fix URI interface implementation return type.
2674         gst_pad_query_position requires a signed integer pointer as
2675         3rd parameter, GstClockTime is unsigned.
2676         * gst/audioconvert/audioconvert.c:
2677         Fix integer overflow when treated as signed.
2678         * gst/audioresample/resample.c: (resample_add_input_data):
2679         Cast to prevent warnings on Forte.
2680         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2681         Fix integer overflow when treated as signed.
2682         * gst/ffmpegcolorspace/imgconvert_template.h:
2683         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2684         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2685         (cleanup_decodebin):
2686         Who initialises a guint to -1!
2687         Cast function pointers to prevent warnings on Forte.
2688         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2689         (queue_threshold_reached):
2690         Cast function pointers correctly to prevent warnings on Forte.
2691         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2692         Cast function pointers correctly to prevent warnings on Forte.
2693         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2694         Obvious change to unsigned, 0xEF > max signed char.
2695         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2696         GstClockTime is unsigned, initialise correctly.
2697         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2698         Cast so pointer arithemetic doesn't cause warnings on Forte.
2699         * gst/videorate/gstvideorate.c:
2700         Use correct return value.
2701         * tests/examples/seek/scrubby.c:
2702         GstClockTime is unsigned, initialise correctly.
2703
2704 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2705
2706         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2707
2708         * gst/typefind/gsttypefindfunctions.c:
2709           Recognise XML files and XML-like files shorter than 256 bytes as
2710           well (fixes #359237).
2711
2712 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2713
2714         Patch by: Renato Filho <renato.filho@indt.org.br>
2715         
2716         * gst/typefind/gsttypefindfunctions.c:
2717         Added typefind functions to video/x-nuv media.
2718         
2719 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2720
2721         * gst-libs/gst/interfaces/xoverlay.c:
2722         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2723           Some more guards against invalid input.
2724
2725 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2726
2727         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2728         Useless goto.
2729         * tests/examples/seek/seek.c: (do_seek),
2730         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2731         seek example to experiment with rates != 1.0 (reverse playback !)
2732
2733 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2734
2735         * gst-libs/gst/interfaces/xoverlay.c:
2736           Unref message in doc-example (spotted by Robert McQueen)
2737
2738 2006-10-06  Wim Taymans  <wim@fluendo.com>
2739
2740         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2741         (mpeg1_parse_header), (mpeg1_sys_type_find):
2742         printf fix.
2743
2744 2006-10-06  Wim Taymans  <wim@fluendo.com>
2745
2746         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2747         (close_pad_link):
2748         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2749         Activate dynamic pads before adding them to the element.
2750
2751 2006-10-06  Michael Smith  <msmith@fluendo.com>
2752
2753         * gst-libs/gst/floatcast/floatcast.h:
2754           Fix obviously-bogus macros; use the correct types.
2755
2756 2006-10-06  Wim Taymans  <wim@fluendo.com>
2757
2758         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2759         (gst_base_rtp_depayload_change_state):
2760         Also call parent state change function to activate pads.
2761
2762         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2763         (mpeg1_parse_header), (mpeg1_sys_type_find):
2764         Add some more debug info in mpeg typefinding.
2765
2766 2006-10-06  Michael Smith  <msmith@fluendo.com>
2767
2768         * ext/theora/theoradec.c: (theora_dec_chain):
2769           Zero byte theora packets are valid and well-defined; don't warn on
2770           them.
2771
2772 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2773
2774         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2775         (gst_multi_fd_sink_get_stats), (find_limits),
2776         (gst_multi_fd_sink_queue_buffer):
2777           API: add dropped_buffers to the get-stats GValueArray
2778
2779 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2780
2781         * ext/alsa/gstalsadeviceprobe.c:
2782         (gst_alsa_device_property_probe_get_values):
2783         * ext/alsa/gstalsasink.c: (set_hwparams):
2784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2785         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2787         (gst_ogg_mux_process_best_pad):
2788         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2789         (gst_ogg_parse_chain):
2790         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2791         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2792         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2793         (gst_vorbis_enc_buffer_check_discontinuous):
2794         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2795         * gst-libs/gst/audio/gstbaseaudiosink.c:
2796         (gst_base_audio_sink_render):
2797         * gst-libs/gst/cdda/gstcddabasesrc.c:
2798         (gst_cdda_base_src_handle_track_seek):
2799         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2800         (gst_base_rtp_depayload_push_full):
2801         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2802         * gst/audioresample/resample.c: (resample_input_pushthrough):
2803         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2804         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2805         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2806         (wavpack_type_find):
2807         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2808         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2809         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2810         * tests/check/elements/volume.c: (GST_START_TEST):
2811           Printf format fixes.
2812
2813 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2814
2815         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2816           Fix a simple mistake (see the docs)
2817           Fixes #359580
2818
2819 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2820
2821         * docs/plugins/Makefile.am:
2822         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2823         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2824         * docs/plugins/gst-plugins-base-plugins.args:
2825         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2826         * docs/plugins/inspect/plugin-adder.xml:
2827         * docs/plugins/inspect/plugin-alsa.xml:
2828         * docs/plugins/inspect/plugin-audioconvert.xml:
2829         * docs/plugins/inspect/plugin-audiorate.xml:
2830         * docs/plugins/inspect/plugin-audioresample.xml:
2831         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2832         * docs/plugins/inspect/plugin-cdparanoia.xml:
2833         * docs/plugins/inspect/plugin-decodebin.xml:
2834         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2835         * docs/plugins/inspect/plugin-gdp.xml:
2836         * docs/plugins/inspect/plugin-gnomevfs.xml:
2837         * docs/plugins/inspect/plugin-libvisual.xml:
2838         * docs/plugins/inspect/plugin-ogg.xml:
2839         * docs/plugins/inspect/plugin-pango.xml:
2840         * docs/plugins/inspect/plugin-playbin.xml:
2841         * docs/plugins/inspect/plugin-subparse.xml:
2842         * docs/plugins/inspect/plugin-tcp.xml:
2843         * docs/plugins/inspect/plugin-theora.xml:
2844         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2845         * docs/plugins/inspect/plugin-video4linux.xml:
2846         * docs/plugins/inspect/plugin-videorate.xml:
2847         * docs/plugins/inspect/plugin-videoscale.xml:
2848         * docs/plugins/inspect/plugin-videotestsrc.xml:
2849         * docs/plugins/inspect/plugin-volume.xml:
2850         * docs/plugins/inspect/plugin-vorbis.xml:
2851         * docs/plugins/inspect/plugin-ximagesink.xml:
2852         * docs/plugins/inspect/plugin-xvimagesink.xml:
2853           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2854
2855 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2856
2857         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2858
2859         * ext/vorbis/Makefile.am:
2860         * ext/vorbis/vorbis.c: (plugin_init):
2861         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2862         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2863         * ext/vorbis/vorbisparse.h:
2864         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2865         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2866         (gst_vorbis_tag_parse_packet):
2867         * ext/vorbis/vorbistag.h:
2868           Add new vorbistag element which derives from vorbisparse
2869           and is essentially the same as well, only that it implements
2870           the GstTagSetter interface and can modify the stream's
2871           vorbiscomment on the fly (#335635).
2872
2873         * tests/check/Makefile.am:
2874         * tests/check/elements/.cvsignore:
2875         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2876         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2877         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2878         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2879           Add unit test for new vorbistag element.
2880
2881 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2882
2883         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2884         (vorbis_parse_push_headers), (vorbis_parse_chain):
2885           Set BOS flag in packet structure to fix 'jump depends
2886           on unitialized value' errors in valgrind; various minor
2887           clean-ups.
2888
2889 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2890
2891         * gst/playback/gstdecodebin.c: (close_pad_link):
2892         Fix typo in a debug statement.
2893
2894         * gst/playback/gstplaybasebin.c: (probe_triggered),
2895         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2896         (gen_source_element), (source_new_pad), (analyse_source),
2897         (setup_source):
2898         When handling no_more_pads in new_decoded_pad, make sure to treat
2899         subtitle pads correctly. Fixes playback with subtitle files.
2900
2901         Move a recurring message to LOG level.
2902
2903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2904         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2905         which ends up as -1 when cast to an int. Make the logic handle the
2906         max value as an unsigned mask and only change the colorkey when it's
2907         a value we recognise.
2908
2909 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2910
2911         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2912         Removed empty * between paragraphs
2913
2914 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2915
2916         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2917         * gst-libs/gst/rtp/README:
2918         Moved some documentation into .c file
2919
2920 2006-09-29  Wim Taymans  <wim@fluendo.com>
2921
2922         * gst/playback/gstdecodebin.c: (no_more_pads):
2923         Fix compilation.
2924
2925 2006-09-29  Wim Taymans  <wim@fluendo.com>
2926
2927         * gst/playback/gstdecodebin.c: (new_caps):
2928         Remove g_print
2929
2930         * gst/playback/gstplaybin.c:
2931         Add some docs.
2932
2933 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2934
2935         * tests/check/Makefile.am:
2936           Re-enable cddabasesrc test to see if it works again
2937           now.
2938
2939 2006-09-29  Wim Taymans  <wim@fluendo.com>
2940
2941         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2942         (gen_source_element):
2943         Handle invalid URIs a bit more gracefully.
2944
2945 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2946
2947         * tests/check/pipelines/oggmux.c:
2948           Remove obsolete comment.
2949
2950 2006-09-29  Michael Smith  <msmith@fluendo.com>
2951
2952         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2953         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2954         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2955         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2956         (gst_ogg_mux_collected):
2957           Commit patch from James "Doc" Livingston, adds proper EOS handling
2958           in oggmux. GStreamer can, for the first time ever, create a valid
2959           Ogg file! Yay!
2960
2961         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2962         (oggmux_suite):
2963           Reenable tests now that they pass.
2964
2965 2006-09-29  Wim Taymans  <wim@fluendo.com>
2966
2967         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2968         Stop reading commands when EOF (we read 0) as well.
2969
2970 2006-09-28  Wim Taymans  <wim@fluendo.com>
2971
2972         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2973         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2974         (find_dynamic), (unlinked), (close_link):
2975         Implement delayed caps linking needed for element with a lot of
2976         different caps on the src pads that get fixed at runtime.
2977         Improve management of dynamic elements.
2978
2979         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2980         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2981         (gen_preroll_element), (remove_groups), (unknown_type),
2982         (add_element_stream), (no_more_pads_full), (no_more_pads),
2983         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2984         (new_decoded_pad), (setup_subtitle), (array_has_value),
2985         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2986         (analyse_source), (remove_decoders), (make_decoder),
2987         (remove_source), (setup_source), (finish_source), (prepare_output),
2988         (gst_play_base_bin_change_state):
2989         * gst/playback/gstplaybasebin.h:
2990         Use more _CAST instead of full type checking casts.
2991         Small cleanups, plug some leaks.
2992         Handle dynamic sources.
2993         Add some helper functions to create lists of strings used for
2994         blacklisting and other stuff.
2995         Refactor some code dealing with analysing the source.
2996         Re-enable sources without pads (like cd:// or other selfcontained
2997         elements).
2998
2999 2006-09-28  Wim Taymans  <wim@fluendo.com>
3000
3001         * gst-libs/gst/audio/gstbaseaudiosink.c:
3002         (gst_base_audio_sink_render):
3003         When we have a timestamp, we can still perform clipping.
3004         When we have no clock, we must play the sample ASAP.
3005
3006 2006-09-28  Wim Taymans  <wim@fluendo.com>
3007
3008         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3009         Set caps on outgoing buffers.
3010
3011         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
3012         (gst_video_rate_event), (gst_video_rate_chain):
3013         * gst/videorate/gstvideorate.h:
3014         Fix videorate some more. Fixes #357977
3015
3016 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3017
3018         * tests/check/elements/adder.c: (adder_suite):
3019           Don't set timeout to 6 seconds when we're running
3020           in valgrind ... (and how is 6 seconds longer than
3021           the default anyway?)
3022
3023 2006-09-28  Wim Taymans  <wim@fluendo.com>
3024
3025         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3026         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
3027         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
3028         Keep sink and src segment to keep track of time and support more
3029         input formats.
3030         Fix bogus next_offset and run_time calculation, don't understand how
3031         this could have worked before. Fixes #357976.
3032         Remove some unneeded vars.
3033
3034 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3035
3036         * gst/playback/gstplaybin.c: (remove_sinks):
3037           Only remove visualisation from visbin if there is a visbin (or:
3038           don't throw warnings when closing totem without playing a file).
3039
3040 2006-09-27  Wim Taymans  <wim@fluendo.com>
3041
3042         * gst-libs/gst/audio/gstbaseaudiosink.c:
3043         (gst_base_audio_sink_render):
3044         Add some more info in a WARNING.
3045
3046         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3047         (gst_base_audio_src_create):
3048         Handle PAUSE in create function, use new -core addition to
3049         wait for playing. Fixes pausing and resuming capture from an
3050         audiosrc.
3051
3052         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3053         (gst_ring_buffer_read):
3054         Constify some more.
3055         Caller supports interrupted reads now.
3056
3057 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3058
3059         * tests/check/Makefile.am:
3060           Another attempt to make the gen64 buildbot happy.
3061
3062 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
3063
3064         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3065
3066         * ext/libvisual/visual.c: (gst_visual_clear_actors),
3067         (gst_visual_chain), (gst_visual_change_state):
3068           Libvisual plugin was not passing audio data to libvisual 0.4.0 
3069           correctly. Fixes #357800
3070
3071 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3072
3073         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3074           Add timeout to _get_state() so we see which pipeline it is
3075           that causes trouble on the gen64 build bot.
3076
3077 2006-09-27  Wim Taymans  <wim@fluendo.com>
3078
3079         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3080         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3081         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3082         (gst_base_rtp_depayload_set_gst_timestamp):
3083         the source pad always uses fixed caps.
3084
3085 2006-09-27  Wim Taymans  <wim@fluendo.com>
3086
3087         * docs/libs/gst-plugins-base-libs-docs.sgml:
3088         * docs/libs/gst-plugins-base-libs-sections.txt:
3089         * gst-libs/gst/audio/gstaudioclock.c:
3090         * gst-libs/gst/audio/gstaudioclock.h:
3091         * gst-libs/gst/audio/gstaudiosink.c:
3092         * gst-libs/gst/audio/gstaudiosink.h:
3093         * gst-libs/gst/audio/gstaudiosrc.c:
3094         * gst-libs/gst/audio/gstbaseaudiosink.c:
3095         (gst_base_audio_sink_render):
3096         * gst-libs/gst/audio/gstbaseaudiosink.h:
3097         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3098         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3099         * gst-libs/gst/audio/gstringbuffer.h:
3100         Added docs for the audio libs.
3101
3102 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3103
3104         * tests/check/Makefile.am:
3105           Temporarily disable test that fails on the bots for unknown reasons.
3106
3107 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3108
3109         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3110         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3111         Moved AudioCodecType into priv
3112         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3113
3114 2006-09-25  Wim Taymans  <wim@fluendo.com>
3115
3116         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3117         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3118         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3119         (new_pad):
3120         Cleanups and small leak fixes.
3121         Added Depayloaders to valid list of autopluggable elements.
3122
3123 2006-09-25  Wim Taymans  <wim@fluendo.com>
3124
3125         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3126         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3127         (gen_video_element), (gen_text_element), (gen_audio_element),
3128         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3129         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3130         Detect NO_PREROLL state change returns and disable clock distribution to
3131         the sinks so that sync is disabled.
3132         Avoid some type checking and do simple casts instead.
3133         Small cleanups, fix some FIXMEs.
3134         Be more robust when linking user specified elements, catch an report
3135         errors. Fixes #357404.
3136         Fix some leaks in the error paths.
3137
3138 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
3139
3140         * ChangeLog:
3141           ChangeLog surgery for missing bug-number
3142
3143 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3144
3145         Patch by: Peter Kjellerstedt  <pkj at axis com>
3146
3147         * gst/playback/test.c:
3148           Fix compilation with uClibc and -Werror (#357591).
3149
3150 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3151
3152         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3153           Parse dates that are followed by a time as well (#357532).
3154
3155         * tests/check/libs/tag.c: (test_vorbis_tags):
3156           Add unit test for this.
3157
3158 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3159
3160         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3161         (gst_audio_convert_transform_caps):
3162         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3163         * gst/videotestsrc/videotestsrc.h:
3164           A few array const-ifications.
3165
3166 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3167
3168         * tests/check/Makefile.am:
3169           See if this makes the build bots happy.
3170
3171         * tests/check/libs/cddabasesrc.c:
3172           UTF8-ise my name.
3173
3174 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3175
3176         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3177
3178         * gst/subparse/samiparse.c: (handle_start_font),
3179         (fix_invalid_entities):
3180           More case-insensitivity for certain tags; recognise entities with
3181           decimal codes as special entities as well (#357330).
3182
3183 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3184
3185         * gst-libs/gst/Makefile.am:
3186           Need to build tag directory before cdda.
3187
3188 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3189
3190         * docs/libs/gst-plugins-base-libs-sections.txt:
3191         * gst-libs/gst/cdda/Makefile.am:
3192         * gst-libs/gst/cdda/gstcddabasesrc.c:
3193         (gst_cdda_base_src_base_init):
3194         * gst-libs/gst/cdda/gstcddabasesrc.h:
3195         * gst-libs/gst/tag/tag.h:
3196         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3197         (gst_tag_register_musicbrainz_tags):
3198           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3199           depend on libgsttag. This is required so we can extract/read tags like
3200           DISCID without depending on libgstcddabasesrc (which used to register
3201           them).
3202
3203         * gst-libs/gst/tag/gstvorbistag.c:
3204           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3205           tags (also see #347848).
3206
3207         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3208           Log vorbis comments we are actually writing. Const-ify array.
3209
3210 2006-09-23  Wim Taymans  <wim@fluendo.com>
3211
3212         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3213         Improve buffering a bit by avoiding a deadlock because we cannot assume
3214         the underrun is always called.
3215
3216 2006-09-23  Wim Taymans  <wim@fluendo.com>
3217
3218         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3219
3220         * gst-libs/gst/riff/riff-ids.h:
3221         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3222         (gst_riff_create_audio_template_caps):
3223         Added MPEG-4 AAC and id and caps. Fixes #357289
3224         Added WMA9 Lossless id.
3225
3226 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3227
3228         * ext/gnomevfs/gstgnomevfssrc.c:
3229           Fix misleading docs addition.
3230
3231         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3232           Get rid of compiler warning the right way.
3233
3234 2006-09-22  Wim Taymans  <wim@fluendo.com>
3235
3236         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3237         (gst_base_rtp_depayload_finalize),
3238         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3239         (gst_base_rtp_depayload_push_full),
3240         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3241         (gst_base_rtp_depayload_process),
3242         (gst_base_rtp_depayload_set_gst_timestamp),
3243         (gst_base_rtp_depayload_queue_release):
3244         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3245         Small cleanups.
3246         Fix some leaks.
3247         Refactored the process method and added methods to push from the process
3248         vmethod.
3249         Use _scale functions.
3250         API: gst_base_rtp_depayload_push_ts
3251         API: gst_base_rtp_depayload_push
3252
3253         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3254         timestamps are uint.
3255
3256 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3257
3258         * gst-libs/gst/interfaces/xoverlay.c:
3259           Remove unused statement from doc example.
3260
3261 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3262
3263         * gst-libs/gst/interfaces/videoorientation.c:
3264         (gst_video_orientation_iface_init),
3265         (gst_video_orientation_get_hflip),
3266         (gst_video_orientation_get_vflip),
3267         (gst_video_orientation_get_hcenter),
3268         (gst_video_orientation_get_vcenter),
3269         (gst_video_orientation_set_hflip),
3270         (gst_video_orientation_set_vflip),
3271         (gst_video_orientation_set_hcenter),
3272         (gst_video_orientation_set_vcenter):
3273           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3274           in ChangeLog)
3275
3276 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3277
3278         * tests/check/Makefile.am:
3279         * tests/check/elements/.cvsignore:
3280         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3281         (create_rgb_conversions), (rgb_conversion_free),
3282         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3283         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3284           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3285           but disable for now since it doesn't pass (something wrong with
3286           RGBA somewhere).
3287
3288 2006-09-21  Wim Taymans  <wim@fluendo.com>
3289
3290         * gst/playback/gstplaybasebin.c: (group_commit),
3291         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3292         (queue_out_of_data), (gen_preroll_element),
3293         (preroll_remove_overrun), (probe_triggered):
3294         Refactor handling of overrun detection.
3295         Separate handling of group completion and deadlock detection when doing
3296         network buffering. This should fix some deadlocks that were not detected
3297         because the group was completed.
3298         Add more comments, improve debugging.
3299
3300 2006-09-21  Wim Taymans  <wim@fluendo.com>
3301
3302         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3303         * tests/check/libs/audio.c:
3304         Some more compilation fixes.
3305
3306 2006-09-21  Wim Taymans  <wim@fluendo.com>
3307
3308         * gst-libs/gst/audio/gstringbuffer.c:
3309         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3310         (gst_ring_buffer_read):
3311         Early morning compilation fix.
3312
3313 2006-09-20  Wim Taymans  <wim@fluendo.com>
3314
3315         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3316         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3317         * tests/check/elements/videorate.c: (GST_START_TEST):
3318         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3319         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3320         Fix some warnings.
3321
3322 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3323
3324         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3325         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3326         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3327           Handcrafted merge to help CVS understanding what I changed and what
3328           not.
3329
3330 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3331
3332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3333         (gst_xvimagesink_get_times):
3334           change colorkey behaviour back according to #354773 comment 6/7
3335
3336 2006-09-19  Michael Smith  <msmith@fluendo.com>
3337
3338         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3339         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3340         (gst_multi_fd_sink_recover_client),
3341         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3342         (gst_multi_fd_sink_get_property):
3343         * gst/tcp/gstmultifdsink.h:
3344           Implement stubbed out properties unit-type, units-soft-max,
3345           units-max, to allow specifying maximum sizes in units other than
3346           buffers.
3347           Fixes #355935
3348
3349 2006-09-19  Wim Taymans  <wim@fluendo.com>
3350
3351         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3352         (gst_riff_create_audio_template_caps):
3353         Reorder the audio formats a bit for clarity.
3354         Detect and create caps for MSGSM and MSN (WAV49).
3355         Fixes #356596.
3356
3357         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3358         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3359         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3360         Small cleanups, move error handling out of normal flow for clarity.
3361
3362 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3363
3364         * docs/libs/gst-plugins-base-libs-docs.sgml:
3365         * docs/libs/gst-plugins-base-libs.types:
3366         * gst-libs/gst/interfaces/Makefile.am:
3367         * gst-libs/gst/interfaces/videoorientation.c:
3368         (gst_video_orientation_get_type),
3369         (gst_video_orientation_iface_init),
3370         (gst_video_orientation_get_hflip),
3371         (gst_video_orientation_get_vflip),
3372         (gst_video_orientation_get_hcenter),
3373         (gst_video_orientation_get_vcenter),
3374         (gst_video_orientation_set_hflip),
3375         (gst_video_orientation_set_vflip),
3376         (gst_video_orientation_set_hcenter),
3377         (gst_video_orientation_set_vcenter):
3378         * gst-libs/gst/interfaces/videoorientation.h:
3379           API: Add new interface to control video orientation (fixes #354908)
3380
3381 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3382
3383         * gst/videotestsrc/gstvideotestsrc.c:
3384           Use G_UNLIKELY in _create and log one more detail.
3385           
3386         (gst_video_test_src_get_times), (gst_video_test_src_create):
3387         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3388           Use gst_util_uint64_scale_int in _get_times().
3389
3390 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3391
3392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3393           Give better warning message (add object and detail).
3394
3395 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3396
3397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3398         (gst_xvimagesink_get_times):
3399           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3400           #354773), use gst_util_uint64_scale_int in _get_times()
3401
3402 2006-09-18  Michael Smith  <msmith@fluendo.com>
3403
3404         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3405           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3406           always true, leading to dropping all timestamps.
3407
3408 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3409
3410         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3411         (gst_visual_chain), (gst_visual_change_state):
3412           update to work also with libvisual 0.4 API, fix double unref (#355914)
3413           
3414         * tools/gst-launch-ext.1.in:
3415         * tools/gst-visualise.1.in:
3416           remove references to old man-pages
3417
3418         * tests/examples/seek/seek.c: (main):
3419           add real meadi-buttons, add tool-tips for the seek-options, arrange
3420           seek options in a table
3421
3422 2006-09-18  Michael Smith  <msmith@fluendo.com>
3423
3424         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3425         (gst_ogg_mux_push_buffer):
3426           Don't generate out-of-order timestamps from oggmux, instead clamp
3427           output timestamps to be >= the previously output ts.
3428           Fixes #355595
3429
3430 2006-09-18  Michael Smith  <msmith@fluendo.com>
3431
3432         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3433         (gst_multi_fd_sink_class_init):
3434           Updates, fixes, and typo corrections for multifdsink. No functional
3435           changes.
3436
3437 2006-09-17  Michael Smith  <msmith@fluendo.com>
3438
3439         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3440           Don't crash on truncated files - check that we got an 8 byte buffer
3441           before trying to memcmp it.
3442
3443 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3444
3445         * gst/playback/gstplaybasebin.c: (get_active_source):
3446           Make stream-switching appear instant to the application
3447           (ie. make sure that a g_object_get on 'current-foo' returns
3448           the stream previously set with g_object_set(). Totem needs
3449           this to update stream-related meta-info (like audio-codec)
3450           correctly when switching streams.
3451
3452 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3453
3454         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3455         (gst_alsa_mixer_ensure_track_list):
3456           Try harder to guess which mixer track is the master mixer
3457           track (instead of just taking the first one that has a pvolume).
3458           Fixes #342228.
3459
3460 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3461
3462         reviewed by: <delete if not using a buddy>
3463
3464         * gst-libs/gst/audio/audio.h:
3465         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3466
3467 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3468
3469         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3470         (gst_audio_convert_transform_caps):
3471           Get structure-name just once.
3472
3473 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3474
3475         * tests/check/elements/audioresample.c: (GST_START_TEST):
3476         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3477         * tests/check/elements/volume.c: (GST_START_TEST):
3478         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3479         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3480         (test_pipeline), (GST_START_TEST):
3481         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3482         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3483           Fix big batch of compiler warnings.
3484
3485 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3486
3487         * ext/gnomevfs/gstgnomevfssrc.c:
3488           Add docs about icydemux usage in connection with gnomevfssrc
3489
3490         * ext/libvisual/visual.c:
3491         * ext/ogg/gstoggaviparse.c:
3492         * ext/ogg/gstoggdemux.c:
3493         * ext/ogg/gstoggmux.c:
3494         * ext/ogg/gstoggparse.c:
3495         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3496         * gst-libs/gst/audio/gstaudiosink.c:
3497         * gst-libs/gst/audio/gstaudiosrc.c:
3498         * gst/audiorate/gstaudiorate.c:
3499           More G_OBJECT macro fixing.
3500
3501         * gst/audiotestsrc/gstaudiotestsrc.h:
3502           Fix wrong info in header due to copy & paste
3503
3504 2006-09-15  Wim Taymans  <wim@fluendo.com>
3505
3506         * gst-libs/gst/audio/gstbaseaudiosink.c:
3507         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3508         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3509         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3510         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3511         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3512         Do the delay calculation in the source/sink base classes as this is
3513         specific for the capture/playback mode.
3514         Try to fixate a bit better, like round depth up to a multiple of 8
3515         bigger than width.
3516         Handle underruns correctly by marking DISCONT on buffers and adjusting
3517         timestamps to handle the gap.
3518         Set offset/offset_end correctly on buffers.
3519
3520         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3521         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3522         (gst_ring_buffer_read):
3523         Remove resync and underrun recovery from the ringbuffer.
3524         Fix ringbuffer read code on under/overrun.
3525
3526 2006-09-15  Wim Taymans  <wim@fluendo.com>
3527
3528         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3529         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3530         (queue_threshold_reached), (gst_play_base_bin_set_property),
3531         (gst_play_base_bin_get_property):
3532         * gst/playback/gstplaybasebin.h:
3533         Don't use a 0 low watermark when buffering, it is catching starvation
3534         way too late. Instead, use a 3 second queue with 30 and 95
3535         percent low/high watermarks. 
3536         Added queue-min-threshold property to configure low watermark.
3537         Use new _buffering message API.
3538         Make queue_threshold variable big enough to store a uint64 time value.
3539         API: playbin::queue-min-threshold property.
3540
3541 2006-09-15  Wim Taymans  <wim@fluendo.com>
3542
3543         * configure.ac:
3544         We require 0.10.10.1 now because of _wait_preroll().
3545
3546         * gst-libs/gst/audio/gstbaseaudiosink.c:
3547         (gst_base_audio_sink_render):
3548         Use gst_base_sink_wait_preroll().
3549
3550 2006-09-15  Wim Taymans  <wim@fluendo.com>
3551
3552         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3553         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3554         Use DEBUG_OBJECT more.
3555
3556 === release 0.10.10 ===
3557
3558 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3559
3560         patch by: Michael Smith <msmith at fluendo dot com>
3561
3562         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3563         (gst_multi_fd_sink_client_queue_buffer),
3564         (gst_multi_fd_sink_new_client):
3565         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3566         (multifdsink_suite):
3567           Fix implementation of sync-method 'next-keyframe'
3568           Closes #354594
3569
3570 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3571
3572         patch by: Wim Taymans <wim at fluendo dot com>
3573
3574         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3575         This patch removes the RANDOM flag that was incorrectly introduced with
3576         revision 1.91.  Fixes #354590
3577
3578 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3579
3580         * tests/check/Makefile.am:
3581           Random variation in Makefile line to see if it makes the
3582           gen64-base-full bot any happier.
3583
3584 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3585
3586         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3587           Disable test that fails at the moment (killed after timeout).
3588
3589 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3590
3591         Patch by: James Livingston  <doclivingston at gmail.com>
3592
3593         * tests/check/Makefile.am:
3594         * tests/check/pipelines/.cvsignore:
3595         * tests/check/pipelines/oggmux.c: (get_page_codec),
3596         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3597         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3598         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3599         (test_theora_vorbis), (oggmux_suite):
3600           Add simple unit test for oggmux from #337026 with checking for the
3601           EOS flags disabled for the time being.
3602
3603 2006-09-04  Wim Taymans  <wim@fluendo.com>
3604
3605         patch by: Alessandro Dessina <alessandro nnva org>
3606
3607         * ext/ogg/gstoggmux.c:
3608         Add cmml caps to oggmux. Fixes #353912
3609
3610 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3611
3612         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3613           Returning a return value often helps. In this case, we
3614           don't need the return value anyway, so just get rid of it.
3615           Should make build bots much happier.
3616
3617 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3618
3619         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3620         (paint_get_structure), (gst_video_test_src_get_size),
3621         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3622         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3623         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3624         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3625         * gst/videotestsrc/videotestsrc.h:
3626           Add support for AYUV and the various RGBA formats. Initialise
3627           fields of paintinfo structs allocated on the stack.
3628
3629         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3630         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3631         (check_rgb_buf), (videotestsrc_suite):
3632           Add unit tests for videotestsrc's RGB output.
3633
3634 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3635
3636         * gst/videotestsrc/gstvideotestsrc.c:
3637         (gst_video_test_src_pattern_get_type),
3638         (gst_video_test_src_set_pattern):
3639         * gst/videotestsrc/gstvideotestsrc.h:
3640         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3641         (gst_video_test_src_black), (gst_video_test_src_white),
3642         (gst_video_test_src_red), (gst_video_test_src_green),
3643         (gst_video_test_src_blue):
3644         * gst/videotestsrc/videotestsrc.h:
3645           Add more uni-colour patterns ("white", "red", "green", and "blue").
3646
3647 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3648
3649         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3650           Fix stride for YVYU, should be word-aligned (#353658).
3651
3652 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3653
3654         * gst/adder/gstadder.c: (gst_adder_src_event):
3655           Fix build.
3656
3657 2006-08-31  Edward Hervey  <edward@fluendo.com>
3658
3659         * gst/adder/gstadder.c: (forward_event_func),
3660         (gst_adder_src_event), (gst_adder_collected),
3661         (gst_adder_change_state):
3662         * gst/adder/gstadder.h:
3663         Remember the start position asked in the incoming seeks, so we can
3664         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3665         of assuming it will always be 0).
3666
3667 2006-08-31  Edward Hervey  <edward@fluendo.com>
3668
3669         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3670         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3671         (gst_ogg_demux_loop):
3672         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3673
3674 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3675
3676         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3677         (gst_ffmpegcsp_get_unit_size):
3678           Return FALSE instead of returning a random false unit
3679           size when the format isn't known/supported (even if
3680           this shouldn't happen under normal circumstances).
3681
3682 2006-08-29  Wim Taymans  <wim@fluendo.com>
3683
3684         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3685
3686         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3687         (gst_gnome_vfs_src_start):
3688         Try harder to get the size from a uri by using _info_uri() when
3689         _info_from_handle() does not give us enough info. 
3690         Also follow symlinks when getting the size.
3691         Partially Fixes #332864.
3692
3693 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3694
3695         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3696
3697         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3698         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3699         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3700         (gst_alsa_mixer_set_record):
3701         * ext/alsa/gstalsamixertrack.c:
3702         (gst_alsa_mixer_track_update_alsa_capabilities),
3703         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3704         (gst_alsa_mixer_track_update):
3705         * ext/alsa/gstalsamixertrack.h:
3706           Improve and fix mixer track handling, in particular better handling
3707           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3708           separate track objects for tracks that have both capture and playback
3709           volume (and label them differently as well so they're not mistakenly
3710           assumed to be duplicates); classify mixer tracks that only affect
3711           the audible volume of something (rather than the capture volume)
3712           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3713           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3714           (following the meaning documented in the mixer interface header
3715           file); add support for alsa's exclusive cswitch groups; update/sync
3716           state/flags better if mixer settings are changed by another
3717           application. Fixes #336075.
3718
3719 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3720
3721         * gst/playback/gstplaybin.c:
3722           Improve docs: add section about BUFFERING messages sent by playbin.
3723
3724 2006-08-29  Michael Smith  <msmith@fluendo.com>
3725
3726         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3727         (gst_vorbis_enc_buffer_check_discontinuous),
3728         (gst_vorbis_enc_chain):
3729           Ignore explicit DISCONT marked on buffers (which is often spurious,
3730           particularly when using multiple segments), in favour of solely
3731           using the timestamps/durations.
3732
3733 2006-08-29  Edward Hervey  <edward@fluendo.com>
3734
3735         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3736         Don't rely on incoming buffers offset anymore, since it is completely
3737         broken when using multiple segments.
3738         Instead convert the incoming buffers timestamp to running time, and
3739         then convert that value to the offsets.
3740         Also inform GstSegment of the last outputted stop position, which is
3741         needed if we received several segments with an unknown stop value.
3742
3743 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3744
3745         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3746           fix buffer unreffing on a header push failure
3747
3748 2006-08-28  Wim Taymans  <wim@fluendo.com>
3749
3750         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3751         (gst_audio_rate_chain):
3752         Make the metadata of the buffer writable before changing its
3753         flags.
3754
3755 2006-08-28  Wim Taymans  <wim@fluendo.com>
3756
3757         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3758         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3759         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3760         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3761         Fix audiorate some more.
3762         Reset and resync counters on flush and READY.
3763         Handle the DISCONT flag correctly.
3764         Use GstSegment to track position.
3765         Fail when not negotiated.
3766         Fixes #353234.
3767
3768 2006-08-25  Michael Smith  <msmith@fluendo.com>
3769
3770         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3771           Fix spelling.
3772           Remove accidently included debug line.
3773
3774 2006-08-25  Wim Taymans  <wim@fluendo.com>
3775
3776         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3777         Small cleanups.
3778         If a buffer is received with no caps, make the buffer metadata
3779         writable and set the caps, making sure that we don't screw up the
3780         refcounts.
3781
3782 2006-08-25  Michael Smith  <msmith@fluendo.com>
3783
3784         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3785         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3786           Fix memory leaks and misleading debug messages, add a couple of
3787           comments.
3788
3789         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3790         (gst_multi_fd_sink_render):
3791           Do not use gst_buffer_make_writable() in a basesink render method,
3792           as it may incorrectly unref the buffer. Instead, use convoluted
3793           dance to avoid copying the buffer except when we need to.
3794
3795 2006-08-25  Michael Smith  <msmith@fluendo.com>
3796
3797         * ext/vorbis/vorbisenc.c:
3798         (gst_vorbis_enc_buffer_check_discontinuous):
3799           Allow very small discontinuities in the timestamps. These we can't
3800           do anything useful with anyway (because vorbis's timestamps have
3801           only sample granularity), and are commonly produced by elements with
3802           minor bugs. Allow up to 1/2 a sample out.
3803           Fixes #351742.
3804
3805 2006-08-24  Wim Taymans  <wim@fluendo.com>
3806
3807         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3808         (play_scrub_toggle_cb), (main):
3809         Add a checkbox to enable play scrubbing. Makes it possible to disable
3810         normal scrubbing.
3811
3812 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3813
3814         * tests/check/elements/.cvsignore:
3815           make buildbot happy
3816
3817 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3818
3819         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3820         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3821         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3822         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3823         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3824         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3825         (gst_ogm_text_parse_strip_trailing_zeroes),
3826         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3827         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3828           Refactor ogm parse, do better input checking, misc. clean-ups.
3829           Cache incoming events and push them once the source pad has
3830           been created. Don't pass unterminated strings to sscanf().
3831           Strip trailing zeroes from subtitle text output, since they
3832           are not valid UTF-8. Don't push vorbiscomment packets on
3833           the subtitle text pad. Output perfect streams if possible.
3834
3835 2006-08-23  Wim Taymans  <wim@fluendo.com>
3836
3837         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3838         Waits for tasks to settle down so that we clean up correctly for 
3839         valgrind.
3840
3841 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3842
3843         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3844           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3845           actually return return value in taglists_are_equal.
3846
3847 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3848
3849         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3850           Fix crash due to broken bitstream parsing on x86-64: can't make
3851           any assumptions about sizeof(struct) due to alignment/packing
3852           differences on different architectures. Fixes #351790.
3853
3854 2006-08-22  Wim Taymans  <wim@fluendo.com>
3855
3856         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3857         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3858         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3859         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3860         (gst_riff_parse_info):
3861         Protect public functions against bad input.
3862         Do some cleanups.
3863         Fix documentation.
3864
3865 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3866
3867         * gst-libs/gst/riff/riff-ids.h:
3868         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3869           Add voxware audio IDs (even if we can't play it) (#351795).
3870
3871 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3872
3873         * gst-libs/gst/riff/riff-media.c:
3874         (gst_riff_create_video_template_caps),
3875         (gst_riff_create_audio_template_caps),
3876         (gst_riff_create_iavs_template_caps):
3877           Const-ify some arrays and use G_N_ELEMENTS instead
3878           of wasting oodles of RAM on terminator bits.
3879
3880 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3881
3882         * gst-libs/gst/tag/gstvorbistag.c:
3883         (gst_tag_list_to_vorbiscomment_buffer):
3884         * tests/check/libs/tag.c: (GST_START_TEST):
3885           And the same for _to_vorbiscomment_buffer(): allow
3886           id_data_len == 0 for speex.
3887
3888 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3889
3890         * configure.ac:
3891         * docs/plugins/Makefile.am:
3892         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3893         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3894         * docs/plugins/inspect/plugin-gdp.xml:
3895         * gst/gdp/Makefile.am:
3896         * tests/check/Makefile.am:
3897           Move GDP plugin to -base from -bad.  Closes #347783.
3898
3899 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3900
3901         * gst-libs/gst/tag/gstvorbistag.c:
3902         (gst_tag_list_from_vorbiscomment_buffer):
3903           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3904           Also add some checks to make sure we don't memcmp() beyond the end of
3905           vorbiscomment buffer if the ID to check for is larger than the buffer.
3906
3907         * tests/check/libs/tag.c: (GST_START_TEST):
3908           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3909
3910 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3911
3912         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3913         (gst_vorbis_enc_set_metadata):
3914           Use vorbis comment utility functions from libgsttag
3915           instead of re-inventing the wheel (partially fixes #347091).
3916
3917 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3918
3919         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3920         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3921         as some that won't.
3922
3923 2006-08-21  Wim Taymans  <wim@fluendo.com>
3924
3925         * docs/libs/Makefile.am:
3926         * docs/libs/gst-plugins-base-libs-sections.txt:
3927         * docs/libs/gst-plugins-base-libs.types:
3928         Don't try to GObject scan the netbuffer as it's not a GObject.
3929         Fixes #351308.
3930
3931         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3932         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3933         Document GstNetBuffer.
3934
3935 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3936
3937         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3938         (audioconvert_suite):
3939           Add testcase for caps-size-explosion
3940
3941 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3942
3943         * gst/audioconvert/gstaudioconvert.c:
3944         (gst_audio_convert_get_unit_size), (set_structure_widths):
3945           Lower debug, use g_assert in _get_unit_size
3946
3947         * gst/audioresample/gstaudioresample.c:
3948         (audioresample_get_unit_size):
3949         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3950         (gst_ffmpegcsp_get_unit_size):
3951         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3952           use g_assert in _get_unit_size
3953
3954 2006-08-18  Wim Taymans  <wim@fluendo.com>
3955
3956         * docs/libs/gst-plugins-base-libs-sections.txt:
3957         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3958         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3959         (gst_rtp_buffer_get_payload_buffer):
3960         * gst-libs/gst/rtp/gstrtpbuffer.h:
3961         Document GstRTPBuffer.
3962         Added function to efficiently strip payload headers.
3963         API: gst_rtp_buffer_get_payload_subbuffer()
3964
3965 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3966
3967         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3968         (gst_tag_to_vorbis_comments):
3969           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3970           tags and deserialise them properly as well (#347091).
3971           Add some more gtk-doc blurbs and also some g_return_if_fail().
3972
3973         * tests/check/libs/tag.c: (GST_START_TEST),
3974         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3975           More tests.
3976
3977 2006-08-17  Wim Taymans  <wim@fluendo.com>
3978
3979         * ext/ogg/Makefile.am:
3980         * ext/ogg/gstogg.c: (plugin_init):
3981         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3982         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3983         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3984         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3985         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3986         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3987         Added ogg-in-avi parser element. Fixes #140139.
3988
3989         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3990         Fixed a bug in oggdemux debug code.
3991
3992         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3993         (gst_riff_create_audio_template_caps):
3994         Recognise Ogg in the AVI extensible wave format.
3995
3996 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3997
3998         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3999           Make buffer durations add up (duration should be next_ts-ts for
4000           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
4001           from CVS.
4002
4003         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
4004         (test_buffer_timestamps), (cddabasesrc_suite):
4005           Add unit test for the above.
4006
4007         * tests/check/Makefile.am:
4008           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
4009           to see what happens.
4010
4011 2006-08-16  Wim Taymans  <wim@fluendo.com>
4012
4013         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
4014         (gst_alsasink_open):
4015         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
4016         (gst_alsasrc_open):
4017         Avoid setting and using a NULL device name.
4018         Print more info when we fail to open a device.
4019
4020 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
4021
4022         * docs/libs/gst-plugins-base-libs-sections.txt:
4023         * gst-libs/gst/tag/tag.h:
4024         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
4025           API: add gst_tag_parse_extended_comment() (#351426).
4026
4027         * tests/check/Makefile.am:
4028         * tests/check/libs/.cvsignore:
4029         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
4030           Add unit test for gst_tag_parse_extended_comment().
4031
4032 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4033
4034         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
4035         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
4036           Fix leak (#351502).
4037
4038 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4039
4040         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4041         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4042         * docs/plugins/gst-plugins-base-plugins.args:
4043         * gst/playback/gstplaybin.c:
4044           Document playbin.
4045           
4046         * docs/plugins/inspect/plugin-adder.xml:
4047         * docs/plugins/inspect/plugin-alsa.xml:
4048         * docs/plugins/inspect/plugin-audioconvert.xml:
4049         * docs/plugins/inspect/plugin-audiorate.xml:
4050         * docs/plugins/inspect/plugin-audioresample.xml:
4051         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4052         * docs/plugins/inspect/plugin-cdparanoia.xml:
4053         * docs/plugins/inspect/plugin-decodebin.xml:
4054         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4055         * docs/plugins/inspect/plugin-gnomevfs.xml:
4056         * docs/plugins/inspect/plugin-ogg.xml:
4057         * docs/plugins/inspect/plugin-pango.xml:
4058         * docs/plugins/inspect/plugin-playbin.xml:
4059         * docs/plugins/inspect/plugin-subparse.xml:
4060         * docs/plugins/inspect/plugin-tcp.xml:
4061         * docs/plugins/inspect/plugin-theora.xml:
4062         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4063         * docs/plugins/inspect/plugin-video4linux.xml:
4064         * docs/plugins/inspect/plugin-videorate.xml:
4065         * docs/plugins/inspect/plugin-videoscale.xml:
4066         * docs/plugins/inspect/plugin-videotestsrc.xml:
4067         * docs/plugins/inspect/plugin-volume.xml:
4068         * docs/plugins/inspect/plugin-vorbis.xml:
4069         * docs/plugins/inspect/plugin-ximagesink.xml:
4070         * docs/plugins/inspect/plugin-xvimagesink.xml:
4071           Update to CVS version.
4072
4073 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4074
4075         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4076         (gst_play_bin_set_property), (gst_play_bin_get_property),
4077         (value_list_append_structure_list),
4078         (gst_play_bin_handle_redirect_message),
4079         (gst_play_bin_handle_message):
4080           API: GstPlayBin::connection-speed
4081           Add "connection-speed" property; re-order redirect messages with
4082           multiple redirect locations depending on the minimum bitrate if
4083           that information is available and a connection speed is set
4084           (#350399).
4085
4086 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4087
4088         * gst/playback/gstplaybin.c:
4089           Update max volume to the same value that the volume element uses.
4090
4091 2006-08-14  Wim Taymans  <wim@fluendo.com>
4092
4093         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4094         Less uglyness..
4095
4096 2006-08-14  Wim Taymans  <wim@fluendo.com>
4097
4098         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4099         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4100         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4101         Add some more debug info.
4102         Don't crash when a seek failed.
4103         Actually return the result of the seek instead of TRUE.
4104         Ignore multiple BOS pages with the same serial so that we don't create
4105         the same stream multiple times.
4106         Post an error when we fail to do the initial seek.
4107
4108 2006-08-13  Wim Taymans  <wim@fluendo.com>
4109
4110         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4111         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4112         Small code cleanup.
4113
4114         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4115         (gst_alsa_mixer_new):
4116         Remove hack that always set the device to hw:0*.
4117         Properly find the card name for whatever device was configured.
4118         Do some better debugging.
4119         Fixes #350784.
4120
4121         * ext/alsa/gstalsamixerelement.c:
4122         (gst_alsa_mixer_element_set_property),
4123         (gst_alsa_mixer_element_change_state):
4124         Cleanups.
4125         Handle setting of a NULL device name better.
4126
4127 2006-08-11  Wim Taymans  <wim@fluendo.com>
4128
4129         * gst/adder/gstadder.c:
4130         Don't clip float values. Fixes #350900.
4131
4132 2006-08-11  Andy Wingo  <wingo@pobox.com>
4133
4134         * gst/tcp/gsttcp.c: Really fix the build?
4135
4136         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4137         fixes the build.
4138
4139 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4140
4141         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4142           Float caps shouldn't have a "signed" field.
4143
4144 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4145
4146         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4147           Implement SEEKING query in its most basic form, so that we can
4148           at least check if we're seekable or not (#350655).
4149
4150 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4151
4152         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4153           The checks here are not even close to anything that would
4154           justify MAXIMUM probability, lowering to POSSIBLE until someone
4155           fixes the checks (case at hand: quicktime redirection files
4156           might start with 00 00 01 XX and pass the checks here just
4157           fine, see #350399).
4158
4159 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4160
4161         Patch by: Sjoerd Simons  <sjoerd at luon net>
4162
4163         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4164           Better detection for multipart/x-mixed-replace: accept leading
4165           whitespaces before the boundary marker as well (as our very own
4166           multipartmux used to produce) (#349068).
4167
4168 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4169
4170         Patch by: Young-Ho Cha  <ganadist at chollian net>
4171
4172         * gst-libs/gst/riff/riff-ids.h:
4173         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4174         (gst_riff_create_audio_template_caps):
4175           Detect DTS audio streams (#350157).
4176
4177 2006-08-05  Andy Wingo  <wingo@pobox.com>
4178
4179         * ext/theora/gsttheoraparse.h:
4180         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4181         (theora_parse_dispose, theora_parse_set_property)
4182         (theora_parse_get_property, theora_parse_munge_granulepos)
4183         (theora_parse_push_buffer, theora_parse_change_state):
4184         API: GstTheoraParse::synchronization-points
4185         Add a property 'synchronization-points' to fix badly synchronized oggs.
4186
4187 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4188
4189         * tests/check/Makefile.am:
4190         * tests/check/libs/.cvsignore:
4191         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4192         (fixed_caps_have_channel_positions), (GST_START_TEST),
4193         (audio_suite), (main):
4194           Add a few tests for the channel position stuff in libgstaudio.
4195
4196 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4197
4198         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4199         (gst_alsa_detect_channels):
4200         * ext/alsa/gstalsasink.c:
4201           Add support for cards that (only) do more than 8 channels,
4202           like the Delta 44 (#345188).
4203
4204         * gst-libs/gst/audio/multichannel.c:
4205         (gst_audio_check_channel_positions):
4206         * gst-libs/gst/audio/multichannel.h:
4207           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4208           unspecified channel position and cannot be combined with any
4209           of the other audio channel positions; adjust position layout
4210           checks accordingly (#345188).
4211
4212 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4213
4214         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4215           Recognise ancient RealAudio files (see #349779).
4216
4217 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4218
4219         Patch by: Jens Granseuer  <jensgr at gmx net>
4220
4221         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4222           Add typefinder for Interplay's MVE format (#348973).
4223
4224 2006-08-02  Wim Taymans  <wim@fluendo.com>
4225
4226         Patch by: Marcel Moreaux <marcelm at luon dot net>
4227
4228         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4229         (gst_base_rtp_depayload_add_to_queue):
4230         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4231         Handle RTP sequence number rollover.
4232         Disable jitterbuffer by default.
4233
4234 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4235
4236         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4237         (audioresample_set_caps):
4238         Don't leak references to the incoming caps. Clean them up when
4239         stopping.
4240
4241         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4242         (gst_video_scale_finalize):
4243         Don't leak our temporary pixel buffer.
4244
4245         * tests/check/Makefile.am:
4246         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4247         (GST_START_TEST), (simple_launch_lines_suite):
4248
4249         Fix leaks and re-enable the test for valgrind checking.
4250
4251 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4252
4253         Patch by: Sjoerd Simons  <sjoerd at luon net>
4254
4255         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4256         (plugin_init):
4257           Add typefind function for multipart/x-mixed-replace (#348916).
4258
4259 2006-07-28  Wim Taymans  <wim@fluendo.com>
4260
4261         * gst/adder/gstadder.c: (gst_adder_setcaps),
4262         (gst_adder_query_duration):
4263         Fix leak in duration query.
4264         Reflow some docs and notes.
4265
4266 2006-07-28  Michael Smith  <msmith@fluendo.com>
4267
4268         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4269         (vorbisenc_suite):
4270           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4271           aspect of it.
4272
4273 2006-07-28  Michael Smith  <msmith@fluendo.com>
4274
4275         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4276         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4277         (gst_vorbis_enc_push_buffer),
4278         (gst_vorbis_enc_buffer_check_discontinuous),
4279         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4280         * ext/vorbis/vorbisenc.h:
4281           Handle discontinuities in the input vorbis stream correctly,
4282           so that the output is properly timestamped (and has good granulepos
4283           values). Needs some oggmux fixes too.
4284
4285 2006-07-27  Wim Taymans  <wim@fluendo.com>
4286
4287         patch by: Kai Vehmanen <kv2004 eca cx>
4288
4289         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4290         (gst_base_rtp_depayload_chain),
4291         (gst_base_rtp_depayload_handle_sink_event),
4292         (gst_base_rtp_depayload_change_state):
4293         Don't send multiple newsegments with different formats.
4294         Fixes #348677.
4295
4296 2006-07-26  Wim Taymans  <wim@fluendo.com>
4297
4298         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4299         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4300         Make seeking in ogg more accurate again by doing the more correct
4301         granuletime to stream time conversion.
4302
4303 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4304
4305         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4306         (gst_multi_fd_sink_new_client):
4307           debug a little more understandably
4308           do not use goto as a substitute for break, especially if
4309           break is also being used
4310
4311 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4312
4313         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4314         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4315           Remove GLib-2.6 compatibility cruft.
4316
4317 2006-07-24  Wim Taymans  <wim@fluendo.com>
4318
4319         * gst-libs/gst/audio/gstbaseaudiosink.c:
4320         (gst_base_audio_sink_render):
4321         Don't try to align a sample to an unknown value.
4322
4323 2006-07-24  Wim Taymans  <wim@fluendo.com>
4324
4325         * gst-libs/gst/audio/gstbaseaudiosink.c:
4326         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4327         When the audio clock is slaved to another clock, never try to align
4328         samples but trust the rate interpolation algorithm.
4329
4330 2006-07-24  Wim Taymans  <wim@fluendo.com>
4331
4332         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4333         Don't try to calculate silence samples, base class does this much
4334         better now.
4335
4336         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4337         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4338         (gst_ring_buffer_acquire):
4339         Calculate silence samples correctly.
4340
4341         * gst-libs/gst/audio/gstringbuffer.h:
4342         Add _CAST macro.
4343
4344 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4345
4346         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4347           Limit search for the first markup tag to the first few kB of
4348           the file. If we don't find one there, it's highly unlikely that
4349           this is an XML(-ish) file.
4350
4351 2006-07-21  Andy Wingo  <wingo@pobox.com>
4352
4353         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4354         test to the one in vorbisenc. Also commented out.
4355
4356         * tests/check/pipelines/vorbisenc.c: 
4357         (test_discontinuity): New test, commented out until Mike lands
4358         some elite vorbisenc patches.
4359
4360         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4361         Bufferstraw was actually factored out of these tests. Now we share
4362         code yay.
4363
4364         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4365         for bufferstraw addition to gstcheck.
4366
4367 2006-07-21  Wim Taymans  <wim@fluendo.com>
4368
4369         * ext/theora/theoradec.c: (clip_buffer):
4370         Better clipping.
4371
4372 2006-07-21  Wim Taymans  <wim@fluendo.com>
4373
4374         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4375         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4376         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4377         Fix leak.
4378         Avoid type casting when we can.
4379
4380         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4381         Fix mem leak.
4382
4383 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4384
4385         * ext/alsa/gstalsamixerelement.c:
4386         (gst_alsa_mixer_element_change_state):
4387           Make state change fail if the specified device can't be opened
4388           for some reason.
4389
4390 2006-07-20  Wim Taymans  <wim@fluendo.com>
4391
4392         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4393         (cb_newpad), (main):
4394         Example of a small audio/video player using decodebin.
4395
4396 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4397
4398         * gst-libs/gst/riff/riff-ids.h:
4399           Add 'fact' chunk id
4400
4401 2006-07-19  Wim Taymans  <wim@fluendo.com>
4402
4403         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4404         (gst_base_rtp_depayload_chain),
4405         (gst_base_rtp_depayload_change_state):
4406         Don't assert when not negotiated but post a meaningfull 
4407         error message. Fixes #347918.
4408
4409         * gst-libs/gst/rtp/gstbasertppayload.c:
4410         Add comment about better default MTU size.
4411
4412         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4413         Small cleanups, start docs.
4414
4415 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4416
4417         Patch by: Martin Szulecki
4418
4419         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4420           If "device-name" is requested and the device is not
4421           open, try to temporarily open it to obtain this
4422           information (#342494).
4423
4424 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4425
4426         * gst-libs/gst/tag/gstid3tag.c:
4427           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4428
4429         * gst-libs/gst/tag/gsttageditingprivate.h:
4430         * gst-libs/gst/tag/gstvorbistag.c:
4431           Some more random const-ifications.
4432
4433 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4434
4435         * gst-libs/gst/riff/riff-ids.h:
4436         * gst-libs/gst/riff/riff-media.c:
4437         (gst_riff_create_video_template_caps):
4438           Add more FOURCCs (sort list to make stuff easier to find),
4439           add comment what those 16 bytes in struct _gst_riff_strh according to
4440           one avi-dumper are
4441
4442 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4443
4444         * gst-libs/gst/audio/multichannel.c:
4445         (gst_audio_check_channel_positions),
4446         (gst_audio_fixate_channel_positions):
4447           Const-ify two arrays.
4448
4449 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4450
4451         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4452           Fix typo, so that alsasink also advertises 8 channels
4453           if that's supported (tags: can, worms, open, alsa, ph34r).
4454
4455 2006-07-17  Wim Taymans  <wim@fluendo.com>
4456
4457         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4458         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4459         *sigh*, when is the compiler going to warn when the comments
4460         are out-of-sync with the code.. Refix case of busted theora
4461         headers with 0 granule pos.
4462
4463 2006-07-14  Wim Taymans  <wim@fluendo.com>
4464
4465         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4466         (gst_base_rtp_depayload_wait),
4467         (gst_base_rtp_depayload_change_state),
4468         (gst_base_rtp_depayload_set_property),
4469         (gst_base_rtp_depayload_get_property):
4470         Fix 99% cpu load by waiting for absolute times on the
4471         clock. Fixes #347300.
4472
4473 2006-07-14  Andy Wingo  <wingo@pobox.com>
4474
4475         * ext/theora/gsttheoraparse.h: 
4476         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4477         (theora_parse_push_headers, theora_parse_clear_queue)
4478         (theora_parse_drain_queue_prematurely, )
4479         (theora_parse_sink_event, theora_parse_change_state): Queue events
4480         until we initialized our state, like in vorbisparse.
4481
4482         * ext/vorbis/vorbisparse.h: 
4483         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4484         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4485         (vorbis_parse_drain_queue_prematurely, )
4486         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4487         until we have initialized our state. Fixes seeking after an
4488         initial pad block.
4489
4490 2006-07-14  Andy Wingo  <wingo@pobox.com>
4491
4492         Patch by: Iain Holmes <iaingnome@gmail.com>
4493         
4494         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4495
4496 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4497
4498         * configure.ac:
4499         Bump nano back to CVS
4500
4501 === release 0.10.9 ===
4502
4503 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4504
4505         * configure.ac:
4506           releasing 0.10.9, "I walk the line"
4507
4508 2006-07-14  Michael Smith  <msmith@fluendo.com>
4509
4510         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4511           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4512           (commonly happens when running this test under valgrind) when trying
4513           to remove the buffer probe.
4514
4515 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4516
4517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4518         Fix missing g_unlock from the previous commit
4519
4520 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4521
4522         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4523         (gst_ximagesink_change_state):
4524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4525         (gst_xvimagesink_change_state):
4526         Implement a locking order to ensure we always take the object lock
4527         before the x_lock and never vice-versa.
4528
4529 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4530
4531         * gst/playback/gstdecodebin.c: (find_compatibles):
4532         Fix a caps leak when linking (#347304)
4533
4534         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4535         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4536         (gst_ximagesink_change_state):
4537         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4538         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4539         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4540         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4541         Don't leak shared memory resources. Use the object lock to protect
4542         against the xcontext disappearing while returning a buffer from the
4543         pipeline. (#347304)
4544
4545 2006-07-12  Edward Hervey  <edward@fluendo.com>
4546
4547         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4548         (vorbis_handle_comment_packet):
4549         gst_tag_list_merge() returns a new object. Take that into account when
4550         using it. This avoids memleak.
4551         Revert previous commit which is not needed.
4552
4553 2006-07-12  Edward Hervey  <edward@fluendo.com>
4554
4555         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4556         Reset the decoder in finalize so that all fields get cleared.
4557
4558 2006-07-12  Wim Taymans  <wim@fluendo.com>
4559
4560         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4561         (gst_base_audio_src_set_clock),
4562         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4563         Don't try to post an error message when setting the clock fails
4564         as this can happen when adding an element to a bin which will then
4565         deadlock. Fixes #347296.
4566
4567 2006-07-12  Edward Hervey  <edward@fluendo.com>
4568
4569         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4570         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4571         (vorbis_handle_type_packet):
4572         Post tag messages on the bus even if we're not initialized.
4573         If we're not initialized, we still postpone the event pushing of tags.
4574
4575 2006-07-12  Wim Taymans  <wim@fluendo.com>
4576
4577         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4578         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4579         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4580         Revert last two changes that broke the freeze.
4581
4582 2006-07-12  Wim Taymans  <wim@fluendo.com>
4583
4584         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4585         basesink calculates silence sample correctly for us.
4586
4587 2006-07-12  Wim Taymans  <wim@fluendo.com>
4588
4589         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4590         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4591         Calculate correct silence samples so we don't fill our ringbuffer
4592         with noise.
4593
4594 2006-07-12  Edward Hervey  <edward@fluendo.com>
4595
4596         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4597         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4598         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4599         * ext/vorbis/vorbisdec.h:
4600         Delay sending events (newsegment, tags) until the decoder is properly
4601         initialized.
4602         Fixes #347295
4603
4604 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4605
4606         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4607         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4608           Patch from #347221 adding a test for audioconvert
4609           channel remappings.
4610
4611 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4612
4613         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4614         (gst_ssa_parse_parse_line):
4615           Don't include the terminating NUL in the buffer size,
4616           it's only there for extra paranoia (would add random
4617           '*' characters at the end of each subtitle since the
4618           terminator itself is not valid UTF-8 technically).
4619           Also fix indenting after boilerplate macro.
4620
4621 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4622
4623         * gst/playback/gstdecodebin.c: (close_pad_link):
4624           Also emit 'unknown-type' signal (which should really be
4625           called unhandled-type) if we found potential decoders/demuxers
4626           in the registry but none of them worked in the end (as in the
4627           case where the plugins don't exist any longer but are still
4628           listed in the registry). Fixes #329798.
4629
4630 2006-07-08  Andy Wingo  <wingo@pobox.com>
4631
4632         * theoraparse.c (theora_parse_push_buffer)
4633         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4634         Add some more debugging. Fix granulepos reconstruction in the face
4635         of discontinuities.
4636
4637 2006-07-06  Wim Taymans  <wim@fluendo.com>
4638
4639         * gst-libs/gst/audio/gstbaseaudiosink.c:
4640         (gst_base_audio_sink_class_init),
4641         (gst_base_audio_sink_provide_clock):
4642         Use gobject_class instead of G_OBJECT_CLASS (klass)
4643
4644         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4645         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4646         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4647         (gst_base_audio_src_get_time),
4648         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4649         (gst_base_audio_src_create_ringbuffer):
4650         Fix latency and buffer-time constants and properties ala basesink.
4651         Implement pull based scheduling. Fixes #346527.
4652         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4653         one segment.
4654         Refuse slaving to another clock instead of silently not working.
4655         Only provide a clock when we are actually able to do so.
4656         Various small cleanups and compiler hints.
4657
4658 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4659
4660         Patch by: Lutz Mueller <lutz at topfrose de>
4661
4662         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4663         (plugin_init):
4664           Add typefinding for text/html (#346581).
4665
4666 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4667
4668         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4669         (xml_check_first_element), (xml_type_find), (smil_type_find):
4670           Fix SMIL typefinding, make xml_check_first_element() more
4671           useful.
4672
4673 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4674
4675         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4676         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4677         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4678         * gst/playback/gstplaybasebin.h:
4679           Protect list of elements with a subtitle-encoding property and
4680           the subtitle encoding member itself with a lock of their own
4681           instead of using the object lock. This prevents a dead-lock in
4682           the element-remove callback in some circumstances when shutting
4683           down playbin.
4684
4685 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4686
4687         * win32/common/libgsttag.def:
4688         Export some new functions.
4689         * win32/vs6/libgstogg.dsp:
4690         Add a link to libgsttag-0.10.lib.
4691
4692 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4693
4694         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4695           Some const-ification.
4696
4697 2006-07-04  Wim Taymans  <wim@fluendo.com>
4698
4699         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4700         Improve checking if we are dealing with a stream. Added some
4701         more uris that need buffering.
4702
4703 2006-07-03  Edward Hervey  <edward@fluendo.com>
4704
4705         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4706         Remove unused variable.
4707
4708 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4709
4710         * Makefile.am:
4711           include lcov.mak
4712         * configure.ac:
4713           add GCOV_LIBS to GST_LIBS
4714
4715 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4716
4717         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4718
4719         * ext/alsa/gstalsasrc.c:
4720           Add 32 bps to template caps and increase channels range
4721           from [1,2] to [1,MAX]. See #346326.
4722
4723 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4724
4725         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4726           Recognise 'WMVA' video codec fourcc (#345879).
4727           
4728 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4729          
4730         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4731           Fixed nasty memory leak
4732
4733 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4734
4735         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4736         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4737           fix logging
4738
4739 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4740
4741         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4742         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4743         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4744         Protect remove_fakesink using a mutex, so that we don't try and
4745         remove the fakesink simultaneously from multiple threads.
4746
4747         When going from READY to PAUSED, restore the fakesink, so that
4748         it is there when decodebin gets reused.
4749
4750 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4751
4752         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4753         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4754         * gst-libs/gst/rtp/gstbasertppayload.c:
4755         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4756         * gst/tcp/gstmultifdsink.c:
4757         * gst/tcp/gsttcpclientsink.c:
4758         * gst/tcp/gsttcpclientsrc.c:
4759         * gst/tcp/gsttcpserversink.c:
4760         * gst/tcp/gsttcpserversrc.c:
4761         * gst/videorate/gstvideorate.c:
4762         * gst/videotestsrc/gstvideotestsrc.c:
4763         * sys/v4l/gstv4ljpegsrc.c:
4764         * sys/v4l/gstv4lmjpegsink.c:
4765         * sys/v4l/gstv4lsrc.c:
4766         * tests/examples/seek/scrubby.c:
4767         * tests/examples/seek/seek.c:
4768           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4769
4770 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4771
4772         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4773           Second field in GEnumValue shouldn't be a description,
4774           but a stringified version of the enum value.
4775
4776 2006-06-22  Wim Taymans  <wim@fluendo.com>
4777
4778         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4779         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4780         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4781         Avoid type checking in buffer casts.
4782         Avoid caps copy in buffer_alloc when we can.
4783         Use pad_peer_accept.
4784
4785 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4786
4787         * gst-libs/gst/tag/tag.h:
4788           Oops, make that 'Since: 0.10.9'.
4789
4790 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4791
4792         * docs/libs/gst-plugins-base-libs-sections.txt:
4793         * gst-libs/gst/tag/tag.h:
4794         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4795         (gst_tag_image_type_get_type):
4796           API: add GstTagImageType enum to describe images contained
4797           in image tags (#345641).
4798
4799 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4800
4801         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4802           Fix warnings with gst-inspect: "buffers-min" property
4803           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4804           typo in property description.
4805
4806 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4807
4808         Patch by: Cody Russell <bratsche at gnome org>
4809
4810         * gst/audioresample/gstaudioresample.c:
4811         (gst_audioresample_class_init):
4812         * gst/playback/gststreamselector.c:
4813         (gst_stream_selector_class_init):
4814         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4815         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4816         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4817         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4818         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4819         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4820         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4821         * gst/videotestsrc/gstvideotestsrc.c:
4822         (gst_video_test_src_class_init):
4823         * gst/volume/gstvolume.c: (gst_volume_class_init):
4824           Avoid unnecessary class cast check in class_init
4825           functions (#337747).
4826
4827 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4828
4829         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4830         (gst_text_overlay_video_chain):
4831           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4832           and doesn't validate its input either (and neither did
4833           textoverlay it seems). Let's do that then and fix #345206.
4834
4835 2006-06-19  Wim Taymans  <wim@fluendo.com>
4836
4837         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4838         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4839         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4840         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4841         (find_syncframe), (find_limits), (assign_value),
4842         (count_burst_unit), (gst_multi_fd_sink_new_client),
4843         (gst_multi_fd_sink_handle_client_write),
4844         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4845         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4846         (gst_multi_fd_sink_change_state):
4847         * gst/tcp/gstmultifdsink.h:
4848         Added shiny new burst-on-connect methods.
4849         Add properties to control the minimal amount of data queued.
4850         Small cleanups.
4851         API: bytes-min property
4852         API: time-min property
4853         API: buffers-min property
4854         API: burst-unit property
4855         API: burst-value property
4856         API: add-full signal
4857
4858         * gst/tcp/gsttcp-marshal.list:
4859         Added new marshaller code for the new signal.
4860
4861         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4862         (multifdsink_suite):
4863         Added testcases for new burst methods.
4864
4865 2006-06-19  Edward Hervey  <edward@fluendo.com>
4866
4867         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4868         Implement clipping for accurate seeking.
4869         Closes #345225
4870
4871 2006-06-19  Wim Taymans  <wim@fluendo.com>
4872
4873         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4874
4875         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4876         (gst_video_scale_transform):
4877         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4878
4879 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4880
4881         * configure.ac:
4882           Fix --disable-external (can't set conditionals conditionally,
4883           #343602).
4884
4885 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4886
4887         * tests/check/elements/audioresample.c: (test_reuse),
4888         (audioresample_suite):
4889           Add test case for bug #342789 fixed below.
4890
4891 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4892
4893         * gst/audioresample/gstaudioresample.c:
4894         (gst_audioresample_class_init), (gst_audioresample_init),
4895         (audioresample_start), (audioresample_stop),
4896         (gst_audioresample_set_property), (gst_audioresample_get_property):
4897           Implement GstBaseTransform::start and ::stop so that audioresample
4898           can clear its internal state properly and be reused instead of
4899           causing non-negotiated errors with playbin under some circumstances
4900           (#342789).
4901
4902         * tests/check/elements/audioresample.c: (setup_audioresample),
4903         (cleanup_audioresample):
4904           Need to set element state here so that ::start and ::stop are
4905           called.
4906
4907 2006-06-16  Wim Taymans  <wim@fluendo.com>
4908
4909         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4910
4911         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4912         Parse extra data better, apparently it's right behind
4913         the normal strf header size. Fixes #343500.
4914
4915 2006-06-16  Wim Taymans  <wim@fluendo.com>
4916
4917         * ext/alsa/gstalsasink.c: (set_hwparams):
4918         If we fail to set the buffer_time and period_time alsa
4919         parameters, post a warning and leave alsa select a 
4920         default instead of failing. Fixes #342085
4921
4922 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4923
4924         * docs/libs/gst-plugins-base-libs-sections.txt:
4925         * gst-libs/gst/cdda/gstcddabasesrc.h:
4926           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4927           out in the header file and shouldn't be listed in the docs.
4928
4929         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4930           Must dereference pointer to fourcc in the debug statement.
4931
4932 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4933
4934         * docs/libs/Makefile.am:
4935         * docs/libs/gst-plugins-base-libs-docs.sgml:
4936         * docs/libs/gst-plugins-base-libs-sections.txt:
4937         * docs/libs/gst-plugins-base-libs.types:
4938         add remaining symbols into correct setions
4939         
4940         * gst-libs/gst/audio/gstringbuffer.c:
4941         fix incomplete docs
4942         
4943         * gst-libs/gst/audio/gstringbuffer.h:
4944         comment out not yet implemented function
4945         
4946         
4947         * gst-libs/gst/floatcast/floatcast.h:
4948         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4949         add short descriptions
4950         
4951         
4952         * gst-libs/gst/interfaces/propertyprobe.c:
4953         fix return value docs   
4954         
4955         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4956         simplify debug logging
4957         
4958         * gst-libs/gst/riff/riff-read.h:
4959         sync function prototype and docs
4960         
4961         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4962         remove left over symbol
4963
4964 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4965
4966         * autogen.sh:
4967         * configure.ac:
4968         * docs/Makefile.am:
4969           Use GST_PLUGIN_DOCS macro in configure.ac, add
4970           --enable-plugin-docs default to autogen.sh and use
4971           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4972
4973 2006-06-15  Wim Taymans  <wim@fluendo.com>
4974
4975         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4976         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4977         (gst_ogg_demux_loop):
4978         Combine GstFlowReturn from the source pads to give a
4979         meaningfull result to the upstream peer or to stop the
4980         processing task in case of errors.
4981
4982 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4983
4984         * gst/playback/gststreaminfo.c: (cb_probe):
4985           Try GST_TAG_CODEC as fallback when extracting the
4986           codec name; more debug info.
4987
4988 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4989
4990         * ext/ogg/Makefile.am:
4991         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4992           Extract language tags from ogm subtitle streams, so that
4993           the subtitle menu choices are labelled correctly in
4994           Totem (fixes #344708).
4995
4996 2006-06-14  Wim Taymans  <wim@fluendo.com>
4997
4998         Patch by: Alessandro Decina <alessandro at nnva dot org>
4999
5000         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
5001         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
5002         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
5003         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5004         Fix various leaks. Fixes #343699.
5005         Add x-smoke mime type.
5006
5007 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5008
5009         * gst-libs/gst/riff/riff-ids.h:
5010           Add IDs for 'bext' chunks (see #343837).
5011
5012 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
5013
5014         Patch by: Young-Ho Cha  <ganadist at chollian net>
5015
5016         * gst/subparse/samiparse.c: (sami_context_pop_state),
5017         (handle_start_font), (end_sami_element):
5018           Honour font face tags in SAMI subtitles (#344503).
5019
5020 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5021
5022         * po/POTFILES.in:
5023           add missing files containing translatable strings
5024
5025 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5026
5027         * docs/libs/tmpl/.cvsignore:
5028           we don't want those *.sgml files in CVS either
5029
5030 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5031
5032         * docs/libs/.cvsignore:
5033         * tests/check/elements/.cvsignore:
5034         * tests/check/libs/.cvsignore:
5035           ignore more
5036
5037 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5038
5039         * docs/libs/Makefile.am:
5040           also commiting the changed Makefile.am (added more libs to the
5041           doc-build)
5042
5043 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5044
5045         * docs/libs/gst-plugins-base-libs-docs.sgml:
5046         * docs/libs/gst-plugins-base-libs-sections.txt:
5047         * docs/libs/gst-plugins-base-libs.types:
5048           first batch of reordering things, add index & hierarchy
5049
5050 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5051
5052         * configure.ac:
5053           use GST_PKG_CHECK_MODULES, cleans up output
5054
5055 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5056
5057         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5058           Add support for burn:// URIs (#343385); const-ify things a bit,
5059           use G_N_ELEMENTS instead of hard-coded array size.
5060
5061 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5062
5063         Patch by: Young-Ho Cha  <ganadist at chollian net>
5064
5065         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5066           Fix up broken entities before passing them to libxml *sigh*.
5067           (#343303).
5068           
5069 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5070
5071         * configure.ac:
5072           back to TRUNK
5073
5074 === release 0.10.8 ===
5075
5076 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
5077
5078         * configure.ac:
5079           releasing 0.10.8, "Moar gij ziet mij nie"
5080
5081 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5082
5083         * configure.ac:
5084         * po/af.po:
5085         * po/az.po:
5086         * po/cs.po:
5087         * po/en_GB.po:
5088         * po/hu.po:
5089         * po/it.po:
5090         * po/nb.po:
5091         * po/nl.po:
5092         * po/or.po:
5093         * po/sq.po:
5094         * po/sr.po:
5095         * po/sv.po:
5096         * po/uk.po:
5097         * po/vi.po:
5098         * win32/common/config.h:
5099           0.10.7.2 prerelease
5100
5101 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5102
5103         * docs/libs/tmpl/gstaudio.sgml:
5104         * docs/libs/tmpl/gstcolorbalance.sgml:
5105         * docs/libs/tmpl/gstmixer.sgml:
5106         * docs/libs/tmpl/gstringbuffer.sgml:
5107         * docs/libs/tmpl/gsttuner.sgml:
5108         * docs/libs/tmpl/gstxoverlay.sgml:
5109         * gst-libs/gst/audio/audio.c:
5110         * gst-libs/gst/audio/gstringbuffer.c:
5111         * gst-libs/gst/interfaces/colorbalance.c:
5112         * gst-libs/gst/interfaces/mixer.c:
5113         * gst-libs/gst/interfaces/tuner.c:
5114         * gst-libs/gst/interfaces/xoverlay.c:
5115           move last template doc snippets to source code and delete them
5116
5117 2006-06-06  Michael Smith  <msmith@fluendo.com>
5118
5119         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5120         (theora_parse_drain_queue):
5121           Mark DELTA_UNIT on non-keyframes.
5122
5123 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
5124
5125         * gst-libs/gst/audio/gstbaseaudiosink.c:
5126         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5127         * gst-libs/gst/audio/gstbaseaudiosink.h:
5128         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5129         (gst_ring_buffer_samples_done):
5130         * gst-libs/gst/audio/gstringbuffer.h:
5131         Document better the fact that latency_time and buffer_time are values
5132         stored in microseconds, and not the usual GStreamer nanoseconds.
5133         Change the variables (compatibly) that store them from GstClockTime 
5134         to guint64 to make it more clear that they're not storing clock times.
5135         Also, remove the bogus property description that says the user can
5136         specify -1 to get the default value, since that's never been the case.
5137
5138         When computing the default segment size for the ring buffer, make it
5139         an integer number of samples.
5140
5141         When the sub-class indicates a delay greater than the number of
5142         samples we've written return 0 from the audio sink get_time method.
5143
5144 2006-06-02  Michael Smith  <msmith@fluendo.com>
5145
5146         * tests/check/elements/audioconvert.c: (set_channel_positions),
5147         (get_float_mc_caps), (get_int_mc_caps):
5148         * tests/check/elements/audioresample.c:
5149         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5150         * tests/check/elements/videorate.c:
5151         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5152         * tests/check/elements/volume.c:
5153         * tests/check/elements/vorbisdec.c:
5154         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5155           Don't busy-wait in tests; this was causing test timeouts very
5156           frequently when running under valgrind.
5157
5158 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5159
5160         * gst/tcp/README:
5161         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5162         (gst_multi_fd_sink_remove_client_link),
5163         (gst_multi_fd_sink_client_queue_caps),
5164         (gst_multi_fd_sink_client_queue_buffer),
5165         (gst_multi_fd_sink_handle_client_write),
5166         (gst_multi_fd_sink_render):
5167         * gst/tcp/gstmultifdsink.h:
5168           make multifdsink properly deal with streamheader:
5169           - streamheader is taken from caps
5170           - buffers marked with IN_CAPS are not sent
5171           - streamheaders are sent, on connection, from the caps of the
5172             buffer where the client gets positioned to
5173           - further streamheader changes are done every time the client
5174             will receive a buffer with different caps
5175         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5176         (gst_multifdsink_create_streamheader):
5177           add tests for this
5178
5179 2006-06-02  Michael Smith  <msmith@fluendo.com>
5180
5181         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5182           Reinstate limit on channel count. Vorbis does not define the meaning
5183           of > 6 channels, so they're just independent channels. Gstreamer
5184           currently has no mechanism to represent N independent channels.
5185
5186 2006-06-02  Michael Smith  <msmith@fluendo.com>
5187
5188         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5189           Don't arbitrarily restrict channel counts and rate in vorbis.
5190           In terms of effects likely on real-world files, this fixes 96kHz
5191           playback of vorbis.
5192
5193 2006-06-02  Michael Smith  <msmith@fluendo.com>
5194
5195         * gst/audioconvert/audioconvert.c: (float):
5196           More correct float->int conversion.
5197
5198 2006-06-02  Michael Smith  <msmith@fluendo.com>
5199
5200         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5201           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5202           value. Fixes g-critical on trying to play back ogg containing
5203           unknown codec.
5204
5205 2006-06-02  Wim Taymans  <wim@fluendo.com>
5206
5207         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5208         (setup_source):
5209         * gst/playback/gstplaybasebin.h:
5210         Make the subtitle detection work from any thread so we don't
5211         deadlock. Fixes #343397.
5212
5213 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5214
5215         * gst/volume/Makefile.am:
5216           Seriously, it's not *that* hard to get compilation right.  Even
5217           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5218
5219 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5220
5221         * gst/volume/gstvolume.c: (volume_choose_func),
5222         (volume_update_real_volume), (gst_volume_class_init),
5223         (gst_volume_init), (volume_process_float), (volume_process_int16),
5224         (volume_process_int16_clamp), (volume_set_caps),
5225         (volume_transform_ip), (plugin_init):
5226         * gst/volume/gstvolume.h:
5227         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5228         another property desc., remove unused param from process function
5229         
5230         * tests/check/elements/volume.c: (volume_suite):
5231         reactivate the passthrough test
5232
5233 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5234
5235         * ext/alsa/gstalsamixerelement.h:
5236         * ext/alsa/gstalsamixeroptions.h:
5237         * ext/alsa/gstalsamixertrack.h:
5238         * ext/gnomevfs/gstgnomevfssink.h:
5239         * ext/gnomevfs/gstgnomevfssrc.h:
5240         * ext/theora/gsttheoradec.h:
5241         * ext/theora/gsttheoraenc.h:
5242         * ext/theora/gsttheoraparse.h:
5243         * ext/vorbis/vorbisparse.h:
5244         * gst-libs/gst/audio/gstaudioclock.h:
5245         * gst-libs/gst/audio/gstaudiofilter.h:
5246         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5247         * gst/audioconvert/gstaudioconvert.h:
5248         * gst/audioresample/gstaudioresample.h:
5249         * gst/audiotestsrc/gstaudiotestsrc.h:
5250         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5251         * gst/playback/gststreamselector.h:
5252         * gst/tcp/gstmultifdsink.h:
5253         * gst/tcp/gsttcpclientsink.h:
5254         * gst/tcp/gsttcpclientsrc.h:
5255         * gst/tcp/gsttcpserversink.h:
5256         * gst/tcp/gsttcpserversrc.h:
5257         * gst/videorate/gstvideorate.h:
5258         * gst/videoscale/gstvideoscale.h:
5259         * gst/videotestsrc/gstvideotestsrc.h:
5260         * gst/volume/gstvolume.h:
5261         * sys/v4l/gstv4ljpegsrc.h:
5262         * sys/v4l/gstv4lmjpegsink.h:
5263         * sys/v4l/gstv4lmjpegsrc.h:
5264         * sys/v4l/gstv4lsrc.h:
5265         * sys/ximage/ximagesink.h:
5266         * sys/xvimage/xvimagesink.h:
5267         * tests/old/testsuite/alsa/sinesrc.h:
5268         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5269
5270 2006-05-31  Wim Taymans  <wim@fluendo.com>
5271
5272         * ext/libvisual/visual.c: (gst_visual_reset),
5273         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5274         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5275         Handle DISCONT.
5276         Use running time before doing QoS.
5277         Handle mono too.
5278
5279 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5280
5281         * docs/libs/Makefile.am:
5282           set a magic variable to indicate we know the docs are incomplete
5283
5284 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5285
5286         * win32/common/libgstvideo.def:
5287           export gst_video_calculate_display_ratio
5288         * win32/vs6/libgstvideoscale.dsp:
5289           add link to libgstvideo-0.10.lib
5290
5291 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5292
5293         * gst/playback/gstplaybasebin.c: (gen_source_element):
5294           Throw a more comprehensible error for rtsp:// URIs (rather
5295           than erroring out with a negotiation error later on) until
5296           we fix playbin to handle rtspsrc etc.
5297
5298 2006-05-30  Wim Taymans  <wim@fluendo.com>
5299
5300         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5301         (gst_text_overlay_text_event):
5302         Added some FIXMEs.
5303
5304 2006-05-30  Wim Taymans  <wim@fluendo.com>
5305
5306         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5307         (gst_adder_request_new_pad), (gst_adder_release_pad):
5308         * gst/adder/gstadder.h:
5309         Implement release_request_pad.
5310         Make padcounter atomic.
5311
5312         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5313         Added check for release_pad in adder.
5314
5315 2006-05-30  Wim Taymans  <wim@fluendo.com>
5316
5317         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5318         Fix build again.
5319
5320 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5321
5322         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5323         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5324         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5325         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5326         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5327         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5328         (gst_ogg_demux_bisect_forward_serialno),
5329         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5330         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5331           add more debugging
5332           clean up printf formats for granulepos and serialno
5333
5334 2006-05-30  Michael Smith  <msmith@fluendo.com>
5335
5336         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5337         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5338         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5339         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5340         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5341         * ext/vorbis/vorbisenc.h:
5342           Multi-channel caps negotiation, so we can do proper multichannel
5343           vorbis encoding, negotiated through audioconvert.
5344
5345 2006-05-30  Wim Taymans  <wim@fluendo.com>
5346
5347         * tests/check/elements/adder.c: (test_event_message_received),
5348         (test_play_twice_message_received), (GST_START_TEST),
5349         (adder_suite):
5350         Added check to show that #339935 is fixed with ongoing
5351         adder and collectpads fixes.
5352
5353 2006-05-29  Wim Taymans  <wim@fluendo.com>
5354
5355         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5356         Don't leak pad name.
5357
5358 2006-05-29  Wim Taymans  <wim@fluendo.com>
5359
5360         * gst/adder/gstadder.c: (gst_adder_query_duration),
5361         (forward_event_func), (forward_event), (gst_adder_src_event):
5362         Fix adder seeking.
5363         Make query/seeking code threadsafe.
5364
5365         * tests/check/Makefile.am:
5366         * tests/check/elements/adder.c: (test_event_message_received),
5367         (GST_START_TEST), (test_play_twice_message_received):
5368         Fix adder test case.
5369
5370 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5371
5372         Patch by: Young-Ho Cha  <ganadist at chollian net>
5373
5374         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5375         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5376         (set_encoding_element), (decodebin_element_added_cb),
5377         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5378         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5379         * gst/playback/gstplaybasebin.h:
5380           Add 'subtitle-encoding' property to playbin, so applications can
5381           force a subtitle encoding for non-UTF8 subtitles (#342268).
5382
5383         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5384         (gst_sub_parse_set_property):
5385           Rename recently-added 'encoding' property to 'subtitle-encoding'
5386           (so it can be proxied by playbin/decodebin in a generic way
5387           with less danger of false positives).
5388
5389 2006-05-29  Michael Smith  <msmith@fluendo.com>
5390
5391         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5392         (append_with_other_format), (set_structure_widths),
5393         (gst_audio_convert_transform_caps):
5394           Patch from #341562: give more specific audio caps in get_caps, so
5395           that basetransform  can make better decisions on what caps to
5396           negotiate.
5397
5398 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5399
5400         * tests/check/elements/volume.c:
5401         make it compile again
5402
5403 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5404
5405         * tests/check/elements/volume.c: (volume_suite):
5406         disable test until #343196 gets resolved
5407
5408 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5409
5410         * gst/adder/gstadder.c: (gst_adder_get_type):
5411         Make it easier to copy&paste
5412         
5413         * gst/volume/Makefile.am:
5414         * gst/volume/gstvolume.c: (volume_update_real_volume),
5415         (gst_volume_set_volume), (gst_volume_set_mute),
5416         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5417         (volume_transform_ip), (volume_update_mute),
5418         (volume_update_volume):
5419         * gst/volume/gstvolume.h:
5420         Add own debug category, move duplicate code to helper function, fix
5421         property texts, add more comments and prepare ffor liboil-goodness
5422         
5423         * tests/check/Makefile.am:
5424         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5425         add test for mute and passtrough case, be a bit more verbose to track
5426         failure
5427         
5428         * tests/check/generic/states.c: (GST_START_TEST):
5429         catch elements that fail to instantiate
5430
5431 2006-05-28  Edward Hervey  <edward@fluendo.com>
5432
5433         * tests/check/pipelines/simple-launch-lines.c:
5434         * tests/check/pipelines/theoraenc.c:
5435         * tests/check/pipelines/vorbisenc.c:
5436         Comment out tests using parse_launch() if core was built without
5437         parsing capabilities.
5438
5439 2006-05-27  Edward Hervey  <edward@fluendo.com>
5440
5441         * tests/check/Makefile.am:
5442         Extra bonus points for whoever explains to ensonic that you are meant
5443         to test unit tests thoroughly before commiting them, especially if
5444         you know it's going to break.
5445         De-activated element/adder tests.
5446
5447 2006-05-27  Edward Hervey  <edward@fluendo.com>
5448
5449         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5450         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5451         Marking caps conversion issues as GST_WARNING is way too verbose,
5452         Moving them to GST_LOG.
5453
5454 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5455
5456         * README:
5457           Replace current README (containing the release notes from
5458           some 0.9.x version) with a proper README taken from the core.
5459
5460 2006-05-26  Wim Taymans  <wim@fluendo.com>
5461
5462         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5463         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5464         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5465         (vorbis_dec_change_state):
5466         Small cleanups.
5467         Add some FIXMEs
5468         Clip output samples to segment boundaries.
5469
5470 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5471
5472         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5473         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5474         Improve the errors produced on bad output, including some human
5475         readable description strings.
5476         Handle the (theoretical for ximagesink) case where the XServer 
5477         has a different idea about the size required for a particular 
5478         frame and gives us too small a memory allocation.
5479
5480 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5481
5482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5483         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5484         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5485         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5486         Improve the errors produced on bad output, including some human 
5487         readable description strings.
5488         Handle RGB Xv formats properly by transforming them into our 
5489         big-endian caps description.
5490         Use gst_caps_truncate to ensure that we never try and choose a
5491         non-fixed caps in buffer_alloc.
5492         Handle the case where the XServer has a different idea about the size
5493         required for a particular frame and gives us too small a memory
5494         allocation.
5495         Use -1 to indicate 'no image format', because 0 is a valid XServer
5496         image format number.
5497         Put RGB Xv formats at the end of the caps, so that we always prefer
5498         YUV format frames.
5499         Iterate the available Xv Encodings to determine the maximum width and
5500         height, and then return that in our caps.
5501         (Closes #315312, #337544)
5502
5503 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5504
5505         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5506         When there is only one unfinished pad and it receives an event that
5507         doesn't match our requirements, we need to set alldone=FALSE so that
5508         the fakesink is not removed yet.
5509
5510 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5511
5512         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5513           Use gst_type_find_helper_for_buffer() to find the type
5514           of stream from the first packet.
5515
5516         * configure.ac:
5517           Bump requirements to core CVS (needed for vorbis
5518           typefinding to work).
5519
5520 2006-05-24  Edward Hervey  <edward@fluendo.com>
5521
5522         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5523         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5524         contain.  Else they play perfectly fine with qtdemux.
5525
5526 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5527
5528         * ext/theora/theoradec.c:
5529         * ext/theora/theoraenc.c:
5530         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5531         * gst/audiorate/gstaudiorate.c:
5532           make more debug catagories static
5533         
5534         * tests/check/Makefile.am:
5535         * tests/check/elements/adder.c: (message_received),
5536         (test_event_message_received), (GST_START_TEST),
5537         (test_play_twice_message_received), (adder_suite):
5538           added test case for using element twice, extra bonus points for anyone
5539           who can make these test run reliably
5540
5541 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5542
5543         * ext/theora/theoradec.c: (theora_dec_chain):
5544           Make work with time-stamped input buffers that do not
5545           have a granulepos in BUFFER_OFFSET_END (like theora
5546           buffers coming from matroskademux). Fixes #342448.
5547
5548 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5549
5550         Patch by: Peter Kjellerstedt  <pkj at axis com>
5551
5552         * gst/tcp/Makefile.am:
5553           fdstresstest doesn't need Gtk+, fix compilation if 
5554           gtk is not available (#342566).
5555
5556 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5557          
5558         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5559           80 line columns
5560           Removed redundant floor()
5561
5562 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5563
5564         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5565           On second thought, just skip JUNK chunks automatically, so
5566           the caller doesn't have to handle this. Fixes #342345.
5567           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5568           not GST_FLOW_ERROR.
5569
5570 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5571
5572         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5573           Don't bail out on JUNK chunks with a size of 0 (would try to
5574           pull_range 0 bytes before, which sources don't like too much).
5575           See #342345.
5576
5577 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5578
5579         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5581         Use the gstutil scaling function to preserve 64 bits while calculating
5582         output width and height from the display-aspect-ratio. (A continuation
5583         of #341542)
5584
5585 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5586
5587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5588         (gst_xvimagesink_buffer_alloc):
5589         * sys/xvimage/xvimagesink.h:
5590         When performing buffer allocations, remember the caps and image format
5591         we return so that if the same caps are asked for next time we can
5592         return them immediately without doing any caps intersections.
5593
5594 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5595          
5596         * gst-libs/gst/rtp/README:
5597           Some new documentation
5598         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5599           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5600         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5601         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5602           New RTP audio base payloader class. Supports frame or sample based
5603           codecs.  Not enabled in Makefile.am until approved.
5604
5605 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5606
5607         * tests/check/elements/alsa.c: (test_device_property_probe):
5608           Fix test case: don't try to free NULL GValueArray when there
5609           are no devices.
5610
5611 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5612
5613         * tests/check/Makefile.am:
5614         * tests/check/elements/alsa.c: (test_device_property_probe),
5615         (alsa_suite), (main):
5616           Add simple test that runs a device property probe on alsasrc,
5617           alsasink and alsamixer. Disable valgrind check for now (too
5618           many leaks in libasound, and valgrind ignored my suppressions
5619           additions).
5620
5621 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5622
5623         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5624         (gst_alsa_device_property_probe_probe_property),
5625         (gst_alsa_device_property_probe_needs_probe),
5626         (gst_alsa_device_property_probe_get_values),
5627         (gst_alsa_type_add_device_property_probe_interface):
5628         * ext/alsa/gstalsadeviceprobe.h:
5629         * ext/alsa/gstalsamixerelement.c:
5630         (gst_alsa_mixer_element_init_interfaces):
5631         * ext/alsa/gstalsamixerelement.h:
5632           Clean up and simplify alsa device probing. Make it actually work
5633           for multiple classes. Don't cache results any longer.
5634
5635         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5636         (gst_alsasink_init):
5637         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5638         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5639         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5640           Make alsasink and alsasrc implement the GstPropertyProbe interface
5641           for device probing (#342181).
5642           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5643
5644 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5645
5646         * gst/subparse/samiparse.c: (handle_start_font):
5647           Don't ignore return value of strtol (++compiler_happiness).
5648
5649 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5650
5651         Patch by: Young-Ho Cha  <ganadist chollian net>
5652
5653         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5654         (gst_sub_parse_class_init), (gst_sub_parse_init),
5655         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5656         (convert_encoding):
5657         * gst/subparse/gstsubparse.h:
5658           Add 'encoding' property (#341681).
5659
5660         * gst/subparse/samiparse.c: (characters_sami):
5661           Output is pango markup, so we need to escape text
5662           between tags (#342143).
5663
5664 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5665
5666         * gst-libs/gst/audio/multichannel.c:
5667         (gst_audio_check_channel_positions):
5668           It's okay to have caps with channels=1 and a channel position
5669           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5670           (deinterleavers might want to keep the position in the caps,
5671           so that they can be re-interleaved again properly later).
5672           Leave check for unexpected 2-channel layouts intact for now.
5673
5674 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5675
5676         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5677         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5678         basesrc can do its job correctly.
5679
5680 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5681
5682         * ext/alsa/Makefile.am:
5683         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5684         (gst_alsa_detect_formats), (get_channel_free_structure),
5685         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5686         (gst_alsa_probe_supported_formats):
5687         * ext/alsa/gstalsa.h:
5688         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5689           Refactor and improve caps probing code: probe signedness
5690           when we probe the supported formats/widths; set endianness
5691           to the one we actually probed for (ie. cpu endianness).
5692           
5693         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5694         (gst_alsasrc_close):
5695         * ext/alsa/gstalsasrc.h:
5696           Implement caps probing for alsasrc.
5697
5698 2006-05-15  Wim Taymans  <wim@fluendo.com>
5699
5700         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5701         (theora_dec_src_query), (theora_dec_src_event),
5702         (theora_dec_sink_event), (theora_handle_comment_packet),
5703         (theora_handle_data_packet), (theora_dec_change_state):
5704         Cleanups, add some G_LIKELY.
5705         Use segment helpers instead of our own wrong code.
5706         Clear queued buffers on seek and READY.
5707
5708         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5709         (vorbis_dec_convert), (vorbis_dec_src_query),
5710         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5711         (vorbis_handle_comment_packet), (vorbis_dec_push),
5712         (vorbis_handle_data_packet), (vorbis_dec_chain),
5713         (vorbis_dec_change_state):
5714         * ext/vorbis/vorbisdec.h:
5715         Remove old useless packetno variable.
5716         Do position query properly.
5717         Add some G_LIKELY.
5718         Do cleanup of queued buffers in new helper function
5719         and use it.
5720
5721 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5722
5723         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5724           Query supported sample rates. Fixes #341732.
5725
5726 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5727
5728         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5729         (gst_decode_bin_change_state): Make decodebin reusable
5730         when going from PAUSE_TO_READY and then back to PAUSED.
5731         Fixes #331678.
5732
5733 2006-05-15  Wim Taymans  <wim@fluendo.com>
5734
5735         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5736         (vorbis_dec_convert), (vorbis_dec_src_query),
5737         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5738         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5739         (vorbis_dec_clean_queued), (vorbis_dec_push),
5740         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5741         Cleanups. Use refcounting and DEBUG_OBJECT.
5742         Reset segment on flush, use code methods instead of our
5743         own wrong version.
5744         Fix potential memleak.
5745
5746 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5747
5748         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5749         (gst_alsasink_init):
5750         * ext/alsa/gstalsasink.h:
5751           Don't leak allocated snd_output_t structure if there's
5752           more than one alsasink instance at a time (#341873).
5753           Also fix GObject macros in header file.
5754           
5755 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5756
5757         * gst/subparse/gstsubparse.c:
5758         (gst_sub_parse_data_format_autodetect):
5759           Don't use libxml functions in the typefinding code.
5760
5761 2006-05-15  Wim Taymans  <wim@fluendo.com>
5762
5763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5764         Fix seeking performance in the case where a non-header 
5765         packet has a 0 granulepos (busted theora case). 
5766         Fixes #341719
5767         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5768          the first place, you limelight stealer you)
5769
5770 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5771
5772         * gst/subparse/gstsubparse.c:
5773         (gst_sub_parse_data_format_autodetect):
5774           Improve SAMI typefinding: handle case where there are
5775           whitespaces or newlines in front of the first <SAMI>
5776           tag (#169936).
5777
5778 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5779
5780         * configure.ac:
5781           Build video4linux plugin even if there's no XVIDEO, just
5782           without implementing the GstXOverlay interface (#334002).
5783          
5784 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5785
5786         * configure.ac:
5787         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5788         (plugin_init):
5789           Add tentative support for libvisual-0.4 (#336881).
5790
5791 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5792
5793         Patch by: Young-Ho Cha <ganadist at chollian net>
5794
5795         * gst/subparse/samiparse.c: (handle_start_font):
5796           Need to map "silver" colour explicitly (#169936).
5797
5798 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5799
5800         Patch by: Young-Ho Cha  <ganadist at chollian net>
5801
5802         * gst/subparse/Makefile.am:
5803         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5804         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5805         (gst_sub_parse_format_autodetect), (feed_textbuf),
5806         (gst_subparse_type_find), (plugin_init):
5807         * gst/subparse/gstsubparse.h:
5808         * gst/subparse/samiparse.c:
5809         * gst/subparse/samiparse.h:
5810           Add support for SAMI subtitles (#169936).
5811
5812 2006-05-14  Michael Smith  <msmith@fluendo.com>
5813
5814         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5815           Fix #341696: crash when mixing L+R+C to mono or stereo.
5816         * tests/check/Makefile.am:
5817         * tests/check/elements/audioconvert.c: (set_channel_positions),
5818         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5819         (audioconvert_suite):
5820           Add test for the above, including some generic framework bits for
5821           testing multichannel things.
5822
5823 === release 0.10.7 ===
5824
5825 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5826
5827         * configure.ac:
5828           releasing 0.10.7, "Leave the gun"
5829
5830 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5831
5832         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5834         Fix the build.
5835
5836 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5837
5838         * docs/libs/gst-plugins-base-libs-docs.sgml:
5839         * docs/libs/gst-plugins-base-libs-sections.txt:
5840         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5841         * gst-libs/gst/video/video.h:
5842         * gst/videoscale/Makefile.am:
5843         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5845         * tests/check/Makefile.am:
5846         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5847         (main):
5848           Fix integer overflow problem with pixel-aspect-ratio calculations
5849           in videoscale and xvimagesink (#341542)
5850
5851 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5852
5853         * gst-libs/gst/tag/gstid3tag.c:
5854           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5855
5856 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5857
5858         * win32/MANIFEST:
5859           update win32 files listing
5860
5861 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5862
5863         patch by: Sjoerd Simons (sjoerd@luon.net)
5864
5865         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5866         (group_create), (group_destroy), (add_stream),
5867         (gst_play_base_bin_get_property),
5868         (gst_play_base_bin_get_streaminfo_value_array):
5869         * gst/playback/gstplaybasebin.h:
5870           API: GstPlayBaseBin::stream-info-value-array property
5871           use a more bindings-friendly way of exposing streaminfo
5872           using a GValueArray.  Tested in ipython.
5873           Closes #341114
5874
5875 2006-05-11  Wim Taymans  <wim@fluendo.com>
5876
5877         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5878         (queue_underrun_cb), (queue_filled_cb):
5879         Also catch queue underruns but don't do anything yet.
5880         Refactor and comment queue enlarging code a bit.
5881
5882         * gst/playback/gstplaybasebin.c: (queue_overrun),
5883         (queue_threshold_reached), (queue_out_of_data),
5884         (gen_preroll_element):
5885         If a queue over/underruns check that we don't create nasty
5886         deadlocks when the min-threshold is not reached but the
5887         max-bytes is. In those cases disable max-bytes when we
5888         know that the queue is fed timed data.
5889         Add more comments.
5890
5891 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5892
5893         * gst/playback/gstplaybin.c: (gen_audio_element):
5894           Make playbin automatically plug an 'audioresample'
5895           element before the audio sink as well. This solves
5896           problems with sinks that only accept a very specific
5897           sample rate, like esdsink (e.g. #340379).
5898
5899 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5900
5901         * gst/playback/gstplaybasebin.c: (gen_source_element):
5902           Make http sources send special headers so that we receive
5903           icecast metadata if the http stream is an icecast stream
5904           (otherwise the server will just ignore them). This also
5905           means that from now on users will need the 'icydemux'
5906           element from gst-plugins-good installed if they want to
5907           listen to icecast radio streams. (#341432, #333657).
5908
5909 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5910
5911         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5912         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5913           remove stupid example from docs - it should come with a simple
5914           C program instead.
5915           Clean up/fix docs
5916         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5917         (fail_if_can_read), (GST_START_TEST),
5918         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5919           add a test for changing streamheader which exposes a bug in
5920           multifdsink
5921
5922 2006-05-11  Michael Smith  <msmith@fluendo.com>
5923
5924         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5925         (gst_gnome_vfs_src_received_headers_callback):
5926         * ext/gnomevfs/gstgnomevfssrc.h:
5927           Don't set icy-caps unless we have a sane interval value. Move
5928           interval to a local variable; we never use it outside this function.
5929
5930 2006-05-11  Wim Taymans  <wim@fluendo.com>
5931
5932         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5934         Register special buffer types along with the objects so
5935         that they are not registered at runtime from N different
5936         streaming threads since they are not threadsafe.
5937
5938 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5939
5940         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5941         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5942           add two more tests, one doing streamheader
5943
5944 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5945
5946         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5947           clean up the bufqueue when shutting down
5948         * tests/check/Makefile.am:
5949         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5950         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5951         (main):
5952           add a test for the leak that was just fixed
5953
5954 2006-05-10  Wim Taymans  <wim@fluendo.com>
5955
5956         * gst/adder/gstadder.c: (gst_adder_setcaps),
5957         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5958         (gst_adder_src_event), (gst_adder_sink_event),
5959         (gst_adder_class_init), (gst_adder_finalize),
5960         (gst_adder_request_new_pad), (gst_adder_collected):
5961         * gst/adder/gstadder.h:
5962         Updated some docs. Added comments and FIXMEs all over the place.
5963         Improve debugging info.
5964         Fix leak on finalize by not calling the parent.
5965         Implement duration query.
5966         Make event forwarding threadsafe.
5967         Correctly send NEWSEGMENT at start and after flush.
5968         Handle EOS correctly.
5969         Post error when not negotiated.
5970
5971         * tests/check/elements/adder.c: (GST_START_TEST):
5972         Added FIXME in the test.
5973
5974 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5975
5976         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5977         (gst_text_overlay_halign_get_type),
5978         (gst_text_overlay_wrap_mode_get_type):
5979         * ext/theora/theoradec.c: (theora_handle_type_packet),
5980         (theora_handle_data_packet):
5981         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5982         (theora_enc_sink_setcaps), (theora_enc_chain):
5983         * gst-libs/gst/cdda/gstcddabasesrc.c:
5984         (gst_cdda_base_src_mode_get_type):
5985         * gst/audiotestsrc/gstaudiotestsrc.c:
5986         (gst_audiostestsrc_wave_get_type):
5987         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5988         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5989         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5990         (gst_sync_method_get_type), (gst_unit_type_get_type),
5991         (gst_client_status_get_type):
5992         * gst/videoscale/gstvideoscale.c:
5993         (gst_video_scale_method_get_type):
5994         * gst/videotestsrc/gstvideotestsrc.c:
5995         (gst_video_test_src_pattern_get_type):
5996         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5997         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5998         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5999         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
6000         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
6001         (paint_setup_RGB565), (paint_setup_xRGB1555):
6002           Const-ify GEnumValue and GFlagsValue arrays. Use
6003           GST_ROUND_UP_* macros instead of home-made ones.
6004
6005 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6006
6007         * configure.ac:
6008           Require core CVS for the new newsegment stuff.
6009
6010 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6011
6012         Patch by: Sjoerd Simons  <sjoerd at luon net>
6013
6014         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
6015           Register nick for enum value (#341160).
6016
6017 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
6018
6019         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
6020         (plugin_init):
6021          backout typefind patch #340375
6022          
6023         * tests/check/elements/adder.c: (message_received),
6024         (GST_START_TEST), (adder_suite):
6025           redo, signal-handling of test
6026
6027 2006-05-09  Wim Taymans  <wim@fluendo.com>
6028
6029         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
6030         (gst_adder_collected):
6031         * gst/adder/gstadder.h:
6032         Remove bogus segment merging and forwarding, we don't
6033         care about timestamps anyway and we just produce a
6034         continuous stream. 
6035         Also create a nice NEWSEGMENT event when we start.
6036         Use _scale_int some more.
6037
6038 2006-05-09  Edward Hervey  <edward@fluendo.com>
6039
6040         * tests/icles/stress-xoverlay.c:
6041         Fix if core was built without parsing support.
6042
6043 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6044
6045         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6046           Add SEDG (Samsung MPEG-4) fourcc.
6047
6048 2006-05-09  Edward Hervey  <edward@fluendo.com>
6049
6050         * tests/icles/stress-xoverlay.c:
6051         * tests/examples/volume/volume.c:
6052         Fix if core was built without parsing support.
6053
6054         * tests/examples/seek/seek.c:
6055         Disable the parse_launch example if core was built without parsing
6056         support.
6057
6058 2006-05-08  Edward Hervey  <edward@fluendo.com>
6059
6060         * autogen.sh: (CONFIGURE_DEF_OPT): 
6061         libtoolize on Darwin/MacOSX is called glibtoolize
6062
6063 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6064
6065         * tests/check/Makefile.am:
6066         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6067           Disable the adder test, until the build-slaves posses the kindness to 
6068           either like it or to give valid reason for not doing so 
6069
6070 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6071
6072         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6073         (adder_suite):
6074           Shuffle NULL state change around and raise timeout more
6075
6076 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6077
6078         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6079         (mp4_type_find), (plugin_init):
6080           Add typefind to distinguish between "audio/x-m4a" and new type
6081           "video/mp4". Fixes #340375
6082
6083         * tests/check/elements/adder.c: (adder_suite):
6084           Raise timeout to make buildbot happy
6085
6086 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6087
6088         * gst/adder/gstadder.c: (gst_adder_sink_event),
6089         (gst_adder_request_new_pad), (gst_adder_change_state):
6090         * gst/adder/gstadder.h:
6091         * tests/check/Makefile.am:
6092         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6093         (adder_suite), (main):
6094           Add sink-event handling to adder. It tries to merge incomming
6095           newsegment-events. Added test to check if segment_done is comming
6096           through. Fixes #340060
6097
6098 2006-05-05  Andy Wingo  <wingo@pobox.com>
6099
6100         * ext/theora/theoraparse.c (gst_theora_parse_init)
6101         (theora_parse_src_convert, theora_parse_src_query):
6102         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6103         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6104         query functions on the source pads of the theora and vorbis parse
6105         elements. Fixes position querying when doing a remux.
6106
6107 2006-05-05  Michael Smith  <msmith@fluendo.com>
6108
6109         * ext/theora/theoraparse.c: (parse_granulepos),
6110         (theora_parse_drain_queue_prematurely),
6111         (theora_parse_queue_buffer), (theora_parse_sink_event):
6112           Fix flushing.
6113           Fix invalid granulepos outputs when starting with a non-keyframe.
6114
6115 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
6116
6117         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6118         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6119         Rearrange MPEG system stream detection, fixing some memleaks in the
6120         process.
6121         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6122         they clean up their data correctly.
6123         Remove unused ogganx caps and move the 'is_annodex' check to inside
6124         the 'is_ogg' if statement.
6125
6126 2006-05-05  Wim Taymans  <wim@fluendo.com>
6127
6128         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6129         Properly remove ghostpads. Fixes #340392
6130
6131 2006-05-04  David Schleef  <ds@schleef.org>
6132
6133         * gst/typefind/gsttypefindfunctions.c:
6134
6135 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
6136
6137         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6138         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6139
6140         When typefinding an MP3 in push-based mode, don't penalise the
6141         probability down to 74% when we found 5 valid frames just because we
6142         can't peek the end of the file.
6143
6144         Make the probability for detecting MPEG Transport Streams based on the
6145         number of sequential headers we successfully detected.
6146
6147 2006-05-03  Wim Taymans  <wim@fluendo.com>
6148
6149         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6150         (vorbis_dec_push), (vorbis_dec_chain):
6151         Still produce an error when we receive an empty packet.
6152
6153 2006-05-03  Wim Taymans  <wim@fluendo.com>
6154
6155         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6156         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6157         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6158         Mark buffers with DISCONT after seek and after activating new
6159         chains.
6160
6161         * ext/theora/gsttheoradec.h:
6162         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6163         (theora_get_query_types), (theora_dec_sink_event),
6164         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6165         (theora_dec_change_state):
6166         Fix frame counter.
6167         Detect and mark DISCONT buffers.
6168
6169         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6170         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6171         (vorbis_dec_change_state):
6172         * ext/vorbis/vorbisdec.h:
6173         Use GstSegment.
6174         Detect and mark DISCONT buffers.
6175         Don't crash on 0 sized buffers.
6176
6177 2006-05-03  Wim Taymans  <wim@fluendo.com>
6178
6179         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6180         (volume_transform_ip):
6181         Increase "volume" property to 10.0. Fixes #340369.
6182         Set the process function to NULL when capsnego fails so that
6183         we properly error out.
6184
6185 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6186
6187         * gst/playback/gstplaybin.c: (add_sink):
6188         * gst/playback/test.c: (main):
6189         * gst/playback/test5.c: (dump_element_stats):
6190         * gst/playback/test6.c: (main):
6191           free caps using gst_caps_unref, don't leak caps-strings
6192
6193 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6194
6195         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6196         (plugin_init):
6197           Refine musepack typefinding a bit. Return MAXIMUM
6198           probability when we detect stream version 7 to make
6199           sure the mpeg audio typefinder doesn't trump us.
6200
6201 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6202
6203         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6204           Protect against unexpected NULL strf_data buffer.
6205
6206 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6207
6208         * tests/check/elements/audioconvert.c: (verify_convert),
6209         (GST_START_TEST):
6210           interpret the out[] buffer in the order the bytes are actually
6211           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6212           Other tests should use BYTE_ORDER since the array is filled in
6213           with actual values
6214
6215 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6216
6217         * tests/check/elements/audioconvert.c: (verify_convert),
6218         (GST_START_TEST):
6219           when a test fails, give an indication of which it is
6220
6221 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6222
6223         * gst-libs/gst/cdda/gstcddabasesrc.c:
6224           compile fix; strtol() needs <stdlib.h>
6225
6226 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6227
6228         * ext/alsa/gstalsamixerelement.c:
6229         * ext/alsa/gstalsasrc.c:
6230         * ext/cdparanoia/gstcdparanoiasrc.c:
6231         * ext/gnomevfs/gstgnomevfssink.c:
6232         * ext/gnomevfs/gstgnomevfssrc.c:
6233         * ext/ogg/gstoggdemux.c:
6234         * ext/ogg/gstoggmux.c:
6235         * ext/ogg/gstoggparse.c:
6236         * ext/ogg/gstogmparse.c:
6237         * ext/pango/gstclockoverlay.c:
6238         * ext/pango/gsttextoverlay.c:
6239         * ext/pango/gsttextrender.c:
6240         * ext/pango/gsttimeoverlay.c:
6241         * ext/theora/theoradec.c:
6242         * ext/theora/theoraenc.c:
6243         * ext/vorbis/vorbisdec.c:
6244         * ext/vorbis/vorbisenc.c:
6245         * gst-libs/gst/audio/gstaudiofilter.c:
6246         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6247         * gst/audioconvert/gstaudioconvert.c:
6248         * gst/audiorate/gstaudiorate.c:
6249         * gst/audioresample/gstaudioresample.c:
6250         * gst/audiotestsrc/gstaudiotestsrc.c:
6251         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6252         * gst/playback/gstdecodebin.c:
6253         * gst/playback/gstplaybin.c:
6254         * gst/playback/gststreamselector.c:
6255         * gst/subparse/gstsubparse.c:
6256         * gst/tcp/gstmultifdsink.c:
6257         * gst/tcp/gsttcpclientsink.c:
6258         * gst/tcp/gsttcpclientsrc.c:
6259         * gst/tcp/gsttcpserversink.c:
6260         * gst/tcp/gsttcpserversrc.c:
6261         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6262         * gst/videorate/gstvideorate.c:
6263         * gst/videoscale/gstvideoscale.c:
6264         * gst/videotestsrc/gstvideotestsrc.c:
6265         * gst/volume/gstvolume.c:
6266         * sys/v4l/gstv4ljpegsrc.c:
6267         * sys/v4l/gstv4lmjpegsink.c:
6268         * sys/v4l/gstv4lmjpegsrc.c:
6269         * sys/v4l/gstv4lsrc.c:
6270         * sys/ximage/ximagesink.c:
6271         * sys/xvimage/xvimagesink.c:
6272         * tests/check/libs/cddabasesrc.c:
6273           make GstElementDetails const
6274
6275 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6276
6277         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6278         (gst_adder_init):
6279           send events from src-pad to all sink-pads fixes #338657
6280
6281 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6282
6283         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6284         (alsasink_parse_spec):
6285           query width capabilities from alsa, fixes #338919
6286
6287 2006-04-28  Wim Taymans  <wim@fluendo.com>
6288
6289         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6290         (gst_multi_fd_sink_remove_client_link):
6291         * gst/tcp/gstmultifdsink.h:
6292         Fix race condition in multifdsink that can lead to spurious 
6293         duplicate clients. this patch adds a new signal that is fired when
6294         multifdsink has removed all references to the fd.
6295         Fixes #339574.
6296         Updated documentation.
6297         API: client-fd-removed signal added
6298
6299 2006-04-28  Michael Smith  <msmith@fluendo.com>
6300
6301         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6302           When asking g_value_array_new to prealloc elements, we may as well
6303           ask for the right number of elements.
6304
6305 2006-04-28  Wim Taymans  <wim@fluendo.com>
6306
6307         * gst-libs/gst/audio/gstbaseaudiosink.c:
6308         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6309         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6310         patch to make timestamp checking more tollerant to rounding 
6311         errors given that real discontinuities are to be marked on
6312         buffers. Fixes some asf files and #338778.
6313         Also avoid some crashers when we receive an event in the 
6314         NULL state.
6315
6316 2006-04-28  Michael Smith  <msmith@fluendo.com>
6317
6318         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6319         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6320         (gst_gnome_vfs_src_get_property),
6321         (gst_gnome_vfs_src_send_additional_headers_callback),
6322         (gst_gnome_vfs_src_received_headers_callback),
6323         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6324         (gst_gnome_vfs_src_stop):
6325         * ext/gnomevfs/gstgnomevfssrc.h:
6326           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6327           proper shared support within icydemux.
6328
6329 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6330
6331         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6332         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6333           fix up docs
6334           fix a leak when no caps negotiated
6335           fix counting of input frames
6336         * tests/check/elements/.cvsignore:
6337         * tests/check/elements/videorate.c: (assert_videorate_stats),
6338         (GST_START_TEST), (videorate_suite):
6339           add tests for these
6340
6341 2006-04-28  Wim Taymans  <wim@fluendo.com>
6342
6343         * gst-libs/gst/audio/gstringbuffer.c:
6344         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6345         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6346         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6347         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6348         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6349         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6350         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6351         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6352         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6353         Check arguments passed to public functions instead of
6354         crashing.
6355
6356 2006-04-28  Wim Taymans  <wim@fluendo.com>
6357
6358         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6359         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6360         GstBaseAudioSrc must be live or it does not work.
6361
6362         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6363         Don't set live to TRUE as this is the default in the parentclass.
6364
6365 2006-04-28  Wim Taymans  <wim@fluendo.com>
6366
6367         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6368         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6369         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6370         fixation cases better. Fixes #338991
6371
6372 2006-04-28  Wim Taymans  <wim@fluendo.com>
6373
6374         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6375         Handle 0/1 framerate correctly Fixes #331901.
6376
6377 2006-04-28  Wim Taymans  <wim@fluendo.com>
6378
6379         * tests/check/elements/audioconvert.c: (get_float_caps),
6380         (GST_START_TEST), (audioconvert_suite):
6381         Added check for correct clipping when doing float samples
6382         in audioconvert.
6383
6384 2006-04-28  Wim Taymans  <wim@fluendo.com>
6385
6386         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6387         (gst_video_rate_chain):
6388         Print more debugging info.
6389
6390 2006-04-28  Wim Taymans  <wim@fluendo.com>
6391
6392         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6393         (resample_set_state_from_caps):
6394         Add support for other formats audioresample can handle such as
6395         32 bits in and float and 64 bits float. Fixes #301759
6396
6397 2006-04-28  Wim Taymans  <wim@fluendo.com>
6398
6399         * gst/audioconvert/audioconvert.c: (float):
6400         correctly clip float samples > 1.0. Fixes #338718
6401
6402 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6403
6404         Patch by: Young-Ho Cha  <ganadist at chollian net>
6405
6406         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6407         (gst_text_overlay_render_text):
6408           Don't strip newlines from the text. Also, center lines
6409           within multi-line paragraphs (#339405).
6410
6411 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6412
6413         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6414           Fix wavpack typefinding to work in more cases (don't peek
6415           for chunks of multiple hundred kBs at once, but process
6416           things step-by-step in smaller units). Fixes #339786.
6417
6418 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6419
6420         * configure.ac:
6421           back to HEAD
6422
6423 === release 0.10.6 ===
6424
6425 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6426
6427         * configure.ac:
6428           releasing 0.10.6, "Chao"
6429
6430 2006-04-26  David Schleef  <ds@schleef.org>
6431
6432         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6433           Fixes #338897.
6434
6435 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6436
6437         * configure.ac:
6438         * win32/common/config.h:
6439           new prerelease
6440
6441 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6442
6443         patch by: Wim Taymans
6444
6445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6446         (gst_ogg_demux_perform_seek):
6447           make sure correct newsegments are sent, so that the decoder
6448           and the demuxer agree on timestamps.  Fixes playback of a lot
6449           of Ogg files that do not start from 0.  Fixes #339833.
6450
6451 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6452
6453         Patch by: Edward Hervey  <edward@fluendo.com>
6454
6455         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6456         * tests/check/Makefile.am:
6457         * tests/check/elements/videorate.c: (assert_videorate_stats),
6458         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6459         (videorate_suite), (main):
6460           Fix an infinite loop if frames are passed in with wrongly ordered
6461           timestamps.  Fixes #339013.
6462
6463 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6464
6465         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6466
6467         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6468           fix typefinding on some ISO files.  Fixes #339212.
6469
6470 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6471
6472         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6473
6474         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6475           add another H264 fourcc.  Fixes #339047.
6476
6477 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6478
6479         Patch by: Jan Schmidt
6480
6481         * gst/playback/gststreamselector.c:
6482         (gst_stream_selector_bufferalloc):
6483           Restore old StreamSelector behaviour.
6484           Fixes #338419.
6485
6486 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6487
6488         * configure.ac:
6489         * win32/common/config.h:
6490           prerelease
6491
6492 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6493
6494         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6495
6496         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6497         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6498           Fix some memory leaks: on finalize, free buffers left in the queue
6499           before destroying the queue; in _push(), unref rtp_buf even if
6500           the process vfunc returned a NULL buffer as output buffer (#337548);
6501           demote some recuring debug messages to LOG level.
6502
6503 2006-04-11  Wim Taymans  <wim@fluendo.com>
6504
6505         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6506         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6507         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6508         (gst_ogg_demux_loop):
6509         More cleanups.
6510         Respect segment stop when emiting EOS or SEGMENT_DONE.
6511         Fixes (#337945).
6512
6513 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6514
6515         * gst/playback/gststreamselector.c:
6516         (gst_stream_selector_get_property):
6517           Don't leak pad name.
6518
6519 2006-04-10  Michael Smith  <msmith@fluendo.com>
6520
6521         * tests/check/Makefile.am:
6522         * tests/check/gst-plugins-base.supp:
6523           Suppress an old libtheora bug (fixed in more recent versions), so 
6524           that FC4 buildslaves can pass.
6525
6526 2006-04-10  Wim Taymans  <wim@fluendo.com>
6527
6528         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6529         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6530         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6531         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6532         (gst_ogg_demux_loop):
6533         Don't leak events.
6534         Remember what error we got when finding chains, if we
6535         were shutdown, that would not be an error.
6536
6537 2006-04-10  Wim Taymans  <wim@fluendo.com>
6538
6539         * gst-libs/gst/audio/gstbaseaudiosink.c:
6540         (gst_base_audio_sink_event):
6541         Starting the ringbuffer when we did not acquire it can cause
6542         a deadlock, is pointless and causes nasty things for
6543         subclasses. 
6544         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6545
6546 2006-04-10  Wim Taymans  <wim@fluendo.com>
6547
6548         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6549         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6550         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6551         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6552         (gst_ogg_demux_deactivate_current_chain),
6553         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6554         (gst_ogg_demux_bisect_forward_serialno),
6555         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6556         Add some more debugging.
6557
6558 2006-04-10  Wim Taymans  <wim@fluendo.com>
6559
6560         * ext/theora/theoradec.c: (theora_dec_src_event),
6561         (theora_handle_data_packet):
6562         Some more debug info.
6563
6564         * tests/examples/seek/seek.c: (start_seek), (main):
6565         Print element messages too.
6566
6567 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6568
6569         * gst/audioresample/debug.h:
6570           replace debug macros with variable number of parameters
6571           by a simple alias to gstreamer standard debug macros 
6572          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6573           supported by MSVC 6.0 and 7.1)
6574         * gst/audioresample/resample.h:
6575           define M_PI and rint for WIN32
6576         * win32/common/libgstaudio.def:
6577         * win32/common/libgstriff.def:
6578         * win32/common/libgsttag.def:
6579         * win32/common/libgstvideo.def:
6580           add new exported functions
6581         * win32/vs6:
6582           update project files
6583
6584 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6585
6586         * ext/alsa/gstalsamixeroptions.c:
6587         (gst_alsa_mixer_options_class_init):
6588         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6589         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6590         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6591         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6592         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6593         * gst-libs/gst/audio/gstaudiofilter.c:
6594         (gst_audio_filter_class_init):
6595         * gst-libs/gst/audio/gstaudiosink.c:
6596         (gst_audioringbuffer_class_init):
6597         * gst-libs/gst/audio/gstaudiosrc.c:
6598         (gst_audioringbuffer_class_init):
6599         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6600         * gst-libs/gst/interfaces/colorbalancechannel.c:
6601         (gst_color_balance_channel_class_init):
6602         * gst-libs/gst/interfaces/mixeroptions.c:
6603         (gst_mixer_options_class_init):
6604         * gst-libs/gst/interfaces/mixertrack.c:
6605         (gst_mixer_track_class_init):
6606         * gst-libs/gst/interfaces/tunerchannel.c:
6607         (gst_tuner_channel_class_init):
6608         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6609         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6610         (gst_netbuffer_class_init):
6611         * gst-libs/gst/rtp/gstbasertppayload.c:
6612         (gst_basertppayload_class_init):
6613         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6614         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6615         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6616         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6617         * gst/playback/gststreamselector.c:
6618         (gst_stream_selector_class_init):
6619         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6620         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6621         * sys/v4l/gstv4lcolorbalance.c:
6622         (gst_v4l_color_balance_channel_class_init):
6623         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6624         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6625         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6626         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6627         (gst_v4l_tuner_norm_class_init):
6628         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6630         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6631         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6632
6633 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6634
6635         * ext/pango/gsttextrender.h:
6636         * gst-libs/gst/audio/gstaudiosink.h:
6637         * gst-libs/gst/audio/gstaudiosrc.h:
6638         * gst-libs/gst/audio/gstbaseaudiosink.h:
6639         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6640         * gst-libs/gst/audio/gstringbuffer.h:
6641         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6642         * gst-libs/gst/rtp/gstbasertppayload.h:
6643         * gst-libs/gst/video/gstvideofilter.h:
6644         * gst-libs/gst/video/gstvideosink.h:
6645         * gst/playback/gstplaybasebin.h:
6646         * gst/tcp/gstmultifdsink.h:
6647         * sys/v4l/gstv4lelement.h:
6648         Fix broken GObject macros
6649
6650 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6651
6652         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6653         More debug to trace why my USB headset is not working with gst
6654
6655 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6656
6657         * gst/playback/gstplaybasebin.c: (group_destroy):
6658         Clean up our group elements properly in the case where it never 
6659         got committed - it still got added unconditionally to the bin.
6660
6661 2006-04-07  Wim Taymans  <wim@fluendo.com>
6662
6663         * ext/theora/theoradec.c: (theora_dec_sink_event),
6664         (theora_handle_data_packet), (theora_dec_chain):
6665         Unref unhandled events.
6666         Protect against empty buffers.
6667         Perform QoS on running time.
6668
6669 2006-04-07  Michael Smith  <msmith@fluendo.com>
6670
6671         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6672         (gst_vorbis_enc_chain):
6673           Remove leaks from vorbisenc.
6674           Mostly minor changes, the only significant one is that now the
6675           buffers we set as 'streamheader' on the caps are copies of the
6676           original buffers, to avoid circular refcounting problems.
6677
6678 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6679
6680         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6681           Don't remove our mute-probe if someone else already did so.
6682           Don't set a 2nd one if there is already one pending on the pad.
6683
6684         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6685         (do_playbin_seek):
6686           When a seek fails, ensure that playbin is still set back to playing.
6687           
6688         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6689         (mpeg_ts_type_find), (plugin_init):
6690           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6691
6692 2006-04-06  Andy Wingo  <wingo@pobox.com>
6693
6694         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6695         (gst_video_rate_init): Caps-related parameters should not be reset
6696         by a flush -- move their inits to the instance init function.
6697         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6698         is not OK, just return the result.
6699
6700         * gst/audiotestsrc/gstaudiotestsrc.c
6701         (gst_audio_test_src_class_init)
6702         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6703         broken by Stefan's commit on 24 March.
6704
6705         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6706         buffers being pushed out. Fixes oggmux ! multifdsink.
6707
6708 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6709
6710         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6711         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6712         * ext/vorbis/vorbisdec.h:
6713         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6714         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6715         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6716         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6717         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6718         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6719         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6720         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6721         (gst_vorbis_enc_buffer_from_packet),
6722         (gst_vorbis_enc_buffer_from_header_packet),
6723         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6724         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6725         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6726         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6727         (gst_vorbis_enc_change_state):
6728         * ext/vorbis/vorbisenc.h:
6729           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6730           vorbisenc adhere to the official nomenclature; use boilerplate
6731           macro.
6732
6733 2006-04-04  Andy Wingo  <wingo@pobox.com>
6734
6735         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6736         Whoops, fix bug introduced. Bad hacker!
6737         
6738         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6739         Properly handle the case where you get EOS before any buffers are
6740         received. Use gst_buffer_make_metadata_writable where appropriate.
6741
6742         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6743         is often negative -- make it signed so as not to wrap around.
6744         Fixes segfaults introduced on 9 March.
6745
6746 2006-04-03  Wim Taymans  <wim@fluendo.com>
6747
6748         * ext/theora/gsttheoradec.h:
6749         * ext/theora/theoradec.c: (theora_dec_src_event):
6750         Don't try to store a gdouble in a gboolean.
6751         Small cleanups.
6752
6753 2006-04-03  Michael Smith  <msmith@fluendo.com>
6754
6755         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6756           Oggmux sucks.
6757           Make it suck slightly less by writing out the final page.
6758           Still can't encode a vorbis-in-ogg file correctly, though.
6759
6760 2006-04-03  Andy Wingo  <wingo@pobox.com>
6761
6762         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6763         a g_print.
6764
6765         * ext/theora/theora.c (plugin_init): Register theoraparse.
6766
6767         * ext/theora/gsttheoraparse.h: 
6768         * ext/theora/theoraparse.c: New files implementing a theora
6769         parser. Now we can properly remux ogg/theora+vorbis, yay.
6770
6771         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6772
6773 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6774
6775         * gst/audiotestsrc/gstaudiotestsrc.c:
6776           Fixed the sample pipeline (see #323798)
6777
6778 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6779
6780         * configure.ac:
6781         * win32/common/config.h:
6782         * win32/common/config.h.in:
6783           use AS_VERSION and AS_NANO
6784           more cleanups
6785
6786 2006-03-31  Andy Wingo  <wingo@pobox.com>
6787
6788         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6789         uninitialized variable return that would happen.
6790         
6791         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6792         uninitialized variable return that would never happen.
6793
6794         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6795         (vorbis_parse_sink_event): Add an event function to flush our
6796         state on a seek, and to drain buffers on a premature EOS.
6797         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6798         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6799         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6800         (vorbis_parse_drain_queue): Queue up buffers until we can set
6801         their timestamps and granulepos values.
6802
6803         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6804         and keep track of data needed for deriving granulepos and
6805         timestamps for buffers.
6806
6807 2006-03-29  Wim Taymans  <wim@fluendo.com>
6808
6809         Patch by: j^ <j at bootlab dot org>
6810
6811         * ext/alsa/gstalsamixerelement.c:
6812         (gst_alsa_mixer_element_class_init):
6813         * ext/alsa/gstalsasink.c:
6814         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6815         * ext/ogg/gstoggdemux.c:
6816         * ext/ogg/gstoggmux.c:
6817         * ext/ogg/gstoggparse.c:
6818         * ext/pango/gstclockoverlay.c:
6819         * ext/pango/gsttextoverlay.c:
6820         * ext/pango/gsttextrender.c:
6821         * ext/pango/gsttimeoverlay.c:
6822         * ext/theora/theoradec.c:
6823         * ext/theora/theoraenc.c:
6824         * ext/vorbis/vorbisdec.c:
6825         * ext/vorbis/vorbisenc.c:
6826         * gst/audioconvert/gstaudioconvert.c:
6827         * gst/subparse/gstsubparse.c:
6828         * gst/tcp/gstmultifdsink.c:
6829         * gst/tcp/gsttcpclientsink.c:
6830         * gst/tcp/gsttcpclientsrc.c:
6831         * gst/tcp/gsttcpserversink.c:
6832         * gst/tcp/gsttcpserversrc.c:
6833           better/unified long descriptions
6834           Fixes #336477
6835
6836 2006-03-29  Wim Taymans  <wim@fluendo.com>
6837
6838         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6839         (stop_seek):
6840         Don't let double and triple clicks mess up our state.
6841
6842 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6843
6844         * gst/playback/gstplaybin.c: (gen_video_element),
6845         (gen_text_element), (gen_audio_element), (gen_vis_element):
6846           Error out gracefully when we can't create any of the usual
6847           conversion elements for some reason. Also, don't try to
6848           create an audioscale (sic) element that's not used anyway.
6849
6850 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6851
6852         * gst/playback/gstplaybasebin.c: (setup_source):
6853           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6854           element for a particular protocol, that's confusing for users.
6855           Instead, post a RESOURCE_FAILED error, so that our own error
6856           message is actually shown in totem etc. (#336303).
6857
6858 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6859
6860         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6861
6862         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6863         (gst_gnome_vfs_src_get_icy_metadata):
6864           Fix some minor memory leaks (#336194).
6865
6866 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6867
6868         * ext/gnomevfs/gstgnomevfs.c:
6869         (gst_gnome_vfs_location_to_uri_string):
6870         * ext/gnomevfs/gstgnomevfs.h:
6871         * ext/gnomevfs/gstgnomevfssink.c:
6872         (gst_gnome_vfs_sink_set_property):
6873         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6874           Make gnomevfssink accept filenames as well as URIs for the
6875           "location" property, just like gnomevfssrc does (and
6876           filesrc/filesink do) (#336190).
6877
6878 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6879
6880         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6881           set to NULL before unreffing, fixes a valgrind leak.
6882           Why was this not triggering the error that an object needs to
6883           be NULL before unreffing ?
6884         * win32/common/config.h:
6885           update
6886
6887 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6888
6889         * gst/subparse/gstsubparse.c: (convert_encoding),
6890         (gst_sub_parse_change_state):
6891         * gst/subparse/gstsubparse.h:
6892           Text subtitle files may or may not be UTF-8. If it's not, we
6893           don't really want to see '?' characters in place of non-ASCII
6894           characters like accented characters. So let's assume the input
6895           is UTF-8 until we come across text that is clearly not. If it's
6896           not UTF-8, we don't really know what it is, so try the following:
6897           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6898           is set; if not, check (b) if the current locale encoding is
6899           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6900           the current locale encoding is UTF-8 and the environment variable
6901           was not set to any particular encoding. Not perfect, but better
6902           than nothing (and better than before, I think) (fixes #172848).
6903
6904 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6905
6906         * configure.ac:
6907           update core requirement to 0.10.4.1 because of async_playback
6908           vmethod on GstBaseSink
6909
6910 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6911
6912         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6913         * gst/adder/gstadder.c: (gst_adder_init):
6914         use DEBUG_FUNCPTR for collectpads
6915
6916 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6917
6918         * docs/plugins/Makefile.am:
6919         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6920         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6921         * ext/cdparanoia/gstcdparanoiasrc.c:
6922         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6923         (gst_gnome_vfs_sink_class_init):
6924         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6925         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6926         * ext/ogg/gstoggmux.c:
6927         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6928         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6929         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6930         * ext/pango/gsttextoverlay.c:
6931         * ext/pango/gsttextrender.c:
6932         * ext/theora/theoradec.c:
6933         * ext/theora/theoraenc.c:
6934         * ext/vorbis/vorbisdec.c:
6935         * ext/vorbis/vorbisenc.c:
6936         * gst-libs/gst/audio/gstaudiofilter.c:
6937         (gst_audio_filter_base_init):
6938         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6939         (gst_audio_filter_template_base_init):
6940         * gst/adder/gstadder.c: (gst_adder_get_type):
6941         * gst/adder/gstadder.h:
6942         * gst/audioconvert/gstaudioconvert.c:
6943         * gst/audiotestsrc/gstaudiotestsrc.c:
6944         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6945         (gst_audio_test_src_create):
6946         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6947         * gst/playback/gstdecodebin.c:
6948         * gst/playback/gstplaybin.c:
6949         * gst/playback/gststreamselector.c:
6950         (gst_stream_selector_base_init):
6951         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6952         * gst/volume/gstvolume.c:
6953         * sys/v4l/gstv4lmjpegsink.c:
6954         * sys/v4l/gstv4lmjpegsrc.c:
6955         * tests/check/libs/cddabasesrc.c:
6956         * tests/old/examples/gob/gst-identity2.gob:
6957           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6958           define GstElementDetails at the top
6959
6960 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6961
6962         * win32/common/libgstinterfaces.def:
6963         Add a lot of export functions for gst-python
6964         * win32/vs6/libgstinterfaces.dsp:
6965         Add a missing include folder in the project configuration
6966         
6967 2006-03-23  Wim Taymans  <wim@fluendo.com>
6968
6969         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6970         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6971         (gst_base_audio_src_change_state):
6972         Fix audio sources, forgot to make the ringbuffer
6973         startable...
6974
6975 2006-03-23  Wim Taymans  <wim@fluendo.com>
6976
6977         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6978         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6979         (gst_base_audio_src_change_state):
6980         unparent instead of unref the ringbuffer.
6981
6982 2006-03-23  Wim Taymans  <wim@fluendo.com>
6983
6984         * gst-libs/gst/audio/gstbaseaudiosink.c:
6985         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6986         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6987         Implement new async_play vmethod to start slaving and allow
6988         playback start in case of async PLAY state changes. 
6989
6990         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6991         Enable QoS with new method in base class.
6992
6993 2006-03-23  Wim Taymans  <wim@fluendo.com>
6994
6995         Patch by: Julien MOUTTE <julien at moutte dot net>
6996
6997         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6998         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6999         Partially handle 0 framerate, only EOS after the first frame
7000         is missing.
7001
7002 2006-03-23  Wim Taymans  <wim@fluendo.com>
7003
7004         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7005
7006         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7007         (gst_riff_create_video_template_caps):
7008         * gst/ffmpegcolorspace/avcodec.h:
7009         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7010         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7011         (gst_ffmpegcsp_avpicture_fill):
7012         * gst/ffmpegcolorspace/imgconvert.c:
7013         Patch for support of YVU9 AVI files (#334822)
7014
7015 2006-03-22  Edward Hervey  <edward@fluendo.com>
7016
7017         * docs/design/design-decodebin.txt:
7018         Added design document for new decodebin
7019         (Target Caps): text/x-pango-markup is also a default target caps.
7020
7021 2006-03-22  Wim Taymans  <wim@fluendo.com>
7022
7023         * gst-libs/gst/audio/gstbaseaudiosink.c:
7024         (gst_base_audio_sink_dispose):
7025         Since we _parent the ringbuffer, we also need to
7026         _unparent instead of a plain _unref.
7027
7028 2006-03-22  Wim Taymans  <wim@fluendo.com>
7029
7030         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
7031         (stop_seek), (scrub_toggle_cb), (main):
7032         Add scrub checkbox.
7033
7034 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
7035
7036         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
7037         (gst_ogg_parse_chain):
7038           Fix very inefficient usage of linked lists (#335365).
7039
7040 2006-03-21  Edward Hervey  <edward@fluendo.com>
7041
7042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7043         * gst/playback/gstplaybin.c: (handoff):
7044         * gst/playback/gststreamselector.c:
7045         (gst_stream_selector_set_property):
7046         gcc 4.1 unreferenced pointer fixes.
7047         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7049         gst_buffer_ref() now takes a GstBuffer*.
7050
7051 2006-03-20  Julien MOUTTE  <julien@moutte.net>
7052
7053         * sys/xvimage/xvimagesink.c:
7054         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7055         by Jan Schmidt.
7056
7057 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
7058
7059         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7060         (id3v1_type_find), (apetag_type_find), (plugin_init):
7061           Can't do tag preferences via probability, as tags would then
7062           lose against types that are recognised with MAXIMUM probability
7063           (like .wav); so let all tag typefinders return MAXIMUM themselves
7064           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7065           that we can prefer APE to ID3v1 (fixes #335028).
7066           
7067 2006-03-17  Wim Taymans  <wim@fluendo.com>
7068
7069         * gst-libs/gst/audio/gstbaseaudiosink.c:
7070         (gst_base_audio_sink_change_state):
7071         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7072         (gst_ring_buffer_may_start):
7073         * gst-libs/gst/audio/gstringbuffer.h:
7074         Only start playback if we are playing.
7075         should fix #330748.
7076
7077 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
7078
7079         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7080         * win32/common/config.h:
7081           Revert accidental commits to these files.
7082
7083 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7084
7085         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
7086
7087         * tests/Makefile.am:
7088           Don't try to build tests in tests/icles if we
7089           don't have X (#323852)
7090
7091 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7092
7093         * gst-libs/gst/tag/gstid3tag.c:
7094           Add TXXX frame identifiers for replaygain stuff as used
7095           by some taggers (see #323721).
7096
7097 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
7098
7099         * gst/playback/gststreamselector.c:
7100         (gst_stream_selector_set_property),
7101         (gst_stream_selector_bufferalloc):
7102           Preserve the existing buggy streamselector behaviour by performing
7103           a fallback buffer allocation when downstream isn't linked yet.
7104           This should really be fixed in playbin by blocking pads until it's
7105           linked them.
7106           Also, use gst_pad_alloc_buffer instead of
7107           gst_pad_alloc_buffer_and_set.
7108
7109 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7110
7111         * gst-libs/gst/tag/gstid3tag.c:
7112           Don't crash on unknown ID3v2 TXXX frames.
7113           
7114 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
7115
7116         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7117           Chain up to the parent finalize method.
7118           Add 32-bit sample size to the template caps.
7119
7120         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7121         (gst_riff_create_video_template_caps):
7122           Add the fourcc that the VMWare codec uses.
7123           
7124         * gst/playback/gststreamselector.c:
7125         (gst_stream_selector_set_property),
7126         (gst_stream_selector_bufferalloc),
7127         (gst_stream_selector_request_new_pad):
7128           For the active pad, forward buffer-alloc requests, otherwise
7129           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7130           having to memcpy every frame when used by playbin.
7131
7132         * gst/tcp/gstmultifdsink.c:
7133         (gst_multi_fd_sink_handle_client_write):
7134           Get negotiated caps from the sink pad, rather than the sink
7135           pad's peer.
7136
7137 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7138
7139         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7140         
7141         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7142           Don't forget to set src->callbacks_pushed to FALSE again when
7143           popping them, otherwise re-activation in a different mode won't
7144           work (#334620).
7145
7146 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7147
7148         Patch by: Sebastien Moutte  <sebastien moutte net>
7149
7150         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7151         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7152         (gst_ffmpeg_smpfmt_to_caps):
7153           Replace __VA_ARGS__ caps creation macros with varargs functions.
7154           Makes things compile on MSVC (#320765), looks nicer, and we can
7155           tell the compiler to check for the NULL terminator.
7156
7157 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7158
7159         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7160
7161         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7162           Make sure the buffer we copy into is really always big
7163           enough, this time for real (#333488).
7164           
7165 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7166
7167         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7168           Add support for 24bpp DIB (#305279).
7169
7170 2006-03-14  Wim Taymans  <wim@fluendo.com>
7171
7172         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7173         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7174         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7175         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7176         (gst_video_scale_init), (gst_video_scale_src_event):
7177         Re-enable QoS after the release.
7178         Rework videoscale to use the base class src_event handler.
7179
7180 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7181
7182         * configure.ac:
7183           back to CVS.
7184
7185 === release 0.10.5 ===
7186
7187 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7188
7189         * configure.ac:
7190           releasing 0.10.5, "Net"
7191
7192 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7193
7194         * docs/plugins/Makefile.am:
7195           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7196           
7197 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7198
7199         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7200         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7201         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7202           Add cdparanoiasrc to docs.
7203
7204         * gst-libs/gst/cdda/gstcddabasesrc.c:
7205           More GstCddaBaseSrc docs.
7206
7207 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7208
7209         * docs/libs/gst-plugins-base-libs-sections.txt:
7210         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7211         * gst-libs/gst/tag/tag.h:
7212           API: libgsttag: new method gst_tag_from_id3_user_tag().
7213
7214 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7215
7216         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7217           NULL-terminate array of mpeg4 video file extensions.
7218           Fixes crash on PPC (#334226).
7219
7220 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7221
7222         * ext/gnomevfs/gstgnomevfssrc.c:
7223         (gst_gnome_vfs_src_check_get_range):
7224           gnome_vfs_uri_is_local() alone is not a good indicator
7225           whether we can operate in pull-mode with a specific URI,
7226           as it returns FALSE for file:// URIs that point to an
7227           NFS-mounted path. Be more conservative here: whitelist
7228           local files, blacklist http URIs and use the old
7229           mechanism for anything else (fixes #334216).
7230
7231 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7232
7233         * configure.ac:
7234           back to trunk
7235
7236 === release 0.10.4 ===
7237
7238 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7239
7240         * configure.ac:
7241           releasing 0.10.4, "Power"
7242
7243 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7244
7245         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7246         Disable max-lateness by setting it to -1 for now, so that 
7247         we can bed QoS stuff in thoroughly between now and the next
7248         release.
7249
7250 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7251
7252         Patch by: Fabrizio Gennari
7253
7254         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7255           Make sure we don't read beyond the palette buffer in case of
7256           broken or manipulated files (#333488)
7257
7258 2006-03-10  Edward Hervey  <edward@fluendo.com>
7259
7260         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7261         Fix for variable not initialized.
7262
7263 2006-03-09  Wim Taymans  <wim@fluendo.com>
7264
7265         * ext/libvisual/visual.c: (gst_visual_get_type),
7266         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7267         (gst_visual_chain):
7268         Small cleanups.
7269
7270         * ext/theora/gsttheoradec.h:
7271         * ext/theora/theoradec.c: (gst_theora_dec_init),
7272         (gst_theora_dec_reset), (_theora_granule_time),
7273         (theora_dec_src_convert), (theora_dec_sink_convert),
7274         (theora_dec_src_query), (theora_dec_src_event),
7275         (theora_dec_sink_event), (theora_handle_comment_packet),
7276         (theora_handle_header_packet), (theora_dec_push),
7277         (theora_handle_data_packet), (theora_dec_chain),
7278         (theora_dec_change_state):
7279         Add simple QoS.
7280
7281 2006-03-09  Wim Taymans  <wim@fluendo.com>
7282
7283         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7284         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7285         Some cleanups.
7286
7287 2006-03-09  Wim Taymans  <wim@fluendo.com>
7288
7289         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7290         Don't try to activate NULL chains.
7291
7292 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7293
7294         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7295           Fix invalid memory access to region before peek'd data (#332964).
7296
7297 2006-03-09  Wim Taymans  <wim@fluendo.com>
7298
7299         Patch by: Christophe Fergeau
7300
7301         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7302         * ext/pango/gsttextrender.c: (gst_text_render_init):
7303         * gst/adder/gstadder.c: (gst_adder_init):
7304         Don't leak padtemplates, closes #333510.
7305
7306 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7307
7308         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7309           Fix invalid memory access: make sure string passed to
7310           regexec() is NUL-termianted.
7311
7312 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7313
7314         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7315         (mp3_type_find):
7316           Refactor mpeg/audio typefinding to make it more maintainable
7317           and easier to fine-tune. Make probing into middle of the file
7318           work properly (fixes #333900, also see #152688).
7319
7320 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7321
7322         * gst/typefind/gsttypefindfunctions.c:
7323         (utf8_type_find_have_valid_utf8_at_offset):
7324           Remove part from previous commit that was bogus:
7325           g_utf8_validate() does in fact not accept embedded
7326           zeroes, so we don't need to check for those (thanks
7327           to Mike for the hint).
7328
7329 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7330
7331         * gst/typefind/gsttypefindfunctions.c:
7332         (utf8_type_find_count_embedded_zeroes),
7333         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7334           Make plain/text typefinder more conservative: firstly, check
7335           for embedded zeroes, which are perfectly valid UTF-8 characters,
7336           but also a fairly good sign that something is not a plain text
7337           file; secondly, probe into the middle of the file if possible.
7338           If we can't probe into the middle, limit the probability value
7339           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7340
7341 2006-03-08  Michael Smith  <msmith@fluendo.com>
7342
7343         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7344           Make typefind function name for mpeg4 video unique.
7345
7346 2006-03-08  Wim Taymans  <wim@fluendo.com>
7347
7348         * ext/libvisual/visual.c: (gst_visual_init),
7349         (gst_visual_clear_actors), (gst_visual_dispose),
7350         (gst_visual_reset), (gst_visual_src_setcaps),
7351         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7352         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7353         (gst_visual_chain), (gst_visual_change_state):
7354         Cleanups, post nice errors.
7355         Handle sink and src events.
7356         Implement simple QoS.
7357
7358         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7359         Use new basesink methods to configure max-lateness.
7360         Small doc update.
7361
7362         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7363         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7364         Debug statement cleanups.
7365
7366         * gst/volume/gstvolume.c: (gst_volume_class_init):
7367         Simple cleanup.
7368
7369 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7370
7371         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7372         (gst_text_overlay_init), (gst_text_overlay_set_property),
7373         (gst_text_overlay_get_property):
7374           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7375           as string type properties, but mark them deprecated. Add
7376           'halignment' and 'valignment' properties that use enums
7377           instead of strings.
7378
7379 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7380
7381         Patch by: Fabrizio Gennari
7382
7383         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7384           Allow palettes with less than 256 colours in AVI files
7385           (#333488)
7386
7387 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7388
7389         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7390         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7391         pad. We were releasing the queued text buffer when we should keep
7392         it until video pad gets EOS or discard the text buffer because it's
7393         too old. That was eating the last subtitle buffer. Add some more
7394         debug.
7395
7396 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7397
7398         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7399         (gst_text_overlay_video_chain):
7400           Fix invalid memory access (we can't access a buffer after it's been
7401           pushed downstream without taking a reference); fix memory leak (if
7402           there's no text to render, bail out before allocating stuff).
7403
7404 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7405
7406         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7407         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7408         * ext/pango/gsttextoverlay.h:
7409           If input is plain text, escape it before passing it to
7410           pango_layout_set_markup().
7411
7412 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7413
7414         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7415           Don't ignore flow return from gst_pad_push().
7416
7417 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7418
7419         Patch by: Fabrizio Gennari
7420
7421         * ext/libvisual/visual.c: (gst_visual_getcaps),
7422         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7423         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7424         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7425         (gst_vorbisenc_convert_sink):
7426         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7427         (gst_audio_duration_from_pad_buffer):
7428         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7429         (gst_audio_filter_chain):
7430         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7431         (gst_base_rtp_depayload_setcaps):
7432         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7433         (gst_video_get_size):
7434         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7435           Don't leak references returned by gst_pad_get_parent()
7436           (#333663)
7437
7438 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7439
7440         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7441           change location param details
7442         * gst/volume/gstvolume.c: (plugin_init):
7443           correct plugin description
7444
7445 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7446
7447         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7448         (gst_gnome_vfs_src_check_get_range):
7449           Override GstBaseSrc::check_get_range() in order to avoid opening
7450           the resource just to check whether we can operate in pull-mode or
7451           not - we can predict that pretty well from the URI alone. Should
7452           fix problems with last.fm (#331690). (Requires latest core CVS).
7453
7454 2006-03-06  Wim Taymans  <wim@fluendo.com>
7455
7456         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7457         (gst_video_sink_class_init):
7458         Throw away frames that are later than 20 ms.
7459
7460 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7461
7462         Patch by: Fabrizio Gennari
7463
7464         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7465           Set depth on WMA caps (#333545)
7466
7467 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7468
7469         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7470         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7471           put Theora BOS pages before others.  This hardcodes
7472           the Ogg/Theora I profile, but hey.
7473
7474 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7475
7476         * ext/ogg/README:
7477           updated with some examples
7478         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7479         (granulepos_add), (theora_buffer_from_packet):
7480         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7481         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7482         (gst_vorbisenc_chain):
7483           implement strategy from ext/ogg/README
7484         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7485         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7486         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7487         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7488           Fix muxer so that oggz-validate is happy with all streams;
7489           except for no eos mark, and the BOS page ordering
7490         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7491         (check_buffer_granulepos):
7492         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7493           update tests to check for OFFSET being set as requested
7494           fixed type of granulepos, it's not a ClockTime
7495
7496 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7497
7498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7499         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7500         Check that the xvimage we are creating has a correct size
7501         before returning it. (#314897)
7502
7503 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7504
7505         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7506           Give id3 and ape tag typefinders a rank slightly higher
7507           than PRIMARY to ensure they're always run before any of
7508           the other typefinders (in particular wav and mp3) (#324186).
7509
7510 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7511
7512         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7513           Add support for '3IVD' fourcc (#333403).
7514
7515 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7516
7517         * configure.ac:
7518           Bump requirements to GStreamer CVS for the new error enum.
7519
7520         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7521           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7522           space left on the device (fixes #333352).
7523
7524 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7525
7526         * win32/vs6:
7527           add a project file for libgstvolume
7528           update the workspace
7529
7530 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7531
7532         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7533         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7534         (GST_START_TEST):
7535           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7536           Set IN_CAPS on header buffers
7537
7538 2006-03-02  Wim Taymans  <wim@fluendo.com>
7539
7540         * docs/plugins/Makefile.am:
7541         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7542         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7543         Add audioresample to docs.
7544
7545         * gst/audioconvert/gstaudioconvert.c:
7546         Add revision date.
7547
7548         * gst/audioresample/gstaudioresample.c:
7549         (gst_audioresample_base_init), (gst_audioresample_class_init),
7550         (gst_audioresample_init), (gst_audioresample_dispose),
7551         (audioresample_get_unit_size), (audioresample_transform_caps),
7552         (resample_set_state_from_caps), (audioresample_transform_size),
7553         (audioresample_set_caps), (audioresample_event),
7554         (audioresample_do_output), (audioresample_transform),
7555         (audioresample_pushthrough), (gst_audioresample_set_property),
7556         (gst_audioresample_get_property), (plugin_init):
7557         * gst/audioresample/gstaudioresample.h:
7558         Added docs.
7559         Small code cleanups.
7560
7561 2006-03-02  Wim Taymans  <wim@fluendo.com>
7562
7563         * docs/plugins/Makefile.am:
7564         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7565         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7566         Added videoscale to docs.
7567
7568         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7569         (gst_video_rate_swap_prev), (gst_video_rate_event),
7570         (gst_video_rate_chain):
7571         Fix typo in docs.
7572
7573         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7574         (gst_video_scale_init), (gst_video_scale_prepare_size),
7575         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7576         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7577         * gst/videoscale/gstvideoscale.h:
7578         Added docs, examples.
7579         Some code cleanups.
7580         Post errors instead of g_warning.
7581
7582 2006-03-02  Wim Taymans  <wim@fluendo.com>
7583
7584         * docs/libs/gst-plugins-base-libs-docs.sgml:
7585         * docs/libs/gst-plugins-base-libs-sections.txt:
7586         * docs/libs/gst-plugins-base-libs.types:
7587         * docs/plugins/Makefile.am:
7588         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7589         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7590         Added some more docs to libs and plugins.
7591
7592         * gst-libs/gst/audio/gstringbuffer.c:
7593         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7594         * gst-libs/gst/audio/gstringbuffer.h:
7595         Document ringbuffer some more.
7596
7597         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7598         (gst_video_rate_setcaps), (gst_video_rate_reset),
7599         (gst_video_rate_init), (gst_video_rate_flush_prev),
7600         (gst_video_rate_swap_prev), (gst_video_rate_event),
7601         (gst_video_rate_chain), (gst_video_rate_change_state):
7602         * gst/videorate/gstvideorate.h:
7603         Fix videorate to use segments.
7604         Make it work with 0/1 framerates (closes #331903)
7605         Handle EOS correctly.
7606         Added docs.
7607
7608 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7609
7610         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7611         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7612         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7613           In state change function, first chain up to parent class,
7614           then handle downwards state change stuff. Remove some
7615           commented out cruft from 0.8 code.
7616
7617 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7618
7619         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7620         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7621         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7622         (gst_ogm_parse_chain):
7623           Don't remove/re-add source pad if the new caps are the same as
7624           the old caps anyway (#333042). When removing source pad, don't
7625           unref it afterwards - we didn't ref it when adding. Sprinkle some
7626           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7627           after using gst_pad_get_parent(). Return downstream flow return
7628           value in chain function.
7629
7630 2006-03-02  Wim Taymans  <wim@fluendo.com>
7631
7632         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7633         * docs/plugins/gst-plugins-base-plugins.args:
7634         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7635         * docs/plugins/gst-plugins-base-plugins.interfaces:
7636         * docs/plugins/gst-plugins-base-plugins.signals:
7637         Fix hierarchy, added some more elements to the docs.
7638
7639         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7640         (gst_ffmpegcsp_get_type):
7641         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7642         Fix docs for ffmpegcolorspace.
7643
7644 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7645
7646         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7647         (apetag_type_find), (ape_type_find), (plugin_init):
7648           Some typefinding fine-tuning:
7649           - rank ID3/APE tags in order of preference via probabilities, so that
7650             ID3v2 > APEv2 > APEv1 > ID3v1.
7651           - three or four bytes don't really justify MAXIMUM probability,
7652             change those to 'very likely' (musepack and monkeysaudio).
7653
7654 2006-03-01  Wim Taymans  <wim@fluendo.com>
7655
7656         * docs/plugins/Makefile.am:
7657         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7658         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7659         * ext/alsa/gstalsamixer.c:
7660         * ext/alsa/gstalsamixer.h:
7661         * ext/alsa/gstalsamixerelement.c:
7662         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7663         * ext/alsa/gstalsamixerelement.h:
7664         * ext/alsa/gstalsasink.c:
7665         * ext/alsa/gstalsasink.h:
7666         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7667         (gst_alsasrc_init):
7668         * ext/alsa/gstalsasrc.h:
7669         Added alsa docs.
7670         Small code cleanups.
7671
7672 2006-03-01  Wim Taymans  <wim@fluendo.com>
7673
7674         * ext/theora/Makefile.am:
7675         Dist new header too,
7676
7677 2006-03-01  Wim Taymans  <wim@fluendo.com>
7678
7679         * docs/plugins/Makefile.am:
7680         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7681         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7682         * ext/gnomevfs/gstgnomevfssink.h:
7683         * ext/gnomevfs/gstgnomevfssrc.h:
7684         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7685         * ext/vorbis/vorbisdec.h:
7686         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7687         * ext/vorbis/vorbisenc.h:
7688         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7689         (vorbis_parse_chain), (vorbis_parse_change_state):
7690         * ext/vorbis/vorbisparse.h:
7691         * gst/audioconvert/gstaudioconvert.h:
7692         * gst/tcp/gsttcpserversink.h:
7693         * gst/videotestsrc/gstvideotestsrc.c:
7694         * gst/videotestsrc/gstvideotestsrc.h:
7695         * gst/volume/gstvolume.c:
7696         * gst/volume/gstvolume.h:
7697         Fix some more docs.
7698         Added docs for vorbisdec and vorbisparse.
7699         Fix vorbisparse.
7700
7701 2006-03-01  Wim Taymans  <wim@fluendo.com>
7702
7703         * docs/plugins/Makefile.am:
7704         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7705         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7706         * ext/pango/gstclockoverlay.h:
7707         * ext/pango/gsttextoverlay.h:
7708         * ext/pango/gsttextrender.h:
7709         * ext/pango/gsttimeoverlay.h:
7710         * ext/theora/gsttheoradec.h:
7711         * ext/theora/gsttheoraenc.h:
7712         * ext/theora/theoradec.c:
7713         * ext/theora/theoraenc.c:
7714         * gst/audioconvert/gstaudioconvert.h:
7715         * gst/audiotestsrc/gstaudiotestsrc.h:
7716         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7717         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7718         * gst/tcp/gstmultifdsink.h:
7719         Updated/added documentation.
7720
7721         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7722         (gst_text_overlay_halign_get_type),
7723         (gst_text_overlay_wrap_mode_get_type),
7724         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7725         (gst_text_overlay_init), (gst_text_overlay_set_property),
7726         (gst_text_overlay_get_property):
7727         Fix up properties to be enums instead of string to make bindings,
7728         introspection and automatic GUI creation possible.
7729         Add getters for the properties.
7730
7731 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7732
7733         * gst/audiotestsrc/gstaudiotestsrc.c:
7734           added defines of M_PI and M_PI_2
7735         * gst/ffmpegcolorspace/avcodec.h:
7736           removed #include "stdint.h" for win32 as _stdint.h is 
7737           autogenerated to win32/common
7738         * win32/common/libgstaudio.def:
7739         * win32/common/libgsttag.def:
7740           added some exports
7741         * win32/vs6:
7742           some project files bugs corrected
7743         * win32/vs7:
7744           project files are reset to the default vs7 configuration 
7745           (they link to msvcr71.dll using default optimizations)
7746           
7747 2006-02-28  Wim Taymans  <wim@fluendo.com>
7748
7749         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7750         Fix some docs.
7751
7752 2006-02-28  Edward Hervey  <edward@fluendo.com>
7753
7754         * ext/alsa/gstalsasrc.c:
7755         Set proper class on the ElementDetails:
7756         Source/Audio instead of Src/Audio/
7757
7758 2006-02-28  Edward Hervey  <edward@fluendo.com>
7759
7760         * gst/videoscale/vs_scanline.c:
7761         (vs_scanline_resample_nearest_RGBA):
7762         Revert optimization in videoscale. It should go in liboil and have
7763         an appropriate liboil function.
7764
7765 2006-02-28  Wim Taymans  <wim@fluendo.com>
7766
7767         * gst-libs/gst/audio/gstbaseaudiosink.c:
7768         (gst_base_audio_sink_provide_clock):
7769         Don't try to provide a clock in the NULL state.
7770
7771 2006-02-28  Wim Taymans  <wim@fluendo.com>
7772
7773         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7774         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7775         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7776         (gst_ogg_demux_deactivate_current_chain),
7777         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7778         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7779         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7780         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7781         Use GstSegment infrastructure to remove duplicated code
7782         and handle more seek cases correctly.
7783
7784 2006-02-28  Wim Taymans  <wim@fluendo.com>
7785
7786         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7787         (gst_ffmpegcsp_transform):
7788         Don't ignore return code from ffmpeg convert function.
7789
7790         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7791         Split out some long statements to ease debugging.
7792
7793 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7794
7795         * ext/libvisual/visual.c: (gst_visual_init),
7796         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7797         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7798         being able to renegotiate the size. Instead, use the negotiation
7799         algorithm from the goom plugin to pick an initial output caps. 
7800
7801         Also, allow theoretical libvisual plugins that might support non-GL 
7802         output even if they also do GL.
7803
7804 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7805
7806         * ext/libvisual/visual.c: (gst_visual_init),
7807         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7808         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7809         possible negotiation issues.
7810
7811 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7812
7813         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7814
7815 2006-02-24  Michael Smith  <msmith@fluendo.com>
7816
7817         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7818         (cmml_type_find), (plugin_init):
7819           Fix CMML type find function to not require a specific minor version
7820           of the CMML header.
7821
7822           Add an MPEG4 video elementary stream typefind function.
7823
7824 2006-02-04  Michael Smith  <msmith@fluendo.com>
7825
7826         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7827         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7828         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7829         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7830         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7831         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7832           Annodex support in ogg demuxer. Doesn't do very much without the
7833           other annodex patches (to come).
7834
7835 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7836
7837         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7838
7839         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7840           Pick up palette for MS video v1 (#327028)
7841
7842 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7843
7844         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7845         (gst_ffmpegcsp_caps_remove_format_info),
7846         (gst_ffmpegcsp_get_unit_size):
7847           The 'palette_data' field from incoming RGB caps shouldn't be
7848           proxied on outgoing YUV caps; also, restrict unit size
7849           adjustment in case of paletted data only to the unit that
7850           actually has a palette. Fixes #330711.
7851
7852 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7853
7854         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7855         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7856         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7857         (gst_ffmpegcsp_get_unit_size):
7858           Plug some memory leaks.
7859
7860 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7861
7862         * sys/ximage/Makefile.am:
7863         * sys/xvimage/Makefile.am:
7864           Add some _CFLAGS and _LIBS that seem to be missing
7865           and/or required for Cygwin (see #317048).
7866
7867 2006-02-22  Wim Taymans  <wim@fluendo.com>
7868
7869         * ext/alsa/gstalsasrc.c:
7870         Fix description as pointed out by caugier.
7871
7872 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7873
7874         Reviewed by : Edward Hervey  <edward@fluendo.com>
7875
7876         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7877         (qt_type_find):
7878         Better 3gp typefinding (#331526).
7879
7880 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7881
7882         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7883           Don't send EOS event here, the base class will send one for us.
7884
7885         * gst/playback/gstplaybasebin.c: (prepare_output):
7886           Subpictures without video stream aren't allowed either.
7887         
7888         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7889           Fix debug statement copy'n'paste-o.
7890
7891 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7892
7893         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7894           Fix issues with mixer keeping state when muting/unmuting
7895           and when changing the volume whilst muted (see #331763
7896           and #331765).
7897
7898 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7899
7900         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7901         (parse_subrip), (gst_sub_parse_format_autodetect):
7902           Set right caps given that we send escaped text. Also,
7903           honour <i></i>, <b></b> and <u></u> markers that can be found
7904           in .srt files (fixes #310202).
7905
7906 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7907
7908         * gst-libs/gst/audio/mixerutils.c:
7909         (element_factory_rank_compare_func):
7910           Make order in which elements are tried more determinable.
7911
7912 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7913
7914         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7915         (remove_element_chain), (cleanup_decodebin),
7916         (gst_decode_bin_change_state): Make decodebin reusable by
7917         fixing remove_element_chain first and then introduce a
7918         cleaner in state change to ->NULL. (Closes #331678)
7919
7920 2006-02-19  Wim Taymans  <wim@fluendo.com>
7921
7922         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7923         use 0666 mask when creating files so umask gets applied
7924         correctly. Fixes #331295.
7925
7926 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7927
7928         * gst/subparse/Makefile.am:
7929         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7930         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7931         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7932         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7933         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7934         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7935         * gst/subparse/gstssaparse.h:
7936         * gst/subparse/gstsubparse.c: (plugin_init):
7937           Add very basic parser for SSA subtitle streams (as often
7938           found in matroska files).
7939
7940 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7941
7942         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7943           That should be text/x-pango-markup, not text/x-pango-layout.
7944
7945 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7946
7947         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7948         Polishing.
7949
7950 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7951
7952         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7953         (gst_text_overlay_finalize), (gst_text_overlay_init),
7954         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7955         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7956         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7957         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7958         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7959         Fix state change deadlock.
7960
7961 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7962
7963         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7964         (gst_text_overlay_finalize), (gst_text_overlay_init),
7965         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7966         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7967         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7968         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7969         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7970         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7971         and subtitles files.
7972
7973 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7974
7975         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7976         should be considered as raw.
7977
7978 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7979
7980         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7981         (cb_probe):
7982         * gst/playback/gststreaminfo.h: Introduce language informations.
7983
7984 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7985
7986         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7987         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7988         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7989         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7990         Set shared memory segments to be deleted as soon as we have attached,
7991         that way they get cleaned up automatically if we crash.
7992
7993 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7994
7995         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7996         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7997         functions are called with lock held.
7998
7999 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8000
8001         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8002         (gst_text_overlay_finalize), (gst_text_overlay_init),
8003         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8004         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8005         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
8006         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
8007         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
8008         (gst_text_overlay_change_state): Refactoring of textoverlay
8009         without collectpads. This now supports sparse subtitles coming
8010         from a demuxer instead of a sub file. Seeking is still broken 
8011         though. Need to discuss with wtay some more on how to handle
8012         seeking correctly.
8013         * ext/pango/gsttextoverlay.h:
8014         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
8015         subtitles coming from the demuxer.
8016
8017 2006-02-17  Wim Taymans  <wim@fluendo.com>
8018
8019         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
8020         (gst_vorbisenc_convert_sink):
8021         Use some more scaling functions.
8022
8023 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
8024
8025         * ext/cdparanoia/gstcdparanoiasrc.c:
8026         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
8027         (gst_cd_paranoia_paranoia_callback),
8028         (gst_cd_paranoia_src_signal_is_being_watched),
8029         (gst_cd_paranoia_src_read_sector):
8030         * ext/cdparanoia/gstcdparanoiasrc.h:
8031           Add back 'transport-error' and 'uncorrected-error' signals and
8032           make them actually be fired when bad stuff happens (#319340).
8033
8034 2006-02-17  Wim Taymans  <wim@fluendo.com>
8035
8036         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8037         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8038         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
8039         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
8040         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
8041         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8042         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8043         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8044         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
8045         (gst_ring_buffer_clear):
8046         Small cleanups.
8047         Added some G_LIKELY.
8048
8049 2006-02-17  Wim Taymans  <wim@fluendo.com>
8050
8051         * gst-libs/gst/audio/TODO:
8052         Update TODO
8053
8054         * gst-libs/gst/audio/gstbaseaudiosink.c:
8055         (gst_base_audio_sink_get_offset):
8056         When trying to play samples ASAP and we don't have a
8057         previous sample, try to play at position 0 instead of
8058         an invalid position.
8059
8060 2006-02-17  Wim Taymans  <wim@fluendo.com>
8061
8062         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8063         (gst_alsasink_reset):
8064         Also release lock when we get an error in _reset();
8065         fix an error message.
8066
8067 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8068
8069         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8070         (gst_alsasink_init), (get_channel_free_structure),
8071         (caps_add_channel_configuration), (gst_alsasink_getcaps),
8072         (gst_alsasink_close):
8073         * ext/alsa/gstalsasink.h:
8074           Add support for more than 2 channels (#326720).
8075
8076 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8077
8078         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8079           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8080           with 4 or 6 channels, assume a default channel layout to make things
8081           work (not sure there's anything else we can do in those cases).
8082
8083 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8084
8085         * gst-libs/gst/audio/multichannel.c:
8086           Minor docs fix.
8087
8088         * gst-libs/gst/riff/Makefile.am:
8089         * gst-libs/gst/riff/riff-ids.h:
8090         * gst-libs/gst/riff/riff-media.c:
8091         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8092           Add support for WAVEFORMATEX, eg. PCM audio with more than two
8093           channels and a channel layout map.
8094           
8095 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
8096
8097         Reviewed by Edward Hervey  <edward@fluendo.com>
8098
8099         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
8100         C-level optimization of the RGBA nearest neighbour function.
8101         Eventually this might end up in liboil with vectorized versions.
8102
8103 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8104
8105         * gst-libs/gst/audio/multichannel.c:
8106         (gst_audio_get_channel_positions):
8107           When we have more than 2 channels, but no channel layout is
8108           specified in the caps, return some default channel layout
8109           to the caller and warn about about a possibly buggy element
8110           (could be buggy filtercaps as well of course) (#317038).
8111
8112 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8113
8114         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8115           Add gst-libs/gst/cdda to list of lib search paths.
8116
8117 2006-02-15  Andy Wingo  <wingo@pobox.com>
8118
8119         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8120         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8121         to the Lord Jesus that I do not have to touch the ogg muxer ever
8122         again.
8123
8124 2006-02-15  Edward Hervey  <edward@fluendo.com>
8125
8126         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8127         quicktime movie files can also contain 'uuid' atoms.
8128
8129 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
8130
8131         * gst/audioconvert/plugin.c: (plugin_init):
8132           Register the GstAudioChannelPosition enum type with the type
8133           system in the plugin_init function, so that it is known before
8134           any element actually makes use of multi-channel stuff. This is
8135           required for example if one wants to be able to deserialise/use
8136           a caps string with channel positions before any pipeline has
8137           been setup and started, like with gst-launch.
8138
8139 2006-02-14  Wim Taymans  <wim@fluendo.com>
8140
8141         * gst-libs/gst/audio/gstringbuffer.c:
8142         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8143         (gst_ring_buffer_samples_done), (wait_segment),
8144         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8145         Add some compiler G_(UN_)LIKELY help.
8146         SIGNAL the ringbuffer waiters when going to PAUSED as well to
8147         make sure they can exit their functions. Should fix #330748
8148
8149 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8150
8151         * Makefile.am:
8152         * configure.ac:
8153         * win32/MANIFEST:
8154         * win32/common/_stdint.h:
8155           Windows does not have long long; copy the generated _stdint.h
8156         * win32/common/interfaces-enumtypes.c:
8157         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8158         (gst_mixer_track_flags_get_type),
8159         (gst_tuner_channel_flags_get_type):
8160         * win32/common/multichannel-enumtypes.c:
8161         (gst_audio_channel_position_get_type):
8162           update
8163
8164 2006-02-13  Wim Taymans  <wim@fluendo.com>
8165
8166         * gst-libs/gst/audio/gstbaseaudiosink.c:
8167         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8168         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8169         Always sync on first sample we receive when starting.
8170
8171 2006-02-13  Wim Taymans  <wim@fluendo.com>
8172
8173         * gst/playback/gstplaybin.c: (gen_vis_element):
8174         Update vis bin docs.
8175         Move queue after tee so we don't queue video buffers but
8176         audio samples instead. Fixes problems where the video queue
8177         is filled and the audio queue empty.
8178
8179 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8180
8181         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8182           No need to push an EOS event here, GstBaseSrc will do that for us
8183           when we return FLOW_UNEXPECTED.
8184           
8185 2006-02-12  Wim Taymans  <wim@fluendo.com>
8186
8187         * gst-libs/gst/audio/gstbaseaudiosink.c:
8188         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8189         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8190         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8191         Use scale functions when possible.
8192         Fix error messages.
8193         Free clockid when after waiting for EOS.
8194         Use G_(UN_)LIKLY when it makes sense.
8195         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8196
8197 2006-02-12  Edward Hervey  <edward@fluendo.com>
8198
8199         * gst/playback/gstplaybasebin.c: (prepare_output): 
8200         Remove stray semi-colon (fixes #330888).
8201
8202 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8203
8204         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8206         Fix up the XShm call testing so that we catch errors, and don't
8207         cause new ones by attempting to detach from a segment we failed
8208         to attach to. Fixes #312439.
8209
8210 2006-02-10  Edward Hervey  <edward@fluendo.com>
8211
8212         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8213         Added flv file typefind (video/x-flv).
8214
8215 2006-02-10  Edward Hervey  <edward@fluendo.com>
8216
8217         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8218         (gst_riff_create_video_template_caps):
8219         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8220         Also added the caps to the default set of riff video caps.
8221
8222 2006-02-09  Andy Wingo  <wingo@pobox.com>
8223
8224         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8225         time and the end time of the last packet in the page.
8226         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8227         on the pages in our queue, set the duration as well. Reflow a
8228         debug statement.
8229         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8230         Fixes bad muxing order.
8231
8232 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8233
8234         * gst-libs/gst/rtp/gstbasertppayload.c:
8235         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8236           update seqnum before setting it on the packet; this makes sure
8237           that the timestamp and seqnum properties match after pushing
8238           a buffer
8239
8240 2006-02-09  Andy Wingo  <wingo@pobox.com>
8241
8242         * gst-libs/gst/audio/gstringbuffer.c
8243         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8244         overflow after 13.5 hours of recording. Kapow!
8245
8246         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8247         the buffer size -- we don't care about underrun/overrun reporting
8248         right now, just need to return a useful value.
8249
8250 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8251
8252         * configure.ac:
8253           Back to CVS
8254
8255 === release 0.10.3 ===
8256
8257 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8258
8259         * configure.ac:
8260           releasing 0.10.3, "Under Pressure"
8261
8262 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8263
8264         * configure.ac:
8265         Drat. Bump libtool version number for new API.
8266         Prelease 0.10.2.3 (of 0.10.3)
8267
8268 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8269
8270         * configure.ac:
8271         * win32/common/config.h:
8272         0.10.2.2 prerelease (of 0.10.3).
8273
8274 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8275
8276         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8277           Revert Andy's newsegment change pending a more correct
8278           fix.
8279
8280 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8281
8282         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8283         (qt_type_find), (plugin_init):
8284           detect more files as 3gp
8285           group and reorder the iso file formats
8286
8287 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8288
8289         * ext/vorbis/vorbis.c: (plugin_init):
8290           Register musicbrainz tags, so apps don't have to.
8291
8292 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8293
8294         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8295         (gst_tag_to_vorbis_tag):
8296           Make sure we called gst_tag_register_musicbrainz_tags()
8297           before possibly mapping a vorbiscomment string from/to a
8298           musicbrainz tag.
8299
8300 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8301
8302         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8303           In case we can't find the required number of consecutive
8304           mpeg audio frames to positively identify an MPEG audio
8305           stream, check if there's at least a valid mpeg audio
8306           frame right at offset 0 and if so suggest mpeg/audio
8307           caps with a very low probability (#153004).
8308
8309 2006-02-07  Andy Wingo  <wingo@pobox.com>
8310
8311         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8312         a TIME segment if we get timestamped buffers. Requires recent
8313         fixes in core to work properly.
8314
8315 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8316
8317         * gst/playback/gstplaybasebin.c: (prepare_output):
8318           Don't print the URI as part of the error message, it
8319           makes error dialogs look rather ugly, especially if
8320           the URI is very long or has characters in it that
8321           need escaping.
8322
8323 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8324
8325         * gst/playback/gstplaybasebin.c: (prepare_output):
8326           Error out if we have only text or subtitles, but nothing
8327           else. Also error out if we have subtitles but no video
8328           stream.
8329
8330 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8331
8332         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8333           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8334           Post an error message on the bus when we encounter an
8335           error, which will hopefully be more meaningful than the
8336           'Internal Flow Error' message users get to see if we
8337           just return GST_FLOW_ERROR.
8338
8339 2006-02-07  Andy Wingo  <wingo@pobox.com>
8340
8341         * configure.ac (GST_MAJORMINOR): Update core version req to
8342         0.10.2.2, for the collectpads API addition (#330244).
8343
8344 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8345
8346         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8347           Return FALSE from plugin_init() when GnomeVFS can't
8348           be initialised for some reason (#328423).
8349
8350 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8351
8352         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8353         Stick to seeking theory until i find the bug.
8354         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8355
8356 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8357
8358         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8359         (theora_enc_finalize), (theora_enc_sink_setcaps),
8360         (theora_set_header_on_caps), (theora_enc_chain),
8361         (theora_enc_change_state):
8362         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8363           Make theoraenc and the tests leak free. Like, really.
8364
8365 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8366
8367         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8368         (theora_enc_finalize), (theora_enc_sink_setcaps):
8369           Add a finalize method to ensure we clean up state even if
8370           someone omitted the state change back to NULL.
8371
8372         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8373         (gst_vorbisenc_chain):
8374           Free some more leaked bits.
8375
8376         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8377         (stop_pipeline):
8378           Wait for state changes to happen if they're ASYNC.
8379
8380           This ought to teach those fancy pants buildbots a lesson.
8381
8382 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8383
8384         * gst-libs/gst/tag/gstid3tag.c:
8385           Add mapping for ID3 International Standard Recording Code
8386           tag "TSRC"
8387
8388 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8389
8390         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8391           Don't leak tag names.
8392
8393 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8394
8395         * docs/libs/gst-plugins-base-libs-docs.sgml:
8396         * docs/libs/gst-plugins-base-libs-sections.txt:
8397         * gst-libs/gst/tag/gstid3tag.c:
8398         * gst-libs/gst/tag/gstvorbistag.c:
8399         * gst-libs/gst/tag/tags.c:
8400           Split libgsttag docs into multiple sections.
8401
8402 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8403
8404         * docs/libs/Makefile.am:
8405         * docs/libs/gst-plugins-base-libs-docs.sgml:
8406         * docs/libs/gst-plugins-base-libs-sections.txt:
8407         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8408         * gst-libs/gst/tag/gstvorbistag.c:
8409         * gst-libs/gst/tag/tag.h:
8410         * gst-libs/gst/tag/tags.c:
8411           Add libgsttag to the docs.
8412
8413 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8414
8415         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8416         (gst_text_overlay_init), (gst_text_overlay_src_event),
8417         (gst_text_overlay_collected): Fix clockoverlay.
8418
8419 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8420
8421         * docs/libs/compiling.sgml:
8422           Fix typo: it's pkg-config, not pkg-gconfig
8423
8424         * docs/libs/gst-plugins-base-libs-docs.sgml:
8425         * docs/libs/gst-plugins-base-libs-sections.txt:
8426         * docs/libs/tmpl/gstgconf.sgml:
8427           There is no libgstgconf in 0.10, remove it
8428           from the docs.
8429
8430 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8431
8432         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8433         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8434         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8435         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8436         (gst_sub_parse_class_init), (gst_sub_parse_init),
8437         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8438         (parse_mpsub), (parser_state_init), (handle_buffer),
8439         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8440         * gst/subparse/gstsubparse.h: Introduce seeking code.
8441
8442 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8443
8444         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8445           Add comment about LANGUAGE tag inconsistency (we want
8446           ISO-639-1, but extract three-letter identifiers?)
8447
8448         * po/POTFILES.in:
8449           Add two translatable files.
8450
8451 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8452
8453         * gst-libs/gst/tag/Makefile.am:
8454         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8455         * gst-libs/gst/tag/tag.h:
8456         * gst-libs/gst/tag/tags.c:
8457         (gst_tag_register_musicbrainz_tags_internal),
8458         (gst_tag_register_musicbrainz_tags):
8459           Forward-port some tags stuff from the 0.8 branch. This is
8460           mostly the addition of musicbrainz tags and their mapping
8461           to vorbistags, and a vorbistag mapping of the language tag.
8462
8463 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8464
8465         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8466         refactoring.
8467
8468 2006-02-04  David Schleef  <ds@schleef.org>
8469
8470         * ext/ogg/gstoggmux.c:
8471         * gst/typefind/gsttypefindfunctions.c:
8472           Add Dirac typefinding and add dirac format to oggmux.
8473
8474 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8475
8476         * gst/playback/gstdecodebin.c: (try_to_link_1):
8477           Don't put essential function call into
8478           g_return_*() macro, otherwise it'll all be
8479           replaced by NOOPs when compiling with
8480           G_DISABLE_CHECKS defined.
8481
8482 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8483
8484         * ext/ogg/gstoggdemux.c:
8485         * ext/ogg/gstoggparse.c:
8486         * gst/tcp/gsttcpserversink.c:
8487         * sys/v4l/v4lsrc_calls.c:
8488         * sys/v4l/v4lsrc_calls.h:
8489         Just make it compile with --disable-gst-debug.
8490
8491 2006-02-03  Wim Taymans  <wim@fluendo.com>
8492
8493         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8494         (gst_alsasink_class_init), (gst_alsasink_init),
8495         (gst_alsasink_write), (gst_alsasink_reset):
8496         * ext/alsa/gstalsasink.h:
8497         Add lock to protect alsa calls.
8498         Implement reset to flush samples ASAP, does not work
8499         with dmix though.
8500
8501 2006-02-02  Wim Taymans  <wim@fluendo.com>
8502
8503         * gst-libs/gst/audio/gstbaseaudiosink.c:
8504         (gst_base_audio_sink_provide_clock):
8505         Ugh.. getting late I guess...
8506
8507 2006-02-02  Wim Taymans  <wim@fluendo.com>
8508
8509         * gst-libs/gst/audio/gstbaseaudiosink.c:
8510         (gst_base_audio_sink_provide_clock),
8511         (gst_base_audio_sink_set_property),
8512         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8513         Don't try to provide a clock when we are not negotiated since
8514         we might not be able to make it run.
8515
8516 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8517
8518         * gst/playback/gstdecodebin.c: (try_to_link_1):
8519           Unlinking two source pads is ... hard.
8520
8521 2006-02-02  Wim Taymans  <wim@fluendo.com>
8522
8523         * gst-libs/gst/audio/TODO:
8524         Updated.
8525
8526         * gst-libs/gst/audio/gstbaseaudiosink.c:
8527         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8528         On EOS, wait till the last sample is played before posting EOS.
8529
8530 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8531
8532         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8533           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8534           setting queue_delay to zero. Also avoid thread being started if
8535           queue_delay is zero.
8536
8537 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8538
8539         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8540           Make test work again by connecting fakesinks to each decoded pad,
8541           which makes the pipeline wait until each fakesink has a buffer
8542           queued before going to PAUSED state. At that point we know the
8543           decodebin pads are negotiated.
8544
8545 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8546
8547         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8548         (gst_cdda_base_src_handle_event):
8549         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8550           Pass unhandled queries to the parent class's query function.
8551
8552 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8553
8554         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8555         (gst_ogg_pad_src_query):
8556         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8557         * ext/theora/theoradec.c: (theora_dec_src_query),
8558         (theora_dec_sink_query):
8559         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8560         (vorbis_dec_sink_query):
8561         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8562         (gst_vorbisenc_sink_query):
8563         * gst/adder/gstadder.c: (gst_adder_query):
8564           Pass unhandled queries upstream instead of just
8565           dropping them (#326447). Also, fix supported
8566           query types list for some elements.
8567
8568 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8569
8570         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8571         (paris_type_find), (ilbc_type_find), (plugin_init):
8572           Fix typefinding for audio/x-au, audio/x-paris and
8573           audio/iLBC-sh. We cannot use the START_WITH macros
8574           here, because there can only be one typefind factory
8575           with the same name (caps), so the second one would
8576           replace the first one and the first one would never
8577           be called when doing typefinding (see #161712).
8578           
8579
8580 2006-01-31  Wim Taymans  <wim@fluendo.com>
8581
8582         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8583         (vorbis_handle_header_packet), (vorbis_dec_push),
8584         (vorbis_handle_data_packet):
8585         Use scale_int when we can, add some more scaling.
8586         Check packettype before parsing it.
8587
8588 2006-01-31  Wim Taymans  <wim@fluendo.com>
8589
8590         * ext/theora/theoradec.c: (_theora_granule_time),
8591         (theora_dec_src_convert), (theora_dec_sink_convert):
8592         Call right _scale functions.
8593         Use parameter instead of some other random value.
8594
8595 2006-01-31  Wim Taymans  <wim@fluendo.com>
8596
8597         * ext/theora/theoradec.c: (_theora_granule_frame),
8598         (_theora_granule_time), (_inc_granulepos),
8599         (theora_dec_src_convert), (theora_dec_sink_convert),
8600         (theora_handle_type_packet), (theora_handle_data_packet),
8601         (theora_dec_chain):
8602         Use higher precision timestamps calculation.
8603         Convert some other conversions to _scale.
8604
8605 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8606
8607         * gst/audiotestsrc/gstaudiotestsrc.c:
8608         (gst_audio_test_src_create_sine_table), (plugin_init):
8609         * gst/volume/gstvolume.c: (plugin_init):
8610           initialize gst_controller before using
8611
8612 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8613
8614         * tests/check/pipelines/theoraenc.c:
8615         * tests/check/pipelines/vorbisenc.c:
8616         Define constant using G_GINT64_CONSTANT to avoid errors when
8617         passing it around - otherwise it gets truncated to 32 bits.
8618
8619         Fixes failing tests.
8620
8621 2006-01-31  Andy Wingo  <wingo@pobox.com>
8622
8623         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8624         caps being set doesn't have a framerate value. Basically a stopgap
8625         measure.
8626
8627         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8628         technically correct enough to put into core though.
8629         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8630         DURATION. Fixes theoraenc ! oggmux.
8631
8632         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8633         fraction, not double.
8634
8635 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8636
8637         * win32/vs7:
8638         add vs7 project files created by Sergey Scobich
8639
8640 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8641
8642         * win32/vs8:
8643         add vs8 project files created by Sergey Scobich
8644         
8645 2006-01-30  Andy Wingo  <wingo@pobox.com>
8646
8647         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8648         timestamp + duration, not just timestamp -- ogg pages should be
8649         ordered by stop time. Necessary fix given the change in vorbis
8650         timestamps.
8651
8652         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8653         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8654         (granulepos_add): New function, handles the messiness of adjusting
8655         granulepos values.
8656         (theora_buffer_from_packet):
8657         (theora_enc_chain):
8658         (theora_enc_sink_event): Use granulepos_add, not +.
8659
8660         * tests/check/pipelines/theoraenc.c
8661         (check_buffer_granulepos_from_starttime): Just check the frame
8662         count, not the actual granulepos -- we can't dictate to the
8663         encoder when it should be placing keyframes.
8664
8665 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8666
8667         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8668           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8669           play an http:// stream from a server that's not serving
8670
8671 2006-01-30  Andy Wingo  <wingo@pobox.com>
8672
8673         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8674         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8675         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8676         available.
8677
8678         * ext/theora/gsttheoraenc.h:
8679         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8680         although theoraenc was timestamping correctly. Added handling of
8681         streams that start with nonzero timestamps.
8682
8683         * tests/check/Makefile.am:
8684         * tests/check/pipelines/theoraenc.c: New file, basically does same
8685         tests as vorbisenc.
8686
8687         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8688
8689 2006-01-30  Wim Taymans  <wim@fluendo.com>
8690
8691         * gst-libs/gst/audio/gstaudiosink.c:
8692         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8693         (gst_audioringbuffer_pause):
8694         Implement pause that does not wait for completion.
8695
8696         * gst-libs/gst/audio/gstbaseaudiosink.c:
8697         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8698         Don't drop buffers when going to PAUSED but perform preroll on
8699         remaining samples now that core base class supports this.
8700
8701         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8702         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8703         (gst_ring_buffer_commit):
8704         Pause should not signal waiters.
8705         Implement return value of _commit correctly.
8706
8707 2006-01-30  Andy Wingo  <wingo@pobox.com>
8708
8709         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8710
8711         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8712         updated to timestamp from the first sample, not the last.
8713         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8714         special care of granulepos and timestamp for header packets.
8715         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8716         when the first buffer has a nonzero timestamp.
8717
8718         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8719         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8720         case when the first audio buffer we get has a nonzero timestamp.
8721         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8722         properly timestamp vorbis buffers with the time of the first
8723         sample, not the last.
8724         
8725         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8726         vorbis_granule_time_copy -- now it takes the granule/subgranule
8727         offset into account.
8728
8729         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8730         timestamps, durations, and granulepos on buffers produced by
8731         vorbisenc.
8732
8733 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8734
8735         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8736         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8737           Patch from Eric Jonas to support conversions to/from UYVY 
8738           (Fixes: #324626)
8739
8740 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8741
8742         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8743         (setup_subtitle), (setup_source), (set_active_source):
8744         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8745         (gen_text_element), (gen_audio_element), (gen_vis_element),
8746         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8747
8748 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8749
8750         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8751         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8752                 use gst_guint64_to_gdouble to be compliant with vs6
8753         * gst/playback/gstdecodebin.c: (try_to_link_1)
8754         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8755                 use G_GINT64_CONSTANT for int64 constants
8756         * win32/common/libgstinterfaces.def:
8757                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8758         * win32/vs6:
8759                 update and add new project files
8760                 
8761 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8762
8763         * Makefile.am:
8764         * win32/MANIFEST:
8765         * win32/common/interfaces-enumtypes.c:
8766         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8767         (gst_mixer_track_flags_get_type),
8768         (gst_tuner_channel_flags_get_type):
8769         * win32/common/interfaces-enumtypes.h:
8770         * win32/common/multichannel-enumtypes.c:
8771         (gst_audio_channel_position_get_type):
8772         * win32/common/multichannel-enumtypes.h:
8773           add a win32-update rule like in core, and copy over enumtypes files
8774
8775 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8776
8777         * win32/MANIFEST:
8778         * win32/common/config.h:
8779         * win32/common/config.h.in:
8780           add config files just like in core
8781
8782 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8783
8784         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8785           Make gcc-4.1 happy (part of #327357).
8786
8787 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8788
8789         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8790         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8791         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8792         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8793         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8794         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8795           Update all error messages.  All of them should either use
8796           the default translated message, or actually provide a
8797           translatable string.
8798           Make the string for channel count problems meaningful.
8799
8800 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8801
8802         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8803           check for and throw RESOURCE_BUSY
8804
8805 2006-01-27  David Schleef  <ds@schleef.org>
8806
8807         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8808           checked in this change -- it requires liboil features not
8809           in 0.3.6.  Revert parts.
8810
8811 2006-01-27  David Schleef  <ds@schleef.org>
8812
8813         * REQUIREMENTS:
8814         * configure.ac: update liboil requirement to 0.3.6
8815         * gst/videoscale/Makefile.am:
8816         * gst/videoscale/vs_scanline.c: liboilify
8817
8818 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8819
8820         * ext/libvisual/visual.c: (get_buffer):
8821           When pad_alloc returns a GstFlowReturn other
8822           than GST_FLOW_OK, make sure it is passed upstream.
8823
8824 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8825
8826         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8827         (gst_alsasink_class_init):
8828           Free the device name string.
8829
8830         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8831         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8832         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8833           Don't remove a pad from the collectpads structure until it
8834           is released - it's a request pad, and may receive data again
8835           if the element gets moved back to PLAYING state.
8836
8837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8838           Ensure we turn on double buffering on the Xv port, and
8839           set the colour key to something dark and mysterious that
8840           isn't black.
8841
8842 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8843
8844         * ext/alsa/gstalsaplugin.c: (plugin_init):
8845         * ext/cdparanoia/gstcdparanoiasrc.c:
8846         (gst_cd_paranoia_src_base_init), (plugin_init):
8847         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8848         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8849           - a library should not call setlocale. see "Libraries" node in
8850             gettext manual
8851           - make sure all plugins that use translation do bindtextdomain
8852             to point to the localedir
8853         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8854         (setup_sinks), (plugin_init):
8855           all this, and check for NULL when creating sinks
8856
8857 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8858
8859         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8860         (plugin_init): Make typefinding of subtitles work again.
8861
8862 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8863
8864         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8865         (mp3_type_frame_length_from_header), (mp3_type_find),
8866         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8867         (plugin_init):
8868           Backport a bunch of typefinding fixes from the 0.8 branch.
8869           Also, improve wavpack typefinding: if we can't peek the
8870           entire wavpack block, try to parse the bits we can get and
8871           see if we find what we're looking for in those.
8872
8873 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8874
8875         * sys/ximage/ximagesink.c:
8876         (gst_ximagesink_calculate_pixel_aspect_ratio):
8877         * sys/xvimage/xvimagesink.c:
8878         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8879         more cases of pixel aspect ratio.
8880
8881 2006-01-26  Edward Hervey  <edward@fluendo.com>
8882
8883         * gst/playback/gstdecodebin.c: (pad_probe):
8884         Also consider the flush-start and tag events as unblockers
8885         for the pad probes.
8886
8887 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8888
8889         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8890         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8891         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8892         On the fly visualisation switch, works disabling, enabling as
8893         well but it won't be able to enable vis in a playbin that was
8894         created with no visualisation.
8895
8896 2006-01-25  Wim Taymans  <wim@fluendo.com>
8897
8898         * gst-libs/gst/audio/gstbaseaudiosink.c:
8899         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8900         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8901         resume after pause.
8902
8903 2006-01-25  Wim Taymans  <wim@fluendo.com>
8904
8905         * gst-libs/gst/audio/gstbaseaudiosink.c:
8906         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8907         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8908         Improve debugging.
8909         Post error when caps cannot be parsed.
8910         Resync on discontinuity in the stream.
8911         Clip samples to segment boundaries.
8912         return WRONG_STATE sooner when we are flushing.
8913
8914         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8915         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8916         Make audiosrc operate in TIME.
8917         Set TIMESTAMP and DURATION on buffers.
8918
8919 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8920
8921         * tests/examples/seek/seek.c: (main):
8922           Output tag messages as well.
8923
8924 2006-01-23  Edward Hervey  <edward@fluendo.com>
8925
8926         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8927         (free_pad_probes), (remove_fakesink), (pad_probe),
8928         (close_pad_link), (gst_decode_bin_change_state):
8929         Replace GstPadBlockCallback with pad probes that detect
8930         first buffer AND eos before removing fakesink.
8931         Fixes hang with demuxers doing EOS while pre-rolling.
8932         Solves #328279
8933
8934 2006-01-23  Andy Wingo  <wingo@pobox.com>
8935
8936         * ext/alsa/gstalsasink.c:
8937         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8938         (gst_base_rtp_depayload_setcaps),
8939         (gst_base_rtp_depayload_add_to_queue),
8940         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8941         
8942         Patch by: Jens Granseuer <jensgr at gmx dot net>
8943
8944 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8945
8946         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8947         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8948         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8949         frames. We might get a frame destroyed after changing state to
8950         NULL, adding a safety check on xcontext.
8951
8952 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8953
8954         * gst-libs/gst/interfaces/xoverlay.c:
8955           Fix prepare-xwindow-id code example in the docs - we need to
8956           ignore all messages that aren't element messages as well.
8957           
8958 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8959
8960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8961           I think one day i'll completely undestand how caps negotiation
8962           is supposed to work. This refactoring handles buffer_alloc
8963           called with caps we can't handle. We definitely don't want a
8964           set_caps with those caps, so we define and allocate a buffer
8965           we would like to receive.
8966
8967 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8968
8969         * gst/playback/gstplaybasebin.c: (setup_source):
8970           Free iterator when done.
8971
8972 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8973
8974         * gst-libs/gst/audio/gstbaseaudiosink.c:
8975         (gst_base_audio_sink_render):
8976           Fix playback of non-synchronised streams by assuming a rate
8977           of 1.0 instead of a random one.
8978
8979           Makes this work again:
8980
8981           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8982           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8983           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8984           audioresample ! alsasink
8985
8986 === release 0.10.2 ===
8987
8988 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8989
8990         * configure.ac:
8991           releasing 0.10.2, "Then the devil is six"
8992
8993 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8994
8995         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8996         * gst/playback/gststreamselector.c:
8997         (gst_stream_selector_set_property):
8998           Comment out broken code that connects to the state-changed signal.
8999           At this point, changing current stream selection is broken, but 
9000           stuff like gst-launch playbin current-audio=1 works and filters
9001           to the chosen stream.
9002
9003 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9004
9005         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9006           Fix #327216 (null dereference in vorbisdec)
9007
9008 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
9009
9010         * ext/theora/theoradec.c: (theora_handle_comment_packet):
9011           Post taglist actually on bus instead of just freeing it
9012           (fixes #327114 and totem bug #327080).
9013
9014         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
9015           Use gst_element_found_tags_for_pad(), so that the tags
9016           are sent downstream as an event as well.
9017
9018 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9019
9020         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9021         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9022         (gst_ximagesink_buffer_alloc):
9023         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9024         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
9025         (gst_xvimagesink_buffer_alloc):
9026           move all regularly occurring messages to GST_LOG level
9027           add some more object logs
9028
9029 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9030
9031         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
9032           fix a silly segfault
9033
9034 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
9035
9036         * docs/libs/gst-plugins-base-libs-docs.sgml:
9037         * docs/libs/gst-plugins-base-libs-sections.txt:
9038         * gst-libs/gst/audio/mixerutils.c:
9039         * gst-libs/gst/audio/mixerutils.h:
9040           Add docs for mixerutils stuff.
9041
9042 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
9043
9044         * gst/playback/gstplaybasebin.c: (setup_source):
9045           Fix playback for sources that emit raw audio or
9046           raw video streams (e.g.: cd audio sources) (#325984).
9047
9048 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9049
9050         * gst-libs/gst/audio/mixerutils.c:
9051         (gst_audio_mixer_filter_do_filter):
9052           actually save the element we create
9053
9054 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9055
9056         * gst-libs/gst/cdda/gstcddabasesrc.c:
9057         (gst_cdda_base_src_handle_track_seek):
9058           No need to post a tag message on the bus when seeking
9059           within the same track, only post it when the current
9060           track changes.
9061
9062 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9063
9064         * gst/playback/gstplaybasebin.c: (group_destroy),
9065         (probe_triggered), (new_decoded_pad), (mute_group_type),
9066         (set_active_source):
9067         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9068         * gst/playback/gststreamselector.c:
9069         (gst_stream_selector_base_init),
9070         (gst_stream_selector_set_property),
9071         (gst_stream_selector_request_new_pad):
9072           Reenable stream selection. These mechanisms need a complete overhaul
9073           in the face of 0.8->0.10 changes though.
9074
9075 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9076
9077         * ext/ogg/gstoggdemux.c:
9078           Change the pad template to src_%d to match the pads that 
9079           are created from it. decodebin needs this information in order
9080           to decide that oggdemux is capable of producing multiple pads
9081           (and hence needs queues inserted).
9082
9083         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9084         (gst_ogg_mux_collected):
9085           Make debug output more useful by using GST_PTR_FORMAT.
9086
9087 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9088
9089         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9090
9091         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9092           Set depth and width for alaw/mulaw (fixes #326601).
9093
9094 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9095
9096         * tests/icles/Makefile.am:
9097           don't build the tests if we don't have the libs
9098
9099 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9100
9101         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9102         (gst_cd_paranoia_paranoia_callback):
9103           Don't try to free NULL pointers.
9104
9105 2006-01-10  Edward Hervey  <edward@fluendo.com>
9106
9107         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9108         (gst_audio_rate_change_state), (plugin_init):
9109         Add debugging category.
9110         Fix type issues.
9111         Add case for incoming buffers without valid offset/offset_end.
9112
9113 2006-01-10  Michael Smith  <msmith@fluendo.com>
9114
9115         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9116           Don't leak GCond in audio sources.
9117
9118 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
9119
9120         * gst/playback/gstplaybin.c: (gen_audio_element):
9121           Don't leak an autoaudiosink/alsasink when we generate
9122           a new audio element. (old code, I guess)
9123
9124 2006-01-10  Michael Smith  <msmith@fluendo.com>
9125
9126         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9127           Support float audio in audiorate.
9128           Use width rather than depth for selecting sample width.
9129
9130 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9131
9132         * gst/videotestsrc/videotestsrc.h:
9133           Use GLib types here (that way we don't have to include the
9134           generated _stdint.h header, which makes life easier for win32
9135           folks that don't use autotools for the build) (#325990, patch
9136           by: Sergey Scobich).
9137
9138 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9139
9140         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9141         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9142         (gst_ring_buffer_pause), (wait_segment):
9143         * gst-libs/gst/audio/gstringbuffer.h:
9144           Name (private) union, makes Forte compiler happy (this time
9145           for real) (#324900).
9146
9147 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9148
9149         * gst-libs/gst/audio/Makefile.am:
9150           Link against libgstinterfaces, needed for mixer
9151           and property probe stuff.
9152
9153 2006-01-09  Edward Hervey  <edward@fluendo.com>
9154
9155         * gst-libs/gst/Makefile.am:
9156
9157 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9158
9159         * gst-libs/gst/audio/Makefile.am:
9160         * gst-libs/gst/audio/mixerutils.c:
9161         (gst_audio_mixer_filter_do_filter),
9162         (gst_audio_mixer_filter_check_element),
9163         (gst_audio_mixer_filter_probe_feature),
9164         (element_factory_rank_compare_func),
9165         (gst_audio_default_registry_mixer_filter):
9166         * gst-libs/gst/audio/mixerutils.h:
9167           Add gst_audio_default_registry_mixer_filter() utility
9168           function.
9169
9170 2006-01-03  Michael Smith  <msmith@fluendo.com>
9171
9172         * gst/audioresample/resample.h:
9173           As before, but for o_buf
9174
9175 2006-01-03  Michael Smith  <msmith@fluendo.com>
9176
9177         * gst/audioresample/resample.h:
9178           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9179           since we do arithmetic on it.
9180
9181 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9182
9183         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9184         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9185         (gst_ring_buffer_pause), (wait_segment):
9186         * gst-libs/gst/audio/gstringbuffer.h:
9187           Sun's Forte compiler doesn't seem to like anonymous structs,
9188           so use same setup as in GstBaseSrc (fixes #324900).
9189
9190 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9191
9192         * configure.ac:
9193         * gst/volume/Makefile.am:
9194         * gst/volume/demo.c:
9195           move old example to tests/examples/volume/volune.c
9196         * tests/examples/Makefile.am:
9197         * tests/examples/seek/seek.c: (main):
9198           change window-close event from "delete-event" to "destroy"
9199         * tests/examples/volume/Makefile.am:
9200         * tests/examples/volume/volume.c: (value_changed_callback),
9201         (setup_gui), (message_received), (eos_message_received), (main):
9202           fix event handling and bus usage
9203
9204 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9205
9206         * gst/audiotestsrc/gstaudiotestsrc.c:
9207         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9208         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9209         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9210         (gst_audio_test_src_create_square),
9211         (gst_audio_test_src_create_saw),
9212         (gst_audio_test_src_create_triangle),
9213         (gst_audio_test_src_create_silence),
9214         (gst_audio_test_src_create_white_noise),
9215         (gst_audio_test_src_create_pink_noise),
9216         (gst_audio_test_src_init_sine_table),
9217         (gst_audio_test_src_create_sine_table),
9218         (gst_audio_test_src_change_wave),
9219         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9220         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9221         * gst/audiotestsrc/gstaudiotestsrc.h:
9222           update to basesrc changes, implement segmented seeking and eos
9223           handling, add a 'sine-tab' waveform for performance critical playback
9224
9225 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9226
9227         * po/POTFILES.in:
9228           ... and this time the other modified file that I missed last time.
9229
9230 2005-12-29  Michael Smith  <msmith@fluendo.com>
9231
9232         * gst/playback/gstdecodebin.c: (new_pad):
9233           Fix non-C89 variable declaration not at the start of a block. Should
9234           help some compilers.
9235
9236 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9237
9238         * tests/check/Makefile.am:
9239           And now fix 'make distcheck' (builddir != srcdir)
9240
9241 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9242
9243         * configure.ac:
9244         * ext/cdparanoia/Makefile.am:
9245         * ext/cdparanoia/gstcdparanoia.c:
9246         * ext/cdparanoia/gstcdparanoia.h:
9247         * ext/cdparanoia/gstcdparanoiasrc.c:
9248         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9249         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9250         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9251         (gst_cd_paranoia_paranoia_callback),
9252         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9253         (gst_cd_paranoia_src_set_property),
9254         (gst_cd_paranoia_src_get_property), (plugin_init):
9255         * ext/cdparanoia/gstcdparanoiasrc.h:
9256           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9257           plugin again (there are still fixes required to playbin to make
9258           cdda:// uris work there).
9259
9260 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9261
9262         * tests/check/Makefile.am:
9263           Fix test case compilation.
9264
9265 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9266
9267         * gst-libs/gst/cdda/gstcddabasesrc.c:
9268         (gst_cdda_base_src_update_duration),
9269         (gst_cdda_base_src_calculate_cddb_id):
9270           An integer is not a string. Fix access to uninitialised variable.
9271
9272         * tests/check/Makefile.am:
9273           Add cddabasesrc unit test; also actually enable the vorbis test.
9274
9275         * tests/check/generic/states.c:
9276           Blacklist new cd audio elements as well.
9277
9278         * tests/check/libs/cddabasesrc.c:
9279           Unit test for GstCddaBaseSrc (discid calculation mostly).
9280
9281 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9282
9283         * docs/libs/Makefile.am:
9284         * docs/libs/gst-plugins-base-libs-docs.sgml:
9285         * docs/libs/gst-plugins-base-libs-sections.txt:
9286         * docs/libs/gst-plugins-base-libs.types:
9287           Add docs for libgstcdda/GstCddaBaseSrc.
9288
9289         * gst-libs/gst/interfaces/mixertrack.h:
9290           Do one struct member per line with a semicolon at the end, that way
9291           even gtk-doc might parse it without complaining.
9292
9293 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9294
9295         * configure.ac:
9296         * gst-libs/gst/Makefile.am:
9297         * gst-libs/gst/cdda/Makefile.am:
9298         * gst-libs/gst/cdda/base64.c:
9299         * gst-libs/gst/cdda/base64.h:
9300         * gst-libs/gst/cdda/gstcddabasesrc.c:
9301         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9302         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9303         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9304         (gst_cdda_base_src_get_property),
9305         (gst_cdda_base_src_get_track_from_sector),
9306         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9307         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9308         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9309         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9310         (gst_cdda_base_src_uri_get_protocols),
9311         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9312         (gst_cdda_base_src_uri_handler_init),
9313         (gst_cdda_base_src_setup_interfaces),
9314         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9315         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9316         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9317         (gst_cdda_base_src_add_tags),
9318         (gst_cdda_base_src_add_index_associations),
9319         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9320         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9321         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9322         (gst_cdda_base_src_create):
9323         * gst-libs/gst/cdda/gstcddabasesrc.h:
9324         * gst-libs/gst/cdda/sha1.c:
9325         * gst-libs/gst/cdda/sha1.h:
9326           Add new libgstcdda with GstCddaBaseSrc class.
9327
9328 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9329
9330         * ext/gnomevfs/gstgnomevfssink.h:
9331           Use GstBaseSinkClass as parent_class member for class struct, not
9332           GstBaseSink.
9333
9334 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9335
9336         Patch by: Michael Benes
9337
9338         * gst/videotestsrc/gstvideotestsrc.c:
9339         (gst_video_test_src_class_init), (gst_video_test_src_start):
9340           Add start method to reset running time and number of frames sent
9341           when starting up (fixes #324696)
9342
9343 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9344
9345         * docs/plugins/Makefile.am:
9346         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9347         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9348         * docs/plugins/gst-plugins-base-plugins.args:
9349         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9350         * docs/plugins/gst-plugins-base-plugins.signals:
9351           Add docs stuff for gnomevfssrc and gnomevfssink.
9352
9353         * ext/gnomevfs/gstgnomevfssrc.c:
9354           Fix example pipeline in gtk-doc blurb.
9355
9356 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9357
9358         * ext/gnomevfs/Makefile.am:
9359         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9360         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9361         (gst_gnome_vfs_handle_get_type), (plugin_init):
9362         * ext/gnomevfs/gstgnomevfs.h:
9363         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9364         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9365         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9366         (gst_gnome_vfs_sink_set_property),
9367         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9368         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9369         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9370         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9371         (gst_gnome_vfs_sink_uri_get_type),
9372         (gst_gnome_vfs_sink_uri_get_protocols),
9373         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9374         (gst_gnome_vfs_sink_uri_handler_init):
9375         * ext/gnomevfs/gstgnomevfssink.h:
9376           Port gnomevfssink; add gtk-doc blurb.
9377
9378         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9379         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9380         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9381         (gst_gnome_vfs_src_uri_get_type),
9382         (gst_gnome_vfs_src_uri_get_protocols),
9383         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9384         (gst_gnome_vfs_src_uri_handler_init),
9385         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9386         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9387         (gst_gnome_vfs_src_send_additional_headers_callback),
9388         (gst_gnome_vfs_src_received_headers_callback),
9389         (gst_gnome_vfs_src_push_callbacks),
9390         (gst_gnome_vfs_src_pop_callbacks),
9391         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9392         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9393         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9394         * ext/gnomevfs/gstgnomevfssrc.h:
9395           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9396           file; add gtk-doc blurb with example pipelines.
9397
9398 === release 0.10.1 ===
9399
9400 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9401
9402         * configure.ac:
9403           releasing 0.10.1, "Dobro Dedek"
9404
9405 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9406
9407         * gst/typefind/gsttypefindfunctions.c:
9408         iLBC30 and iLBC20 added to typefind.
9409
9410 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9411
9412         * gst-libs/gst/audio/gstbaseaudiosink.c:
9413         (gst_base_audio_sink_class_init):
9414         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9415         (gst_base_audio_src_class_init):
9416           update strings, values are in microseconds
9417           change the default sink buffer time to something that is smaller
9418           (to help software volume mixing have a slightly lower delay) but
9419           still be acceptable on Wim's laptop
9420
9421 2005-12-20  Edward Hervey  <edward@fluendo.com>
9422
9423         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9424         Made a quack, forgot to add DUCK to the riff video template.
9425
9426 2005-12-19  Edward Hervey  <edward@fluendo.com>
9427
9428         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9429         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9430         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9431         (gst_ogm_parse_chain):
9432         Make sure pads are initialized correctly.
9433         * gst-libs/gst/riff/riff-ids.h:
9434         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9435         (gst_riff_create_video_template_caps):
9436         Add a whole bunch of FOURCC <=> MimeType.
9437         Extend the riff video pad template to support the newly added fourcc.
9438
9439 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9440
9441         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9442         (gst_ogg_demux_activate_chain):
9443           Extra debug output when activating/deactivating chains.
9444
9445         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9446         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9447         (unlinked):
9448           Remove a queue from our list when it becomes unlinked.
9449           Don't add queues to elements in class 'Demux' if they
9450           can only produce one pad 
9451
9452 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9453
9454         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9455         (gst_video_sink_get_type): Add a debug category.
9456
9457 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9458
9459         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9460         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9461           Handle downstream newsegment by sending our own newsegment before the
9462           next buffer to be released. (#323900)
9463
9464 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9465
9466         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9467         (gst_base_rtp_depayload_set_gst_timestamp):
9468           add queue delay to new segment as well (as opposed to just the first
9469           buffer). (bug #322347)
9470
9471 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9472
9473         * ext/libvisual/visual.c: (make_valid_name):
9474           change some char* into char[]
9475         * gst/audiotestsrc/gstaudiotestsrc.c:
9476         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9477         (gst_audio_test_src_create):
9478         * gst/audiotestsrc/gstaudiotestsrc.h:
9479           prepare to handle EOS and SEGMENT_DONE
9480
9481 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9482
9483         * tests/check/generic/states.c: (GST_START_TEST):
9484           Blacklist cdparanoia element in state test.
9485
9486 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9487
9488           Patch by: Benjamin Pineau
9489
9490         * gst/tcp/gsttcp.c:
9491         * gst/tcp/gsttcpclientsink.c:
9492         * gst/tcp/gsttcpserversink.c:
9493         * gst/tcp/gsttcpserversrc.c:
9494           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9495
9496 2005-12-15  Michael Smith  <msmith@fluendo.com>
9497
9498         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9499         (gst_video_rate_chain):
9500           Fix timestamping for videorate when the first buffer it sees has a
9501           non-zero timestamp. Fix some misleading debug output.
9502
9503 2005-12-15  Michael Smith  <msmith@fluendo.com>
9504
9505         * gst/audioresample/gstaudioresample.c:
9506           Don't leak all input buffers to audioresample.
9507
9508 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9509
9510         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9511           Don't operate on empty text buffers. Strip newlines and
9512           tabs only from the end of the text, but leave them intact
9513           in the middle. Fix typo in gtk-doc description.
9514
9515 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9516
9517         * gst/playback/gstplaybasebin.c:
9518         * gst/playback/gstplaybin.c: (handoff):
9519           Make sure the video frame buffer we return to apps via the
9520           "frame" property always has caps set on it. Modify
9521           _gst_gvalue_set_object() macro to handle NULL objects
9522           gracefully too.
9523
9524 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9525
9526         * gst/audiotestsrc/gstaudiotestsrc.c:
9527         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9528         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9529         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9530         (gst_audio_test_src_create):
9531         * gst/audiotestsrc/gstaudiotestsrc.h:
9532         Adjust to some recent api changes and add wtays new cool seeking
9533         capabillities
9534
9535 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9536
9537         * ext/alsa/Makefile.am:
9538         * ext/alsa/gstalsadeviceprobe.c:
9539         * ext/alsa/gstalsadeviceprobe.h:
9540           Helper functions to add device probing via the GstPropertyProbe
9541           interface to a class.
9542
9543         * ext/alsa/gstalsamixer.h:
9544           Comment out GST_ALSA_MIXER, it returns a struct that's not
9545           used.
9546
9547         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9548           Add some debug info. 
9549
9550         * ext/alsa/gstalsamixerelement.c:
9551         (gst_alsa_mixer_element_interface_supported),
9552         (gst_implements_interface_init),
9553         (gst_alsa_mixer_element_init_interfaces),
9554         (gst_alsa_mixer_element_class_init),
9555         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9556         (gst_alsa_mixer_element_set_property),
9557         (gst_alsa_mixer_element_get_property),
9558         (gst_alsa_mixer_element_change_state):
9559         * ext/alsa/gstalsamixerelement.h:
9560           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9561           for device handling (gnome-volume-control will need that).
9562
9563 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9564
9565         * ext/Makefile.am: fix cdparanoia entry
9566         * gst-plugins-base.spec.in: add cdparanoia
9567
9568 2005-12-12  Michael Smith  <msmith@fluendo.com>
9569
9570         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9571           Use the correct function to free list of typefind factories.
9572
9573 2005-12-12  Wim Taymans  <wim@fluendo.com>
9574
9575         * gst/videotestsrc/gstvideotestsrc.c:
9576         (gst_video_test_src_class_init), (gst_video_test_src_init),
9577         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9578         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9579         (gst_video_test_src_create):
9580         * gst/videotestsrc/gstvideotestsrc.h:
9581         Implement seeking in videotestsrc.
9582         Small cleanups.
9583
9584 2005-12-12  Wim Taymans  <wim@fluendo.com>
9585
9586         * ext/cdparanoia/Makefile.am:
9587         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9588         (gst_paranoia_endian_get_type), (_do_init),
9589         (cdparanoia_class_init), (cdparanoia_init),
9590         (cdparanoia_set_property), (cdparanoia_get_property),
9591         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9592         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9593         (cdparanoia_convert), (cdparanoia_get_query_types),
9594         (cdparanoia_query), (cdparanoia_set_index),
9595         (cdparanoia_uri_set_uri):
9596         * ext/cdparanoia/gstcdparanoia.h:
9597         Partially ported cdparanoia now that basesrc can support a
9598         plugin like this..
9599
9600 2005-12-12  Wim Taymans  <wim@fluendo.com>
9601
9602         * tests/examples/seek/scrubby.c: (main):
9603         Set higher priority for bus events so they don't get reordered with
9604         gtk gui events.
9605
9606         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9607         (flush_toggle_cb), (main):
9608         Added checkbox to disable flushing seeks. 
9609         Disable scrubbing when doing non flushing seeks.
9610
9611 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9612
9613         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9614         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9615         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9616         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9617           Implement some sort of event handling that doesn't rely on
9618           g_return_if_fail; make sure we always push the last chunk of an 
9619           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9620           state change function; remove some old cruft. Seeking is still
9621           rather unlikely to work though.
9622
9623         * tools/.cvsignore:
9624           Ignore more.
9625
9626 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9627
9628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9629         Fixed a leak of the current image reference when cleaning up.
9630         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9631
9632 2005-12-09  Michael Smith  <msmith@fluendo.com>
9633
9634         * tools/Makefile.am:
9635         * tools/gst-launch-ext-m.m:
9636           Remove gst-launch-ext. It doesn't work, and is no longer
9637           particularly useful.
9638
9639 2005-12-08  Luca Ognibene  <luogni@tin.it>
9640
9641         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9642           don't pass random values to ogmparse convert function.
9643           Make seeking possible in the exile1.ogm file.
9644
9645 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9646
9647         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9648         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9649           Work around refcount problem with g_value_set_object() that occur
9650           if the core has been compiled against GLib-2.6 (g_value_set_object()
9651           will only g_object_ref() the element, but the caller will
9652           gst_object_unref() it and bad things will happen due to the way
9653           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9654           totem for people on FC4 using Thomas's 0.10 RPMs.
9655           
9656 2005-12-07  Edward Hervey  <edward@fluendo.com>
9657
9658         Time to welcome ogm to 0.10 :)
9659         
9660         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9661         (gst_ogg_pad_typefind):
9662         Oggdemux can now properly typefind elements with dynamic pads.
9663         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9664         Properly set caps on src pad, and set caps on outgoing buffers.
9665
9666 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9667
9668         * ext/alsa/gstalsamixer.h:
9669         * ext/alsa/gstalsamixerelement.h:
9670         * ext/alsa/gstalsamixeroptions.h:
9671         * ext/alsa/gstalsamixertrack.h:
9672         * ext/alsa/gstalsasink.c:
9673         * ext/alsa/gstalsasink.h:
9674         * ext/alsa/gstalsasrc.c:
9675         * ext/alsa/gstalsasrc.h:
9676         * ext/cdparanoia/gstcdparanoia.h:
9677         * ext/gnomevfs/gstgnomevfsuri.h:
9678         * ext/ogg/gstoggdemux.c:
9679         * ext/ogg/gstoggmux.c:
9680         * ext/pango/gsttextoverlay.h:
9681         * ext/theora/theoradec.c:
9682         * ext/theora/theoraenc.c:
9683         * ext/vorbis/vorbisdec.h:
9684         * ext/vorbis/vorbisenc.c:
9685         * ext/vorbis/vorbisenc.h:
9686         * ext/vorbis/vorbisparse.h:
9687         * gst-libs/gst/audio/gstaudioclock.h:
9688         * gst-libs/gst/audio/gstaudiosink.c:
9689         * gst-libs/gst/audio/gstaudiosink.h:
9690         * gst-libs/gst/audio/gstaudiosrc.c:
9691         * gst-libs/gst/audio/gstaudiosrc.h:
9692         * gst-libs/gst/audio/gstbaseaudiosink.c:
9693         * gst-libs/gst/audio/gstbaseaudiosink.h:
9694         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9695         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9696         * gst-libs/gst/audio/gstringbuffer.h:
9697         * gst-libs/gst/audio/multichannel.h:
9698         * gst-libs/gst/floatcast/floatcast.h:
9699         * gst-libs/gst/interfaces/colorbalance.c:
9700         * gst-libs/gst/interfaces/colorbalance.h:
9701         * gst-libs/gst/interfaces/colorbalancechannel.h:
9702         * gst-libs/gst/interfaces/mixer.h:
9703         * gst-libs/gst/interfaces/mixeroptions.h:
9704         * gst-libs/gst/interfaces/mixertrack.h:
9705         * gst-libs/gst/interfaces/navigation.h:
9706         * gst-libs/gst/interfaces/propertyprobe.h:
9707         * gst-libs/gst/interfaces/tuner.h:
9708         * gst-libs/gst/interfaces/tunerchannel.h:
9709         * gst-libs/gst/interfaces/tunernorm.h:
9710         * gst-libs/gst/interfaces/xoverlay.h:
9711         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9712         * gst-libs/gst/riff/riff-ids.h:
9713         * gst-libs/gst/riff/riff-media.h:
9714         * gst-libs/gst/riff/riff-read.h:
9715         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9716         * gst-libs/gst/rtp/gstbasertppayload.c:
9717         * gst-libs/gst/rtp/gstbasertppayload.h:
9718         * gst-libs/gst/rtp/gstrtpbuffer.c:
9719         * gst-libs/gst/rtp/gstrtpbuffer.h:
9720         * gst-libs/gst/tag/gsttageditingprivate.h:
9721         * gst-libs/gst/tag/gstvorbistag.c:
9722         (gst_tag_list_from_vorbiscomment_buffer):
9723         * gst-libs/gst/tag/tag.h:
9724         * gst-libs/gst/video/video.h:
9725         * gst/adder/gstadder.c:
9726         * gst/adder/gstadder.h:
9727         * gst/audioconvert/audioconvert.c:
9728         * gst/audioconvert/audioconvert.h:
9729         * gst/audioconvert/gstaudioconvert.c:
9730         * gst/audioconvert/gstchannelmix.c:
9731         * gst/audioconvert/gstchannelmix.h:
9732         * gst/audiorate/gstaudiorate.c:
9733         * gst/audioresample/buffer.h:
9734         * gst/audioresample/functable.h:
9735         * gst/audioresample/gstaudioresample.c:
9736         * gst/audioresample/resample.h:
9737         * gst/ffmpegcolorspace/avcodec.h:
9738         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9739         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9740         * gst/ffmpegcolorspace/imgconvert.c:
9741         * gst/ffmpegcolorspace/imgconvert_template.h:
9742         * gst/playback/gstdecodebin.c:
9743         * gst/playback/gstplaybasebin.h:
9744         * gst/playback/gstplaybin.c:
9745         * gst/playback/gststreaminfo.h:
9746         * gst/tcp/gstfdset.c:
9747         * gst/tcp/gstfdset.h:
9748         * gst/tcp/gstmultifdsink.c:
9749         * gst/tcp/gstmultifdsink.h:
9750         * gst/tcp/gsttcp.h:
9751         * gst/tcp/gsttcpclientsrc.c:
9752         * gst/tcp/gsttcpclientsrc.h:
9753         * gst/tcp/gsttcpplugin.h:
9754         * gst/tcp/gsttcpserversink.c:
9755         * gst/tcp/gsttcpserversrc.c:
9756         * gst/typefind/gsttypefindfunctions.c:
9757         * gst/videorate/gstvideorate.c:
9758         * gst/videotestsrc/gstvideotestsrc.h:
9759         * gst/videotestsrc/videotestsrc.h:
9760         * sys/v4l/gstv4lcolorbalance.h:
9761         * sys/v4l/gstv4ltuner.h:
9762         * sys/v4l/gstv4lxoverlay.h:
9763         * sys/v4l/v4l_calls.h:
9764         * sys/v4l/videodev_mjpeg.h:
9765         * tests/check/elements/audioconvert.c:
9766         * tests/check/elements/audioresample.c:
9767         * tests/check/elements/audiotestsrc.c:
9768         * tests/check/elements/videotestsrc.c:
9769         * tests/check/elements/volume.c:
9770         * tests/examples/seek/scrubby.c:
9771         * tests/examples/seek/seek.c:
9772           expand tabs
9773
9774 === release 0.10.0 ===
9775
9776 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9777
9778         * configure.ac:
9779           releasing 0.10.0, "Mont-d'or"
9780
9781 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9782
9783         * tests/examples/seek/Makefile.am:
9784         Build fix for when gtk is not available.
9785
9786 2005-12-05  Andy Wingo  <wingo@pobox.com>
9787
9788         * ext/libvisual/visual.c: (get_buffer):
9789         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9790         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9791         * ext/theora/theoradec.c: (theora_handle_data_packet):
9792         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9793         (theora_enc_chain):
9794         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9795         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9796         Update for alloc_buffer changes.
9797
9798 2005-12-05  Andy Wingo  <wingo@pobox.com>
9799
9800         patch by: Kai Vehmanen <kv2004 eca cx>
9801         
9802         * gst-libs/gst/rtp/gstbasertpdepayload.c
9803         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9804
9805 2005-12-04  Andy Wingo  <wingo@pobox.com>
9806
9807         patch by: Sebastien Cote <sebas642 yahoo ca>
9808         
9809         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9810         Fixes #319172.
9811
9812 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9813
9814         * docs/plugins/Makefile.am:
9815         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9816         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9817         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9818         * ext/pango/gstclockoverlay.c:
9819         * ext/pango/gsttextoverlay.c: 
9820         * ext/pango/gsttextrender.c:
9821         * ext/pango/gsttimeoverlay.c:
9822           Add gtk-doc blurbs to pango elements.
9823
9824 2005-12-02  Wim Taymans  <wim@fluendo.com>
9825
9826         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9827         * gst/audioresample/buffer.h:
9828         * gst/audioresample/gstaudioresample.c:
9829         * gst/audioresample/gstaudioresample.h:
9830         * gst/audioresample/resample.c: (resample_input_flush),
9831         (resample_input_pushthrough), (resample_input_eos),
9832         (resample_get_output_size_for_input),
9833         (resample_get_input_size_for_output), (resample_get_output_size),
9834         (resample_get_output_data):
9835         * gst/audioresample/resample.h:
9836         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9837         Fix audioresample, seek torture, new segments, reverse negotiation
9838         etc.. work fine.
9839
9840 2005-12-02  Wim Taymans  <wim@fluendo.com>
9841
9842         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9843         Small cleanups.
9844
9845 2005-12-02  Wim Taymans  <wim@fluendo.com>
9846
9847         * gst/audioconvert/gstaudioconvert.c:
9848         (gst_audio_convert_transform):
9849         Post errors.
9850
9851 === release 0.9.7 ===
9852
9853 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9854
9855         * configure.ac:
9856           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9857
9858 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9859
9860         * Makefile.am:
9861         * po/hu.po:
9862         * win32/MANIFEST:
9863         * win32/gst.sln:
9864           add win32 MANIFEST file
9865           do something to the hungarian translation
9866
9867 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9868
9869         * ext/Makefile.am:
9870           Add $(PANGO_DIR) to SUBDIRS
9871
9872         * ext/pango/gstclockoverlay.c:
9873         * ext/pango/gsttimeoverlay.c:
9874           Fix and improve element descriptions.
9875
9876 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9877
9878         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9879         * docs/plugins/inspect/plugin-libvisual.xml:
9880         * docs/plugins/inspect/plugin-pango.xml:
9881           add pango plugin to docs
9882
9883 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9884
9885         * configure.ac:
9886         * ext/Makefile.am:
9887           moved pango to base
9888
9889 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9890
9891         * configure.ac:
9892         * tests/Makefile.am:
9893         * tests/icles/.cvsignore:
9894         * tests/icles/Makefile.am:
9895         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9896         (close_display), (resize_window), (move_window), (create_window),
9897         (terminate_playback), (pause_playback), (start_playback), (main):
9898           add stress test for xoverlay from Julien
9899
9900 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9901
9902         * docs/libs/tmpl/gstcolorbalance.sgml:
9903         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9904         * gst-libs/gst/rtp/gstbasertppayload.c:
9905         * gst-libs/gst/rtp/gstrtpbuffer.c:
9906         * gst-libs/gst/rtp/gstrtpbuffer.h:
9907           Do burger's rename for rtp payloaders and depayloaders
9908
9909 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9910
9911         * win32/:
9912           add Visual Studio 6 build files
9913
9914 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9915
9916         * docs/libs/gst-plugins-base-libs-docs.sgml:
9917         * docs/libs/gst-plugins-base-libs-sections.txt:
9918         * docs/libs/tmpl/gstaudio.sgml:
9919         * docs/libs/tmpl/gstringbuffer.sgml:
9920         * gst-libs/gst/interfaces/xoverlay.c:
9921         * gst-libs/gst/video/gstvideofilter.c:
9922         * gst-libs/gst/video/gstvideosink.c:
9923           update documentation
9924
9925 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9926
9927         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9928         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9929         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9930         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9931         (gst_multi_fd_sink_get_stats),
9932         (gst_multi_fd_sink_remove_client_link),
9933         (gst_multi_fd_sink_handle_client_read),
9934         (gst_multi_fd_sink_client_queue_data),
9935         (gst_multi_fd_sink_client_queue_caps),
9936         (gst_multi_fd_sink_client_queue_buffer),
9937         (gst_multi_fd_sink_new_client),
9938         (gst_multi_fd_sink_handle_client_write),
9939         (gst_multi_fd_sink_recover_client),
9940         (gst_multi_fd_sink_queue_buffer),
9941         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9942         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9943         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9944         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9945         * gst/tcp/gstmultifdsink.h:
9946         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9947         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9948         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9949         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9950         (gst_tcp_client_sink_set_property),
9951         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9952         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9953         * gst/tcp/gsttcpclientsink.h:
9954         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9955         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9956         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9957         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9958         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9959         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9960         * gst/tcp/gsttcpclientsrc.h:
9961         * gst/tcp/gsttcpplugin.c: (plugin_init):
9962         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9963         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9964         (gst_tcp_server_sink_finalize),
9965         (gst_tcp_server_sink_handle_server_read),
9966         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9967         (gst_tcp_server_sink_set_property),
9968         (gst_tcp_server_sink_get_property),
9969         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9970         * gst/tcp/gsttcpserversink.h:
9971         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9972         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9973         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9974         (gst_tcp_server_src_set_property),
9975         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9976         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9977         * gst/tcp/gsttcpserversrc.h:
9978           more borgifying
9979
9980 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9981
9982         * docs/plugins/Makefile.am:
9983         * docs/plugins/gst-plugins-base-plugins.args:
9984         * docs/plugins/inspect/plugin-libvisual.xml:
9985         * gst/audioconvert/plugin.h:
9986         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9987         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9988         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9989         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9990         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9991         (plugin_init):
9992         * gst/audiotestsrc/gstaudiotestsrc.c:
9993         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9994         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9995         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9996         (gst_audio_test_src_get_query_types),
9997         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9998         (gst_audio_test_src_create_square),
9999         (gst_audio_test_src_create_saw),
10000         (gst_audio_test_src_create_triangle),
10001         (gst_audio_test_src_create_silence),
10002         (gst_audio_test_src_create_white_noise),
10003         (gst_audio_test_src_init_pink_noise),
10004         (gst_audio_test_src_generate_pink_noise_value),
10005         (gst_audio_test_src_create_pink_noise),
10006         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
10007         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
10008         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
10009         (plugin_init):
10010         * gst/audiotestsrc/gstaudiotestsrc.h:
10011         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
10012         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
10013         (gst_sub_parse_init), (gst_sub_parse_formats),
10014         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
10015         (convert_encoding), (get_next_line),
10016         (gst_sub_parse_data_format_autodetect),
10017         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
10018         (gst_sub_parse_loop), (gst_sub_parse_chain),
10019         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
10020         (plugin_init):
10021         * gst/subparse/gstsubparse.h:
10022         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
10023         (gst_video_rate_base_init), (gst_video_rate_class_init),
10024         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
10025         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
10026         (gst_video_rate_init), (gst_video_rate_event),
10027         (gst_video_rate_chain), (gst_video_rate_set_property),
10028         (gst_video_rate_get_property), (gst_video_rate_change_state),
10029         (plugin_init):
10030         * gst/videoscale/gstvideoscale.c:
10031         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
10032         (gst_video_scale_src_template_factory),
10033         (gst_video_scale_sink_template_factory),
10034         (gst_video_scale_get_type), (gst_video_scale_base_init),
10035         (gst_video_scale_class_init), (gst_video_scale_init),
10036         (gst_video_scale_set_property), (gst_video_scale_get_property),
10037         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
10038         (gst_video_scale_prepare_size), (parse_caps),
10039         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10040         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
10041         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
10042         (plugin_init):
10043         * gst/videoscale/gstvideoscale.h:
10044         * gst/videotestsrc/gstvideotestsrc.c:
10045         (gst_video_test_src_pattern_get_type),
10046         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
10047         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
10048         (gst_video_test_src_set_pattern),
10049         (gst_video_test_src_set_property),
10050         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10051         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10052         (gst_video_test_src_event), (gst_video_test_src_get_times),
10053         (gst_video_test_src_create), (plugin_init):
10054         * gst/videotestsrc/gstvideotestsrc.h:
10055         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10056         (gst_video_test_src_smpte), (gst_video_test_src_snow),
10057         (gst_video_test_src_black):
10058         * gst/videotestsrc/videotestsrc.h:
10059           borgify further
10060           clean up docs a little
10061
10062 2005-11-30  Wim Taymans  <wim@fluendo.com>
10063
10064         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10065         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10066         (gst_basertppayload_event), (gst_basertppayload_push),
10067         (gst_basertppayload_change_state):
10068         * gst-libs/gst/rtp/gstbasertppayload.h:
10069         closed #320644.
10070
10071 2005-11-30  Julien MOUTTE  <julien@moutte.net>
10072
10073         * docs/libs/gst-plugins-base-libs-docs.sgml:
10074         * docs/libs/gst-plugins-base-libs-sections.txt:
10075         * gst-libs/gst/video/gstvideofilter.c:
10076         * gst-libs/gst/video/gstvideosink.c:
10077         * gst-libs/gst/video/gstvideosink.h: Adding docs.
10078
10079 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10080
10081         * LICENSE:
10082           move
10083         * po/af.po:
10084         * po/az.po:
10085         * po/cs.po:
10086         * po/en_GB.po:
10087         * po/hu.po:
10088         * po/it.po:
10089         * po/nb.po:
10090         * po/nl.po:
10091         * po/or.po:
10092         * po/sq.po:
10093         * po/sr.po:
10094         * po/sv.po:
10095         * po/uk.po:
10096         * po/vi.po:
10097         * Makefile.am:
10098           update
10099         * scripts/autoplugins.sh:
10100           remove
10101
10102 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10103
10104         * Makefile.am:
10105         * configure.ac:
10106         * examples/Makefile.am:
10107         * examples/capsfilter/Makefile.am:
10108         * examples/capsfilter/capsfilter1.c:
10109         * examples/gob/Makefile.am:
10110         * examples/gob/gst-identity2.gob:
10111         * examples/indexing/.cvsignore:
10112         * examples/indexing/Makefile.am:
10113         * examples/indexing/indexmpeg.c:
10114         * examples/seeking/.cvsignore:
10115         * examples/seeking/Makefile.am:
10116         * examples/seeking/cdparanoia.c:
10117         * examples/seeking/cdplayer.c:
10118         * examples/seeking/chained.c:
10119         * examples/seeking/scrubby.c:
10120         * examples/seeking/seek.c:
10121         * examples/stats/Makefile.am:
10122         * examples/stats/mp2ogg.c:
10123         * examples/switch/.cvsignore:
10124         * examples/switch/Makefile.am:
10125         * examples/switch/switcher.c:
10126         * tests/Makefile.am:
10127         * tests/check/generic/.cvsignore:
10128         * tests/check/pipelines/.cvsignore:
10129         * tests/examples/Makefile.am:
10130         * tests/examples/seek/Makefile.am:
10131           reorganize stuff under tests/
10132
10133 2005-11-30  Edward Hervey  <edward@fluendo.com>
10134
10135         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10136         Go away you stupid GstStaticPadTemplate memleak.
10137
10138 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10139
10140         * gst-libs/gst/net/Makefile.am:
10141         * gst-libs/gst/net/README:
10142         * gst-libs/gst/net/gstnetbuffer.c:
10143         * gst-libs/gst/net/gstnetbuffer.h:
10144           this was moved to "netbuffer"
10145
10146 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10147
10148         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10149         (gst_video_filter_class_init), (gst_video_filter_init):
10150         * gst-libs/gst/video/gstvideofilter.h:
10151           borgify name to bring in line with other classes
10152
10153 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10154
10155         * gst/audioscale/.cvsignore:
10156         * gst/audioscale/Makefile.am:
10157         * gst/audioscale/README:
10158         * gst/audioscale/audioscale.vcproj:
10159         * gst/audioscale/dtof.c:
10160         * gst/audioscale/dtos.c:
10161         * gst/audioscale/functable.c:
10162         * gst/audioscale/gstaudioscale.c:
10163         * gst/audioscale/gstaudioscale.h:
10164         * gst/audioscale/private.h:
10165         * gst/audioscale/resample.c:
10166         * gst/audioscale/resample.h:
10167         * gst/audioscale/test.c:
10168           remove
10169
10170 2005-11-30  Edward Hervey  <edward@fluendo.com>
10171
10172         * gst-libs/gst/netbuffer/Makefile.am:
10173         really, really tired
10174
10175 2005-11-30  Edward Hervey  <edward@fluendo.com>
10176
10177         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10178         Update for new GstTypeFindFactory _register()
10179
10180 2005-11-30  Edward Hervey  <edward@fluendo.com>
10181
10182         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10183         Let's not override libgstnet from core for no reason...
10184         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10185         Ok, maybe not so quick next time.
10186
10187 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10188
10189         * configure.ac:
10190         * gst-libs/gst/Makefile.am:
10191           moved gst-libs/gst/net to netbuffer through CVS surgery
10192           remove old directory
10193           updating build to accomodate
10194           (#322257)
10195
10196 2005-11-29  Andy Wingo  <wingo@pobox.com>
10197
10198         * pkgconfig/gstreamer-plugins-base.pc.in:
10199         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10200         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10201         (#322257).
10202
10203 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10204
10205         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10206         3rd time's the charm. Correct ref-counting for discarded buffers.
10207
10208 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10209
10210         * gst/playback/gststreamselector.c:
10211         (gst_stream_selector_class_init),
10212         (gst_stream_selector_set_property),
10213         (gst_stream_selector_get_property),
10214         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10215         Fix ref-counting
10216
10217 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10218
10219         * gst/subparse/gstsubparse.c: (feed_textbuf):
10220           Don't access already unref'ed buffer.
10221
10222 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10223
10224         * gst/playback/gststreamselector.c:
10225         (gst_stream_selector_class_init), (gst_stream_selector_init),
10226         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10227         (gst_stream_selector_get_property),
10228         (gst_stream_selector_get_linked_pad),
10229         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10230         * gst/playback/gststreamselector.h:
10231         Add the active-pad property for playbin to use shortly. Ignore buffers
10232         from any other pad, returning GST_FLOW_NOT_LINKED
10233
10234 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10235
10236         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10237         patch from bug #322704 (Alessandro Decina).
10238
10239 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10240
10241         * gst-libs/gst/audio/Makefile.am:
10242           folded audiofilter into the audio library
10243
10244 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10245
10246         * gst/videoscale/gstvideoscale.h:
10247         * gst/videoscale/gstvideoscale.c:
10248           remove unimplemented scale methods
10249
10250 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10251
10252         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10253           Don't leak caps.
10254
10255 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10256
10257         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10258         (gst_ximagesink_setcaps):
10259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10260         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10261         happens (only visible on ximagesink but bug is in xv too) set_caps was
10262         destroying the internal x[v]image used to memcpy non locally alloced
10263         buffers so that it got renewed on next _chain. The issue is that 
10264         _expose will try to put that image as it reffed it in _put.
10265         Using gst_buffer_unref instead of destroy fixes it !
10266
10267 2005-11-28  Edward Hervey  <edward@fluendo.com>
10268
10269         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10270         (try_to_link_1), (queue_filled_cb):
10271         Better use of the queues. Start with a small size queue and only increase
10272         the size of the queues when the other queues are empty.
10273
10274 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10275
10276         * gst-libs/gst/video/Makefile.am:
10277           compile in copied-over videofilter into the video library
10278         * gst-libs/gst/video/videosink.h:
10279           rename the header to gstvideosink.h since it's a base GstObject class
10280         * sys/ximage/ximagesink.h:
10281         * sys/xvimage/xvimagesink.h:
10282           use the new header
10283
10284 2005-11-28  Wim Taymans  <wim@fluendo.com>
10285
10286         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10287         * gst/playback/gstplaybasebin.h:
10288         Prepare to handle errors betters.
10289
10290         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10291         Set sinks to PAUSED first before adding and linking them so that
10292         we don't interrupt dataflow.
10293
10294 2005-11-28  Wim Taymans  <wim@fluendo.com>
10295
10296         * gst-libs/gst/audio/TODO:
10297         Updated TODO
10298
10299         * gst-libs/gst/audio/gstaudiosink.c:
10300         (gst_audioringbuffer_open_device),
10301         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10302         (gst_audioringbuffer_release):
10303         Small cleanups.
10304
10305         * gst-libs/gst/audio/gstbaseaudiosink.c:
10306         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10307         (gst_base_audio_sink_change_state):
10308         Slave to the master clock when going to PLAYING and unslave when
10309         going to PAUSED.
10310
10311         * gst-libs/gst/audio/gstringbuffer.c:
10312         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10313         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10314         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10315         (gst_ring_buffer_clear_all), (wait_segment),
10316         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10317         (gst_ring_buffer_advance):
10318         * gst-libs/gst/audio/gstringbuffer.h:
10319         Add some docs and cleanups.
10320
10321 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10322
10323         * sys/xvimage/xvimagesink.c:
10324         (gst_xvimagesink_navigation_send_event): Fix navigation events
10325         coordinates translation with pixel aspect ratios.
10326
10327 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10328
10329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10330         Use calculated video geometry from _setcaps instead of buffer
10331         caps to respect pixel aspect ratio. (fixes #322388)
10332
10333 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10334
10335         * docs/libs/tmpl/gstcolorbalance.sgml:
10336         * docs/libs/tmpl/gstmixer.sgml:
10337         * docs/libs/tmpl/gstxoverlay.sgml:
10338         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10339         interface.
10340
10341 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10342
10343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10344         Refuse to create an XvImage if we can't find the format.
10345
10346 2005-11-28  Edward Hervey  <edward@fluendo.com>
10347
10348         * gst-libs/gst/riff/riff-media.c:
10349         (gst_riff_create_audio_template_caps):
10350         Add ATRAC3 to the list of riff-possible audio caps.
10351         I know we still don't have a plugin for atrac3, but it's saner to output
10352         that than a cryptic mimetype.
10353
10354 2005-11-27  Edward Hervey  <edward@fluendo.com>
10355
10356         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10357         Don't try to create a zero-sized subbuffer.
10358
10359 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10360
10361         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10362         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10363         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10364         (gst_ximagesink_expose): Fixed a tricky race.
10365         * sys/ximage/ximagesink.h:
10366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10367         (gst_xvimagesink_expose): Fixed a tricky race.
10368         * sys/xvimage/xvimagesink.h:
10369
10370 2005-11-27  Edward Hervey  <edward@fluendo.com>
10371
10372         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10373         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10374         Remove unused properties, and add queues between demuxers and decoders
10375         so that a lot more files can preroll properly.
10376
10377 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10378
10379         * gst-libs/gst/net/Makefile.am:
10380         * gst-libs/gst/rtp/Makefile.am:
10381         * gst-libs/gst/tag/Makefile.am:
10382           remove silly include
10383         * gst/tags/Makefile.am:
10384         * gst/tags/gsttagediting.c:
10385         * gst/tags/gsttageditingprivate.h:
10386         * gst/tags/tagedit.vcproj:
10387           remove directory, is as good as empty
10388
10389 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10390
10391         * configure.ac:
10392           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10393         * gst-libs/Makefile.am:
10394         * gst-libs/gst/audio/Makefile.am:
10395         * gst-libs/gst/interfaces/Makefile.am:
10396         * gst-libs/gst/net/Makefile.am:
10397         * gst-libs/gst/riff/Makefile.am:
10398         * gst-libs/gst/rtp/Makefile.am:
10399         * gst-libs/gst/tag/Makefile.am:
10400         * gst-libs/gst/video/Makefile.am:
10401           and use them
10402
10403 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10404
10405         * docs/libs/tmpl/gstcolorbalance.sgml:
10406         * docs/libs/tmpl/gstmixer.sgml:
10407         * docs/libs/tmpl/gstxoverlay.sgml:
10408         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10409         * sys/ximage/ximagesink.h:
10410         * sys/xvimage/xvimagesink.h: More and more documentation.
10411
10412 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10413
10414         * docs/libs/gst-plugins-base-libs-docs.sgml:
10415         * docs/libs/gst-plugins-base-libs-sections.txt:
10416         * docs/libs/tmpl/gstcolorbalance.sgml:
10417         * docs/libs/tmpl/gstmixer.sgml:
10418         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10419         to documentation.
10420
10421 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10422
10423         * docs/plugins/Makefile.am:
10424         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10425         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10426         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10427
10428 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10429
10430         * docs/plugins/Makefile.am:
10431         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10432         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10433         * docs/plugins/inspect/plugin-adder.xml:
10434         * docs/plugins/inspect/plugin-alsa.xml:
10435         * docs/plugins/inspect/plugin-audioconvert.xml:
10436         * docs/plugins/inspect/plugin-audiorate.xml:
10437         * docs/plugins/inspect/plugin-audioresample.xml:
10438         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10439         * docs/plugins/inspect/plugin-decodebin.xml:
10440         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10441         * docs/plugins/inspect/plugin-gnomevfs.xml:
10442         * docs/plugins/inspect/plugin-ogg.xml:
10443         * docs/plugins/inspect/plugin-playbin.xml:
10444         * docs/plugins/inspect/plugin-subparse.xml:
10445         * docs/plugins/inspect/plugin-tcp.xml:
10446         * docs/plugins/inspect/plugin-theora.xml:
10447         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10448         * docs/plugins/inspect/plugin-video4linux.xml:
10449         * docs/plugins/inspect/plugin-videorate.xml:
10450         * docs/plugins/inspect/plugin-videoscale.xml:
10451         * docs/plugins/inspect/plugin-videotestsrc.xml:
10452         * docs/plugins/inspect/plugin-volume.xml:
10453         * docs/plugins/inspect/plugin-vorbis.xml:
10454         * docs/plugins/inspect/plugin-ximagesink.xml:
10455         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10456         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10457
10458 2005-11-26  Edward Hervey  <edward@fluendo.com>
10459
10460         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10461         Properly return GstFlowReturn from gst_pad_push in chain functions.
10462
10463 2005-11-25  Michael Smith  <msmith@fluendo.com>
10464
10465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10466         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10467         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10468         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10469           Handle various conditions better when we don't understand a stream.
10470           Removes a heap of CRITICALs on ogg streams containing unknown data.
10471
10472 2005-11-24  Andy Wingo  <wingo@pobox.com>
10473
10474         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10475         Be threadsafe.
10476
10477 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10478
10479         * configure.ac: back to HEAD
10480
10481 === release 0.9.6 ===
10482
10483 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10484
10485         * configure.ac:
10486           releasing 0.9.6, "White Eight"
10487
10488 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10489
10490         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10491         * docs/plugins/inspect/plugin-sine.xml:
10492           remove sinesrc some more
10493
10494 2005-11-23  Wim Taymans  <wim@fluendo.com>
10495
10496         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10497         If we are reading too slowly, jump forward in the ringbuffer
10498         instead of blocking.
10499
10500 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10501
10502         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10503         (gst_visual_chain):
10504         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10505         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10506         (gst_videorate_chain):
10507         * gst/videotestsrc/gstvideotestsrc.c:
10508         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10509         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10510         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10511         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10512         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10513         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10514           Updates for API changes
10515
10516 2005-11-23  Wim Taymans  <wim@fluendo.com>
10517
10518         * gst-libs/gst/audio/gstbaseaudiosink.c:
10519         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10520         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10521         Fix for calibration API change.
10522
10523 2005-11-23  Michael Smith <msmith@fluendo.com>
10524
10525         * gst-libs/gst/audio/multichannel.c:
10526         (gst_audio_get_channel_positions),
10527         (gst_audio_set_channel_positions),
10528         (gst_audio_set_structure_channel_positions_list),
10529         (gst_audio_fixate_channel_positions):
10530           Use gst_value_array_*() functions on value arrays, not
10531           gst_value_list_*().
10532
10533 2005-11-23  Edward Hervey  <edward@fluendo.com>
10534
10535         * autogen.sh:
10536         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10537         Fixes autogen
10538
10539 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10540
10541         * check/Makefile.am:
10542         * check/elements/videotestsrc.c: (setup_videotestsrc),
10543         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10544         (main):
10545           add a test for videotestsrc
10546
10547 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10548
10549         * gst/sine/.cvsignore:
10550         * gst/sine/Makefile.am:
10551         * gst/sine/gstsinesrc.c:
10552         * gst/sine/gstsinesrc.h:
10553         * gst/sine/sinesrc.vcproj:
10554           and remove sinesrc from the repository.  Closes #321446
10555
10556 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10557
10558         * configure.ac:
10559         * gst-plugins-base.spec.in:
10560           remove sinesrc from the build
10561
10562 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10563
10564         * check/Makefile.am:
10565         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10566         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10567         (main):
10568           add a test for audiotestsrc, testing all waves.  Even seems
10569           leak-free at first glance, nice job Stefan
10570
10571 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10572
10573         * po/af.po:
10574         * po/az.po:
10575         * po/cs.po:
10576         * po/en_GB.po:
10577         * po/hu.po:
10578         * po/it.po:
10579         * po/nb.po:
10580         * po/nl.po:
10581         * po/or.po:
10582         * po/sq.po:
10583         * po/sr.po:
10584         * po/sv.po:
10585         * po/uk.po:
10586         * po/vi.po:
10587           Translation string updates
10588
10589         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10590         (gst_v4lsrc_set_caps):
10591         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10592         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10593         * sys/v4l/v4lsrc_calls.h:
10594           Improve v4lsrc, by making it work again.
10595
10596 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10597
10598         * ext/libvisual/visual.c: (gst_visual_chain):
10599           Fix the fps calculations.
10600
10601         * gst/ffmpegcolorspace/avcodec.h:
10602           Move structure element for clarity
10603
10604         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10605         * gst-libs/gst/interfaces/tunernorm.h:
10606         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10607         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10608         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10609         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10610         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10611         (gst_v4lmjpegsrc_getcaps):
10612         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10613         (gst_v4lsrc_set_caps):
10614         * sys/v4l/gstv4lsrc.h:
10615         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10616         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10617         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10618         * sys/v4l/v4lsrc_calls.h:
10619           Fractional framerates...
10620
10621 2005-11-22  Wim Taymans  <wim@fluendo.com>
10622
10623         * gst-libs/gst/audio/gstbaseaudiosink.c:
10624         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10625         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10626         And we provide a clock by default, of course...
10627
10628 2005-11-22  Wim Taymans  <wim@fluendo.com>
10629
10630         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10631         This clock can be slaved to a master clock now.
10632
10633         * gst-libs/gst/audio/gstbaseaudiosink.c:
10634         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10635         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10636         (gst_base_audio_sink_set_clock),
10637         (gst_base_audio_sink_set_property),
10638         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10639         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10640         * gst-libs/gst/audio/gstbaseaudiosink.h:
10641         Handle slaving the internal clock to the clock selected in the
10642         pipeline.
10643         Add property to make the basesink not provide a clock.
10644
10645         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10646         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10647         (gst_base_rtp_depayload_wait):
10648         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10649         We can use the clock in GstElement, no need to store it ourselves.
10650
10651 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10652
10653         * docs/libs/tmpl/gstaudio.sgml:
10654           update
10655         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10656         (gst_paranoia_endian_get_type):
10657         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10658         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10659         * gst/audiotestsrc/gstaudiotestsrc.c:
10660         (gst_audiostestsrc_wave_get_type):
10661         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10662         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10663         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10664         (gst_sync_method_get_type), (gst_unit_type_get_type),
10665         (gst_client_status_get_type), (gst_multifdsink_class_init),
10666         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10667         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10668         (gst_multifdsink_get_property):
10669         * gst/tcp/gstmultifdsink.h:
10670         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10671         * gst/videotestsrc/gstvideotestsrc.c:
10672         (gst_videotestsrc_pattern_get_type):
10673           remove deprecated properties
10674           fix up enums to correctly have short lowercase dashed nicks
10675
10676 2005-11-22  Michael Smith <msmith@fluendo.com>
10677
10678         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10679         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10680           Add underscore.
10681
10682 2005-11-22  Michael Smith <msmith@fluendo.com>
10683
10684         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10685         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10686           Use utility method for scaling clocktime for fractional framerates.
10687
10688 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10689
10690         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10691         (gst_visual_chain):
10692         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10693         * ext/theora/theoradec.c: (theora_handle_type_packet):
10694         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10695         (theora_enc_chain):
10696         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10697         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10698         * gst-libs/gst/video/video.h:
10699         * gst/ffmpegcolorspace/avcodec.h:
10700         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10701         (gst_ffmpeg_caps_to_pixfmt):
10702         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10703         (gst_ffmpegcsp_set_caps):
10704         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10705         (gst_videorate_setcaps), (gst_videorate_blank_data),
10706         (gst_videorate_chain):
10707         * gst/videotestsrc/gstvideotestsrc.c:
10708         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10709         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10710         (gst_videotestsrc_event), (gst_videotestsrc_create):
10711         * gst/videotestsrc/gstvideotestsrc.h:
10712         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10713         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10714         (gst_ximagesink_get_times), (gst_ximagesink_init):
10715         * sys/ximage/ximagesink.h:
10716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10717         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10718         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10719         * sys/xvimage/xvimagesink.h:
10720           Convert elements to use fractions for their framerate.
10721           V4L elements to come later tonight.
10722
10723 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10724
10725         * gst-libs/gst/audio/audio.c:
10726         * gst-libs/gst/audio/audio.h:
10727           remove some deprecated functions
10728
10729 2005-11-22  Andy Wingo  <wingo@pobox.com>
10730
10731         * Update for gst_tag_setter API changes.
10732
10733 2005-11-22  Andy Wingo  <wingo@pobox.com>
10734
10735         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10736         (gst_ogg_demux_perform_seek):
10737         * ext/theora/theoradec.c (theora_dec_sink_event):
10738         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10739         update-funcnames.
10740
10741 2005-11-22  Wim Taymans  <wim@fluendo.com>
10742
10743         * examples/seeking/seek.c: (main):
10744         Give higher priority to bus signals than the gtk events
10745         to fix a race condition in the segment looping.
10746
10747 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10748
10749         * ext/theora/Makefile.am:
10750         * ext/vorbis/Makefile.am:
10751         * gst-libs/gst/tag/Makefile.am:
10752         * gst-plugins-base.spec.in:
10753           Rename libgsttagedit to libgsttag (#322117).
10754
10755 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10756
10757         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10759           Call gst_x_overlay_prepare_xwindow_id() to give applications
10760           a final chance to set their own xwindow id before the video
10761           sink creates its own window.
10762
10763 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10764
10765         * sys/xvimage/xvimagesink.c:
10766         (gst_xvimagesink_navigation_send_event): Handle navigation
10767         events correcly with borders if applicable.
10768
10769 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10770
10771         Patch by: Luca Ognibene
10772
10773         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10774         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10775         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10776         (gst_ffmpegcsp_caps_remove_format_info):
10777         * gst/ffmpegcolorspace/imgconvert.c:
10778         * gst/ffmpegcolorspace/imgconvert_template.h:
10779           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10780           #318353); use gst_structure_has_name().
10781
10782 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10783
10784         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10785         (gst_ximagesink_class_init): Add debug macros on functions.
10786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10787         (gst_xvimagesink_xwindow_draw_borders),
10788         (gst_xvimagesink_xvimage_put),
10789         (gst_xvimagesink_xwindow_update_geometry),
10790         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10791         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10792         (gst_xvimagesink_xcontext_clear),
10793         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10794         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10795         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10796         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10797         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10798         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10799         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10800         expose while being PAUSED, out of data flow navigation events, etc..
10801
10802 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10803
10804         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10805         * gst-libs/gst/audio/audio.h:
10806           fix prototype - wondering why the test worked regardless
10807
10808 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10809
10810         * check/Makefile.am:
10811         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10812         * gst-libs/gst/audio/audio.h:
10813           add a method that returns a proper GstClockTime
10814
10815 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10816
10817         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10818         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10819         * gst-libs/gst/interfaces/xoverlay.h:
10820           Remove everything having to do with the desired size; add 
10821           gst_x_overlay_prepare_xwindow_id() function; remove the
10822           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10823           post a message on the bus instead (#321816).
10824
10825         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10827         (gst_xvimagesink_xoverlay_init):
10828           Remove desired size stuff (#321816).
10829
10830 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10831
10832         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10833         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10834         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10835           Terminate vararg functions with NULL instead of 0 to 
10836           make gcc4 happy.
10837
10838 2005-11-21  Andy Wingo  <wingo@pobox.com>
10839
10840         patch by: Sebastien Cote <sebas642@yahoo.ca>
10841         
10842         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10843         * gst-libs/gst/rtp/gstrtpbuffer.c
10844         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10845
10846 2005-11-21  Andy Wingo  <wingo@pobox.com>
10847
10848         * gst/playback/gstplaybin.c (gen_audio_element) 
10849         (gen_video_element): Use the new MISSING_PLUGIN core error
10850         category. Closes #320060.
10851
10852         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10853         * gst/videorate/gstvideorate.c (gst_videorate_event):
10854         * ext/theora/theoradec.c (theora_dec_sink_event): 
10855         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10856         stream lock.
10857
10858         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10859         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10860         stream lock changes.
10861
10862 2005-11-21  Wim Taymans  <wim@fluendo.com>
10863
10864         * gst-libs/gst/audio/gstbaseaudiosink.c:
10865         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10866         (gst_base_audio_sink_provide_clock),
10867         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10868         (gst_base_audio_sink_change_state):
10869         * gst/audioresample/gstaudioresample.c:
10870         Segment update fix.
10871
10872 2005-11-21  Andy Wingo  <wingo@pobox.com>
10873
10874         * *.h:
10875         * *.c: Ran scripts/update-macros. Oh yes.
10876
10877 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10878
10879         * sys/ximage/Makefile.am:
10880         * sys/ximage/ximage.c:
10881           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10882           remove your old libgstximage.* manually if necessary).
10883
10884 2005-11-21  Michael Smith <msmith@fluendo.com>
10885
10886         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10887           Minimal fix for bug #320200: set the min/max bitrate in the correct
10888           units. A better fix would be to upgrade to the RATEMANAGE2
10889           interface, rather than using the deprecated interface used here, but
10890           that would require an update in our libvorbis dependency (to 1.1),
10891           which is probably undesirable.
10892
10893 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10894
10895         * ext/libvisual/visual.c: (get_buffer):
10896         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10897         (gst_base_audio_src_fixate):
10898         * gst/audioconvert/gstaudioconvert.c:
10899         (gst_audio_convert_fixate_caps):
10900         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10901         * gst/audiotestsrc/gstaudiotestsrc.c:
10902         (gst_audiotestsrc_src_fixate):
10903         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10904         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10905         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10906         * gst/videotestsrc/gstvideotestsrc.c:
10907         (gst_videotestsrc_src_fixate):
10908         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10910           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10911           (#322027)
10912
10913
10914 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10915
10916         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10917         (gst_riff_create_iavs_caps):
10918         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10919         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10920         (gst_riff_parse_info):
10921         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10922         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10924           Fixes for GST_FOURCC_FORMAT API change.
10925
10926 2005-11-21  Andy Wingo  <wingo@pobox.com>
10927
10928         patch by: Alessandro Dessina <alessandro nnva org>
10929
10930         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10931         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10932         (gst_ogg_parse_chain):
10933         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10934         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10935         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10936         gst_value_list calls on arrays. Fixes #321962.
10937
10938 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10939
10940         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10941         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10942         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10943         * gst/adder/gstadder.c: (gst_adder_init),
10944         (gst_adder_request_new_pad), (gst_adder_collected),
10945         (gst_adder_change_state):
10946           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10947           API change.
10948
10949 2005-11-21  Michael Smith <msmith@fluendo.com>
10950
10951         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10952         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10953           Properly handle pad_push return values.
10954
10955 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10956
10957         * gst-libs/gst/tag/Makefile.am:
10958         * gst-libs/gst/tag/gstvorbistag.c:
10959         (gst_tag_list_to_vorbiscomment_buffer):
10960           Remove obsolete vorbistag element and debug category.
10961
10962         * gst/playback/gstplaybasebin.c: (check_queue):
10963           Don't divide by 0 when queue-threshold is 0.
10964
10965         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10966           Don't modify an existing pixel-aspect-ratio if we fail to read
10967           a new one.
10968
10969 2005-11-20  Wim Taymans  <wim@fluendo.com>
10970
10971         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10972         (gst_vorbisenc_push_packet):
10973         GST_PAD_IS_USABLE is gone, use the return value of
10974         the push or pad_alloc_buffer instead.
10975
10976 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10977
10978         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10979         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10980         (gst_ximagesink_ximage_destroy),
10981         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10982         (gst_ximagesink_xwindow_new),
10983         (gst_ximagesink_xwindow_update_geometry),
10984         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10985         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10986         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10987         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10988         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10989         (gst_ximagesink_navigation_send_event),
10990         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10991         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10992         (gst_ximagesink_finalize), (gst_ximagesink_init),
10993         (gst_ximagesink_class_init):
10994         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10995         This new version brings correct software scaling, non flickering
10996         window while resizing, pixel aspect ratio handling, usage of
10997         hardware buffer pools, out of data flow event thread for 
10998         navigation and handling of expose events even when being PAUSED,
10999         a new property to keep video aspect ratio when resizing, etc...
11000
11001 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11002
11003         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11004         (gst_videoscale_fixate_caps): Introduce back caps fixate with
11005         handling of PAR.
11006
11007 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
11008
11009         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
11010         Unsetting IS_SINK flag from the fakesink, so decodebin
11011         never behaves as a sink.
11012
11013 2005-11-17  Wim Taymans  <wim@fluendo.com>
11014
11015         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11016         (gst_base_audio_src_change_state):
11017         Fix the audiosrc base class again, we did not unflush.
11018
11019 2005-11-17  Julien MOUTTE  <julien@moutte.net>
11020
11021         * examples/seeking/seek.c: (make_dv_pipeline),
11022         (make_vorbis_theora_pipeline), (make_avi_pipeline),
11023         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
11024         to ogg/vorbis/theora pipeline.
11025
11026 2005-11-17  Wim Taymans  <wim@fluendo.com>
11027
11028         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11029         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11030         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11031         Fix EOS on multiple streams.
11032         More debugging.
11033
11034 2005-11-16  Wim Taymans  <wim@fluendo.com>
11035
11036         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
11037         (gst_ogg_demux_perform_seek):
11038         Segment done must include stream time.
11039
11040         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11041         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
11042         (gst_ogg_mux_change_state):
11043         Fix ogg muxer again.
11044
11045 2005-11-16  Wim Taymans  <wim@fluendo.com>
11046
11047         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
11048         Fix compile again.
11049
11050 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11051
11052         * ext/libvisual/visual.c: (gst_visual_init):
11053         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11054         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11055         (gst_ogg_parse_chain):
11056         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11057         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11058         * ext/theora/theoradec.c: (gst_theora_dec_init):
11059         * ext/theora/theoraenc.c: (gst_theora_enc_init):
11060         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11061         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11062         * gst/adder/gstadder.c: (gst_adder_class_init),
11063         (gst_adder_dispose):
11064         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11065         * gst/subparse/gstsubparse.c: (gst_subparse_init):
11066         * gst/videorate/gstvideorate.c: (gst_videorate_init):
11067           Fix a whole set of pad template leaks
11068
11069 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11070
11071         * check/generic/states.c: (GST_START_TEST):
11072           fix the test so that it only checks for elements that are part of
11073           this source module
11074
11075 2005-11-16  Michael Smith <msmith@fluendo.com>
11076
11077         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11078         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11079         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11080         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11081         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11082         (gst_ogg_mux_change_state):
11083           Fix leaking collectpads.
11084
11085 2005-11-16  Edward Hervey  <edward@fluendo.com>
11086
11087         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11088         (gst_videorate_event), (gst_videorate_chain):
11089         Handle segment seeks
11090
11091 2005-11-16  Wim Taymans  <wim@fluendo.com>
11092
11093         * gst-libs/gst/audio/gstbaseaudiosink.c:
11094         (gst_base_audio_sink_provide_clock),
11095         (gst_base_audio_sink_change_state):
11096         Set ringbuffer to non-flushing when going to PAUSED, set to
11097         flushing again when going to READY.
11098
11099         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11100         (gst_ring_buffer_stop):
11101         Start in flushing mode by default.
11102         Don't set flushing in the _stop method, let the app call
11103         this explicitly.
11104
11105 2005-11-16  Julien MOUTTE  <julien@moutte.net>
11106
11107         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11108         * gst-libs/gst/video/videosink.h: Add helper function needed
11109         for video sinks.
11110
11111 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11112
11113         * gst/videoscale/gstvideoscale.c:
11114         (gst_videoscale_handle_src_event):
11115           Don't leak reference to pad parent.
11116
11117 2005-11-16  Wim Taymans  <wim@fluendo.com>
11118
11119         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11120         Set ringbuffer to flushing when stopping so that we don't
11121         block on wait_segment anymore and livelock.
11122
11123 2005-11-16  Wim Taymans  <wim@fluendo.com>
11124
11125         * examples/seeking/seek.c: (send_event), (do_seek),
11126         (loop_toggle_cb), (segment_done), (main):
11127         Added looping checkbox.
11128
11129 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11130
11131         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11132         (gst_ogg_demux_init):
11133         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11134         (gst_vorbis_dec_init):
11135           revert unrefs, they don't pass make check
11136
11137 2005-11-15  Johan Dahlin  <johan@gnome.org>
11138
11139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11140         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11141         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11142         (gst_vorbis_dec_init):
11143         Fix pad template leaks. 
11144
11145 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11146
11147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11148           Make state change function thread safe.
11149
11150 2005-11-15  Edward Hervey  <edward@fluendo.com>
11151
11152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11153         (gst_ogg_demux_class_init):
11154         Implement GstElement::send_event, so we can send seek events
11155         in GST_STATE_READY
11156
11157 2005-11-14  Julien MOUTTE  <julien@moutte.net>
11158
11159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11160         Discovered how to take away flickering while resizing the
11161         window. Please don't put that in ximagesink, refactoring in
11162         progress.
11163
11164 2005-11-14  Michael Smith <msmith@fluendo.com>
11165
11166         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11167         (gst_multifdsink_render):
11168           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11169
11170 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11171
11172         * gst/playback/gstplaybin.c: (gen_audio_element):
11173           Use autoaudiosink, it tends to be more widely available than
11174           autoaudiiosink.
11175           
11176 2005-11-14  Andy Wingo  <wingo@pobox.com>
11177
11178         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11179         as well if it is available. Fixes #316442.
11180
11181 2005-11-14  Michael Smith <msmith@fluendo.com>
11182
11183         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11184         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11185         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11186         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11187         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11188         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11189         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11190         (gst_vorbisenc_change_state):
11191           Fix a small memory leak in vorbisenc.
11192           Fix large memory leaks in oggmux, also fix lots of state change
11193           bugs in oggmux.
11194
11195 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11196
11197         * gst/videotestsrc/gstvideotestsrc.c:
11198         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11199         (gst_videotestsrc_src_fixate):
11200           move fixation to a fixate function
11201           remove negotiate function, basesrc's is good enough
11202           fixes a bug for check when using the element alone
11203
11204 2005-11-13  Edward Hervey  <edward@fluendo.com>
11205
11206         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11207         (key_toggle_cb), (main):
11208         Added checkboxes for adding/removing the accurate and key_unit seek
11209         flags.
11210
11211 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11212
11213         * configure.ac: back to HEAD
11214
11215 === release 0.9.5 ===
11216
11217 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11218
11219         * configure.ac:
11220           releasing 0.9.5, "No No Kia"
11221
11222 2005-11-11  Edward Hervey  <edward@fluendo.com>
11223
11224         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11225         Added parse-launch syntax seeking mode for the seeking example.
11226         This should help stress-test even more cases.
11227         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11228
11229 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11230
11231         * sys/xvimage/xvimagesink.c:
11232         (gst_xvimagesink_navigation_send_event):
11233           Check whether peer pad exists before sending navigation events
11234           to it.
11235
11236 2005-11-11  Michael Smith <msmith@fluendo.com>
11237
11238         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11239         (gst_vorbisenc_buffer_from_packet):
11240         * ext/vorbis/vorbisenc.h:
11241           Set duration on encoded buffers. This allows oggmux's
11242           max_page_delay parameter to actually work.
11243
11244 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11245
11246         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11247         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11248         (gst_ffmpegcsp_avpicture_fill):
11249         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11250         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11251           Make palettes work again (see #132341). Use our own macros
11252           for rounding up.
11253
11254 2005-11-10  Andy Wingo  <wingo@pobox.com>
11255
11256         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11257         string doober.
11258
11259 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11260
11261         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11262         (gst_ffmpegcsp_transform_caps):
11263           Prefer passthrough in transform_caps
11264
11265 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11266
11267         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11268           check for ALSA errors properly, instead of relying on ALSA's
11269           error strings to serve to the user.
11270
11271 2005-11-10  Wim Taymans  <wim@fluendo.com>
11272
11273         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11274         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11275         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11276         Modernise the seek code.
11277
11278 2005-11-10  Michael Smith <msmith@fluendo.com>
11279         
11280         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11281         (setup_substreams), (set_active_source):
11282           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11283           trying to go to NULL if we failed to read a file.
11284
11285 2005-11-10  Wim Taymans  <wim@fluendo.com>
11286
11287         * gst/audiotestsrc/gstaudiotestsrc.c:
11288         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11289         (gst_audiotestsrc_create):
11290         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11291         (gst_sinesrc_get_times), (gst_sinesrc_create):
11292         * gst/videotestsrc/gstvideotestsrc.c:
11293         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11294         (gst_videotestsrc_create):
11295         The base class can now sync for us.
11296
11297 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11298
11299         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11300           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11301           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11302           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11303           format=(fourcc)I420" ! xvimagesink
11304
11305 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11306
11307         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11308         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11309         (gst_sinesrc_newsegment):
11310           Send newsegment event in TIME format, set duration if
11311           num-buffers is set, fix duration querying.
11312
11313 2005-11-10  Michael Smith <msmith@fluendo.com>
11314
11315         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11316         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11317         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11318         (gst_ogg_mux_collected):
11319          Fix EOS handling, partially. Now forwarding an EOS event once we have
11320          EOS on all pads works correctly. However, we still don't properly set
11321          EOS on the actual ogg stream pages.
11322
11323 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11324
11325         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11326           Set elements to NULL state before disposing of them.
11327
11328 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11329
11330         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11331
11332         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11333         (gst_base_rtp_depayload_init),
11334         (gst_base_rtp_depayload_set_gst_timestamp):
11335         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11336           We need to send a newsegment event for each instance, not
11337           just for the first instance of this class (get rid of
11338           static variable in function). (#321011).
11339           
11340 2005-11-08  Michael Smith <msmith@fluendo.com>
11341
11342         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11343         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11344         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11345         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11346           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11347           This makes us mux things correctly according to the ogg muxing
11348           rules. Still not handling EOS correctly right now, though.
11349
11350 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11351
11352         * gst/audioconvert/gstaudioconvert.c:
11353           Fix typo in docs. 
11354
11355 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11356
11357         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11358         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11359           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11360           creating a new chain; should fix live streaming. Also
11361           add more debug output and fix a typo.
11362
11363 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11364
11365         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11366
11367         * gst/volume/gstvolume.c: (volume_set_caps):
11368           Fix compilation on Solaris with Forte. (#320923)
11369
11370 2005-11-08  Wim Taymans  <wim@fluendo.com>
11371
11372         * gst-libs/gst/audio/gstbaseaudiosink.c:
11373         (gst_base_audio_sink_render):
11374         No need to do a typecheck.
11375
11376 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11377
11378         * ext/alsa/gstalsa.h:
11379           We register a debug category, so let's use it.
11380
11381 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11382
11383         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11384         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11385         Fixed a small problem.
11386
11387 2005-11-04  Wim Taymans  <wim@fluendo.com>
11388
11389         * examples/seeking/Makefile.am:
11390         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11391         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11392         (make_playerbin_pipeline), (format_value), (update_scale),
11393         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11394         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11395         (print_usage), (main):
11396         Added app for playback speed testing.
11397
11398         * examples/seeking/seek.c: (dynamic_link),
11399         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11400         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11401         (message_received), (main):
11402         Updated seek example.
11403
11404 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11405
11406         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11407         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11408         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11409         (gst_base_rtp_depayload_set_clock):
11410         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11411         Don't sleep on the bench (system clock) when you have a nice 
11412         comfortable bed (Gstreamer clock) to sleep on.
11413
11414 2005-11-03  Wim Taymans  <wim@fluendo.com>
11415
11416         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11417         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11418         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11419         Handle the case where a pad_block failed.
11420
11421 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11422
11423         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11424
11425         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11426         (gst_base_rtp_depayload_add_to_queue),
11427         (gst_base_rtp_depayload_push),
11428         (gst_base_rtp_depayload_set_gst_timestamp),
11429         (gst_base_rtp_depayload_queue_release):
11430           Fixes some bugs in the depayloader's queuing/de-queueing code.
11431
11432 2005-10-31  Michael Smith <msmith@fluendo.com>
11433
11434         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11435         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11436         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11437           Patch from Alessandro Decina <alessandro@nnva.org>.
11438           Make oggdemux only find the final time in a chain, not per-pad,
11439           since the per-pad information can be very expensive to locate, and
11440           it isn't used anywhere. This makes reading a file containing
11441           OggSkeleton reasonably fast.
11442           Also, make chain finding work when there are logical bitstreams that
11443           can't be decoded. Fixes #319110.
11444
11445 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11446
11447         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11448         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11449         (gst_base_rtp_depayload_chain),
11450         (gst_base_rtp_depayload_add_to_queue),
11451         (gst_base_rtp_depayload_push),
11452         (gst_base_rtp_depayload_set_gst_timestamp),
11453         (gst_base_rtp_depayload_queue_release),
11454         (gst_base_rtp_depayload_start_thread),
11455         (gst_base_rtp_depayload_set_property),
11456         (gst_base_rtp_depayload_get_property):
11457         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11458         Some random fixes, to fullfill the desires of thomas.
11459
11460 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11461
11462         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11463         (gst_base_rtp_depayload_add_to_queue),
11464         (gst_base_rtp_depayload_push):
11465         Fixed the queueing algorithm.
11466
11467 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11468
11469         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11470         (gst_base_rtp_depayload_push):
11471         A small fix
11472
11473 2005-10-31  Wim Taymans  <wim@fluendo.com>
11474
11475         * gst-libs/gst/audio/gstringbuffer.h:
11476         Don't break ABI.
11477
11478         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11479         (gst_ffmpeg_caps_to_pixfmt):
11480         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11481         (gst_ffmpegcsp_set_caps):
11482         Some more comments.
11483         Handle missing required caps fields better.
11484
11485 2005-10-31  Wim Taymans  <wim@fluendo.com>
11486
11487         * gst-libs/gst/audio/gstbaseaudiosink.c:
11488         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11489         (gst_base_audio_sink_render):
11490         * gst-libs/gst/audio/gstringbuffer.c:
11491         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11492         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11493         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11494         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11495         (gst_ring_buffer_read):
11496         * gst-libs/gst/audio/gstringbuffer.h:
11497         Add flushing mode to the ringbuffer so that it in all cases does
11498         not try to handle more audio. This makes sure it does not try to
11499         block anymore when flushing and fixes a livelock.
11500
11501 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11502
11503         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11504         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11505         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11506           Explicitly check for -1 values before doing a conversion
11507           and always map them to -1. (#315545)
11508
11509 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11510
11511         * gst/playback/gstplaybin.c: (gen_video_element):
11512           first try autovideosink, then xvimagesink, then error out
11513         * po/POTFILES.in:
11514           add translatable file
11515         * po/af.po:
11516         * po/az.po:
11517         * po/cs.po:
11518         * po/en_GB.po:
11519         * po/hu.po:
11520         * po/it.po:
11521         * po/nb.po:
11522         * po/nl.po:
11523         * po/or.po:
11524         * po/sq.po:
11525         * po/sr.po:
11526         * po/sv.po:
11527         * po/uk.po:
11528         * po/vi.po:
11529           update translations
11530
11531 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11532
11533         * gst-libs/gst/rtp/gstbasedepayload.c:
11534         * gst-libs/gst/rtp/gstbasedepayload.h:
11535           Minor cleanups
11536
11537 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11538
11539         * gst/playback/.cvsignore:
11540         * gst/playback/decodetest.c:
11541         * gst/playback/test3.c:
11542           Port these two tests as well.
11543
11544 2005-10-27  Wim Taymans  <wim@fluendo.com>
11545
11546         * ext/theora/theoradec.c: (theora_dec_src_query),
11547         (theora_dec_sink_event):
11548         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11549         (theora_enc_change_state):
11550         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11551         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11552         Take proper locks when handling events.
11553
11554 2005-10-27  Wim Taymans  <wim@fluendo.com>
11555
11556         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11557         (gst_adder_change_state):
11558         Fix timestamps and fix deadlock when stopping the collectpads.
11559
11560 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11561
11562         * gst-libs/gst/rtp/gstrtpbuffer.h:
11563         Declaring the payload types as strings too so that they can be used
11564         in the padtemplate inialization.
11565
11566 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11567
11568         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11569
11570         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11571         (gst_base_rtp_depayload_class_init):
11572         Fixes a small but nasty bug. The derived elements no longer segfaults
11573         on finalization.
11574
11575 2005-10-26  Michael Smith <msmith@fluendo.com>
11576
11577         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11578           When clearing an audioconvert context, set tmpbufsize to zero, so
11579           we'll allocate it again later if required.
11580           This fixes audioconvert re-negotiating formats, which previously
11581           segfaulted with a NULL destination buffer.
11582
11583 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11584
11585         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11586         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11587         (gst_base_rtp_depayload_set_gst_timestamp),
11588         (gst_base_rtp_depayload_queue_release):
11589         Fixed a smalll memleak.
11590
11591 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11592         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11593         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11594         (gst_base_rtp_depayload_finalize),
11595         (gst_base_rtp_depayload_setcaps),
11596         (gst_base_rtp_depayload_add_to_queue),
11597         (gst_base_rtp_depayload_push),
11598         (gst_base_rtp_depayload_set_gst_timestamp),
11599         (gst_base_rtp_depayload_queue_release),
11600         (gst_base_rtp_depayload_thread),
11601         (gst_base_rtp_depayload_change_state):
11602         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11603         Changed the C++ comments to C comments
11604
11605 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11606
11607         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11608         * gst/tcp/gsttcpclientsrc.h:
11609         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11610         * gst/tcp/gsttcpserversrc.h:
11611           Remove unused 'curoffset' structure member.
11612
11613 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11614
11615         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11616         (gst_base_rtp_depayload_base_init),
11617         (gst_base_rtp_depayload_finalize):
11618         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11619         * gst-libs/gst/rtp/gstbasertppayload.h:
11620           The pad-template on the sinkpad should be set by the derived classes.
11621           Also added some useful macros.
11622
11623 2005-10-24  Wim Taymans  <wim@fluendo.com>
11624
11625         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11626         Correctly flush decoder samples even if we could not
11627         copy them to an output buffer. Fixes #319618.
11628
11629 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11630
11631         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11633         the caps against our xcontext caps.
11634
11635 2005-10-24  Wim Taymans  <wim@fluendo.com>
11636
11637         * gst-libs/gst/audio/gstbaseaudiosink.c:
11638         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11639         Remove g_print
11640         Use sync property from baseclass to disable sync.
11641
11642 2005-10-24  Wim Taymans  <wim@fluendo.com>
11643
11644         * gst-libs/gst/audio/gstbaseaudiosink.c:
11645         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11646         Buffers with no timestamps get aligned with previous buffers or
11647         on underrun, played ASAP.
11648
11649 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11650
11651         * gst-libs/gst/video/video.h:
11652         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11653         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11655         here comes my change on caps for framerate and geometry range.
11656         We are now accepting 1 to MAXINT for width and height, and from
11657         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11658         to be blended correctly in videomixer.
11659
11660 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11661
11662         * configure.ac:
11663           back to HEAD
11664
11665 === release 0.9.4 ===
11666
11667 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11668
11669         * NEWS:
11670         * RELEASE:
11671         * configure.ac:
11672           releasing 0.9.4, "Velociraptor"
11673
11674 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11675
11676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11677         * po/POTFILES.in:
11678           STOPPED -> FAILED
11679
11680 2005-10-21  Wim Taymans  <wim@fluendo.com>
11681
11682         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11683         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11684         (pad_blocked), (close_pad_link), (new_pad):
11685         Don't try to remove elements twice.
11686
11687 2005-10-21  Wim Taymans  <wim@fluendo.com>
11688
11689         * ext/theora/theoradec.c: (theora_dec_src_query),
11690         (theora_dec_sink_event):
11691         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11692         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11693         (vorbis_handle_data_packet):
11694         * ext/vorbis/vorbisdec.h:
11695         Fix old naming.
11696
11697         * gst-libs/gst/audio/gstbaseaudiosink.c:
11698         (gst_base_audio_sink_render):
11699         Don't try to sync on buffers without a timestamp.
11700
11701 2005-10-21  Wim Taymans  <wim@fluendo.com>
11702
11703         * ext/theora/theoradec.c: (theora_dec_src_query),
11704         (theora_dec_sink_event):
11705         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11706         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11707         (vorbis_handle_data_packet):
11708         * ext/vorbis/vorbisdec.h:
11709         Fix old naming.
11710
11711 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11712
11713         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11714         (gst_vorbisenc_src_query):
11715           Implement position and duration queries.
11716
11717         * gst/playback/test3.c: (update_scale), (main):
11718           Fix for async state changes and print nicer output.
11719
11720 2005-10-20  Wim Taymans  <wim@fluendo.com>
11721
11722         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11723         (dump_element_stats), (main):
11724         * gst/playback/test6.c: (main):
11725         Fix tests again
11726
11727 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11728
11729         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11730         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11731           Don't use functions for position queries when handling
11732           duration queries.
11733
11734 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11735
11736         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11737         (vorbis_handle_data_packet), (vorbis_dec_chain),
11738         (vorbis_dec_change_state):
11739         * ext/vorbis/vorbisdec.h:
11740           Vorbis streams can be embedded in other container formats
11741           than ogg, container formats where the demuxer might set 
11742           timestamps on encoded vorbis buffers instead of those silly 
11743           granulepos thingies. In short: make vorbisdec handle 
11744           timestamps on incoming buffers as well.
11745
11746 2005-10-20  Wim Taymans  <wim@fluendo.com>
11747
11748         * gst/playback/gstplaybasebin.c: (group_destroy),
11749         (gst_play_base_bin_change_state):
11750         Fix leak.
11751         Handle case where playbasebin is now ASYNC because
11752         decodebin is.
11753
11754 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11755
11756         * gst/audioconvert/Makefile.am:
11757         * gst/audioconvert/bufferframesconvert.c:
11758         * gst/audioconvert/plugin.c: (plugin_init):
11759         * gst/audioconvert/plugin.h:
11760           And bye bye buffer-frames-convert
11761
11762 2005-10-19  Wim Taymans  <wim@fluendo.com>
11763
11764         * check/elements/audioconvert.c:
11765         * docs/libs/tmpl/gstaudio.sgml:
11766         * docs/libs/tmpl/gstcolorbalance.sgml:
11767         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11768         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11769         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11770         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11771         * gst-libs/gst/audio/audio.h:
11772         * gst/audioconvert/audioconvert.h:
11773         * gst/audioconvert/gstaudioconvert.c:
11774         (gst_audio_convert_parse_caps):
11775         * gst/volume/gstvolume.c:
11776         Bye bye buffer-frames.
11777
11778 2005-10-19  Wim Taymans  <wim@fluendo.com>
11779
11780         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11781         (query_positions_elems), (query_positions_pads), (update_scale),
11782         (do_seek), (set_update_scale), (message_received), (main):
11783         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11784         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11785         (gst_ogg_demux_loop):
11786         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11787         * ext/theora/theoradec.c: (theora_dec_src_query),
11788         (theora_dec_sink_event):
11789         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11790         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11791         * gst/adder/gstadder.c: (gst_adder_query):
11792         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11793         * gst/playback/test3.c: (update_scale):
11794         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11795         (dump_element_stats), (main):
11796         * gst/playback/test6.c: (main):
11797         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11798         Query API update.
11799
11800 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11801
11802         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11803         (xml_check_first_element), (xml_type_find), (smil_type_find),
11804         (plugin_init):
11805           Add typefinding for SMIL and for generic XML. Based on patch by
11806           Akos Maroy (#308663).
11807
11808 2005-10-18  Wim Taymans  <wim@fluendo.com>
11809
11810         * gst/playback/Makefile.am:
11811         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11812         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11813         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11814         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11815         (gst_decode_bin_change_state):
11816         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11817         (gst_play_bin_send_event_to_sink):
11818         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11819         (dump_element_stats), (main):
11820         * gst/playback/test6.c: (main):
11821         Make playbin async, it'll commit state to paused when all streams
11822         are detected.
11823         Remove ugly hack.
11824         Added test6.c to show async behaviour.
11825
11826 2005-10-18  Wim Taymans  <wim@fluendo.com>
11827
11828         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11829         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11830         Fix for segment-start/stop API change.
11831
11832 2005-10-18  Wim Taymans  <wim@fluendo.com>
11833
11834         * check/Makefile.am:
11835         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11836         (main):
11837         Add future test for clock selection.
11838
11839 2005-10-18  Wim Taymans  <wim@fluendo.com>
11840
11841         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11842         (gst_alsasink_close):
11843         Set handle to NULL.
11844
11845         * gst-libs/gst/audio/gstringbuffer.c:
11846         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11847         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11848         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11849         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11850         (gst_ring_buffer_read):
11851         More debug info.
11852
11853 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11854
11855         * gst/audiotestsrc/Makefile.am:
11856         * gst/sine/Makefile.am:
11857         * gst/volume/Makefile.am:
11858           fix broken build of controllerized plugins
11859
11860 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11861
11862         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11863
11864         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11865         (gst_riff_create_video_template_caps):
11866           Add support for Indeo-3 (IV32).
11867
11868 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11869
11870         * configure.ac:
11871           rewrite
11872
11873 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11874
11875         * gst-libs/gst/video/video.c: (gst_video_get_size):
11876         * gst/audiotestsrc/gstaudiotestsrc.c:
11877           doc updates
11878
11879 2005-10-17  Andy Wingo  <wingo@pobox.com>
11880
11881         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11882         with the collectpads change.
11883         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11884
11885         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11886
11887         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11888
11889         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11890         alloc_buffer flow return to callers.
11891         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11892         change. Fix some memleaks in theoraenc.
11893
11894         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11895         in strange circumstance.
11896
11897 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11898
11899         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11900         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11901         from caps, let's use the caps...
11902
11903 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11904
11905         * configure.ac:
11906           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11907
11908 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11909
11910         * gst-libs/gst/interfaces/Makefile.am:
11911           fix silly typo
11912
11913 2005-10-16  Andy Wingo  <wingo@pobox.com>
11914
11915         * gst/playback/gstdecodebin.c
11916         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11917         function!
11918         (try_to_link_1): Increase kraziness level.
11919
11920 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11921
11922         * configure.ac:
11923           restructure like the core one
11924         * gst-libs/gst/audio/Makefile.am:
11925         * gst-libs/gst/interfaces/Makefile.am:
11926         * gst-libs/gst/net/Makefile.am:
11927         * gst-libs/gst/riff/Makefile.am:
11928         * gst-libs/gst/rtp/Makefile.am:
11929         * gst-libs/gst/tag/Makefile.am:
11930         * gst-libs/gst/video/Makefile.am:
11931           use correct linker flags, now the libs are properly versioned
11932         * check/elements/audioconvert.c: (verify_convert):
11933         * ext/alsa/gstalsaplugin.c:
11934         * ext/cdparanoia/gstcdparanoia.c:
11935         * ext/gnomevfs/gstgnomevfs.c:
11936         * ext/libvisual/visual.c:
11937         * ext/ogg/gstogg.c:
11938         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11939         * ext/theora/theora.c:
11940         * ext/vorbis/vorbis.c:
11941         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11942         * gst-libs/gst/tag/gsttagediting.c:
11943         * gst-libs/gst/video/video.c:
11944         * gst/adder/gstadder.c:
11945         * gst/audioconvert/plugin.c:
11946         * gst/audiorate/gstaudiorate.c:
11947         * gst/audioresample/gstaudioresample.c:
11948         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11949         * gst/audioscale/gstaudioscale.c:
11950         * gst/audioscale/resample.c:
11951         * gst/audiotestsrc/gstaudiotestsrc.c:
11952         * gst/ffmpegcolorspace/gstffmpeg.c:
11953         * gst/playback/gstdecodebin.c: (close_pad_link):
11954         * gst/playback/gstplaybin.c: (gen_video_element),
11955         (gen_audio_element):
11956         * gst/sine/gstsinesrc.c:
11957         * gst/subparse/gstsubparse.c:
11958         * gst/tags/gsttagediting.c:
11959         * gst/tcp/gsttcpplugin.c:
11960         * gst/typefind/gsttypefindfunctions.c:
11961         * gst/videorate/gstvideorate.c:
11962         * gst/videoscale/gstvideoscale.c:
11963         * gst/videotestsrc/gstvideotestsrc.c:
11964         * gst/volume/gstvolume.c:
11965         * sys/v4l/gstv4l.c:
11966         * sys/ximage/ximage.c:
11967         * sys/xvimage/xvimagesink.c:
11968           fix up defines
11969
11970 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11971
11972         * ext/vorbis/vorbisenc.c:
11973         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11974         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11975         (gst_tag_to_vorbis_comments):
11976           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11977
11978 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11979
11980         * examples/stats/mp2ogg.c:
11981         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11982           typo fixes
11983
11984 2005-10-13  Michael Smith <msmith@fluendo.com>
11985
11986         * ext/ogg/gstoggmux.c:
11987           Use magic glib macros to define constants as 64 bit, to ensure
11988           appropriate vararg passing.
11989
11990 2005-10-13  Michael Smith <msmith@fluendo.com>
11991
11992         * ext/ogg/gstoggmux.c:
11993         * gst/audioconvert/audioconvert.c: (float):
11994           Don't use LL suffix, as it's not portable, and neither of these
11995           uses required it anyway.
11996
11997 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11998
11999         * examples/indexing/indexmpeg.c: (main):
12000         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
12001         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
12002         (cdparanoia_convert), (cdparanoia_query):
12003         * ext/cdparanoia/gstcdparanoia.h:
12004         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12005         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
12006         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
12007         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
12008         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
12009         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
12010         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
12011         (gst_multifdsink_render), (gst_multifdsink_start),
12012         (gst_multifdsink_stop):
12013         * gst/tcp/gstmultifdsink.h:
12014         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
12015         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
12016         (gst_tcpclientsink_stop):
12017         * gst/tcp/gsttcpclientsink.h:
12018         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12019         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
12020         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
12021         * gst/tcp/gsttcpclientsrc.h:
12022         * gst/tcp/gsttcpserversink.h:
12023         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
12024         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
12025         (gst_tcpserversrc_stop):
12026         * gst/tcp/gsttcpserversrc.h:
12027         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12028         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12029         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
12030           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12031           moved bitshift from macro to enum definition
12032
12033 2005-10-12  Wim Taymans  <wim@fluendo.com>
12034
12035         * examples/seeking/Makefile.am:
12036         Oops.
12037
12038 2005-10-12  Wim Taymans  <wim@fluendo.com>
12039
12040         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12041         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12042         Don't assert on normal stuff.
12043
12044         * gst/playback/gstplaybin.c: (do_playbin_seek):
12045         API fix.
12046
12047 2005-10-12  Wim Taymans  <wim@fluendo.com>
12048
12049         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12050         * examples/seeking/Makefile.am:
12051         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12052         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12053         (do_seek), (set_update_scale), (message_received), (main):
12054         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12055         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12056         Update for _get_state() API change.
12057
12058 2005-10-11  Wim Taymans  <wim@fluendo.com>
12059
12060         * gst-libs/gst/audio/gstbaseaudiosink.c:
12061         (gst_base_audio_sink_render):
12062         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12063         (gst_base_audio_src_create):
12064         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12065         (gst_ring_buffer_read):
12066         Cleanups.
12067         Commit and read from ringbuffer in samples rather than bytes.
12068
12069 2005-10-11  Wim Taymans  <wim@fluendo.com>
12070
12071         * gst-libs/gst/audio/gstbaseaudiosink.c:
12072         (gst_base_audio_sink_render):
12073         Respect segment rate and accum when scheduling samples.
12074
12075 2005-10-11  Julien MOUTTE  <julien@moutte.net>
12076
12077         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12078         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12079         EOS correctly, that needs more work.
12080
12081 2005-10-11  Wim Taymans  <wim@fluendo.com>
12082
12083         * check/generic/states.c: (GST_START_TEST):
12084         remove old property.
12085
12086         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12087         (gst_ogg_demux_perform_seek):
12088         * ext/theora/theoradec.c: (theora_dec_sink_event):
12089         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12090         (vorbis_handle_data_packet):
12091         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12092         (gst_base_rtp_depayload_set_gst_timestamp):
12093         * gst/videorate/gstvideorate.c: (gst_videorate_event):
12094         Update for newsegment API change.
12095
12096 2005-10-11  Michael Smith <msmith@fluendo.com>
12097
12098         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12099         (do_playbin_seek), (gst_play_bin_send_event):
12100           Override send_event differently, so that we can takes bits of
12101           functionality from GstPipeline (special handling for seeks,
12102           including pausing/resuming, and resetting stream time) and still get
12103           the appropriate behaviour of only forwarding event to a single sink,
12104           rather than all of them.
12105           Unfortunately requires a lot of code duplication, but the
12106           alternatives are equally ugly in the end.
12107
12108 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12109
12110         * check/elements/audioconvert.c: (setup_audioconvert),
12111         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12112         (GST_START_TEST), (audioconvert_suite):
12113           clean up tests a little, fix some leaks.
12114
12115 2005-10-10  Wim Taymans  <wim@fluendo.com>
12116
12117         * ext/alsa/gstalsasink.c:
12118         Also allow unsigned int.
12119
12120         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12121         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12122         Small cleanup
12123
12124 2005-10-10  Wim Taymans  <wim@fluendo.com>
12125
12126         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12127         Small update, use API as stated in design docs.
12128
12129         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12130         (update_scale), (do_seek), (seek_cb), (set_update_scale),
12131         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12132         (message_received), (main):
12133         Updated seek example for GOption. Some usability improvements.
12134
12135 2005-10-10  Wim Taymans  <wim@fluendo.com>
12136
12137         * gst/audioconvert/audioconvert.h:
12138         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12139         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12140         Alloc temp storage somewhere else where we can do it more
12141         portable.
12142
12143 2005-10-10  Wim Taymans  <wim@fluendo.com>
12144
12145         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12146         (gst_tcpserversrc_start):
12147         Don't block in accept while doing the state change, move
12148         to poll and make cancellable.
12149
12150 2005-10-09  Philippe Khalaf <burger@speedy.org>
12151
12152         * gst-libs/gst/rtp/rtpbasedepayload.c:
12153         Set timestamp and add queue delay to timestamp
12154         * gst-libs/gst/rtp/rtpbuffer.h:
12155         Set correct payload type for h263
12156
12157 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12158
12159         * gst/audiotestsrc/gstaudiotestsrc.c:
12160         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12161         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12162         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12163         (gst_audiotestsrc_create_triangle),
12164         (gst_audiotestsrc_create_silence),
12165         (gst_audiotestsrc_create_white_noise),
12166         (gst_audiotestsrc_init_pink_noise),
12167         (gst_audiotestsrc_generate_pink_noise_value),
12168         (gst_audiotestsrc_create_pink_noise),
12169         (gst_audiotestsrc_change_wave):
12170         * gst/audiotestsrc/gstaudiotestsrc.h:
12171           fixed typo, added pink noise
12172
12173 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12174
12175         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12176         (plugin_init):
12177           Add wavpack and spc typefind functions from 0.8 branch.
12178
12179 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12180
12181         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12182         (ar_type_find), (msdos_type_find), (plugin_init):
12183           Add typefind functions for tar archives, ar archives,
12184           RAR archives, and msdos-executables (dlls, exe, etc.).
12185           Some of those would be wrongly identified as mpeg
12186           streams of some sort before (#315550).
12187
12188 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12189
12190         * configure.ac:
12191         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12192         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12193         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12194         * gst/audiotestsrc/Makefile.am:
12195         * gst/audiotestsrc/gstaudiotestsrc.c:
12196         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12197         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12198         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12199         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12200         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12201         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12202         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12203         (gst_audiotestsrc_create_silence),
12204         (gst_audiotestsrc_create_white_noise),
12205         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12206         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12207         (gst_audiotestsrc_start), (plugin_init):
12208         * gst/audiotestsrc/gstaudiotestsrc.h:
12209           add new plugin and element
12210         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12211           use gobject_class
12212
12213 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12214
12215         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12216         (gst_adder_init), (gst_adder_request_new_pad),
12217         (gst_adder_change_state):
12218           Add query function to source pad, so adder reports the correct
12219           time/sample position when queried (#315457); fix state change
12220           function; use GST_DEBUG_FUNCPTR() for pad functions.
12221
12222 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12223
12224         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12225           Fix leaks in typefind registration
12226           Clean up the gratuitous commenting and whitespacing a little
12227
12228 2005-10-08  Wim Taymans  <wim@fluendo.com>
12229
12230         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12231         Only actually wait for the thread to be stopped if it's 
12232         running.
12233
12234 2005-10-08  Wim Taymans  <wim@fluendo.com>
12235
12236         * gst-libs/gst/audio/gstbaseaudiosink.c:
12237         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12238         If we receive EOS we can start playback of what we had.
12239
12240 2005-10-08  Wim Taymans  <wim@fluendo.com>
12241
12242         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12243         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12244         (gst_multifdsink_stop):
12245         Fix crasher when going to NULL multiple times.
12246
12247 2005-10-06  Wim Taymans  <wim@fluendo.com>
12248
12249         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12250         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12251         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12252         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12253         patch from Edgard Lima <edgard.lima@indt.org.br>
12254         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12255
12256 2005-10-06  Wim Taymans  <wim@fluendo.com>
12257
12258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12259         Report the FLOW_RETURN as string in the error message.
12260
12261         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12262         Don't assert when clearing an unnegotiated buffer.
12263
12264 2005-10-04  Michael Smith <msmith@fluendo.com>
12265
12266         * gst/playback/gstplaybasebin.c: (group_destroy),
12267         (gen_preroll_element), (remove_groups), (setup_source):
12268         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12269         (setup_sinks), (gst_play_bin_send_event),
12270         (gst_play_bin_change_state):
12271           Set state to NULL before removing from bin. Fix refcounting.
12272
12273 2005-10-04  Michael Smith <msmith@fluendo.com>
12274
12275         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12276           Correct refcounting in send_event() function. Previously was wrong
12277           if the first sink was unable to handle the event.
12278
12279 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12280
12281         * configure.ac:
12282           back to development
12283
12284 === release 0.9.3 ===
12285
12286 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12287
12288         * configure.ac:
12289           Releasing 0.9.3, "De Facto"
12290
12291 2005-10-03  Andy Wingo  <wingo@pobox.com>
12292
12293         * gst/playback/gstdecodebin.c (try_to_link_1)
12294         (remove_element_chain): set element to NULL before removing it.
12295
12296 2005-10-02  Johan Dahlin  <johan@gnome.org>
12297
12298         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12299         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12300         MT safe.
12301
12302 2005-10-02  Andy Wingo  <wingo@pobox.com>
12303
12304         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12305         (gst_ring_buffer_prepare_read): 
12306         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12307         Demote to LOG.
12308
12309 2005-09-29  Wim Taymans  <wim@fluendo.com>
12310
12311         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12312         * ext/theora/theoradec.c: (theora_handle_data_packet):
12313         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12314         Propagate error codes from alloc_buffer too.
12315
12316 2005-09-29  Wim Taymans  <wim@fluendo.com>
12317
12318         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12319         We use fixed caps.
12320
12321         * gst/playback/Makefile.am:
12322         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12323         (dump_element_stats), (main):
12324         Added example stream introspection code.
12325
12326 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12327
12328         * gst/adder/gstadder.c: (gst_adder_collected):
12329           fix adder for float elements
12330
12331 2005-09-28  Wim Taymans  <wim@fluendo.com>
12332
12333         * gst-libs/gst/audio/gstbaseaudiosink.c:
12334         (gst_base_audio_sink_class_init),
12335         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12336         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12337         (gst_base_audio_src_class_init),
12338         (gst_base_audio_src_provide_clock):
12339         get_clock -> provide_clock
12340
12341 2005-09-28  Andy Wingo  <wingo@pobox.com>
12342
12343         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12344         and unlocking.
12345
12346         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12347         unlocking.
12348
12349         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12350         Actually add the pad template.
12351         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12352
12353         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12354         I'm at it...
12355
12356         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12357         from fdsrc. Get caps in create() instead of start() so it can be
12358         interrupted. Interruption somewhat untested.
12359
12360         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12361         Proper EOS handling.
12362
12363 2005-09-27  Andy Wingo  <wingo@pobox.com>
12364
12365         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12366
12367         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12368
12369         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12370
12371         * gst/tcp/gsttcp.h: 
12372         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12373         out of tcpclientsrc.c. Cancellable.
12374         (gst_tcp_socket_read): Made private, cancellable, with better
12375         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12376         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12377         whole buffer, and better diagnostics.
12378         (gst_tcp_gdp_read_caps): Same.
12379
12380         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12381
12382 2005-09-26  Andy Wingo  <wingo@pobox.com>
12383
12384         * gst/sine/gstsinesrc.h:
12385         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12386         change the 'sync' property to 'is-live' and implement it halfway,
12387         update for controller api change.
12388
12389         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12390         controller api change.
12391
12392 2005-09-24  Wim Taymans  <wim@fluendo.com>
12393
12394         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12395         * gst-libs/gst/audio/gstaudiosink.c:
12396         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12397         (gst_audioringbuffer_stop):
12398         * gst-libs/gst/audio/gstbaseaudiosink.c:
12399         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12400         (gst_base_audio_sink_change_state):
12401         * gst-libs/gst/audio/gstbaseaudiosink.h:
12402         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12403         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12404         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12405         * gst-libs/gst/audio/gstringbuffer.h:
12406         Fix sync again. Moved sample alignment to basesink.
12407
12408 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12409
12410         * docs/plugins/Makefile.am:
12411         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12412         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12413         * gst/volume/gstvolume.c:
12414           add/fix docs
12415         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12416         * gst-libs/gst/audio/audio.h:
12417           add conversion macros for frames <-> clocktime
12418
12419 2005-09-23  David Schleef  <ds@schleef.org>
12420
12421         * gst/audioresample/Makefile.am:
12422         * gst/audioresample/debug.h:
12423         * gst/audioresample/gstaudioresample.c:
12424         * gst/audioresample/resample.c: Convert to using gst debugging
12425
12426 2005-09-22  Wim Taymans  <wim@fluendo.com>
12427
12428         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12429         (gst_play_bin_send_event):
12430         Only seek on one sink, the first one that succeeds.
12431
12432 2005-09-22  Michael Smith <msmith@fluendo.com>
12433
12434         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12435         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12436         Don't flush encoder state unless we have an initialised encoder.
12437         Clear out encoder state on PAUSED_TO_READY.
12438
12439 2005-09-22  Wim Taymans  <wim@fluendo.com>
12440
12441         * gst-libs/gst/rtp/gstbasertppayload.c:
12442         (gst_basertppayload_class_init), (gst_basertppayload_init),
12443         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12444         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12445         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12446         (gst_basertppayload_set_property),
12447         (gst_basertppayload_get_property),
12448         (gst_basertppayload_change_state):
12449         * gst-libs/gst/rtp/gstbasertppayload.h:
12450         Added max-ptime to control amount of data in the rtp packets.
12451
12452 2005-09-21  Andy Wingo  <wingo@pobox.com>
12453
12454         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12455         thingies.
12456
12457         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12458         can be called multiple times, dogs.
12459
12460 2005-09-21  Wim Taymans  <wim@fluendo.com>
12461
12462         * gst-libs/gst/rtp/gstbasertppayload.c:
12463         (gst_basertppayload_class_init), (gst_basertppayload_init),
12464         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12465         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12466         (gst_basertppayload_push), (gst_basertppayload_get_property),
12467         (gst_basertppayload_change_state):
12468         Allow 0 ssrc too.
12469
12470 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12471
12472         * docs/libs/compiling.sgml:
12473           fixing typos
12474
12475 2005-09-20  Wim Taymans  <wim@fluendo.com>
12476
12477         * gst-libs/gst/rtp/gstbasertppayload.c:
12478         (gst_basertppayload_class_init), (gst_basertppayload_init),
12479         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12480         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12481         (gst_basertppayload_push), (gst_basertppayload_set_property),
12482         (gst_basertppayload_get_property),
12483         (gst_basertppayload_change_state):
12484         * gst-libs/gst/rtp/gstbasertppayload.h:
12485         Added property to configure sequence number offsets.
12486
12487 2005-09-20  Wim Taymans  <wim@fluendo.com>
12488
12489         * gst-libs/gst/rtp/gstbasertppayload.c:
12490         (gst_basertppayload_class_init), (gst_basertppayload_init),
12491         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12492         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12493         (gst_basertppayload_push), (gst_basertppayload_set_property),
12494         (gst_basertppayload_get_property),
12495         (gst_basertppayload_change_state):
12496         * gst-libs/gst/rtp/gstbasertppayload.h:
12497         Make timestamp offset configurable.
12498
12499 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12500
12501         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12502           fix wrong pop/unref
12503
12504 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12505
12506         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12507
12508         * gst-libs/gst/interfaces/propertyprobe.c:
12509         (gst_property_probe_probe_property_name),
12510         (gst_property_probe_needs_probe_name),
12511         (gst_property_probe_get_values_name),
12512         (gst_property_probe_probe_and_get_values_name):
12513           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12514           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12515
12516 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12517
12518         * check/Makefile.am:
12519           have some tests be disabled for valgrinding
12520         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12521         (GST_START_TEST):
12522         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12523           Fix A Leak.  Chain To Parent Finalize.
12524
12525 2005-09-19  Wim Taymans  <wim@fluendo.com>
12526
12527         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12528         Fixed wav pipeline.
12529
12530 2005-09-19  Wim Taymans  <wim@fluendo.com>
12531
12532         * gst-libs/gst/rtp/gstbasertppayload.c:
12533         (gst_basertppayload_class_init), (gst_basertppayload_init),
12534         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12535         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12536         (gst_basertppayload_push), (gst_basertppayload_get_property),
12537         (gst_basertppayload_change_state):
12538         Posting ERROR and WARNING messages is good.
12539
12540 2005-09-19  Wim Taymans  <wim@fluendo.com>
12541
12542         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12543         (gst_base_rtp_depayload_add_to_queue),
12544         (gst_base_rtp_depayload_push),
12545         (gst_base_rtp_depayload_set_gst_timestamp),
12546         (gst_base_rtp_depayload_queue_release):
12547         This one was not supposed to go in.
12548
12549 2005-09-19  Wim Taymans  <wim@fluendo.com>
12550
12551         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12552         Fix for bus API.
12553
12554         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12555         (gst_base_rtp_depayload_chain),
12556         (gst_base_rtp_depayload_add_to_queue),
12557         (gst_base_rtp_depayload_push),
12558         (gst_base_rtp_depayload_set_gst_timestamp),
12559         (gst_base_rtp_depayload_queue_release):
12560         Some cleanups.
12561
12562         * gst-libs/gst/rtp/gstbasertppayload.c:
12563         (gst_basertppayload_class_init), (gst_basertppayload_init),
12564         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12565         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12566         (gst_basertppayload_get_property),
12567         (gst_basertppayload_change_state):
12568         Added debugging category.
12569
12570 2005-09-18  David Schleef  <ds@schleef.org>
12571
12572         * gst/playback/gstdecodebin.c: free plugin list correctly
12573         * gst/playback/gstplaybin.c: emit warning if autovideosink
12574           and autoaudiosink can't be found (instead of segfaulting)
12575
12576 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12577
12578         * check/elements/audioconvert.c: (GST_START_TEST):
12579           try out 24 bit conversion
12580
12581 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12582
12583         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12584         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12585         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12586         * ext/vorbis/vorbisenc.h:
12587           Fix EOS handling.  Still needs a fix in the ogg muxer to
12588           mark the last page as eos.
12589
12590 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12591
12592         * common/gtk-doc-plugins.mak:
12593         * docs/plugins/Makefile.am:
12594         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12595         * gst/ffmpegcolorspace/Makefile.am:
12596         * gst/ffmpegcolorspace/avcodec.h:
12597         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12598         * gst/tcp/gstmultifdsink.c:
12599           fix up ffmpegcolorspace docs; extract header
12600
12601 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12602
12603         * common/gtk-doc-plugins.mak:
12604         * docs/plugins/Makefile.am:
12605         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12606         * ext/theora/Makefile.am:
12607         * ext/theora/gsttheoraenc.h:
12608         * ext/theora/theoraenc.c:
12609         * ext/vorbis/vorbisenc.c:
12610           pick up signals and args for vorbis; add some docs for vorbis
12611
12612 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12613
12614         * common/gstdoc-scangobj:
12615         * common/gtk-doc-plugins.mak:
12616         * docs/libs/Makefile.am:
12617         * docs/plugins/gst-plugins-base-plugins.args:
12618         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12619         * docs/plugins/gst-plugins-base-plugins.interfaces:
12620         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12621         * docs/plugins/gst-plugins-base-plugins.signals:
12622           only scanobj stuff from our source module.  Not sure yet
12623           if that's correct, given the hierarchy stuff :)
12624
12625 2005-09-15  Wim Taymans  <wim@fluendo.com>
12626
12627         * gst/audioconvert/gstaudioconvert.c:
12628         And enable 24 bits mode as well..
12629
12630 2005-09-15  Wim Taymans  <wim@fluendo.com>
12631
12632         * gst-libs/gst/rtp/Makefile.am:
12633         * gst-libs/gst/rtp/gstbasertppayload.c:
12634         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12635         (gst_basertppayload_class_init), (gst_basertppayload_init),
12636         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12637         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12638         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12639         (gst_basertppayload_set_property),
12640         (gst_basertppayload_get_property),
12641         (gst_basertppayload_change_state):
12642         * gst-libs/gst/rtp/gstbasertppayload.h:
12643         Added rtp payloader base class.
12644
12645 2005-09-15  Andy Wingo  <wingo@pobox.com>
12646
12647         * configure.ac (plugindir): Remove the EOL matcher from the
12648         regexp, as it causes me problems. Libtool? Make? Who knows?
12649
12650 2005-09-14  David Schleef  <ds@schleef.org>
12651
12652         * check/generic/states.c: 
12653         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12654         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12655           Fixes for changes in registry API.
12656
12657         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12658           to GST_PLUGIN_LDFLAGS.
12659         * ext/libvisual/visual.c: Make the library shut up.
12660         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12661         * gst-libs/gst/audio/gstaudiofilter.c: same
12662
12663 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12664
12665         * docs/plugins/Makefile.am:
12666         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12667         * docs/plugins/inspect/plugin-libvisual.xml:
12668         * docs/plugins/tmpl/element-tcpserversink.sgml:
12669         * ext/theora/theoraenc.c:
12670           add libvisual plugin and theoraenc element to docs
12671
12672 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12673
12674         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12675         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12676         * ext/theora/theoraenc.c:
12677           add theoraenc
12678
12679 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12680
12681         * gst/audioconvert/Makefile.am:
12682           Audioconvert derives from GstBaseTransform and should
12683           link to the library with our base elements to avoid
12684           unresolved symbols. Makes things work with MinGW (#316160)
12685
12686         * gst/playback/test4.c: (main):
12687           Fix MinGW build problem and use g_usleep() instead of 
12688           sleep() (#316162)
12689
12690 2005-09-12  Wim Taymans  <wim@fluendo.com>
12691
12692         * gst/audioconvert/audioconvert.c: (float),
12693         (audio_convert_prepare_context), (audio_convert_convert):
12694         * gst/audioconvert/audioconvert.h:
12695         Cleanups, speedups, simplifications, added back support
12696         for 24 bits.
12697
12698 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12699
12700         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12701         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12702         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12703         * docs/plugins/tmpl/element-tcpserversink.sgml:
12704         * gst/ffmpegcolorspace/gstffmpeg.c:
12705         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12706         * gst/videotestsrc/gstvideotestsrc.c:
12707         * gst/volume/gstvolume.c:
12708           add more elements to the docs
12709
12710 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12711
12712         * check/Makefile.am:
12713         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12714         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12715           Add extra tests for basetransform based components. 
12716           Comment out the test_element_negotiation test until we decide
12717           if it's testing correct behaviour.
12718         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12719         (gst_visual_chain), (gst_visual_change_state):
12720           Slightly more correct but still bogus timestamping.
12721           Fix state change function.
12722         * gst/audioconvert/gstaudioconvert.c:
12723         (gst_audio_convert_class_init):
12724         * gst/audioresample/gstaudioresample.c:
12725         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12726         (gst_ffmpegcsp_class_init):
12727         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12728         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12729         (gst_videoscale_prepare_image):
12730         * gst/volume/gstvolume.c: (gst_volume_class_init),
12731         (volume_transform_ip):
12732           Basetransform updates. Enable passthrough modes.
12733         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12734         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12735         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12736           Negotiation fix that allows the window to return to the original
12737           size and renegotiate passthrough upstream. Extra debug output.
12738
12739 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12740
12741         * gst/sine/gstsinesrc.c:
12742         * gst/volume/gstvolume.c:
12743           fix up header include
12744
12745 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12746
12747         * gst-libs/gst/audio/gstbaseaudiosink.c:
12748         (gst_base_audio_sink_render):
12749         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12750         * gst/volume/gstvolume.c: (gst_volume_class_init),
12751         (volume_transform):
12752           fixing lost sync, some more debugging
12753
12754 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12755
12756         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12757         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12758         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12759         (gst_xvimagesink_check_xshm_calls):
12760           Fix compilation when XShm is not available.
12761
12762 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12763
12764         * ext/libvisual/visual.c: (gst_visual_dispose),
12765         (gst_visual_getcaps), (gst_visual_src_setcaps),
12766         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12767         (gst_visual_change_state):
12768           Finish fixing up libvisual plugin so that it runs. 
12769
12770 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12771
12772         * ext/vorbis/vorbisenc.c:
12773         * gst-libs/gst/tag/gstvorbistag.c:
12774           gsttaginterface.h -> gsttagsetter.h
12775
12776 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12777
12778         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12779           added another test that failes for me (test is not active by default)
12780
12781 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12782
12783         * configure.ac:
12784           v4l2 is no longer in gst-plugins-base
12785
12786 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12787
12788         * configure.ac:
12789           In the output at the end, don't show the first plugin on the same
12790           line as "Core plug-ins, always built:".
12791           Indent the output as for other plugin categories
12792         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12793           #define that can be used to not use peer buffer_alloc functions for
12794           test purposes.
12795         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12796         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12797         (gst_ximagesink_show_frame):
12798         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12799         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12800         (gst_xvimagesink_show_frame):
12801           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12802           fails gracefully instead of XError aborting or deadlocking.
12803
12804 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12805
12806         * ext/libvisual/Makefile.am:
12807           link against gst-base-libs
12808
12809 2005-09-06  David Schleef  <ds@schleef.org>
12810
12811         * configure.ac: Enable libvisual plugin.
12812         * ext/libvisual/Makefile.am:
12813         * ext/libvisual/visual.c: Fixes to make it compile.
12814
12815 === release 0.9.2 ===
12816
12817 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12818
12819         * NEWS:
12820         * RELEASE:
12821         * configure.ac:
12822         * docs/random/ChangeLog-0.8:
12823           releasing 0.9.2, "Spoon"
12824
12825 2005-09-05  Michael Smith <msmith@fluendo.com>
12826
12827         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12828           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12829           that in the vorbisenc element.
12830
12831 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12832
12833         * common/gtk-doc-plugins.mak:
12834         * docs/plugins/Makefile.am:
12835           fix distcheck
12836         * gst/audioresample/resample.c:
12837           fix wrong docstring
12838
12839 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12840
12841         * common/gst-xmlinspect.py:
12842         * common/gtk-doc-plugins.mak:
12843           only inspect plugins for this given package
12844           require gst-python 0.9
12845
12846 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12847
12848         * Makefile.am:
12849         * autogen.sh:
12850         * common/gst-xmlinspect.py:
12851         * configure.ac:
12852         * docs/Makefile.am:
12853         * docs/plugins/inspect/plugin-alsa.xml:
12854         * docs/plugins/inspect/plugin-audioresample.xml:
12855         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12856         * docs/plugins/inspect/plugin-ogg.xml:
12857         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12858         * docs/plugins/tmpl/element-multifdsink.sgml:
12859         * docs/plugins/tmpl/element-tcpserversink.sgml:
12860         * docs/plugins/tmpl/element-vorbisenc.sgml:
12861         * gst-plugins-base.spec.in:
12862           various doc-related updates
12863
12864 2005-08-31  Wim Taymans  <wim@fluendo.com>
12865
12866         * gst-libs/gst/audio/gstbaseaudiosink.c:
12867         (gst_base_audio_sink_render):
12868         Resync if the buffer timestamps drift more than a 10th 
12869         of a second.
12870
12871 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12872
12873         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12874         (gst_v4lsrc_get_property):
12875           The 'timestamp-offset' property is registered as an int64, so
12876           let's use g_value_{set|get}_int64() in our setter and getter
12877           functions (makes it work and fixes warnings with gst-inspect).
12878
12879 2005-08-30  Wim Taymans  <wim@fluendo.com>
12880
12881         * check/elements/audioconvert.c: (setup_audioconvert):
12882         * check/elements/audioresample.c: (setup_audioresample):
12883         * check/elements/volume.c: (setup_volume):
12884         Fix checks.
12885
12886 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12887
12888         * common/gtk-doc-plugins.mak:
12889         * common/plugins.xsl:
12890         * docs/plugins/Makefile.am:
12891           make module a param
12892
12893 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12894
12895         * examples/seeking/seek.c: (make_mp3_pipeline),
12896         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12897         (play_cb), (pause_cb), (stop_cb):
12898           update the example
12899
12900 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12901
12902         * gst/volume/gstvolume.c: (gst_volume_class_init),
12903         (volume_transform):
12904           do not update controlled params, if buffer has no timestamp
12905
12906 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12907
12908         * configure.ac:
12909         * gst/sine/Makefile.am:
12910         * gst/volume/Makefile.am:
12911           controllerized elements also need to link against controller-libs ;)
12912
12913 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12914
12915         * docs/libs/tmpl/gstcolorbalance.sgml:
12916         * docs/libs/tmpl/gstgconf.sgml:
12917         * docs/libs/tmpl/gstmixer.sgml:
12918         * docs/libs/tmpl/gstringbuffer.sgml:
12919         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12920         (gst_sinesrc_create):
12921         * gst/volume/gstvolume.c: (gst_volume_class_init),
12922         (volume_transform):
12923           controllerized two audio plugins
12924
12925 2005-08-29  Andy Wingo  <wingo@pobox.com>
12926
12927         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12928         (vorbis_handle_data_packet): Fix some int overflow errors.
12929
12930         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12931         -1.
12932         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12933         valid.
12934         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12935         if it's valid. Fixed streaming-mode playback.
12936
12937         * check/elements/volume.c (cleanup_volume): Fix for running
12938         CK_FORK=no.
12939
12940         * check/elements/audioconvert.c: Convert from native endian, not
12941         little endian.
12942
12943 2005-08-29  Michael Smith <msmith@fluendo.com>
12944
12945         * ext/ogg/Makefile.am:
12946         * ext/ogg/gstogg.c: (plugin_init):
12947         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12948         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12949         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12950         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12951         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12952         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12953         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12954         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12955         Add an ogg parser element.
12956
12957 2005-08-28  Andy Wingo  <wingo@pobox.com>
12958
12959         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12960
12961 2005-08-26  Wim Taymans  <wim@fluendo.com>
12962
12963         * gst/audioconvert/audioconvert.c: (if), (float),
12964         (audio_convert_get_func_index), (check_default),
12965         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12966         (audio_convert_clean_context), (audio_convert_get_sizes),
12967         (audio_convert_convert):
12968         Cleanups.
12969
12970 2005-08-26  Wim Taymans  <wim@fluendo.com>
12971
12972         * gst/audioconvert/audioconvert.c: (if), (float),
12973         (audio_convert_get_func_index), (check_default),
12974         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12975         (audio_convert_clean_context), (audio_convert_get_sizes),
12976         (audio_convert_convert):
12977         More elegant and working temp buffer selection algo.
12978
12979 2005-08-26  Wim Taymans  <wim@fluendo.com>
12980
12981         * gst/audioconvert/audioconvert.c: (if), (float),
12982         (audio_convert_get_func_index), (check_default),
12983         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12984         (audio_convert_clean_context), (audio_convert_get_sizes),
12985         (get_temp_buffer), (audio_convert_convert):
12986         Use realloc else we lose our original data.
12987
12988 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12989
12990         * gst/audioresample/gstaudioresample.c:
12991           use base class' newsegment to properly timestamp
12992
12993 2005-08-26  Wim Taymans  <wim@fluendo.com>
12994
12995         * gst/audioconvert/audioconvert.c: (if), (float),
12996         (audio_convert_get_func_index), (check_default),
12997         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12998         (audio_convert_clean_context), (audio_convert_get_sizes),
12999         (get_temp_buffer), (audio_convert_convert):
13000         * gst/audioconvert/gstaudioconvert.c:
13001         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
13002         (gst_audio_convert_transform_caps),
13003         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
13004         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
13005         Oops, allocate enough space to perform the channel mix.
13006
13007 2005-08-26  Wim Taymans  <wim@fluendo.com>
13008
13009         * gst/audioconvert/Makefile.am:
13010         * gst/audioconvert/audioconvert.c: (if), (float),
13011         (audio_convert_get_func_index), (check_default),
13012         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13013         (audio_convert_clean_context), (audio_convert_get_sizes),
13014         (get_temp_buffer), (audio_convert_convert):
13015         * gst/audioconvert/audioconvert.h:
13016         * gst/audioconvert/gstaudioconvert.c:
13017         (gst_audio_convert_class_init), (gst_audio_convert_init),
13018         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
13019         (gst_audio_convert_get_unit_size),
13020         (gst_audio_convert_transform_caps),
13021         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
13022         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
13023         * gst/audioconvert/gstaudioconvert.h:
13024         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
13025         (gst_channel_mix_fill_identical),
13026         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
13027         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
13028         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
13029         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
13030         (gst_channel_mix_mix):
13031         * gst/audioconvert/gstchannelmix.h:
13032         Cleanups, librarify a bit, optimize, better negotiation and more.
13033
13034 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13035
13036         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
13037         Another from MikeS:
13038         During typefinding, don't support negative offsets
13039         (offsets from the end of the stream) in our typefind->peek() function
13040         - nothing embedded in ogg ever needs them. However, we need to recognise
13041         those requests and reject them, otherwise we return invalid pointers.
13042
13043 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13044
13045         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13046         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13047         (vorbisdec_finalize), (vorbis_handle_type_packet):
13048           Big shout-out to MikeS for fixing this giant memory leak.
13049           Huzzah!
13050
13051 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13052
13053         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13054         (audio_convert_get_unit_size):
13055           plug some leaks
13056
13057 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13058
13059         * check/Makefile.am:
13060         * check/elements/audioconvert.c: (setup_audioconvert),
13061         (cleanup_audioconvert), (get_int_caps), (verify_convert),
13062         (GST_START_TEST), (audioconvert_suite), (main):
13063           add a test for audioconvert
13064         * gst/audioresample/gstaudioresample.c:
13065         * gst/audioresample/gstaudioresample.h:
13066           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13067           note that for buffers of 1/3 sec this means DURATION(c) is 
13068           one nanosecond more than for a and b
13069
13070 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13071
13072         * check/Makefile.am:
13073         * check/elements/audioresample.c: (setup_audioresample),
13074         (cleanup_audioresample), (fail_unless_perfect_stream),
13075         (test_perfect_stream_instance), (GST_START_TEST),
13076           add a check for audioresample
13077         (audioresample_suite), (main):
13078         * check/elements/volume.c: (GST_START_TEST):
13079           remove unused method
13080         * gst/audioresample/gstaudioresample.c:
13081           set correct buffer parameters since we're changing them
13082         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13083           add some debug
13084
13085 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13086
13087         * gst/audioresample/debug.c:
13088         * gst/audioresample/gstaudioresample.c:
13089           add room for extra overlap samples when asked to transform size
13090           protect against possible mem corruption and check for discrepancies
13091           between written size and outbuffer's size so we can warn for
13092           potential problems
13093         * gst/audioresample/resample.c: (resample_init),
13094         (resample_get_output_size_for_input), (resample_get_output_size),
13095         (resample_set_n_channels), (resample_set_format):
13096           set debug level based on RESAMPLE_DEBUG env var
13097           make sure that get_output_size* returns a whole number of
13098           sample_size
13099           set sample_size each time either channel or format is set
13100         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13101         * gst/audioresample/resample_functable.c:
13102         (resample_scale_functable):
13103         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13104           remove r->sample_size, it's done in resample.c now
13105           add some debugging to the ref implementation
13106           make sure we only give back bytes that are wholes of the sample
13107           size
13108
13109 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
13110         * gst/playback/gstplaybasebin.c: (fill_buffer):
13111         Revert unpopular change for GST_MESSAGE_SRC to GObject.
13112
13113 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
13114
13115         * gst/volume/gstvolume.c:
13116           made set_caps function static
13117
13118 2005-08-24  Wim Taymans  <wim@fluendo.com>
13119
13120         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13121         (gst_vorbisenc_change_state):
13122         Stop leaking taglists.
13123
13124 2005-08-24  Wim Taymans  <wim@fluendo.com>
13125
13126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13127         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13128         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13129         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13130         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13131         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13132         Parse seeking events better.
13133         Unref static caps.
13134         Generate correct newsegment events, fixes seeking in live oggs.
13135
13136         * ext/theora/theoradec.c: (theora_dec_src_query),
13137         (theora_dec_src_event), (theora_dec_src_getcaps),
13138         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13139         Use newsegment values to report correct play time.
13140
13141         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13142         (vorbis_dec_src_event), (vorbis_dec_sink_event):
13143         * ext/vorbis/vorbisdec.h:
13144         Parse and use newsegment values to report correct play time.
13145
13146         * gst-libs/gst/audio/gstbaseaudiosink.c:
13147         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13148         Clear ringbuffer on flush.
13149         Use newsegment values to calculate playback time.
13150
13151         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13153         Basesink does newsegment calculations for us now.
13154
13155 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13156
13157         * check/Makefile.am:
13158         * configure.ac:
13159           add core's plugins to the mix so that playbin works
13160         * check/generic/states.c: (GST_START_TEST):
13161           set a 0 timeout on pipelines, so they don't force the next
13162           state change
13163         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13164         (gst_play_base_bin_change_state):
13165           remove the crappy error handling and do GST error handling
13166
13167 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13168
13169         * check/Makefile.am:
13170         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13171           add same test as to core, it bitches out on playbin atm.
13172
13173 2005-08-24  Wim Taymans  <wim@fluendo.com>
13174
13175         * configure.ac:
13176         Remove audioscale.
13177
13178 2005-08-24  Wim Taymans  <wim@fluendo.com>
13179
13180         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13181         (gst_videoscale_prepare_size), (parse_caps),
13182         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13183         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13184         (gst_videoscale_transform):
13185         * gst/videoscale/gstvideoscale.h:
13186         Refactor, make use of BaseTranform really well.
13187
13188 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13189
13190         * configure.ac:
13191           compile audioresample
13192         * gst/audioresample/Makefile.am:
13193         * gst/audioresample/buffer.c:
13194         * gst/audioresample/functable.c:
13195         * gst/audioresample/gstaudioresample.c:
13196         * gst/audioresample/gstaudioresample.h:
13197         * gst/audioresample/resample.c:
13198         (resample_get_output_size_for_input):
13199         * gst/audioresample/resample.h:
13200         * gst/audioresample/resample_chunk.c:
13201         * gst/audioresample/resample_functable.c:
13202         * gst/audioresample/resample_ref.c:
13203           port to use basetransform; doesn't work in all cases yet
13204
13205 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13206
13207         * gst/audioconvert/gstaudioconvert.c:
13208         (gst_audio_convert_class_init), (gst_audio_convert_init),
13209         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13210         (audio_convert_fixate_caps), (audio_convert_set_caps),
13211         (audio_convert_transform),
13212         (gst_audio_convert_buffer_to_default_format),
13213         (gst_audio_convert_buffer_from_default_format),
13214         (gst_audio_convert_channels):
13215         * gst/audioconvert/gstchannelmix.c:
13216         * gst/audioconvert/gstchannelmix.h:
13217           port to basetransform
13218         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13219         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13220         (gst_ffmpegcsp_get_unit_size):
13221         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13222         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13223           fix for basetransform changes
13224
13225 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13226
13227         * check/Makefile.am:
13228           Add CHECK_CFLAGS and LDFLAGS
13229
13230         * gst/playback/gstplaybasebin.c: (fill_buffer):
13231           GST_MESSAGE_SRC became a GObject
13232
13233 2005-08-24  Wim Taymans  <wim@fluendo.com>
13234
13235         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13236         (gst_ring_buffer_clear_all):
13237         * gst-libs/gst/audio/gstringbuffer.h:
13238         Added function to clear the ringbuffer.
13239
13240 2005-08-24  Andy Wingo  <wingo@pobox.com>
13241
13242         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13243         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13244         of _open and _close.
13245
13246         * sys/v4l/gstv4lxoverlay.h:
13247         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13248         an Xv connection here, instead of all the time. Make Xv only be
13249         loaded if you axe for it. Kindof a workaround for buggy behaviour
13250         of Xv when using remote xservers (XvQueryExtension would block).
13251         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13252         replace the _open and _close public API. Only start the xv
13253         connection if necessary.
13254         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13255
13256 2005-08-23  David Schleef  <ds@schleef.org>
13257
13258         * gst/audioresample/Makefile.am: Leet audioresampling code
13259         * gst/audioresample/buffer.c:
13260         * gst/audioresample/buffer.h:
13261         * gst/audioresample/debug.c:
13262         * gst/audioresample/debug.h:
13263         * gst/audioresample/functable.c:
13264         * gst/audioresample/functable.h:
13265         * gst/audioresample/gstaudioresample.c:
13266         * gst/audioresample/gstaudioresample.h:
13267         * gst/audioresample/resample.c:
13268         * gst/audioresample/resample.h:
13269         * gst/audioresample/resample_chunk.c:
13270         * gst/audioresample/resample_functable.c:
13271         * gst/audioresample/resample_ref.c:
13272
13273 2005-08-23  Wim Taymans  <wim@fluendo.com>
13274
13275         * examples/seeking/seek.c: (make_vorbis_pipeline),
13276         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13277         Small seek updates.
13278
13279 2005-08-23  Andy Wingo  <wingo@pobox.com>
13280
13281         * gst-libs/gst/audio/gstbaseaudiosrc.c
13282         (gst_base_audio_src_fixate): Only fixate endianness if it is
13283         present in the caps.
13284
13285 2005-08-22  Andy Wingo  <wingo@pobox.com>
13286
13287         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13288         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13289         device-name property.
13290
13291         * gst-libs/gst/audio/gstaudiosrc.h:
13292         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13293         close_device in the ring buffer, like gstaudiosink.
13294
13295         * ext/alsa/gstalsamixer.h:
13296         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13297         macro to implement the interface without much code. Cleanups. 
13298
13299         * ext/alsa/gstalsasrc.h:
13300         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13301         READY.
13302
13303         * ext/alsa/Makefile.am: Add new files.
13304         * ext/alsa/gstalsamixerelement.c: 
13305         * ext/alsa/gstalsamixerelement.c: Split element code out from
13306         mixer code so that alsasrc can be a mixer too.
13307
13308 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13309
13310         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13311         (GST_START_TEST):
13312         * check/elements/vorbisdec.c: (setup_vorbisdec),
13313         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13314         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13315         (vorbis_handle_identification_packet),
13316         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13317         (vorbis_handle_header_packet), (vorbis_dec_push),
13318         (vorbis_dec_chain):
13319           use the setup/teardown methods to save code.  save code is good.
13320
13321 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13322
13323         * check/Makefile.am:
13324           add ext dir for plugins
13325           add vorbisdec test conditionally
13326         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13327         (GST_START_TEST), (volume_suite):
13328           add a test with wrong caps
13329         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13330         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13331           add a vorbisdec test
13332         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13333         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13334           clean up debug output
13335         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13336           yay, fix a segfault/security issue in vorbisdec
13337           gst-launch fakesrc ! vorbisdec wasn't happy
13338         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13339         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13340         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13341         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13342         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13343         (gst_vorbisenc_set_metadata), (get_constraints_string),
13344         (update_start_message), (gst_vorbisenc_setup),
13345         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13346         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13347         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13348         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13349         * ext/vorbis/vorbisenc.h:
13350           march in line
13351         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13352         (gst_ffmpegcsp_transform):
13353           have the kow come home
13354         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13355           debug my func ptr
13356         * gst/volume/gstvolume.c: (volume_set_caps):
13357           add a debug
13358
13359 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13360
13361         * Makefile.am:
13362         * check/.cvsignore:
13363         * check/Makefile.am:
13364         * check/elements/.cvsignore:
13365         * check/elements/volume.c: (chain_func), (event_func),
13366         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13367         (main):
13368         * configure.ac:
13369           add unit test structure for gst-plugins-base
13370           add a test for volume
13371         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13372         (gst_volume_set_volume), (gst_volume_get_volume),
13373         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13374         (volume_funcfind), (volume_process_float), (volume_process_int16),
13375         (volume_set_caps), (volume_transform), (volume_update_mute),
13376         (volume_update_volume), (volume_set_property),
13377         (volume_get_property):
13378           document a little; use basetransform vmethod _set_caps
13379
13380 2005-08-19  Andy Wingo  <wingo@pobox.com>
13381
13382         * ext/alsa/gstalsamixertrack.h:
13383         * ext/alsa/gstalsamixertrack.c:
13384         * ext/alsa/gstalsamixeroptions.h:
13385         * ext/alsa/gstalsamixeroptions.c:
13386         * ext/alsa/gstalsamixer.h:
13387         * ext/alsa/gstalsamixer.c: Port to 0.9.
13388
13389         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13390         Remove gstalsa.c and alsaclock. No more cruft here.
13391         
13392 2005-08-18  Wim Taymans  <wim@fluendo.com>
13393
13394         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13395         (gst_base_rtp_depayload_chain),
13396         (gst_base_rtp_depayload_add_to_queue),
13397         (gst_base_rtp_depayload_push),
13398         (gst_base_rtp_depayload_queue_release):
13399         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13400         Fix for RTPBuffer changes.
13401
13402         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13403         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13404         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13405         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13406         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13407         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13408         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13409         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13410         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13411         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13412         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13413         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13414         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13415         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13416         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13417         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13418         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13419         (gst_rtpbuffer_get_payload):
13420         * gst-libs/gst/rtp/gstrtpbuffer.h:
13421         Don't subclass GstBuffer but add methods and helper functions
13422         to construct and manipulate RTP packets in regular GstBuffers.
13423
13424 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13425
13426         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13427           moved statement below switch
13428         * gst/volume/gstvolume.c: (gst_volume_class_init):
13429           added debug ptr
13430
13431 2005-08-16  Wim Taymans  <wim@fluendo.com>
13432
13433         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13434         (gst_base_audio_src_change_state):
13435         Open and close device in READY<->NULL state change.
13436
13437 2005-08-16  Andy Wingo  <wingo@pobox.com>
13438
13439         * examples/seeking/Makefile.am: Don't compile non-compiling
13440         compiled objects with the compiler.
13441
13442         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13443         elements.
13444
13445 2005-08-12  Philippe Khalaf <burger@speedy.org>
13446         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13447         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13448           Made a thread to release the queue.
13449           Removed timestamp conversion for now.
13450
13451 2005-08-10  Philippe Khalaf <burger@speedy.org>
13452         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13453         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13454           Added rtp timestamp -> gst timestamp conversion.
13455           Fixed several problems with queue.
13456
13457 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13458
13459         * gst-libs/gst/audio/gstaudioclock.h:
13460         * gst-libs/gst/audio/gstaudiofilter.h:
13461         * gst-libs/gst/audio/gstaudiosink.h:
13462         * gst-libs/gst/audio/gstaudiosrc.h:
13463         * gst-libs/gst/audio/gstbaseaudiosink.h:
13464         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13465         * gst-libs/gst/audio/gstringbuffer.h:
13466         * gst-libs/gst/net/gstnetbuffer.h:
13467         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13468         * gst-libs/gst/rtp/gstrtpbuffer.h:
13469           Add padding (you will need to rebuild gst-plugins-base,
13470           gst-plugins and all applications afterwards!)
13471
13472 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13473
13474         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13475         (gst_riff_parse_chunk):
13476           Fix bug in debug message and add some more debug messages.
13477
13478 2005-08-08  Edward Hervey  <edward@fluendo.com>
13479
13480         * gst-libs/gst/riff/riff-media.c:
13481         backported updates since branch
13482
13483 2005-08-08  Andy Wingo  <wingo@pobox.com>
13484
13485         * gst-libs/gst/audio/gstbaseaudiosink.c
13486         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13487         like good elements should. Close on READY->NULL too.
13488
13489         * gst-libs/gst/audio/gstaudiosink.c
13490         (gst_audioringbuffer_open_device,
13491         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13492         (gst_audioringbuffer_release): Updates for new ring buffer API,
13493         hook into the new audio sink api.
13494
13495         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13496         (GstAudioSinkClass.close): Just open and close the device -- no
13497         resource allocation or configuration.
13498         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13499         vmethods, handle device setup and resource allocation.
13500
13501         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13502         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13503         base class API.
13504
13505         * gst-libs/gst/audio/gstringbuffer.h
13506         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13507         New vmethods.
13508
13509         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13510         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13511         New API functions. The device should be opened before acquiring
13512         and closed after releasing.
13513
13514 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13515
13516         * gst-libs/gst/interfaces/mixer.h:
13517           Reset padding to GST_PADDING.
13518
13519 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13520
13521         * gst/playback/gstplaybin.c: (remove_sinks):
13522           Remove visualization from parent explicitely; works around some
13523           apparent refcount issue that I haven't tracked down yet.
13524
13525 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13526
13527         * ext/alsa/gstalsasink.c: (set_hwparams):
13528           Assign debug category, add negotiation debug msgs.
13529
13530 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13531
13532         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13533           Fix error code for file-not-found to NOT_FOUND.
13534
13535 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13536
13537         * common/gtk-doc-plugins.mak:
13538         * docs/plugins/Makefile.am:
13539         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13540         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13541           renamed to actual element names, so much nicer to look at
13542         * docs/plugins/tmpl/gstmultifdsink.sgml:
13543           remove
13544         * docs/plugins/tmpl/multifdsink.sgml:
13545         * docs/plugins/tmpl/tcpserversink.sgml:
13546           add
13547         * ext/alsa/gstalsa.c:
13548         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13549         * ext/ogg/gstoggmux.c:
13550         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13551         * gst/playback/gstdecodebin.c:
13552         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13553         * gst/tcp/gsttcpserversink.c:
13554           various fixes and documentation additions
13555
13556 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13557
13558         * common/Makefile.am:
13559         * common/gstdoc-scangobj:
13560         * common/gtk-doc-plugins.mak:
13561         * common/gtk-doc.mak:
13562           add a custom scangobj that uses the registry
13563           add a custom gtk-doc-plugins.mak that uses it
13564           some doc build fixes
13565         * configure.ac:
13566         * docs/Makefile.am:
13567         * docs/plugins/Makefile.am:
13568         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13569         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13570         * docs/plugins/gst-plugins-base-plugins.types:
13571         * docs/plugins/tmpl/gstmultifdsink.sgml:
13572           add docs for one element, multifdsink
13573         * gst/adder/gstadder.h:
13574         * gst/volume/gstvolume.h:
13575           don't privatize enum
13576         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13577         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13578         (gst_sync_method_get_type), (gst_client_status_get_type),
13579         (gst_multifdsink_class_init),
13580         (gst_multifdsink_client_queue_buffer),
13581         (gst_multifdsink_handle_client_write):
13582         * gst/tcp/gstmultifdsink.h:
13583         * gst/tcp/gsttcp.h:
13584         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13585         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13586         (gst_tcpclientsink_render):
13587         * gst/tcp/gsttcpclientsink.h:
13588         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13589         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13590         (gst_tcpclientsrc_start):
13591         * gst/tcp/gsttcpclientsrc.h:
13592         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13593         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13594         * gst/tcp/gsttcpserversrc.h:
13595         * gst/typefind/gsttypefindfunctions.c:
13596           remove superfluous Type stuff
13597
13598 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13599
13600         * gst/playback/gstplaybin.c: (gen_video_element):
13601           Enable videoscale.
13602
13603 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13604
13605         * gst-libs/gst/gconf/gconf.c:
13606         * gst-libs/gst/gconf/gconf.h:
13607           Fix some Andy Problem [tm].
13608
13609 2005-08-04  Andy Wingo  <wingo@pobox.com>
13610
13611         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13613         (gst_ffmpegcsp_get_size): Adapt to API changes.
13614
13615         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13616         Implement an in-place do-nothing transform.
13617
13618 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13619
13620         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13621         (gst_ximagesink_renegotiate_size):
13622           Do not set new window sizes yet if we prepare a new buffer size
13623           for upstream renegotiation (software scaling) at some point in the
13624           future, because this new size waqs not actually accepted yet. Once
13625           accepted, renegotiation later on will set the new sizes just fine.
13626           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13627           embedding testcase.
13628
13629 2005-08-03  Andy Wingo  <wingo@pobox.com>
13630
13631         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13632         (gst_ximagesink_buffer_alloc): 
13633         Protect the height, width, and desired_caps with the pool_lock.
13634         Fixes videotestsrc ! queue ! ximagesink.
13635
13636 2005-08-02  Edward Hervey  <edward@fluendo.com>
13637
13638         * gst/volume/gstvolume.c:
13639         include left from controller cleanup
13640
13641 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13642         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13643           Stop collectpads before calling the parent state
13644           change function on PAUSED->READY.
13645
13646 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13647         * configure.ac:
13648           When testing for X libs, use the X CFlags 
13649         * gst/adder/gstadder.c: (gst_adder_change_state):
13650           Stop the collectpads before calling parent state change function
13651           on PAUSED->READY, otherwise we deadlock deactivating pads.
13652
13653 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13654
13655         * configure.ac:
13656         * docs/libs/tmpl/gstcolorbalance.sgml:
13657         * docs/libs/tmpl/gstmixer.sgml:
13658         * examples/Makefile.am:
13659         * gst/sine/Makefile.am:
13660         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13661         (gst_sinesrc_set_property), (plugin_init):
13662         * gst/sine/gstsinesrc.h:
13663         * gst/volume/Makefile.am:
13664         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13665         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13666         (volume_process_float), (volume_process_int16),
13667         (volume_set_property), (plugin_init):
13668         * gst/volume/gstvolume.h:
13669           deactivate and remove dparams (libgstcontrol)
13670
13671 2005-07-29  Wim Taymans  <wim@fluendo.com>
13672
13673         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13674         Convert me to BaseTransform!! help..
13675
13676 2005-07-29  Andy Wingo  <wingo@pobox.com>
13677
13678         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13679         sinks.
13680
13681         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13682         support of both endiannesses.
13683
13684 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13685
13686         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13687           Fix confusing debug message (s/event/query/)
13688
13689 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13690
13691         * gst/videotestsrc/videotestsrc.h:
13692           Use "_stdint.h" instead of <stdint.h>
13693
13694 2005-07-27  Wim Taymans  <wim@fluendo.com>
13695
13696         * ext/vorbis/Makefile.am:
13697         Revert wrong commit.
13698
13699 2005-07-27  Wim Taymans  <wim@fluendo.com>
13700
13701         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13702         More compilation fixen.
13703
13704 2005-07-27  Wim Taymans  <wim@fluendo.com>
13705
13706         * gst-libs/gst/audio/gstbaseaudiosink.c:
13707         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13708         (gst_base_audio_sink_create_ringbuffer),
13709         (gst_base_audio_sink_change_state):
13710         Fix compilation.
13711
13712 2005-07-27  Wim Taymans  <wim@fluendo.com>
13713
13714         * examples/seeking/seek.c: (setup_dynamic_link),
13715         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13716         (query_positions_elems), (query_positions_pads), (do_seek):
13717         Update seek example.
13718
13719         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13720         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13721         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13722         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13723         (gst_ogg_demux_handle_event),
13724         (gst_ogg_demux_deactivate_current_chain),
13725         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13726         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13727         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13728         (gst_ogg_demux_loop):
13729         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13730         * ext/theora/theoradec.c: (theora_dec_src_event),
13731         (theora_dec_src_getcaps), (theora_dec_sink_event),
13732         (theora_dec_push), (theora_dec_chain):
13733         * ext/vorbis/Makefile.am:
13734         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13735         (vorbis_dec_sink_event), (vorbis_dec_push),
13736         (vorbis_handle_data_packet):
13737         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13738         (gst_vorbisenc_chain):
13739         * gst/playback/gststreaminfo.c: (cb_probe):
13740         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13741         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13742         * gst/videoscale/gstvideoscale.c:
13743         (gst_videoscale_handle_src_event):
13744         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13745         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13746         (gst_ximagesink_navigation_send_event):
13747         * sys/xvimage/xvimagesink.c:
13748         (gst_xvimagesink_navigation_send_event):
13749         Various event updates and cleanups
13750
13751 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13752
13753         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13754           Fix segfault for I420/YV12.
13755
13756 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13757
13758         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13759           Report bitrate.
13760
13761 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13762
13763         * gst/playback/gstplaybin.c: (gen_video_element),
13764         (gen_audio_element):
13765           Switch to auto*sink elements as default sinks; add volume element
13766           so that volume control in totem works.
13767
13768 2005-07-21  Wim Taymans  <wim@fluendo.com>
13769
13770         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13771         * gst/playback/gstplaybin.c: (setup_sinks),
13772         (gst_play_bin_change_state):
13773         Refcount fix and more comments.
13774
13775 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13776
13777         * sys/ximage/Makefile.am:
13778         * sys/ximage/ximage.c: (plugin_init):
13779         * sys/ximage/ximagesink.c:
13780         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13781         
13782
13783 2005-07-21  Wim Taymans  <wim@fluendo.com>
13784
13785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13786         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13787         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13788         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13789         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13790         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13791         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13792         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13793         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13794         Generate correct disconts for live chained oggs.
13795
13796         * gst-libs/gst/audio/gstbaseaudiosink.c:
13797         (gst_base_audio_sink_render),
13798         (gst_base_audio_sink_create_ringbuffer),
13799         (gst_base_audio_sink_change_state):
13800         Handle discont math correctly.
13801
13802         * gst/playback/gstplaybin.c: (add_sink):
13803         Some small debug cleanup.
13804
13805 2005-07-21  Wim Taymans  <wim@fluendo.com>
13806
13807         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13808         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13809         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13810         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13811         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13812         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13813         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13814         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13815         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13816         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13817         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13818         (gst_ogg_demux_change_state), (gst_ogg_print):
13819         Reorganize code to send the right disconts when in streaming
13820         mode.
13821
13822 2005-07-20  Andy Wingo  <wingo@pobox.com>
13823
13824         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13825         fix (?), fixes a seggie mcfalterson (#310894).
13826
13827 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13828
13829         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13830         (gst_ogg_mux_set_header_on_caps):
13831         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13832         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13833         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13834         * gst-libs/gst/audio/multichannel.c:
13835         (gst_audio_set_channel_positions),
13836         (gst_audio_set_structure_channel_positions_list):
13837         * gst/playback/gstdecodebin.c: (dynamic_create):
13838         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13839         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13840           Fixes for API changes in core.
13841
13842 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13843
13844         * gst/playback/gstplaybasebin.c: (fill_buffer):
13845           Use _new_custom() so we can set custom message types for buffering
13846           messages.
13847
13848 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13849
13850         * configure.ac:
13851         * gst-libs/gst/Makefile.am:
13852         * gst-libs/gst/gconf/.cvsignore:
13853         * gst-libs/gst/gconf/Makefile.am:
13854         * gst-libs/gst/gconf/test-gconf.c:
13855         * pkgconfig/Makefile.am:
13856         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13857         * pkgconfig/gstreamer-gconf.pc.in:
13858           Remove gconf stuff, use gconf elements instead from now on.
13859
13860 2005-07-20  Wim Taymans  <wim@fluendo.com>
13861
13862         * gst-libs/gst/audio/TODO:
13863         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13864         (gst_audio_clock_get_internal_time):
13865         * gst-libs/gst/audio/gstaudioclock.h:
13866         * gst-libs/gst/audio/gstbaseaudiosink.c:
13867         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13868         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13869         (gst_base_audio_sink_render),
13870         (gst_base_audio_sink_create_ringbuffer),
13871         (gst_base_audio_sink_change_state):
13872         Make sure the audio clock always returns an increasing value.
13873
13874 2005-07-19  Andy Wingo  <wingo@pobox.com>
13875
13876         * gst/videotestsrc/: Cleanups.
13877
13878 2005-07-19  Wim Taymans  <wim@fluendo.com>
13879
13880         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13881         Better debugging.
13882
13883 2005-07-19  Wim Taymans  <wim@fluendo.com>
13884
13885         * examples/seeking/seek.c: (make_dv_pipeline),
13886         (make_vorbis_theora_pipeline), (query_rates),
13887         (query_positions_elems), (query_positions_pads), (do_seek):
13888         Make correct DV pipeline.
13889
13890 2005-07-18  Andy Wingo  <wingo@pobox.com>
13891
13892         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13893         default. Also because it's the only thing that really works. (This
13894         is used in the GConf elements).
13895         Use AS_LIBTOOL_TAGS.
13896
13897 2005-07-18  Wim Taymans  <wim@fluendo.com>
13898
13899         * gst/playback/gstdecodebin.c: (remove_element_chain):
13900         * gst/playback/gstplaybin.c: (add_sink):
13901         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13902         (gst_stream_info_set_mute):
13903         * gst/playback/gststreamselector.c:
13904         (gst_stream_selector_get_linked_pad),
13905         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13906         More leak and compile fixes.
13907
13908 2005-07-18  Wim Taymans  <wim@fluendo.com>
13909
13910         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13911         (query_rates), (query_positions_elems), (query_positions_pads),
13912         (do_seek), (seek_cb), (stop_seek):
13913         Updated seek example. 
13914
13915         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13916         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13917         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13918         * gst/playback/gstplaybin.c: (add_sink):
13919         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13920         (gst_stream_info_set_mute):
13921         Some refcount leak fixes.
13922
13923 2005-07-16  Wim Taymans  <wim@fluendo.com>
13924
13925         * gst-libs/gst/audio/gstbaseaudiosink.c:
13926         (gst_base_audio_sink_render):
13927         Align samples even if we have roundoff errors in the 
13928         timestamp conversion.
13929
13930 2005-07-16  Wim Taymans  <wim@fluendo.com>
13931
13932         * docs/libs/tmpl/gstringbuffer.sgml:
13933         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13934         (query_rates), (query_positions_elems), (query_positions_pads),
13935         (update_scale), (do_seek):
13936         Updated seek example.
13937
13938         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13939         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13940         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13941         (gst_ogg_demux_loop):
13942         Push out correct discont values.
13943
13944         * ext/theora/theoradec.c: (theora_dec_src_convert),
13945         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13946         (theora_dec_sink_event), (theora_handle_type_packet),
13947         (theora_handle_header_packet), (theora_dec_push),
13948         (theora_handle_data_packet), (theora_dec_chain),
13949         (theora_dec_change_state):
13950         Better timestamping.
13951
13952         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13953         (vorbis_dec_sink_event), (vorbis_dec_push),
13954         (vorbis_handle_data_packet), (vorbis_dec_chain):
13955         * ext/vorbis/vorbisdec.h:
13956         Better timestamping.
13957
13958         * gst-libs/gst/audio/gstbaseaudiosink.c:
13959         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13960         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13961         Handle syncing on timestamps instead of sample offsets. Make
13962         use of DISCONT values as described in design docs.
13963
13964         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13965         (gst_base_audio_src_get_time):
13966         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13967         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13968         (gst_ring_buffer_read):
13969         * gst-libs/gst/audio/gstringbuffer.h:
13970         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13971         (gst_ximagesink_show_frame):
13972         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13973         Correcly convert buffer timestamp to stream time.
13974
13975 2005-07-16  Wim Taymans  <wim@fluendo.com>
13976
13977         * gst/audioconvert/gstaudioconvert.c:
13978         (gst_audio_convert_get_buffer):
13979         Timestamp buffers correctly.
13980
13981         * gst/playback/gstplaybin.c: (gen_video_element):
13982         Make internal fakesink silent.
13983
13984 2005-07-15  Wim Taymans  <wim@fluendo.com>
13985
13986         * gst/ffmpegcolorspace/Makefile.am:
13987         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13988         (gst_ffmpegcsp_caps_remove_format_info),
13989         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13990         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13991         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13992         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13993         Ported ffmpegcolorspace to basetransform.
13994
13995         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13996         * gst/volume/gstvolume.c: (volume_transform):
13997         Ported to new API.
13998
13999 2005-07-14  Wim Taymans  <wim@fluendo.com>
14000
14001         * gst/videotestsrc/Makefile.am:
14002         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
14003         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
14004         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
14005         (gst_videotestsrc_init), (gst_videotestsrc_event),
14006         (gst_videotestsrc_create), (gst_videotestsrc_start),
14007         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
14008         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14009         (gst_videotestsrc_get_property):
14010         * gst/videotestsrc/gstvideotestsrc.h:
14011         Make videotestsrc a pushsrc.
14012
14013 2005-07-14  Wim Taymans  <wim@fluendo.com>
14014
14015         * gst/tcp/gstfdset.c: (gst_fdset_free):
14016         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14017         (gst_multifdsink_add), (gst_multifdsink_remove),
14018         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14019         (gst_multifdsink_remove_client_link),
14020         (gst_multifdsink_client_queue_data),
14021         (gst_multifdsink_client_queue_caps),
14022         (gst_multifdsink_client_queue_buffer),
14023         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14024         (gst_multifdsink_stop):
14025         * gst/tcp/gstmultifdsink.h:
14026         0.8 backporting.
14027
14028         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14029         Also draw image when not from a pool.
14030
14031 2005-07-14  Wim Taymans  <wim@fluendo.com>
14032
14033         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14034         (mute_stream), (silence_stream):
14035         Small debug additions.
14036
14037 2005-07-14  Wim Taymans  <wim@fluendo.com>
14038
14039         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14040         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14041         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
14042         Better error recovery, ignore unconnected pads and
14043         non-fatal errors.
14044
14045 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14046
14047         * docs/libs/tmpl/gstaudio.sgml:
14048         * docs/libs/tmpl/gstcolorbalance.sgml:
14049         * docs/libs/tmpl/gstgconf.sgml:
14050         * docs/libs/tmpl/gstmixer.sgml:
14051         * docs/libs/tmpl/gstringbuffer.sgml:
14052         * docs/libs/tmpl/gsttuner.sgml:
14053         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14054         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14055         (gst_tcpclientsrc_class_init):
14056         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14057         (gst_tcpserversrc_class_init):
14058         * sys/v4l/gstv4lelement.c:
14059           more autistic cleanliness in functions/names/defines
14060
14061 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14062
14063         * configure.ac:
14064           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14065           added manually to each Makefile.am so we are sure it goes
14066           *last* and doesn't add -L flags before linking in libs of our
14067           own, like, say, internal .la libs, that then accidentally pick
14068           up the installed copy.
14069         * docs/libs/Makefile.am:
14070         * ext/alsa/Makefile.am:
14071         * ext/cdparanoia/Makefile.am:
14072         * ext/gnomevfs/Makefile.am:
14073         * ext/libvisual/Makefile.am:
14074         * ext/ogg/Makefile.am:
14075         * ext/theora/Makefile.am:
14076         * ext/vorbis/Makefile.am:
14077         * gst-libs/gst/video/Makefile.am:
14078         * gst/adder/Makefile.am:
14079         * gst/audioconvert/Makefile.am:
14080         * gst/audiorate/Makefile.am:
14081         * gst/audioscale/Makefile.am:
14082         * gst/ffmpegcolorspace/Makefile.am:
14083         * gst/playback/Makefile.am:
14084         * gst/sine/Makefile.am:
14085         * gst/subparse/Makefile.am:
14086         * gst/tags/Makefile.am:
14087         * gst/tcp/Makefile.am:
14088         * gst/typefind/Makefile.am:
14089         * gst/videorate/Makefile.am:
14090         * gst/videoscale/Makefile.am:
14091         * gst/videotestsrc/Makefile.am:
14092         * gst/volume/Makefile.am:
14093         * sys/v4l/Makefile.am:
14094         * sys/ximage/Makefile.am:
14095         * sys/xvimage/Makefile.am:
14096           adapt properly to this change. This should make sure that
14097           plugins and libs properly link to the as-yet-uninstalled
14098           copies of stuff like libgstinterfaces and libgstvideo
14099
14100 2005-07-13  Andy Wingo  <wingo@pobox.com>
14101
14102         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14103         (gst_v4lsrc_fixate): Fixate on format as well.
14104
14105         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
14106         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14107         buffer points to it.
14108         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14109         rather just doing X calls ourselves. Also fixes a memleak.
14110
14111 2005-07-12  Andy Wingo  <wingo@pobox.com>
14112
14113         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
14114         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
14115         (gst_v4lsrc_create): Re-add the copy-mode property, default to
14116         TRUE to avoid deadlocks if an element holds on to our buffers.
14117
14118 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14119
14120         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14121         (gst_sinesrc_init), (gst_sinesrc_create),
14122         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14123         (gst_sinesrc_start):
14124         * gst/sine/gstsinesrc.h:
14125           removing num-buffers property before moving it
14126
14127 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14128
14129         * configure.ac:
14130           use overridable ERROR_CFLAGS
14131         * docs/libs/gst-plugins-base-libs.types:
14132         * docs/libs/tmpl/gstringbuffer.sgml:
14133         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14134         (gst_alsasink_class_init):
14135         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14136         (gst_alsasrc_class_init):
14137         * gst-libs/gst/audio/audio.h:
14138         * gst-libs/gst/audio/gstaudioclock.h:
14139         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14140         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14141         (gst_audio_filter_link), (gst_audio_filter_init),
14142         (gst_audio_filter_chain), (gst_audio_filter_set_property),
14143         (gst_audio_filter_get_property),
14144         (gst_audio_filter_class_add_pad_templates):
14145         * gst-libs/gst/audio/gstaudiofilter.h:
14146         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14147         (gst_audio_filter_template_get_type),
14148         (gst_audio_filter_template_base_init),
14149         (gst_audio_filter_template_class_init),
14150         (gst_audio_filter_template_init),
14151         (gst_audio_filter_template_set_property),
14152         (gst_audio_filter_template_get_property), (plugin_init),
14153         (gst_audio_filter_template_setup),
14154         (gst_audio_filter_template_filter),
14155         (gst_audio_filter_template_filter_inplace):
14156         * gst-libs/gst/audio/gstaudiosink.c:
14157         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14158         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14159         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14160         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14161         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14162         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14163         * gst-libs/gst/audio/gstaudiosink.h:
14164         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14165         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14166         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14167         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14168         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14169         (gst_audio_src_class_init), (gst_audio_src_init),
14170         (gst_audio_src_create_ringbuffer):
14171         * gst-libs/gst/audio/gstaudiosrc.h:
14172         * gst-libs/gst/audio/gstbaseaudiosink.c:
14173         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14174         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14175         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14176         (gst_base_audio_sink_set_property),
14177         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14178         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14179         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14180         (gst_base_audio_sink_create_ringbuffer),
14181         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14182         * gst-libs/gst/audio/gstbaseaudiosink.h:
14183         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14184         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14185         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14186         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14187         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14188         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14189         (gst_base_audio_src_event), (gst_base_audio_src_create),
14190         (gst_base_audio_src_create_ringbuffer),
14191         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14192         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14193         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14194         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14195         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14196         (gst_ring_buffer_debug_spec_caps),
14197         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14198         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14199         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14200         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14201         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14202         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14203         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14204         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14205         (gst_ring_buffer_clear):
14206         * gst-libs/gst/audio/gstringbuffer.h:
14207         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14208         (gst_video_sink_class_init), (gst_video_sink_get_type):
14209         * gst-libs/gst/video/videosink.h:
14210         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14211         (gst_multifdsink_class_init),
14212         (gst_multifdsink_handle_client_write),
14213         (gst_multifdsink_change_state):
14214         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14215         (gst_tcpclientsink_setcaps):
14216         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14217         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14218         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14219         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14220         (gst_ximagesink_send_pending_navigation),
14221         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14222         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14224         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14225         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14226         (gst_xvimagesink_send_pending_navigation),
14227         (gst_xvimagesink_navigation_send_event),
14228         (gst_xvimagesink_set_xwindow_id),
14229         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14230         (gst_xvimagesink_get_type):
14231         more macro splitting
14232
14233 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14234
14235         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14236           plug a memleak, allows me to import 1479 albums in one go
14237           in jamboree
14238         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14239         (vorbis_handle_type_packet), (vorbis_dec_chain),
14240         (vorbis_dec_change_state):
14241           fix some format strings
14242
14243 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14244
14245         * docs/libs/tmpl/gstcolorbalance.sgml:
14246         * docs/libs/tmpl/gstmixer.sgml:
14247         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14248         (gst_alsasink_set_property), (gst_alsasink_get_property):
14249         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14250         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14251           add device property
14252
14253 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14254
14255         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14256         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14257         (audiocast_register_listener), (audiocast_thread_run),
14258         (gst_gnomevfssrc_send_additional_headers_callback),
14259         (gst_gnomevfssrc_received_headers_callback),
14260         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14261         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14262         (gst_gnomevfssrc_get_size):
14263           add/clean up debugging
14264         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14265           cleanups
14266
14267 2005-07-07  Andy Wingo  <wingo@pobox.com>
14268
14269         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14270         framerate. Need to get a handle on when exactly this function is
14271         called, tho.
14272
14273         * sys/v4l/v4lsrc_calls.h:
14274         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14275         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14276         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14277
14278         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14279         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14280         v4lelements are sources.
14281
14282         * sys/v4l/gstv4lxoverlay.h:
14283         * sys/v4l/gstv4lxoverlay.c:
14284         * sys/v4l/gstv4ltuner.h:
14285         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14286         
14287         * sys/v4l/gstv4lsrc.h:
14288         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14289         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14290         or something should handle that. Made a live source.
14291
14292         * sys/v4l/gstv4lelement.h:
14293         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14294         signals. Some cleanups.
14295
14296         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14297
14298         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14299         stuff.
14300
14301         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14302         stuff.
14303
14304         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14305
14306 2005-07-07  Wim Taymans  <wim@fluendo.com>
14307
14308         * ext/theora/theoradec.c: (theora_get_query_types),
14309         (theora_dec_src_getcaps), (theora_dec_push):
14310         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14311         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14312         Remove deprecated/unused query types.
14313
14314 2005-07-06  Wim Taymans  <wim@fluendo.com>
14315
14316         * ext/alsa/Makefile.am:
14317         * ext/alsa/gstalsaplugin.c: (plugin_init):
14318         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14319         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14320         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14321         (gst_alsasrc_class_init), (gst_alsasrc_init),
14322         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14323         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14324         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14325         (gst_alsasrc_reset):
14326         * ext/alsa/gstalsasrc.h:
14327         * gst-libs/gst/audio/Makefile.am:
14328         * gst-libs/gst/audio/gstaudiosink.c:
14329         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14330         (gst_audioringbuffer_start):
14331         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14332         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14333         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14334         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14335         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14336         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14337         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14338         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14339         * gst-libs/gst/audio/gstaudiosrc.h:
14340         * gst-libs/gst/audio/gstbaseaudiosink.c:
14341         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14342         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14343         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14344         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14345         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14346         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14347         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14348         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14349         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14350         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14351         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14352         (gst_baseaudiosrc_change_state):
14353         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14354         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14355         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14356         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14357         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14358         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14359         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14360         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14361         * gst-libs/gst/audio/gstringbuffer.h:
14362         Added audiosource base classes.
14363         Ported alsasrc, still very basic.
14364
14365 2005-07-06  Wim Taymans  <wim@fluendo.com>
14366
14367         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14368         (theora_dec_push), (theora_handle_data_packet):
14369         Prepare for better timestamp fix later.
14370
14371         * gst/audioconvert/gstaudioconvert.c:
14372         List most accurate caps first
14373
14374         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14375         Use proper pad task function.
14376
14377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14378         (gst_xvimagesink_show_frame):
14379         Fix deadlock when alloc failed.
14380
14381 2005-07-05  Andy Wingo  <wingo@pobox.com>
14382
14383         * ext/gnomevfs/gstgnomevfssrc.c:
14384         * gst/sine/gstsinesrc.c:
14385         * gst/tcp/gsttcpserversrc.c:
14386         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14387
14388         * sys/v4l/: Port from 0.8.
14389
14390         * Many files: Null if we got it....
14391
14392 2005-07-05  Andy Wingo  <wingo@pobox.com>
14393
14394         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14395         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14396         Signedness fixes.
14397
14398 2005-07-05  Wim Taymans  <wim@fluendo.com>
14399
14400         * configure.ac:
14401         * gst/tcp/Makefile.am:
14402         * gst/tcp/README:
14403         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14404         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14405         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14406         (is_sync_frame), (gst_multifdsink_handle_client_write),
14407         (gst_multifdsink_render), (gst_multifdsink_start),
14408         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14409         * gst/tcp/gstmultifdsink.h:
14410         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14411         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14412         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14413         * gst/tcp/gsttcp.h:
14414         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14415         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14416         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14417         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14418         * gst/tcp/gsttcpclientsink.h:
14419         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14420         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14421         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14422         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14423         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14424         * gst/tcp/gsttcpclientsrc.h:
14425         * gst/tcp/gsttcpplugin.c: (plugin_init):
14426         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14427         * gst/tcp/gsttcpserversink.h:
14428         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14429         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14430         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14431         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14432         (gst_tcpserversrc_stop):
14433         * gst/tcp/gsttcpserversrc.h:
14434         * gst/tcp/gsttcpsink.c:
14435         * gst/tcp/gsttcpsink.h:
14436         * gst/tcp/gsttcpsrc.c:
14437         * gst/tcp/gsttcpsrc.h:
14438         Ported tcp plugins to 0.9. 
14439         
14440
14441 2005-07-05  Andy Wingo  <wingo@pobox.com>
14442
14443         * gst/playback/gstplaybasebin.c (fill_buffer):
14444         message_new_application fixen.
14445
14446         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14447         Style fix.
14448
14449 2005-07-04  Wim Taymans  <wim@fluendo.com>
14450
14451         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14452         Set caps on output buffer.
14453
14454 2005-07-04  Andy Wingo  <wingo@pobox.com>
14455
14456         * ext/gnomevfs/gstgnomevfssrc.c
14457         (gst_gnomevfssrc_received_headers_callback) 
14458         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14459         hopefully.
14460
14461         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14462         No refcount leakage.
14463
14464         * configure.ac: Enable -Werror.
14465         
14466         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14467         * gst/audioconvert/bufferframesconvert.c
14468         (buffer_frames_convert_fixate):
14469         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14470         (gst_audio_convert_fixate):
14471         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14472         (gst_sinesrc_create): Fixate func changes.
14473         
14474         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14475         (gst_ximagesink_buffer_alloc): Unused var.
14476
14477 2005-07-01  Andy Wingo  <wingo@pobox.com>
14478
14479         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14480         getcaps to do explicit caps. Needs to be done in all decoders,
14481         possibly via a base class.
14482
14483         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14484
14485         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14486         caps on the sink pad, just rely on the pad template. Also, setting
14487         ANY caps on a pad is not valid because the caps are not fixed.
14488
14489         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14490         caps on the buffer, and get the width from the desired_caps if
14491         they're set.
14492         (gst_ximagesink_renegotiate_size): Implement via setting the
14493         desired_caps on the ximagesink.
14494         (gst_ximagesink_setcaps): Only reset the width of the player if it
14495         wasn't already set. Not sure if this is right.
14496         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14497
14498         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14499         that the user wants. NULL unless the window has been resized.
14500
14501         * gst/volume/gstvolume.c (volume_transform): Adapt to
14502         basetransform refcount changes.
14503         
14504 2005-07-01  Andy Wingo  <wingo@pobox.com>
14505
14506         * gst/videoscale/gstvideoscale.c:
14507         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14508         from BaseTransform, implements a transform_caps. Removed dead code
14509         including some PAR stuff that was never reached -- should probably
14510         be added back somehow.
14511
14512 2005-07-01  Andy Wingo  <wingo@pobox.com>
14513
14514         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14515         come later.
14516
14517 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14518
14519         * configure.ac:
14520         * docs/libs/Makefile.am:
14521         * docs/libs/gst-plugins-libs.types:
14522         * ext/alsa/Makefile.am:
14523         * ext/alsa/gstalsamixer.h:
14524         * ext/alsa/gstalsamixeroptions.h:
14525         * ext/alsa/gstalsamixertrack.h:
14526         * gst-libs/gst/Makefile.am:
14527         * gst-libs/gst/colorbalance/.cvsignore:
14528         * gst-libs/gst/colorbalance/Makefile.am:
14529         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14530         * gst-libs/gst/colorbalance/colorbalance.c:
14531         * gst-libs/gst/colorbalance/colorbalance.h:
14532         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14533         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14534         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14535         * gst-libs/gst/interfaces/Makefile.am:
14536         * gst-libs/gst/interfaces/colorbalance.c:
14537         (gst_color_balance_class_init):
14538         * gst-libs/gst/interfaces/colorbalance.h:
14539         * gst-libs/gst/interfaces/interfaces-marshal.list:
14540         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14541         * gst-libs/gst/interfaces/mixer.h:
14542         * gst-libs/gst/interfaces/mixeroptions.h:
14543         * gst-libs/gst/interfaces/navigation.c:
14544         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14545         * gst-libs/gst/interfaces/tuner.h:
14546         * gst/volume/Makefile.am:
14547         * gst/volume/gstvolume.c:
14548         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14549         * sys/ximage/Makefile.am:
14550         * sys/ximage/ximagesink.c:
14551         * sys/xvimage/Makefile.am:
14552         * sys/xvimage/xvimagesink.c:
14553           fold in all interfaces into an interfaces dir, preserving CVS
14554           history
14555
14556 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14557
14558         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14559           Fix build after riff changes.
14560
14561 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14562
14563         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14564         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14565         (gst_riff_create_video_template_caps),
14566         (gst_riff_create_audio_template_caps),
14567         (gst_riff_create_iavs_template_caps):
14568         * gst-libs/gst/riff/riff-media.h:
14569         * gst-libs/gst/riff/riff-read.h:
14570         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14571           Add gst_riff_init() to initialize the debug category, instead
14572           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14573
14574 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14575
14576         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14577           Oops, I shouldn't apply hacks.
14578
14579 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14580
14581         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14582           Remove pad_loop function which doesn't work.
14583
14584 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14585
14586         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14587           Send EOS when deactivating.
14588         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14589         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14590         (gen_preroll_element), (probe_triggered), (mute_stream),
14591         (silence_stream), (new_decoded_pad), (setup_substreams),
14592         (set_active_source):
14593         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14594         (remove_sinks), (add_sink):
14595         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14596           Change for new probe API.
14597
14598 2005-06-29  Wim Taymans  <wim@fluendo.com>
14599
14600         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14601         * gst-libs/gst/audio/gstbaseaudiosink.c:
14602         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14603         (gst_baseaudiosink_change_state):
14604         * gst-libs/gst/audio/gstbaseaudiosink.h:
14605         * gst-libs/gst/audio/gstringbuffer.c:
14606         (gst_ringbuffer_set_callback):
14607         Fix compilation error.
14608         Ringbuffer starts out as not running.
14609         Free our clock in dispose.
14610         When releasing the ringbuffer we need to renegotiate so
14611         clear the pad caps.
14612
14613 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14614
14615         * autogen.sh:
14616         * configure.ac:
14617         * docs/Makefile.am:
14618         * docs/libs/Makefile.am:
14619         * docs/libs/gst-plugins-libs-docs.sgml:
14620         * docs/libs/gst-plugins-libs-sections.txt:
14621         * docs/libs/gst-plugins-libs.types:
14622         * docs/libs/tmpl/gstaudio.sgml:
14623         * docs/libs/tmpl/gstcolorbalance.sgml:
14624         * docs/libs/tmpl/gstringbuffer.sgml:
14625         * gst-libs/gst/audio/gstringbuffer.c:
14626         (gst_ringbuffer_set_callback):
14627           reinstate gtk-doc docs for plugin libs
14628
14629 2005-06-28  Wim Taymans  <wim@fluendo.com>
14630
14631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14632         (gst_ogg_demux_init):
14633         Removed pad loop function.
14634
14635 2005-06-28  Wim Taymans  <wim@fluendo.com>
14636
14637         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14638         If we're building a chain we are not in an error case
14639         when we queue a buffer.
14640
14641 2005-06-28  Andy Wingo  <wingo@pobox.com>
14642
14643         * *.c: Don't cast to GstObject before reffing/unreffing.
14644
14645 2005-06-27  Andy Wingo  <wingo@pobox.com>
14646
14647         * gst/videotestsrc/gstvideotestsrc.c
14648         (gst_videotestsrc_activate_push): Activation API changes.
14649
14650         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14651         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14652         they have refs on the decodebin.
14653
14654         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14655         parent class.
14656         (gst_ogg_pad_typefind): Don't leak a pad ref.
14657         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14658         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14659         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14660
14661 2005-06-27  Edward Hervey  <edward@fluendo.com>
14662
14663         * ext/theora/theoradec.c: (theora_dec_change_state): 
14664         re-arranged call to parent's state change in order to avoid locks (or
14665         worse).
14666
14667 2005-06-26  Edward Hervey  <edward@fluendo.com>
14668
14669         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14670         2nd argument of 'unknow-type' signal is a GstCaps and not a
14671         GstMiniObject
14672
14673 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14674         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14675           Set the worker thread's running flag to TRUE before starting the
14676           thread.
14677         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14678           Catch a failure to add typefind to the bin.
14679
14680 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14681
14682         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14683         (gst_sinesrc_init), (gst_sinesrc_create),
14684         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14685         (gst_sinesrc_start):
14686         * gst/sine/gstsinesrc.h:
14687           add num-buffers and timestamp-offset properties
14688         * gst/videotestsrc/gstvideotestsrc.c:
14689         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14690         (gst_videotestsrc_get_property):
14691           add timestamp-offset property
14692
14693 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14694
14695         * configure.ac: add videorate
14696         * gst-plugins-base.spec.in: add videorate
14697
14698 2005-06-23  Wim Taymans  <wim@fluendo.com>
14699
14700         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14701         (gst_videorate_getcaps), (gst_videorate_setcaps),
14702         (gst_videorate_event), (gst_videorate_chain):
14703         Fixed videorate, fixating an already fixated caps is not
14704         an error.
14705
14706 2005-06-23  Wim Taymans  <wim@fluendo.com>
14707
14708         * ext/ogg/README:
14709         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14710         Buffer on caps is not boxed anymore.
14711
14712 2005-06-22  Wim Taymans  <wim@fluendo.com>
14713
14714         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14715         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14716         Set buffers on caps as miniobjects and not as boxed.
14717
14718 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14719
14720         * configure.ac:
14721           back to HEAD
14722
14723 === release 0.9.1 ===
14724
14725 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14726
14727         * .cvsignore:
14728         * NEWS:
14729         * README:
14730         * RELEASE:
14731         * configure.ac:
14732         * po/af.po:
14733         * po/az.po:
14734         * po/cs.po:
14735         * po/en_GB.po:
14736         * po/hu.po:
14737         * po/it.po:
14738         * po/nb.po:
14739         * po/nl.po:
14740         * po/or.po:
14741         * po/sq.po:
14742         * po/sr.po:
14743         * po/sv.po:
14744         * po/uk.po:
14745         * po/vi.po:
14746           updates for release
14747
14748 2005-06-09  Andy Wingo  <wingo@pobox.com>
14749
14750         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14751         
14752 2005-06-09  Andy Wingo  <wingo@pobox.com>
14753
14754         * configure.ac:
14755         * gst-libs/gst/Makefile.am:
14756         * gst-libs/gst/net/Makefile.am:
14757         Add gstnet to build.
14758
14759 2005-06-09  Andy Wingo  <wingo@pobox.com>
14760
14761         * gst-libs/gst/gconf/gconf.c:
14762         * gst/playback/test.c:
14763         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14764         fixes.
14765
14766         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14767
14768         * ext/theora/theoraenc.c (theora_enc_chain): 
14769         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14770
14771         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14772         RealPad.
14773
14774 2005-06-02  Wim Taymans  <wim@fluendo.com>
14775
14776         * gst-libs/gst/net/Makefile.am:
14777         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14778         * pkgconfig/gstreamer-libs.pc.in:
14779         Added net stuff, version net lib.
14780
14781 2005-06-02  Wim Taymans  <wim@fluendo.com>
14782
14783         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14784         (query_rates), (query_positions_elems), (query_positions_pads),
14785         (do_seek):
14786         Updated seek example.
14787
14788 2005-06-02  Andy Wingo  <wingo@pobox.com>
14789
14790         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14791         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14792         list.
14793
14794         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14795         remove the typefind, the bin dispose will do it for us. When it's
14796         removed and unreffed, the signal handler will be disconnected,
14797         too.
14798         (unlinked): It's too difficult to disconnect from unlinked
14799         handlers, as they are on pads not elements. Just punt if the pads
14800         aren't grandkids of the bin.
14801
14802 2005-06-02  Wim Taymans  <wim@fluendo.com>
14803
14804         * ext/ogg/README:
14805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14806         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14807         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14808         * ext/theora/theoradec.c: (theora_dec_src_query),
14809         (theora_handle_data_packet):
14810         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14811         (theora_enc_chain):
14812         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14813         (vorbis_handle_data_packet):
14814         * gst/audioconvert/bufferframesconvert.c:
14815         (buffer_frames_convert_chain):
14816         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14817         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14818         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14819         (gst_ffmpegcsp_chain):
14820         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14821         (gst_videorate_getcaps), (gst_videorate_setcaps),
14822         (gst_videorate_event), (gst_videorate_chain):
14823         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14824         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14825         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14826         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14827         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14828         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14829         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14830         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14831         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14832         Cleanups and buffer alloc.
14833
14834 2005-05-31  Wim Taymans  <wim@fluendo.com>
14835
14836         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14837         Don't try to call the delay method when the device is not
14838         opened.
14839
14840 2005-05-31  Wim Taymans  <wim@fluendo.com>
14841
14842         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14843         Get actual segment size and buffer size after opening
14844         the device.
14845
14846 2005-05-30  Wim Taymans  <wim@fluendo.com>
14847
14848         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14849         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14850         Also FLUSH upstream, makes the loop function exit faster.
14851         
14852         * ext/theora/theoradec.c: (theora_dec_src_query):
14853         Some more debug info in the query.
14854         
14855         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14856         (gst_ximagesink_setcaps):
14857         Release lock on par error, better error reporting.
14858
14859 2005-05-26  Wim Taymans  <wim@fluendo.com>
14860
14861         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14862         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14863         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14864         Clear chains in READY
14865         Queue packets until the chain is activated.
14866
14867 2005-05-25  Wim Taymans  <wim@fluendo.com>
14868
14869         * gst-libs/gst/audio/gstaudiosink.c:
14870         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14871         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14872         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14873         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14874         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14875         (gst_audiosink_create_ringbuffer):
14876         * gst-libs/gst/audio/gstbaseaudiosink.c:
14877         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14878         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14879         (gst_baseaudiosink_set_property), (build_linear_format),
14880         (debug_spec_caps), (debug_spec_buffer),
14881         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14882         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14883         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14884         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14885         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14886         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14887         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14888         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14889         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14890         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14891         (wait_segment), (gst_ringbuffer_commit),
14892         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14893         (gst_ringbuffer_clear):
14894         Various small cleanups.
14895
14896         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14897         (gst_audio_convert_change_state):
14898         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14899         No need to take the locks anymore.
14900
14901 2005-05-25  Wim Taymans  <wim@fluendo.com>
14902
14903         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14904         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14905         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14906         (type_found):
14907         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14908         (group_destroy), (group_commit), (queue_overrun),
14909         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14910         (mute_stream), (new_decoded_pad), (setup_substreams),
14911         (setup_source), (mute_group_type), (set_active_source),
14912         (gst_play_base_bin_change_state):
14913         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14914         (gen_video_element), (gen_text_element), (gen_audio_element),
14915         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14916         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14917         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14918         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14919         Some playbin cleanups mostly refcounting sloppyness.
14920
14921 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14922
14923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14924           Work with streaming input.
14925
14926 2005-05-25  Wim Taymans  <wim@fluendo.com>
14927
14928         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14929         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14930         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14931         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14932         No need to take the STREAM lock anymore.
14933
14934 2005-05-25  Wim Taymans  <wim@fluendo.com>
14935
14936         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14937         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14938         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14939         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14940         (gst_ogg_demux_sink_activate):
14941         * ext/theora/theoradec.c: (theora_dec_src_event),
14942         (theora_handle_comment_packet), (theora_dec_chain),
14943         (theora_dec_change_state):
14944         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14945         (vorbis_handle_data_packet), (vorbis_dec_chain),
14946         (vorbis_dec_change_state):
14947         Remove STREAM locks as they are taken in core now.
14948         Never set bogus granulepos on vorbis/theora.
14949         Fix leaks in theoradec tag parsing.
14950
14951 2005-05-25  Wim Taymans  <wim@fluendo.com>
14952
14953         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14954         Fix memleaks, GST_BUFFER_DATA() is not freed.
14955
14956 2005-05-25  Wim Taymans  <wim@fluendo.com>
14957
14958         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14959         Open non-blocking, set to blocking mode afterwards to avoid
14960         lockups when audio device is busy.
14961
14962 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14963
14964         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14965           This can't be good.
14966
14967 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14968
14969         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14970         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14971         (gst_audio_convert_setcaps):
14972           Implement instant setup switching.
14973
14974 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14975
14976         * gst/playback/gstplaybasebin.c: (probe_triggered):
14977           Fix missing unlock.
14978         * gst/playback/gstplaybin.c: (add_sink):
14979           First add, then link (otherwise pad link fails).
14980
14981 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14982
14983         * examples/Makefile.am:
14984         fix buildbot (make distcheck)
14985
14986 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14987
14988         * gst/playback/gstplaybin.c: (gen_vis_element):
14989           Remove some wrong code. Doesn't work yet.
14990
14991 2005-05-19  Wim Taymans  <wim@fluendo.com>
14992
14993         * gst-libs/gst/net/Makefile.am:
14994         * gst-libs/gst/net/README:
14995         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14996         (gst_netbuffer_class_init), (gst_netbuffer_init),
14997         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14998         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14999         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
15000         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
15001         * gst-libs/gst/net/gstnetbuffer.h:
15002         Added buffer subclass to store extra to/from addresses for
15003         network sources/sinks.
15004
15005 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15006
15007         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15008           Don't lock an unassigned variable.
15009
15010 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15011
15012         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15013           Increase buffer for video, decrease buffer for other media types.
15014         * gst/playback/gstplaybin.c: (gen_video_element),
15015         (gen_audio_element):
15016           Change names for debugging purposes.
15017
15018 2005-05-18  Wim Taymans  <wim@fluendo.com>
15019
15020         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15021         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15022         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15023         (gst_ffmpegcsp_chain):
15024         Enable buffer alloc passthrough if the source and dest
15025         formats are the same.
15026
15027 2005-05-17  Wim Taymans  <wim@fluendo.com>
15028
15029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15030         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15031         (gst_ogg_demux_chain_unlocked):
15032         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15033         (gst_audio_convert_caps_remove_format_info),
15034         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15035         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
15036         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15037         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15038         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
15039         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
15040         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15041         (gst_ffmpegcsp_get_property):
15042         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15043         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15044         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15045         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
15046         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
15047         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15048         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
15049         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15050         Leak fixes in oggdemux.
15051         Some cleanups in audioconvert.
15052         Make passthrough work along with buffer_alloc etc.
15053         Make buffer_alloc and buffer recycling actually work in
15054         xvimagesink.
15055
15056 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15057
15058         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15059           make the compiler happy
15060
15061 2005-05-17  Wim Taymans  <wim@fluendo.com>
15062
15063         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15064         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15065         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15066         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15067         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15068         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15069         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15070         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15071         (gst_xvimagesink_set_xwindow_id):
15072         * sys/xvimage/xvimagesink.h:
15073         Port xvimagesink to new MiniObject.
15074
15075 2005-05-17  Wim Taymans  <wim@fluendo.com>
15076
15077         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15078         (gst_audiofilter_chain):
15079         * gst-libs/gst/audio/gstaudiosink.c:
15080         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15081         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15082         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15083         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15084         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15085         (gst_audiosink_create_ringbuffer):
15086         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15087         (gst_audio_convert_caps_remove_format_info),
15088         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15089         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15090         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15091         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15092         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15093         Fix passthrough in ffmpegcolorspace.
15094         Fix memset in audiosink on wrong memory.
15095
15096 2005-05-16  David Schleef  <ds@schleef.org>
15097
15098         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15099         to GstMiniObject.
15100
15101 2005-05-16  David Schleef  <ds@schleef.org>
15102
15103         Port from GstData to GstMiniObject.
15104         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15105         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15106         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15107         (gst_ogg_mux_collected):
15108         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15109         * ext/theora/theoradec.c: (theora_handle_comment_packet),
15110         (theora_handle_data_packet):
15111         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15112         (theora_set_header_on_caps), (theora_enc_chain):
15113         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15114         (vorbis_handle_comment_packet):
15115         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15116         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15117         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15118         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15119         * gst/audioconvert/gstaudioconvert.c:
15120         (gst_audio_convert_get_buffer):
15121         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15122         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15123         (mute_stream), (silence_stream):
15124         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15125         * gst/volume/gstvolume.c: (volume_transform):
15126         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15127         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15128         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15129         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15130         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15131         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15132         (gst_ximagesink_buffer_alloc):
15133         * sys/ximage/ximagesink.h:
15134
15135 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15136
15137         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15138         (fill_buffer), (check_queue), (queue_threshold_reached),
15139         (queue_out_of_data):
15140         * gst/playback/gstplaybasebin.h:
15141           Post buffer-fullness on the bus.
15142
15143 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15144
15145         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15146         (try_to_link_1):
15147         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15148         (group_commit), (probe_triggered), (setup_source),
15149         (gst_play_base_bin_change_state):
15150         * gst/playback/gstplaybasebin.h:
15151         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15152         (gst_play_bin_init), (remove_sinks), (setup_sinks),
15153         (gst_play_bin_change_state):
15154           Move setup_output_pads into a virtual function, remove
15155           group-switch (no longer needed) and redirect (handled by bus
15156           now) signals.
15157
15158 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15159
15160         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15161         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15162         (get_active_group), (get_building_group), (group_destroy),
15163         (group_commit), (check_queue), (queue_overrun),
15164         (queue_threshold_reached), (queue_out_of_data),
15165         (gen_preroll_element), (remove_groups), (unknown_type),
15166         (add_element_stream), (no_more_pads), (probe_triggered),
15167         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15168         (setup_substreams), (setup_source), (finish_source),
15169         (prepare_output), (muted_group_change_state),
15170         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15171         (gst_play_base_bin_change_state):
15172         * gst/playback/gstplaybasebin.h:
15173         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15174         (gst_play_bin_init), (gst_play_bin_set_property),
15175         (gen_video_element), (gen_text_element), (gen_audio_element),
15176         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15177         (gst_play_bin_change_state):
15178         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15179         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15180         (stream_info_change_state), (gst_stream_info_set_mute),
15181         (gst_stream_info_get_property):
15182         * gst/playback/gststreaminfo.h:
15183         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15184         (gst_stream_selector_get_linked_pad),
15185         (gst_stream_selector_getcaps),
15186         (gst_stream_selector_get_linked_pads),
15187         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15188         * gst/playback/gststreamselector.h:
15189           Rough port of playbin. Needs some more work, but is mostly done,
15190           and uses a few locks in important places, which should make stuff
15191           like chain-switches clean. Still uses GST_STATE() in a few places,
15192           which isn't all that good an idea, subtitles/elements disabled
15193           because no elements to test with and thus probably broken, query
15194           and event handling moved to GstBin, internal thread removed
15195           alltogether because the pipeline does that for us now. Can play
15196           Ogg/Vorbis files. Haven't tested anything else yet.
15197
15198 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15199
15200         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15201           Do no-more-pads (needed for autoplugging).
15202
15203 2005-05-10  Andy Wingo  <wingo@pobox.com>
15204
15205         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15206         message to the bus with the tags. Still not sent downstream tho.
15207
15208         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15209         get_parent.
15210         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15211         avoid refcounting hassles.
15212
15213 2005-05-09  Andy Wingo  <wingo@pobox.com>
15214
15215         * gst/volume/Makefile.am:
15216         * gst/volume/demo.c
15217         * gst/volume/gstvolume.h
15218         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15219         basetransform. Probably need an audio filter base class.
15220
15221 2005-05-09  Wim Taymans  <wim@fluendo.com>
15222
15223         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15224         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15225         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15226         (gst_vorbisenc_chain):
15227         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15228         (gst_audio_convert_caps_remove_format_info),
15229         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15230         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15231         Make caps writable before writing to it.
15232         Fix negotiation in audioconvert some more.
15233
15234 2005-05-09  Wim Taymans  <wim@fluendo.com>
15235
15236         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15237         (gst_videorate_getcaps), (gst_videorate_setcaps),
15238         (gst_videorate_event), (gst_videorate_chain):
15239         Better negotiation.
15240
15241 2005-05-09  Wim Taymans  <wim@fluendo.com>
15242
15243         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15244         (gst_videorate_getcaps), (gst_videorate_setcaps),
15245         (gst_videorate_blank_data), (gst_videorate_init),
15246         (gst_videorate_event), (gst_videorate_chain),
15247         (gst_videorate_change_state):
15248         Port videorate, do a better job at negotiation while we're at
15249         it.
15250
15251 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15252
15253         * configure.ac:
15254           Disable libvisual
15255
15256         * examples/Makefile.am:
15257         * gst-libs/gst/audio/Makefile.am:
15258         * gst-libs/gst/riff/Makefile.am:
15259         * gst-libs/gst/tag/Makefile.am:
15260         * gst-libs/gst/video/Makefile.am:
15261           Fixups for missing variables.
15262
15263 2005-05-09  Wim Taymans  <wim@fluendo.com>
15264
15265         * examples/seeking/seek.c: (make_theora_pipeline),
15266         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15267         (query_rates), (query_positions_elems), (query_positions_pads),
15268         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15269         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15270         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15271         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15272         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15273         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15274         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15275         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15276         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15277         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15278         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15279         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15280         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15281         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15282         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15283         (theora_dec_src_convert), (theora_dec_sink_convert),
15284         (theora_dec_src_query), (theora_dec_sink_query),
15285         (theora_dec_src_event), (theora_dec_sink_event),
15286         (theora_handle_comment_packet), (theora_handle_type_packet),
15287         (theora_handle_header_packet), (theora_handle_data_packet),
15288         (theora_dec_chain):
15289         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15290         (vorbis_dec_convert), (vorbis_dec_src_query),
15291         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15292         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15293         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15294         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15295         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15296         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15297         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15298         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15299         (gst_play_bin_query):
15300         * gst/playback/test3.c: (update_scale):
15301         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15302         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15303         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15304         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15305         (gst_videotestsrc_src_query):
15306         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15307         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15308         (paint_hline_YUV9):
15309         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15310         Port to new query API.
15311         Updated seek.
15312         Cleanups in x[v]imagesink
15313
15314 2005-05-09  Andy Wingo  <wingo@pobox.com>
15315
15316         * ext/alsa/gstalsasink.h:
15317         * ext/gnomevfs/gstgnomevfssrc.c:
15318         (gst_gnomevfssrc_get_icy_metadata):
15319         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15320         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15321         * ext/theora/theoradec.c (theora_dec_src_query)
15322         (theora_dec_src_event, theora_dec_sink_event)
15323         (theora_handle_comment_packet, theora_handle_data_packet):
15324         * ext/theora/theoraenc.c (theora_enc_chain):
15325         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15326         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15327         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15328         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15329         (qt_type_find):
15330         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15331         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15332         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15333         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15334         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15335         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15336         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15337         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15338         (paint_setup_RGB565, paint_setup_xRGB1555):
15339         * gst/videotestsrc/videotestsrc.h:
15340         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15341         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15342         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15343         GCC4 fixes.
15344         
15345         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15346         gst_pad_query_position. Fixes oggdemux.
15347
15348 2005-05-08  David Schleef  <ds@schleef.org>
15349
15350         * configure.ac: Require liboil.
15351         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15352         a few more.
15353         * gst/videotestsrc/videotestsrc.c:
15354         * gst/videotestsrc/videotestsrc.h:
15355
15356 2005-05-06  Wim Taymans  <wim@fluendo.com>
15357
15358         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15359         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15360         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15361         Well, unreffing a buffer right before pushing it is asking
15362         for trouble..
15363
15364 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15365
15366         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15367
15368 2005-05-06  Wim Taymans  <wim@fluendo.com>
15369
15370         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15371         (gst_audio_convert_caps_remove_format_info),
15372         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15373         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15374         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15375         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15376         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15377         * gst/sine/Makefile.am:
15378         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15379         (gst_sinesrc_class_init), (gst_sinesrc_init),
15380         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15381         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15382         (gst_sinesrc_update_freq):
15383         * gst/sine/gstsinesrc.h:
15384         * gst/tcp/gstmultifdsink.c:
15385         * sys/xvimage/xvimagesink.c:
15386         Fixed negotiation wrt _peer_get_caps()
15387         Some cleanups.
15388
15389
15390 2005-05-06  Wim Taymans  <wim@fluendo.com>
15391
15392         * gst-libs/gst/audio/gstaudiosink.c:
15393         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15394         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15395         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15396         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15397         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15398         (gst_audiosink_create_ringbuffer):
15399         * gst-libs/gst/audio/gstbaseaudiosink.c:
15400         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15401         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15402         (gst_baseaudiosink_set_property), (build_linear_format),
15403         (debug_spec_caps), (debug_spec_buffer),
15404         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15405         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15406         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15407         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15408         * gst-libs/gst/audio/gstbaseaudiosink.h:
15409         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15410         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15411         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15412         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15413         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15414         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15415         (wait_segment), (gst_ringbuffer_commit),
15416         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15417         (gst_ringbuffer_clear):
15418         * gst-libs/gst/audio/gstringbuffer.h:
15419         Make the base audiosink return an error when there is no
15420         audiobuffer negotiated.
15421
15422 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15423
15424         * ext/Makefile.am:
15425         Disable cdparanoia until someone ports it!
15426
15427 2005-05-06  Wim Taymans  <wim@fluendo.com>
15428
15429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15430         (gst_ogg_demux_sink_activate):
15431         And revert after wingo's revert.. sigh..
15432
15433 2005-05-05  Andy Wingo  <wingo@pobox.com>
15434
15435         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15436         GObject.
15437         * configure.ac: Return audiorate and subparse from the ghetto.
15438         Re-enable -Wall -Werror.
15439         * gst/subparse/gstsubparse.c:
15440         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15441         or chain-based. Cleaned up a bit. Not tested.
15442         
15443 2005-05-05  Christian Schaller <christian@fluendo.com> 
15444
15445         * Makefile.am: remove stuff that is not building
15446         * configure.ac: remove stuff that is not building
15447         * examples/Makefile.am: remove stuff that is not building
15448         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15449         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15450         * sys/Makefile.am: remove stuff that is not building
15451         * testsuite/Makefile.am: remove stuff that is not building
15452
15453 2005-05-05  Andy Wingo  <wingo@pobox.com>
15454
15455         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15456         * gst-libs/gst/tag/gstvorbistag.c:
15457         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15458         * gst/adder/gstadder.h:
15459         * gst/audioconvert/gstchannelmix.c:
15460         (gst_audio_convert_fill_one_other):
15461         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15462         (gst_audiorate_init), (gst_audiorate_chain):
15463         * gst/playback/gstplaybasebin.c: (setup_source):
15464         * gst/playback/test3.c: (update_scale):
15465         Some GCC4 fixes
15466         
15467         * po/af.po:
15468         * po/az.po:
15469         * po/cs.po:
15470         * po/en_GB.po:
15471         * po/hu.po:
15472         * po/it.po:
15473         * po/nb.po:
15474         * po/nl.po:
15475         * po/or.po:
15476         * po/sq.po:
15477         * po/sr.po:
15478         * po/sv.po:
15479         * po/uk.po:
15480         * po/vi.po: Foo
15481
15482 2005-05-05  Wim Taymans  <wim@fluendo.com>
15483
15484         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15485         (gst_audio_convert_caps_remove_format_info),
15486         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15487         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15488         * gst/videotestsrc/gstvideotestsrc.c:
15489         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15490         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15491         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15492         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15493         Don't ignore _push() return values.
15494         Make sure no processing is done when shutting down.
15495         Videotestsrc pad activation fix.
15496
15497 2005-05-05  Wim Taymans  <wim@fluendo.com>
15498
15499         * gst/adder/Makefile.am:
15500         * gst/adder/gstadder.c: (gst_adder_setcaps),
15501         (gst_adder_class_init), (gst_adder_init),
15502         (gst_adder_request_new_pad), (gst_adder_collected),
15503         (gst_adder_change_state):
15504         * gst/adder/gstadder.h:
15505         Ported adder as an example of a mixer element using
15506         collect pads. Needs more negotiation work.
15507
15508 2005-05-05  Wim Taymans  <wim@fluendo.com>
15509
15510         * ext/theora/theoradec.c: (_inc_granulepos),
15511         (theora_dec_src_event), (theora_dec_sink_event),
15512         (theora_handle_comment_packet), (theora_handle_type_packet),
15513         (theora_handle_header_packet), (theora_handle_data_packet),
15514         (theora_dec_chain):
15515         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15516         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15517         (theora_push_buffer), (theora_push_packet),
15518         (theora_enc_sink_event), (theora_enc_chain),
15519         (theora_enc_change_state), (theora_enc_set_property),
15520         (theora_enc_get_property):
15521         Added stream lock to decoder so that we can serialize
15522         the discont event.
15523         More theoraenc porting, recover from errors, do clean
15524         shutdown.
15525
15526 2005-05-05  Wim Taymans  <wim@fluendo.com>
15527
15528         * ext/ogg/Makefile.am:
15529         * ext/ogg/README:
15530         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15531         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15532         (gst_ogg_print):
15533         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15534         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15535         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15536         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15537         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15538         (gst_ogg_mux_change_state):
15539         Ported ogg muxer.
15540
15541 2005-05-05  Wim Taymans  <wim@fluendo.com>
15542
15543         * docs/design-audiosinks.txt:
15544         * gst-libs/gst/audio/TODO:
15545         * gst-libs/gst/audio/gstaudiosink.c:
15546         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15547         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15548         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15549         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15550         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15551         (gst_audiosink_create_ringbuffer):
15552         * gst-libs/gst/audio/gstbaseaudiosink.c:
15553         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15554         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15555         (gst_baseaudiosink_set_property), (build_linear_format),
15556         (debug_spec_caps), (debug_spec_buffer),
15557         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15558         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15559         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15560         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15561         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15562         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15563         (gst_ringbuffer_release), (gst_ringbuffer_play),
15564         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15565         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15566         (gst_ringbuffer_set_sample), (wait_segment),
15567         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15568         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15569         More work on the audiosink, mostly debugging and a race in
15570         shutdown.
15571
15572 2005-04-28  Wim Taymans  <wim@fluendo.com>
15573
15574         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15575         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15576         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15577         (vorbis_dec_src_query), (vorbis_dec_src_event),
15578         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15579         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15580         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15581         Don't crap out when seeking back to position 0.
15582
15583 2005-04-28  Wim Taymans  <wim@fluendo.com>
15584
15585         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15586         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15587         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15588         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15589         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15590         Make audio sink configurable, use alsasink as default.
15591
15592 2005-04-28  Wim Taymans  <wim@fluendo.com>
15593
15594         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15595         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15596         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15597         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15598         (vorbis_dec_change_state):
15599         * ext/vorbis/vorbisdec.h:
15600         Refactor, use STREAM_LOCK.
15601
15602 2005-04-28  Wim Taymans  <wim@fluendo.com>
15603
15604         * ext/theora/theoradec.c: (_inc_granulepos),
15605         (theora_dec_sink_event), (theora_handle_comment_packet),
15606         (theora_handle_type_packet), (theora_handle_header_packet),
15607         (theora_handle_data_packet), (theora_dec_chain),
15608         (theora_dec_change_state):
15609         Refactor a bit, use STREAM_LOCK.
15610
15611 2005-04-28  Wim Taymans  <wim@fluendo.com>
15612
15613         * ext/alsa/Makefile.am:
15614         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15615         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15616         (gst_alsa_link), (gst_alsa_close_audio):
15617         * ext/alsa/gstalsaplugin.c: (plugin_init):
15618         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15619         (gst_alsasink_dispose), (gst_alsasink_base_init),
15620         (gst_alsasink_class_init), (gst_alsasink_init),
15621         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15622         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15623         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15624         (gst_alsasink_reset):
15625         * ext/alsa/gstalsasink.h:
15626         Implement alsasink with simple open/write/close API. 
15627         Make alsa dir build by disabling compilation of code.
15628
15629 2005-04-28  Wim Taymans  <wim@fluendo.com>
15630
15631         * gst-libs/gst/audio/Makefile.am:
15632         * gst-libs/gst/audio/audio.h:
15633         * gst-libs/gst/audio/audioclock.c:
15634         * gst-libs/gst/audio/audioclock.h:
15635         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15636         (gst_audio_clock_class_init), (gst_audio_clock_init),
15637         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15638         * gst-libs/gst/audio/gstaudioclock.h:
15639         * gst-libs/gst/audio/gstaudiosink.c:
15640         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15641         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15642         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15643         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15644         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15645         (gst_audiosink_create_ringbuffer):
15646         * gst-libs/gst/audio/gstbaseaudiosink.c:
15647         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15648         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15649         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15650         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15651         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15652         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15653         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15654         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15655         * gst-libs/gst/audio/gstbaseaudiosink.h:
15656         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15657         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15658         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15659         (gst_ringbuffer_release), (gst_ringbuffer_play),
15660         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15661         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15662         (gst_ringbuffer_set_sample), (wait_segment),
15663         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15664         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15665         * gst-libs/gst/audio/gstringbuffer.h:
15666         Make ringbuffer faster and more simple by removing the locks
15667         in the playback thread.
15668         Add sample accurate playback based on buffer sample offsets.
15669         Make the baseaudiosink provide a clock.
15670         Parse caps in the base class.
15671         Correctly handle seeking, flushing and state changes.
15672
15673 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15674
15675         * configure.ac:
15676         * gst/audioconvert/Makefile.am:
15677         * gst/audioscale/Makefile.am:
15678           Fix part of the build.  Come on guys, autogen didn't even work :)
15679
15680 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15681
15682         * configure.ac:
15683         * gst-libs/gst/Makefile.am:
15684         * gst-libs/gst/media-info/.cvsignore:
15685         * gst-libs/gst/media-info/Makefile.am:
15686         * gst-libs/gst/media-info/README:
15687         * gst-libs/gst/media-info/media-info-priv.c:
15688         * gst-libs/gst/media-info/media-info-priv.h:
15689         * gst-libs/gst/media-info/media-info-test.c:
15690         * gst-libs/gst/media-info/media-info.c:
15691         * gst-libs/gst/media-info/media-info.h:
15692         * gst-libs/gst/media-info/media-info.vcproj:
15693         * pkgconfig/Makefile.am:
15694         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15695         * pkgconfig/gstreamer-media-info.pc.in:
15696           Remove media-info, which is also successed by playbin (see Totem
15697           implementation).
15698
15699 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15700
15701         * configure.ac:
15702         * examples/Makefile.am:
15703         * examples/gstplay/.cvsignore:
15704         * examples/gstplay/Makefile.am:
15705         * examples/gstplay/player.c:
15706         * gst-libs/gst/Makefile.am:
15707         * gst-libs/gst/play/.cvsignore:
15708         * gst-libs/gst/play/Makefile.am:
15709         * gst-libs/gst/play/play.c:
15710         * gst-libs/gst/play/play.h:
15711         * gst-libs/gst/play/play.vcproj:
15712         * pkgconfig/Makefile.am:
15713         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15714         * pkgconfig/gstreamer-play.pc.in:
15715           Remove libgstplay, playbin is now the official successor.
15716
15717 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15718
15719         * configure.ac:
15720         * gst-libs/gst/Makefile.am:
15721         * gst-libs/gst/xwindowlistener/Makefile.am:
15722         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15723         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15724           Remove deprecated xwindowlistener (I've moved xwindowlistening
15725           in the v4l/v4l2 plugins over to serverside).
15726
15727 2005-04-25  David Schleef  <ds@schleef.org>
15728
15729         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15730         to examples/dynparams.  Examples do not belong interspersed with
15731         source code.
15732         * examples/dynparams/demo-dparams.c:
15733         * gst/sine/Makefile.am:
15734         * gst/sine/demo-dparams.c:
15735
15736 2005-04-25  David Schleef  <ds@schleef.org>
15737
15738         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15739         * gst-libs/gst/audio/Makefile.am:
15740         * gst-libs/gst/riff/Makefile.am:
15741         * gst-libs/gst/tag/Makefile.am:
15742         * gst-libs/gst/video/Makefile.am:
15743         * gst-libs/gst/xwindowlistener/Makefile.am:
15744
15745         Convert to 0.9 API, seems to work:
15746         * sys/ximage/Makefile.am:
15747         * sys/ximage/ximagesink.c:
15748
15749 2005-04-24  David Schleef  <ds@schleef.org>
15750
15751         Link plugins against libraries:
15752         * ext/alsa/Makefile.am:
15753         * gst/tcp/Makefile.am:
15754
15755         Remove asm code that should be in liboil
15756         * gst/videoscale/Makefile.am:
15757         * gst/videoscale/videoscale_x86_asm.s:
15758
15759         gettext wants these checked in:
15760         * po/af.po:
15761         * po/az.po:
15762         * po/cs.po:
15763         * po/en_GB.po:
15764         * po/hu.po:
15765         * po/it.po:
15766         * po/nb.po:
15767         * po/nl.po:
15768         * po/or.po:
15769         * po/sq.po:
15770         * po/sr.po:
15771         * po/sv.po:
15772         * po/uk.po:
15773         * po/vi.po:
15774
15775 2005-04-24  David Schleef  <ds@schleef.org>
15776
15777         Convert gst_main() to g_main_loop_run()
15778         * gst/playback/decodetest.c: (main):
15779         * gst/playback/test2.c: (main):
15780         * gst/playback/test3.c: (main):
15781         * gst/playback/test4.c: (main):
15782
15783         Link plugins against libraries:
15784         * ext/libvisual/Makefile.am:
15785         * sys/xvimage/Makefile.am:
15786
15787 2005-04-24  David Schleef  <ds@schleef.org>
15788
15789         * configure.ac: Remove idct and resample libs
15790         * gst-libs/gst/Makefile.am: same
15791
15792         Remove usage of gst_library_load():
15793         * ext/alsa/gstalsaplugin.c: (plugin_init):
15794         * ext/libvisual/visual.c: (plugin_init):
15795         * ext/ogg/gstogg.c: (plugin_init):
15796         * ext/theora/theora.c: (plugin_init):
15797         * ext/vorbis/vorbis.c: (plugin_init):
15798         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15799         * gst/audioscale/gstaudioscale.c:
15800         * gst/adder/gstadder.c: (plugin_init):
15801         * gst/audioconvert/plugin.c: (plugin_init):
15802         * sys/ximage/ximagesink.c: (plugin_init):
15803         * sys/xvimage/xvimagesink.c: (plugin_init):
15804         * gst/tcp/gsttcpplugin.c: (plugin_init):
15805
15806         Link plugins against libraries:
15807         * ext/ogg/Makefile.am:
15808         * ext/theora/Makefile.am:
15809         * ext/vorbis/Makefile.am:
15810         * gst/audioconvert/Makefile.am:
15811
15812         Create proper libraries:
15813         * gst-libs/gst/riff/Makefile.am:
15814         * gst-libs/gst/audio/Makefile.am:
15815         * gst-libs/gst/video/Makefile.am:
15816
15817         Move resample library to audioscale plugin directory:
15818         * gst-libs/gst/resample/Makefile.am:
15819         * gst-libs/gst/resample/README:
15820         * gst-libs/gst/resample/dtof.c:
15821         * gst-libs/gst/resample/dtos.c:
15822         * gst-libs/gst/resample/functable.c:
15823         * gst-libs/gst/resample/private.h:
15824         * gst-libs/gst/resample/resample.c:
15825         * gst-libs/gst/resample/resample.h:
15826         * gst-libs/gst/resample/resample.vcproj:
15827         * gst-libs/gst/resample/test.c:
15828         * gst/audioscale/Makefile.am:
15829         * gst/audioscale/README:
15830         * gst/audioscale/dtof.c:
15831         * gst/audioscale/dtos.c:
15832         * gst/audioscale/functable.c:
15833         * gst/audioscale/private.h:
15834         * gst/audioscale/resample.c:
15835         * gst/audioscale/resample.h:
15836         * gst/audioscale/test.c:
15837
15838         Move tagedit library to gst-libs:
15839         * gst-libs/gst/tag/Makefile.am:
15840         * gst-libs/gst/tag/gstid3tag.c:
15841         * gst-libs/gst/tag/gsttagediting.c:
15842         * gst-libs/gst/tag/gsttageditingprivate.h:
15843         * gst-libs/gst/tag/gstvorbistag.c:
15844         * gst/tags/Makefile.am:
15845         * gst/tags/gstid3tag.c:
15846         * gst/tags/gstvorbistag.c:
15847
15848         Fix for core changes:
15849         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15850         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15851         (gst_sinesrc_getrange):
15852
15853 2005-04-23  David Schleef  <ds@schleef.org>
15854
15855         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15856         in gst-plugins in a long time, and properly belongs in liboil.
15857         * gst-libs/gst/idct/Makefile.am:
15858         * gst-libs/gst/idct/README:
15859         * gst-libs/gst/idct/dct.h:
15860         * gst-libs/gst/idct/doieee:
15861         * gst-libs/gst/idct/fastintidct.c:
15862         * gst-libs/gst/idct/floatidct.c:
15863         * gst-libs/gst/idct/idct.c:
15864         * gst-libs/gst/idct/idct.h:
15865         * gst-libs/gst/idct/idtc.vcproj:
15866         * gst-libs/gst/idct/ieeetest.c:
15867         * gst-libs/gst/idct/intidct.c:
15868
15869 2005-04-20  Wim Taymans  <wim@fluendo.com>
15870
15871         * docs/design-audiosinks.txt:
15872         * gst-libs/gst/audio/Makefile.am:
15873         * gst-libs/gst/audio/TODO:
15874         * gst-libs/gst/audio/gstaudiosink.c:
15875         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15876         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15877         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15878         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15879         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15880         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15881         (gst_audiosink_class_init), (gst_audiosink_init),
15882         (gst_audiosink_create_ringbuffer):
15883         * gst-libs/gst/audio/gstaudiosink.h:
15884         * gst-libs/gst/audio/gstbaseaudiosink.c:
15885         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15886         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15887         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15888         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15889         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15890         (gst_baseaudiosink_create_ringbuffer),
15891         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15892         * gst-libs/gst/audio/gstbaseaudiosink.h:
15893         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15894         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15895         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15896         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15897         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15898         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15899         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15900         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15901         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15902         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15903         * gst-libs/gst/audio/gstringbuffer.h:
15904         An attempt at a set of audio base classes together with some
15905         design docs.
15906
15907 2005-04-20  Wim Taymans  <wim@fluendo.com>
15908
15909         * gst/audioconvert/Makefile.am:
15910         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15911         (gst_audio_convert_caps_remove_format_info),
15912         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15913         (gst_audio_convert_channels):
15914         Link against audio libs.
15915         Fix audio convert plugin.
15916
15917 2005-04-20  Wim Taymans  <wim@fluendo.com>
15918
15919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15920         (gst_ogg_demux_sink_activate):
15921         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15922         (theora_set_header_on_caps), (theora_enc_sink_event),
15923         (theora_enc_chain):
15924         Fix theora encoder.
15925
15926 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15927
15928         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15929         * gst/playback/gstdecodebin.c: (find_compatibles):
15930           Work with staticpadtemplates in elementfactories.
15931
15932 2005-04-12  Wim Taymans  <wim@fluendo.com>
15933
15934         * gst/playback/README:
15935         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15936         (compare_ranks), (print_feature), (gst_decode_bin_init),
15937         (dynamic_create), (dynamic_free), (find_compatibles),
15938         (mimetype_is_raw), (close_pad_link), (got_redirect),
15939         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15940         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15941         (gst_decode_bin_change_state):
15942         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15943         (gst_play_base_bin_init), (group_destroy), (group_commit),
15944         (check_queue), (queue_overrun), (queue_threshold_reached),
15945         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15946         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15947         (got_redirect), (setup_source), (play_base_eos),
15948         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15949         (gst_play_base_bin_remove_element):
15950         * gst/playback/gstplaybasebin.h:
15951         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15952         (gst_play_bin_init), (gst_play_bin_dispose),
15953         (gst_play_bin_set_property), (gen_video_element),
15954         (gen_text_element), (gen_audio_element), (remove_sinks),
15955         (gst_play_bin_send_event):
15956         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15957         (stream_info_change_state), (gst_stream_info_set_mute):
15958         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15959         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15960         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15961         (gst_stream_selector_chain):
15962         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15963         (main):
15964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15965         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15966         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15967         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15968         Raw and crude port of decodebin. 
15969         Make playbin compile.
15970
15971 2005-04-06  Wim Taymans  <wim@fluendo.com>
15972
15973         * ext/gnomevfs/Makefile.am:
15974         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15975         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15976         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15977         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15978         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15979         (gst_gnomevfssrc_stop):
15980         * ext/ogg/Makefile.am:
15981         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15982         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15983         * ext/theora/Makefile.am:
15984         * ext/theora/theoradec.c: (_inc_granulepos),
15985         (theora_dec_sink_event), (theora_dec_chain):
15986         * ext/vorbis/Makefile.am:
15987         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15988         (vorbis_dec_sink_event), (vorbis_dec_chain):
15989         * gst-libs/gst/audio/Makefile.am:
15990         * sys/xvimage/Makefile.am:
15991         Make gnomevfssrc extend the source base class.
15992         Fix linking against libs in various plugins.
15993
15994 2005-04-06  Andy Wingo  <wingo@pobox.com>
15995
15996         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15997         GST_BASE_LIBS.
15998
15999         * configure.ac: Add check and AC_SUBST for libgstbase.
16000
16001 2005-03-31  Wim Taymans  <wim@fluendo.com>
16002
16003         * examples/seeking/Makefile.am:
16004         * examples/seeking/cdparanoia.c: (main):
16005         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
16006         (play_cb), (pause_cb), (stop_cb), (main):
16007         * examples/seeking/playbin.c:
16008         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
16009         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
16010         (make_sid_pipeline), (make_vorbis_pipeline),
16011         (make_theora_pipeline), (make_vorbis_theora_pipeline),
16012         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
16013         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
16014         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
16015         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
16016         (stop_cb), (main):
16017         * examples/seeking/spider_seek.c:
16018         * examples/seeking/vorbisfile.c:
16019         * ext/gnomevfs/Makefile.am:
16020         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16021         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
16022         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16023         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
16024         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
16025         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
16026         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
16027         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16028         * ext/ogg/README:
16029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
16030         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
16031         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
16032         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
16033         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
16034         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
16035         (gst_ogg_pad_event), (gst_ogg_pad_reset),
16036         (gst_ogg_demux_factory_filter), (compare_ranks),
16037         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16038         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16039         (gst_ogg_chain_new), (gst_ogg_chain_free),
16040         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
16041         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
16042         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
16043         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
16044         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
16045         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
16046         (gst_ogg_demux_get_prev_page),
16047         (gst_ogg_demux_deactivate_current_chain),
16048         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16049         (gst_ogg_demux_bisect_forward_serialno),
16050         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16051         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16052         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16053         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16054         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16055         (gst_ogg_demux_change_state), (gst_ogg_print):
16056         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16057         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16058         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16059         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16060         (gst_ogg_mux_loop):
16061         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16062         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16063         (theora_dec_src_convert), (theora_dec_sink_convert),
16064         (theora_dec_src_query), (theora_dec_src_event),
16065         (theora_dec_sink_event), (theora_dec_chain),
16066         (theora_dec_change_state):
16067         * ext/theora/theoraenc.c: (gst_theora_enc_init),
16068         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16069         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16070         (theora_enc_change_state):
16071         * ext/vorbis/Makefile.am:
16072         * ext/vorbis/oggvorbisenc.c:
16073         * ext/vorbis/oggvorbisenc.h:
16074         * ext/vorbis/vorbis.c: (plugin_init):
16075         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16076         (vorbis_dec_src_query), (vorbis_dec_src_event),
16077         (vorbis_dec_sink_event), (vorbis_dec_chain),
16078         (vorbis_dec_change_state):
16079         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16080         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16081         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16082         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16083         (gst_vorbisenc_change_state):
16084         * ext/vorbis/vorbisenc.h:
16085         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16086         * gst-libs/gst/audio/audioclock.c:
16087         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16088         (gst_audiofilter_init), (gst_audiofilter_chain):
16089         * gst-libs/gst/audio/testchannels.c: (main):
16090         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16091         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16092         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16093         (gmip_find_track_streaminfo), (gmip_find_track_format):
16094         * gst-libs/gst/media-info/media-info.c:
16095         (gst_media_info_read_idler):
16096         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16097         (gst_play_get_all_by_interface):
16098         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16099         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16100         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16101         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16102         (gst_riff_parse_info):
16103         * gst-libs/gst/riff/riff-read.h:
16104         * gst-libs/gst/riff/riff.c: (plugin_init):
16105         * gst-libs/gst/video/Makefile.am:
16106         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16107         (gst_videosink_class_init), (gst_videosink_get_type):
16108         * gst-libs/gst/video/videosink.h:
16109         * gst/audioconvert/bufferframesconvert.c:
16110         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16111         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16112         * gst/audioconvert/channelmixtest.c: (main):
16113         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16114         (gst_audio_convert_chain),
16115         (gst_audio_convert_caps_remove_format_info),
16116         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16117         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16118         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16119         (gst_audio_convert_buffer_to_default_format),
16120         (gst_audio_convert_buffer_from_default_format),
16121         (gst_audio_convert_channels):
16122         * gst/audioconvert/gstchannelmix.h:
16123         * gst/ffmpegcolorspace/avcodec.h:
16124         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16125         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16126         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16127         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16128         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16129         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16130         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16131         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16132         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16133         (dv_type_find):
16134         * gst/videotestsrc/gstvideotestsrc.c:
16135         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16136         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16137         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16138         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16139         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16140         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16141         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16143         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16144         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16145         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16146         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16147         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16148         (gst_xvimagesink_navigation_send_event),
16149         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16150         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16151         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16152         * sys/xvimage/xvimagesink.h:
16153         Plugin port to 0.9, ogg/theora playback should work in the seek
16154         example now.
16155         Removed old examples.
16156         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16157         explained in 0.9 TODO doc.
16158
16159
16160 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16161
16162         * autogen.sh:
16163         * configure.ac:
16164         * ext/Makefile.am:
16165         * gst/Makefile.am:
16166         * po/POTFILES.in:
16167         * po/af.po:
16168         * po/az.po:
16169         * po/cs.po:
16170         * po/en_GB.po:
16171         * po/hu.po:
16172         * po/it.po:
16173         * po/nb.po:
16174         * po/nl.po:
16175         * po/or.po:
16176         * po/sq.po:
16177         * po/sr.po:
16178         * po/sv.po:
16179         * po/uk.po:
16180         * po/vi.po:
16181         * sys/Makefile.am:
16182         * testsuite/Makefile.am:
16183           remove a whole bunch of plugins.  This module now contains a set
16184           of free reference plugins/elements as agreed.
16185
16186 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16187
16188         * configure.ac:
16189           hunting season on 0.9 is now OPEN
16190
16191 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16192
16193         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16194           Kick the hell out of gcc for not warning me about a symbol conflict.
16195
16196 2005-02-22  Luca Ognibene  <luogni@tin.it>
16197
16198         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16199
16200         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16201           Don't leak caps string (fixes #168134)
16202
16203         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16204         (gst_jpegenc_init), (gst_jpegenc_finalize),
16205         (gst_jpegenc_change_state):
16206           Don't leak line buffers and context struct (fixes #168133).
16207
16208 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16209
16210         * configure.ac:
16211         * ext/dirac/gstdiracdec.cc:
16212         (gst_diracdec_chain):
16213           Since dirac 0.5.0 the framerate in dirac is expressed as a
16214           rational number. Fix build and up requirement to 0.5.0, and
16215           also pass parameters to gst_diracdec_link in the right order
16216           (fixes #167959).
16217
16218 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16219
16220         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16221         * ext/faad/gstfaad.h:
16222         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16223         certain invalid muxed streams, where some packets will contain 
16224         junk after decoder data. Partially fixes #149158.
16225
16226 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16227         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16228           Make sure we only write to writable buffers
16229
16230 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16231
16232         * gst-libs/gst/riff/riff-media.c:
16233         (gst_riff_create_audio_caps_with_data):
16234           Do actually fix invalid RIFF fmt header values for alaw
16235           and mulaw audio instead of just saying so.
16236
16237         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16238           Give gst_riff_create_audio_caps_with_data() a chance to
16239           fix up broken format header fields before extracting any
16240           parameters from the header. (fixes #167633)
16241
16242 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16243
16244         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16245
16246         * gst/audioconvert/bufferframesconvert.c:
16247         (buffer_frames_convert_link):
16248           Don't leak othercaps. (fixes #167878)
16249
16250 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16251
16252         * configure.ac:
16253         * ext/libvisual/visual.c: (gst_visual_srclink),
16254         (gst_visual_change_state):
16255           Support libvisual 0.2.0.
16256
16257 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16258
16259         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16260         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16261           Use same rowstrides for I420 as used everywhere else.
16262
16263 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16264
16265         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16266           Declare variables at beginning of block and make gcc-2.95 happy
16267           (fixes # 167482, patch by Gergely Nagy).
16268           
16269         * gst/tcp/gsttcpclientsrc.c:
16270         * gst/tcp/gsttcpclientsrc.h:
16271           Move some includes into the header, so that struct sockaddr_in is
16272           defined when it should be defined on FreeBSD as well (fixes
16273           #167483).
16274           
16275         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16276           Don't pass uninitialised values to setsockopt() here either.
16277
16278 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16279
16280         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16281
16282         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16283           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16284
16285 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16286
16287         * gst/playback/gstplaybin.c: (add_sink):
16288           Invert bin_add/link order to workaround deadlock in opt.
16289
16290 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16291
16292         * gst/modplug/gstmodplug.cc:
16293           Add missing break causing position queries to fail.
16294
16295 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16296
16297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16298           Granpos can apparently be -1, which screws up calculations...
16299
16300 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16301
16302         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16303         (gst_ximagesink_send_pending_navigation),
16304         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16305         (gst_ximagesink_init):
16306         * sys/ximage/ximagesink.h:
16307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16308         (gst_xvimagesink_send_pending_navigation),
16309         (gst_xvimagesink_navigation_send_event),
16310         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16311         * sys/xvimage/xvimagesink.h:
16312           Use a mutex protected list to marshal navigation
16313           events into the stream thread from whichever thread
16314           sends them.
16315
16316 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16317
16318         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16319           Display current position and track length; misc. clean-ups.
16320           
16321         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16322         (speed_init), (speed_chain):
16323           Add query function, so that the stream length and current position
16324           get adjusted when queried (note that current position queries may
16325           still be wrong if the audio sink returns values based on buffer
16326           timestamps instead of passing on the query).
16327
16328 2005-02-13  Benjamin Otte  <otte@gnome.org>
16329
16330         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16331         (gst_audio_convert_channels):
16332           create channel conversion matrix when linking
16333         * gst/audioconvert/.cvsignore:
16334         * gst/audioconvert/Makefile.am:
16335         * gst/audioconvert/channelmixtest.c: (main):
16336           add (ugly) test that ensures stereo <=> mono conversion works
16337           correctly
16338
16339 2005-02-13  Benjamin Otte  <otte@gnome.org>
16340
16341         * gst/audioconvert/gstchannelmix.h:
16342           include missing header file
16343         * gst/audioconvert/gstchannelmix.c:
16344         (gst_audio_convert_fill_compatible):
16345           use same sign for both channels when converting to/from compatible
16346           channel. Previously used different signs made the signals cancel
16347           each other out and appear like silence. (fixes #167269)
16348
16349 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16350
16351         * gst/ffmpegcolorspace/avcodec.h:
16352         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16353         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16354         (gst_ffmpegcsp_avpicture_fill):
16355         * gst/ffmpegcolorspace/imgconvert.c:
16356           Convert to and from YV12 (fixes #156379).
16357
16358 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16359
16360         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16361         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16362         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16363         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16364         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16365         methods from chain and negotiation and vice versa (Fixes #166142).
16366         * sys/ximage/ximagesink.h: Add stream_lock.
16367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16368         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16369         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16370         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16371
16372 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16373
16374         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16375           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16376           error message when we can't open the DVD device (when dvdnav_open()
16377           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16378           the above). Send something more useful instead (fixes #167117).
16379
16380 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16381
16382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16383         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16384         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16385         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16386         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16387         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16388         methods from chain and negotiation and vice versa (Fixes #166142).
16389         Fix a possible bug of images in the buffer pool being discarded because
16390         we are looking at the wrong geometry.
16391         * sys/xvimage/xvimagesink.h: Add stream_lock.
16392
16393 2005-02-11  David Schleef  <ds@schleef.org>
16394
16395         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16396         unsigned int. (fixes #167128)
16397
16398 2005-02-11  David Schleef  <ds@schleef.org>
16399
16400         * gst/librfb/Makefile.am: Testing stuff before committing is
16401           for wimps... and people with fast machines.  Fix stupid
16402           mistake.
16403
16404 2005-02-11  David Schleef  <ds@schleef.org>
16405
16406         * configure.ac: Pull in librfb from my CVS tree, because it is
16407           too small and annoying to be separate.  Move rfbsrc plugin
16408           to gst/.
16409         * ext/Makefile.am:
16410         * ext/librfb/Makefile.am:
16411         * ext/librfb/gstrfbsrc.c:
16412         * gst/librfb/Makefile.am:
16413         * gst/librfb/gstrfbsrc.c:
16414         * gst/librfb/rfb.c:
16415         * gst/librfb/rfb.h:
16416         * gst/librfb/rfbbuffer.c:
16417         * gst/librfb/rfbbuffer.h:
16418         * gst/librfb/rfbbytestream.c:
16419         * gst/librfb/rfbbytestream.h:
16420         * gst/librfb/rfbcontext.h:
16421         * gst/librfb/rfbdecoder.c:
16422         * gst/librfb/rfbdecoder.h:
16423         * gst/librfb/rfbutil.h:
16424
16425 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16426
16427         * gst/speed/Makefile.am:
16428         * gst/speed/demo-mp3.c: (main):
16429         * gst/speed/filter.func:
16430         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16431         (speed_class_init), (speed_init), (speed_chain_int16),
16432         (speed_chain_float32), (speed_chain), (speed_set_property),
16433         (speed_get_property), (speed_change_state):
16434         * gst/speed/gstspeed.h:
16435           Fix speed element and make it chain-based (fixes #156467),
16436           and make it handle more than one channel.
16437
16438 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16439
16440         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16441         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16442         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16443         * ext/dts/gstdtsdec.h:
16444           Don't clobber the stack constructing the channels array.
16445           Make the element chain-based. DTS tracks can now be played.
16446           
16447 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16448
16449         * gst-libs/gst/audio/multichannel.h:
16450         * gst-libs/gst/gconf/gconf.h:
16451         * gst-libs/gst/idct/idct.h:
16452         * gst-libs/gst/media-info/media-info-priv.h:
16453         * gst-libs/gst/play/play.h:
16454         * gst-libs/gst/resample/private.h:
16455         * gst-libs/gst/resample/resample.h:
16456         * gst-libs/gst/riff/riff-ids.h:
16457         * gst-libs/gst/video/video.h:
16458         * gst-libs/gst/video/videosink.h:
16459           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16460           missing, so that they work when included from C++ code.
16461
16462 2005-02-09  David Schleef  <ds@schleef.org>
16463
16464         * testsuite/gst-lint: Check for non-statically scoped
16465           parent_class variables.  This won't be a problem once
16466           plugins are loaded with RTLD_LOCAL.
16467
16468 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16469
16470         * ext/mplex/gstmplexibitstream.cc:
16471           gcc madness.
16472
16473 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16474
16475         * ext/ogg/gstogmparse.c:
16476         * gst/debug/gstnavigationtest.c:
16477           Die, thou faulty symbol pollutors (non-static parent_class).
16478
16479 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16480
16481         * ext/mplex/gstmplexibitstream.cc:
16482           Fix event handling (#165525).
16483
16484 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16485
16486         * ext/mikmod/gstmikmod.c:
16487         * gst/modplug/gstmodplug.cc:
16488           Add missing endianness to template (fixes #165509).
16489
16490 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16491
16492         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16493           Fix wrong order of reading of optional bytes (#165290).
16494
16495 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16496
16497         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16498           Implement FILLER event awareness.
16499
16500 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16501
16502         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16503           Fix track calculations (#166208).
16504
16505 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16506
16507         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16508
16509         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16510         * ext/libpng/gstpngenc.c:
16511           Fix byte-order, use proper fixed caps. Fixes #164197.
16512
16513 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16514
16515         * configure.ac:
16516           Add dvdlpcmdec 
16517
16518         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16519         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16520           Don't push buffers if the src pad isn't negotiated yet.
16521           
16522         * gst/audioconvert/gstaudioconvert.c:
16523         (gst_audio_convert_buffer_to_default_format),
16524         (gst_audio_convert_buffer_from_default_format):
16525           Add support for 24-bit width.
16526
16527         * gst/dvdlpcmdec/.cvsignore:
16528         * gst/dvdlpcmdec/Makefile.am:
16529         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16530         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16531         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16532         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16533         (plugin_init):
16534         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16535           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16536           format. Needs support for the channels maps if someone can find 
16537           a DVD LPCM track with > 2 channels.
16538
16539         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16540         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16541         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16542         * gst/mpegstream/gstdvddemux.h:
16543         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16544         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16545         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16546         * gst/mpegstream/gstmpegdemux.h:
16547         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16548         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16549         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16550         (gst_mpeg_parse_handle_src_query),
16551         (gst_mpeg_parse_handle_src_event):
16552           Use audio/x-dvd-lpcm for LPCM output.
16553           Add DTS output.
16554
16555 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16556
16557         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16558
16559         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16560         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16561           Add BGRA handling (#165736).
16562
16563 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16564
16565         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16566
16567         * gst/law/alaw-decode.c: (alawdec_link):
16568         * gst/law/alaw-encode.c: (alawenc_link):
16569         * gst/law/mulaw-decode.c: (mulawdec_link):
16570         * gst/law/mulaw-encode.c: (mulawenc_link):
16571           Fix caps memleaks (#166600).
16572
16573 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16574
16575         * ext/tarkin/mem.h:
16576         * ext/tarkin/wavelet.h:
16577         * ext/tarkin/yuv.h:
16578         * gst/ffmpegcolorspace/avcodec.h:
16579           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16580           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16581
16582 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16583
16584         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16586         (gst_xvimagesink_change_state):
16587           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16588           Xv video (and thereby regenerate Xv colourkey) in clear() so
16589           that PLAY -> READY -> PLAY works (fixes #162504).
16590
16591 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16592
16593         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16594           Switch to list instead of range, since MJPEG-devices really just
16595           support decimations, not any size.
16596
16597 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16598         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16599         (gst_mpeg2dec_reset), (free_all_buffers),
16600         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16601         * ext/mpeg2dec/gstmpeg2dec.h:
16602           The libmpeg2 user-allocated buffer management is awkward, 
16603           to say the least. Hopefully this fixes things.
16604
16605 2005-02-04  Andy Wingo  <wingo@pobox.com>
16606
16607         * gst/audioconvert/bufferframesconvert.c
16608         (buffer_frames_convert_fixate): New function, fixates to 256
16609         frames per buffer by default. (Much better than 1.)
16610         (buffer_frames_convert_init): Set the fixate function for both src
16611         and sink pad.
16612         (buffer_frames_convert_link): After success setting nonfixed caps,
16613         get the negotiated caps so we can know how many buffer-frames it
16614         will be. No idea how this worked at all before.
16615
16616 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16617
16618         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16619         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16620         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16621         (handle_sequence), (handle_picture):
16622         * ext/mpeg2dec/gstmpeg2dec.h:
16623           Rearrange buffer tracking and refcounting and refactor
16624           a little for readability. 
16625
16626 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16627         * sys/v4l/gstv4l.c: (plugin_init):
16628         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16629         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16630         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16631         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16632         * sys/v4l/gstv4ljpegsrc.h:
16633         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16634         * sys/v4l/v4l_calls.h:
16635         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16636         (gst_v4lsrc_get_fps):
16637         * sys/v4l/v4lsrc_calls.h:
16638           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16639           you jpeg inside rgb frames" driver.
16640           Don't error in the v4lsrc link function, just return 
16641           REFUSED.
16642
16643 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16644
16645         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16646         (gst_qcamsrc_open):
16647           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16648
16649 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16650
16651         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16652           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16653
16654 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16655
16656         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16657           Reset negotiated state on PAUSED->READY.
16658
16659 2005-02-02  David Schleef  <ds@schleef.org>
16660
16661         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16662         whereever possible.  (Fixes #165997)
16663         * examples/capsfilter/capsfilter1.c: (main):
16664         * examples/dynparams/filter.c: (create_ui):
16665         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16666         * examples/seeking/chained.c: (main):
16667         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16668         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16669         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16670         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16671         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16672         * examples/switch/switcher.c: (main):
16673         * ext/dv/demo-play.c: (main):
16674         * ext/faad/gstfaad.c: (gst_faad_change_state):
16675         * ext/mad/gstmad.c: (gst_mad_chain):
16676         * ext/smoothwave/demo-osssrc.c: (main):
16677         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16678         (gst_gconf_render_bin_from_description),
16679         (gst_gconf_get_default_audio_sink),
16680         (gst_gconf_get_default_video_sink),
16681         (gst_gconf_get_default_audio_src),
16682         (gst_gconf_get_default_video_src),
16683         (gst_gconf_get_default_visualization_element):
16684         * gst/level/demo.c: (main):
16685         * gst/level/plot.c: (main):
16686         * gst/playback/gstplaybin.c: (gen_video_element),
16687         (gen_audio_element):
16688         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16689         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16690         * gst/sine/demo-dparams.c: (main):
16691         * gst/spectrum/demo-osssrc.c: (main):
16692         * gst/speed/demo-mp3.c: (main):
16693         * gst/volume/demo.c: (main):
16694         * testsuite/embed/embed.c: (main):
16695
16696 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16697
16698         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16699         (gst_tcpclientsink_finalize):
16700         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16701         (gst_tcpclientsrc_finalize):
16702         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16703         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16704         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16705         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16706           Don't leak the hostname when shutting down.
16707           In tcpserversrc, take a copy of the default hostname.
16708
16709 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16710
16711         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16712           Set caps to systemstream=TRUE.
16713
16714 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16715
16716         * testsuite/Makefile.am:
16717           Fix more OSX buildbots.
16718
16719 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16720
16721         * ext/mpeg2dec/gstmpeg2dec.c:
16722           Don't send things to NULL PAD_PEERs
16723
16724         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16725           Copy-on-write the incoming buffer.
16726
16727         * gst/mpegstream/gstdvddemux.h:
16728         * gst/mpegstream/gstmpegclock.h:
16729         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16730         (normal_seek), (gst_mpeg_demux_handle_src_event):
16731         * gst/mpegstream/gstmpegdemux.h:
16732         * gst/mpegstream/gstmpegpacketize.h:
16733         * gst/mpegstream/gstmpegparse.c:
16734         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16735         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16736         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16737         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16738         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16739         * gst/mpegstream/gstmpegparse.h:
16740         * gst/mpegstream/gstrfc2250enc.h:
16741           Various changes to the way time is computed that make seeking and
16742           total time estimation much better here.
16743           Use G_BEGIN/END_DECLS instead of __cplusplus
16744
16745         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16746           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16747
16748 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16749
16750         * gst/subparse/gstsubparse.c:
16751           Fix OSX buildbot.
16752
16753 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16754
16755         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16756         (theora_enc_chain), (theora_enc_change_state):
16757         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16758         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16759         (gst_vorbisenc_change_state):
16760         * ext/vorbis/vorbisenc.h:
16761           Set granulepos and timestamp correctly for streams not
16762           starting at 0, taking into account the initial delay.
16763
16764 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16765
16766         * gst/mpegstream/gstdvddemux.c:
16767           Add audio/x-dts to audio pad template caps
16768
16769 2005-01-30  David Schleef  <ds@schleef.org>
16770
16771         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16772         (create_context), (gst_polypsink_link): Fix silly endianness
16773         bug.  Add some debugging.  Remove float from caps; it doesn't
16774         work.  Attempt to get remote audio working.
16775
16776 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16777
16778         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16779           Add 3IV2 fourcc.
16780
16781 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16782
16783         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16784         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16785         (gst_avi_demux_stream_data):
16786         * gst/avi/gstavidemux.h:
16787           Invert DIB images. Fixes #132341.
16788
16789 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16790
16791         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16792         (gst_ffmpegcsp_chain):
16793           D'oh, reference the palette data, not the palette structure.
16794           Fixes color distortion in #132341.
16795
16796 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16797
16798         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16799           PAR can be non-fixed when not provided as argument (#162626).
16800
16801 2005-01-29  David Moore  <dcm@acm.org>
16802
16803         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16804
16805         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16806         (gst_qtdemux_loop_header):
16807           Re-apply patch from #142272 that allows non-seekable sources,
16808           re-proposed by Daniel Drake <dsd@gentoo.org>.
16809
16810 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16811
16812         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16813           Use the src template for creating the src pad (#162330).
16814
16815 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16816
16817         * configure.ac:
16818         * ext/musepack/Makefile.am:
16819         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16820         (gst_musepackdec_init), (gst_musepackdec_dispose),
16821         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16822         (gst_musepack_stream_init), (gst_musepackdec_loop),
16823         (gst_musepackdec_change_state):
16824         * ext/musepack/gstmusepackdec.cpp:
16825         * ext/musepack/gstmusepackdec.h:
16826         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16827         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16828         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16829         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16830         * ext/musepack/gstmusepackreader.cpp:
16831         * ext/musepack/gstmusepackreader.h:
16832           Update to 1.1 API (#165446).
16833
16834 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16835
16836         * ext/Makefile.am:
16837           Unbreak buildbot.
16838
16839 2005-01-28  Andy Wingo  <wingo@pobox.com>
16840
16841         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16842         to reflect a different dubious internet source. Add a reference
16843         and some commentary.
16844
16845 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16846
16847         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16848         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16849         * gst/playback/gststreamselector.h:
16850           Be more selective when we're redoing caps negotiation from
16851           within the chain function on a stream change.
16852
16853 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16854
16855         * configure.ac:
16856         * ext/Makefile.am:
16857         * ext/amrnb/Makefile.am:
16858         * ext/amrnb/amrnb.c: (plugin_init):
16859         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16860         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16861         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16862         (gst_amrnbdec_state_change):
16863         * ext/amrnb/amrnbdec.h:
16864         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16865         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16866         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16867         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16868         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16869         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16870         * ext/amrnb/amrnbparse.h:
16871           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16872         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16873           Add AMR-NB/-WB raw formats.
16874         * ext/alsa/gstalsa.c: (gst_alsa_link):
16875           Keep valid time when changing format.
16876         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16877         (qtdemux_parse_trak):
16878           Add some more format-specific options (#140141, #143555, #155163).
16879
16880 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16881
16882         * gst/matroska/matroska-demux.c:
16883         (gst_matroska_demux_parse_blockgroup):
16884           Fix logic error in timing of subtitle stream synchronization.
16885         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16886           Add skip-chunk, which is found in kodak-camera streams.
16887
16888 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16889
16890         * po/LINGUAS:
16891         * po/vi.po:
16892           Adding Vietnamese translation (submitted by Clytie Siddall)
16893
16894 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16895
16896         * gst/playback/gstdecodebin.c: (try_to_link_1):
16897           Use realpad for signal.
16898
16899 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16900
16901         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16902           Fix category so decodebin picks it up.
16903
16904 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16905
16906         * ext/mad/Makefile.am:
16907         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16908         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16909         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16910         (found_type), (gst_id3demux_bin_change_state):
16911         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16912         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16913         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16914         (gst_id3_tag_change_state), (plugin_init):
16915         * ext/mad/gstmad.h:
16916           Add id3demuxbin (which is a simple bin consisting of id3demux
16917           and typefind), take over rank from id3demux, remove typefind
16918           code from id3demux. Makes all broken mp3s that I know of work,
16919           and thereby fixes #152688.
16920
16921 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16922
16923         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16924
16925         * ext/mad/gstmad.c: (gst_mad_src_event):
16926         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16927           Allow seeks on audio pad, make mad forward those (#164826).
16928         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16929           Set duration (#165335).
16930
16931 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16932
16933         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16934         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16935         (gst_asf_demux_process_ext_content_desc),
16936         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16937         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16938         * gst/asfdemux/gstasfdemux.h:
16939           Improve metadata display, e.g. if the metadata comes before the
16940           streams are loaded (which is perfectly valid).
16941
16942 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16943
16944         * tools/gst-launch-ext-m.m:
16945           Fix AVI/ASF pipelines (#165340).
16946
16947 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16948         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16949         build failure on amd64
16950
16951 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16952
16953         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16954         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16955           Check environment variables GST_ID3V2_TAG_ENCODING,
16956           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16957           list of character encodings to force interpretation of non-unicode
16958           strings stored in an ID3v2 tag to a particular encoding. If none
16959           is specified, try to use current locale's encoding, then fall back
16960           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16961         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16962         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16963           Check environment variables GST_ID3V1_TAG_ENCODING,
16964           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16965           list of character encodings to use in case a string encountered
16966           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16967           specified, try to use the current locale's encoding, then fall
16968           back to ISO-8859-1 (which will always succeed).
16969
16970 2005-01-25  Benjamin Otte  <otte@gnome.org>
16971
16972         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16973           - on half framerate, compute the rate in advance so the comparisons
16974             don't compare wrong values
16975           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16976             behaviour
16977           - don't use mad_header_decode anymore, mad_frame_decode does that
16978             automatically
16979           - when getting rid of consumed bytes, reset the stream's skiplen
16980           (fixes #163867)
16981
16982 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16983
16984         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16985           Use 1/2 a second for default max_discont, as PES streams from DVB
16986           seem to have larger spacings in the SCR. 
16987           Fix a typo.
16988
16989 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16990
16991         * gst/playback/gstplaybasebin.c: (group_commit):
16992           Notify delayed stream-info availability.
16993
16994 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16995         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16996         (gst_a52dec_handle_event), (gst_a52dec_chain):
16997         Add some debug output. Check that a discont has a valid
16998         time associated.
16999         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17000         (gst_alsa_sink_loop):
17001         Ignore TAG events. A little extra debug for broken timestamps.
17002         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
17003         (dvdnavsrc_change_state):
17004         Ensure we send a discont to engage the link before we send any
17005         other events.
17006         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
17007         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
17008         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
17009         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
17010         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
17011         dvd://title works in totem because typefinding sends a seek that ends
17012         up going back to chapter 1 regardless.
17013         * ext/mpeg2dec/gstmpeg2dec.c:
17014         * ext/mpeg2dec/gstmpeg2dec.h:
17015         Output correct timestamps and handle disconts.
17016         * ext/ogg/gstoggdemux.c: (get_relative):
17017         Small guard against a null dereference.
17018         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
17019         (gst_textoverlay_set_property):
17020         Free memory when done. Don't call gst_event_filler_get_duration on
17021         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
17022         g_warning.
17023         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
17024         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
17025         (gst_sw_srclink), (gst_smoothwave_chain):
17026         Draw solid lines, prettier colours.
17027         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
17028         Add a default palette that'll work for some movies.
17029         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
17030         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
17031         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
17032         * gst/mpegstream/gstdvddemux.h:
17033         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
17034         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
17035         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
17036         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
17037         * gst/mpegstream/gstmpegparse.h:
17038         Use PTM/NAV events when for timestamp adjustment when connected to 
17039         dvdnavsrc. Don't use many discont events where one suffices.
17040         * gst/playback/gstplaybasebin.c: (group_destroy),
17041         (gen_preroll_element), (gst_play_base_bin_add_element):
17042         * gst/playback/gstplaybasebin.h:
17043         Make sure we remove subtitles from the same bin we put them in.
17044         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
17045         (gst_subparse_buffer_format_autodetect),
17046         (gst_subparse_change_state):
17047         Fix some memleaks and invalid accesses.
17048         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
17049         (oggskel_type_find), (cmml_type_find), (plugin_init):
17050         Some typefind functions for Annodex v3.0 files
17051         * gst/wavparse/gstwavparse.h:
17052         GstRiffReadClass is the correct parent class.
17053
17054 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17055
17056         * gst-libs/gst/riff/riff-media.c:
17057         (gst_riff_create_video_caps_with_data):
17058           Add extradata to huffyuv (fixes #165013).
17059         * gst-libs/gst/riff/riff-read.c:
17060         (gst_riff_read_strf_vids_with_data):
17061           Fix extradata extraction if it is in the chunk size.
17062
17063 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
17064
17065         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17066
17067         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17068         (gst_quarktv_change_state), (gst_quarktv_dispose):
17069           Memory free'ing location fix (#164708).
17070
17071 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17072
17073         * gst/playback/gstplaybasebin.c: (group_commit),
17074         (gen_preroll_element), (probe_triggered), (gen_source_element),
17075         (setup_source), (gst_play_base_bin_change_state),
17076         (gst_play_base_bin_add_element):
17077           Don't block for streams.
17078         * gst/playback/gststreaminfo.c: (stream_info_change_state),
17079         (gst_stream_info_set_mute):
17080           Use gst_pad_set_active_recursive.
17081
17082 2005-01-25  Andy Wingo  <wingo@pobox.com>
17083
17084         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17085         for #ifndef HAVE_XVIDEO.
17086
17087 2005-01-24  Jeffrey C. Ollie
17088
17089         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
17090
17091         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17092         * ext/gsm/gstgsmdec.h:
17093         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17094         * ext/gsm/gstgsmenc.h:
17095         Fix rate to 8kHz as per spec, removes obscure errors when no rate
17096         was given by property. Add proper buffer timestamps and offsets.
17097
17098 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17099
17100         * gst-libs/gst/riff/riff-media.c:
17101         (gst_riff_create_audio_caps_with_data):
17102           Audio can be <8000Hz.
17103
17104 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17105
17106         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17107           Explicit state change to workaround refcount bugs.
17108
17109 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17110
17111         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17112         (gst_avimux_riff_get_avi_header):
17113           Fix...
17114
17115 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17116
17117         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17118         (gst_riff_read_element_data):
17119         * gst-libs/gst/riff/riff-read.h:
17120           Add _peek version (req'ed in CDXA).
17121         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17122         (gst_cdxaparse_loop):
17123           Fix parsing in playbin.
17124         * gst/playback/gstdecodebin.c: (close_pad_link):
17125           Ignore current_ pads, they cause major annoyance.
17126
17127 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17128
17129         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17130           Safety guard.
17131
17132 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17133
17134         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17135           Fix padding...
17136
17137 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17138
17139         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17140           Allow for 0-sized buffers. Fixes length query problems in
17141           starwars.mkv from the testsuite.
17142
17143 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17144
17145         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17146         (gst_video_box_i420), (gst_video_box_chain):
17147           Fix row strides for I420 (fixes #163159)
17148           
17149 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17150
17151         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17152           MPEG2 has a useful rate property, so we can actually use that.
17153           For MPEG-1, continue using the bytes/time properties.
17154
17155 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17156
17157         * gst-libs/gst/riff/riff-media.c:
17158         (gst_riff_create_video_caps_with_data),
17159         (gst_riff_create_video_template_caps):
17160           Add intel-h263.
17161
17162 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17163
17164         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17165           Fail if caps negotiation fails. Should fix #162184, and should
17166           definately be in there regardless of it fixing the actual bug.
17167         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17168         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17169         (gst_avimux_riff_get_avix_header),
17170         (gst_avimux_riff_get_video_header),
17171         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17172         (gst_avimux_start_file), (gst_avimux_handle_event),
17173         (gst_avimux_change_state):
17174         * gst/avi/gstavimux.h:
17175           Refactor structure writing to use GST_WRITE_UINT macros, add
17176           metadata writing support.
17177
17178 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17179
17180         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17181           Elements may already be destroyed when this function is called.
17182
17183 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17184
17185         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17186         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17187           More memory leak fixes (#149162).
17188
17189 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17190
17191         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17192         (gst_qtdemux_add_stream):
17193           Fix two memleaks.
17194
17195 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17196
17197         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17198           Argh...
17199
17200 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17201
17202         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17203           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17204           when fixating to six channels in Totem.
17205
17206 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17207
17208         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17209           Fix compile warnings on Solaris 10 buildbot
17210
17211 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17212
17213         * ext/dvdread/dvdreadsrc.c: (_read):
17214           Don't read beyond the last cell in a chapter (fixes 
17215           invalid memory access)
17216
17217 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17218
17219         * ext/dvdread/stream_labels.c:
17220         (dvdreadsrc_get_audio_stream_labels):
17221           Use NULL for an empty GList instead of g_list_alloc(); fix 
17222           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17223           of GString (easier to bulk free later)
17224
17225 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17226
17227         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17228
17229         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17230         (gst_ffmpeg_pixfmt_to_caps):
17231           Fix BGRA32 caps (#164209).
17232
17233 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17234
17235         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17236
17237         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17238         (gst_ffmpeg_caps_to_pixfmt):
17239           alpha_mask can be RGBA/ABGR. Fixes #164265.
17240
17241 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17242
17243         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17244
17245         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17246         (gst_mpeg2dec_alloc_buffer):
17247         * ext/mpeg2dec/gstmpeg2dec.h:
17248           Crop if decoding size is not the actual image size (#163676).
17249
17250 2005-01-17  Steve Baker  <steve@stevebaker.org>
17251
17252         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17253
17254         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17255         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17256           Add libsndfile typefind functions (#163309).
17257
17258 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17259
17260         * tools/gst-launch-ext-m.m:
17261           Add .aac, fix .m1v/.m2v (#163891).
17262
17263 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17264
17265         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17266           Sanity check, don't wait endlessly since the clock might not
17267           actually run at this point (which is a deadlock). Fixes #164069.
17268
17269 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17270
17271         * gst/playback/gstplaybasebin.c: (probe_triggered):
17272           Of course, only pause if group is done...
17273
17274 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17275
17276         * gst/playback/gstplaybasebin.c: (probe_triggered):
17277           Thread safety.
17278
17279 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17280
17281         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17282           Don't return state change success when the parent
17283           failed.
17284
17285 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17286
17287         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17288           Free events (fix memleak in #162905).
17289
17290 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17291
17292         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17293
17294         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17295         (gst_ffmpeg_caps_to_pixfmt):
17296           Fix for depth = 15. Fixes #161675.
17297
17298 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17299
17300         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17301           Set FPS correctly, even for webcams and the like.
17302         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17303           Don error on setting while capturing.
17304
17305 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17306
17307         * ext/dv/gstdvdec.c:
17308         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17309         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17310           I'm a bad boy. using /1001. to force C to do float division
17311           and not integer division (as it did in my last commit)
17312           Thanks to David I. Lehn for pointing this mistake.
17313
17314 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17315
17316         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17317           Revert Johan's 1.35->1.36 since it breaks compat.
17318
17319 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17320
17321         * ext/dv/gstdvdec.c:
17322         * ext/libfame/gstlibfame.c:
17323         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17324         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17325           replace framerate aproximations by their real value
17326           (24000/1001, 30000/1001, 60000/1001)
17327           Finish fixing bug #164049
17328
17329 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17330
17331         * ext/ogg/gstoggmux.c:
17332           eos/bos debugging
17333         * gst/tcp/gstmultifdsink.c:
17334         * gst/tcp/gstmultifdsink.h:
17335         * gst/tcp/gsttcp.c:
17336         * gst/tcp/gsttcp.h:
17337         * gst/tcp/gsttcpclientsink.c:
17338         * gst/tcp/gsttcpclientsrc.c:
17339         * gst/tcp/gsttcpserversink.c:
17340         * gst/tcp/gsttcpserversrc.c:
17341           improve reusability of elements after state changes and errors
17342           make multifdsink throw away streamheaders when receiving new ones
17343
17344 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17345
17346         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17347           Fix for if items are already in list...
17348
17349 2005-01-12  Benjamin Otte  <otte@gnome.org>
17350
17351         * gst/adder/gstadder.c: (gst_adder_loop):
17352           fix adder a bit so it doesn't screw up with events as much anymore
17353
17354 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17355
17356         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17357         (pixbufscale_scale), (gst_pixbufscale_chain):
17358         * ext/gdk_pixbuf/pixbufscale.h:
17359           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17360           to ensure rowstrides are calculated the same way as 
17361           ffmpegcolorspace
17362           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17363           that we pick up duration and offset also.
17364
17365 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17366
17367         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17368         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17369           Reusability fixes.
17370
17371 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17372
17373         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17374         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17375         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17376         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17377           Update flags when requested.
17378
17379 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17380
17381         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17382           Fix dmix.
17383
17384 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17385
17386         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17387         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17388         (probe_triggered), (new_decoded_pad), (gen_source_element),
17389         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17390         * gst/playback/gstplaybasebin.h:
17391         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17392         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17393         (gst_play_bin_change_state):
17394           Implement group-switch signal for use in apps to clear metadata
17395           cache, clean up subtitle, add suburi property instead of # hack,
17396           some error-out fixes.
17397
17398 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17399
17400         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17401           Debug.
17402         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17403           If we got a state change in the _get handler, don't return success.
17404
17405 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17406
17407         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17408         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17409           Make jpegdec quiet on MJPEG decoding
17410         * gst/asfdemux/README:
17411           Fix mimetypes for MJPEG and H263
17412
17413 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17414
17415         * ext/theora/theoradec.c: (theora_dec_chain):
17416           Fix broken code generation by gcc by swapping arguments.
17417         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17418           Fix \n in debug.
17419
17420 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17421
17422         * TODO:
17423           delete this file, it is by far outdated
17424         * ext/alsa/gstalsa.1: remove
17425         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17426         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17427         (gst_alsa_get_caps):
17428           Add HW probing for supported sample rates. Fixes #161704
17429
17430 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17431
17432         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17433           Don't crash, biatch! :).
17434
17435 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17436
17437         * ext/musepack/gstmusepackreader.cpp:
17438         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17439           Some work on tags - still doesn't work in playbin...
17440         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17441           Handle events...
17442
17443 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17444
17445         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17446           Also shove tags on kid pads.
17447
17448 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17449
17450         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17451           Don't bail on unknown events.
17452         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17453           Don't crash on events before negotiation.
17454         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17455           Send tags on pads, too.
17456         * gst/playback/gststreamselector.c:
17457         (gst_stream_selector_request_new_pad):
17458           Forward events on first pad if no input was selected yet.
17459
17460 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17461
17462         * gst/playback/gstplaybasebin.c: (setup_substreams):
17463           Don't disable streamtype if the stream doesn't exist, since
17464           then playing a video after audio will disable both and nothing
17465           will happen. Fixes the testsuite.
17466
17467 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17468
17469         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17470         (gst_v4l_xoverlay_set_xwindow_id):
17471         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17472         (gst_v4l2_xoverlay_set_xwindow_id):
17473           Add debug categories, fix overlay disabling.
17474
17475 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17476
17477         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17478         * ext/alsa/gstalsa.h:
17479           Add HW probing for period_count/size and buffer_size MIX/MAX
17480           Adjust default/user defined value if out of bounds
17481           Should fix bug #162024
17482
17483 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17484
17485         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17486           Fix warning (#161191).
17487
17488 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17489
17490         * ext/dvdread/stream_labels.c:
17491         (dvdreadsrc_get_audio_stream_labels):
17492           Fix warning (init the good variable in switch default)
17493
17494 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17495
17496         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17497
17498         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17499           Fix gcc-2.95 compile (#163485).
17500
17501 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17502
17503         * configure.ac:
17504         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17505         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17506         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17507         (gst_flacenc_change_state):
17508         * ext/flac/gstflacenc.h:
17509           Update for API change in flac-1.1.1. Update requirement in
17510           configure.ac. Fixes #162974.
17511
17512 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17513
17514         * gst/playback/gstplaybasebin.c: (group_destroy):
17515           Remove hack to get rid of assert and get rid of unlinked
17516           signals properly.
17517
17518 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17519
17520         * gst/playback/gstplaybasebin.c: (setup_source):
17521           Set source to NULL so that resources are free'ed. Fixes issues
17522           with playback of CDDA and similar device-accessing things.
17523
17524 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17525
17526         * testsuite/embed/Makefile.am:
17527           test->noinst, fix make test in buildbot.
17528
17529 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17530
17531         * ext/dvdread/stream_labels.c: new file
17532         * ext/dvdread/stream_labels.h: new file
17533         * ext/dvdread/Makefile.am:
17534         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17535           Extract audio stream label from DVD IFO files.
17536           It only dump them on the console for now, still have to
17537           make playbin aware of them.
17538
17539 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17540
17541         * gst/playback/gstplaybasebin.c: (setup_source):
17542           Fix hanging subs.
17543
17544 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17545
17546         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17547         (gen_preroll_element), (remove_groups), (setup_subtitle),
17548         (gen_source_element), (setup_source):
17549         * gst/playback/gstplaybasebin.h:
17550           Multiple .sub files is just a stupid idea... Fix some threading
17551           mistakes. Interestingly, external .sub files cause playbin to
17552           hang, I don't know why... Parsing fixes contributed by Fran??ois
17553           Kooman <fkooman@tuxed.net>.
17554
17555 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17556
17557         * testsuite/embed/Makefile.am:
17558           Fix buildbot.
17559
17560 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17561
17562         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17563
17564         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17565         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17566         (gst_pngenc_set_property):
17567         * ext/libpng/gstpngenc.h:
17568           Add compression level property (#163323).
17569
17570 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17571
17572         * configure.ac:
17573         * examples/capsfilter/capsfilter1.c: (main):
17574         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17575         * ext/dvdread/Makefile.am:
17576         * ext/dvdread/demo-play:
17577         * ext/dvdread/demo-play.c:
17578         * gconf/gstreamer.schemas.in:
17579         * gst-libs/gst/gconf/gconf.c:
17580         * sys/v4l/TODO:
17581         * testsuite/Makefile.am:
17582         * testsuite/embed/Makefile.am:
17583         * testsuite/embed/embed.c: (cb_expose), (main):
17584           Remove all references to xvideosink, fix examples (#140845).
17585         * gst/playback/gstplaybasebin.c: (group_destroy):
17586           Apparently, disposal does not unlink - so do explicitely.
17587         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17588           Add debug.
17589
17590 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17591
17592         * README: fix PKG_CONFIG_PATH instructions, what was there
17593         previously was breaking default search path, not nice. 
17594         Fixes #163358
17595
17596 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17597
17598         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17599         (gst_audioscale_chain):
17600           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17601           when resampling - how the ^@$^!@^! is this possible?!?
17602
17603 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17604
17605         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17606           Reset variables on READY.
17607         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17608         (gst_matroska_mux_loop):
17609           Require data before writing header.
17610
17611 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17612
17613         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17614
17615         * ext/mad/gstmad.c: (gst_mad_chain):
17616           Don't call mad_stream_sync() directly after recovering sync.
17617           Fixes #151661.
17618
17619 2005-01-09  Martin Eikermann  <meiker@upb.de>
17620
17621         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17622
17623         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17624         (snapshot_handler), (gst_snapshot_sinkconnect),
17625         (gst_snapshot_chain):
17626           Allocate resources when required, fix recursive signal emission
17627           and fix caps. Fixes #161667.
17628
17629 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17630
17631         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17632
17633         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17634         (gst_pngdec_chain):
17635           Handle only 8-bppc (bits-per-pixel-component) images, better
17636           error handling and correct strides. Fixes #163177.
17637         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17638         (gst_pngenc_chain):
17639           Better error handling. Fixes #163348.
17640
17641 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17642
17643         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17644         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17645         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17646         (dvdnavsrc_uri_handler_init):
17647           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17648         * gst/playback/gstplaybasebin.c: (gen_source_element):
17649           Add MMS to streaming URIs.
17650
17651 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17652
17653         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17654         * sys/xvimage/xvimagesink.c:
17655         (gst_xvimagesink_navigation_send_event):
17656           Check for pad availability before sending event.
17657
17658 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17659
17660         * gst-plugins.spec.in:
17661           Add subparse.
17662
17663 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17664
17665         * configure.ac:
17666           Since we use functions from CVS, up requirement.
17667
17668 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17669
17670         * gst/playback/Makefile.am:
17671         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17672         (group_destroy), (group_commit), (group_is_muted),
17673         (gen_preroll_element), (add_stream), (unknown_type),
17674         (probe_triggered), (preroll_unlinked), (mute_stream),
17675         (silence_stream), (new_decoded_pad), (setup_substreams),
17676         (setup_source), (get_active_source), (mute_group_type),
17677         (muted_group_change_state), (set_active_source),
17678         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17679         (play_base_eos), (gst_play_base_bin_change_state):
17680         * gst/playback/gstplaybasebin.h:
17681         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17682         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17683         (gst_stream_info_dispose), (stream_info_mute_pad),
17684         (stream_info_change_state), (gst_stream_info_set_mute):
17685         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17686         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17687         (gst_stream_selector_init), (gst_stream_selector_dispose),
17688         (gst_stream_selector_get_linked_pad),
17689         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17690         (gst_stream_selector_get_linked_pads),
17691         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17692         * gst/playback/gststreamselector.h:
17693           Adding stream selection support plus required properties for
17694           applications to use this. Fully fixes #100931.
17695
17696 2005-01-08  Benjamin Otte  <otte@gnome.org>
17697
17698         * gst/games/gstpuzzle.c: (nav_event_handler):
17699           - handle nav events differently: forward every event no matter if it
17700             was handled or not.
17701           - translate events
17702           You can now cheat by using navigationtest ! puzzle and moving the
17703           mouse close to the edge of a tile. ;)
17704
17705 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17706
17707         * configure.ac:
17708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17709         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17710         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17711         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17712         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17713         (gst_ogm_parse_plugin_init):
17714         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17715         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17716         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17717         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17718         * ext/pango/gsttextoverlay.h:
17719         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17720         (gst_matroska_demux_handle_seek_event),
17721         (gst_matroska_demux_sync_streams),
17722         (gst_matroska_demux_parse_blockgroup),
17723         (gst_matroska_demux_subtitle_caps),
17724         (gst_matroska_demux_plugin_init):
17725         * gst/matroska/matroska-ids.h:
17726         * gst/playback/gstdecodebin.c: (close_pad_link):
17727         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17728         (gen_preroll_element), (remove_groups), (add_stream),
17729         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17730         (setup_source):
17731         * gst/playback/gstplaybasebin.h:
17732         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17733         * gst/subparse/Makefile.am:
17734         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17735         (gst_subparse_base_init), (gst_subparse_class_init),
17736         (gst_subparse_init), (gst_subparse_formats),
17737         (gst_subparse_eventmask), (gst_subparse_event),
17738         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17739         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17740         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17741         (parse_mpsub_deinit), (parse_mpsub_init),
17742         (gst_subparse_buffer_format_autodetect),
17743         (gst_subparse_format_autodetect), (gst_subparse_loop),
17744         (gst_subparse_change_state), (gst_subparse_type_find),
17745         (plugin_init):
17746         * gst/subparse/gstsubparse.h:
17747         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17748         (plugin_init):
17749           Add subtitle support, .sub parser (supports SRT and MPsub),
17750           OGM text support, Matroska UTF-8 text support, deadlock fixes
17751           all over the place, subtitle awareness in decodebin/playbin
17752           and some fixes to textoverlay to handle subtitles in a stream
17753           correctly. Fixes #100931.
17754
17755 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17756
17757         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17758           Check for pad availability before doing a query on it.
17759
17760 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17761
17762         * ext/dv/gstdvdec.c:
17763           really fix bpp24/32 dvdec caps (classic rgba indeed)
17764         * gst/asfdemux/gstasfdemux.c:
17765         (gst_asf_demux_process_ext_content_desc):
17766           don't send text tags if they are empty (bis repetita)
17767
17768 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17769
17770         * ext/dv/gstdvdec.c:
17771          remove unneeded comment from dvdec
17772           (related to DV 4CC codes in AVI files)
17773           moved them in gstreamer/docs/random/mimetypes
17774         * gst/asfdemux/gstasfdemux.c:
17775         (gst_asf_demux_process_ext_content_desc):
17776          don't send text tags if they are empty
17777          fix mem leak on error path
17778         * gst/ffmpegcolorspace/avcodec.h:
17779         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17780         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17781         (gst_ffmpegcsp_avpicture_fill):
17782         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17783         * gst/ffmpegcolorspace/imgconvert_template.h:
17784          adds BGR32 and BGRA32 to ffmpegcolorspace
17785           (still bad colors, fixing it on next commit)
17786           helps with dvdec outputing BGR32
17787
17788 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17789
17790         * ext/dv/gstdvdec.c:
17791          Fix audio caps i just broke (missing ',')
17792         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17793         (gst_matroska_mux_reset):
17794          Fix typo + add FIXME about old "x-gst-metadata" crap
17795
17796 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17797
17798         * ext/dv/demo-play.c: (main):
17799          xvideosink -> xvimagesink
17800         * ext/dv/gstdvdec.c:
17801          change rgb 32/32 caps to 24/32 (no alpha)
17802          change nb of channels to be a list (2 or 4, not 2)
17803          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17804         * gst/asfdemux/gstasfdemux.c:
17805         (gst_asf_demux_process_ext_content_desc):
17806          Add 'date/year' to extracted metadata list
17807
17808 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17809
17810         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17811           The return value of fixate_to does not imply that the requested
17812           value was set, so don't assume.
17813
17814 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17815
17816         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17817
17818         * ext/libpng/gstpngdec.c:
17819         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17820         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17821         * ext/libpng/gstpngenc.h:
17822           Alpha support (encoder; #163161), mime fixage.
17823
17824 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17825
17826         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17827
17828         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17829         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17830         (gst_faac_set_property), (gst_faac_get_property):
17831         * ext/faac/gstfaac.h:
17832           Allow for ADTS output (#153434).
17833
17834 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17835
17836         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17837           Fix against template (#150576).
17838
17839 2005-01-06  Benjamin Otte  <otte@gnome.org>
17840
17841         * gst/games/gstpuzzle.c: (draw_puzzle):
17842           don't draw a puzzle if either width or height of tiles would be 0.
17843
17844 2005-01-06  Benjamin Otte  <otte@gnome.org>
17845
17846         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17847         (gst_puzzle_class_init), (gst_puzzle_finalize):
17848           no memleaks, please
17849         (gst_puzzle_create), (gst_puzzle_init),
17850         (gst_puzzle_set_property), (gst_puzzle_setup):
17851           change initialization code around so we don't reshuffle on resize
17852         (draw_puzzle):
17853           fix another stupid typo
17854
17855 2005-01-06  Benjamin Otte  <otte@gnome.org>
17856
17857         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17858           fix stupid typo that borked copying on YUY2
17859
17860 2005-01-06  Benjamin Otte  <otte@gnome.org>
17861
17862         * gst/games/gstpuzzle.c: (draw_puzzle):
17863           fix edges when image sizes aren't multiples of tile sizes
17864
17865 2005-01-06  Benjamin Otte  <otte@gnome.org>
17866
17867         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17868           make RGB endianness work correctly
17869         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17870           refactor and fix race with initial shuffling
17871         (nav_event_handler):
17872           allow using the mouse to puzzle
17873         (draw_puzzle):
17874           insist on tiles having width and height as multiples of 4 to get
17875           clean YUV image handling
17876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17877         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17878           s/DEBUG/LOG/ for common messages
17879         (gst_xvimagesink_navigation_send_event):
17880           fix mouse event translation to not include screen PAR
17881         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17882           fix mouse event translation to actually work
17883
17884 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17885
17886         * gst/asfdemux/gstasfdemux.c:
17887         (gst_asf_demux_process_ext_content_desc):
17888          Extract TrackNumber metadata + clean up code
17889         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17890          Hope this is the good fix (var used unitialised)
17891
17892 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17893
17894         * ext/faad/gstfaad.c: (gst_faad_chain):
17895           Only increment timestamp if it's valid. Fixes raw AAC streams.
17896
17897 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17898
17899         * configure.ac:
17900         * gst/games/Makefile.am:
17901         * gst/games/gstpuzzle.c:
17902           add a puzzle game with...
17903         * gst/games/gstvideoimage.c:
17904         * gst/games/gstvideoimage.h:
17905           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17906           from videotestsrc and made into something that would be a nice
17907           library for a lot of other plugins.
17908
17909 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17910
17911         * configure.ac:
17912          don't compile faad plugin if a RC of 2.0 is found
17913          Fixes #155346 (and FC1 buildbot)
17914         * gst/asfdemux/gstasfdemux.c:
17915         (gst_asf_demux_process_ext_content_desc):
17916          try to make Solaris compiler happier
17917
17918 2005-01-06  Paul Jack  <pjack@sfaf.org>
17919
17920         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17921
17922         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17923           Fix segfault (#161667).
17924
17925 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17926
17927         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17928           Fix framerate reporting.
17929
17930 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17931
17932         * gst-libs/gst/riff/riff-ids.h:
17933         * gst/wavenc/riff.h:
17934          Add AMR (VBR and CBR) ids to riff.h audio codec list
17935         * gst/asfdemux/gstasfdemux.c:
17936         (gst_asf_demux_process_ext_content_desc),
17937         (gst_asf_demux_process_object):
17938           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17939
17940 2005-01-05  Martin Eikermann  <meiker@upb.de>
17941
17942         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17943
17944         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17945         (gst_dvd_demux_handle_discont):
17946         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17947         (gst_mpeg_demux_handle_discont):
17948           Recreate pads on new-media (#160730).
17949         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17950           Send discont even if manager changes timestamps (#161929).
17951
17952 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17953
17954         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17955
17956         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17957           Fix invalid memory access (#159211).
17958
17959 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17960
17961         * examples/gstplay/player.c: (main):
17962           Don't iterate.
17963         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17964           Add visualizations.
17965         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17966         (gst_a52dec_handle_frame):
17967           Set duration.
17968         * ext/dvdnav/gst-dvd:
17969           Add audioconvert. Fixes #161325.
17970         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17971           Explicitely case to gint64. Possible valgrind error.
17972         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17973         (gst_play_tick_callback), (gst_play_change_state),
17974         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17975         (gst_play_set_location), (gst_play_get_location),
17976         (gst_play_seek_to_time), (gst_play_set_data_src),
17977         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17978         (gst_play_set_visualization), (gst_play_connect_visualization),
17979         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17980         (gst_play_new):
17981           Use playbin. Fixes #139749 and #147744.
17982         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17983           Add genre tag.
17984         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17985         (audioscale_get_type), (gst_audioscale_base_init),
17986         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17987         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17988         (gst_audioscale_link), (gst_audioscale_get_buffer),
17989         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17990         (gst_audioscale_init), (gst_audioscale_dispose),
17991         (gst_audioscale_chain), (gst_audioscale_set_property),
17992         (gst_audioscale_get_property), (plugin_init):
17993           Indent properly.
17994         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17995           Fix LPCM.
17996         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17997         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17998         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17999           Add more metadata (fixes #162656).
18000
18001 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18002
18003         * configure.ac:
18004           back to cvs
18005
18006 === release 0.8.7 ===
18007
18008 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18009
18010         * NEWS:
18011         * RELEASE:
18012         * configure.ac:
18013           releasing 0.8.7, "Hyperspace"
18014
18015 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18016
18017         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
18018
18019         * gst/playback/gstplaybasebin.c:
18020          Fix for #162924 - free caps after use, not before
18021
18022 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18023
18024         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18025
18026         * gst/playback/gstplaybasebin.c:
18027         * gst/wavparse/gstwavparse.c:
18028           Fix for #154773 - fixes playback of small .wav files
18029
18030 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18031
18032         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18033
18034         * gst/audioscale/gstaudioscale.c:
18035           Fix for #162819 - make audioscale reusable
18036           Fixes playback of more than one file with playbin/totem
18037
18038 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18039
18040         * gst/ffmpegcolorspace/avcodec.h:
18041         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18042         * gst/ffmpegcolorspace/imgconvert.c:
18043           clean up the mess that made me cry and avoid needless duplication
18044
18045 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18046
18047         * gst/ffmpegcolorspace/imgconvert.c:
18048           give some indication of why we're segfaulting
18049
18050 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18051
18052         * configure.ac:
18053           Fix indentation, fix v4l2 plugin detection.
18054         * ext/Makefile.am:
18055           Fix libmms location (Maciej, use diff -u!).
18056         * ext/alsa/gstalsa.c: (gst_alsa_init):
18057           Initialize caps cache to NULL.
18058         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18059           Only change state on audiosink if it exists.
18060
18061 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
18062
18063         * gst/matroska/matroska-demux.c:
18064         * gst/matroska/matroska-ids.h:
18065         * gst/matroska/matroska-demux.h:
18066         Fix Vorbis streams failing to decode in some files, where cluster_time
18067         isn't 0, because then it doesn't send codec_priv before actual data.
18068         Remove time-based test and replace it with marker set on beginning of
18069         new stream
18070
18071 2004-12-28  David Schleef  <ds@schleef.org>
18072
18073         Merge patch from Ronald fixing problems with streaming
18074         text.
18075         * ext/cairo/gstcairo.c: (plugin_init):
18076         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18077         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18078         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18079         (gst_textoverlay_font_init), (gst_textoverlay_init),
18080         (gst_textoverlay_set_property):
18081         * ext/cairo/gsttextoverlay.h:
18082
18083 2004-12-27  David Schleef  <ds@schleef.org>
18084
18085         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18086         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18087         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18088         (gst_textoverlay_font_init), (gst_textoverlay_init),
18089         (gst_textoverlay_set_property): Improvements to actually
18090         render text as white on black outline on video, including
18091         font selection and horizontal/vertical alignment.  (Ronald's
18092         christmas present)
18093         * ext/cairo/gsttextoverlay.h:
18094
18095 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18096
18097         * ext/ogg/gstogg.c:
18098         * ext/ogg/gstogmparse.c:
18099           fix ogm[audio/video]parse plugin registration
18100           (riff won't load if bytestream is already loaded)
18101
18102 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18103
18104         * gst/audioconvert/gstchannelmix.c:
18105           fix for GLIB < 2.4
18106
18107 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18108
18109         * Makefile.am:
18110         * configure.ac:
18111           disable docs again until it actually passes make distcheck.
18112
18113 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18114
18115         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18116         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18117         (plugin_init):
18118           Add 3GP (variables name Q3GP because they can't start with a
18119           number). Add samr audio fourcc (used in .3gp files), decoder
18120           is work in progress. Also do a GST_WARNING instead of ERROR
18121           in case of unknown nodes, to decrease output.
18122
18123 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18124
18125         * Makefile.am:
18126           really fix dist
18127
18128 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18129
18130         * configure.ac:
18131         * ext/speex/gstspeexdec.h:
18132         * ext/speex/gstspeexenc.h:
18133           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
18134           Fix detection code in configure.ac
18135
18136 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18137
18138         * gst/matroska/matroska-demux.c:
18139         (gst_matroska_demux_parse_blockgroup):
18140           Save position, so that queries give proper return values. Don't
18141           know how this could ever have worked before...
18142
18143 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18144
18145         * configure.ac:
18146           Put additional LAME check inside the conditional.  Fixes #152339
18147
18148 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18149
18150         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18151         (gst_avi_demux_stream_scan):
18152           Add some more debug. Fix logic error when setting movi offset
18153           while reading index.
18154
18155 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18156
18157         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18158         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18159         (gst_avi_demux_process_next_entry):
18160           Add some debugging. Better detection of broken indexes and the
18161           accompanying index recovery. No infinite loops on state changes
18162           when we're still in our loopfunction.
18163
18164 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18165
18166         * configure.ac:
18167           Fix up.
18168
18169 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18170
18171         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18172
18173         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18174           Normalizing the value before setting
18175         (gst_sunaudiomixer_get_volume):
18176           Normalizing the value after getting. Fixes bug# 161980
18177
18178 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18179
18180         * Makefile.am: Make sure docs gets disted
18181         * docs/Makefile.am: Make sure all needed files get disted
18182         * gst-plugins.spec.in: latest updates
18183
18184 2004-12-22  Wim Taymans  <wim@fluendo.com>
18185
18186         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18187         Revert patch 1.38 as clock distribution over schedulers does
18188         not work correcly in the core yet.
18189
18190 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18191
18192         * sys/oss/README: remove this file, which predates my birth
18193           (and which content is by far outdated)
18194
18195 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18196
18197         * Makefile.am:
18198         * configure.ac:
18199         * docs/Makefile.am:
18200         * docs/libs/Makefile.am:
18201         * docs/libs/gst-plugins-libs-docs.sgml:
18202         * docs/libs/gst-plugins-libs-sections.txt:
18203         * docs/libs/tmpl/gstgconf.sgml:
18204         * docs/upload.mak:
18205         * docs/version.entities.in:
18206           Added boilerplate gtk-doc files for plugin-libs documentation.
18207
18208 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18209
18210         * gst/auparse/gstauparse.c: fix int and float audio caps
18211
18212 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18213
18214         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18215         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18216           g_assert() can be a macro, don't use #ifdef inside it.
18217
18218 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18219
18220         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18221
18222         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18223         (gst_videorate_init), (gst_videorate_chain),
18224         (gst_videorate_change_state):
18225           Event handling (fixes #159986).
18226
18227 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18228
18229         * gst-libs/gst/riff/riff-media.c:
18230         (gst_riff_create_video_caps_with_data):
18231           Add BLZ0 (Blizzard's version of DivX) fourcc.
18232
18233 2004-12-18  David Schleef  <ds@schleef.org>
18234
18235         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18236         portability fix.
18237
18238 2004-12-18  David Schleef  <ds@schleef.org>
18239
18240         * gst/tta/ttadec.h: Disable some header code that isn't used
18241         and clearly isn't portable.
18242
18243 2004-12-18  David Schleef  <ds@schleef.org>
18244
18245         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18246         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18247         (avcodec_get_pix_fmt), (avpicture_layout),
18248         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18249         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18250         Fix code to not use GCC extensions (and c99 extensions that
18251         Forte does not like.)
18252
18253 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18254
18255         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18256
18257         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18258         (gst_deinterlace_chain):
18259           Rowstride fixes. Fixes #161039.
18260         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18261         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18262         (gst_video_crop_getcaps), (gst_video_crop_link),
18263         (gst_video_crop_i420), (gst_video_crop_chain),
18264         (gst_video_crop_change_state):
18265           Rework of negotiation. Actually works now. Fixes #158650.
18266
18267 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18268
18269         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18270           That was very stupid.
18271
18272 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18273
18274         * gst/matroska/matroska-demux.c:
18275         (gst_matroska_demux_parse_blockgroup):
18276           Fix possible crasher.
18277
18278 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18279
18280         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18281         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18282           Lace sizes can be zero.
18283
18284 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18285
18286         * ext/musepack/gstmusepackdec.cpp:
18287           Fetch error return values. Fixes #161624.
18288         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18289           Really EOS.
18290
18291 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18292
18293         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18294           Work for truncated (unfinished download etc.) files. Fixes #160514.
18295
18296 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18297
18298         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18299           Fix for integer overflow. Makes #156001 not crash. Probably masks
18300           the real bug.
18301
18302 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18303
18304         * gst/ac3parse/gstac3parse.c: (plugin_init):
18305           Parsers never have ranks. Fixes #159651.
18306
18307 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18308
18309         * gst/playback/gstdecodebin.c: (compare_ranks):
18310           make sure the facotries are ordered the same every time even if they
18311           have the same rank by using the name
18312         * gst/playback/gstdecodebin.c: (find_compatibles):
18313           make sure we don't add factories to the list twice
18314
18315 2004-12-16  David Schleef  <ds@schleef.org>
18316
18317         * configure.ac: look for musepack headers as musepack/*.h
18318         (fixes #159847)
18319         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18320         * ext/musepack/gstmusepackreader.h: same
18321
18322 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18323
18324         * gst-libs/gst/riff/riff-read.c:
18325         (gst_riff_read_strf_auds_with_data):
18326           Read extradata correctly (fixes #155879).
18327
18328 2004-12-16  David Schleef  <ds@schleef.org>
18329
18330         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18331         audio.  does _not_ attempt or allow conversion unless channels
18332         is 1 or 2.
18333
18334 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18335
18336         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18337
18338 2004-12-16  David Schleef  <ds@schleef.org>
18339
18340         * gst/audioscale/gstaudioscale.c: the resample library only
18341         handles 1 or 2 channels.  Change caps to compensate.
18342
18343 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18344
18345         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18346         (gst_matroska_demux_audio_caps):
18347           Some MPEG-AAC hacks, because else it doesn't work...
18348
18349 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18350
18351         * gst-libs/gst/riff/riff-media.c:
18352         (gst_riff_create_video_caps_with_data),
18353         (gst_riff_create_video_template_caps):
18354           Add h264.
18355
18356 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18357
18358         * gst-libs/gst/audio/Makefile.am:
18359           Try to fix buildbot.
18360
18361 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18362
18363         * gst/tcp/gstmultifdsink.c:
18364           Clean up and uniformize debugging.
18365
18366 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18367
18368         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18369
18370         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18371         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18372         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18373         (gst_mpeg_demux_change_state):
18374           Reset on ready. Fixes 160276.
18375
18376 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18377
18378         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18379
18380         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18381         (gst_ffmpegcsp_pad_link):
18382           Fix memleak (#154815).
18383
18384 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18385
18386         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18387
18388         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18389         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18390         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18391         * ext/musicbrainz/gsttrm.h:
18392           Add support for using a proxy server when getting a trm id from
18393           the MusicBrainz database (#149613).
18394
18395 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18396
18397         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18398
18399         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18400         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18401           Fix memleaks (#157233).
18402
18403 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18404
18405         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18406
18407         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18408         * gst-libs/gst/resample/resample.h:
18409         * gst/audioscale/gstaudioscale.c:
18410           Fix memleak (#159215).
18411
18412 2004-12-16  Toni Willberg  <toniw@iki.fi>
18413
18414         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18415
18416         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18417         * sys/oss/oss_probe.c: (main):
18418           Check for mono/stereo support (similar to samplerate probing),
18419           fixes #159433. Also add missing copyright header to oss_probe.c.
18420
18421 2004-12-15  David Schleef  <ds@schleef.org>
18422
18423         * configure.ac: add audioresample and cairo plugins.  Remove
18424         HAVE_MMX stuff, because it's not used.
18425         * ext/Makefile.am: same
18426         * ext/audioresample/Makefile.am: You are not ready for an
18427         audio resampling element based on audioresample.
18428         * ext/audioresample/gstaudioresample.c:
18429         * ext/audioresample/gstaudioresample.h:
18430         * ext/cairo/Makefile.am: You are not ready for overlay elements
18431         based on cairo.  Don't look too closely, these elements kinda
18432         suck right now.
18433         * ext/cairo/gstcairo.c: new
18434         * ext/cairo/gsttextoverlay.c: new
18435         * ext/cairo/gsttextoverlay.h: new
18436         * ext/cairo/gsttimeoverlay.c: new
18437         * ext/cairo/gsttimeoverlay.h: new
18438         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18439         problem with compilers that don't support variadic macros.
18440
18441 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18442
18443         Reviewed by:  David Schleef  <ds@schleef.org>
18444
18445         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18446         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18447         bit.  Also ran indent-gst.
18448         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18449         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18450         (gst_sunaudiosrc_setparams):
18451
18452 2004-12-14  David Schleef  <ds@schleef.org>
18453
18454         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18455         output rate to 16000.  Should fix #160235.
18456
18457 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18458
18459         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18460         Add typefinding for mpeg2 pes streams
18461
18462 2004-12-13  David Schleef  <ds@schleef.org>
18463
18464         * configure.ac:  Applied patch from bug #143659, making default
18465         sources and sinks OS-dependent (for Solaris), and added code
18466         for OS/X.
18467         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18468
18469 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18470
18471         * gst-libs/gst/riff/riff-media.c:
18472           forgot to add h2.64 to avidemux template caps
18473
18474 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18475
18476         * gst/wavenc/riff.h:
18477         * gst-libs/gst/riff/riff-media.c:
18478         * gst-libs/gst/riff/riff-ids.h:
18479         * gst/avi/gstavimux.c
18480         add 4CC code for VideoSoft h264 in AVI (VSSH)
18481           fixes bug #160655
18482         remove s323 from riff, it's quicktime specific :(
18483
18484 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18485
18486         * gst/asfdemux/README
18487         * gst/wavenc/riff.h
18488         * gst-libs/gst/riff/riff-ids.h
18489         * gst-libs/gst/riff/riff-media.c
18490         * gst/qtdemux/qtdemux.c:
18491           add new 4CC codes for h263 related codecs
18492           fixes partially bug #155163
18493
18494 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18495
18496         * configure.ac: Update polyaudio requirement to 0.7
18497         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18498
18499 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18500
18501         * gst/interleave/deinterleave.c:
18502         fix my name's spelling! :)
18503
18504 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18505
18506         * AUTHORS ChangeLog
18507         * gst/auparse/gstauparse.c
18508         * gst/interleave/deinterleave.c
18509         * gst/law/:
18510                 alaw-decode.c alaw-encode.c
18511                 mulaw-decode.c mulaw-encode.c
18512         * gst/oneton/gstoneton.c
18513         * sys/osxaudio/:
18514                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18515         * sys/osxvideo/:
18516                 cocoawindow.h cocoawindow.m
18517                 osxvideosink.h osxvideosink.m
18518
18519         put the same mail address for Zaheer Abbas Merali everywhere
18520
18521 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18522
18523         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18524           Align by packetsize, and assert that we a packet available before
18525           playing. The first makes webstreams work (they often include
18526           trailing padding data in a packet), the second allows pausing a
18527           ASF stream in totem without getting demux errors afterwards.
18528
18529 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18530
18531         * ext/ogg/gstoggdemux.c: (get_relative):
18532           Check for non-NULL before accessing member (end-of-chain).
18533
18534 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18535
18536         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18537         (cdparanoia_set_property), (cdparanoia_get_property):
18538         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18539         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18540         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18541         (dvdreadsrc_init), (dvdreadsrc_set_property),
18542         (dvdreadsrc_get_property):
18543         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18544         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18545           Synchronize property names where not yet the case. Devices are
18546           now device=X, other versions are deprecated (but still exist).
18547           Also use g_free() unconditionally.
18548         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18549         (setup_source), (gst_play_base_bin_get_property):
18550           Expose source.
18551
18552 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18553
18554         * configure.ac: move GCONF macro outside conditional for the am
18555           conditional. Fixes #160439
18556
18557 2004-12-08  David Schleef  <ds@schleef.org>
18558
18559         * tools/gst-visualise-m.m: Switch to elements that currently
18560         exist.
18561
18562 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18563
18564         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18565           We love wrong commas.
18566
18567 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18568
18569         * gst/matroska/matroska-demux.c:
18570         (gst_matroska_demux_handle_src_query):
18571           Don't set DEFAULT, unsupported - makes length display incorrectly
18572           in some cases.
18573
18574 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18575
18576         * gst/monoscope/README: remove blurb about files being GPL
18577         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18578         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18579           monoscope is now effectively LGPL licensed
18580
18581 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18582
18583         * gst/monoscope/README: Update information to be more correct
18584         * gst/monoscope/convolve.c: Relicense to LGPL
18585         * gst/monoscope/convolve.h: Relicense to LGPL
18586
18587 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18588
18589         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18590           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18591         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18592           set default_duration for mpeg1 audio
18593
18594 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18595
18596         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18597         * ext/alsa/gstalsa.h:
18598           refactor big chunks of the core caps negotiation code to make it
18599           a lot faster, because people claim it's really slow
18600           (actually, just cache the getcaps when the device is opened)
18601
18602 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18603
18604         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18605         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18606         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18607         (gst_a52dec_change_state), (plugin_init):
18608         * ext/a52dec/gsta52dec.h:
18609           Do something useful with timestamps. Make chain-based (since
18610           there's really no reason to be loopbased).
18611         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18612           Update current_byte/frame correctly.
18613
18614 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18615
18616         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18617         (gst_ape_demux_stream_init):
18618           Forward tags, too.
18619
18620 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18621
18622         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18623           Let's make sure we're done typefinding when detecting tags.
18624
18625 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18626
18627         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18628         (gst_ebml_read_init), (gst_ebml_read_use_event),
18629         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18630         (gst_ebml_read_seek), (gst_ebml_read_skip),
18631         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18632         (gst_ebml_read_master):
18633         * gst/matroska/ebml-read.h:
18634         * gst/matroska/matroska-demux.c:
18635         (gst_matroska_demux_parse_contents),
18636         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18637           Disgustingly evil hack for working around INTERRUPT events and
18638           their extremely annoying habit of being a pain in the ass. We
18639           simply peek a cluster before reading any of it.
18640
18641 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18642
18643         * ext/musepack/gstmusepackdec.cpp:
18644           There's also floating point libmusepacks.
18645
18646 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18647
18648         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18649         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18650           Set DURATION even if source buffer didn't. Also use increasing
18651           timestamps.
18652         * gst-libs/gst/riff/riff-media.c:
18653         (gst_riff_create_audio_caps_with_data):
18654           Block_align can have larger values than 8192.
18655
18656 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18657
18658         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18659         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18660         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18661         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18662           Fix caps.
18663
18664 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18665
18666         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18667           Fix logic bug.
18668
18669 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18670
18671         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18672           Yay, another one.
18673
18674 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18675
18676         * ext/esd/esdsink.c: (gst_esdsink_chain):
18677           Make error actually say something useful (fixes #156798).
18678         * gst-libs/gst/riff/riff-media.c:
18679         (gst_riff_create_video_caps_with_data),
18680         (gst_riff_create_video_template_caps):
18681           Add Intel Video 5.0 fourcc (IV50).
18682
18683 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18684
18685         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18686         detection on mono and stereo mp3 files.
18687
18688 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18689
18690         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18691           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18692           the contained stream).
18693
18694 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18695
18696         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18697           Oops, remove debug.
18698
18699 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18700
18701         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18702
18703         * gst/law/alaw-decode.c: (alawdec_getcaps):
18704         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18705           Prevent warnings when negotiating caps (fixes #159338).
18706
18707 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18708
18709         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18710         (gst_ffmpegcsp_chain):
18711           Remove old leftover that shouldn't be there...
18712
18713 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18714
18715         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18716
18717         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18718           Don't forward DISCONT events (fixes #159684).
18719
18720 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18721
18722         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18723           Unlink manually since sometimes bin disposal (and therefore
18724           pad unlinking) is delayed, which will cause a new media file
18725           to not be able to start playing instantly.
18726
18727 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18728
18729         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18730           On mute of an unlinked stream, check for pad availability so
18731           we don't crash on unlinked pad.
18732
18733 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18734
18735         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18736         (gst_avi_demux_massage_index):
18737           Fix quite humiliating bug in omitting 0-sized index chunks but
18738           forgetting to count them for timestamps.
18739
18740 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18741
18742         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18743           Actually leave the loop if we failed to sync. Don't crash.
18744
18745 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18746
18747         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18748         (gst_dvd_demux_process_private):
18749         * gst/mpegstream/gstdvddemux.h:
18750           Fix crash (#159759). Doesn't work, though. :-(.
18751
18752 2004-11-28  Benjamin Otte  <otte@gnome.org>
18753
18754         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18755           more overwriting protection due to modifying channels one by one
18756           instead of all at once
18757
18758 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18759
18760         * gst/audioconvert/gstchannelmix.c:
18761         (gst_audio_convert_fill_normalize):
18762           Normalize using absolute values.
18763
18764 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18765
18766         * configure.ac:
18767         * ext/Makefile.am:
18768         * ext/directfb/Makefile.am:
18769         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18770         (gst_directfbvideosink_get_pixel_format),
18771         (gst_directfbvideosink_get_format_from_fourcc),
18772         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18773         (gst_directfbvideosink_sink_link),
18774         (gst_directfbvideosink_change_state),
18775         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18776         (gst_directfbvideosink_buffer_alloc),
18777         (gst_directfbvideosink_interface_supported),
18778         (gst_directfbvideosink_interface_init),
18779         (gst_directfbvideosink_navigation_send_event),
18780         (gst_directfbvideosink_navigation_init),
18781         (gst_directfbvideosink_set_property),
18782         (gst_directfbvideosink_get_property),
18783         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18784         (gst_directfbvideosink_base_init),
18785         (gst_directfbvideosink_class_init),
18786         (gst_directfbvideosink_get_type), (plugin_init):
18787         * ext/directfb/directfbvideosink.h: Adding a first version of
18788         directfbvideosink.
18789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18790         more.
18791
18792 2004-11-28  Benjamin Otte  <otte@gnome.org>
18793
18794         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18795           walk the samples backwards if out_channels > in_channels so we don't
18796           overwrite data
18797
18798 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18799
18800         * gst/audioconvert/Makefile.am:
18801         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18802         (gst_audio_convert_link), (gst_audio_convert_change_state),
18803         (gst_audio_convert_channels):
18804         * gst/audioconvert/gstchannelmix.c:
18805         (gst_audio_convert_unset_matrix),
18806         (gst_audio_convert_fill_identical),
18807         (gst_audio_convert_fill_compatible),
18808         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18809         (gst_audio_convert_fill_others),
18810         (gst_audio_convert_fill_normalize),
18811         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18812         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18813         * gst/audioconvert/gstchannelmix.h:
18814           Implement a channel mixer.
18815
18816 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18817
18818         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18819         * ext/alsa/gstalsa.h:
18820         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18821         Make alsasink actually honor gst_element_set_clock and use that
18822         clock instead of its internal one.
18823
18824 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18825
18826         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18827         (gst_play_base_bin_change_state): nullify source and decoder when
18828         going from READY to NULL so that we don't try to do weird stuff with
18829         them when going from NULL to READY
18830         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18831         instead of g_object_unref
18832         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18833         it should be correct
18834         (gst_play_bin_change_state): don't call remove_sinks if we are
18835         currently disposing the object
18836
18837 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18838
18839         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18840           Don't forget bass if it's there. Else left channel is silent...
18841
18842 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18843
18844         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18845         (gst_a52dec_change_state):
18846           Don't do sample adjusting anymore, we use float audio now.
18847         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18848           Don't fixate to non-existing properties.
18849
18850 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18851
18852         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18853         (gst_a52dec_change_state):
18854           Advertise that we can do surround sound.
18855
18856 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18857
18858         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18859           Add buffer-frames=0.
18860         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18861         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18862         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18863         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18864         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18865         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18866         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18867         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18868         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18869         * ext/dvdread/dvdreadsrc.h:
18870           Add seeking, querying for bytes, sectors, title, angle and
18871           chapter. Handle multiple chapters. Relicense to LGPL because
18872           Billy agreed on that (thanks Billy!).
18873
18874 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18875
18876         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18877         call parent dispose method
18878
18879 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18880
18881         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18882         (gst_audio_clock_get_internal_time):
18883         Fix active <-> inactive transitions: ensure time value always
18884         grows and avoid abrupt value changes.
18885
18886 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18887
18888         * configure.ac:
18889         * gst/tta/Makefile.am:
18890         * gst/tta/crc32.h:
18891         * gst/tta/filters.h:
18892         * gst/tta/gsttta.c:
18893         * gst/tta/gstttadec.c:
18894         * gst/tta/gstttadec.h:
18895         * gst/tta/gstttaparse.c:
18896         * gst/tta/gstttaparse.h:
18897         * gst/tta/ttadec.h:
18898           added TTA parser and decoder
18899
18900 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18901
18902         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18903         (probe_triggered), (check_queue), (buffer_underrun),
18904         (buffer_running), (buffer_overrun), (gen_source_element),
18905         (setup_source):
18906         * gst/playback/gstplaybasebin.h:
18907           Implement buffering. Needs some more work.
18908
18909 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18910
18911         * ext/theora/theoradec.c: (theora_dec_chain):
18912           Fix ilog mask range overflow.
18913
18914 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18915
18916         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18917           Don't omit the last (which in case of dmix is the only :) )
18918           channel count. Don't set channels if <= 2.
18919
18920 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18921
18922         * gst/playback/gstplaybin.c: (gen_video_element),
18923         (gen_audio_element): Removed 2 obsolete comments
18924
18925 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18926
18927         * ext/vorbis/oggvorbisenc.c
18928         * ext/vorbis/vorbisenc.c :
18929           change description fields of those plugins to differentiate them
18930           (pitivi show Encoders by description, they had the same one)
18931
18932 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18933
18934         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18935
18936         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18937         (gst_play_bin_set_property), (gen_video_element),
18938         (gen_audio_element):
18939           Refcounting fixes for provided audio-/videosinks.
18940
18941 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18942
18943         * gst/playback/gstplaybin.c: (gen_video_element),
18944         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18945           Don't reference all sinks, but only the video- and audiosinks.
18946           The vis. element should be disposed when we're done with it.
18947           We don't have any reason to keep it around. This fixes warnings
18948           when reusing playbin for playing multiple audio files with
18949           vis. enabled. Also release audio device on pause - idea stolen
18950           from Rhythmbox.
18951
18952 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18953
18954         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18955         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18956         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18957         * ext/alsa/gstalsaplugin.c: (plugin_init):
18958         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18959         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18960         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18961         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18962         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18963         (gst_faad_change_state), (plugin_init):
18964         * ext/faad/gstfaad.h:
18965         * ext/vorbis/vorbis.c: (plugin_init):
18966         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18967         * gst-libs/gst/audio/Makefile.am:
18968         * gst-libs/gst/audio/audio.c: (plugin_init):
18969         * gst-libs/gst/audio/multichannel.c:
18970         (gst_audio_check_channel_positions),
18971         (gst_audio_get_channel_positions),
18972         (gst_audio_set_channel_positions),
18973         (gst_audio_set_structure_channel_positions_list),
18974         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18975         (gst_audio_fixate_channel_positions):
18976         * gst-libs/gst/audio/multichannel.h:
18977         * gst-libs/gst/audio/testchannels.c: (main):
18978         * gst/audioconvert/gstaudioconvert.c:
18979         (gst_audio_convert_class_init), (gst_audio_convert_init),
18980         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18981         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18982         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18983         * gst/audioconvert/plugin.c: (plugin_init):
18984           Surround sound support.
18985
18986 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18987
18988         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18989           Fix position for discont if we're close as well. Nitpicking, but
18990           saves a few milliseconds of extra waiting or skipping.
18991
18992 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18993
18994         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18995           We sometimes need parsers for playback, so add those too.
18996
18997 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18998
18999         * configure.ac:
19000         * gst/apetag/Makefile.am:
19001         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
19002         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
19003         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
19004         (gst_ape_demux_get_src_query_types),
19005         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
19006         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
19007         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
19008         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
19009         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
19010         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
19011         (gst_ape_demux_change_state):
19012         * gst/apetag/apedemux.h:
19013         * gst/apetag/apetag.c: (plugin_init):
19014         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
19015         (plugin_init):
19016           APE v1/2 tag reader plus typefind function.
19017
19018 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19019
19020         * configure.ac:
19021         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19022         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19023           Remove hacks for older core. Require newer core version
19024           accordingly.
19025
19026 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19027
19028         * gst/cdxaparse/Makefile.am:
19029         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
19030         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
19031         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
19032         * gst/cdxaparse/gstcdxaparse.h:
19033         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
19034         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
19035         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
19036         (gst_cdxastrip_get_src_query_types),
19037         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
19038         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
19039         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
19040         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
19041         * gst/cdxaparse/gstcdxastrip.h:
19042           SVCD/VCD header stripping separated from CDXA image parsing.
19043         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19044         (plugin_init):
19045           Add VCD/SVCD header typefinding for VCD/SVCD.
19046         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
19047         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
19048         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
19049         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19050         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19051         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19052         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19053         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19054         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19055         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19056         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19057         * sys/vcd/vcdsrc.h:
19058           Fix up, add seeking, querying, URI interface. Works in totem now.
19059
19060 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19061
19062         * configure.ac:
19063           back to CVS
19064
19065 === release 0.8.6 ===
19066
19067 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19068
19069         * NEWS:
19070         * RELEASE:
19071         * configure.ac:
19072         * po/af.po:
19073         * po/az.po:
19074         * po/cs.po:
19075         * po/en_GB.po:
19076         * po/hu.po:
19077         * po/it.po:
19078         * po/nb.po:
19079         * po/nl.po:
19080         * po/or.po:
19081         * po/sq.po:
19082         * po/sr.po:
19083         * po/sv.po:
19084         * po/uk.po:
19085           releasing 0.8.6, "IOU Love"
19086
19087 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19088
19089         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19090
19091         * gst/playback/gstplaybasebin.c:
19092           Fix unplayable files error handling.  Fixes #158365
19093
19094 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19095
19096         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19097
19098         * gst/typefind/gsttypefindfunctions.c:
19099           Fix broken mp3 typefinding.  Fixes #158375
19100
19101 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19102
19103         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19104
19105         * ext/ogg/gstoggdemux.c:
19106           Fix sync on broken files.  Fixes #158976
19107
19108 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19109
19110         patch by: Edward Hervey <bilboed@bilboed.com>
19111
19112         * ext/libpng/gstpngenc.c:
19113           Copy over buffer properties.  Fixes #158832
19114
19115 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19116
19117         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19118
19119         * ext/dvdread/dvdreadsrc.c:
19120           Fixes invalid reads (#158462)
19121
19122 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19123
19124         * sys/v4l/gstv4lsrc.c:
19125         * sys/v4l/gstv4lsrc.h:
19126         * sys/v4l/v4lsrc_calls.c:
19127           Probe less and cache it.  Fixes #159187.
19128
19129 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19130
19131         * gst/videorate/gstvideorate.c:
19132           Handle all video formats. Fixes #159186.
19133
19134 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
19135         * gst/synaesthesia/gstsynaesthesia.c:
19136         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19137         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19138         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19139         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19140         (gst_synaesthesia_change_state), (plugin_init):
19141         Fix up synaesthesia to work under different samplerates/ buffer sizes.
19142         Force 320x200 output, as that's the only thing the underlying
19143         synaesthesia implementation supports. Still needs to be made
19144         re-entrant.
19145
19146 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19147
19148         * configure.ac:
19149           Fix mpeg2enc configure check (similar to mplex check below).
19150
19151 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
19152
19153         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19154
19155         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19156           Fix for gcc-2.95 (fixes #158221).
19157
19158 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19159
19160         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19161           Re-add clock distribution hack (until new core is released).
19162           Fixes #158125.
19163
19164 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19165         * configure.ac:
19166           fix mplex configure check segfaulting on some systems (bug #140994)
19167
19168 2004-11-13  Benjamin Otte  <otte@gnome.org>
19169
19170         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19171           add debugging
19172         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19173           do a wait when we enter the loop func with no data available to
19174           write instead of getting into an 100% CPU loop by just returning and
19175           being called again by the scheduler
19176
19177 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19178
19179         * configure.ac:
19180         * ext/libvisual/visual.c: (gst_visual_get_type),
19181         (libvisual_log_handler), (gst_visual_getcaps),
19182         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19183         (plugin_init):
19184           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19185         * ext/smoothwave/Makefile.am:
19186         * ext/smoothwave/demo-osssrc.c: (main):
19187         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19188         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19189         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19190         (plugin_init):
19191         * ext/smoothwave/gstsmoothwave.h:
19192           Make gstsmoothwave a working element in the 20th century.
19193
19194         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19195           Fix incorrect link function
19196
19197 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19198
19199         * gst/volume/gstvolume.c:
19200           Allow buffer-frames=0.
19201
19202 2004-11-12 Iain <iaingnome@gmail.com>
19203
19204         * configure.ac: Check for polypaudio
19205
19206         * ext/Makefile.am: Build the polyp dir
19207
19208         * ext/polyp: The polypsink sources.
19209
19210 2004-10-30 Iain <iaingnome@gmail.com>
19211
19212         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19213         caps to reflect the new number of channels.
19214
19215 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19216
19217         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19218           Fix for negotiation order problem. This would show when the
19219           ALSA loopfuction was called before any other function. ALSA
19220           wouldn't do anything because we're not negotiated yet, leading
19221           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19222
19223 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19224
19225         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19226
19227         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19228           No warnings (#157986).
19229
19230 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19231
19232         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19233           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19234
19235 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19236
19237         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19238           Signal no-more-pads (so it works in playbin).
19239
19240 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19241
19242         * ext/musepack/gstmusepackreader.cpp:
19243           Workaround for older core.
19244
19245 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19246
19247         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19248           Actually test for odd width/height rather than testing whether
19249           a temporary variable that was 0 before we subtracted 1 is now
19250           not equal to zero (which it always is).
19251
19252 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19253
19254         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19255         Fix compilation if HAVE_XVIDEO is not defined
19256
19257 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19258
19259         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19260         Fix compilation if HAVE_XVIDEO is not defined
19261
19262 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19263
19264         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19265         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19266         (gst_goom_change_state), (plugin_init):
19267         Use the bytestream adapter so goom doesn't depend on the input
19268         buffer size.
19269         Add a debug category
19270
19271 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19272
19273         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19274           Only set hardware parameters *after* negotiation. Before
19275           negotiation, it will set ANY and that seems to cause crashes
19276           (see e.g. #151288, #153227).
19277
19278 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19279
19280         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19281           This seems to be antique leftover. It needs to pass error
19282           checking.
19283         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19284         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19285         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19286         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19287           Fix GstXOverlay implementation (#151059).
19288
19289 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19290
19291         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19292           Don't assert (#157853).
19293
19294 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19295
19296         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19297           Fix bytes/samples confustion.
19298         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19299           Fix for underrun (#144389).
19300
19301 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19302
19303         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19304           Disable halfway-seek for pending release (since it needs a new
19305           core release).
19306
19307 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19308
19309         * sys/v4l/gstv4lsrc.c:
19310         * sys/v4l/gstv4lsrc.h:
19311         * sys/v4l/v4lsrc_calls.c:
19312           add autoprobe-fps property so we can separate autoprobing parts
19313
19314 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19315
19316         * sys/v4l/gstv4lsrc.c:
19317         * sys/v4l/v4lsrc_calls.c:
19318         initialise fourcc to catch unset fourcc's, and debug
19319
19320 2004-11-09  Wim Taymans  <wim@fluendo.com>
19321
19322         * gst/playback/README:
19323         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19324         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19325         (gst_play_bin_dispose), (gst_play_bin_set_property),
19326         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19327         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19328         (gst_play_bin_get_formats), (gst_play_bin_convert),
19329         (gst_play_bin_get_query_types), (gst_play_bin_query):
19330         Cleanups and some more documentation.
19331
19332 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19333
19334         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19335         (gst_cacasink_init), (gst_cacasink_chain):
19336         * ext/libcaca/gstcacasink.h:
19337         Cacasink inherits from VideoSink, so let that store the clock.
19338
19339 2004-11-09  Wim Taymans  <wim@fluendo.com>
19340
19341         * gst/playback/README:
19342         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19343         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19344         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19345         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19346         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19347         (setup_sinks):
19348         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19349         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19350         * gst/playback/gststreaminfo.h:
19351         Updated README.
19352         Only switch groups if all streams have muted (EOSed).
19353         Send Tags in sync with the stream playback instead of in
19354         the playback/preroll phase.
19355         Some cleanups, free the fakesrc elements.
19356
19357 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19358
19359         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19360           buffer-frames property was missing
19361         * ext/arts/gst_arts.c:
19362           rate missing from sinkcaps
19363         * ext/audiofile/gstafparse.c:
19364         * ext/audiofile/gstafsink.c:
19365         * ext/audiofile/gstafsrc.c:
19366         * ext/swfdec/gstswfdec.c:
19367           int audio doesn't know buffer-frames
19368         * ext/cdparanoia/gstcdparanoia.c:
19369           int audio doesn't know chunksize either
19370         * ext/nas/nassink.c:
19371           it's endianness, not endianess
19372         * gst-libs/gst/audio/audio.h:
19373           make float standard pad template caps really describe float
19374         * gst/law/mulaw.c: (linear_factory):
19375           signed only, please
19376         * gst/mpegstream/gstdvddemux.c:
19377           widths of 20 are not valid
19378
19379 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19380
19381         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19382
19383         * po/LINGUAS:
19384         * po/it.po:
19385           Add Italian
19386
19387 2004-11-08  Wim Taymans  <wim@fluendo.com>
19388
19389         * gst/playback/README:
19390         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19391         * gst/playback/gstplaybasebin.c: (probe_triggered),
19392         (gst_play_base_bin_change_state):
19393         Updated README, added more comments for fixmes etc..
19394
19395 2004-11-08  Wim Taymans  <wim@fluendo.com>
19396
19397         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19398         We can remove this hack now.
19399
19400 2004-11-08  Wim Taymans  <wim@fluendo.com>
19401
19402         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19403         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19404         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19405         Only mix AYUV for maximum quality.
19406
19407 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19408
19409         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19410         (gst_ogg_demux_push), (gst_ogg_pad_push):
19411           Let's act as if we're synchronized now! :).
19412         * ext/theora/theoradec.c: (theora_dec_chain):
19413           Add some debug.
19414
19415 2004-11-08  Wim Taymans  <wim@fluendo.com>
19416
19417         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19418         (gst_alpha_set_property), (gst_alpha_sink_link),
19419         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19420         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19421         (gst_alpha_init_params), (gst_alpha_chain):
19422         Implement alpha functions for AYUV too, this increases
19423         accuracy quite a bit.
19424
19425 2004-11-08  Wim Taymans  <wim@fluendo.com>
19426
19427         * gst/ffmpegcolorspace/avcodec.h:
19428         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19429         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19430         (gst_ffmpegcsp_avpicture_fill):
19431         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19432         (gst_ffmpegcsp_caps_remove_format_info):
19433         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19434         (shrink12), (img_get_alpha_info), (deinterlace_line),
19435         (deinterlace_line_inplace):
19436         * gst/ffmpegcolorspace/imgconvert_template.h:
19437         Added AYUV colorspace and handle RGBA a bit more respectful.
19438
19439 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19440
19441         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19442           Actually always send a discont (cornercase when resending the
19443           same serial-tagged chain twice).
19444
19445 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19446
19447         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19448         (gst_ximagesink_finalize):
19449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19450         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19451
19452 2004-11-08  Wim Taymans  <wim@fluendo.com>
19453
19454         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19455         Don't segfault on NULL data.
19456
19457 2004-11-08  Wim Taymans  <wim@fluendo.com>
19458
19459         * gst/playback/gstdecodebin.c: (unlinked):
19460         * gst/playback/gstplay-marshal.list:
19461         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19462         (gst_play_base_bin_init), (group_create), (get_active_group),
19463         (get_building_group), (group_destroy), (group_commit),
19464         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19465         (add_element_stream), (no_more_pads), (probe_triggered),
19466         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19467         (state_change), (setup_source), (gst_play_base_bin_get_property),
19468         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19469         (gst_play_base_bin_link_stream),
19470         (gst_play_base_bin_get_streaminfo):
19471         * gst/playback/gstplaybasebin.h:
19472         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19473         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19474         Add support for chained ogg files. Prepare for playlist
19475         support. This patch introduces the concept of pad groups, which
19476         together compose one playable media file.
19477
19478 2004-11-07  David Schleef  <ds@schleef.org>
19479
19480         * testsuite/gst-lint: Check for pad templates that aren't statically
19481         scoped.
19482
19483 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19484
19485         * configure.ac:
19486         * ext/Makefile.am:
19487         * ext/musepack/Makefile.am:
19488         * ext/musepack/gstmusepackdec.cpp:
19489         * ext/musepack/gstmusepackdec.h:
19490         * ext/musepack/gstmusepackreader.cpp:
19491         * ext/musepack/gstmusepackreader.h:
19492           Add musepack decoder.
19493         * ext/faad/gstfaad.c: (gst_faad_base_init):
19494           Make pad templates static.
19495         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19496         (plugin_init):
19497           Add musepack typefinder, make mp3 typefinding work halfway stream,
19498           which doesn't actually work yet because id3demux doesn't implement
19499           _get_length().
19500
19501 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19502
19503         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19504         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19505           Fix interrupt event handling (#144436).
19506
19507 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19508
19509         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19510           Hide unused glory.
19511
19512 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19513
19514         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19515
19516         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19517           Fix weird caps (#157548).
19518
19519 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19520
19521         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19522
19523         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19524           Add missing NULL terminator (#157543).
19525
19526 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19527
19528         * gst/tcp/gsttcp.h:
19529         * gst/tcp/gsttcpclientsink.c:
19530         * gst/tcp/gsttcpclientsrc.c:
19531         * gst/tcp/gsttcpserversink.c:
19532         * gst/tcp/gsttcpserversrc.c:
19533           ports can go up to 65535.  Move common defines to gsttcp.h
19534
19535 2004-11-05  Wim Taymans  <wim@fluendo.com>
19536
19537         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19538         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19539         Added two more colorspaces.
19540
19541 2004-11-05  Wim Taymans  <wim@fluendo.com>
19542
19543         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19544         (gst_ffmpegcsp_avpicture_fill):
19545         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19546         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19547         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19548         More stride fixes.
19549
19550 2004-11-05  Wim Taymans  <wim@fluendo.com>
19551
19552         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19553         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19554         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19555         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19556         (gst_videomixer_loop):
19557         More stride fixes.
19558
19559 2004-11-05  Benjamin Otte  <otte@gnome.org>
19560
19561         * ext/mad/gstmad.c: (gst_mad_chain):
19562           don't overflow data buffer. Flush not needed sync data when syncing
19563           failed.
19564
19565 2004-11-04  Wim Taymans  <wim@fluendo.com>
19566
19567         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19568         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19569         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19570         (gst_alpha_init_params), (gst_alpha_chain),
19571         (gst_alpha_change_state):
19572         Updated the chroma keying algorithm with something more
19573         sophisticated.
19574
19575 2004-11-03  Wim Taymans  <wim@fluendo.com>
19576
19577         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19578         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19579         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19580         Fix stride issues. Does not completely work for odd
19581         heights.
19582
19583 2004-11-03  Wim Taymans  <wim@fluendo.com>
19584
19585         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19586         (gst_alpha_chroma_key), (gst_alpha_chain):
19587         Fix stride issues. Does not completely work for odd
19588         heights.
19589
19590 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19591
19592         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19593         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19594         leak fixes
19595
19596 2004-11-03  Wim Taymans  <wim@fluendo.com>
19597
19598         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19599         (gst_ffmpegcsp_avpicture_fill):
19600         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19601         (avpicture_alloc):
19602         * gst/ffmpegcolorspace/imgconvert_template.h:
19603         Use correct _fill function to get correct strides.
19604
19605 2004-11-02  David Schleef  <ds@schleef.org>
19606
19607         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19608         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19609         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19610         Change all g_print()s to debugging.  Add a bunch of consistency
19611         checks.
19612
19613 2004-11-02  Wim Taymans  <wim@fluendo.com>
19614
19615         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19616         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19617         (unlinked), (no_more_pads), (close_link):
19618         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19619         (unknown_type), (add_element_stream), (new_decoded_pad),
19620         (removed_decoded_pad), (setup_source):
19621         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19622         (gst_stream_info_class_init), (gst_stream_info_init),
19623         (gst_stream_info_new), (gst_stream_info_dispose),
19624         (stream_info_mute_pad), (gst_stream_info_set_property),
19625         (gst_stream_info_get_property):
19626         * gst/playback/gststreaminfo.h:
19627         Fix playback of multiple files.
19628         a slightly different approach to handling dynamic pad removals.
19629         This one only looks at pads that we have linked.
19630
19631 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19632
19633         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19634         free" warning from libc.
19635
19636 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19637
19638         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19639         (get_unconnected_element), (remove_starting_from), (pad_removed),
19640         (close_link):
19641           Implement support for dynamic pad changing. We listen to "live"
19642           pad removals (i.e. while playing) and re-setup autoplugging
19643           after that. Playbasebin/playbin need some more work for this
19644           to finally work, but decodebin supports (and replugs) chained
19645           ogg now.
19646
19647 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19648
19649         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19650         (gst_alsa_finalize):
19651         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19652         (gst_cdaudio_finalize):
19653         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19654         (cdparanoia_finalize):
19655         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19656         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19657         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19658         (dvdreadsrc_finalize):
19659         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19660         (gst_flacdec_finalize):
19661         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19662         (gst_flacenc_finalize):
19663         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19664         (gst_gnomevfssink_finalize):
19665         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19666         (gst_gnomevfssrc_finalize):
19667         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19668         (gst_fameenc_finalize):
19669         * ext/nas/nassink.c: (gst_nassink_class_init),
19670         (gst_nassink_finalize):
19671         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19672         (gst_sdlvideosink_class_init):
19673         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19674         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19675         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19676         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19677         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19678         (gst_x_window_listener_dispose):
19679         * gst/audioscale/gstaudioscale.c:
19680         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19681         (play_on_demand_finalize):
19682         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19683         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19684         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19685         (cdplayer_finalize):
19686         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19687         (gst_glimagesink_class_init):
19688         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19689         (gst_osselement_finalize):
19690         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19691         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19692         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19693           Fixes a bunch of problems with finalize and dispose functions,
19694           either assumptions that dispose is only called once, or not calling
19695           the parent class dispose/finalize function
19696
19697 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19698
19699         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19700           added two api precondition guards
19701           use g_strdup with getenv to fix crash when using ENVVAR
19702
19703 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19704         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19705         (gst_esdsink_finalize):
19706         Use a finalize function, not dispose, and more importantly,
19707         call the parent class finalize function too
19708
19709 2004-11-01  Johan Dahlin  <johan@gnome.org>
19710
19711         * ext/ogg/gstoggdemux.c:
19712         * gst/tags/gstvorbistag.c:
19713         Plug leaks.
19714
19715 2004-10-31  Benjamin Otte  <otte@gnome.org>
19716
19717         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19718           lotsa memleaks today. But they're all small...
19719
19720 2004-10-31  Benjamin Otte  <otte@gnome.org>
19721
19722         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19723           another memleak crushed
19724
19725 2004-10-31  Benjamin Otte  <otte@gnome.org>
19726
19727         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19728           fix memleak
19729
19730 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19731
19732         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19733           Hack to prevent crash when going to READY inside signal handler
19734           while this function is active.
19735
19736 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19737
19738         * gst/ffmpegcolorspace/Makefile.am:
19739         * gst/ffmpegcolorspace/avcodec.h:
19740         * gst/ffmpegcolorspace/common.h:
19741         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19742         * gst/ffmpegcolorspace/dsputil.h:
19743         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19744         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19745         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19746         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19747         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19748         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19749         (gst_ffmpegcsp_avpicture_fill):
19750         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19751         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19752         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19753         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19754         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19755         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19756         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19757         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19758         * gst/ffmpegcolorspace/imgconvert.c:
19759         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19760         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19761         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19762         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19763         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19764         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19765         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19766         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19767         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19768         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19769         (grow21), (grow22), (grow41), (grow44), (conv411),
19770         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19771         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19772         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19773         (avpicture_free), (is_yuv_planar), (img_convert),
19774         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19775         (deinterlace_line_inplace), (deinterlace_bottom_field),
19776         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19777         * gst/ffmpegcolorspace/imgconvert_template.h:
19778         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19779         * gst/ffmpegcolorspace/mmx.h:
19780         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19781         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19782         (av_freep), (avcodec_get_context_defaults),
19783         (avcodec_alloc_context), (avcodec_init):
19784           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19785           handling plus update from ffmpeg CVS. Large clean-up.
19786
19787 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19788
19789         * gst/playback/Makefile.am:
19790           We need the marshallers for decodebin, too.
19791
19792 2004-10-30  David Schleef  <ds@schleef.org>
19793
19794         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19795           quicktime typefinding work with 64-bit offsets.
19796
19797 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19798
19799         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19800           Set EOS on the element when processing an EOS event.
19801         * ext/speex/gstspeexdec.h:
19802         * ext/speex/gstspeexenc.h:
19803           Only keep a const ptr to the mode
19804         * gst-libs/gst/riff/riff-media.c:
19805         (gst_riff_create_audio_caps_with_data),
19806         (gst_riff_create_audio_template_caps):
19807           Allow WMAV3, with up to 6 channels.
19808         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19809           Don't call gst_pad_set_event_function on a sink pad.
19810         * gst/mpegstream/gstdvddemux.c:
19811         (gst_dvd_demux_get_subpicture_stream),
19812         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19813           Copy the explicit caps that were set across to the cur_* pads,
19814           instead of trying to use a possibly non-existent negotiated caps.
19815           Reset the type of subpicture pads to UNKNOWN after calling
19816           init_stream, so that the caps get set.
19817
19818 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19819
19820         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19821
19822         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19823           Don't touch buffer if it is of size 0 (fixes #151064).
19824
19825 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19826
19827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19828           Synchronized discont handling.
19829
19830 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19831
19832         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19833         (gst_ogg_demux_push):
19834           Make seeking sort-of exact again (fixes #156387).
19835
19836 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19837
19838         * gst/playback/gstplaybasebin.c: (unknown_type),
19839         (add_element_stream), (new_decoded_pad),
19840         (gst_play_base_bin_change_state):
19841         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19842         (gst_stream_info_init), (gst_stream_info_new),
19843         (gst_stream_info_dispose), (gst_stream_info_get_property):
19844         * gst/playback/gststreaminfo.h:
19845           Make caps explicitely available. Makes testing for unsupported
19846           types possible. Improves error reporting.
19847
19848 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19849
19850         * gst/audioconvert/gstaudioconvert.c:
19851         (gst_audio_convert_buffer_to_default_format):
19852           Really don't touch read-only buffers (#156563).
19853
19854 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19855
19856         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19857
19858         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19859           Fix memleak (#155223).
19860
19861 2004-10-29  Wim Taymans  <wim@fluendo.com>
19862
19863         * gst/tcp/.cvsignore:
19864         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19865         (gst_multifdsink_class_init), (gst_multifdsink_init),
19866         (gst_multifdsink_add), (gst_multifdsink_remove),
19867         (gst_multifdsink_remove_client_link), (is_sync_frame),
19868         (gst_multifdsink_new_client),
19869         (gst_multifdsink_handle_client_write),
19870         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19871         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19872         (gst_multifdsink_get_property):
19873         * gst/tcp/gstmultifdsink.h:
19874         Added burst on connect sync_method, deprecated sync_clients,
19875         streamlined the sync code some more.
19876
19877 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19878
19879         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19880         (gst_play_base_bin_change_state):
19881           Improve error reporting.
19882
19883 2004-10-28  Wim Taymans  <wim@fluendo.com>
19884
19885         * gst/tcp/Makefile.am:
19886         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19887         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19888         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19889         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19890         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19891         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19892         (gst_fdset_wait):
19893         Added more locks around fdset structures. Fixed/reworked
19894         the poll array resizing code.
19895         Added stress test for fdset.
19896
19897 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19898
19899         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19900         fix build
19901
19902 2004-10-28  Benjamin Otte  <otte@gnome.org>
19903
19904         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19905           fix link function to always query channels and query width for
19906           floats
19907         * configure.ac:
19908           add equalizer dir
19909         * gst/equalizer/Makefile.am:
19910         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19911         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19912         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19913         (arg_to_scale), (setup_filter),
19914         (gst_iir_equalizer_compute_frequencies),
19915         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19916         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19917         (plugin_init):
19918           add an equalizer
19919
19920 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19921
19922         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19923
19924         * po/LINGUAS:
19925         * po/nb.po:
19926           Added Norwegian Bokmaal translation
19927
19928 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19929
19930         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19931           Don't break on options (fixes #156488).
19932
19933 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19934
19935         * configure.ac:
19936         * ext/cdaudio/Makefile.am:
19937         * sys/Makefile.am:
19938           fix build on older automake
19939
19940 2004-10-26  Wim Taymans  <wim@fluendo.com>
19941
19942         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19943         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19944         Allow a little margin when negotiating the framerate.
19945
19946 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19947
19948         * gst/level/gstlevel.c:
19949           synchonised naming of pads and pad-templates
19950
19951 2004-10-26  Wim Taymans  <wim@fluendo.com>
19952
19953         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19954         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19955         (_find_streams_check), (gst_ogg_demux_push):
19956         Fix EOS again. Needs to be done in a better way. We should not
19957         remove the pad if there is no new chained stream.
19958
19959 2004-10-26 Iain <iaingnome@gmail.com>
19960
19961         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19962         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19963         of the caps.
19964         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19965         pad.
19966         (interleave_release_pad): Remove the pad.
19967         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19968         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19969         the set device.
19970         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19971         attrs
19972         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19973         (gst_xvimagesink_finalize): Free the par.
19974
19975 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19976
19977         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19978         (gst_avimux_stop_file):
19979           First calculate the rate, and only then use it. Hdr.rate is a
19980           multiple and not a derivative of hdr.scale. Scale is not the
19981           same as blockalign but is solely related to rate.
19982
19983 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19984
19985         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19986         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19987           Implement seeking.
19988
19989 2004-10-25  James Henstridge  <james@jamesh.id.au>
19990
19991         Reviewed by:  David Schleef  <ds@schleef.org>
19992
19993         * examples/gstplay/player.c: (got_stream_length), (main):
19994         * examples/seeking/cdplayer.c: (update_scale):
19995         * examples/seeking/seek.c: (format_value), (update_scale):
19996         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19997         (stop_seek):
19998         Build fixes on AMD64.
19999
20000 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20001
20002         reviewed by: Ronald Bultje <rbultje at gnome dot org>
20003
20004         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20005         Fix for some v4l cards which hang in v4lsrc
20006
20007 2004-10-25  Wim Taymans  <wim@fluendo.com>
20008
20009         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
20010         (gst_ogg_demux_push), (gst_ogg_chains_clear):
20011         Make sure to remove the pad when a new chain is
20012         encountered. Set some vars to NULL so we don't try
20013         to reference freed memory.
20014
20015 2004-10-25  Wim Taymans  <wim@fluendo.com>
20016
20017         * examples/seeking/Makefile.am:
20018         * examples/seeking/cdplayer.c: (update_scale):
20019         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
20020         * examples/seeking/playbin.c: (make_playerbin_pipeline),
20021         (format_value), (update_scale), (iterate), (start_seek),
20022         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
20023         (print_usage), (main):
20024         Added some more examples, update others.
20025
20026 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20027
20028         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20029         * ext/speex/gstspeexdec.c: (speex_dec_chain):
20030         * ext/theora/theoradec.c: (theora_dec_chain):
20031         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20032           Add codec-name metadata.
20033
20034 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
20035
20036         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20037
20038         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20039         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20040         * ext/alsa/gstalsamixertrack.h:
20041         * po/POTFILES.in:
20042           ALSA mixer track label internationalization (#154054).
20043
20044 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20045
20046         * ext/theora/theoradec.c: (theora_dec_chain):
20047           Export bitrate as metadata.
20048
20049 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20050
20051         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20052         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20053         * ext/alsa/gstalsamixertrack.h:
20054           Fix names, fix loop.
20055
20056 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20057
20058         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20059         (speex_dec_convert):
20060           sinkconvert function so oggdemux can get the file length (totem).
20061
20062 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
20063
20064         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20065
20066         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20067           Don't push incomplete packets.
20068         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20069           Fix MPEG-4 audio typefinding.
20070
20071 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20072
20073         * sys/v4l/Makefile.am:
20074         * sys/v4l/gstv4l.c: (plugin_init):
20075         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20076         (gst_v4lelement_init), (gst_v4lelement_dispose),
20077         (gst_v4lelement_change_state):
20078         * sys/v4l/gstv4lelement.h:
20079         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20080         (gst_v4l_xoverlay_close), (idle_refresh),
20081         (gst_v4l_xoverlay_set_xwindow_id):
20082         * sys/v4l/gstv4lxoverlay.h:
20083         * sys/v4l/v4l-overlay_calls.c:
20084         * sys/v4l/v4l_calls.h:
20085         * sys/v4l2/Makefile.am:
20086         * sys/v4l2/gstv4l2.c: (plugin_init):
20087         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20088         (gst_v4l2element_init), (gst_v4l2element_dispose),
20089         (gst_v4l2element_change_state):
20090         * sys/v4l2/gstv4l2element.h:
20091         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20092         (gst_v4l2_xoverlay_close), (idle_refresh),
20093         (gst_v4l2_xoverlay_set_xwindow_id):
20094         * sys/v4l2/gstv4l2xoverlay.h:
20095         * sys/v4l2/v4l2-overlay_calls.c:
20096         * sys/v4l2/v4l2_calls.h:
20097           Remove client-side overlay handling, use the X-server v4l plugin
20098           for that. Nicer overlay, less code. Also make the plugin
20099           compileable without X (but then without overlay, obviously).
20100           Makes xwindowlistener obsolete, should we remove that?
20101
20102 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20103
20104         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20105         (gst_osssrc_src_query):
20106         * sys/oss/gstosssrc.h:
20107           OK, so people want offset in DEFAULT. This time, actually fix all
20108           cases.
20109         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20110           Add FPS properly.
20111
20112 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20113
20114         * gst/asfdemux/gstasfmux.c:
20115         * gst/avi/gstavimux.c:
20116           Framerate.
20117
20118 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20119
20120         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20121           Fix properties (channel, norm, frequency).
20122
20123 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20124
20125         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20126           Flag typo.
20127         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20128           No warnings.
20129
20130 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20131
20132         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20133           Fix hang.
20134
20135 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20136
20137         * sys/v4l2/gstv4l2element.h:
20138           Yet Another Hack (tm) for kernel header borkedness.
20139         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20140         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20141         (gst_v4l2src_link), (gst_v4l2src_getcaps),
20142         (gst_v4l2src_change_state):
20143         * sys/v4l2/gstv4l2src.h:
20144         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20145         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20146           Fix caps, keep track of state, work.
20147
20148 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20149
20150         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20151           Quiet.
20152
20153 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20154
20155         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20156           Don't mix bytes and samples.
20157
20158 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20159
20160         * ext/ogg/gstoggmux.c:
20161           Basic pad template which accepts OGM tracks, speex, flac, vorbis
20162           and theora. Any is incorrect.
20163         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20164           Fix caps.
20165         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20166         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20167         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20168         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20169         * sys/v4l/gstv4lmjpegsrc.h:
20170         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20171         (gst_v4lsrc_change_state):
20172         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20173         (gst_v4lmjpegsrc_capture_stop):
20174           Fix caps. Keep track of internal state. Work.
20175
20176 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20177
20178         * ext/Makefile.am:
20179           Fix the build fixes.
20180
20181 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20182
20183         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20184         (gst_ogg_demux_src_event), (_find_chain_seek),
20185         (gst_ogg_pad_push):
20186           Check for pad availability before using it.
20187         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20188           Fix parsing of chained ogg. Needs more work on the decoder side.
20189
20190 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20191
20192         * gst/spectrum/Makefile.am:
20193         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20194         (idle_func):
20195           Fix demo and reenable it. Yes, I'm currently playing with audio
20196           analysis tools
20197
20198 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20199
20200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20201           We love it if files that start at zero work too...
20202
20203 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20204
20205         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20206           Handle files with missing EOS headers.
20207
20208 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20209
20210         * gst/tcp/gsttcpserversink.c:
20211         (gst_tcpserversink_handle_server_read),
20212         (gst_tcpserversink_init_send):
20213         Zero some variables first (need for accept not to return EINVAL)
20214
20215 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20216
20217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20218         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20219         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20220         (theora_dec_chain):
20221         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20222         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20223           Seeking and querying finetune.
20224
20225 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20226
20227         * configure.ac:
20228         * ext/Makefile.am:
20229         * ext/raw1394/Makefile.am:
20230           fix the build
20231
20232 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20233
20234         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20235           Wrong return.
20236         * gst/playback/Makefile.am:
20237         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20238         * gst/playback/gstplay-marshal.list:
20239         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20240           Fix marshallers.
20241
20242 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20243
20244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20245           Silence.
20246
20247 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20248
20249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20250         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20251         (gst_ogg_pad_push):
20252           Yay for non-lineair granulepos in theora.
20253
20254 2004-10-18  Wim Taymans  <wim@fluendo.com>
20255
20256         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20257         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20258         * ext/dv/gstdvdec.h:
20259         Make sure we renegotiate aspect ratio when the camera switches.
20260
20261 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20262
20263         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20264         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20265           Start at zero.
20266         * ext/theora/theoradec.c: (theora_dec_chain):
20267           Skip headers. Bad idea for chained ogg, but fixes seeking.
20268
20269 2004-10-18  Wim Taymans  <wim@fluendo.com>
20270
20271         * configure.ac:
20272         I swear, this is the last time I touch this.
20273
20274 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20275
20276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20277         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20278         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20279           Faster seeking.
20280         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20281           Time-to-default conversion.
20282         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20283           Don't error on unknown packets, just skip. We should probably
20284           read them if we want to support chained ogg.
20285
20286 2004-10-18  Wim Taymans  <wim@fluendo.com>
20287
20288         * configure.ac:
20289         Added cdaudio to wrong list.
20290
20291 2004-10-18  Wim Taymans  <wim@fluendo.com>
20292
20293         * configure.ac:
20294         Revive cdaudio.
20295
20296 2004-10-18  Wim Taymans  <wim@fluendo.com>
20297
20298         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20299         (gst_dvdec_video_link), (gst_dvdec_push):
20300         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20301         (gst_smokeenc_resync), (gst_smokeenc_chain):
20302         Fix mimetype on smoke encoder.
20303         Add aspect ratio to dvdec. Not sure if these
20304         values are correct though....
20305
20306 2004-10-18  Wim Taymans  <wim@fluendo.com>
20307
20308         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20309         Fix vorbis property descriptions and ranges.
20310
20311 2004-10-18  Wim Taymans  <wim@fluendo.com>
20312
20313         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20314         Really do nothing when no data is available.
20315         Go to the playing state when the stream is not seekable
20316         instead of failing.
20317
20318 2004-10-18  Wim Taymans  <wim@fluendo.com>
20319
20320         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20321         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20322         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20323         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20324         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20325         Added uri handler for cd://
20326         Port to new API.
20327
20328 2004-10-18  Wim Taymans  <wim@fluendo.com>
20329
20330         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20331         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20332         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20333         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20334         (remove_prerolls), (unknown_type), (add_element_stream),
20335         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20336         (gst_play_base_bin_remove_element),
20337         (gst_play_base_bin_link_stream):
20338         * gst/playback/gstplaybin.c: (gen_video_element),
20339         (gen_vis_element), (remove_sinks), (setup_sinks):
20340         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20341         (gst_stream_info_get_type), (gst_stream_info_class_init),
20342         (gst_stream_info_init), (gst_stream_info_new),
20343         (gst_stream_info_dispose), (stream_info_mute_pad),
20344         (gst_stream_info_set_property), (gst_stream_info_get_property):
20345         * gst/playback/gststreaminfo.h:
20346         Add sink padtemplate to decodebin.
20347         Added some more comments.
20348         Make queue size configurable in playbasebin.
20349         Added possibility to use elements as sinks (ex cdaudio).
20350
20351 2004-10-15  Wim Taymans  <wim@fluendo.com>
20352
20353         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20354         (gst_speexenc_chain):
20355         Fix speex timestamps so that it gets muxed properly.
20356
20357 2004-10-15  Wim Taymans  <wim@fluendo.com>
20358
20359         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20360         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20361         (gst_dv1394src_init), (gst_dv1394src_dispose),
20362         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20363         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20364         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20365         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20366         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20367         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20368         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20369         * ext/raw1394/gstdv1394src.h:
20370         Added conversion/query functions.
20371         Update buffer timestamps,
20372         Added signals.
20373         Added uri dv:// so it might play from the firewire in playbin.
20374         Fix a possible leak.
20375         Added debugging.
20376
20377 2004-10-15  Wim Taymans  <wim@fluendo.com>
20378
20379         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20380         (gst_dv1394src_init), (gst_dv1394src_set_property),
20381         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20382         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20383         * ext/raw1394/gstdv1394src.h:
20384         Added AV/C VTR control support needed for some cameras.
20385         Added automatic port detection.
20386         Added properties for selecting the channel.
20387         The configure.ac script is not yet updated to reflect the
20388         new libavc1394 and librom1394 dependencies.
20389
20390 2004-10-15  Wim Taymans  <wim@fluendo.com>
20391
20392         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20393         (qtdemux_parse), (gst_qtdemux_handle_esds):
20394         An esds box is not a container.
20395         Fix parsing of mp4v boxes.
20396         Do not try to renegotiate fps for each frame. Need to
20397         find a better method. This should fix mp4 playback.
20398
20399 2004-10-14  David Schleef  <ds@schleef.org>
20400
20401         * configure.ac: update for swfdec-0.3 and liboil-0.2
20402         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20403         * ext/swfdec/gstswfdec.h: same
20404         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20405         * gst/videotestsrc/videotestsrc.c: same
20406
20407 2004-10-14  Wim Taymans  <wim@fluendo.com>
20408
20409         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20410         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20411         (is_sync_frame), (gst_multifdsink_new_client),
20412         (gst_multifdsink_handle_client_write),
20413         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20414         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20415         Turn warnings into info.
20416         Don't allow a state change in the streaming thread.
20417
20418 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20419
20420         * ext/vorbis/oggvorbisenc.c:
20421         * ext/vorbis/vorbisdec.c:
20422           fix template sample rate
20423
20424 2004-10-13  Wim Taymans  <wim@fluendo.com>
20425
20426         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20427         Decoding the header first fixes some problems in resyncing
20428         in more mp3s.
20429
20430 2004-10-12  Wim Taymans  <wim@fluendo.com>
20431
20432         * gst/playback/gstplaybin.c: (gen_video_element),
20433         (gen_vis_element), (remove_sinks), (setup_sinks):
20434         Added vis plugin support, need to configure the vis
20435         element to activate it.
20436
20437 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20438
20439         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20440         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20441           Some debug.
20442         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20443         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20444         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20445         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20446         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20447         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20448         * gst/avi/gstavidemux.h:
20449           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20450           recovery (where, if part of the index is broken, we will still read
20451           the rest of the index and recover the broken part by stream
20452           scanning). More broken media support. EOS workarounds. General AVI
20453           braindamage headache recovery. Aspirin included.
20454
20455 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20456
20457         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20458         (cdparanoia_event), (cdparanoia_query):
20459           Get rid of hideous lead-in.
20460
20461 2004-10-11  Wim Taymans  <wim@fluendo.com>
20462
20463         * gst/playback/gstplaybasebin.c: (setup_source):
20464         Wrong var used to get g_list_next.
20465
20466 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20467
20468         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20469         (cdparanoia_get), (cdparanoia_open):
20470           Report discid as metadata, add duration.
20471
20472 2004-10-11  Wim Taymans  <wim@fluendo.com>
20473
20474         * gst/playback/gstplaybasebin.c: (setup_source):
20475         Cleanup the previous pipeline a little earlier for the
20476         case that a source element provides raw data.
20477
20478 2004-10-11  Benjamin Otte  <otte@gnome.org>
20479
20480         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20481           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20482           consuming the last 128 bytes, even though it was valid mp3 data.
20483
20484 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20485
20486         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20487         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20488         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20489         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20490
20491 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20492
20493         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20494         Fix for webcams that support only specific width or height
20495
20496 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20497
20498         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20499
20500         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20501           Fix wrong discont event setup (fixes #154967).
20502
20503 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20504
20505         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20506
20507         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20508           Error out on invalid data (fixes #154807).
20509
20510 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20511
20512         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20513
20514         * ext/dvdread/dvdreadsrc.c: (_read):
20515           Make titles > 0 work again (fixes #154834).
20516
20517 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20518
20519         * gst-libs/gst/riff/riff-media.c:
20520         (gst_riff_create_video_template_caps):
20521           WMV3 missing in template caps.
20522
20523 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20524
20525         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20526           OK, so the original code was too strict. It makes random AVI files
20527           hang for seconds upon opening, which is unacceptable and is far
20528           beyond the original goal of getting multiple chunks for one-chunk
20529           sounc stream files. So now do just that.
20530
20531 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20532
20533         * gst/playback/gstplaybasebin.c: (setup_source),
20534         (gst_play_base_bin_change_state):
20535           Actually clean up streaminfo if output fails. This would trigger
20536           if, for example, there was no CD in the drive. No preroll, so
20537           a streaminfo structure is created, but the subsequent state change
20538           of the thread fails.
20539         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20540           Don't change state if parent failed.
20541
20542 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20543
20544         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20545         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20546         (gen_video_element), (remove_sinks):
20547           Add small bits of code for screenshot handling.
20548
20549 2004-10-08  Wim Taymans  <wim@fluendo.com>
20550
20551         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20552         (gen_video_element), (gen_audio_element), (setup_sinks):
20553         Don't assume the user provided sinks are named "sink"...
20554
20555 2004-10-08  Wim Taymans  <wim@fluendo.com>
20556
20557         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20558         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20559         (gst_play_base_bin_link_stream):
20560         Do not try to autoplug sources that generate raw streams like
20561         cdparanoia.
20562         disconnect the preroll overrun signal when we don't need it anymore.
20563
20564 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20565
20566         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20567         Added reworked patch from #154903 from milosz derezynski (deadchip).
20568
20569 2004-10-08  Wim Taymans  <wim@fluendo.com>
20570
20571         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20572         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20573         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20574         (cdparanoia_convert), (cdparanoia_uri_get_type),
20575         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20576         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20577         * ext/cdparanoia/gstcdparanoia.h:
20578         This adds the cdda://<tracknum> uri.
20579
20580 2004-10-08  Wim Taymans  <wim@fluendo.com>
20581
20582         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20583         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20584         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20585         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20586         (unknown_type), (gst_play_base_bin_remove_element),
20587         (gst_play_base_bin_link_stream):
20588         * gst/playback/gstplaybasebin.h:
20589         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20590         (gst_play_bin_set_property), (gen_video_element),
20591         (gen_audio_element), (setup_sinks):
20592         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20593         (gst_stream_info_get_type), (gst_stream_info_class_init),
20594         (gst_stream_info_init), (gst_stream_info_new),
20595         (gst_stream_info_dispose), (stream_info_mute_pad),
20596         (gst_stream_info_set_property), (gst_stream_info_get_property):
20597         * gst/playback/gststreaminfo.h:
20598         Reuse the audio and video bins.
20599         Some internal cleanups in the stream selection code.
20600
20601 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20602
20603         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20604         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20605         * sys/ximage/ximagesink.h:
20606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20607         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20608         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20609         not coming from those elements. Moreover these elements should not keep
20610         the xid they have been given when in NULL state.
20611
20612 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20613
20614         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20615         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20616         * sys/ximage/ximagesink.h:
20617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20618         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20619         * sys/xvimage/xvimagesink.h:
20620           Actually only create a new toplevel window if we're not gonna
20621           embed it right after.
20622
20623 2004-10-07  Wim Taymans  <wim@fluendo.com>
20624
20625         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20626         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20627         * gst/playback/gstplaybin.c: (setup_sinks):
20628         Implement muting/unmuting of streams, mute streams that are not
20629         used.
20630
20631 2004-10-07  Wim Taymans  <wim@fluendo.com>
20632
20633         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20634         (plugin_init):
20635         Added lame audio/x-ac3 typefind function.
20636
20637 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20638
20639         * configure.ac:
20640           bump nano to cvs
20641
20642 === release 0.8.5 ===
20643
20644 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20645
20646         * NEWS:
20647         * RELEASE:
20648         * configure.ac:
20649           releasing 0.8.5, "Take You On"
20650
20651 2004-10-06  Wim Taymans  <wim@fluendo.com>
20652
20653         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20654         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20655         (no_more_pads), (close_link), (type_found):
20656         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20657         * gst/playback/gstplaybin.c: (gen_video_element):
20658         Do not signal the no_more_pads after the first pad when
20659         we are plugging a non dynamic element with multiple
20660         output pads (like swfdec, dvdec, ...).
20661
20662 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20663
20664         * configure.ac:
20665           bump for prerelease
20666
20667 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20668
20669         * gst/wavparse/gstwavparse.c:
20670           add ATRAC3 to STATIC CAPS to fix a warning
20671
20672         * gst/matroska/ebml-read.c:
20673         * gst-libs/gst/riff/riff-read.c:
20674           fix typos
20675
20676 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20677
20678         * gst-libs/gst/riff/riff-media.c:
20679           generate caps for ATRAC3 audio streams
20680
20681         * gst/realmedia/rmdemux.c:
20682           generate caps for ATRAC3 audio streams
20683
20684 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20685
20686         * gst/wavparse/Makefile.am
20687         * gst/wavparse/riff.h
20688         * gst/wavparse/wavparse.vcproj
20689           riff.h removal (unused and duplication with riff-ids.h)
20690
20691 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20692
20693         * gst/wavparse/gstwavparse.h
20694           remove duplicated defines for audio codec codes
20695
20696         * gst-libs/gst/riff/riff-ids.h
20697         * gst/wavenc/riff.h:
20698           add "4CC" code for ATRAC3 audio streams
20699           add "4CC" code for ITU_G721_ADPCM (unused for now)
20700
20701 2004-10-06  Wim Taymans  <wim@fluendo.com>
20702
20703         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20704         Actually _do_ negotiation. Pass gdouble as arg instead
20705         of guint64 for the framerate.
20706
20707 2004-10-06  Wim Taymans  <wim@fluendo.com>
20708
20709         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20710         (find_compatibles), (close_pad_link), (try_to_link_1),
20711         (no_more_pads), (close_link), (type_found):
20712         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20713         * gst/playback/gstplaybin.c: (gen_video_element),
20714         (gen_audio_element):
20715         Set state on newly added element to READY so that negotiation
20716         can happen ASAP.
20717         Addes some more debug info.
20718         Do not try to plug pads with multiple caps structures or ANY
20719         because it is too dangerous since we do not do dynamic
20720         replugging.
20721
20722 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20723
20724         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20725
20726         * po/LINGUAS:
20727         * po/or.po:
20728           add Oriya translation
20729
20730 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20731
20732         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20733           Prevent overwrite of size member. Makes audio sound crappy.
20734
20735 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20736
20737         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20738         Add rmvb to the list of known RealMedia extensions
20739
20740 2004-10-05  Wim Taymans  <wim@fluendo.com>
20741
20742         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20743         (mngdec_openstream), (mngdec_closestream),
20744         (mngdec_handle_sink_event), (mngdec_readdata),
20745         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20746         (mngdec_getcanvasline), (mngdec_refresh),
20747         (gst_mngdec_change_state):
20748         Set the framerate correctly.
20749
20750 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20751
20752         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20753           There was something wrong with the index massaging.
20754
20755 2004-10-04  Wim Taymans  <wim@fluendo.com>
20756
20757         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20758         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20759         (gst_smokedec_chain):
20760         * ext/jpeg/gstsmokedec.h:
20761         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20762         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20763         * ext/jpeg/gstsmokeenc.h:
20764         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20765         (smokecodec_decode_new), (smokecodec_info_free),
20766         (smokecodec_set_quality), (smokecodec_get_quality),
20767         (smokecodec_set_threshold), (smokecodec_get_threshold),
20768         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20769         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20770         (smokecodec_encode), (smokecodec_parse_id),
20771         (smokecodec_parse_header), (smokecodec_decode):
20772         * ext/jpeg/smokecodec.h:
20773         * ext/jpeg/smokeformat.h:
20774         Updated smoke, new bitstream, allows embedding in ogg.
20775
20776 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20777
20778         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20779           Fix seeking in some files. All this code is no longer needed (and
20780           actually breaks stuff) because we now synchronize the full index
20781           right when reading the header.
20782
20783 2004-10-04  Wim Taymans  <wim@fluendo.com>
20784
20785         * configure.ac:
20786         configure update for libmng.
20787
20788 2004-10-04  Wim Taymans  <wim@fluendo.com>
20789
20790         * ext/libmng/Makefile.am:
20791         * ext/libmng/gstmng.c: (plugin_init):
20792         * ext/libmng/gstmng.h:
20793         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20794         (gst_mngdec_base_init), (gst_mngdec_class_init),
20795         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20796         (gst_mngdec_loop), (gst_mngdec_get_property),
20797         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20798         (mngdec_closestream), (mngdec_handle_sink_event),
20799         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20800         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20801         (gst_mngdec_change_state):
20802         * ext/libmng/gstmngdec.h:
20803         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20804         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20805         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20806         (gst_mngenc_chain), (gst_mngenc_get_property),
20807         (gst_mngenc_set_property):
20808         * ext/libmng/gstmngenc.h:
20809         Added basic MNG decoder. Needs more work. The encoder does
20810         not work yet.
20811
20812 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20813
20814         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20815         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20816         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20817           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20818           no-more-pads.
20819
20820 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20821
20822         * configure.ac:
20823           you need at least 1.0.4 of speex
20824
20825 2004-10-04 Iain <iaingnome@gmail.com>
20826
20827         * ext/speex/gstspeexdec.h: Revert the includes changes.
20828
20829         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20830
20831 2004-09-30 Iain <iaingnome@gmail.com>
20832
20833         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20834         found during init or set as a property instead of hardcoding /dev/audio
20835
20836 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20837
20838         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20839         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20840         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20841         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20842         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20843         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20844         (gst_rmdemux_dump_data):
20845           Use debug category, fix EOS handling. filesrc ! rmdemux now
20846           works.
20847
20848 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20849
20850         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20851         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20852         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20853           Improve allocation, cutting and sorting of the index. How takes a
20854           few seconds instead of minutes.
20855
20856 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20857
20858         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20859           fixed compilation
20860
20861 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20862
20863         * gst-libs/gst/riff/riff-media.c:
20864         (gst_riff_create_video_caps_with_data),
20865         (gst_riff_create_video_template_caps):
20866           Add wing commander format mimetype/fourccs.
20867         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20868           Don't crash if some value is 0.
20869
20870 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20871
20872         * gst-libs/gst/riff/riff-media.c:
20873         (gst_riff_create_video_caps_with_data),
20874         (gst_riff_create_video_template_caps):
20875           Add DIB fourcc (raw, palettized 8-bit RGB).
20876         * gst-libs/gst/riff/riff-read.c:
20877         (gst_riff_read_strf_vids_with_data):
20878           Oops, fix strf_data reading bug.
20879         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20880           Use a non-NULL tag.
20881         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20882           Time for hacks. Sorry Dave. At least one quicktime movie (a
20883           trailer) that I've encountered contains multiple video tracks.
20884           One of those is the actual video track, the other are one-frame
20885           tracks (images). Unfortunately, the number of frames according
20886           to the trak header is 1 for each, so that doesn't help. So
20887           instead, I look at the duration and discard tracks with a
20888           duration shorter than 20% of the length of the stream. Better
20889           than nothing.
20890
20891 2004-10-01  Christian Schaller <christian@fluendo.com>
20892
20893         * ext/ivorbis/vorbis.c:
20894           Patch from Phil Blundell (Bug 152341)
20895
20896 2004-10-01  Wim Taymans  <wim@fluendo.com>
20897
20898         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20899         (speex_dec_get_formats), (speex_dec_convert),
20900         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20901         (speex_dec_chain), (gst_speexdec_get_property),
20902         (gst_speexdec_set_property):
20903         Small cleanups.
20904
20905 2004-10-01  Wim Taymans  <wim@fluendo.com>
20906
20907         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20908         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20909         (gst_wavparse_other), (gst_wavparse_loop),
20910         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20911         (gst_wavparse_srcpad_event):
20912         * gst/wavparse/gstwavparse.h:
20913         Added some more debugging info.
20914         Fix the case where the length of the file is 0.
20915         Make sure we seek to sample borders.
20916
20917 2004-10-01  Wim Taymans  <wim@fluendo.com>
20918
20919         * gst/playback/README:
20920         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20921         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20922         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20923         Add some debug info to decodebin, update README
20924
20925 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20926
20927         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20928           Don't use g_print(); use GST_DEBUG().
20929
20930 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20931
20932         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20933         (gst_ogg_mux_queue_pads):
20934           Handle EOS properly.
20935
20936 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20937
20938         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20939
20940         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20941         (gst_faad_chain), (gst_faad_change_state):
20942         * ext/faad/gstfaad.h:
20943           Allow playback of raw (unframed) MPEG AAC files (#148993).
20944
20945 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20946
20947         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20948
20949         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20950           Throw error if we didn't recognize the stream. Fixes #152289.
20951
20952 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20953
20954         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20955           Fix negotiation.
20956
20957 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20958
20959         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20960
20961         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20962           Fix memleak.
20963
20964 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20965
20966         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20967
20968         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20969           Solve #152805.
20970         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20971           Solve 152806.
20972
20973 2004-10-01  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_audio_caps_with_data):
20978           Add codec_data handling (like asfdemux used to do).
20979         * gst/asfdemux/gstasf.c: (plugin_init):
20980         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20981         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20982           Use riff-media for caps creation instead of our own (mostly
20983           broken) copy of its functions.
20984
20985 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20986
20987         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20988           Don't actually error out if we get another return value than
20989           -EINVAL. Opposite to what I first thought, drivers have random
20990           return values for this, although -EINVAL is the expected return
20991           value. Since this is not fatal, we shouldn't use
20992           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20993
20994 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20995
20996         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20997         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20998         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20999         (dvdreadsrc_get), (dvdreadsrc_open_file),
21000         (dvdreadsrc_change_state):
21001           Fix. Don't do one big huge loop around the whole DVD, that will
21002           cache all data and thus eat sizeof(dvd) (several GB) before we
21003           see something.
21004         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21005           Actually NULL'ify event after using it.
21006         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
21007         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
21008         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21009         (gst_ebml_read_seek), (gst_ebml_read_skip):
21010           Handle events.
21011         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
21012         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
21013         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
21014           Fix timing (this will probably break if I seek using menus, but
21015           I didn't get there yet). VOBs and normal DVDs should now work.
21016           Add a mpeg2-only pad with high rank so this get autoplugged for
21017           MPEG-2 movies.
21018         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
21019         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
21020         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
21021         (gst_mpeg_demux_get_audio_stream),
21022         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
21023         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
21024           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
21025           MPEG-1 but use dvddemux for MPEG-2.
21026         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21027         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
21028         (gst_mpeg_parse_parse_packhead):
21029           Timing. Only add pad template if it exists. Add sink template from
21030           class and not from ourselves. This means we will always use the
21031           correct sink template even if it is not the one defined in this
21032           file.
21033
21034 2004-09-29  Wim Taymans  <wim@fluendo.com>
21035
21036         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
21037         (gst_mpeg_demux_parse_pes):
21038         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21039         Fix playback of mpeg again, timestamps where screwed up by
21040         patch 1.61.
21041
21042 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21043
21044         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
21045           Only return true if we actually filled something in. Prevents
21046           player applications from showing a random length for flac files.
21047         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21048         (gst_riff_read_use_event), (gst_riff_read_handle_event),
21049         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21050         (gst_riff_read_strf_vids_with_data),
21051         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21052           OK, ok, so I implemented event handling. Apparently it's normal
21053           that we receive random events at random points without asking
21054           for it.
21055         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21056         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21057         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21058         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21059         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21060         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21061         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21062         * gst/avi/gstavidemux.h:
21063           Implement non-lineair chunk handling and subchunk processing.
21064           The first solves playback of AVI files where the audio and video
21065           data of individual buffers that we read are not synchronized.
21066           This should not happen according to the wonderful AVI specs, but
21067           of course it does happen in reality. It is also a prerequisite for
21068           the second. Subchunk processing allows us to cut chunks in small
21069           pieces and process each of these pieces separately. This is
21070           required because I've seen several AVI files with incredibly large
21071           audio chunks, even some files with only one audio chunk for the
21072           whole file. This allows for proper playback including seeking.
21073           This patch is supposed to fix all AVI A/V sync issues.
21074         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21075         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21076           Work.
21077         * gst/modplug/gstmodplug.cc:
21078           Proper return value setting for the query() function.
21079         * gst/playback/gstplaybasebin.c: (setup_source):
21080           Being in non-playing state (after, e.g., EOS) is not necessarily
21081           a bad thing. Allow for that. This fixes playback of short files.
21082           They don't actually playback fully now, because the clock already
21083           runs. This means that small files (<500kB) with a small length
21084           (<2sec) will still not or barely play. Other files, such as mod
21085           or flx, will work correctly, however.
21086
21087 2004-09-28  Wim Taymans  <wim@fluendo.com>
21088
21089         * ext/speex/gstspeex.c: (plugin_init):
21090         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21091         (gst_speex_dec_class_init), (speex_dec_get_formats),
21092         (speex_get_event_masks), (speex_get_query_types),
21093         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21094         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21095         (gst_speexdec_get_property), (gst_speexdec_set_property),
21096         (speex_dec_change_state):
21097         * ext/speex/gstspeexdec.h:
21098         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21099         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21100         (gst_speexenc_base_init), (gst_speexenc_class_init),
21101         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21102         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21103         (gst_speexenc_src_query), (gst_speexenc_init),
21104         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21105         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21106         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21107         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21108         (gst_speexenc_chain), (gst_speexenc_get_property),
21109         (gst_speexenc_set_property), (gst_speexenc_change_state):
21110         * ext/speex/gstspeexenc.h:
21111         Rewrote speex encoder, make sure it can be embedded in ogg.
21112         Implemented speex decoder.
21113
21114 2004-09-28  Christian Schaller <christian@fluendo.com>
21115
21116         * configure.ac:
21117         Remove kioslave plugin. Markey is brewing a new working one
21118         * ext/Makefile.am: Remove kioslave plugin
21119         * ext/kio: remove
21120         * gst-plugins.spec.in: remove kio plugin from spec
21121
21122 2004-09-27  Wim Taymans  <wim@fluendo.com>
21123
21124         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21125         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21126         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21127         (gst_multifdsink_new_client),
21128         (gst_multifdsink_handle_client_write),
21129         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21130         (gst_multifdsink_handle_clients):
21131         * gst/tcp/gstmultifdsink.h:
21132         Make syncing to keyframes actually work for new clients and lagging
21133         clients.
21134
21135 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21136
21137         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21138         (gst_navigationtest_handle_src_event), (draw_box_planar411),
21139         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21140         * gst/debug/gstnavigationtest.h:
21141           make navigationtest display button-press and button-release events
21142
21143 2004-09-26 Iain <iaingnome@gmail.com>
21144
21145         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21146         the channels have received a new media event.
21147         (interleave_buffered_loop): Compresses a new media event on all
21148         channels into one.
21149
21150 2004-09-26 Iain <iaingnome@gmail.com>
21151
21152         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21153         call the sinkpad's default event handler and not the srcpads. He also
21154         says this is confusing :)
21155         (gst_wavenc_stop_file): Company says that seek events only go upstream
21156         we should send a discontinuous downstream instead.
21157
21158 2004-09-25  Christian Schaller <christian@fluendo.com>
21159
21160         * Update SPEC file to be usable in conjunction with Fedora Core,
21161           Fedora.us and freshrpms packages
21162         * Fix typo in multifilesrc test Makefile
21163
21164 2004-09-24  Wim Taymans  <wim@fluendo.com>
21165
21166         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21167         Only signal the no_more_pads signal when we have
21168         added the stream to our list.
21169
21170 2004-09-24  Wim Taymans  <wim@fluendo.com>
21171
21172         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21173         (new_decoded_pad):
21174         * gst/playback/gstplaybasebin.h:
21175         * gst/playback/gstplaybin.c: (setup_sinks):
21176         Don't try to preroll or decode more than one audio/video
21177         track.
21178
21179 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21180
21181         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21182           Throw error if we failed to find a suitable output. This should
21183           throw an error if we successfully set up a pipeline (e.g. because
21184           we recognized a media file) but found no decodable streams in it
21185           (e.g. because it contains only media stream types for which we
21186           have no decoders, or because it's not a media type).
21187
21188 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21189
21190         * ext/dirac/Makefile.am:
21191         * ext/dirac/gstdirac.cc:
21192         * ext/dirac/gstdiracdec.cc:
21193         * ext/dirac/gstdiracdec.h:
21194           Do something. Don't actually know if this works because I don't
21195           have a demuxer yet.
21196         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21197           Add channels=1 to caps returned from _getcaps().
21198         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21199         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21200         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21201         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21202         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21203         (gst_ogm_parse_change_state):
21204           Separate between audio/video so ogmaudioparse actually uses the
21205           audio pad templates. Both audio and video work now, including
21206           autoplugging. Also use sometimes-srcpad hack.
21207         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21208           Handle events better. Don't hang on infinite loops.
21209         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21210         (gst_avi_demux_init), (gst_avi_demux_reset),
21211         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21212         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21213         (gst_avi_demux_change_state):
21214         * gst/avi/gstavidemux.h:
21215           Improve A/V sync. Still not perfect.
21216         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21217         (gst_ebml_read_skip):
21218           Handle events better.
21219         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21220         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21221         (qtdemux_audio_caps):
21222           Add IMA4. Improve event handling. Save offset after a seek when
21223           the headers are at the end of the file so that we don't end up in
21224           an infinite loop.
21225         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21226           Add low-priority typefind support for files with no length.
21227
21228 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21229
21230         * testsuite/multifilesink/Makefile.am:
21231         fix typo
21232
21233 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21234
21235         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21236         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21237         mistakes from thaytan's patches.
21238
21239 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21240
21241         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21242           For completeness, XSync in the destroy function as xvimage does.
21243
21244 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21245
21246         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21247            Correct caps negotiation
21248         * gst/volume/gstvolume.c: (volume_chain_float),
21249         (volume_chain_int16):
21250            Modify debug output to be little more informative
21251         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21253         (gst_xvimagesink_xvimage_destroy):
21254           Add XSync calls after detaching from the shared memory segment to
21255           avoid a crash.
21256
21257 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21258
21259         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21260         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21261         * ext/vorbis/vorbis.c: (plugin_init):
21262         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21263         (gst_vorbisenc_chain):
21264         * ext/vorbis/vorbisenc.h:
21265         remove explicit newmedia support from oggmux and vorbisenc
21266         add debug category to vorbisenc
21267         * gst/multifilesink/gstmultifilesink.c:
21268         (gst_multifilesink_class_init), (gst_multifilesink_init),
21269         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21270         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21271         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21272         (plugin_init):
21273         * gst/multifilesink/gstmultifilesink.h:
21274         add support for streamheader in multifilesink
21275
21276 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21277
21278         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21279         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21280         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21281           Prevent infinite loops. More correct error reporting.
21282         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21283           Error out if negotiation fails.
21284         * gst/playback/gstplaybasebin.c: (setup_source),
21285         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21286         (gst_play_base_bin_found_tag):
21287           Error/tag forwarding. Pre-roll fixes for source errors on state
21288           changes (e.g. "file does not exist") to prevent hangs.
21289
21290 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21291
21292         * testsuite/multifilesink/Makefile.am:
21293         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21294         (gst_newmedia_class_init), (gst_newmedia_init),
21295         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21296         (newfile_signal), (test_signal), (main):
21297         * testsuite/multifilesink/multifilesrc_test.c: (main):
21298         * testsuite/multifilesink/oggtheora_test.c:
21299         (gst_newmedia_base_init), (gst_newmedia_class_init),
21300         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21301         (test_format), (newfile_signal), (test_signal), (main):
21302         * testsuite/multifilesink/oggvorbis_test.c:
21303         (gst_newmedia_base_init), (gst_newmedia_class_init),
21304         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21305         (test_format), (newfile_signal), (test_signal), (main):
21306         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21307         (gst_newmedia_class_init), (gst_newmedia_init),
21308         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21309         (newfile_signal), (test_signal), (main):
21310         New media tests
21311
21312 2004-09-20  Christian Schaller <christian@fluendo.com>
21313
21314         * Fix mikmod license to LGPL as they have relicensed
21315         * Move Dirac and Effectv into LGPL section of README_license
21316
21317 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21318
21319         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21320         (gst_mad_change_state):
21321           Allow for mp3 rate/channels changes. However, only very
21322           conservatively. Reason that we *have* to enable this is smiply
21323           because the mad find_sync() function is not good enough, it will
21324           regularly sync on random data as valid frames and therefore make
21325           us provide random caps as *final* caps of the stream. The best fix
21326           I could think of is to simply require several of the same stream
21327           changes in a row before we change caps.
21328           The actual testcase that works now is #
21329         * ext/ogg/Makefile.am:
21330         * ext/ogg/gstogg.c: (plugin_init):
21331         * ext/ogg/gstogmparse.c:
21332           OGM support (video only for now; I need an audio sample file).
21333         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21334         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21335         (gst_asf_demux_add_video_stream):
21336           WMV extradata.
21337         * gst/playback/gstplaybasebin.c: (unknown_type):
21338           Don't error out on single unknown-types after all. It's wrong.
21339           If we found type of video and audio but not of a subtitle stream,
21340           it will still error out (which is unwanted). Will find a better fix
21341           later on.
21342         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21343         (ogmaudio_type_find), (plugin_init):
21344           OGM support.
21345
21346 2004-09-20  Johan Dahlin  <johan@gnome.org>
21347
21348         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21349         after setting caps.
21350
21351 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21352
21353         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21354         * gst/wavenc/gstwavenc.h:
21355         Added newmedia support to wavenc
21356
21357 2004-09-17  Wim Taymans  <wim@fluendo.com>
21358
21359         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21360         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21361         (gst_fdset_fd_can_write), (gst_fdset_wait):
21362         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21363         (gst_multifdsink_init), (gst_multifdsink_add),
21364         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21365         (gst_multifdsink_remove_client_link),
21366         (gst_multifdsink_client_queue_buffer),
21367         (gst_multifdsink_handle_client_write),
21368         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21369         (gst_multifdsink_close), (gst_multifdsink_change_state):
21370         * gst/tcp/gstmultifdsink.h:
21371         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21372         (gst_tcpserversink_removed):
21373         Small cleanups in fdset.c
21374         Use a hastable to map fd to the client structure for faster
21375         lookup in _remove and get_stats.
21376         Added virtual function to close the fds.
21377         Handle clients even when the select/poll call was unblocked because
21378         of a command.
21379         Implement syncing to keyframe in the recovery procedure.
21380
21381 2004-09-16 Iain <iaingnome@gmail.com>
21382
21383         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21384         try caps.
21385
21386 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21387
21388         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21389           Caps are only set if the type of the stream is unknown, but this
21390           is initialized in ->init_stream(), so set to UNKNOWN after calling
21391           ->init_stream() so that capsnego starts.
21392
21393 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21394
21395         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21396         (gst_avi_demux_stream_data):
21397           Just hardcode for raw audio then. AVI audio sucks.
21398
21399 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21400
21401         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21402         * gst/matroska/matroska-mux.c: (audiosink_templ),
21403         (gst_matroska_mux_audio_pad_link):
21404         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21405         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21406
21407 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21408
21409         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21410         (gst_avi_demux_stream_data):
21411           Try to fix a/v sync issues.
21412
21413 2004-09-15  David Schleef  <ds@schleef.org>
21414
21415         * configure.ac: remove NASM check, since we don't use it.  Update
21416         dirac check to 0.4
21417         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21418         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21419         Initialized variables.
21420         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21421         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21422         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21423         SVQ3 format
21424
21425 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21426
21427         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21428         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21429         * gst/avi/gstavidemux.h:
21430           Fix for compressed audio (mp3) timestamp generation. How did this
21431           ever work?
21432
21433 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21434
21435         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21436           Volume is a double not a float.
21437
21438 2004-09-15  Wim Taymans  <wim@fluendo.com>
21439
21440         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21441         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21442         Don't close the fd in multifdsink as we didn't open it in the
21443         first place. Some cleanups.
21444
21445 2004-09-15  Wim Taymans  <wim@fluendo.com>
21446
21447         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21449         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21450         Fix the case where the muxer would mark pages as delta
21451         frames when they are not (vorbis only ogg).
21452
21453 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21454
21455         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21456         (gst_play_base_bin_change_state):
21457           Handle the case where we failed to setup a clear pipeline. This
21458           will throw an error (or EOS, another nice case) and if you don't
21459           catch that, the app will wait for the signal forever (and thus
21460           hang).
21461
21462 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21463
21464         * ext/gnomevfs/gstgnomevfssink.c:
21465         (gst_gnomevfssink_uri_get_protocols):
21466         * ext/gnomevfs/gstgnomevfssrc.c:
21467         (gst_gnomevfssrc_uri_get_protocols):
21468         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21469         * ext/gnomevfs/gstgnomevfsuri.h:
21470           Use _uri_new() instead of _open(), so it doesn't take as long and
21471           Christophe's computer won't hang.
21472         * gst/playback/gstplaybasebin.c: (unknown_type):
21473           Throw error on unknown media type, so apps actually display it.
21474
21475 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21476
21477         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21478           this script to work on Solaris since bash shell handles echo
21479           differenly than bash.
21480
21481 2004-09-17  Wim Taymans  <wim@fluendo.com>
21482
21483         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21484         (setup_source), (gst_play_base_bin_set_property),
21485         (gst_play_base_bin_add_element):
21486         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21487         Some more work on making sure seeking pauses the pipeline and
21488         that changing the uri actually does something.
21489
21490 2004-09-17  Wim Taymans  <wim@fluendo.com>
21491
21492         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21493         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21494         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21495         (gst_tcpserversink_close):
21496         Be a bit more paranoid when freeing memory.
21497
21498 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21499
21500         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21501         (qtdemux_parse_trak):
21502           Don't crash by dividing by zero (see sample movie in #126922).
21503
21504 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21505
21506         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21507           Don't touch non-existing data (fixes crash on file in #140147).
21508
21509 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21510
21511         * gst/playback/gstplaybasebin.c:
21512         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21513           Handle double disposals, and proper change of URIs.
21514
21515 2004-09-13  Martin Eikermann <meiker@upb.de>
21516
21517         * gst/mpegstream/gstmpegparse.c:
21518           fix synchronistation for streams recorded from digital PCR
21519           fixes bug #119376
21520
21521 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21522
21523         * ext/gnomevfs/Makefile.am:
21524         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21525         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21526         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21527         (gst_gnomevfssink_uri_get_type),
21528         (gst_gnomevfssink_uri_get_protocols),
21529         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21530         (gst_gnomevfssink_uri_handler_init),
21531         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21532         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21533         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21534         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21535         (gst_gnomevfssrc_uri_get_type),
21536         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21537         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21538         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21539         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21540         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21541         * ext/gnomevfs/gstgnomevfsuri.h:
21542           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21543           of fake URIs to see which this version of Gnome-VFS likes, and
21544           uses that for the Gst-URI interface. Makes playbin support http://
21545           streams. Also fix up some stupid behaviour in gnomevfssrc.
21546
21547 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21548
21549         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21550         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21551         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21552         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21553           Update mixer (to sync with other sessions) if we try to obtain
21554           a new value. This makes alsamixer work accross applications.
21555         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21556           Only call sync functions if we're running, else alsalib asserts.
21557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21558           Sometimes fails to compile. Possibly a gcc bug.
21559         * gst/playback/gstplaybin.c: (gen_video_element),
21560         (gen_audio_element):
21561           Add a reference to an application-provided object, because we lose
21562           this same reference if we add it to the bin. If we don't do this,
21563           we can only use this object once and thus crash if we go from
21564           ready to playing, back to ready and back to playing again.
21565           Also add an audioscale element because several cheap soundcards -
21566           like mine - don't support all samplerates.
21567         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21568         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21569           Fix wrong order or PAR calls. Makes automatically obtained PAR
21570           from the X server atually being used.
21571
21572 2004-09-12  David Schleef  <ds@schleef.org>
21573
21574         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21575         #151887, #152102, #152247.
21576         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21577         * examples/seeking/cdparanoia.c: same
21578         * examples/seeking/cdplayer.c: same
21579         * examples/seeking/seek.c: same
21580         * examples/seeking/spider_seek.c: same
21581         * examples/seeking/vorbisfile.c: same
21582         * examples/stats/mp2ogg.c: same
21583         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21584         (gst_esdsink_dispose): Dispose of element properly.
21585         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21586         fixes.
21587         * ext/nas/nassink.c: (gst_nassink_class_init),
21588         (gst_nassink_dispose): Dispose of element correctly.
21589         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21590         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21591         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21592         Fix 64-bit warning.
21593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21594         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21595         Fix 64-bit warning.
21596
21597 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21598
21599         * configure.ac : change speex detection as 1.1.6 now uses
21600           .pc/pkg-config and they changed their headers location.
21601
21602 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21603
21604         * gst/matroska/matroska-mux.h:
21605         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21606         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21607         (gst_matroska_mux_write_data):
21608           Write multiple blocks/frames per cluster.
21609                 Write meta-seek information (seek heads).
21610
21611 2004-09-09  Scott Wheeler <wheeler@kde.org>
21612
21613         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21614         (gst_play_bin_set_property), (gst_play_bin_get_property),
21615         (gen_audio_element), (gen_audio_element):
21616           Add a volume element / property to the pipeline.
21617
21618 2004-09-07  Wim Taymans  <wim@fluendo.com>
21619
21620         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21621         Copy timestamps from the master pad to the output buffers.
21622
21623 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21624
21625         * ext/raw1394/gstdv1394src.c:
21626           throw errors when applicable
21627
21628 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21629
21630         * gst/matroska/ebml-ids.h:
21631         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21632         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21633         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21634           automatically convert unix time <-> ebml time when reading/writing
21635           a date, use gst_ebml_write_uint to write CUETIME,
21636           not gst_ebml_write_date.
21637         * gst/matroska/matroska-ids.h:
21638         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21639         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21640         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21641         (gst_matroska_mux_write_data):
21642           Write track and segment UIDs, write muxing date, write
21643           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21644           Create cues for audio only files.
21645
21646 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21647
21648         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21649         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21650           Re-commit ALSA switches.
21651         * gst/adder/gstadder.c: (gst_adder_loop):
21652           64-bit fix (#151416).
21653         * gst/debug/progressreport.c: (gst_progressreport_report):
21654           64-bit fix (#151419).
21655         * gst/matroska/matroska-demux.c:
21656         (gst_matroska_demux_parse_contents):
21657           64-bit fix (#151420).
21658         * gst/playback/test3.c: (update_scale):
21659           64-bit fix (#151421).
21660
21661 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21662
21663         * configure.ac:
21664           bump nano to cvs
21665
21666 === release 0.8.4 ===
21667
21668 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21669
21670         * configure.ac: releasing 0.8.4, "Alias"
21671
21672 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21673
21674         * ext/theora/Makefile.am:
21675           fix makefile.  Fixes #151462.
21676
21677 2004-08-30  Wim Taymans  <wim@fluendo.com>
21678
21679         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21680         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21681         (gst_multifdsink_remove_client_link),
21682         (gst_multifdsink_client_queue_buffer),
21683         (gst_multifdsink_handle_client_write):
21684         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21685         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21686         Fix some memory leaks.
21687
21688 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21689
21690         Patch by: David Schleef
21691
21692         * configure.ac:
21693         * sys/Makefile.am:
21694           rename our detection macro for V4L2.  Fixes #151236.
21695
21696 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21697
21698         Patch by: David Schleef
21699
21700         * configure.ac:
21701           check to define LAMEPRESET.  Fixes #151232.
21702
21703 2004-08-27  David Schleef  <ds@schleef.org>
21704
21705         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21706         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21707         (gst_glimagesink_fixate):  Move local variable declarations to
21708         make gcc-2.95 happy.
21709
21710 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21711
21712         * configure.ac:
21713           bump nano for prerelease
21714
21715 2004-08-27  David Schleef  <ds@schleef.org>
21716
21717         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21718         * sys/sunaudio/gstsunaudiosrc.c:
21719         * sys/sunaudio/gstsunaudiosrc.h:
21720
21721 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21722
21723         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21724         handle EOS correctly
21725         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21726         * gst/matroska/matroska-mux.h:
21727         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21728         VFW compatibility mode
21729
21730 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21731
21732         patch by: Zaheer Abbas Merali
21733
21734         * ext/ogg/gstoggmux.c:
21735         * ext/vorbis/vorbisenc.c:
21736         * ext/vorbis/vorbisenc.h:
21737           handle NEWMEDIA
21738
21739 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21740
21741         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21742         fix byte order reversion on little endian machines.
21743         * gst/matroska/matroska-mux.c: (audiosink_templ),
21744         (gst_matroska_mux_audio_pad_link):
21745         add TTA codec to the list of supported codecs.
21746         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21747         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21748         (gst_matroska_mux_write_data):
21749         * gst/matroska/matroska-mux.h:
21750         write segment duration correctly, write muxing app string, fixes bugs
21751         #140897 and #140898.
21752         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21753         wait for all pads to be negotiated before starting to mux.
21754
21755 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21756
21757         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21758         * ext/lame/gstlame.h:
21759         Added new media support to lame
21760
21761 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21762
21763         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21764         send vorbis headers at the beginning of a stream, fixes bug #141554.
21765         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21766         bug #148950.
21767         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21768         (gst_matroska_demux_plugin_init):
21769         * gst/matroska/matroska-ids.h:
21770         enable demuxing of TTA audio streams, fixes bug #148951.
21771         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21772         enable typefinding for TTA audio files, fixes bug #148711.
21773         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21774         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21775         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21776
21777 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21778
21779         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21780         (gst_riff_read_element_data), (gst_riff_read_seek),
21781         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21782         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21783         <teuf@gnome.org>
21784
21785 2004-08-23 Iain <iaingnome@gmail.com>
21786
21787         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21788         tags. They appear to be handled differently to normal.
21789         (tag_list_to_id3_tag_foreach): Ditto.
21790
21791 2004-08-22  Wim Taymans  <wim@fluendo.com>
21792
21793         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21794         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21795         Make sure we never send -1 granulepos.
21796
21797 2004-08-20  Wim Taymans  <wim@fluendo.com>
21798
21799         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21800         (gst_ogg_mux_loop):
21801         I will accept bitchslappings with non sharp objects.
21802
21803 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21804
21805         * configure.ac:
21806         Clean up the test for lame presets
21807
21808 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21809
21810         * configure.ac:
21811         * ext/lame/Makefile.am:
21812         * ext/lame/gstlame.c: (gst_lame_class_init),
21813         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21814         Only enable lame presets if version of lame has presets in API
21815
21816 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21817         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21818         * gst/udp/gstudpsrc.h:
21819           Don't call gst_pad_push in a get function. Fixes #150449
21820
21821 2004-08-18  Wim Taymans  <wim@fluendo.com>
21822
21823         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21824         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21825         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21826         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21827         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21828         (gst_fdset_wait):
21829         * gst/tcp/gstfdset.h:
21830         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21831         (gst_multifdsink_client_queue_buffer),
21832         (gst_multifdsink_handle_client_write):
21833         * gst/tcp/gstmultifdsink.h:
21834         Some extra checks in gstfdset.
21835         Only use send() when the fd is a socket. Don't try to
21836         read from write only fds.
21837
21838 2004-08-18  Wim Taymans  <wim@fluendo.com>
21839
21840         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21841         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21842         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21843         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21844         (gst_fdset_wait):
21845         Add more locking and bounds checking.
21846
21847 2004-08-18  Wim Taymans  <wim@fluendo.com>
21848
21849         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21850         Realloc test fdset in the lock and right before starting
21851         the poll call. Bump the limit to 4096.
21852
21853 2004-08-17  David Schleef  <ds@schleef.org>
21854
21855         * sys/sunaudio/Makefile.am:
21856         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21857         of rates and channels.  Make debugging less obnoxious.
21858
21859         Patch from Balamurali Viswanathan implementing a mixer for
21860         Sun audio.  (bug #144091):
21861         * sys/sunaudio/gstsunelement.c:
21862         * sys/sunaudio/gstsunelement.h:
21863         * sys/sunaudio/gstsunmixer.c:
21864         * sys/sunaudio/gstsunmixer.h:
21865
21866 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21867
21868         * gst/audioscale/gstaudioscale.c:
21869         * gst/audioscale/gstaudioscale.h:
21870         made audioscale resample from any sample rate to any sample rate
21871
21872 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21873
21874         * ext/libpng/gstpngdec.c:
21875           error out on unsupported types
21876
21877 2004-08-17  Iain <iaingnome@gmail.com>
21878
21879         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21880         mid_side and loose_mid_side properties if its a stereo stream.
21881
21882 2004-08-17  Wim Taymans  <wim@fluendo.com>
21883
21884         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21885         (theora_get_formats), (theora_dec_src_convert),
21886         (theora_dec_sink_convert), (theora_dec_src_query),
21887         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21888         Add a debug line.
21889
21890 2004-08-17  Wim Taymans  <wim@fluendo.com>
21891
21892         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21893         (gst_ogg_pad_push):
21894         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21895         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21896         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21897         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21898         Mark delta units in the muxer.
21899         Try to decode the packet after an out-of-sync error from
21900         libogg.
21901
21902 2004-08-17  Wim Taymans  <wim@fluendo.com>
21903
21904         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21905         (gst_multifdsink_init), (gst_multifdsink_add),
21906         (gst_multifdsink_client_queue_buffer),
21907         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21908         * gst/tcp/gstmultifdsink.h:
21909         Added option to send a keyframe to clients as the first buffer.
21910         Make timeout property writable.
21911
21912 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21913
21914         patch by: Wim Taymans
21915
21916         * gst/tcp/gstfdset.c:
21917         * gst/tcp/gstmultifdsink.c:
21918           fix index comparison, should include 0
21919
21920 2004-08-16  Wim Taymans  <wim@fluendo.com>
21921
21922         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21923         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21924         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21925         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21926         (gst_fdset_wait):
21927           copy when reallocing for poll so the select arguments don't get
21928           changed during the call
21929
21930 2004-08-16  Wim Taymans  <wim@fluendo.com>
21931
21932         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21933         (gst_theora_enc_class_init), (theora_enc_sink_link),
21934         (theora_buffer_from_packet), (theora_enc_chain):
21935         Fix bug where buffers were not marked as keyframes
21936         correctly.
21937
21938 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21939
21940         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21941         (gst_lame_preset_get_type), (gst_lame_class_init):
21942         describe the enum values for vbr mode and presets more verbosely
21943
21944 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21945
21946         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21947         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21948         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21949         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21950         * ext/lame/gstlame.h:
21951         add preset property to lame so it can use lame presets
21952
21953 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21954
21955         * ext/lame/gstlame.c: (gst_lame_get_property):
21956         whoops forgot break, thanks teuf
21957
21958 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21959
21960         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21961         (gst_lame_class_init), (gst_lame_src_getcaps),
21962         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21963         (gst_lame_get_property), (gst_lame_setup):
21964         * ext/lame/gstlame.h:
21965         fix lame's broken vbr stuff, allow it to resample if need be, and also
21966         make xing header optional
21967
21968 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21969
21970         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21971         added getcaps function so samplerate doesnt get fixated to silly values
21972
21973 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21974
21975         * ext/lame/gstlame.c: (gst_lame_src_link):
21976         revert previous fix
21977
21978 2004-08-12  Johan Dahlin  <johan@gnome.org>
21979
21980         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21981         checks. Doesn't matter what state we are in. Interfaces are a
21982         compile time thing, not runtime. It also broke the python bindings.
21983
21984 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21985
21986         * ext/lame/gstlame.c: (gst_lame_src_link):
21987         made source pad link function check if sinkpad is ok..fixes the problem
21988         where core fixates the output rate of lame stupidly
21989
21990 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21991
21992         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21993         * sys/v4l/v4l_calls.c:
21994         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21995           fix fixate function to handle nonsimple caps.
21996           remove bogus check in _link
21997           cleanups
21998
21999 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22000
22001         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
22002         set default compression ratio parameter to 0.0 so bitrate parameter
22003         works :)
22004
22005 2004-08-11  David Schleef  <ds@schleef.org>
22006
22007         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
22008
22009 2004-08-11  David Schleef  <ds@schleef.org>
22010
22011         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
22012         before.
22013
22014 2004-08-11  David Schleef  <ds@schleef.org>
22015
22016         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
22017
22018 2004-08-11  David Schleef  <ds@schleef.org>
22019
22020         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
22021           license field
22022         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
22023         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
22024           LGPL.
22025         * gst/auparse/gstauparse.c: Fix plugin license field.
22026         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
22027         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
22028         * gst/rtp/gstrtp.c: Fix plugin license field.
22029
22030 2004-08-11  Wim Taymans  <wim@fluendo.com>
22031
22032         * gst/tcp/Makefile.am:
22033         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
22034         (ensure_size), (gst_fdset_new), (gst_fdset_free),
22035         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
22036         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
22037         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
22038         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
22039         (gst_fdset_fd_can_write), (gst_fdset_wait):
22040         * gst/tcp/gstfdset.h:
22041         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22042         (gst_multifdsink_class_init), (gst_multifdsink_init),
22043         (gst_multifdsink_add), (gst_multifdsink_remove),
22044         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22045         (gst_multifdsink_remove_client_link),
22046         (gst_multifdsink_handle_client_read),
22047         (gst_multifdsink_client_queue_data),
22048         (gst_multifdsink_client_queue_caps),
22049         (gst_multifdsink_client_queue_buffer),
22050         (gst_multifdsink_handle_client_write),
22051         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22052         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22053         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22054         (gst_multifdsink_close):
22055         * gst/tcp/gstmultifdsink.h:
22056         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22057         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22058         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22059         (gst_tcpserversink_close):
22060         * gst/tcp/gsttcpserversink.h:
22061         Abstracted away the select call, implemented poll (yes we ran into
22062         the 1024 limit in production).
22063
22064 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22065
22066         * gst/tcp/gsttcp.c:
22067         * gst/tcp/gsttcpplugin.c:
22068           improve debuggging, remove assert
22069
22070 2004-08-10  Wim Taymans  <wim@fluendo.com>
22071
22072         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22073         (gst_client_status_get_type), (gst_multifdsink_class_init),
22074         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22075         (gst_multifdsink_handle_client_read),
22076         (gst_multifdsink_handle_client_write),
22077         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22078         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22079         (gst_multifdsink_get_property):
22080         * gst/tcp/gstmultifdsink.h:
22081         * gst/tcp/gsttcp-marshal.list:
22082         Starting to prepare for specifying buffer time in other units
22083         than buffers. Expose remove reason in signal.
22084
22085 2004-08-10  Wim Taymans  <wim@fluendo.com>
22086
22087         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22088         (gst_multifdsink_remove), (gst_multifdsink_clear),
22089         (gst_multifdsink_remove_client_link),
22090         (gst_multifdsink_handle_client_read),
22091         (gst_multifdsink_client_queue_data),
22092         (gst_multifdsink_client_queue_buffer),
22093         (gst_multifdsink_handle_client_write),
22094         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22095         (gst_multifdsink_chain), (gst_multifdsink_close):
22096         * gst/tcp/gstmultifdsink.h:
22097         Added more debugging info. Changed the way clients are
22098         removed from the lists. Fixed a bug where a bad file descriptor
22099         could cause many clients to be removed.
22100
22101 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22102
22103         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22104           allow all pixel-aspect-ratios, not just 1:1
22105
22106 2004-08-09  David Schleef  <ds@schleef.org>
22107
22108         * sys/glsink/ARB_multitexture.h:  Remove old files.
22109         * sys/glsink/EXT_paletted_texture.h:
22110         * sys/glsink/NV_register_combiners.h:
22111         * sys/glsink/gstgl_nvimage.c:
22112         * sys/glsink/gstgl_pdrimage.c:
22113         * sys/glsink/gstgl_rgbimage.c:
22114         * sys/glsink/gstglsink.c:
22115         * sys/glsink/gstglsink.h:
22116         * sys/glsink/gstglxwindow.c:
22117         * sys/glsink/regcomb_yuvrgb.c:
22118
22119 2004-08-09  David Schleef  <ds@schleef.org>
22120
22121         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22122         GL sink plugin.  (Bug #147302)
22123
22124         * configure.ac: Test for OpenGL
22125         * sys/Makefile.am: Use test for OpenGL
22126         * sys/glsink/Makefile.am:
22127         * sys/glsink/glimagesink.c: rewrite
22128         * sys/glsink/glimagesink.h: rewrite
22129
22130 2004-08-09  David Schleef  <ds@schleef.org>
22131
22132         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
22133         sane framerates.
22134         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22136         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22137
22138 2004-08-09  Wim Taymans  <wim@fluendo.com>
22139
22140         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22141         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22142         (gst_multifdsink_client_remove),
22143         (gst_multifdsink_handle_client_read),
22144         (gst_multifdsink_handle_client_write),
22145         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22146         Do a bit more logging, make the client_read code more robust.
22147
22148 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22149
22150         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22151         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22152         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22153         (gst_jpegdec_init), (gst_jpegdec_chain):
22154         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22155         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22156           cleanups, debugging fixes and memleak plugging
22157
22158 2004-08-09  Wim Taymans  <wim@fluendo.com>
22159
22160         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22161         (theora_get_formats), (theora_dec_src_convert),
22162         (theora_dec_sink_convert), (theora_dec_src_query),
22163         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22164         (theora_dec_change_state):
22165         Don't crash on missing header packets.
22166
22167 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22168
22169         * po/LINGUAS:
22170         * po/sq.po:
22171           Added Albanian translation (Laurent Dhima)
22172         * po/cs.po:
22173           updated
22174
22175 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22176
22177         * ext/lame/gstlame.c:
22178           fix/add debugging
22179
22180 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22181
22182         * sys/ximage/ximagesink.c:
22183         * sys/xvimage/xvimagesink.c:
22184           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22185
22186 2004-08-06  Wim Taymans  <wim@fluendo.com>
22187
22188         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22189         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22190         (gst_multifdsink_client_remove),
22191         (gst_multifdsink_handle_client_read),
22192         (gst_multifdsink_handle_client_write),
22193         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22194         Make sure we don't try to read more from a client that what
22195         ioctl says us or we deadlock.
22196
22197 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22198
22199         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22200         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22201         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22202           decouple running_time and n_frames so it can handle changing
22203           framerate while running
22204
22205 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22206
22207         * po/nl.po:
22208         * po/sv.po:
22209           updated translations
22210
22211 2004-08-04  Benjamin Otte  <otte@gnome.org>
22212
22213         * gst/videotestsrc/gstvideotestsrc.c:
22214         (gst_videotestsrc_get_capslist), (generate_capslist),
22215         (plugin_init):
22216           generate the list of supported caps at startup and reuse it instead
22217           of always generating it
22218
22219 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22220
22221         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22222           whoops, last checkin broke normal build
22223
22224 2004-08-03  Benjamin Otte  <otte@gnome.org>
22225
22226         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22227         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22228         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22229         (gst_alsa_mixer_get_option):
22230         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22231         (dvdnavsrc_print_event):
22232         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22233         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22234         (gst_ogg_mux_pad_unlink):
22235         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22236         (gst_multipart_mux_pad_unlink):
22237         * gst/videofilter/gstvideobalance.c:
22238         (gst_videobalance_colorbalance_set_value):
22239         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22240         (gst_videomixer_pad_unlink):
22241         * po/uk.po:
22242         * sys/oss/gstossmixer.c:
22243         * sys/v4l/gstv4lcolorbalance.c:
22244         * sys/v4l/gstv4ltuner.c:
22245         * sys/v4l/v4lsrc_calls.c:
22246         * sys/v4l2/gstv4l2colorbalance.c:
22247         * sys/v4l2/gstv4l2tuner.c:
22248           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22249
22250 2004-08-03  Benjamin Otte  <otte@gnome.org>
22251
22252         * examples/dynparams/filter.c: (ui_control_create):
22253         * examples/gstplay/player.c: (print_tag):
22254         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22255         * ext/gdk_pixbuf/gstgdkanimation.c:
22256         (gst_gdk_animation_iter_may_advance):
22257         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22258         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22259         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22260         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22261         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22262         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22263         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22264         * gst/sine/demo-dparams.c: (main):
22265         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22266         * testsuite/alsa/formats.c: (create_pipeline):
22267         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22268           fixes for G_DISABLE_ASSERT and friends
22269         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22270         (mp3_type_frame_length_from_header), (mp3_type_find),
22271         (plugin_init):
22272           require mp3 typefinding to have at least MIN_HEADERS valid headers
22273           add typefinding for AAC adts files
22274
22275 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22276
22277         * sys/ximage/ximagesink.c:
22278         (gst_ximagesink_calculate_pixel_aspect_ratio):
22279         * sys/xvimage/xvimagesink.c:
22280         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22281         Make sure we calculate pixel-aspect-ratio using floating point maths
22282
22283 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22284
22285         * po/uk.po:
22286           updated translation
22287
22288 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22289
22290         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22292           add debugging for display PAR calculation
22293
22294 2004-08-02  David Schleef  <ds@schleef.org>
22295
22296         * configure.ac: Fix mikmod CFLAGS.
22297
22298 2004-07-27  Benjamin Otte  <otte@gnome.org>
22299
22300         * gst/audioscale/gstaudioscale.c:
22301         - fix templates to only support S16, it's the only format that works
22302         - make caps nego code use try_set_caps_nonfixed and fixation instead
22303         of try_set_caps twice, which is not nice for autopluggers
22304         - change rank to secondary, so autopluggers can pick it up after
22305         audioconvert
22306
22307 2004-08-02  Iain <iain@prettypeople.org>
22308
22309         * gst/interleave/interleave.c (interleave_init),
22310         (interleave_request_new_pad),
22311         (interleave_pad_removed),
22312         (interleave_buffered_loop): Use the real pad count, not the artificial
22313         one.
22314
22315 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22316
22317         * configure.ac: bump nano back to development
22318
22319 === release 0.8.3 ===
22320
22321 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22322
22323         * configure.ac: releasing 0.8.3, "Water"
22324
22325 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22326
22327         * sys/xvimage/xvimagesink.c:
22328         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22329         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22330         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22331         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22332         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22333         * sys/xvimage/xvimagesink.h:
22334           apply similar PAR fixes as to ximagesink
22335
22336 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22337
22338         patch from: Benjamin Otte
22339
22340         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22341           add link function to lame.  Fixes #148986.
22342
22343 2004-08-02  Johan Dahlin  <johan@gnome.org>
22344
22345         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22346         fix debugging log
22347
22348 2004-07-30  David Schleef  <ds@schleef.org>
22349
22350         * gst/videomixer/Makefile.am: Fix things that should have been
22351         fixed in the last checkin.
22352
22353 2004-07-30  David Schleef  <ds@schleef.org>
22354
22355         * gst/multipart/Makefile.am: Fix things that should have been
22356         fixed in the last checkin.
22357
22358 2004-07-30  David Schleef  <ds@schleef.org>
22359
22360         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22361
22362 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22363
22364         * configure.ac:
22365           bump nano for prerelease
22366         * po/af.po:
22367         * po/az.po:
22368         * po/cs.po:
22369         * po/en_GB.po:
22370         * po/hu.po:
22371         * po/nl.po:
22372         * po/sr.po:
22373         * po/sv.po:
22374         * po/uk.po:
22375           updates
22376
22377 2004-07-30  Wim Taymans  <wim@fluendo.com>
22378
22379         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22380         (gst_multifdsink_add), (gst_multifdsink_remove),
22381         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22382         (gst_multifdsink_client_remove),
22383         (gst_multifdsink_handle_client_write),
22384         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22385         * gst/tcp/gstmultifdsink.h:
22386         Recover from a select with a bad file descriptor by removing
22387         the client.
22388
22389 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22390
22391         * configure.ac:
22392           fix requirement of core
22393         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22394         (gst_play_pipeline_setup):
22395           don't use colorspace element.  do use hermescolorspace element.
22396           make macro to get a colorspace element.
22397           mark strings for translation.
22398         * po/POTFILES.in:
22399           add play.c
22400         * po/af.po:
22401         * po/az.po:
22402         * po/cs.po:
22403         * po/en_GB.po:
22404         * po/hu.po:
22405         * po/nl.po:
22406         * po/sr.po:
22407         * po/sv.po:
22408         * po/uk.po:
22409           update translations
22410
22411 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22412
22413         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22414         fix default for newmedia flag
22415
22416 2004-07-30  Wim Taymans  <wim@fluendo.com>
22417
22418         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22419         (gst_theora_dec_init), (theora_get_formats),
22420         (theora_dec_src_convert), (theora_dec_sink_convert),
22421         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22422         (theora_dec_chain), (theora_dec_set_property),
22423         (theora_dec_get_property):
22424         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22425         (gst_theora_enc_class_init), (gst_theora_enc_init),
22426         (theora_enc_sink_link), (theora_enc_chain),
22427         (theora_enc_set_property), (theora_enc_get_property):
22428         Added cropping option to theora decoder.
22429         Added border option to theora encoder.
22430
22431 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22432
22433         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22434         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22435         (gst_pngenc_set_property):
22436         * ext/libpng/gstpngenc.h:
22437         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
22438
22439 2004-07-30  Wim Taymans  <wim@fluendo.com>
22440
22441         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22442         (theora_enc_sink_link), (theora_enc_chain),
22443         (theora_enc_set_property), (theora_enc_get_property):
22444         Fix encoding of non-multiple-of-16 video.
22445
22446 2004-07-29  David Schleef  <ds@schleef.org>
22447
22448         * configure.ac: make test for audiofile more strict
22449
22450 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22451
22452         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22453           give different names to typefind functions
22454
22455 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22456
22457         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22458         (gst_ximagesink_calculate_pixel_aspect_ratio),
22459         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22460         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22461         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22462         (gst_ximagesink_get_property), (gst_ximagesink_init):
22463         * sys/ximage/ximagesink.h:
22464           allocate PAR's dynamically.
22465           use autodetected PAR if no object-set PAR is given.
22466           add workaround for directfb's X not setting physical size.
22467           fix to xvimagesink will follow tomorrow.
22468
22469 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22470
22471         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22472         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22473         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22474         (gst_shout2send_class_init), (gst_shout2send_init),
22475         (set_shout_metadata), (gst_shout2send_set_metadata),
22476         (gst_shout2send_chain), (gst_shout2send_set_property),
22477         (gst_shout2send_get_property), (gst_shout2send_connect),
22478         (gst_shout2send_change_state):
22479         * ext/shout2/gstshout2.h:
22480         - fix for sending mp3 audio to icecast2 server, if pad link function not
22481         called before PAUSED state
22482         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22483         - added tagging support for mp3 audio broadcasted
22484         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22485         debug info
22486
22487 2004-07-28  Wim Taymans  <wim@fluendo.com>
22488
22489         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22490         (gst_ogg_demux_push):
22491         Return query failure when we don't know the length of
22492         an ogg stream insteda of returning TRUE with a bogus value.
22493
22494 2004-07-28  Wim Taymans  <wim@fluendo.com>
22495
22496         * ext/theora/theoradec.c: (theora_get_formats),
22497         (theora_dec_src_convert), (theora_dec_sink_convert),
22498         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22499         (theora_dec_chain):
22500         Don't screw up the 1 Chroma for 1 luma sample situation when we
22501         have an odd offset/width by adding a black border in those cases.
22502
22503 2004-07-28  Wim Taymans  <wim@fluendo.com>
22504
22505         * ext/theora/theoradec.c: (theora_get_formats),
22506         (theora_dec_src_convert), (theora_dec_sink_convert),
22507         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22508         (theora_dec_chain):
22509         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22510         Added first attempt at cropping of the image as required by the
22511         theora spec. We need more properties in the caps (offset_x,
22512         offset_y,stride) to implement this correctly.
22513
22514 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22515
22516         * ext/dvdnav/README:
22517           Update the README to use dvddemux
22518         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22519           Ensure getcaps returns a subset of the template caps
22520         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22521         (gst_mpeg2subt_init):
22522           Ensure getcaps returns a subset of the template caps
22523         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22524         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22525         (gst_dvd_demux_get_subpicture_stream),
22526         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22527         * gst/mpegstream/gstdvddemux.h:
22528           Set the explicit caps on the current_video pad before pushing
22529           anything
22530         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22531         (gst_mpeg_demux_get_audio_stream):
22532           Free caps used to gst_pad_set_explicit_caps, which takes a const
22533           GstCaps *
22534
22535 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22536
22537         * configure.ac: update GStreamer requirement to 0.8.4 because of
22538           GstFraction.
22539
22540 2004-07-28  Wim Taymans  <wim@fluendo.com>
22541
22542         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22543         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22544         Add the pad to the element after setting up the caps. This
22545         makes it a lot easier to autoplug.
22546
22547 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22548
22549         * gst/median/gstmedian.c:
22550         * gst/mpeg2subt/gstmpeg2subt.c:
22551         * gst/mpegaudioparse/gstmpegaudioparse.c:
22552         * gst/mpegstream/gstdvddemux.c:
22553         * gst/mpegstream/gstmpegdemux.c:
22554         * gst/mpegstream/gstmpegpacketize.c:
22555         * gst/rtjpeg/gstrtjpeg.c:
22556         * gst/rtjpeg/gstrtjpegdec.c:
22557         * gst/rtjpeg/gstrtjpegenc.c:
22558         * gst/sine/gstsinesrc.c:
22559         * gst/smooth/gstsmooth.c:
22560         * gst/smpte/gstsmpte.c:
22561         * gst/smpte/gstsmpte.h:
22562         * gst/stereo/gststereo.c:
22563         * gst/videofilter/gstgamma.c:
22564         * gst/videofilter/gstvideobalance.c:
22565         * gst/videofilter/gstvideofilter.c:
22566         * gst/videofilter/gstvideoflip.c:
22567         * gst/videoscale/gstvideoscale.c:
22568         * gst/videoscale/videoscale.c:
22569         * gst/videotestsrc/gstvideotestsrc.c:
22570         * gst/videotestsrc/videotestsrc.c:
22571         * gst/wavenc/gstwavenc.c:
22572         * gst/wavparse/gstwavparse.c:
22573           fix local includes and 64 bits constants
22574
22575 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22576
22577         * win32/gst.sln:
22578         * gst-libs/gst/*/*.vcproj:
22579         * gst/*/*.vcproj:
22580           more working plugins
22581
22582 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22583
22584         * testsuite/alsa/Makefile.am:
22585         * testsuite/alsa/srcstate.c:
22586         add test for alsasrc changing state
22587
22588 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22589
22590         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22591         (gst_silence_get):
22592         * gst/silence/gstsilence.h:
22593         fix silence generation for 16bit raw audio
22594
22595 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22596
22597         * gst/matroska/matroska-demux.c:
22598         (gst_matroska_demux_parse_metadata),
22599         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22600         * gst/mpegaudio/common.c:
22601         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22602         (gst_videoscale_getcaps), (gst_videoscale_link),
22603         (gst_videoscale_src_fixate), (gst_videoscale_init),
22604         (gst_videoscale_finalize):
22605         * gst/videoscale/gstvideoscale.h:
22606         * gst/videotestsrc/gstvideotestsrc.c:
22607         (gst_videotestsrc_get_capslist):
22608         * gst/wavenc/gstwavenc.c:
22609         * sys/oss/gstossmixer.c: (fill_labels):
22610         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22611         (gst_ximagesink_handle_xevents),
22612         (gst_ximagesink_calculate_pixel_aspect_ratio),
22613         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22614         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22615         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22616         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22617         (gst_ximagesink_init), (gst_ximagesink_class_init):
22618         * sys/ximage/ximagesink.h:
22619         * sys/xvimage/xvimagesink.c:
22620         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22621         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22622         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22623         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22624         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22625         * sys/xvimage/xvimagesink.h:
22626           first batch of pixel aspect ratio commits.
22627
22628 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22629
22630         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22631         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22632         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22633           handle stride, needs work if we want to move stride handling
22634           upstream, but works correctly for our purposes.
22635
22636 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22637
22638         * gst/videoscale/README:
22639           add testing examples
22640         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22641         (gst_videoscale_chain):
22642         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22643         (gst_videoscale_get_size):
22644           add get_size function that handles stride like videotestsrc.
22645           fixes conversion for YUV formats for as much as I can test them.
22646
22647 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22648
22649         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22650         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22652         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22653         (gst_xvimagesink_xvimage_put):
22654           further cleanups, logging, error handling and synchronizing
22655
22656 2004-07-27  Wim Taymans  <wim@fluendo.com>
22657
22658         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22659         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22660         (gst_videomixer_pad_set_property),
22661         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22662         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22663         (gst_videomixer_class_init), (gst_videomixer_init),
22664         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22665         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22666         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22667         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22668         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22669         (gst_videomixer_loop), (plugin_init):
22670         Be a nicer negotiation citizen and provide a getcaps function on
22671         the srcpad. This also fixes a crash when resizing.
22672
22673 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22674
22675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22676         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22677
22678 2004-07-27  Wim Taymans  <wim@fluendo.com>
22679
22680         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22681         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22682         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22683         (gst_pngenc_set_property):
22684         * ext/libpng/gstpngenc.h:
22685         Added snapshot property to pngenc.
22686         removed g_print from pngdec
22687
22688 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22689
22690         * gst/ac3parse/ac3parse.vcproj
22691         * gst/adder/adder.vcproj
22692         * gst/alpha/alpha.vcproj
22693         * gst/alpha/alphacolor.vcproj
22694         * gst/asfdemux/asf.vcproj
22695         * gst/audioconvert/audioconvert.vcproj
22696         * gst/audiorate/audiorate.vcproj
22697         * gst/audioscale/audioscale.vcproj
22698         * gst/auparse/auparse.vcproj
22699         * gst/avi/avi.vcproj
22700         * gst/cdxaparse/cdxaparse.vcproj
22701         * gst/chart/chart.vcproj
22702         * gst/colorspace/colorspace.vcproj
22703         * gst/cutter/cutter.vcproj
22704         * gst/debug/debug.vcproj
22705         * gst/debug/efence.vcproj
22706         * gst/debug/navigationtest.vcproj
22707         * gst/deinterlace/deinterlace.vcproj
22708         * gst/effectv/effectv.vcproj
22709         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22710         * gst/filter/filter.vcproj
22711         * gst/flx/flxdec.vcproj
22712         * gst/goom/goom.vcproj
22713         * gst/interleave/interleave.vcproj
22714         * gst/law/alaw.vcproj
22715         * gst/law/mulaw.vcproj
22716         * gst/matroska/matroska.vcproj
22717         * gst/median/median.vcproj
22718         * gst/mixmatrix/mixmatrix.vcproj
22719         * gst/mpeg1sys/mpeg1systemencode.vcproj
22720         * gst/mpeg1videoparse/mp1videoparse.vcproj
22721         * gst/mpeg2sub/mpeg2subt.vcproj
22722         * gst/mpegaudio/mpegaudio.vcproj
22723         * gst/mpegaudioparse/mpegaudioparse.vcproj
22724         * gst/mpegstream/mpegstream.vcproj
22725         * gst/multifilesink/multifilesink.vcproj
22726         * gst/multipart/multipart.vcproj
22727         * gst/oneton/oneton.vcproj
22728         * gst/overlay/overlay.vcproj
22729         * gst/passthrough/passthrough.vcproj
22730         * gst/qtdemux/qtdemux.vcproj
22731         * gst/realmedia/rmdemux.vcproj
22732         * gst/rtjpeg/rtjpeg.vcproj
22733         * gst/rtp/rtp.vcproj
22734         * gst/silence/silence.vcproj
22735         * gst/sine/sinesrc.vcproj
22736         * gst/smooth/smooth.vcproj
22737         * gst/smpte/smpte.vcproj
22738         * gst/spectrum/spectrum.vcproj
22739         * gst/speed/speed.vcproj
22740         * gst/stereo/stereo.vcproj
22741         * gst/switch/switch.vcproj
22742         * gst/tags/tagedit.vcproj
22743         * gst/tcp/tcp.vcproj
22744         * gst/typefind/typefindfunctions.vcproj
22745         * gst/udp/udp.vcproj
22746         * gst/videobox/videobox.vcproj
22747         * gst/videocrop/videocrop.vcproj
22748         * gst/videodrop/videodrop.vcproj
22749         * gst/videofilter/gamma.vcproj
22750         * gst/videofilter/videobalance.vcproj
22751         * gst/videofilter/videofilter.vcproj
22752         * gst/videofilter/videoflip.vcproj
22753         * gst/videoflip/videoflip.vcproj
22754         * gst/videomixer/videomixer.vcproj
22755         * gst/videorate/videorate.vcproj
22756         * gst/videoscale/videoscale.vcproj
22757         * gst/videotestsrc/videotestsrc.vcproj
22758         * gst/virtualdub/virtualdub.vcproj
22759         * gst/volenv/volenv.vcproj
22760         * gst/volume/volume.vcproj
22761         * gst/wavenc/wavenc.vcproj
22762         * gst/wavparse/wavparse.vcproj
22763         * gst/y4m/y4menc.vcproj
22764         * gst-libs/gst/audio/audio.vcproj
22765         * gst-libs/gst/audio/audiofilter.vcproj
22766         * gst-libs/gst/colorbalance/colorbalance.vcproj
22767         * gst-libs/gst/idct/idtc.vcproj
22768         * gst-libs/gst/media-info/media-info.vcproj
22769         * gst-libs/gst/mixer/mixer.vcproj
22770         * gst-libs/gst/navigation/navigation.vcproj
22771         * gst-libs/gst/play/play.vcproj
22772         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22773         * gst-libs/gst/resample/resample.vcproj
22774         * gst-libs/gst/riff/riff.vcproj
22775         * gst-libs/gst/tuner/tuner.vcproj
22776         * gst-libs/gst/video/video.vcproj
22777         * gst-libs/gst/xoverlay/xoverlay.vcproj
22778           avoid problems with math.h, fix release dependancy
22779           rename GStreamer-0.8.lib to libgstreamer.lib
22780
22781 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22782
22783         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22785         the atom is not available we have to unlock the mutex. Fixes #148023
22786
22787 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22788
22789         * gst-libs/gst/media-info/media-info.h:
22790           issue for a vararg macro with MSVC
22791
22792 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22793
22794         * gst/effectv/effectv.vcproj
22795         * gst-libs/gst/idct/idct.vcproj:
22796         * gst-libs/gst/media-info/media-info.vcproj:
22797         * gst-libs/gst/navigation/navigation.vcproj:
22798         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22799         * gst-libs/gst/video/video.vcproj:
22800         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22801           fixes for build problems
22802
22803 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22804
22805         * gst-libs/gst/audio/audio.def:
22806         * gst-libs/gst/audio/riff.def:
22807           add some definitions needed by plugins
22808
22809 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22810
22811         * gst/asfdemux/gstasfmux.c
22812           Fix some 64 bits constants to be glib friendly
22813
22814 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22815
22816         * gst/ac3parse/gstac3parse.c
22817         * gst/audioscale/gstaudioscale.c
22818         * gst/auparse/gstauparse.c
22819         * gst/colorspace/gstcolorspace.c
22820         * gst/colorspace/yuv2rgb.h
22821           local include fixes
22822
22823 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22824
22825         * win32/gst.sln
22826           add more plugins to the build
22827
22828 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22829
22830         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22831         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22832
22833 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22834
22835         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22836         (gst_level_set_property), (gst_level_get_property),
22837         (gst_level_base_init), (gst_level_class_init):
22838           add debugging categories.  cleanups.
22839
22840 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22841
22842         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22843         (gst_videoscale_planar411), (gst_videoscale_planar400),
22844         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22845         (gst_videoscale_scale_nearest_str1),
22846         (gst_videoscale_scale_nearest_str2),
22847         (gst_videoscale_scale_nearest_str4),
22848         (gst_videoscale_scale_nearest_16bit),
22849         (gst_videoscale_scale_nearest_24bit):
22850           fixed stride issues
22851           tested with 320x240 -> 321, 322, 324 x240
22852           tested with YV12, I420, YUY2, UYVY
22853           fixed packed422rev (don't think it could have worked before)
22854           by testing with UYVY
22855
22856 2004-07-26  Benjamin Otte  <otte@gnome.org>
22857
22858         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22859         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22860         (plugin_init):
22861           add debugging category, add error checks like checking return values
22862           of setup calls, make sure it still works after
22863           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22864
22865 2004-07-26  Wim Taymans  <wim@fluendo.com>
22866
22867         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22868         (gst_mpeg_demux_get_audio_stream),
22869         (gst_mpeg_demux_process_private):
22870         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22871         Check for error codes from the negotiation functions. Make sure
22872         we really set the pad caps when a new pad is created.
22873
22874 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22875
22876         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22877         (gst_ffmpeg_caps_to_pix_fmt):
22878         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22879         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22880         (gst_ffmpegcolorspace_pad_link):
22881           don't make function do two things at the same time without reason.
22882
22883 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22884
22885         * gst/ac3parse/ac3parse.vcproj
22886         * gst/adder/adder.vcproj
22887         * gst/alpha/alpha.vcproj
22888         * gst/alpha/alphacolor.vcproj
22889         * gst/asfdemux/asf.vcproj
22890         * gst/audioconvert/audioconvert.vcproj
22891         * gst/audiorate/audiorate.vcproj
22892         * gst/audioscale/audioscale.vcproj
22893         * gst/auparse/auparse.vcproj
22894         * gst/avi/avi.vcproj
22895         * gst/cdxaparse/cdxaparse.vcproj
22896         * gst/chart/chart.vcproj
22897         * gst/colorspace/colorspace.vcproj
22898         * gst/cutter/cutter.vcproj
22899         * gst/debug/debug.vcproj
22900         * gst/debug/efence.vcproj
22901         * gst/debug/navigationtest.vcproj
22902         * gst/deinterlace/deinterlace.vcproj
22903         * gst/effectv/effectv.vcproj
22904         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22905         * gst/filter/filter.vcproj
22906         * gst/flx/flxdec.vcproj
22907         * gst/goom/goom.vcproj
22908         * gst/interleave/interleave.vcproj
22909         * gst/law/alaw.vcproj
22910         * gst/law/mulaw.vcproj
22911         * gst/matroska/matroska.vcproj
22912         * gst/median/median.vcproj
22913         * gst/mixmatrix/mixmatrix.vcproj
22914         * gst/mpeg1sys/mpeg1systemencode.vcproj
22915         * gst/mpeg1videoparse/mp1videoparse.vcproj
22916         * gst/mpeg2sub/mpeg2subt.vcproj
22917         * gst/mpegaudio/mpegaudio.vcproj
22918         * gst/mpegaudioparse/mpegaudioparse.vcproj
22919         * gst/mpegstream/mpegstream.vcproj
22920         * gst/multifilesink/multifilesink.vcproj
22921         * gst/multipart/multipart.vcproj
22922         * gst/oneton/oneton.vcproj
22923         * gst/overlay/overlay.vcproj
22924         * gst/passthrough/passthrough.vcproj
22925         * gst/qtdemux/qtdemux.vcproj
22926         * gst/realmedia/rmdemux.vcproj
22927         * gst/rtjpeg/rtjpeg.vcproj
22928         * gst/rtp/rtp.vcproj
22929         * gst/silence/silence.vcproj
22930         * gst/sine/sinesrc.vcproj
22931         * gst/smooth/smooth.vcproj
22932         * gst/smpte/smpte.vcproj
22933         * gst/spectrum/spectrum.vcproj
22934         * gst/speed/speed.vcproj
22935         * gst/stereo/stereo.vcproj
22936         * gst/switch/switch.vcproj
22937         * gst/tags/tagedit.vcproj
22938         * gst/tcp/tcp.vcproj
22939         * gst/typefind/typefindfunctions.vcproj
22940         * gst/udp/udp.vcproj
22941         * gst/videobox/videobox.vcproj
22942         * gst/videocrop/videocrop.vcproj
22943         * gst/videodrop/videodrop.vcproj
22944         * gst/videofilter/gamma.vcproj
22945         * gst/videofilter/videobalance.vcproj
22946         * gst/videofilter/videofilter.vcproj
22947         * gst/videofilter/videoflip.vcproj
22948         * gst/videoflip/videoflip.vcproj
22949         * gst/videomixer/videomixer.vcproj
22950         * gst/videorate/videorate.vcproj
22951         * gst/videoscale/videoscale.vcproj
22952         * gst/videotestsrc/videotestsrc.vcproj
22953         * gst/virtualdub/virtualdub.vcproj
22954         * gst/volenv/volenv.vcproj
22955         * gst/volume/volume.vcproj
22956         * gst/wavenc/wavenc.vcproj
22957         * gst/wavparse/wavparse.vcproj
22958         * gst/y4m/y4menc.vcproj
22959           more plugins supported under windows
22960
22961 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22962
22963         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22964         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22965         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22967         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22968           Add debugging statements.  Use the sizes as returned by the
22969           *CreateImage calls.
22970
22971 2004-07-26  Johan Dahlin  <johan@gnome.org>
22972
22973         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22974         the pad is negotiated.
22975
22976         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22977
22978 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22979
22980         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22981         * gst-libs/gst/idct/idct.vcproj:
22982         * gst-libs/gst/media-info/media-info.vcproj:
22983         * gst-libs/gst/mixer/mixer.vcproj:
22984         * gst-libs/gst/navigation/navigation.vcproj:
22985         * gst-libs/gst/play/play.vcproj:
22986         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22987         * gst-libs/gst/resample/resample.vcproj:
22988         * gst-libs/gst/tuner/tuner.vcproj:
22989         * gst-libs/gst/video/video.vcproj:
22990         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22991           more plugins supported under windows
22992
22993 2004-07-25 Iain <iain@prettypeople.org>
22994
22995         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22996         pad now rather than when the pad is created because state changes wipe
22997         explicit caps (fixes #148043).
22998
22999 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
23000
23001         reviewed by Benjamin Otte  <otte@gnome.org>
23002
23003         * ext/mad/gstmad.c:
23004           fix mad plugin crashing on Sun (fixes #148289)
23005
23006 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23007
23008         * gst/avi/avi.def:
23009         * gst/avi/avi.vcproj:
23010         * gst/matroska/matroska.def:
23011         * gst/matroska/matroska.vcproj:
23012           remove unused .def files
23013
23014 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23015
23016         * gst-libs/gst/audio/gstaudiofilter.c:
23017           Clean the local include
23018
23019 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23020
23021         * win32/gst.sln:
23022         * gst-libs/gst/audio/audio.def:
23023         * gst-libs/gst/audio/audio.vcproj:
23024         * gst-libs/gst/audio/audiofilter.vcproj:
23025         * gst-libs/gst/audio/riff.def:
23026         * gst-libs/gst/audio/riff.vcproj:
23027         * gst-libs/gst/gst-libs.def:
23028         * gst-libs/gst/gst-libs.vcproj:
23029         * gst/avi/avi.vcproj:
23030         * gst/avi/avi.vcproj:
23031           Copy the files where needed after building, cleaner projects
23032
23033 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23034
23035         * gst/matroska/ebml-write.c:
23036           Fix some 64 bits constants to be glib friendly
23037
23038 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
23039
23040         * win32/gst.sln:
23041         * gst-libs/gst/gst-libs.def:
23042         * gst-libs/gst/gst-libs.vcproj:
23043         * gst/matroska/matroska.def:
23044         * gst/matroska/matroska.vcproj:
23045           Add the preliminary canvas to build plugins on Win32
23046
23047 2004-07-23  Benjamin Otte  <otte@gnome.org>
23048
23049         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23050           don't enfore negotiation from source side, it breaks
23051           sinesrc ! audioconvert ! osssink
23052
23053 2004-07-22  David Schleef  <ds@schleef.org>
23054
23055         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23056         for ELF files, since they can easily be recognized as audio/mpeg.
23057         (bug #147441)
23058
23059 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23060
23061         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23062         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23063         (gst_videoscale_scale_nearest_24bit),
23064         (gst_videoscale_scale_nearest_16bit):
23065           fix 16bit and 24bit for stride (24bit might need testing)
23066           don't pretend we do more than one algorithm
23067
23068 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23069
23070         * configure.ac:
23071         * gst/Makefile.am:
23072         * gst/multifilesink/Makefile.am:
23073         * gst/multifilesink/gstmultifilesink.c:
23074         (gst_multifilesink_get_formats),
23075         (gst_multifilesink_get_query_types), (_do_init),
23076         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23077         (gst_multifilesink_init), (gst_multifilesink_dispose),
23078         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23079         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23080         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23081         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23082         (gst_multifilesink_chain), (gst_multifilesink_change_state),
23083         (gst_multifilesink_uri_get_type),
23084         (gst_multifilesink_uri_get_protocols),
23085         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23086         (gst_multifilesink_uri_handler_init), (plugin_init):
23087         * gst/multifilesink/gstmultifilesink.h:
23088         * testsuite/Makefile.am:
23089         * testsuite/multifilesink/Makefile.am:
23090         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23091         (gst_newmedia_class_init), (gst_newmedia_init),
23092         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23093         (newfile_signal), (test_signal), (main):
23094         multifilesink plugin for creating new files every time a new media
23095         discontinuity event occurs
23096
23097 2004-07-22  Wim Taymans  <wim@fluendo.com>
23098
23099         * gst/alpha/Makefile.am:
23100         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23101         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23102         (gst_alpha_color_init), (gst_alpha_color_set_property),
23103         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23104         (transform), (gst_alpha_color_chain),
23105         (gst_alpha_color_change_state), (plugin_init):
23106         Stupid plugin to to RGBA to AYUV conversion because none of
23107         the colorspace plugins can handle that yet.
23108
23109 2004-07-22  Wim Taymans  <wim@fluendo.com>
23110
23111         * examples/seeking/seek.c: (update_scale), (main):
23112         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23113         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23114         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23115         (gst_decode_bin_init), (gst_decode_bin_dispose),
23116         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23117         (no_more_pads), (close_link), (type_found),
23118         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23119         (plugin_init):
23120         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23121         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23122         (gst_play_base_bin_dispose), (queue_overrun),
23123         (gen_preroll_element), (remove_prerolls), (unknown_type),
23124         (no_more_pads), (new_stream), (setup_source),
23125         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23126         (play_base_eos), (gst_play_base_bin_change_state),
23127         (gst_play_base_bin_add_element),
23128         (gst_play_base_bin_remove_element),
23129         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23130         (gst_play_base_bin_unlink_stream),
23131         (gst_play_base_bin_get_streaminfo):
23132         * gst/playback/gstplaybin.c: (gen_video_element),
23133         (gen_audio_element):
23134         * gst/playback/gststreaminfo.h:
23135         More playback updates, attempt to fix things after the state change
23136         breakage.
23137
23138 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23139
23140         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23141         (gst_videoscale_scale_nearest_16bit):
23142           comment algorithm
23143
23144 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23145
23146         * gst/videotestsrc/gstvideotestsrc.c:
23147         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23148         (gst_videotestsrc_init), (gst_videotestsrc_get),
23149         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23150         (gst_videotestsrc_get_property):
23151         * gst/videotestsrc/gstvideotestsrc.h:
23152         * gst/videotestsrc/videotestsrc.c:
23153         * gst/videotestsrc/videotestsrc.h:
23154           cleanup and commenting
23155
23156 2004-07-21  Wim Taymans  <wim@fluendo.com>
23157
23158         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23159         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23160         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23161         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23162         (_find_chain_get_unknown_part), (_find_streams_check),
23163         (gst_ogg_demux_push), (gst_ogg_pad_push):
23164         * ext/theora/theoradec.c: (theora_get_formats),
23165         (theora_dec_src_convert), (theora_dec_sink_convert),
23166         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23167         (theora_dec_chain):
23168         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23169         (vorbis_dec_convert), (vorbis_dec_src_query),
23170         (vorbis_dec_src_event), (vorbis_dec_event):
23171         More seeking fixes, oggdemux now supports seeking to time and
23172         uses the downstream element to convert granulepos to time.
23173         Seeking in theora-only ogg files now works.
23174
23175 2004-07-21  Wim Taymans  <wim@fluendo.com>
23176
23177         * ext/theora/theoradec.c: (gst_theora_dec_init),
23178         (theora_get_formats), (theora_get_event_masks),
23179         (theora_get_query_types), (theora_dec_src_convert),
23180         (theora_dec_sink_convert), (theora_dec_src_query),
23181         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23182         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23183         (vorbis_get_event_masks), (vorbis_get_query_types),
23184         (gst_vorbis_dec_init), (vorbis_dec_convert),
23185         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23186         Added query/convert/formats functions to vorbis and theora decoders
23187         so that the outside world can use them too. Fixed seeking on an
23188         ogg/theora/vorbis file by disabling the seeking seeking on the
23189         theora srcpad.
23190
23191 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23192
23193         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23194         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23195         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23196         images creation for both elements. We don't create the image on caps
23197         nego or renego, we just destroy the internal one if present if it does
23198         not match the needs. The chain function takes care of creating a new
23199         image when needed.
23200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23201         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23202         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23203         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23204         the image format information. The buffer pool checks for the context
23205         image format and discard images with different formats.
23206         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23207
23208 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23209
23210         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23211         (gst_ffmpegcolorspace_chain):
23212           no point in doing any chaining if the pad we want to push from
23213           isn't usable.
23214
23215 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23216
23217         * gst-libs/gst/riff/riff-media.c:
23218         (gst_riff_create_audio_caps_with_data):
23219           Fix double end-to-native symbol conversion (#148021).
23220
23221 2004-07-20  David Schleef  <ds@schleef.org>
23222
23223         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23224         Don't use an Atom that doesn't exist.
23225
23226 2004-07-20  Wim Taymans  <wim@fluendo.com>
23227
23228         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23229         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23230         (gst_multifdsink_client_remove),
23231         (gst_multifdsink_handle_client_write),
23232         (gst_multifdsink_queue_buffer):
23233         * gst/tcp/gstmultifdsink.h:
23234         More multifdsink stats. Avoid deadlock by releasing locks
23235         before sending out a signal.
23236
23237 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23238
23239         * po/LINGUAS:
23240         * po/hu.po:
23241           added Hungarian translation (Laszlo Dvornik)
23242
23243 2004-07-20  Wim Taymans  <wim@fluendo.com>
23244
23245         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23246         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23247         (gst_multifdsink_handle_client_write),
23248         (gst_multifdsink_queue_buffer):
23249         * gst/tcp/gsttcp-marshal.list:
23250         Fixed the stupid marshal definition.
23251
23252 2004-07-20  Wim Taymans  <wim@fluendo.com>
23253
23254         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23255         (gst_multifdsink_init), (gst_multifdsink_add),
23256         (gst_multifdsink_client_remove),
23257         (gst_multifdsink_handle_client_write),
23258         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23259         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23260         (gst_multifdsink_init_send):
23261         * gst/tcp/gstmultifdsink.h:
23262         Added more stats, added timeout for a client, fixed some typos
23263         and added some comments.
23264
23265 2004-07-20  Wim Taymans  <wim@fluendo.com>
23266
23267         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23268         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23269         (gst_multifdsink_client_remove),
23270         (gst_multifdsink_handle_client_write):
23271         * gst/tcp/gstmultifdsink.h:
23272         * gst/tcp/gsttcp-marshal.list:
23273         Added get_stats method that returns a GValueArray of
23274         stats values.
23275
23276 2004-07-19  Benjamin Otte  <otte@gnome.org>
23277
23278         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23279           make sure longname, description and author are valid UTF-8
23280
23281 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23282
23283         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23284         (gst_ximagesink_set_property):
23285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23286         (gst_xvimagesink_set_property):
23287           make sure SYNCHRONOUS is respected after getting the X context
23288
23289 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23290
23291         * gst/matroska/matroska-demux.c:
23292         (gst_matroska_demux_handle_src_event),
23293         (gst_matroska_demux_parse_blockgroup):
23294         * gst/matroska/matroska-ids.h:
23295           add BlockReference tag and ignore it to clear out log.
23296           ignore NAVIGATION events to clear out log.
23297
23298 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23299
23300         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23301         (gst_matroska_demux_add_stream):
23302         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23303           add debug categories
23304
23305 2004-07-16  Wim Taymans  <wim@fluendo.com>
23306
23307         * ext/libpng/Makefile.am:
23308         * ext/libpng/gstpng.c: (plugin_init):
23309         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23310         (gst_pngdec_get_type), (gst_pngdec_base_init),
23311         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23312         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23313         * ext/libpng/gstpngdec.h:
23314         Added png decoder.
23315
23316 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23317
23318         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23319         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23320         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23321         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23322         (gst_ximagesink_buffer_alloc):
23323         * sys/ximage/ximagesink.h:
23324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23325         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23326         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23327         (gst_xvimagesink_buffer_alloc):
23328         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23329         again. Using internal data pointer of the x(v)image to store image's
23330         data to be coherent with the buffer alloc mechanism. Investigated the
23331         image destruction code to be sure that everything gets freed correctly.
23332
23333 2004-07-16  Wim Taymans  <wim@fluendo.com>
23334
23335         * gst-libs/gst/riff/riff-read.c:
23336         (gst_riff_read_strf_vids_with_data),
23337         (gst_riff_read_strf_auds_with_data):
23338         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23339         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23340         Make sure we don't create 0 sized subbuffers in riff-read.
23341         Signal the no more pads signal after reading the avi header.
23342
23343 2004-07-16  Wim Taymans  <wim@fluendo.com>
23344
23345         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23346         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23347         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23348         (gst_decode_bin_init), (gst_decode_bin_dispose),
23349         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23350         (no_more_pads), (close_link), (type_found),
23351         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23352         (gst_decode_bin_change_state), (plugin_init):
23353         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23354         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23355         (gst_play_base_bin_dispose), (queue_overrun),
23356         (gen_preroll_element), (remove_prerolls), (unknown_type),
23357         (no_more_pads), (new_stream), (setup_source),
23358         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23359         (play_base_eos), (gst_play_base_bin_change_state),
23360         (gst_play_base_bin_add_element),
23361         (gst_play_base_bin_remove_element),
23362         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23363         (gst_play_base_bin_unlink_stream),
23364         (gst_play_base_bin_get_streaminfo):
23365         * gst/playback/gstplaybasebin.h:
23366         Better error recovery. Added configurable preroll queue size. Faster
23367         detection of no-more-pads.
23368
23369 2004-07-16  Wim Taymans  <wim@fluendo.com>
23370
23371         * gst-libs/gst/video/video.h:
23372         Added 32 bits RGBA. Not sure if we should use another mime-type
23373         for alpha rgb. Currently the presence of the alpha_mask property
23374         signals an alpha channel.
23375
23376 2004-07-16  Wim Taymans  <wim@fluendo.com>
23377
23378         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23380         FPS seems to be 0.0 to MAX everywhere else.
23381
23382 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23383
23384         * gst-libs/gst/riff/riff-media.c:
23385         (gst_riff_create_video_caps_with_data):
23386           mp42/mp43 (no caps) exist too.
23387         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23388           Set pixel_width/height; we've got them in-caps.
23389         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23390         * gst/wavparse/gstwavparse.c: (plugin_init):
23391           Both are valid primary.
23392         * sys/oss/gstossmixer.c:
23393           Remove i18n hack and enable translations.
23394
23395 2004-07-15  Benjamin Otte  <otte@gnome.org>
23396
23397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23398         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23399           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23400
23401 2004-07-15  Benjamin Otte  <otte@gnome.org>
23402
23403         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23404         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23405         (gst_alsa_close_audio):
23406           disable some of the debugging code for now. Writing debugging to a
23407           buffer is broken in current alsalib releases.
23408
23409 2004-07-12  Benjamin Otte  <otte@gnome.org>
23410
23411         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23412           use bufferpools
23413
23414 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23415
23416         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23417         (theora_dec_src_query), (theora_dec_event):
23418         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23419           add debugging categories.  Remove \n's.
23420
23421 2004-07-13  Johan Dahlin  <johan@gnome.org>
23422
23423         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23424         (gst_play_bin_get_property): Impl.
23425
23426 2004-07-13  Wim Taymans  <wim@fluendo.com>
23427
23428         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23429         When trying to find the stream length, seek back N pages
23430         instead of just one, where N is the number of streams in
23431         the current chain.
23432
23433 2004-07-13  Wim Taymans  <wim@fluendo.com>
23434
23435         * gst-libs/gst/riff/riff-media.c:
23436         (gst_riff_create_audio_caps_with_data),
23437         (gst_riff_create_audio_caps),
23438         (gst_riff_create_audio_template_caps):
23439         * gst-libs/gst/riff/riff-media.h:
23440         * gst-libs/gst/riff/riff-read.c:
23441         (gst_riff_read_strf_vids_with_data),
23442         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23443         * gst-libs/gst/riff/riff-read.h:
23444         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23445         (gst_avi_demux_add_stream):
23446         Set codec_data on caps for avidemuxer.
23447
23448 2004-07-12  David Schleef  <ds@schleef.org>
23449
23450         * configure.ac: Fix test for Objective C
23451
23452 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23453         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23454         (gst_gdk_pixbuf_chain):
23455           Add svg and pcx to template caps, and ensure that getcaps returns a
23456           subset of the template caps.
23457           Copy each row manually for output, as gdkpixbuf may pad the
23458           rowstride to a 32-bit word boundary.
23459
23460 2004-07-12  Wim Taymans  <wim@fluendo.com>
23461
23462         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23463         (gst_riff_create_video_template_caps):
23464         Fix the template caps to include some more media types.
23465
23466 2004-07-12  Wim Taymans  <wim@fluendo.com>
23467
23468         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23469         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23470         (compare_ranks), (print_feature), (gst_decode_bin_init),
23471         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23472         (try_to_link_1), (new_pad), (close_link), (type_found),
23473         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23474         (gst_decode_bin_change_state), (plugin_init):
23475         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23476         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23477         (gst_play_base_bin_dispose), (queue_overrun),
23478         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23479         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23480         (gst_play_base_bin_get_property), (play_base_eos),
23481         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23482         (gst_play_base_bin_remove_element),
23483         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23484         (gst_play_base_bin_unlink_stream),
23485         (gst_play_base_bin_get_streaminfo):
23486         * gst/playback/gstplaybasebin.h:
23487         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23488         (gst_play_bin_class_init), (gst_play_bin_init),
23489         (gst_play_bin_dispose), (gst_play_bin_set_property),
23490         (gst_play_bin_get_property), (gen_video_element),
23491         (gen_audio_element), (remove_sinks), (setup_sinks),
23492         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23493         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23494         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23495         (gst_play_bin_query), (plugin_init):
23496         * gst/playback/test4.c: (main):
23497         More fixes on reusing of the element.
23498
23499 2004-07-11  Benjamin Otte  <otte@gnome.org>
23500
23501         * ext/mad/gstmad.c: (normal_seek):
23502           allow seeking for other methods than just SET
23503
23504 2004-07-11  Andy Wingo  <wingo@pobox.com>
23505
23506         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23507         float, "any" caps -> buffer_frames=[0,MAX].
23508
23509         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23510         doesn't intersect our caps with the template any more. Do it
23511         ourselves.
23512         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23513
23514 2004-07-09  Wim Taymans  <wim@fluendo.com>
23515
23516         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23517         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23518         (compare_ranks), (print_feature), (gst_decode_bin_init),
23519         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23520         (try_to_link_1), (new_pad), (close_link), (type_found),
23521         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23522         (gst_decode_bin_change_state), (plugin_init):
23523         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23524         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23525         (gst_play_base_bin_dispose), (queue_overrun),
23526         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23527         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23528         (gst_play_base_bin_get_property), (play_base_eos),
23529         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23530         (gst_play_base_bin_remove_element),
23531         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23532         (gst_play_base_bin_unlink_stream),
23533         (gst_play_base_bin_get_streaminfo):
23534         * gst/playback/gstplaybasebin.h:
23535         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23536         (gst_play_bin_class_init), (gst_play_bin_init),
23537         (gst_play_bin_dispose), (gst_play_bin_set_property),
23538         (gst_play_bin_get_property), (gen_video_element),
23539         (gen_audio_element), (remove_sinks), (setup_sinks),
23540         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23541         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23542         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23543         (gst_play_bin_query), (plugin_init):
23544         * gst/playback/test4.c: (main):
23545         Work on object reuse and seeking.
23546
23547 2004-07-09  Wim Taymans  <wim@fluendo.com>
23548
23549         * examples/seeking/seek.c: (iterate):
23550         Don't consume all CPU in the idle loop.
23551
23552 2004-07-09  Wim Taymans  <wim@fluendo.com>
23553
23554         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23555         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23556         Add pad to element *after* setting the pad functions so that
23557         the scheduler can use the correct ones.
23558
23559 2004-07-09  Wim Taymans  <wim@fluendo.com>
23560
23561         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23562         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23563         Sync to keyframe after seek
23564
23565 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23566
23567         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23568         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23569         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23570         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23571         * ext/libvisual/visual.c: (gst_visual_change_state):
23572         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23573         * ext/theora/theoradec.c: (theora_dec_change_state):
23574         * ext/theora/theoraenc.c: (theora_enc_change_state):
23575         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23576         * gst-libs/gst/navigation/navigation.c:
23577         * gst/adder/gstadder.c: (gst_adder_change_state):
23578         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23579         (gst_audio_convert_get_buffer):
23580         * gst/multipart/multipartdemux.c:
23581         (gst_multipart_demux_change_state):
23582         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23583         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23584         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23585         * gst/videoscale/gstvideoscale.c:
23586         (gst_videoscale_handle_src_event):
23587         * gst/volume/gstvolume.c: (volume_chain_int16):
23588           don't assert in state change, this should be done by the base
23589           GstElement class.
23590           various debugging fixes.
23591
23592 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23593
23594         * configure.ac:
23595         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23596         (gst_play_dispose), (gst_play_set_location),
23597         (gst_play_set_data_src), (gst_play_set_video_sink),
23598         (gst_play_set_audio_sink), (gst_play_set_visualization),
23599         (gst_play_connect_visualization), (gst_play_get_sink_element),
23600         (gst_play_get_all_by_interface):
23601         * gst-libs/gst/play/play.h:
23602           add new method to get elements implementing an interface.
23603           add various error logging
23604
23605 2004-07-08  Wim Taymans  <wim@fluendo.com>
23606
23607         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23608         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23609         (make_playerbin_pipeline), (query_durations_elems),
23610         (query_durations_pads), (query_positions_elems),
23611         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23612         (main):
23613         Added playbin seeking example.
23614
23615 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23616
23617         * gst-libs/gst/play/play.c: (gst_play_set_location),
23618         (gst_play_set_data_src), (gst_play_set_video_sink),
23619         (gst_play_set_audio_sink), (gst_play_set_visualization),
23620         (gst_play_connect_visualization), (gst_play_get_framerate):
23621           use a macro to look up elements from hash table
23622
23623 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23624
23625         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23626         (gst_play_get_length_callback), (gst_play_set_location),
23627         (gst_play_seek_to_time), (gst_play_set_data_src),
23628         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23629         (gst_play_set_visualization), (gst_play_connect_visualization),
23630         (gst_play_get_sink_element):
23631         - add debugging info
23632         - fix looking up sink elements by iterating over complete caps
23633         - put everything except for source and autoplugger in a complete bin
23634
23635 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23636
23637         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23638         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23639         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23640         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23641         * ext/alsa/gstalsasink.h:
23642         - add debugging info
23643         - clean up schizophrenia of data/buffer/event
23644         - fix double event unref error
23645
23646 2004-07-08  Wim Taymans  <wim@fluendo.com>
23647
23648         * gst/playback/Makefile.am:
23649         Add headers to noinst
23650
23651 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23652
23653         * tools/gst-launch-ext-m.m:
23654         * tools/gst-launch-ext.1.in:
23655           convert to the third millenium
23656
23657 2004-07-07  David Schleef  <ds@schleef.org>
23658
23659         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23660
23661 2004-07-07  Wim Taymans  <wim@fluendo.com>
23662
23663         * gst/playback/Makefile.am:
23664         * gst/playback/README:
23665         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23666         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23667         (compare_ranks), (print_feature), (gst_decode_bin_init),
23668         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23669         (try_to_link_1), (new_pad), (close_link), (type_found),
23670         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23671         (plugin_init):
23672         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23673         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23674         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23675         (gen_preroll_element), (no_more_pads), (new_stream),
23676         (setup_source), (gst_play_base_bin_set_property),
23677         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23678         (gst_play_base_bin_add_element),
23679         (gst_play_base_bin_remove_element),
23680         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23681         (gst_play_base_bin_unlink_stream),
23682         (gst_play_base_bin_get_streaminfo):
23683         * gst/playback/gstplaybasebin.h:
23684         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23685         (gst_play_bin_class_init), (gst_play_bin_init),
23686         (gst_play_bin_dispose), (gst_play_bin_set_property),
23687         (gst_play_bin_get_property), (gen_video_element),
23688         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23689         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23690         (gst_play_bin_get_formats), (gst_play_bin_convert),
23691         (gst_play_bin_get_query_types), (gst_play_bin_query),
23692         (plugin_init):
23693         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23694         (gst_stream_info_get_type), (gst_stream_info_class_init),
23695         (gst_stream_info_init), (gst_stream_info_new),
23696         (gst_stream_info_dispose), (gst_stream_info_set_property),
23697         (gst_stream_info_get_property):
23698         * gst/playback/gststreaminfo.h:
23699         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23700         (main):
23701         * gst/playback/test2.c: (main):
23702         * gst/playback/test3.c: (update_scale), (main):
23703         More playbin fixes. Added README. Do better element filtering.
23704         Added base class to preroll media. Added test apps.
23705
23706 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23707
23708         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23709         * ext/mpeg2dec/gstmpeg2dec.h:
23710           various debugging improvements.  Reset stream to next picture
23711           instead of sequence header, otherwise seeks cannot work.
23712
23713 2004-07-07  Wim Taymans  <wim@fluendo.com>
23714
23715         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23716         (gst_video_box_class_init), (gst_video_box_set_property),
23717         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23718         Use pad_alloc where possible.
23719
23720 2004-07-07  Wim Taymans  <wim@fluendo.com>
23721
23722         * sys/oss/gstosselement.c: (gst_osselement_reset),
23723         (gst_osselement_parse_caps):
23724         * sys/oss/gstosselement.h:
23725         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23726         Fix offset on osssrc.
23727
23728 2004-07-07  Wim Taymans  <wim@fluendo.com>
23729
23730         * ext/theora/theora.c: (plugin_init):
23731         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23732         (theora_dec_src_query), (theora_dec_chain):
23733         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23734         (theora_enc_sink_link), (theora_buffer_from_packet),
23735         (theora_push_packet), (theora_enc_chain):
23736         Fix theora granulepos calculation.
23737         Fix overflow in duration/position calculation.
23738         Bump rank to PRIMARY for theoradec.
23739         Use granulepos of last packet to calculate position.
23740         Set keyframe flag on buffers when needed.
23741
23742 2004-07-06  David Schleef  <ds@schleef.org>
23743
23744         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23745         serious?  (Fixed, obviously.)
23746
23747 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23748
23749         * po/LINGUAS:
23750         * po/cs.po:
23751           added Czech translation (Miloslav Trmac)
23752
23753 2004-07-05  Wim Taymans  <wim@fluendo.com>
23754
23755         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23756         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23757         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23758         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23759         (close_link), (type_found), (gst_decode_bin_set_property),
23760         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23761         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23762         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23763         (gst_decode_bin_query), (plugin_init):
23764         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23765         (gst_play_bin_class_init), (gst_play_bin_init),
23766         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23767         (get_video_element), (new_pad), (setup_source),
23768         (gst_play_bin_set_property), (gst_play_bin_get_property),
23769         (gst_play_bin_change_state), (gst_play_bin_add_element),
23770         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23771         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23772         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23773         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23774         * gst/playback/test.c: (main):
23775         More fixes, cleaned up playbin, make it use decodebin. Added
23776         threaded property to playbin.
23777
23778 2004-07-05  Wim Taymans  <wim@fluendo.com>
23779
23780         * configure.ac:
23781         * gst/playback/Makefile.am:
23782         * gst/playback/decodetest.c: (main):
23783         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23784         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23785         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23786         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23787         (close_link), (type_found), (gst_decode_bin_set_property),
23788         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23789         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23790         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23791         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23792         (plugin_init):
23793         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23794         (gst_play_bin_class_init), (gst_play_bin_init),
23795         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23796         (collect_sink_pads), (find_compatibles), (close_pad_link),
23797         (try_to_link_1), (new_pad), (close_link), (type_found),
23798         (setup_source), (gst_play_bin_set_property),
23799         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23800         (compare_ranks), (gst_play_bin_collect_factories),
23801         (gst_play_bin_change_state), (gst_play_bin_add_element),
23802         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23803         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23804         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23805         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23806         * gst/playback/test.c: (main):
23807         Added some playback helper elements and some test apps, very alpha
23808         still.
23809
23810 2004-07-04  Benjamin Otte  <otte@gnome.org>
23811
23812         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23813           only restart audio when we indeed have an xrun to fix repeated
23814           xruns. Fix suggested by Giuliano Pochini.
23815
23816 2004-07-03  David Schleef  <ds@schleef.org>
23817
23818         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23819         call to gst_debug_log() if debugging is disabled (bug #145118)
23820
23821 2004-07-03  Benjamin Otte  <otte@gnome.org>
23822
23823         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23824           use our own functions for restarting the alsa device.
23825         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23826           I should apply patches myself - use MIN for the third argument, not
23827           the second, this fixes seeking
23828
23829 2004-07-02  David Schleef  <ds@schleef.org>
23830
23831         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23832         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23833         do with the logic.
23834
23835 2004-07-02  David Schleef  <ds@schleef.org>
23836
23837         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23838         output buffers.  Fix logic mistake.  (bug #144866)
23839
23840 2004-07-02  David Schleef  <ds@schleef.org>
23841
23842         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23843         on X.  (bug #144753)
23844
23845 2004-07-02  David Schleef  <ds@schleef.org>
23846
23847         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23848         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23849         (bug #144624)
23850         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23851         (gst_osselement_rate_probe_check): Add another workaround for
23852         buggy drivers (bug #145336)
23853
23854 2004-07-02  David Schleef  <ds@schleef.org>
23855
23856         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23857         Most systems don't have MSG_NOSIGNAL.
23858
23859 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23860
23861         * Makefile.am:
23862         * gst-libs/gst/colorbalance/Makefile.am:
23863         * gst-libs/gst/mixer/Makefile.am:
23864         * gst-libs/gst/play/Makefile.am:
23865         * gst-libs/gst/tuner/Makefile.am:
23866           (hopefully) fix both install and dist and make error message useful.
23867           needs testing across automakes.
23868
23869 2004-07-02  Benjamin Otte  <otte@gnome.org>
23870
23871         * ext/ogg/gstogg.c: (plugin_init):
23872           we require bytestream now
23873         * ext/ogg/gstoggdemux.c:
23874           huge diff to implement chain setup in a fast and generic way. This
23875           improves tag reading and startup of huge files (read: Theora videos)
23876           quite a bit. It probably contains bugs, too, so please test.
23877           Seeking is not improved to the fast method.
23878
23879 2004-06-29  Wim Taymans  <wim@fluendo.com>
23880
23881         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23882         * ext/ogg/gstoggmux.c:
23883         Fix memleak in oggdemux when running unconnected pads.
23884         doc update in mux, start working on keyframe mode.
23885
23886 2004-06-29  Benjamin Otte  <otte@gnome.org>
23887
23888         * sys/oss/gstosssink.c:
23889         * sys/oss/gstosssrc.c:
23890           advertise correct template caps - we indeed do non-native endianness
23891           and 8bit audio has no endianness
23892         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23894           avoid (wrong) duplications in getcaps function and return
23895           template caps
23896
23897 2004-06-29  Wim Taymans  <wim@fluendo.com>
23898
23899         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23900         (gst_multifdsink_class_init), (gst_multifdsink_add),
23901         (gst_multifdsink_remove), (gst_multifdsink_clear),
23902         (gst_multifdsink_client_remove),
23903         (gst_multifdsink_handle_client_read),
23904         (gst_multifdsink_client_queue_data),
23905         (gst_multifdsink_client_queue_caps),
23906         (gst_multifdsink_client_queue_buffer),
23907         (gst_multifdsink_handle_client_write),
23908         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23909         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23910         (gst_multifdsink_init_send), (gst_multifdsink_close):
23911         Fix wrong GList iteration that could crash the server when
23912         more then 2 clients disconnect at the same time. Read all the
23913         pending commands in one batch to recover from command storms under
23914         very heavy load.
23915
23916 2004-06-28  Wim Taymans  <wim@fluendo.com>
23917
23918         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23919         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23920         (gst_videomixer_pad_set_property),
23921         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23922         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23923         (gst_videomixer_class_init), (gst_videomixer_init),
23924         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23925         (pad_zorder_compare), (gst_videomixer_sort_pads),
23926         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23927         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23928         (gst_videomixer_update_queues), (gst_videomixer_loop),
23929         (plugin_init):
23930         Avoid divide by zero, choose masterpad as the pad with the highest
23931         framerate.
23932
23933 2004-06-27  Julien Moutte  <julien@moutte.net>
23934
23935         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23936         (gst_ximagesink_xwindow_new):
23937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23938         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23939         function directly. We might want to call it from somewhere else one day.
23940
23941 2004-06-27  Julien Moutte  <julien@moutte.net>
23942
23943         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23944         (gst_ximagesink_xwindow_new):
23945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23946         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23947         window decorations.
23948
23949 2004-06-27  Wim Taymans  <wim@fluendo.com>
23950
23951         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23952         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23953         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23954         (gst_dvdec_set_property), (gst_dvdec_get_property):
23955         * ext/dv/gstdvdec.h:
23956         Implement drop_factor property to lower the framerate with
23957         a factor.
23958
23959 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23960
23961         * gst-libs/gst/colorbalance/Makefile.am:
23962         * gst-libs/gst/mixer/Makefile.am:
23963         * gst-libs/gst/play/Makefile.am:
23964         * gst-libs/gst/tuner/Makefile.am:
23965           unbreak Company's fix that didn't install the -enum.h files
23966
23967 2004-06-27  Wim Taymans  <wim@fluendo.com>
23968
23969         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23970         (gst_dvdec_change_state):
23971         * ext/dv/gstdvdec.h:
23972         Fix timestamp, duration and offset of the buffers.
23973
23974 2004-06-27  Wim Taymans  <wim@fluendo.com>
23975
23976         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23977         (gst_multifdsink_class_init), (gst_multifdsink_add),
23978         (gst_multifdsink_remove), (gst_multifdsink_clear),
23979         (gst_multifdsink_client_remove),
23980         (gst_multifdsink_handle_client_read),
23981         (gst_multifdsink_client_queue_data),
23982         (gst_multifdsink_client_queue_caps),
23983         (gst_multifdsink_client_queue_buffer),
23984         (gst_multifdsink_handle_client_write),
23985         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23986         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23987         (gst_multifdsink_init_send), (gst_multifdsink_close):
23988         * gst/tcp/gstmultifdsink.h:
23989         * gst/tcp/gsttcpserversink.c:
23990         (gst_tcpserversink_handle_server_read),
23991         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23992         More multifdsink fixes, more recovery policy fixes.
23993         Removed stupid g_print
23994
23995 2004-06-26  Wim Taymans  <wim@fluendo.com>
23996
23997         * gst/tcp/Makefile.am:
23998         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23999         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
24000         (gst_multifdsink_class_init), (gst_multifdsink_init),
24001         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
24002         (gst_multifdsink_handle_client_read),
24003         (gst_multifdsink_client_queue_data),
24004         (gst_multifdsink_client_queue_caps),
24005         (gst_multifdsink_client_queue_buffer),
24006         (gst_multifdsink_handle_client_write),
24007         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24008         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24009         (gst_multifdsink_chain), (gst_multifdsink_set_property),
24010         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24011         (gst_multifdsink_close), (gst_multifdsink_change_state):
24012         * gst/tcp/gstmultifdsink.h:
24013         * gst/tcp/gsttcpplugin.c: (plugin_init):
24014         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
24015         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
24016         (gst_tcpserversink_handle_server_read),
24017         (gst_tcpserversink_handle_select),
24018         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
24019         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24020         * gst/tcp/gsttcpserversink.h:
24021         Added multifdsink, made tcpserversink a subclass of fdsink, removed
24022         one of the locks, added recovery policy to multifdsink.
24023
24024 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24025
24026         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24027           fix decision for when getting frames with same timestamp
24028         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24029         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24030         (gst_v4lsrc_get_property):
24031         * sys/v4l/gstv4lsrc.h:
24032           add latency offset property
24033
24034 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24035
24036         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
24037         (plugin_init):
24038           fix debugging. add category.
24039
24040 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24041
24042         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24043           fix wrong offsets
24044
24045 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24046
24047         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24048         (gst_alsa_src_get_time), (gst_alsa_src_loop),
24049         (gst_alsa_src_change_state):
24050           return a time that is in sync with the element's processing
24051
24052 2004-06-25  Wim Taymans  <wim@fluendo.com>
24053
24054         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24055         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24056         (gst_tcpserversink_client_remove),
24057         (gst_tcpserversink_handle_client_read),
24058         (gst_tcpserversink_client_queue_data),
24059         (gst_tcpserversink_client_queue_caps),
24060         (gst_tcpserversink_client_queue_buffer),
24061         (gst_tcpserversink_handle_client_write),
24062         (gst_tcpserversink_queue_buffer),
24063         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24064         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24065         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24066         (gst_tcpserversink_close):
24067         * gst/tcp/gsttcpserversink.h:
24068         Serversink rewrite. Really do non blocking writes to clients and
24069         maintain an internal queue to handle slower clients while not
24070         disturbing fast clients.
24071
24072 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24073
24074         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24075           better debug, don't override OFFSET and OFFSET_END
24076
24077 2004-06-25  Iain <iain@prettypeople.org>
24078
24079         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24080         name=source for the wavparse pipeline.
24081
24082 2004-06-24  Johan Dahlin  <johan@gnome.org>
24083
24084         * ext/theora/theoraenc.c (theora_enc_chain): Call
24085         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24086         streamheader caps are set correctly.
24087
24088 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24089
24090         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24091         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24092           respect minimum bitrate; same could be done for max bitrate
24093
24094 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24095
24096         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24097         (gst_vorbisenc_setup):
24098           fix sample rate range
24099
24100 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24101
24102         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24103         (gst_oggvorbisenc_setup):
24104         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24105         (gst_vorbisenc_setup):
24106           resolve ambiguities in code and description
24107
24108 2004-06-24  Wim Taymans  <wim@fluendo.com>
24109
24110         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24111         * ext/alsa/gstalsa.h:
24112         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24113         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24114         Use alsa trigger_tstamp to get the timestamp of the first
24115         sample in the buffer for more precise sync. Some cleanups.
24116
24117 2004-06-24  Wim Taymans  <wim@fluendo.com>
24118
24119         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24120         (gst_audiorate_init), (gst_audiorate_chain),
24121         (gst_audiorate_set_property), (gst_audiorate_get_property):
24122         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24123         (gst_videorate_chain):
24124         Added some logging, fixed an overflow bug in videorate.
24125
24126 2004-06-24  Benjamin Otte  <otte@gnome.org>
24127
24128         * ext/kio/Makefile.am:
24129           fix for builddir != srcdir and distcheck
24130
24131 2004-06-24  Benjamin Otte  <otte@gnome.org>
24132
24133         * gst-libs/gst/colorbalance/Makefile.am:
24134         * gst-libs/gst/mixer/Makefile.am:
24135         * gst-libs/gst/play/Makefile.am:
24136         * gst-libs/gst/tuner/Makefile.am:
24137         * gst/tcp/Makefile.am:
24138         * sys/dxr3/Makefile.am:
24139           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24140           tarball.
24141           Also add all *.list files that were missing.
24142         * Makefile.am:
24143           add a distcheck hook to ensure the above doesn't happen again.
24144
24145 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
24146
24147         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24148
24149 2004-06-23  Colin Walters  <walters@redhat.com>
24150
24151         * m4/Makefile.am: Distribute gst-fionread.m4.
24152
24153 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24154
24155         * configure.ac: back to dev
24156
24157 2004-06-23  Wim Taymans  <wim@fluendo.com>
24158
24159         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24160         (gst_alsa_xrun_recovery):
24161         * ext/alsa/gstalsa.h:
24162         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24163         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24164         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24165         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24166         (gst_alsa_src_loop):
24167         Add clock to alsasrc. Take new capture timestamp when
24168         restarting after an overrun. Split up some functions between
24169         alsasrc and alsasink.
24170
24171 === release 0.8.2 ===
24172
24173 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24174
24175         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24176         (gst_alsa_change_state), (gst_alsa_update_avail),
24177         (gst_alsa_xrun_recovery):
24178         * ext/alsa/gstalsa.h:
24179         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24180           merge back changes from release
24181
24182 2004-06-23  Wim Taymans  <wim@fluendo.com>
24183
24184         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24185         (gst_audiorate_init), (gst_audiorate_chain),
24186         (gst_audiorate_set_property), (gst_audiorate_get_property):
24187         Implement sample dropping and notify
24188
24189 2004-06-22  Wim Taymans  <wim@fluendo.com>
24190
24191         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24192         (theora_enc_sink_link), (theora_buffer_from_packet),
24193         (theora_push_packet), (theora_enc_chain):
24194         Some cleanups, make sure the timestamps are correct.
24195
24196 2004-06-22  Wim Taymans  <wim@fluendo.com>
24197
24198         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24199         (gst_alsa_change_state), (gst_alsa_update_avail),
24200         (gst_alsa_xrun_recovery):
24201         * ext/alsa/gstalsa.h:
24202         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24203         Cleanups, take queued samples into account when reporting
24204         the time.
24205
24206 2004-06-22  Wim Taymans  <wim@fluendo.com>
24207
24208         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24209         (gst_videorate_init):
24210         Initialize the property as well.
24211
24212 2004-06-22  Wim Taymans  <wim@fluendo.com>
24213
24214         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24215         (gst_videorate_init), (gst_videorate_chain),
24216         (gst_videorate_set_property), (gst_videorate_get_property):
24217         Add property to make videorate silent.
24218         Add property to prefer new frames over old ones.
24219
24220 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24221
24222         * sys/osxvideo/Makefile.am:
24223         Workaround so that the osxvideo .so file gets linked with the
24224         Cocoa, OpenGL and QuickTime frameworks
24225
24226 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24227
24228         * sys/osxaudio/Makefile.am:
24229         Workaround so that the osxaudio .so file gets linked with the
24230         CoreAudio framework
24231
24232 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24233
24234         * configure.ac:
24235         Whoops, my fault...fixed build issues
24236
24237 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24238
24239         * configure.ac:
24240         Add objective-c support if running in Darwin/Mac OS X
24241         * sys/Makefile.am:
24242         * sys/osxvideo:
24243         * sys/osxvideo/Makefile.am:
24244         * sys/osxvideo/osxvideosink.h:
24245         * sys/osxvideo/osxvideosink.m:
24246         * sys/osxvideo/cocoawindow.h:
24247         * sys/osxvideo/cocoawindow.m:
24248         Add osxvideosink, a cocoa-based osx video sink
24249
24250
24251 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24252         * ext/dvdnav/gst-dvd:
24253         Grab the gconf key from the right spot
24254         * gst/debug/gstnavseek.c: (gst_navseek_init),
24255         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24256         (gst_navseek_chain):
24257         * gst/debug/gstnavseek.h:
24258           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24259           and loop parameters of a segment seek.
24260         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24261         (gst_videotestsrc_get_event_masks),
24262         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24263         * gst/videotestsrc/gstvideotestsrc.h:
24264           Add seeking support to videotestsrc
24265           Initialise the timestamp_offset variable.
24266
24267 2004-06-18  Wim Taymans  <wim@fluendo.com>
24268
24269         * ext/sidplay/gstsiddec.cc:
24270         Fix negotiation and set correct end offset.
24271
24272 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24273
24274         * configure.ac: branch and prerelease
24275
24276 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24277
24278         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24279         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24280         (gst_tcpclientsrc_init_receive):
24281         * gst/tcp/gsttcpclientsrc.h:
24282           read caps when connecting to server for GDP so we set them correctly
24283
24284 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24285
24286         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24287           notify drops and duplicates
24288         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24289           no good reason to limit ourselves to 100x100
24290
24291 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24292
24293         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24294         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24295         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24296         (gst_v4lsrc_get_property):
24297         * sys/v4l/gstv4lsrc.h:
24298         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24299         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24300         (gst_v4l_set_audio):
24301         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24302         (gst_v4lsrc_try_capture):
24303         * sys/v4l/v4lsrc_calls.h:
24304           change try_palette to more general try_capture
24305           add autoprobe option so we can turn off autoprobing
24306           various fixes
24307
24308 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24309
24310         * configure.ac:
24311           add videorate
24312         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24313         (gst_ximagesink_class_init):
24314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24315         (gst_xvimagesink_class_init):
24316           run them as finalize, not dispose, since dispose can be invoked
24317           multiple times
24318
24319 2004-06-17  Wim Taymans  <wim@fluendo.com>
24320
24321         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24322         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24323         * ext/alsa/gstalsa.h:
24324         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24325         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24326         (gst_alsa_src_change_state):
24327         * ext/alsa/gstalsasrc.h:
24328         Make the xrun code timestamp and offset the buffers correctly.
24329         moved the clock to the base class, use alsa methods to get time.
24330         Do correct timestamping on outgoing buffers.
24331
24332 2004-06-17  Wim Taymans  <wim@fluendo.com>
24333
24334         * gst/audiorate/Makefile.am:
24335         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24336         (gst_audiorate_base_init), (gst_audiorate_class_init),
24337         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24338         (gst_audiorate_set_property), (gst_audiorate_get_property),
24339         (gst_audiorate_change_state), (plugin_init):
24340         Added an audiorate converter that fills in gaps.
24341
24342 2004-06-17  Johan Dahlin  <johan@gnome.org>
24343
24344         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24345
24346 2004-06-16  Wim Taymans  <wim@fluendo.com>
24347
24348         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24349         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24350         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24351         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24352         (gst_v4lsrc_get_property):
24353         * sys/v4l/gstv4lsrc.h:
24354         Added a copy mode to v4lsrc where it will output a copied version
24355         of its internal hardware buffer.
24356         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24357         can't | them.
24358
24359 2004-06-16  Wim Taymans  <wim@fluendo.com>
24360
24361         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24362         Timestamp fixes.
24363
24364 2004-06-16  Wim Taymans  <wim@fluendo.com>
24365
24366         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24367         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24368         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24369         (gst_v4lsrc_get_property):
24370         * sys/v4l/gstv4lsrc.h:
24371         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24372         Added a sync mode enum property to control v4lsrc timestamp method
24373         Removed the use-fixed-fps property and moved functionality in
24374         the enum.
24375         Don't error on an error value from v4l-conf, it might not always
24376         be a real error.
24377
24378 2004-06-16  Wim Taymans  <wim@fluendo.com>
24379
24380         * gst/videorate/Makefile.am:
24381         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24382         (gst_videorate_base_init), (gst_videorate_class_init),
24383         (gst_videorate_getcaps), (gst_videorate_link),
24384         (gst_videorate_init), (gst_videorate_chain),
24385         (gst_videorate_set_property), (gst_videorate_get_property),
24386         (gst_videorate_change_state), (plugin_init):
24387         Added a video timestamp corrector.
24388
24389 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24390
24391         fixed a potential leak with previous commit
24392
24393         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24394
24395 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24396
24397         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24398         Added missing refcount, fixes bug #144425
24399         Cheers Tim for finding the bug
24400
24401 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24402
24403         * sys/v4l/gstv4l.c: (plugin_init):
24404         * sys/v4l/gstv4lcolorbalance.c:
24405         * sys/v4l/gstv4lcolorbalance.h:
24406         * sys/v4l/gstv4lelement.c:
24407         * sys/v4l/gstv4lelement.h:
24408         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24409         * sys/v4l/gstv4lmjpegsink.h:
24410         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24411         * sys/v4l/gstv4lmjpegsrc.h:
24412         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24413         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24414         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24415         * sys/v4l/gstv4lsrc.h:
24416         * sys/v4l/gstv4ltuner.c:
24417         * sys/v4l/gstv4ltuner.h:
24418         * sys/v4l/gstv4lxoverlay.c:
24419         * sys/v4l/gstv4lxoverlay.h:
24420         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24421         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24422         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24423         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24424         (gst_v4l_set_audio):
24425         * sys/v4l/v4l_calls.h:
24426         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24427         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24428         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24429         (gst_v4lmjpegsink_playback_init),
24430         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24431         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24432         (gst_v4lmjpegsink_playback_stop),
24433         (gst_v4lmjpegsink_playback_deinit):
24434         * sys/v4l/v4lmjpegsink_calls.h:
24435         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24436         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24437         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24438         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24439         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24440         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24441         * sys/v4l/v4lmjpegsrc_calls.h:
24442         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24443         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24444         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24445         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24446         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24447         (gst_v4lsrc_try_palette):
24448         * sys/v4l/v4lsrc_calls.h:
24449           bunch of paranoia cleanups
24450
24451 2004-06-14  David Schleef  <ds@schleef.org>
24452
24453         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24454         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24455         Send discont events and change timestamps appropriately when
24456         we get a seek event.  (bug #144240)
24457         * ext/cdparanoia/gstcdparanoia.h:
24458
24459 2004-06-14  Benjamin Otte  <otte@gnome.org>
24460
24461         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24462           snd_pcm_hw_params_set_rate  since the latter fails for no good
24463           reason on some setups.
24464
24465 2004-06-14  David Schleef  <ds@schleef.org>
24466
24467         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24468         standard.  Thank you for playing.
24469
24470 2004-06-14  Wim Taymans  <wim@fluendo.com>
24471
24472         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24473         Patch 1.3 broke the ordering of the colorspace info and
24474         made the plugin basically work by coincidence, reordered
24475         the info.
24476
24477 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24478
24479         * ext/lame/gstlame.c:
24480         * ext/mad/gstmad.c:
24481           sync caps.  Make sure mad can only output a list of rates, not
24482           a full range.  In the future, have three caps lists for each of the
24483           mpeg versions.  Change mpegversion to a double as well.
24484
24485 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24486
24487         * gst/volume/.cvsignore:
24488         * gst/volume/Makefile.am:
24489         * gst/volume/demo.c: (value_changed_callback), (idler),
24490         (setup_gui), (main):
24491           added small demo app
24492
24493 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24494         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24495         * ext/esd/esdsink.h:
24496         Close the esd connection on pause, because esd will just wait -
24497         blocking all other esd clients indefinitely.
24498
24499 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24500
24501         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24502           previous commit with GST_DEBUG
24503
24504 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24505
24506         * configure.ac:
24507           add a header check for a dvdread header in dvdnav.  Fixes #133002
24508
24509 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24510
24511         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24512         * gst/tcp/gsttcpclientsink.h:
24513         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24514         * gst/tcp/gsttcpclientsrc.h:
24515         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24516         (gst_tcpserversink_handle_server_read),
24517         (gst_tcpserversink_init_send):
24518         * gst/tcp/gsttcpserversink.h:
24519         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24520         * gst/tcp/gsttcpserversrc.h:
24521         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24522         version of IP)
24523
24524 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24525
24526         * configure.ac:
24527         Added ogg library so that OSX detects libtheora properly
24528
24529 2004-06-11  Wim Taymans  <wim@fluendo.com>
24530
24531         * ext/theora/theoradec.c: (theora_dec_chain),
24532         (theora_dec_change_state):
24533         Don't try to decode frames before we received a keyframe.
24534
24535 2004-06-11  Wim Taymans  <wim@fluendo.com>
24536
24537         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24538         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24539         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24540         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24541         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24542         Added property to set the maximum delay of a page.
24543
24544 2004-06-10  Wim Taymans  <wim@fluendo.com>
24545
24546         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24547         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24548         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24549         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24550         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24551         Added max-delay property to control the maximum amount
24552         of data to put in one page.
24553
24554 2004-06-10  Wim Taymans  <wim@fluendo.com>
24555
24556         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24557         (gst_theora_enc_init), (theora_enc_sink_link),
24558         (theora_buffer_from_packet), (theora_enc_set_property),
24559         (theora_enc_get_property):
24560         Set duration on encoded buffer, added some more properties
24561
24562 2004-06-10  Wim Taymans  <wim@fluendo.com>
24563
24564         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24565         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24566         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24567         * ext/theora/theoraenc.c: (theora_enc_chain):
24568         Fix refcounting bugs
24569
24570 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24571
24572         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24573         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24574         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24575         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24576         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24577         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24578         (gst_asf_demux_change_state):
24579         * gst/asfdemux/gstasfdemux.h:
24580           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24581           feels like. I think we should set a new requirement for demuxers
24582           from now on to implement sane loop functions, data loops, query
24583           and seek functions before first commit into CVS. And this commit
24584           fixes all of the above.
24585
24586 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24587
24588         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24589           vorbis comments are properly encoded in UTF-8 before adding them
24590           to a GstTagList
24591
24592 2004-06-09  Benjamin Otte  <otte@gnome.org>
24593
24594         * ext/alsa/gstalsa.c: (add_channels):
24595           handle min <= max correctly
24596         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24597         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24598           add fixation functions so we fixate correctly. No preferring of alaw
24599           anymore because it's the first structure.
24600         * ext/alsa/gstalsa.h:
24601         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24602         (gst_alsa_hw_params_dump):
24603           add functions to ease debugging in alsalib
24604         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24605         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24606         (gst_alsa_start_audio):
24607           only specify hw params if we really setup a format (fixes #134007 -
24608           or at least works around it)
24609
24610 2004-06-09  Wim Taymans  <wim@fluendo.com>
24611
24612         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24613         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24614         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24615         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24616         (gst_ogg_mux_loop):
24617         Use stream caps to setup the initial pages in the ogg stream.
24618         Correctly set the streamheader caps on the srcpad.
24619
24620 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24621
24622         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24623         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24624         (gst_v4lsrc_getcaps):
24625         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24626         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24627           add querying of fps lists for webcams.  Negotiating to a framerate
24628           now works.
24629
24630 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24631
24632         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24633         (theora_push_buffer), (theora_push_packet),
24634         (theora_set_header_on_caps), (theora_enc_chain):
24635           mark buffers and put on streamheader, raw theora streaming
24636           now works too, whee
24637
24638 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24639
24640         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24641         (gst_tcp_gdp_read_caps):
24642           do a looping read for caps and GDP headers too
24643
24644 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24645
24646         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24647         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24648           return EOS instead of NULL in _get
24649
24650 2004-06-08  Wim Taymans  <wim@fluendo.com>
24651
24652         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24653         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24654         (gst_tcp_gdp_write_caps):
24655         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24656         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24657         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24658         Memory leak fixes
24659
24660 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24661
24662         * ext/vorbis/Makefile.am:
24663         * ext/vorbis/vorbis.c: (plugin_init):
24664         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24665         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24666         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24667         (vorbis_parse_change_state):
24668         * ext/vorbis/vorbisparse.h:
24669           adding a vorbisparse element that marks the buffers, streaming
24670           raw vorbis using GDP now works, whee
24671
24672 2004-06-08  Wim Taymans  <wim@fluendo.com>
24673
24674         * ext/jpeg/Makefile.am:
24675         * ext/jpeg/README:
24676         * ext/jpeg/gstjpeg.c: (plugin_init):
24677         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24678         (gst_smokedec_base_init), (gst_smokedec_class_init),
24679         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24680         * ext/jpeg/gstsmokedec.h:
24681         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24682         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24683         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24684         (gst_smokeenc_resync), (gst_smokeenc_chain),
24685         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24686         * ext/jpeg/gstsmokeenc.h:
24687         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24688         (smokecodec_flush_destination), (smokecodec_term_destination),
24689         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24690         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24691         (smokecodec_term_source), (smokecodec_encode_new),
24692         (smokecodec_decode_new), (smokecodec_info_free),
24693         (smokecodec_set_quality), (smokecodec_get_quality),
24694         (smokecodec_set_threshold), (smokecodec_get_threshold),
24695         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24696         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24697         (smokecodec_parse_header), (smokecodec_decode):
24698         * ext/jpeg/smokecodec.h:
24699         Added a new simple jpeg based codec
24700
24701 2004-06-08  Wim Taymans  <wim@fluendo.com>
24702
24703         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24704         (gst_multipart_mux_loop):
24705         Fix memory leak
24706
24707 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24708
24709         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24710         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24711         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24712         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24713         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24714         * gst/tcp/gsttcpserversink.h:
24715           take streamheader into account
24716
24717 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24718
24719         * gst/level/Makefile.am:
24720         * gst/level/gstlevel.c: (gst_level_class_init):
24721           clean up marshal generation
24722
24723 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24724
24725         * gst/tcp/Makefile.am:
24726         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24727         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24728         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24729         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24730         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24731         (gst_tcpclientsrc_get_property):
24732         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24733         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24734         (gst_tcpserversink_handle_client_read),
24735         (gst_tcpserversink_handle_client_write),
24736         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24737         * gst/tcp/gsttcpserversink.h:
24738           add signals client-added and client-removed
24739         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24740         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24741         (gst_tcpserversrc_get_property):
24742         uniformized, change default protocol to NONE
24743         * gst/tcp/gsttcp-marshal.list: added
24744 2004-06-07  Benjamin Otte  <otte@gnome.org>
24745
24746         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24747           handle discont events if they happen before caps nego
24748
24749 2004-06-07  Wim Taymans  <wim@fluendo.com>
24750
24751         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24752         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24753         (gst_multipart_demux_plugin_init):
24754         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24755         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24756         (gst_multipart_mux_change_state):
24757         Small updates, fix a memleak
24758
24759 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24760
24761         * configure.ac: OSS portability
24762         * ext/arts/gst_arts.c: idem
24763         * sys/oss/gstosselement.c: idem
24764         * sys/oss/gstossmixer.c: idem
24765         * sys/oss/gstosssink.c: idem
24766         * sys/oss/gstosssrc.c: idem
24767         * sys/oss/oss_probe.c: idem
24768           - check for soundcard.h in different places for some BSD
24769
24770 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24771
24772         * AUTHORS:
24773         Add me to the authors file
24774         * configure.ac:
24775         Increase the libdv requirement to >= version 0.100
24776         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24777         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24778         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24779         * ext/dv/gstdvdec.h:
24780         Add support for the new_media flag when sending DISCONT events
24781         Make the querying work when video pad is not linked
24782
24783 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24784
24785         reviewed by Benjamin Otte  <otte@gnome.org>
24786
24787         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24788           create a NULL-initialized array of pads, so we don't think they
24789           exist already. (fixes #143130)
24790
24791 2004-06-07  Benjamin Otte  <otte@gnome.org>
24792
24793         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24794         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24795         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24796           don't use // coments
24797
24798 2004-06-07  Benjamin Otte  <otte@gnome.org>
24799
24800         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24801           cast to GstClockTime to get higher granularity
24802         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24803           use gst_element_set_time_delay to get the exact time
24804         * ext/mad/gstmad.c: (gst_mad_chain):
24805           use the negotiated rate instead of the current frame's rate which
24806           might be wrong because of bit errors. This avoids emitting totally
24807           bogus timestamps and screwing sync.
24808         (fixes #143454)
24809
24810 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24811
24812         reviewed by Benjamin Otte  <otte@gnome.org>
24813
24814         * gst/adder/gstadder.c: (gst_adder_loop):
24815           properly error out when no negotiation has happened yet. (fixes
24816           #143032)
24817
24818 2004-06-06  Benjamin Otte  <otte@gnome.org>
24819
24820         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24821           forward correctly transformed offset in discont events. Based on
24822           patch by Arwed v. Merkatz. (fixes #142851)
24823
24824 2004-06-06  David Schleef  <ds@schleef.org>
24825
24826         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24827         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24828         problems on several systems.
24829
24830 2004-06-06  Benjamin Otte  <otte@gnome.org>
24831
24832         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24833           use explicit caps on the srcpad
24834         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24835           properly error out if caps couldn't be set (fixes #142764)
24836
24837 2004-06-06  Benjamin Otte  <otte@gnome.org>
24838
24839         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24840         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24841         (gst_alsa_start_audio):
24842           - don't call set_periods_integer anymore, it breaks the
24843           configuration randomly
24844           - call snd_pcm_hw_params_set_access directly instead of using masks
24845           - don't fail if the sw_params can't be set, just use the default
24846           params and hope it works. Alsalib has weird issues when you touch
24847           sw_params and does no proper error reporting about what failed.
24848         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24849         (gst_alsa_close_audio):
24850           make our alsa debugging go via gst debugging and not conditionally
24851           defined
24852         * ext/alsa/gstalsa.h:
24853           add ALSA_DEBUG_FLUSH macro
24854         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24855         (plugin_init):
24856           wrap alsa errors to be printed via the gst debugging system and not
24857           spammed to stderr
24858
24859 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24860
24861         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24862         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24863         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24864         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24865         (qtdemux_parse_trak):
24866         * gst/qtdemux/qtdemux.h:
24867           Bitch. Also known as seeking, querying & co.
24868         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24869         (gst_osssink_change_state):
24870         * sys/oss/gstosssink.h:
24871           Resyncing is for weenies, this hack is no longer needed and was
24872           broken anyway (since it - unintendedly - always leaves resync to
24873           TRUE).
24874
24875 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24876
24877         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24878         * gst/tcp/gsttcpclientsrc.h: idem
24879           - define MSG_NOSIGNAL if not done
24880           - include unistd.h for off_t
24881           (fixes #143749)
24882
24883 2004-06-05  Benjamin Otte  <otte@gnome.org>
24884
24885         * configure.ac:
24886         * ext/kio/Makefile.am:
24887           check for qt's moc preprocessor explicitly and use it
24888
24889 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24890
24891         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24892           don't get a signal for EPIPE on socket writes
24893           (somebody check if this works on other platforms)
24894
24895 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24896
24897         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24898         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24899           check error condition on available samples correctly
24900
24901 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24902
24903         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24904           avoid a segfault
24905         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24906         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24907         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24908         (gst_tcpserversrc_gdp_read_header):
24909          use ssize_t over size_t since the former is signed and thus the
24910          check for error codes can work
24911
24912 2004-06-02  Wim Taymans  <wim@fluendo.com>
24913
24914         reviewed by: Johan
24915
24916         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24917         (gst_multipart_mux_loop):
24918         Oops
24919
24920 2004-06-02  Wim Taymans  <wim@fluendo.com>
24921
24922         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24923         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24924         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24925         (gst_multipart_mux_change_state):
24926         Added configurable boundary specifier, added the value as a
24927         caps field as well.
24928
24929 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24930
24931         * gst/tcp/gsttcp.c:
24932         * gst/tcp/gsttcpclientsrc.c:
24933         * gst/tcp/gsttcpclientsrc.h:
24934         * gst/tcp/gsttcpserversrc.c:
24935           - portability fix, to compile on OSX
24936             (fixes #143146)
24937
24938         * sys/osxaudio/gstosxaudioelement.c:
24939         * sys/osxaudio/gstosxaudiosink.c:
24940         * sys/osxaudio/gstosxaudiosrc.c:
24941           - compilation warnings on OSX
24942             (fixes #143153)
24943
24944 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24945
24946         * ext/vorbis/vorbisdec.c : sign warning fixes
24947
24948         * gst-libs/gst/mixer/mixertrack.c :
24949           do no use defines which are glib 2.4 specific
24950
24951 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24952
24953         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24954           buffer since libflac doesn't expect it (reports a sync error when
24955           it encounters that)
24956
24957
24958 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24959
24960         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24961         * gst-libs/gst/mixer/mixertrack.c:
24962         (gst_mixer_track_get_property), (get_mixer_track_init),
24963         (get_mixer_track_get_property): Added property accessors
24964         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24965         * gst-libs/gst/mixer/mixeroptions.c:
24966         (gst_mixer_options_get_values): Added
24967         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24968         * gst-libs/gst/mixer/mixer.c: Fixed comment
24969
24970
24971 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24972
24973         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24974           improve error messages on open
24975
24976
24977 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24978
24979         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24980           check if v4l-conf is in path
24981
24982 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24983
24984         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24985           change assert to a more readable error message
24986
24987 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24988
24989         * gst-libs/gst/tuner/tunerchannel.h:
24990           - add a freq_multiplicator field to make the conversion
24991             between internal frequency unit and Hz
24992         * sys/v4l/gstv4lelement.c:
24993         * sys/v4l2/gstv4l2element.c:
24994           - change default video device to /dev/video0
24995         * sys/v4l/v4l_calls.c:
24996         * sys/v4l2/v4l2_calls.c:
24997           - we only expose frequency to the user in Hz instead of
24998             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24999
25000 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
25001         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25002           Initialise b_o_s and e_o_s variables
25003         * gst-libs/gst/riff/riff-media.c:
25004         (gst_riff_create_video_caps_with_data):
25005           Add some unusual fourcc's from mplayer avi's
25006         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
25007           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
25008           autoplugging.
25009
25010 2004-05-28  Wim Taymans  <wim@fluendo.com>
25011
25012         * configure.ac:
25013         * gst/alpha/Makefile.am:
25014         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
25015         (gst_alpha_get_type), (gst_alpha_base_init),
25016         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
25017         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
25018         (gst_alpha_chroma_key), (gst_alpha_chain),
25019         (gst_alpha_change_state), (plugin_init):
25020         A plugin to add an alpha channel to I420 video. Can optionally do
25021         chroma keying.
25022         * gst/multipart/Makefile.am:
25023         * gst/multipart/multipart.c: (plugin_init):
25024         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25025         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
25026         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
25027         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25028         (gst_multipart_demux_change_state),
25029         (gst_multipart_demux_plugin_init):
25030         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
25031         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
25032         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
25033         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
25034         (gst_multipart_mux_pad_unlink),
25035         (gst_multipart_mux_request_new_pad),
25036         (gst_multipart_mux_handle_src_event),
25037         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
25038         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
25039         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25040         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
25041         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
25042         send multipart jpeg images to a browser.
25043         * gst/videobox/Makefile.am:
25044         * gst/videobox/README:
25045         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25046         (gst_video_box_get_type), (gst_video_box_base_init),
25047         (gst_video_box_class_init), (gst_video_box_init),
25048         (gst_video_box_set_property), (gst_video_box_get_property),
25049         (gst_video_box_sink_link), (gst_video_box_i420),
25050         (gst_video_box_ayuv), (gst_video_box_chain),
25051         (gst_video_box_change_state), (plugin_init):
25052         Crops or adds borders around an image. can do alpha channel
25053         borders as well.
25054         * gst/videomixer/Makefile.am:
25055         * gst/videomixer/README:
25056         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25057         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25058         (gst_videomixer_pad_get_sink_event_masks),
25059         (gst_videomixer_pad_get_property),
25060         (gst_videomixer_pad_set_property),
25061         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25062         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25063         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25064         (gst_videomixer_base_init), (gst_videomixer_class_init),
25065         (gst_videomixer_init), (gst_videomixer_request_new_pad),
25066         (gst_videomixer_handle_src_event),
25067         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25068         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25069         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25070         (gst_videomixer_loop), (gst_videomixer_get_property),
25071         (gst_videomixer_set_property), (gst_videomixer_change_state),
25072         (plugin_init):
25073         Generic video mixer plugin, can handle multiple inputs all with
25074         different framerates and video sizes. Is fully alpha channel
25075         aware.
25076
25077 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25078
25079         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25080           Select first track as master track. Not sure how else to handle
25081           that...
25082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25083           Discard discont events. Should fix #142962.
25084
25085 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25086
25087         * ext/alsa/Makefile.am:
25088         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25089         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25090         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25091         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25092         (gst_alsa_mixer_get_option):
25093         * ext/alsa/gstalsamixer.h:
25094         * ext/alsa/gstalsamixeroptions.c:
25095         (gst_alsa_mixer_options_get_type),
25096         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25097         (gst_alsa_mixer_options_new):
25098         * ext/alsa/gstalsamixeroptions.h:
25099         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25100         * ext/alsa/gstalsamixertrack.h:
25101           Add enumerations (as GstMixerOptions). Make correct distinction
25102           between input/output tracks. Add capture/playback private flag.
25103           Use flag to decide on whether to set capture or playback volumes
25104           or switches. Use playback and record switches.
25105         * gst-libs/gst/mixer/Makefile.am:
25106         * gst-libs/gst/mixer/mixer-marshal.list:
25107         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25108         (gst_mixer_set_option), (gst_mixer_get_option),
25109         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25110         (gst_mixer_volume_changed), (gst_mixer_option_changed):
25111         * gst-libs/gst/mixer/mixer.h:
25112         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25113         (gst_mixer_options_class_init), (gst_mixer_options_init),
25114         (gst_mixer_options_dispose):
25115         * gst-libs/gst/mixer/mixeroptions.h:
25116           Add GstMixerOptions.
25117         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25118           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25119           broken device detection on computers with multiple OSS sound
25120           cards.
25121
25122 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25123
25124         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25125           fixate nicely even when the peer is not negotiating
25126
25127 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25128
25129         * gst/audioconvert/gstaudioconvert.c:
25130         (gst_audio_convert_parse_caps):
25131           make sure we don't allow depth > width
25132         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25133           fixate endianness to G_BYTE_ORDER as default
25134         * gst/audioscale/gstaudioscale.c:
25135           we don't handle another endianness as host-endianness
25136
25137 2004-05-25  David Schleef  <ds@schleef.org>
25138
25139         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
25140
25141 2004-05-24  Benjamin Otte  <otte@gnome.org>
25142
25143         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25144         (gst_oggvorbisenc_setup):
25145           properly fail when we can't setup the vorbis encoder due to
25146           unsupported settings
25147         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25148         (gst_vorbisenc_setup):
25149           same
25150         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25151           fix case where warnings occured when one pad was unlinked while the
25152           other's link function was called
25153
25154 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25155
25156         * gst/tcp/Makefile.am:
25157           use GST_ENABLE_NEW
25158
25159 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25160
25161         * gst-libs/gst/resample/private.h:
25162           don't use optimizations that are #if 0'ed
25163
25164 2004-05-24  Wim Taymans  <wim@fluendo.com>
25165
25166         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25167         Fix potential division by zero error and hopefully get
25168         the position query right to get correct timestamps on avi
25169         audio.
25170
25171 2004-05-24  Wim Taymans  <wim@fluendo.com>
25172
25173         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25174         (gst_videoscale_scale_nearest_str2),
25175         (gst_videoscale_scale_nearest_str4),
25176         (gst_videoscale_scale_nearest_32bit),
25177         (gst_videoscale_scale_nearest_24bit),
25178         (gst_videoscale_scale_nearest_16bit):
25179         Fix the scaling algorithm and avoid a buffer overflow.
25180         removed the while loop in the scaling function as it
25181         was used for point sampling only.
25182
25183 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25184
25185         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25186         (gst_id3_tag_class_init), (gst_id3_tag_init),
25187         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25188         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25189         (gst_id3_tag_send_tag_event):
25190           lots of fixes to make id3mux work and id3demux work correctly
25191
25192 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25193
25194         * ext/Makefile.am:
25195           add rules to build shout2send (was removed by accident
25196           when this module was no more marked experimental/broken)
25197
25198 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25199
25200         * ext/shout2/gstshout2.c:
25201         * ext/shout2/gstshout2.h:
25202           adding a "connection problem" signal to shout2send
25203           (fixes #142954)
25204
25205 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25206
25207         * ext/kio/kioreceiver.cpp:
25208         * ext/kio/kioreceiver.h:
25209           fix sign comparison issues
25210
25211 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25212
25213         * gst/cdxaparse/gstcdxaparse.c:
25214         * gst/cdxaparse/gstcdxaparse.h:
25215           some renaming
25216           add some checks/sanity
25217           prepare for seek addition
25218
25219         * sys/sunaudio/gstsunaudio.c:
25220           remove exported dupe init function
25221
25222 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25223
25224         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25225         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25226           Fix format conversion and position querying.
25227         * gst/debug/progressreport.c: (gst_progressreport_report):
25228           Don't output a bogus total value that we didn't query.
25229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25230           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25231           only a blank window after xine has been used.
25232
25233 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25234
25235         * m4/as-arts.m4:
25236           sync with upstream version to fix test on FC2
25237           readd with -ko to preserve Id header
25238
25239 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25240
25241         * configure.ac:
25242           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25243         * gst/tcp/gsttcpclientsrc.c: idem
25244         * gst/tcp/gsttcpserversink.c: idem
25245         * gst/tcp/gsttcpserversrc.c: idem
25246         * m4/gst-fionread.m4: idem
25247
25248         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25249
25250         * configure.ac: enable speex plugin for speex 1.1.5+
25251         * ext/speex/gstspeexenc.c: fix cast warning
25252
25253         * ext/esd/README: fix typo
25254
25255 2004-05-20  David Schleef  <ds@schleef.org>
25256
25257         * configure.ac: Minor cosmetic change to convince the buildbot to
25258         reautogen.
25259         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25260         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25261         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25262         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25263         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25264         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25265         More hacking.  Plays audio now.
25266
25267 2004-05-20  David Schleef  <ds@schleef.org>
25268
25269         * configure.ac:
25270         * sys/Makefile.am:
25271
25272 2004-05-20  David Schleef  <ds@schleef.org>
25273
25274         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25275         * sys/osxaudio/gstosxaudio.c:
25276         * sys/osxaudio/gstosxaudioelement.c:
25277         * sys/osxaudio/gstosxaudioelement.h:
25278         * sys/osxaudio/gstosxaudiosink.c:
25279         * sys/osxaudio/gstosxaudiosink.h:
25280         * sys/osxaudio/gstosxaudiosrc.c:
25281         * sys/osxaudio/gstosxaudiosrc.h:
25282
25283 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25284
25285         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25286         (gst_vorbisenc_chain):
25287           put the codec headers on the caps as streamheader as well as
25288           pushing them out
25289
25290 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25291
25292         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25293         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25294         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25295         split up push_packet into two functions
25296
25297 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25298
25299         * gst/tcp/.cvsignore:
25300           ignore enums
25301         * gst/tcp/Makefile.am:
25302         * gst/tcp/README:
25303         * gst/tcp/gsttcp.c:
25304         * gst/tcp/gsttcp.h:
25305         * gst/tcp/gsttcpclientsink.c:
25306         * gst/tcp/gsttcpclientsink.h:
25307         * gst/tcp/gsttcpclientsrc.c:
25308         * gst/tcp/gsttcpclientsrc.h:
25309         * gst/tcp/gsttcpplugin.c:
25310         * gst/tcp/gsttcpserversink.c:
25311         * gst/tcp/gsttcpserversink.h:
25312         * gst/tcp/gsttcpserversrc.c:
25313         * gst/tcp/gsttcpserversrc.h:
25314           add new tcp elements
25315
25316 2004-05-19  Wim Taymans  <wim@fluendo.com>
25317
25318         * gst/law/mulaw-conversion.c: (mulaw_encode):
25319         Fix overflow bug in ulaw encoding.
25320
25321 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25322
25323         * ext/mad/gstmad.c: (gst_mad_handle_event):
25324           don't unref the event twice
25325
25326 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25327
25328         * configure.ac:
25329           remove -Wno-sign-compare
25330
25331 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25332
25333         * configure.ac:
25334           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25335           if you want to work against glib 2.2 and 2.4
25336
25337 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25338
25339         * gst/tcp/Makefile.am:
25340         * gst/tcp/gsttcp.c:
25341         * gst/tcp/gsttcp.h:
25342         * gst/tcp/gsttcpsink.h:
25343         * gst/tcp/gsttcpsrc.h:
25344           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25345
25346 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25347
25348         * gst/debug/tests.c: (md5_get_value):
25349           fix segfault on gst-inspect
25350
25351 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25352
25353         * gst/debug/testplugin.c:
25354         * gst/debug/tests.c:
25355         * gst/debug/tests.h:
25356           add new extensible and configurable testing element. Current tests
25357           include buffer count, stream length, timestamp/duration matching and
25358           md5.
25359         * gst/debug/Makefile.am:
25360         * gst/debug/gstdebug.c: (plugin_init):
25361           add infrastructure for new element
25362
25363 2004-05-19  Johan Dahlin  <johan@gnome.org>
25364
25365         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25366         ending of the array. Fixes gst-inspect segfault on ppc.
25367
25368 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25369
25370         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25371
25372         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25373
25374 2004-05-18  David Schleef  <ds@schleef.org>
25375
25376         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25377         warnings (bugs, actually) noticed by gcc but not forte.
25378
25379 2004-05-18  David Schleef  <ds@schleef.org>
25380
25381         * sys/sunaudio/Makefile.am:
25382         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25383
25384 2004-05-18  David Schleef  <ds@schleef.org>
25385
25386         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25387         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25388         to allow qtdemux to use non-seekable streams. (bug #142272)
25389
25390 2004-05-18  David Schleef  <ds@schleef.org>
25391
25392         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25393         (gst_resample_sinc_ft_float): Remove use of static temporary
25394         buffer.  This code was obviously not supposed to last long, but
25395         it's stuck in our ABI, so it required a little hack to make it
25396         ABI-compatible.  Fixes #142585.
25397         * gst-libs/gst/resample/resample.h: same.
25398
25399 2004-05-18  David Schleef  <ds@schleef.org>
25400
25401         * configure.ac: Add sunaudio
25402         * examples/Makefile.am: make gstplay depend on gconf
25403         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25404         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25405         (convert_table_lookup), (img_convert): remove c99-isms
25406         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25407           unsigned, to fix a warning on Solaris
25408         * gst/mpeg1sys/systems.c: bcopy->memcpy
25409         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25410         * sys/Makefile.am: Add sunaudio
25411
25412 2004-05-18  Wim Taymans  <wim@fluendo.com>
25413
25414         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25415         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25416         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25417         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25418         (gst_ogg_mux_loop):
25419         Fix an ugly memleak where the muxer didn't flush enough ogg
25420         pages. This also resulted in badly muxed ogg files.
25421
25422 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25423
25424         * gst/asfdemux/asfheaders.c :
25425         * gst/asfdemux/asfheaders.h :
25426         * gst/asfdemux/gstasfdemux.c :
25427           - fix ASF_OBJ_PADDING guid
25428           - add 3 new object guids (language list, metadata,
25429             extended stream properties)
25430           - add a function to parse extended header objects
25431
25432 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25433
25434         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25435           remove leftover debugging g_print
25436
25437 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25438
25439         * ext/mad/gstmad.c: (gst_mad_handle_event):
25440           Fix for when the first format in a discont event is not a
25441           byte-based one. Should fix #137710.
25442
25443 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25444
25445         * m4/a52.m4 : fix compilation with -Wall -Werror
25446         * m4/libfame.m4 : idem
25447         * m4/libmikmod.m4 : idem
25448
25449 2004-05-17  Benjamin Otte  <otte@gnome.org>
25450
25451         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25452           signal the new tags before giving up the reference
25453
25454 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25455
25456         * ext/shout2/gstshout2.c:
25457           use application/ogg instead of application/x-ogg (patch by Patrick
25458           Guimond, fixes #142432)
25459         * sys/oss/gstosselement.c: (gst_osselement_reset),
25460         (gst_osselement_sync_parms):
25461           don't set fragment size unless specified (fixes #142493)
25462
25463 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25464
25465         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25466           fixes #142664
25467
25468 2004-05-17  Benjamin Otte  <otte@gnome.org>
25469
25470         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25471           compute offsets correctly for internal buffers so timestamps are set
25472           correctly when we can't seek. Also handle cases where there are no
25473           offsets. (based on a patch by David Moore, fixes #142507)
25474
25475 2004-05-17  Benjamin Otte  <otte@gnome.org>
25476
25477         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25478           use correct variable when determining amount of data to skip so we
25479           don't skip into the void and segfault
25480
25481 2004-05-16  Benjamin Otte  <otte@gnome.org>
25482
25483         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25484           Hi, I'm a memleak
25485
25486 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25487
25488         * gst/asfdemux/gstasfdemux.c:
25489           - fix a mem leak and always propagate tags
25490           - add WMV3 to known video codecs (but no decoder yet)
25491           - replace "surplus data" at end of audio header for what
25492             it is : codec specific data
25493           - fix a typo
25494
25495 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25496
25497         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25498
25499         * gst-libs/gst/audio/audioclock.c:
25500           Fix wrong return type (#142205).
25501
25502 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25503
25504         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25505           Ignore CRCs by default (fixes #142566).
25506
25507 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25508
25509         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25510         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25511         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25512         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25513         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25514         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25515           Fix for cases where we fail to attach to a mixer.
25516
25517 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25518
25519         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25520           Don't touch events after not owning them anymore.
25521         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25522         (gst_wavparse_fmt), (gst_wavparse_other),
25523         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25524         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25525         (gst_wavparse_srcpad_event):
25526         * gst/wavparse/gstwavparse.h:
25527           Add seeking, fix querying.
25528
25529 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25530
25531         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25532           - process comments even if they don't end with \0\0
25533             g_convert would ignore them if present and works well without them
25534
25535 2004-05-16  Benjamin Otte  <otte@gnome.org>
25536
25537         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25538           simplify caps
25539
25540 2004-05-16  Benjamin Otte  <otte@gnome.org>
25541
25542         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25543           don't write to memory we might not write to - g_convert does that
25544           for us anyway (fixes #142613)
25545         (gst_asf_demux_audio_caps):
25546           comment out gst_util_dump_mem
25547
25548 2004-05-16  Benjamin Otte  <otte@gnome.org>
25549
25550         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25551           compute correct expected timestamps after seek (broken since
25552           last commit)
25553         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25554           rename element and debugging category to gdkpixbufscale
25555
25556 2004-05-16  Benjamin Otte  <otte@gnome.org>
25557
25558         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25559           add error checking to snd_pcm_delay and remove duplicate call to
25560           snd_pcm_delay that caused issues (see inline code comments)
25561         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25562           make more readable and fix return value when snd_pcm_delay fails
25563         (fixes #142586)
25564
25565 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25566         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25567         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25568         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25569         (gst_pixbufscale_link), (gst_pixbufscale_init),
25570         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25571         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25572         (gst_pixbufscale_get_property), (pixbufscale_init):
25573         * ext/gdk_pixbuf/pixbufscale.h:
25574         Add these files I forgot earlier
25575
25576 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25577         * ext/gdk_pixbuf/Makefile.am:
25578         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25579         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25580         Add new pixbufscale element to scale RGB video
25581         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25582         and HYPER interpolation correctly.
25583         * ext/theora/theoraenc.c: (theora_enc_chain),
25584         Discard buffer and return if explicit caps could not be set
25585         (theora_enc_get_property):
25586         Make _get return kbps for the bitrate consistent with
25587         the _set function.
25588
25589
25590 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25591
25592         * ext/libvisual/visual.c: (gst_visual_chain):
25593           add missing visual_audio_analyze
25594
25595 2004-05-14  David Schleef  <ds@schleef.org>
25596
25597         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25598         is killed while we're playing.
25599         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25600         gst_element_no_more_pads().
25601
25602 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25603
25604         * gst-libs/gst/riff/riff-read.c :
25605           - fix INFO tag extraction in RIFF/AVI files
25606             because gst_event_unref (event) also freed taglist
25607           - avoid a mem leak
25608
25609 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25610
25611         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25612         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25613
25614         * gst/auparse/gstauparse.c :
25615           - add code (commented for now) to support audio/x-adpcm on src pad
25616             (we have no decoder for those layout yet)
25617
25618         * gst/cdxaparse/gstcdxaparse.c :
25619         * gst/cdxaparse/gstcdxaparse.h :
25620           - partial rewrite using RiffRead (ripped iain's wavparse code)
25621
25622         * gst/rtp/gstrtpL16enc.c : typo
25623         * gst/rtp/gstrtpgsmenc.c : typo
25624
25625 2004-05-13  Benjamin Otte  <otte@gnome.org>
25626
25627         * configure.ac:
25628           check for exact version of libvisual, it's not supposed to be
25629           API/ABI stable yet
25630
25631 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25632
25633         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25634           signal no-more-pads
25635
25636 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25637
25638         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25639         Report which format was used for GST_FORMAT_DEFAULT
25640         * gst/debug/Makefile.am:
25641         * gst/debug/gstdebug.c: (plugin_init):
25642         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25643         (gst_progressreport_class_init), (gst_progressreport_init),
25644         (gst_progressreport_report), (gst_progressreport_set_property),
25645         (gst_progressreport_get_property), (gst_progressreport_chain),
25646         (gst_progressreport_plugin_init):
25647         Add progressreport element for testing.
25648
25649 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25650
25651         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25652         * sys/v4l/gstv4lsrc.h:
25653         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25654         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25655         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25656         (gst_v4lsrc_grab_frame):
25657           add more debugging
25658           send a discont at start
25659
25660 2004-05-12  Colin Walters  <walters@redhat.com>
25661
25662         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25663         inflooping if we can't find a chunk.  Or in other words, don't blow
25664         chunks if we don't have a chunk to blow.
25665
25666 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25667         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25668         Remove old debug output
25669         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25670         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25671         (gst_dvdec_set_property), (gst_dvdec_get_property):
25672         Change the quality setting to an enum, so it works from gst-launch
25673         Don't renegotiate a non-linked pad. Allows audio only decoding.
25674         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25675         (gst_deinterlace_link), (gst_deinterlace_init):
25676         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25677         (gst_videodrop_link):
25678         Some caps negotiation fixes
25679
25680 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25681
25682         * ext/tarkin/gsttarkin.c :
25683           - Change RANK from NONE to PRIMARY
25684         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25685           - Change RANK from NONE to MARGINAL
25686         * ext/divx/gstdivxenc.c :
25687           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25688
25689 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25690
25691         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25692         (gst_vorbisenc_push_packet):
25693           copy a function that was added between 1.0 and 1.0.1 until we
25694           depend on worthwhile features of post-1.0
25695
25696 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25697
25698         * configure.ac:
25699           enable shout2 by default
25700         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25701         (gst_shout2send_base_init), (gst_shout2send_init),
25702         (gst_shout2send_connect), (gst_shout2send_change_state):
25703         * ext/shout2/gstshout2.h:
25704           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25705           #142262)
25706         * ext/theora/theora.c: (plugin_init):
25707           don't set rank on encoders
25708
25709 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25710
25711         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25712           Use codec_data property instead of flag1 and flag2 for wma
25713
25714 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25715
25716         * gst/cdxaparse/gstcdxaparse.c :
25717           - Add mpegversion to CAPS to make it link
25718           - Rank is as GST_RANK_SECONDARY instead of NONE
25719         * gst/auparse/gstauparse.c :
25720           - Document all audio encoding we can encounter from Solaris 9
25721             headers and libsndfile information.
25722           - Increase max. rate from 48000 to 192000 (to match other elements)
25723           - Don't try to play junk data between header and samples
25724
25725 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25726
25727         * ext/libvisual/visual.c: (gst_visual_getcaps):
25728           use the right caps depending on endianness (I hope)
25729         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25730           use GST_RANK_NONE for all non-decoding elements or spider gets
25731           mighty confused
25732
25733 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25734
25735         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25736           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25737
25738 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25739
25740         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25741         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25742         (gst_switch_loop), (gst_switch_get_type):
25743           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25744           HEADERS. Had to be said.
25745
25746 2004-05-10  David Schleef  <ds@schleef.org>
25747
25748         * configure.ac: Add prototype Dirac support.
25749         * ext/Makefile.am:
25750         * ext/dirac/Makefile.am:
25751         * ext/dirac/gstdirac.cc:
25752         * ext/dirac/gstdiracdec.cc:
25753
25754 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25755
25756         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25757         (gst_auparse_init), (gst_auparse_chain),
25758         (gst_auparse_change_state):
25759           Hack around spider. Remove me some day please.
25760
25761 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25762
25763         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25764           Fix for some uninitialized variables in previous patch, also
25765           makes it work. Fixes #142286 while we're at it.
25766
25767 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25768
25769         * gst/auparse/gstauparse.c:
25770                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25771                 only unsupported formats are ADPCM/CCITT G.72x
25772                 reviewed by Ronald
25773         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25774
25775 2004-05-10  Wim Taymans  <wim@fluendo.com>
25776
25777         * ext/vorbis/Makefile.am:
25778         * ext/vorbis/README:
25779         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25780         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25781         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25782         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25783         (gst_oggvorbisenc_convert_sink),
25784         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25785         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25786         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25787         (get_constraints_string), (update_start_message),
25788         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25789         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25790         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25791         * ext/vorbis/oggvorbisenc.h:
25792         * ext/vorbis/vorbis.c: (plugin_init):
25793         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25794         (raw_caps_factory), (gst_vorbisenc_class_init),
25795         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25796         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25797         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25798         * ext/vorbis/vorbisenc.h:
25799         Added a raw vorbis encoder to be used with the oggmuxer.
25800         We still need the old encoder for some gnome applications,
25801         read the README to find out how that works.
25802         The raw encoder is called "rawvorbisenc" until 0.9.
25803
25804 2004-05-10  Wim Taymans  <wim@fluendo.com>
25805
25806         * ext/ogg/gstogg.c: (plugin_init):
25807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25808         (gst_ogg_print):
25809         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25810         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25811         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25812         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25813         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25814         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25815         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25816         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25817         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25818         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25819         Added an ogg muxer.
25820         Small typo fixes in the demuxer.
25821
25822 2004-05-10  Wim Taymans  <wim@fluendo.com>
25823
25824         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25825         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25826         (theora_enc_change_state), (theora_enc_set_property),
25827         (theora_enc_get_property):
25828         Mark the last packet with an EOS flag which is not really needed
25829         in gstreamer.
25830         Do some better video framerate initialisation.
25831         Update the buffer timestamp.
25832
25833 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25834
25835         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25836         Return the result of the parent state change call
25837
25838 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25839
25840         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25841         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25842         * gst/law/alaw-encode.c : (idem)
25843         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25844         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25845         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25846
25847 2004-05-09  Benjamin Otte  <otte@gnome.org>
25848
25849         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25850           don't use a fixed buffer size when writing variable length data to
25851           it. Fixes memory corruption and makes alsasrc work
25852
25853 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25854
25855         * ext/gnomevfs/gstgnomevfssink.c:
25856         (_gst_boolean_allow_overwrite_accumulator),
25857         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25858           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25859           RUN_LAST, and don't use that to set the accumulator value because
25860           then it's always FALSE.
25861
25862 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25863
25864         * gst-libs/gst/riff/riff-media.c:
25865         (gst_riff_create_video_caps_with_data),
25866         (gst_riff_create_audio_caps),
25867         (gst_riff_create_audio_template_caps):
25868         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25869           Fix for unaligned RIFF files (i.e. where all the chunks together
25870           in a LIST chunk are not of the same size as the size given in
25871           the LIST chunk header). Fixes several odd WAVE files. Also fix
25872           ADPCM (block_align property) in audio, so that wavparse based
25873           on this works now as it used to stand-alone.
25874
25875 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25876
25877         reviewed by Benjamin Otte  <otte@gnome.org>
25878
25879         * ext/a52dec/gsta52dec.c:
25880         * ext/divx/gstdivxdec.c:
25881         * ext/divx/gstdivxenc.c:
25882         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25883         * ext/faac/gstfaac.c: (gst_faac_base_init):
25884         * ext/faad/gstfaad.c: (gst_faad_base_init):
25885         * ext/ivorbis/vorbisfile.c:
25886         * ext/lame/gstlame.c:
25887         * ext/libfame/gstlibfame.c:
25888         * ext/mpeg2enc/gstmpeg2enc.cc:
25889         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25890         * ext/sidplay/gstsiddec.cc:
25891         * ext/speex/gstspeexdec.c:
25892         * ext/speex/gstspeexenc.c:
25893         * ext/xvid/gstxviddec.c:
25894         * ext/xvid/gstxvidenc.c:
25895           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25896           (fixes #142193)
25897
25898 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25899
25900         * ext/alsa/gstalsa.c: (device_list),
25901         (gst_alsa_class_probe_devices):
25902         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25903           Fix alsa oddness in mixer after the combination of using mixer
25904           in source/sink elements and using hw:x,y instead of just hw:x.
25905
25906 2004-05-09  Benjamin Otte  <otte@gnome.org>
25907
25908         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25909         (gst_wavparse_create_sourcepad):
25910           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25911           sourcepads
25912
25913 2004-05-09  Benjamin Otte  <otte@gnome.org>
25914
25915         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25916           allow discont events before caps nego
25917
25918 2004-05-08  Benjamin Otte  <otte@gnome.org>
25919
25920         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25921           don't leak events
25922
25923 2004-05-08  Benjamin Otte  <otte@gnome.org>
25924
25925         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25926         (gst_level_change_state), (gst_level_init):
25927         * gst/level/gstlevel.h:
25928           figure out if we're initialized directly instead of keeping a
25929           variable that's wrong in 90% of cases
25930           don't initialize pads and then leak them and use a new unitialized
25931           pad. (fixes #142084)
25932           these were bugs so n00bish I didn't find them for an hour :/
25933
25934 2004-05-08 Iain <iain@prettypeople.org>
25935
25936         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25937         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25938         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25939         return the length that was read.
25940         (gst_riff_read_strf_auds): Allow fmt tags as well.
25941
25942 2004-05-07  David Schleef  <ds@schleef.org>
25943
25944         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25945         signed char assumption in faad.h.
25946
25947 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25948
25949         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25950           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25951
25952 2004-05-07  Colin Walters  <walters@redhat.com>
25953
25954         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25955         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25956         function.
25957         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25958         Add dispose function.
25959
25960 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25961         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25962           Fix caps nego and pad templates. RGB mode caps should
25963           work now.
25964         * ext/dvdnav/gst-dvd:
25965           Move mpeg2dec inside the thread because otherwise the
25966           queue rejects cap changes mid-stream
25967         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25968         (gst_mpeg2dec_flush_decoder):
25969           For mpeg2dec > 0.4.0, call the flush function instead of
25970           manually extracting all in-flight frames.
25971         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25972         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25973           Change mime type video/dv go video/x-dv to match the
25974           rest of gst-plugins
25975
25976 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25977
25978         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25979         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25980         (gst_alsa_sink_class_init):
25981         * ext/alsa/gstalsasink.h:
25982         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25983         (gst_alsa_src_class_init):
25984         * ext/alsa/gstalsasrc.h:
25985           Make alsasink/src a subclass of alsamixer so that mixer stuff
25986           shows up in gst-rec. Needs some finetuning.
25987
25988 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25989
25990         * ext/lame/gstlame.c: (gst_lame_chain):
25991           simplify
25992         * ext/mad/gstmad.c: (gst_mad_handle_event):
25993           fix event leak
25994         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25995           be able to detect mp3 files < 4096 bytes
25996
25997 2004-05-06  Wim Taymans  <wim@fluendo.com>
25998
25999         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26000         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26001         (theora_enc_set_property), (theora_enc_get_property):
26002         Also encode the first frame, cleanup some code.
26003
26004 2004-05-06  Wim Taymans  <wim@fluendo.com>
26005
26006         * ext/mpeg2enc/gstmpeg2enc.cc:
26007         Forward events first before deciding that negotiation was
26008         not performed.
26009
26010 2004-05-06  Wim Taymans  <wim@fluendo.com>
26011
26012         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26013         First process the events before deciding that negotiation
26014         was not performed.
26015
26016 2004-05-06  Wim Taymans  <wim@fluendo.com>
26017
26018         * ext/theora/Makefile.am:
26019         * ext/theora/theora.c: (plugin_init):
26020         * ext/theora/theoradec.c: (theora_dec_change_state):
26021         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
26022         (gst_theora_enc_class_init), (gst_theora_enc_init),
26023         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
26024         (theora_enc_chain), (theora_enc_change_state),
26025         (theora_enc_set_property), (theora_enc_get_property):
26026         Added a theora encoder, grouped the encoder and decoder into the
26027         same plugin.
26028
26029 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26030
26031         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26032         (gst_jpegenc_chain):
26033         fix DURATION on outgoing buffers
26034         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26035         debug using time formats
26036         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26038         (gst_xvimagesink_sink_link):
26039         windows with width/height 0 generate X errors, so don't allow them
26040
26041 2004-05-05  Wim Taymans  <wim@fluendo.com>
26042
26043         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
26044         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
26045         (gst_mpeg2dec_negotiate_format):
26046         * ext/mpeg2dec/gstmpeg2dec.h:
26047           removed the static pad template so that we can add the
26048           more accurate framerate value to the caps.
26049
26050
26051 2004-05-04  Benjamin Otte  <otte@gnome.org>
26052
26053         * configure.ac:
26054           check for kdemacros.h, too (should fix #141821)
26055         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26056           don't crash if no header was sent, but nicely error out (fixes part
26057           of #141554)
26058
26059 2004-05-04  Wim Taymans  <wim@fluendo.com>
26060
26061         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26062         parent dispose function to avoid segfault on destroy.
26063
26064 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26065
26066         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26067         (plugin_init):
26068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26069         (gst_xvimagesink_sink_link):
26070         clean up debugging caps
26071         also recreate xvimage when format has changed
26072
26073 2004-05-04  Benjamin Otte  <otte@gnome.org>
26074
26075         * ext/libvisual/Makefile.am:
26076         * ext/libvisual/visual.c: (gst_visual_class_init),
26077         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26078         (gst_visual_srclink), (gst_visual_chain),
26079         (gst_visual_change_state), (plugin_init):
26080           use a GstAdapter to correctly adapt buffer sizes - allows using a
26081           framerate
26082
26083 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26084
26085         * sys/v4l/gstv4lelement.h:
26086         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26087         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26088         (gst_v4lsrc_buffer_free):
26089         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26090         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26091         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26092         (gst_v4lsrc_requeue_frame):
26093         move some debugging categories around
26094         query for fps index and set accordingly if found
26095
26096 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26097
26098         * ext/lame/gstlame.c:
26099         correct defaults that lame_init puts out of range
26100
26101 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26102
26103         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26104         (gst_divxenc_class_init):
26105         fix range since -1 is the default
26106         * gst/mpeg1sys/gstmpeg1systemencode.c:
26107         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26108         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26109         (gst_rtjpegdec_chain):
26110         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26111         (gst_rtjpegenc_chain):
26112         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26113         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26114         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26115         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26116         * sys/v4l/gstv4lsrc.c:
26117         * sys/v4l/v4l_calls.c: (gst_v4l_open):
26118         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26119         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26120         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26121         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26122           remove gst_info calls
26123
26124 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26125
26126         * Makefile.am:
26127         * po/af.po:
26128         * po/az.po:
26129         * po/en_GB.po:
26130         * po/nl.po:
26131         * po/sr.po:
26132         * po/sv.po:
26133           Updated translations
26134
26135 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26136
26137         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26138           refactor/comment code
26139
26140 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26141
26142         * gst/asfdemux/Makefile.am:
26143         * gst/asfdemux/asfheaders.c:
26144         * gst/asfdemux/asfheaders.h:
26145         * gst/asfdemux/gstasf.c: (plugin_init):
26146         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26147         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26148         (gst_asf_demux_setup_pad):
26149         * gst/asfdemux/gstasfdemux.h:
26150         * gst/asfdemux/gstasfmux.c:
26151         * gst/asfdemux/gstasfmux.h:
26152           Add tagging support to demuxer, split out registration in its own
26153           file instead of in demux (hacky), and prevent having some tables
26154           in our memory multiple times (in asfheaders.h).
26155
26156 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26157
26158         * gst/matroska/matroska-demux.c:
26159         (gst_matroska_demux_parse_metadata):
26160         * gst/matroska/matroska-ids.h:
26161           Basic tag reading support.
26162
26163 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26164
26165         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26166           Really detect ac-3 audio.
26167         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26168           really detect matroska files (off-by-1).
26169
26170 2004-04-30  David Schleef  <ds@schleef.org>
26171
26172         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26173         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26174         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26175         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26176         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26177         hackage -- parse a lot more atoms, extract a few tags.  One might even
26178         mistake this for tag support.  Maybe it is.
26179         * gst/qtdemux/qtdemux.h:
26180
26181 2004-04-30  Colin Walters  <walters@verbum.org>
26182
26183         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26184
26185 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26186
26187         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26188         (gst_ffmpegcolorspace_getcaps):
26189           remove broken nego fix
26190
26191 2004-04-30  Benjamin Otte  <otte@gnome.org>
26192
26193         * configure.ac:
26194         * ext/Makefile.am:
26195         * ext/libvisual/Makefile.am:
26196         * ext/libvisual/visual.c:
26197           add initial support for libvisual (http://libvisual.sourceforge.net)
26198           libvisual is still quite alpha, so expect crashes in there :)
26199
26200 2004-04-29  David Schleef  <ds@schleef.org>
26201
26202         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26203         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26204         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26205         code; you will no longer respect me.
26206
26207 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26208
26209         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26210         * ext/alsa/gstalsa.h :
26211         change alsa pcm device discovery to find more than 1 device
26212         per card. code review by Ronald.
26213
26214 2004-04-29  David Schleef  <ds@schleef.org>
26215
26216         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26217         Add a check for a driver bug on FreeBSD.  (bug #140565)
26218
26219 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26220
26221         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26222         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26223         (gst_jpegenc_getcaps):
26224           move format setting to inner loop
26225         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26226         (gst_ffmpegcolorspace_getcaps):
26227           use GST_PAD_CAPS if available so that we use already negotiated
26228           caps
26229         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26230         (qtdemux_parse_moov), (qtdemux_parse):
26231           extra debugging
26232         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26233         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26234           move hardcoded path to DEFINE
26235
26236 2004-04-28  David Schleef  <ds@schleef.org>
26237
26238         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26239         (bug #140064)
26240
26241 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26242
26243         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26244           Don't probe for playback device if we're a source element. Fixes
26245           #139658.
26246
26247 2004-04-29  Benjamin Otte  <otte@gnome.org>
26248
26249         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26250         (gst_id3_tag_chain):
26251           rewrite buffer offset
26252
26253 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26254
26255         * configure.ac:
26256         * ext/Makefile.am:
26257         * ext/dts/Makefile.am:
26258         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26259         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26260         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26261         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26262         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26263         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26264         (plugin_init):
26265         * ext/dts/gstdtsdec.h:
26266           New DTS decoder.
26267         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26268         (gst_faad_srcconnect):
26269           Add ESDS atom handling (.m4a).
26270
26271 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26272
26273         * ext/divx/gstdivxdec.c: (plugin_init):
26274           Remove comment that makes no sense.
26275         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26276           Fix for obvious typo that resulted in warnings during gst-register.
26277         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26278         (gst_xviddec_sink_link):
26279           Fix caps negotiation a bit better.
26280         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26281           We call this 'codec_data', not 'esds'.
26282
26283 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26284
26285         * gst/monoscope/gstmonoscope.c:
26286           make sure we only provide 256x128
26287         * gst/monoscope/monoscope.c: (monoscope_init):
26288           assert size of 256x128
26289
26290 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26291
26292         * Makefile.am:
26293         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26294         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26295           fixate to max width and height of device
26296
26297 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26298
26299         * Makefile.am:
26300         * sys/v4l/gstv4l.c:
26301         * sys/v4l/gstv4lsrc.c:
26302         * sys/v4l/v4l_calls.c:
26303         * sys/v4l/v4lsrc_calls.c:
26304           fix for qc-usb driver which fakes having more than one buffer
26305           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26306           buffer_free override
26307           add debugging
26308
26309 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26310
26311         * Makefile.am:
26312         * gst/videotestsrc/gstvideotestsrc.c:
26313         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26314         (gst_videotestsrc_init), (gst_videotestsrc_get),
26315         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26316         * gst/videotestsrc/gstvideotestsrc.h:
26317           add num-buffers property
26318
26319         2004-04-26  Benjamin Otte  <otte@gnome.org>
26320
26321         * ext/mad/gstid3tag.c: (plugin_init):
26322           set id3mux rank to NONE so it doesn't confuse spider
26323           require audio/mpeg,mpegversion=1 in id3mux
26324
26325 2004-04-26  Benjamin Otte  <otte@gnome.org>
26326
26327         * configure.ac:
26328           detect faad correctly as non-working if it's indeed non-working
26329
26330 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26331
26332         * Makefile.am:
26333         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26334         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26335         fix _getcaps so it only negotiates to its supported format
26336
26337 2004-04-25  Benjamin Otte  <otte@gnome.org>
26338
26339         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26340           fix memleak
26341
26342 2004-04-23  Benjamin Otte  <otte@gnome.org>
26343
26344         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26345           audio/x-raw-int with height rules! not. Now it's depth.
26346
26347 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26348
26349         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26350         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26351         (gst_wavparse_loop):
26352           Missing variable initialization. Add handling of DVI ADPCM. Fix
26353           mis-parsing of LIST chunks. This works around a bug where we mis-
26354           parse non-aligning LIST chunks (so LIST chunks where the contents
26355           don't align with the actual LIST size). The correct fix is to use
26356           rifflib, I'm not going to fix wavparse - too much work. All this
26357           fixes #104878.
26358
26359 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26360
26361         reviewed by Benjamin Otte  <otte@gnome.org>
26362
26363         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26364           fix shoutcast not working (fixes #140844)
26365
26366 2004-04-22  Benjamin Otte  <otte@gnome.org>
26367
26368         * ext/hermes/gsthermescolorspace.c:
26369         (gst_hermes_colorspace_caps_remove_format_info):
26370         * gst/colorspace/gstcolorspace.c:
26371         (gst_colorspace_caps_remove_format_info):
26372         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26373         (gst_ffmpegcolorspace_caps_remove_format_info):
26374           s/gst_caps_simplify/gst_caps_do_simplify/
26375
26376 2004-04-22  Benjamin Otte  <otte@gnome.org>
26377
26378         * gst-libs/gst/riff/riff-media.c:
26379         (gst_riff_create_video_caps_with_data):
26380           mpegversion is an int
26381         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26382           don't try to create pad templates with NULL caps, use any caps
26383           instead.
26384
26385 2004-04-20  David Schleef  <ds@schleef.org>
26386
26387         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26388         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26389         (bug #140384)
26390
26391 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26392
26393         reviewed by David Schleef
26394
26395         * ext/mad/gstid3tag.c: Add stdlib.h
26396         * gst/rtp/gstrtpgsmenc.c: same
26397         * gst/tags/gstid3tag.c: same
26398         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26399         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26400         GST_DISABLE_LOADSAVE use.
26401         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26402         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26403         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26404         atol(3)).
26405         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26406         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26407         strtoul(3)).
26408         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26409         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26410         $(ID3_CFLAGS).
26411         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26412         $(LIBFAME_CFLAGS).
26413
26414 2004-04-20  David Schleef  <ds@schleef.org>
26415
26416         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26417         last checkin.  Same idea.
26418
26419 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26420
26421         reviewed by David Schleef
26422
26423         * configure.ac: bump required gstreamer version to 0.8.1.1
26424         because of following changes [--ds]
26425
26426         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26427         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26428         (gst_riff_read_header):  Use GST_READ_UINT*
26429         macros to access possibly unaligned memory.
26430
26431         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26432         (mp3_type_find):  Use GST_READ_UINT*
26433         macros to access possibly unaligned memory.
26434         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26435         (speex_type_find): Likewise
26436
26437         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26438
26439         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26440         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26441         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26442         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26443         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26444         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26445         macros to access possibly unaligned memory.
26446
26447         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26448         Likewise.
26449
26450         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26451         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26452
26453         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26454         Likewise.
26455
26456         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26457         (gst_mpeg2subt_chain_subtitle): Likewise.
26458
26459         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26460         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26461         Likewise.
26462
26463         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26464         Likewise.
26465
26466         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26467         Likewise.
26468
26469         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26470         Likewise.
26471
26472 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26473
26474         * configure.ac:
26475           update required version of GStreamer because of GST_TIME_FORMAT
26476
26477 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26478
26479         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26480           remove leftover g_print
26481         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26482           don't try setting only a subset of the caps. We don't want to kill
26483           autoplugging on purpose
26484
26485 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26486
26487         * sys/ximage/ximagesink.c: (plugin_init):
26488         * sys/xvimage/xvimagesink.c: (plugin_init):
26489           add debugging categories
26490
26491 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26492
26493         * po/en_GB.po:
26494         * po/LINGUAS:
26495           Adding en_GB translation (Gareth Owen)
26496
26497 2004-04-20  David Schleef  <ds@schleef.org>
26498
26499         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26500         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26501         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26502         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26503         A number of new features and hacks to extract the esds atom and
26504         put it into the caps.  (bug #137724)
26505
26506 2004-04-19  David Schleef  <ds@schleef.org>
26507
26508         * gconf/Makefile.am: Fix for non-GNU make
26509         * gst-libs/gst/Makefile.am: Change directory order to handle
26510         GstPlay linking with gstinterfaces
26511         * gst-libs/gst/audio/make_filter: make use of tr portable
26512         * gst-libs/gst/play/Makefile.am: Add intended \
26513         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26514         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26515         function prototype instead of void *.
26516         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26517         macro.
26518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26519         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26520         * gst/videofilter/make_filter: make use of tr portable
26521         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26522
26523 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26524
26525         * po/LINGUAS:
26526         * po/uk.po:
26527           Added Ukrainian translation (Maxim V. Dziumanenko)
26528
26529 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26530
26531         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26532         (gst_gsmdec_link), (gst_gsmdec_chain):
26533           Fix capsnego, simplify chain function slightly.
26534         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26535           Add GSM.
26536
26537 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26538
26539         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26540         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26541         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26542           Hack to make wavparse work with spider (always -> sometimes pad).
26543           Fixes #135862 && #140411.
26544
26545 2004-04-18  Benjamin Otte  <otte@gnome.org>
26546
26547         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26548         (gst_osselement_rate_probe_check),
26549         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26550           get rid of \n in debug output
26551
26552 2004-04-17  Iain <iain@prettypeople.org>
26553
26554         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26555         not just EOS.
26556
26557 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26558
26559         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26560         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26561         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26562         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26563         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26564         (gst_id3_tag_change_state), (plugin_init):
26565           deprecate id3tag element and replace with id3demux/id3mux.
26566           great side effect: this ugly file is now even uglier, yay!
26567         * ext/mad/gstmad.h:
26568           remove non-available function
26569           update for new get_type
26570
26571 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26572
26573         * configure.ac:
26574           require mpeg2dec >= 0.4.0
26575
26576 2004-04-17  Benjamin Otte  <otte@gnome.org>
26577
26578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26579         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26580         (gst_xvimagesink_set_xwindow_id):
26581           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26582           assorted cleanup fixes.
26583
26584 2004-04-16  David Schleef  <ds@schleef.org>
26585
26586         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26587         * sys/xvimage/xvimagesink.h: same
26588
26589 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26590
26591         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26592           Fix GST_ELEMENT_ERROR with (NULL)
26593
26594 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26595
26596         * gst-libs/gst/riff/riff-media.c:
26597         (gst_riff_create_video_caps_with_data):
26598           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26599
26600 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26601
26602         * gst-libs/gst/riff/riff-media.c:
26603         (gst_riff_create_video_caps_with_data),
26604         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26605         (gst_riff_create_video_template_caps),
26606         (gst_riff_create_audio_template_caps):
26607         * gst-libs/gst/riff/riff-media.h:
26608         * gst-libs/gst/riff/riff-read.c:
26609         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26610         * gst-libs/gst/riff/riff-read.h:
26611         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26612           Add MS RLE support. I added some functions to read out strf chunks
26613           into strf chunks and the data behind it. This is usually color
26614           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26615           caps creation. Lastly, add ADPCM (similar to wavparse - which
26616           should eventually be rifflib based).
26617         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26618         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26619         * gst/matroska/matroska-demux.h:
26620           Remove placeholders for some prehistoric tagging system. Didn't add
26621           support for any tag system really anyway.
26622         * gst/qtdemux/qtdemux.c:
26623           Add support for audio/x-m4a (MPEG-4) through spider.
26624         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26625         (gst_wavparse_loop):
26626           ADPCM support (#135862). Increase max. buffer size because we
26627           cannot split buffers for ADPCM (screws references) and I've seen
26628           files with 2048 byte chunks. 4096 seems safe for now.
26629
26630 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26631
26632         * configure.ac: bump nano to 1
26633
26634 === release 0.8.1 ===
26635
26636 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26637
26638         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26639
26640 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26641
26642         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26643           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26644           Fixes #140058
26645
26646 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26647
26648         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26649           lower rank of dvddemux so that it's not used for mpeg playback.
26650
26651 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26652
26653         * configure.ac:
26654           save libs correctly when checking mad
26655
26656 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26657
26658         * ext/mad/gstid3tag.c: (plugin_init):
26659           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26660
26661 2004-04-13  David Schleef  <ds@schleef.org>
26662
26663         * common/m4/gst-feature.m4: Call -config scripts with
26664         --plugin-libs if it is supported.
26665         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26666         JPEG images are image/jpeg.
26667         * gst/debug/Makefile.am:
26668         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26669         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26670         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26671         (gst_negotiation_plugin_init): Add a property that acts like
26672         filter caps.
26673         * testsuite/gst-lint:  Move license checking to be a standard
26674         test.
26675
26676 2004-04-13  David Schleef  <ds@schleef.org>
26677
26678         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26679         patch from Sebastien Cote (bug #139958)
26680
26681 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26682
26683         * examples/gstplay/Makefile.am:
26684         * examples/gstplay/player.c: (main):
26685           make the commandline player example use gconf settings
26686
26687 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26688
26689         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26690         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26691         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26692           init/end library during state transition, not object
26693           creation/disposal.  get rid of custom dispose handler.
26694
26695
26696 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26697
26698         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26699         be a symlink
26700
26701 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26702
26703         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26704           Handle JUNK chunks inside data section. Prevents warnings.
26705
26706 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26707
26708         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26709         (gst_riff_create_video_template_caps):
26710           Add MS video v1.
26711         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26712         (gst_avi_demux_stream_data):
26713           Add support for "rec-list" chunks.
26714
26715 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26716
26717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26718           Fix another codecname mismatch.
26719
26720 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26721
26722         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26723           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26724           so that MJPEG plays back.
26725
26726 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26727
26728         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26729         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26730         * gst/mpeg1videoparse/gstmp1videoparse.h:
26731           Fix for some slight mis-cuts in buffer parsing, and for some
26732           potential overflows or faults-causers. Adds disconts. Also fixes
26733           #139105 while we're at it.
26734
26735 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26736
26737         * configure.ac:
26738         * sys/v4l2/gstv4l2element.h:
26739           Workaround for missing struct v4l2_buffer declaration in Suse 9
26740           and Mandrake 10 linux/videodev2.h header file (#135919).
26741
26742 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26743
26744         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26745           Bail out if no filename was given.
26746
26747 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26748
26749         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26750         (gst_v4l2_fourcc_from_structure):
26751           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26752           Y41B somewhere).
26753
26754 2004-04-09  Benjamin Otte  <otte@gnome.org>
26755
26756         * ext/gnomevfs/gstgnomevfssink.c:
26757         (_gst_boolean_allow_overwrite_accumulator),
26758         (gst_gnomevfssink_class_init):
26759           fix erase signal - if any handler returns false the file will not be
26760           overwritten. If no handler is connected, the file will not be
26761           overwritten either.
26762           renamed signal to "allow-overwrite"
26763         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26764           free string when adding it to ID3 failed
26765         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26766           unref event when done
26767         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26768           free caps
26769         * gst/typefind/gsttypefindfunctions.c:
26770         (mpeg_video_stream_type_find):
26771           fix invalid read
26772
26773 2004-04-08  David Schleef  <ds@schleef.org>
26774
26775         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26776         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26777
26778 2004-04-08  David Schleef  <ds@schleef.org>
26779
26780         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26781         we don't support (bug #139532)
26782
26783 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26784
26785         * ext/mad/gstmad.c: (gst_mad_handle_event),
26786         (gst_mad_check_caps_reset), (gst_mad_chain),
26787         (gst_mad_change_state):
26788           only set explicit caps if they haven't been set before for
26789           this stream.  MPEG-audio sample rate/channels aren't allowed
26790           to change in-stream.
26791           Fixes #139382
26792
26793 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26794
26795         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26796         (_gst_boolean_did_something_accumulator),
26797         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26798         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26799         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26800         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26801         (gst_gnomevfssink_change_state):
26802           Fix erase signal. Don't erase by default. Remove handoff signal.
26803           Remove erase property. Don't segfault. General cleanup.
26804
26805 2004-04-07  Benjamin Otte  <otte@gnome.org>
26806
26807         * gst-libs/gst/gconf/test-gconf.c: (main):
26808           add missing gst_init
26809
26810 2004-04-07  Benjamin Otte  <otte@gnome.org>
26811
26812         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26813           free the mutexes, too
26814
26815 2004-04-07  Benjamin Otte  <otte@gnome.org>
26816
26817         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26818           actually free the URI string
26819         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26820           compute offset correctly when passing discont events
26821         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26822           don't leak discont events
26823         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26824           add some missing breaks so caps aren't copied randomly
26825         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26826           if we realloc memory, we better use it
26827
26828 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26829
26830         * ext/mad/gstmad.c: (normal_seek):
26831           fix GST_FORMAT_TIME usage
26832
26833 2004-04-05  David Schleef  <ds@schleef.org>
26834
26835         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26836         a deprecated function (hack!)
26837
26838 2004-04-05  Benjamin Otte  <otte@gnome.org>
26839
26840         * ext/esd/esdmon.c: (gst_esdmon_get):
26841           fix nonterminated vararg and memleak
26842
26843 2004-04-05  Benjamin Otte  <otte@gnome.org>
26844
26845         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26846         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26847         (gst_ladspa_set_property), (gst_ladspa_get_property),
26848         (gst_ladspa_instantiate), (gst_ladspa_activate),
26849         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26850           clean up debugging
26851
26852 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26853
26854         reviewed by Benjamin Otte  <otte@gnome.org>
26855
26856         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26857           check for broken LADSPA parameters (fixes #138635)
26858
26859 2004-04-05  Benjamin Otte  <otte@gnome.org>
26860
26861         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26862           advertise buffer-frames correctly on sinkpads
26863
26864 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26865
26866         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26867         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26868         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26869         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26870         (gst_mad_check_caps_reset), (gst_mad_chain):
26871         add more debugging, only reset caps when we're not in error state
26872
26873 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26874
26875         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26876
26877 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26878
26879         reviewed by Benjamin Otte  <otte@gnome.org>
26880
26881         * configure.ac:
26882           fix == in test(1) operator
26883
26884 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26885
26886         reviewed by Benjamin Otte  <otte@gnome.org>
26887
26888         * configure.ac:
26889           fix --export-symblos-regex to a working regex.
26890
26891 2004-04-04  Benjamin Otte  <otte@gnome.org>
26892
26893         * sys/oss/.cvsignore:
26894           add for oss_probe
26895
26896 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26897
26898         reviewed by Benjamin Otte  <otte@gnome.org>
26899
26900         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26901           add missing 'new_media' argument (fixes #138168)
26902         * gst/matroska/matroska-demux.c:
26903         (gst_matroska_demux_handle_seek_event):
26904           add vararg terminator (fixes #138169)
26905
26906 2004-04-02  David Schleef  <ds@schleef.org>
26907
26908         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26909         disted (bug #138914)
26910
26911 2004-04-01  Benjamin Otte  <otte@gnome.org>
26912
26913         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26914         (gst_alsa_close_audio):
26915           handle case better where a soundcard can't pause
26916         * ext/ogg/gstoggdemux.c:
26917           don't crash when we get events but don't have pads yet
26918
26919 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26920
26921         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26922           throw an error if we couldn't probe any caps.
26923
26924 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26925
26926         * ext/dvdnav/gst-dvd:
26927         Add a really simple sample DVD player
26928
26929 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26930
26931         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26932         (gst_a52dec_push), (gst_a52dec_handle_event),
26933         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26934         (gst_a52dec_change_state):
26935         * ext/a52dec/gsta52dec.h:
26936           Use a debug category, Output timestamps correctly
26937           Emit tag info, Handle events, tell liba52dec about cpu
26938           capabilities so it can use MMX etc.
26939         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26940           Fix a crasher accessing invalid memory
26941         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26942         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26943         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26944         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26945         (dvdnavsrc_query):
26946           Some support for byte-format seeking.
26947           Small fixes for still frames and menu button overlays
26948         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26949         (gst_mpeg2dec_alloc_buffer):
26950           Use a debug category. Adjust the report level of several items to
26951           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26952           so it doesn't lose the GstBuffer pointer
26953         * gst/debug/Makefile.am:
26954         * gst/debug/gstdebug.c: (plugin_init):
26955         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26956         (gst_navseek_base_init), (gst_navseek_class_init),
26957         (gst_navseek_init), (gst_navseek_seek),
26958         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26959         (gst_navseek_get_property), (gst_navseek_chain),
26960         (gst_navseek_plugin_init):
26961         * gst/debug/gstnavseek.h:
26962           Add the navseek debug element for seeking back and forth in a
26963           video stream using arrow keys.
26964         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26965         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26966         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26967         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26968         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26969         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26970         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26971         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26972         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26973         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26974         * gst/mpeg2sub/gstmpeg2subt.h:
26975           Pretty much a complete rewrite. Now a loopbased element. May still
26976           require work to properly synchronise subtitle buffers.
26977         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26978         (gst_dvd_demux_send_subbuffer):
26979         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26980           Don't attempt to create subbuffers of size 0
26981           Reduce a couple of error outputs to warnings.
26982         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26983         (gst_y4mencode_chain):
26984         Output the y4m frame header correctly.
26985
26986 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26987
26988         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26989           throw errors instead of allowing SIGFPE
26990
26991 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26992
26993         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26994         (gst_gconf_render_bin_from_key):
26995           leak plugging and style fixing
26996
26997 2004-03-31  David Schleef  <ds@schleef.org>
26998
26999         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
27000         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
27001         (bug #138225)
27002         * gst/debug/Makefile.am:
27003         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
27004         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
27005         plugin.
27006         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
27007         (gst_negotiation_base_init), (gst_negotiation_class_init),
27008         (gst_negotiation_init), (gst_negotiation_getcaps),
27009         (gst_negotiation_pad_link), (gst_negotiation_chain),
27010         (gst_negotiation_set_property), (gst_negotiation_get_property),
27011         (gst_negotiation_plugin_init):  New element to talk about random
27012         negotiation things happening in a pipeline.
27013
27014 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27015
27016         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27017           fix integer addition with help of Stefan Kost
27018
27019 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27020
27021         * po/nl.po: updated Dutch translation (Elros Cyriatan)
27022
27023 2004-03-30  David Schleef  <ds@schleef.org>
27024
27025         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
27026         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
27027         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
27028         (bug #137504)
27029         * ext/mpeg2dec/gstmpeg2dec.h:
27030
27031 2004-03-30  David Schleef  <ds@schleef.org>
27032
27033         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
27034
27035 2004-03-30  David Schleef  <ds@schleef.org>
27036
27037         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
27038         Michael Petullo) to handle .mov
27039
27040 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27041
27042         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27043         (gst_osselement_rate_check_rate):
27044           probe caps correctly for sound cards that only support one format
27045
27046 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27047
27048         * ext/kio/kiosrc.cpp: (process_events):
27049           update handling event processing if inside KDE - untested
27050
27051 2004-03-29  David Schleef  <ds@schleef.org>
27052
27053         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27054         by 2 to not interfere with other colorspaces.
27055         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27056         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27057         one to not interfere with ffmpeg_colorspace.
27058
27059 2004-03-29  David Schleef  <ds@schleef.org>
27060
27061         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27062         aren't in the caps.
27063         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27064         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27065
27066 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27067
27068         * gst-libs/gst/riff/riff-media.c:
27069           fail on error, don't try to set stuff on NULL caps
27070
27071 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27072
27073         * configure.ac:
27074         * ext/Makefile.am:
27075         * ext/kio/Makefile.am:
27076         * ext/kio/kioreceiver.cpp:
27077         * ext/kio/kioreceiver.h:
27078         * ext/kio/kiosrc.cpp:
27079         * ext/kio/kiosrc.h:
27080           add experimental kiosrc plugin
27081         * ext/alsa/gstalsaplugin.c: (plugin_init):
27082           initialize debugging category only when we're sure registering the
27083           plugins worked.
27084
27085 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27086
27087         * examples/gstplay/player.c: (main):
27088         * gst-libs/gst/play/play.c: (gst_play_class_init),
27089         (gst_play_set_location), (gst_play_set_data_src),
27090         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27091         (gst_play_set_visualization), (gst_play_connect_visualization):
27092           check return values of element_set_state and return FALSE where
27093           failed
27094
27095 2004-03-29  Benjamin Otte  <otte@gnome.org>
27096
27097         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27098           try harder to check if an event is really a discont
27099
27100 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27101
27102         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27103         * po/az.po:
27104
27105 2004-03-28  Benjamin Otte  <otte@gnome.org>
27106
27107         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27108         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27109         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27110           get rid of non-standard "..." ranges in case statements.
27111
27112 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
27113
27114         * gst/mpegstream/gstmpegdemux.c:
27115         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27116         specific functionality split to the new dvddemux element.
27117         * gst/mpegstream/gstdvddemux.c:
27118         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27119         streams, derived from mpegdemux.
27120         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27121         up. SCR based timestamp rewriting can be turned off (will probably
27122         completely disappear soon).
27123         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27124         hacking. General cleanup. All printf statements replaced by
27125         debugging messages. Almost complete libdvdnav support.
27126         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27127         by events. New properties for audio and subpicture languages.
27128         (dvdnavsrc_update_highlight): Now uses events.
27129         (dvdnavsrc_user_op): Cleaned up.
27130         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27131         based). Lots of cleanup, and propper support for most libdvdnav
27132         events.
27133         (dvdnavsrc_make_dvd_event): New function.
27134         (dvdnavsrc_make_dvd_nav_packet_event): New function.
27135         (dvdnavsrc_make_clut_change_event): New function.
27136
27137 2004-03-26  Benjamin Otte  <otte@gnome.org>
27138
27139         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27140           fix bug where typefinding would claim it's theora whenever less then
27141           7 bytes of data were available
27142
27143 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27144
27145         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27146         (gst_alawdec_base_init), (gst_alawdec_class_init),
27147         (gst_alawdec_init), (gst_alawdec_chain):
27148         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27149         (gst_alawenc_base_init), (gst_alawenc_class_init),
27150         (gst_alawenc_init), (gst_alawenc_chain):
27151         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27152         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27153         (gst_mulawdec_init), (gst_mulawdec_chain):
27154         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27155         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27156         (gst_mulawenc_init), (gst_mulawenc_chain):
27157           Fix capsnego in all four, remove the unused property functions and
27158           simplify the chain functions slightly. I guess we could use macros
27159           or something similar for those, since the code is so similar, but
27160           I'm currently too lazy...
27161
27162 2004-03-24  David Schleef  <ds@schleef.org>
27163
27164         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27165         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27166         (gst_osselement_get_format_structure),
27167         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27168         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27169         (gst_osselement_rate_int_compare): Add code to handle rate probing
27170         (bug #120883)
27171         * sys/oss/gstosselement.h: same
27172         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27173         Use rate probing provided by osselement.
27174         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27175
27176 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27177
27178         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27179         (gst_xvidenc_get_property):
27180           ulong/int mess-up.
27181
27182 2004-03-24  David Schleef  <ds@schleef.org>
27183
27184         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27185         (gst_speexdec_init):
27186         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27187         (gst_speexenc_init):  Create the pad template correctly (from
27188         the static pad template, not a NULL pointer.)
27189
27190 2004-03-25  Benjamin Otte  <otte@gnome.org>
27191
27192         * gst/debug/Makefile.am:
27193         * gst/debug/breakmydata.c:
27194           add element that quasi-randomly changes bytes in the stream.
27195           Intended use is robustness checking of demuxers and decoders in
27196           media tests.
27197
27198 2004-03-24  Benjamin Otte  <otte@gnome.org>
27199
27200         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27201         (gst_alsa_probe_hw_params):
27202         * ext/alsa/gstalsa.h:
27203           debugging output fixes
27204
27205 2004-03-24  Benjamin Otte  <otte@gnome.org>
27206
27207         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27208           don't g_return_if_fail if element is PLAYING, fail silently as every
27209           other element.
27210         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27211           only fix needed for cast lvalue issues in gst-plugins
27212         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27213           add proxy_getcaps
27214
27215 2004-03-24  Benjamin Otte  <otte@gnome.org>
27216
27217         * gst/level/gstlevel.c: (gst_level_init):
27218           add proxying getcaps function, so level doesn't advertise impossible
27219           caps
27220
27221 2004-03-24  David Schleef  <ds@schleef.org>
27222
27223         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27224         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27225         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27226         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27227         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27228         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27229         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27230         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27231         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27232         messages.  Divide the chunk size by the compression ratio
27233         (needed for MACE audio)
27234
27235 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27236
27237         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27238           Fix buffer overflow read error.
27239
27240 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27241
27242         * ext/alsa/gstalsa.h:
27243           Remove unused entry.
27244         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27245           Add cinepak.
27246         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27247         (gst_videodrop_link), (gst_videodrop_chain):
27248           Fix, sort of. Was horribly broken with new capsnego. Bah...
27249
27250 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27251
27252         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27253         (plugin_init):
27254         Add a monkeysaudio typefind function
27255
27256 2004-03-23  Johan Dahlin  <johan@gnome.org>
27257
27258         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27259         (gst_play_video_fixate): Check so the structure has the field
27260         before trying to fixate them, this makes it possible to have
27261         fakesinks for video and audio output without printing errors on
27262         the output console.
27263
27264 2004-03-22  David Schleef  <ds@schleef.org>
27265
27266         * sys/oss/Makefile.am:
27267         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27268         (check_rate), (add_rate):  Rate probing test app.
27269
27270 2004-03-21  Benjamin Otte  <otte@gnome.org>
27271
27272         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27273         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27274           add a fixation function that pretty much does the right thing (fixes
27275           #137556)
27276
27277 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27278
27279         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27280
27281 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27282
27283         reviewed by: Benjamin Otte  <otte@gnome.org>
27284
27285         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27286           terminate gst_event_new_discontinuous correctly (fixes parts of
27287           #137711)
27288
27289 2004-03-19  David Schleef  <ds@schleef.org>
27290
27291         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27292         since it doesn't depend on X, and it's part of our ABI.
27293
27294 2004-03-19  Iain <iain@prettypeople.org>
27295
27296         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27297         is_int in the structure, not the local variable.
27298
27299 2004-03-19  David Schleef  <ds@schleef.org>
27300
27301         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27302         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27303         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27304         Improvements in caps negotiation.
27305
27306 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27307
27308         * po/LINGUAS:
27309         * po/af.po:
27310           adding Afrikaans (Petri Jooste)
27311
27312 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27313
27314         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27315         (gst_ffmpegcolorspace_chain):
27316         throw error instead of g_critical (#137588)
27317
27318 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27319
27320         * Makefile.am:
27321         * configure.ac:
27322           dist common and m4 correctly
27323         * po/sv.po:
27324
27325 2004-03-17  David Schleef  <ds@schleef.org>
27326
27327         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27328         (bug #137348)
27329
27330 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27331
27332         * po/LINGUAS:
27333         * po/sv.po:
27334           adding Swedish translation (Christian Rose)
27335
27336 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27337
27338         * Makefile.am: use release.mak
27339
27340 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27341
27342         * common/ChangeLog:
27343         * common/gst-autogen.sh:
27344           add some explanation about the version detection
27345         * configure.ac:
27346           fix X check
27347
27348 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27349
27350         * configure.ac: bump nano to 1
27351
27352 === release 0.8.0 ===
27353
27354 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27355
27356         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27357
27358 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27359
27360         * configure.ac:
27361           update libtool version
27362         * gst-libs/gst/media-info/Makefile.am:
27363           actually use libtool version
27364
27365 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27366
27367         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27368
27369 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27370
27371         * configure.ac:
27372         * gst-plugins.spec.in:
27373         * pkgconfig/Makefile.am:
27374         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27375         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27376         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27377         * pkgconfig/gstreamer-libs.pc.in:
27378         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27379         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27380         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27381         * pkgconfig/gstreamer-plugins.pc.in:
27382           remove @VERSION@ from some of the pc files since core and plugins
27383           are decoupled.
27384           created gstreamer-plugins.pc as it's a better name, but keeping
27385           -libs around for now to get fixes upstream done first.
27386
27387 2004-03-15  Julien MOUTTE <julien@moutte.net>
27388
27389         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27390         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27391         * gst-libs/gst/play/play.h:
27392
27393 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27394
27395         * *.c, *.cc: don't mix tabs and spaces
27396
27397 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27398
27399         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27400           use the new ffmpegcolorspace
27401         * gst-plugins.spec.in:
27402           package new colorspace and media-info
27403         * configure.ac:
27404         * pkgconfig/Makefile.am:
27405           fix some more disting issues
27406         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27407         * pkgconfig/gstreamer-media-info.pc.in:
27408           generate media-info pc files
27409
27410 2004-03-15  Johan Dahlin  <johan@gnome.org>
27411
27412         * *.h: Revert indenting
27413
27414 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27415
27416         * configure.ac:
27417           adding ffmpegcolorspace element
27418         * gst/ffmpegcolorspace/Makefile.am:
27419         * gst/ffmpegcolorspace/avcodec.h:
27420         * gst/ffmpegcolorspace/common.h:
27421         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27422         * gst/ffmpegcolorspace/dsputil.h:
27423         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27424         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27425         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27426         (gst_ffmpeg_caps_to_pix_fmt):
27427         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27428         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27429         (gst_ffmpegcolorspace_caps_remove_format_info),
27430         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27431         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27432         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27433         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27434         (gst_ffmpegcolorspace_set_property),
27435         (gst_ffmpegcolorspace_get_property),
27436         (gst_ffmpegcolorspace_register):
27437         * gst/ffmpegcolorspace/imgconvert.c:
27438         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27439         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27440         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27441         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27442         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27443         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27444         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27445         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27446         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27447         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27448         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27449         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27450         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27451         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27452         (img_get_alpha_info), (deinterlace_line),
27453         (deinterlace_line_inplace), (deinterlace_bottom_field),
27454         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27455         * gst/ffmpegcolorspace/imgconvert_template.h:
27456         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27457         * gst/ffmpegcolorspace/mmx.h:
27458         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27459           adding ffmpegcolorspace element supplied by Ronald after cleaning
27460           up and pulling in the right bits of upstream source.
27461           I'm sure a better C/compiler wizard could do some cleaning up (for
27462           example use GLIB's malloc stuff), but as a first pass this
27463           works very well
27464
27465 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27466
27467         * ext/alsa/gstalsa.h:
27468           I assume Ronald forgot to commit the change to have cardname
27469           as a struct member.  Expect some public spanking at the next
27470           opportunity.
27471
27472 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27473
27474         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27475         (gst_alsa_open_audio), (gst_alsa_close_audio):
27476         * ext/alsa/gstalsa.c:
27477           Don't open the device if we're a mixer (= padless).
27478         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27479         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27480         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27481           Open mixer during state change rather than during object
27482           initialization. Also, get a device name. Currently in a somewhat
27483           hackish fashion, but I didn't really find something better.
27484
27485 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27486
27487         * *.c, *.h: run gst-indent
27488
27489 2004-03-14  Benjamin Otte  <otte@gnome.org>
27490
27491         * gst/modplug/gstmodplug.cc:
27492         * gst/modplug/gstmodplug.h:
27493           set correct timestamps on outgoing buffers
27494
27495 2004-03-14  Benjamin Otte  <otte@gnome.org>
27496
27497         * gst/modplug/gstmodplug.cc:
27498           handle events - don't do crap when a discont arrives that's not
27499           necessary
27500           This allows correct loading and playback of mods in Rhythmbox
27501
27502 2004-03-14  Benjamin Otte  <otte@gnome.org>
27503
27504         * configure.ac:
27505         * gst-libs/gst/gconf/Makefile.am:
27506         * pkgconfig/Makefile.am:
27507           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27508           they get rebuilt properly
27509         * configure.ac:
27510           when checking for vorbis, try pkgconfig first.
27511         * gst/modplug/gstmodplug.cc:
27512           add fixate function
27513
27514 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27515
27516         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27517           Fix for obvious mistake, where we first shift the offset and then
27518           read a samplesize element assuming the old offset. Note that this
27519           part still has something weird, i.e. my movies containing those
27520           don't actually play well, but at least there's something that looks
27521           like sound now.
27522
27523 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27524         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27525         (plugin_init):
27526         Add a typefind function for speex format
27527
27528 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27529
27530         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27531         (gst_asf_demux_setup_pad):
27532           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27533           instead of 0. Reason is simple: some elements have a fps range
27534           of 1-max instead of 0-max. So now ASF video actually works.
27535
27536 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27537
27538         * po/LINGUAS:
27539         * po/sr.po:
27540           adding serbian as a language
27541
27542 2004-03-13  Benjamin Otte  <otte@gnome.org>
27543
27544         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27545           return taglist correctly from _get function, don't gst_pad_push it.
27546           (fixes #137042)
27547
27548 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27549         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27550
27551 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27552
27553         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27554         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27555         (gst_alsa_mixer_track_new):
27556         * ext/alsa/gstalsamixertrack.h:
27557           Fix ancient leftovers... MixerTrack is a GObject.
27558
27559 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27560
27561         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27562         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27563           Don't block during probing...
27564
27565 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27566
27567         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27568         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27569         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27570         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27571         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27572         (gst_alsa_open_audio), (gst_alsa_close_audio):
27573         * ext/alsa/gstalsa.h:
27574           Add propertyprobe interface implementation, add some device-name
27575           property, all this so that it looks good in gnome-volume-control.
27576
27577 2004-03-12  David Schleef  <ds@schleef.org>
27578
27579         * configure.ac: the Hermes library controls hermescolorspace, not
27580         colorspace.
27581         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27582         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27583         not /* */
27584         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27585         * ext/sdl/sdlvideosink.h: ditto.
27586         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27587
27588 2004-03-12  Benjamin Otte  <otte@gnome.org>
27589
27590         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27591         (gst_x_overlay_got_xwindow_id):
27592         * gst-libs/gst/xoverlay/xoverlay.h:
27593           replace XID with unsigned long to get rid of the xlibs dependency in
27594           XOverlay (fixes #137004)
27595
27596 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27597         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27598         (gst_agingtv_setup):
27599         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27600         (gst_dicetv_base_init), (gst_dicetv_class_init),
27601         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27602         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27603         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27604         (gst_edgetv_setup), (gst_edgetv_rgb32):
27605         * gst/effectv/gsteffectv.c:
27606         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27607         (gst_quarktv_set_property):
27608         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27609         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27610         (gst_revtv_setup), (gst_revtv_rgb32):
27611         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27612         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27613         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27614         (gst_shagadelictv_rgb32):
27615         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27616         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27617         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27618         * gst/effectv/gstwarp.c:
27619         Port everything that can be ported to videofilter and fix up the caps.
27620         Can someone with a big-endian machine please check these?
27621
27622 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27623
27624         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27625         (gst_osssink_chain), (gst_osssink_change_state):
27626           Latest fixes for A/V sync, audio playback and such. This is about
27627           all... MPEG playback issues are mostly related to the async build-
27628           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27629
27630 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27631
27632         patch from: Stephane Loeuillet
27633
27634         * configure.ac:
27635           use pkg-config for some libraries, falling back to the old .m4 way
27636           (fixes #131270)
27637         * m4/libdv.m4:
27638           removed
27639
27640 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27641
27642         * configure.ac:
27643         * tools/Makefile.am:
27644         * tools/Makefile.in:
27645         * tools/gst-launch-ext-m.m:
27646         * tools/gst-launch-ext.1.in:
27647         * tools/gst-visualise-m.m:
27648         * tools/gst-visualise.1:
27649         * tools/gst-visualise.1.in:
27650           reorganizing generation of script tools
27651
27652 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27653
27654         * ext/divx/gstdivxdec.c:
27655           Downgrade priority. We prefer ffdec_mpeg4.
27656         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27657         (gst_faad_chain), (gst_faad_change_state):
27658           Fix capsnego. Doesn't work for some sounds because we don't have
27659           a 5:1 to stereo element.
27660         * ext/xvid/gstxvid.c: (plugin_init):
27661           Add priority.
27662         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27663         (gst_osssink_change_state):
27664           Add discont handling.
27665
27666 2004-03-09  Colin Walters  <walters@verbum.org>
27667
27668         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27669         conversion.
27670
27671 2004-03-09  Benjamin Otte  <otte@gnome.org>
27672
27673         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27674           the signals take 2 arguments
27675
27676 2004-03-09  David Schleef  <ds@schleef.org>
27677
27678         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27679         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27680         * ext/alsa/gstalsa.h:
27681         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27682
27683 2004-03-09  Benjamin Otte  <otte@gnome.org>
27684
27685         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27686         (gst_mikmod_change_state):
27687         * ext/mikmod/gstmikmod.h:
27688           make mikmod's loop function not loop infinitely and call
27689           gst_element_yield anymore
27690         * gst/modplug/gstmodplug.cc:
27691           fix pad negotiation (fixes #136590)
27692
27693 2004-03-09  David Schleef  <ds@schleef.org>
27694
27695         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27696         doesn't conflict with the internal colorspace plugin.
27697         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27698         satisfy the crappy-ass shell shipped by a certain vendor.
27699         * gst/videofilter/make_filter: same (bug #135299)
27700
27701 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27702
27703         * configure.ac: bump nano to 1
27704
27705 === release 0.7.6 ===
27706
27707 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27708
27709         * configure.in: releasing 0.7.6, "There"
27710
27711 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27712
27713         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27714         * pkgconfig/gstreamer-play.pc.in:
27715           synchronize the two
27716
27717 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27718
27719         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27720         (cdparanoia_open), (cdparanoia_event):
27721           fix/add error handling
27722         * po/POTFILES.in:
27723           add cdparanoia source
27724         * tools/Makefile.am:
27725           make scripts executable
27726
27727 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27728
27729         * configure.ac:
27730         * ext/vorbis/Makefile.am:
27731         * sys/Makefile.am:
27732           remove id3types, vorbisfile and xvideosink from the build (#133783)
27733
27734 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27735
27736         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27737           Fix metadata read crash (#136537).
27738
27739 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27740
27741         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27742         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27743           adding mime types, fixing the one-stop function
27744
27745 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27746
27747         * ext/nas/nassink.c and /ext/nas/nassink.h:
27748         More NAS love from Arwed von Merkatz
27749         So lets all sing 'Can you feel the NAS tonight'
27750
27751 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27752
27753         * tools/gst-launch-ext.in:
27754         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27755
27756 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27757
27758         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27759         (gst_mpeg2dec_init):
27760         remove the user_data pad for now, because it is being used in
27761         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27762         If someone knows how to fix this properly, please do.
27763
27764 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27765
27766         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27767         (gst_osssink_get_time):
27768         add a warning, IMO this won't get triggered anymore, remove later
27769
27770 2004-03-07  David Schleef  <ds@schleef.org>
27771
27772         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27773         format (bug #136470)
27774
27775 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27776
27777         * gst-libs/Makefile.am:
27778         * gst-libs/gst/media-info/Makefile.am:
27779         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27780         (error_callback), (gst_media_info_error_create),
27781         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27782         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27783         * gst-libs/gst/media-info/media-info-priv.h:
27784         * gst-libs/gst/media-info/media-info-test.c: (main):
27785         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27786         (gst_media_info_class_init), (gst_media_info_instance_init),
27787         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27788         (gst_media_info_read_idler), (gst_media_info_read):
27789         * gst-libs/gst/media-info/media-info.h:
27790         fixed, should work now
27791
27792 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27793
27794         * ext/nas/nassink.c:
27795         A bunch of NAS fixes from Arwed von Merkatz
27796
27797 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27798
27799         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27800         (qtdemux_parse_trak):
27801           Fix crash (j might be greater than n_samples, in which case we're
27802           writing outside the allocated space for the array) and memleak.
27803
27804 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27805
27806         * sys/oss/gstosssink.c: (gst_osssink_chain):
27807           And another caller that couldn't handle delay < 0 (unsigned
27808           integer overflow). Video now continues playing on an audio
27809           buffer underrun, and the clock continues working. Audio still
27810           stalls.
27811
27812 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27813
27814         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27815         (gst_osssink_get_time):
27816           get_delay() may return values lower than 0. In those cases, we
27817           should not actually cast to *unsigned* int64, that will break
27818           stuff horribly. In my case, it screwed up A/V sync in movies
27819           in totem rather badly.
27820
27821 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27822
27823         * ext/faac/gstfaac.c: (gst_faac_chain):
27824         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27825         * ext/libpng/gstpngenc.c: (user_write_data):
27826         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27827         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27828         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27829         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27830         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27831         of any buffer), should fix some leaks. I hope I didn't unref buffers
27832         that shouldn't be...
27833
27834 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27835
27836         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27837         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27838         (error_callback), (gmi_reset), (gmi_seek_to_track),
27839         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27840         (gmip_find_type_post), (gmip_find_stream_post),
27841         (gmip_find_track_streaminfo_post):
27842         * gst-libs/gst/media-info/media-info-priv.h:
27843         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27844         (info_print), (main):
27845         * gst-libs/gst/media-info/media-info.c:
27846         (gst_media_info_error_create), (gst_media_info_error_element),
27847         (gst_media_info_instance_init), (gst_media_info_get_property),
27848         (gst_media_info_new), (gst_media_info_set_source),
27849         (gst_media_info_read_idler), (gst_media_info_read):
27850         * gst-libs/gst/media-info/media-info.h:
27851           first pass at making this work again.  This seems to work on
27852           tagged ogg/vorbis and mp3 files.
27853
27854 2004-03-06  Benjamin Otte  <otte@gnome.org>
27855
27856         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27857           fix huge leak: gst_buffer_merge doesn't unref the first argument
27858           itself.
27859
27860 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27861
27862         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27863           report layer/mode/emphasis
27864
27865 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27866
27867         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27868
27869 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27870
27871         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27872           signal serial
27873
27874 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27875
27876         * ext/vorbis/vorbis.c: (plugin_init):
27877         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27878         (gst_vorbis_dec_init), (vorbis_dec_event):
27879         add debug category
27880         make vorbisdec handle _BYTE and _TIME queries
27881
27882 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27883
27884         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27885           from the xing header
27886
27887 2004-03-06  Benjamin Otte  <otte@gnome.org>
27888
27889         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27890         (gst_audio_convert_link), (gst_audio_convert_change_state),
27891         (gst_audio_convert_buffer_from_default_format):
27892           do conversions from/to float correctly, fix some caps nego errors,
27893           export correct supported caps in template and getcaps, use correct
27894           caps in try_set_caps functions
27895
27896 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27897
27898         For some reason, I only committed a ChangeLog entry yesterday and
27899         not the corresponding code...
27900         * ext/mad/gstmad.c: Fix detection of Xing headers
27901         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27902
27903 2004-03-06  Benjamin Otte  <otte@gnome.org>
27904
27905         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27906         (gst_ogg_demux_src_query):
27907           make sure to handle the case where there's no current chain
27908           gracefully.
27909
27910 2004-03-05  David Schleef  <ds@schleef.org>
27911
27912         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27913         Add fixate function. (bug #131128)
27914         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27915         (gst_sdlvideosink_fixate):  Add fixate function.
27916         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27917         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27918         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27919         Fix missing break that was causing ulaw to be interpreted as
27920         raw int.
27921
27922 2004-03-05  David Schleef  <ds@schleef.org>
27923
27924         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27925         Fix code that ignores return value of gst_buffer_merge().
27926         (bug #114560)
27927         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27928         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27929         * testsuite/gst-lint:  Check for above.
27930
27931 2004-03-05  David Schleef  <ds@schleef.org>
27932
27933         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27934         caps and throw an element error.  (bug #136334)
27935
27936 2004-03-05  David Schleef  <ds@schleef.org>
27937
27938         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27939         (gst_faad_chain): Fix negotiation.
27940         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27941         key and button events.
27942         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27943         dung heap of code.
27944         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27945         depends on gconf
27946         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27947         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27948         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27949         function to encourage better negotiation, particularly between
27950         audioconvert and osssink.
27951         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27952         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27953         more important.
27954         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27955         typefinding.
27956         * gst/vbidec/vbiscreen.c:  Add glib header
27957         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27958
27959 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27960
27961         * ext/mad/gstmad.c: Fix detection of Xing headers
27962         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27963
27964 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27965
27966         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27967         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27968           debug updates
27969
27970 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27971
27972         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27973         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27974         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27975         files, and report the parsed length as a GST_TAG_DURATION tag.
27976         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27977
27978 2004-03-05  Benjamin Otte  <otte@gnome.org>
27979
27980         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27981           convert channels correctly. convert correctly to unsigned.
27982
27983 2004-03-05  Julien MOUTTE <julien@moutte.net>
27984
27985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27986         we have a window before clearing it.
27987
27988 2004-03-05  Julien MOUTTE <julien@moutte.net>
27989
27990         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27991         have a window before clearing it.
27992
27993 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27994
27995         * gconf/gstreamer.schemas.in:
27996         * gst-libs/gst/gconf/Makefile.am:
27997           version installation path the same way as for 0.6
27998         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27999         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28000         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28001           remove comment that was fixed
28002
28003 2004-03-05  David Schleef  <ds@schleef.org>
28004
28005         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
28006         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
28007         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
28008         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
28009         Add prototype code for handling seeking and querying.
28010
28011 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28012
28013         * examples/gstplay/player.c: (main):
28014           Initialize variables to NULL. Prevents a segfault because the
28015           (uninitialized) variable is not NULL, resulting in a crash on
28016           trying to reach error->message.
28017
28018 2004-03-05  Benjamin Otte  <otte@gnome.org>
28019
28020         * gst/audioconvert/gstaudioconvert.c:
28021         (gst_audio_convert_buffer_to_default_format):
28022         make float=>int conversion work correctly even in cornercases.
28023
28024 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
28025
28026         * debian/README.Debian:
28027         * debian/build-deps:
28028         * debian/changelog:
28029         * debian/control:
28030         * debian/control.in:
28031         * debian/copyright:
28032         * debian/gstreamer-a52dec.files:
28033         * debian/gstreamer-aa.files:
28034         * debian/gstreamer-alsa.files:
28035         * debian/gstreamer-alsa.manpages:
28036         * debian/gstreamer-arts.files:
28037         * debian/gstreamer-artsd.files:
28038         * debian/gstreamer-audiofile.files:
28039         * debian/gstreamer-avifile.files:
28040         * debian/gstreamer-cdparanoia.files:
28041         * debian/gstreamer-colorspace.files:
28042         * debian/gstreamer-doc.files:
28043         * debian/gstreamer-dv.files:
28044         * debian/gstreamer-dvd.files:
28045         * debian/gstreamer-esd.files:
28046         * debian/gstreamer-festival.files:
28047         * debian/gstreamer-flac.files:
28048         * debian/gstreamer-gconf.conffiles:
28049         * debian/gstreamer-gconf.files:
28050         * debian/gstreamer-gconf.postinst:
28051         * debian/gstreamer-gnomevfs.files:
28052         * debian/gstreamer-gsm.files:
28053         * debian/gstreamer-http.files:
28054         * debian/gstreamer-jack.files:
28055         * debian/gstreamer-jpeg.files:
28056         * debian/gstreamer-mad.files:
28057         * debian/gstreamer-mikmod.files:
28058         * debian/gstreamer-misc.files:
28059         * debian/gstreamer-mpeg2dec.files:
28060         * debian/gstreamer-oss.files:
28061         * debian/gstreamer-plugin-apps.files:
28062         * debian/gstreamer-plugin-apps.manpages:
28063         * debian/gstreamer-plugin-libs-dev.files:
28064         * debian/gstreamer-plugin-libs.files:
28065         * debian/gstreamer-plugin-template.postinst:
28066         * debian/gstreamer-plugin-template.postrm:
28067         * debian/gstreamer-sdl.files:
28068         * debian/gstreamer-sid.files:
28069         * debian/gstreamer-vorbis.files:
28070         * debian/gstreamer-x.files:
28071         * debian/mk.control:
28072         * debian/rules:
28073         Debian package info not maintained here.
28074
28075 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28076
28077         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28078         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28079         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28080         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28081         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28082         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28083         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28084         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28085         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28086         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28087         * gst-libs/gst/colorbalance/colorbalance.c:
28088         (gst_color_balance_class_init):
28089         * gst-libs/gst/colorbalance/colorbalancechannel.c:
28090         (gst_color_balance_channel_class_init):
28091         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28092         * gst-libs/gst/play/play.c: (gst_play_class_init):
28093         * gst-libs/gst/propertyprobe/propertyprobe.c:
28094         (gst_property_probe_iface_init):
28095         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28096         * gst-libs/gst/tuner/tunerchannel.c:
28097         (gst_tuner_channel_class_init):
28098         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28099         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28100         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28101         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28102         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28103         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28104         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28105         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28106         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28107           fix signals to use - instead of _
28108         * ext/libcaca/gstcacasink.h:
28109         * ext/sdl/sdlvideosink.h:
28110           fix header rename
28111
28112 2004-03-04  David Schleef  <ds@schleef.org>
28113
28114         * testsuite/gst-lint:  Add a check for bad signal names.
28115
28116 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
28117
28118         reviewed by David Schleef
28119
28120         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28121         modified the alpha channel and caused a warning. (bug #136192)
28122
28123 2004-04-03  Christian Schaller <Uraeus@gnome.org>
28124
28125         * gst-plugins.spec.in:
28126         Change names of plugins to actually be correct. Try to keep things
28127         alphabetical to avoid getting beat up by Thomas
28128
28129 2004-03-03  Julien MOUTTE <julien@moutte.net>
28130
28131         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28132         Using ximagesink as a default if no gconf key found. We should
28133         probably consider using alsasink instead of osssink for the audio
28134         part.
28135
28136 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28137
28138         * configure.ac:
28139           fix --with-plugins, don't think it ever worked before
28140         * gst-plugins.spec.in:
28141           even more updates
28142
28143 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28144
28145         * ext/sdl/sdlvideosink.h:
28146         * sys/ximage/ximagesink.h:
28147         * sys/xvideo/xvideosink.h:
28148         * sys/xvimage/xvimagesink.h:
28149           Fix for move of gstvideosink.h -> videosink.h.
28150
28151 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28152
28153         * gst-libs/gst/xwindowlistener/Makefile.am:
28154           this is a plugin library, not a library
28155
28156 2004-03-01  David Schleef  <ds@schleef.org>
28157
28158         * AUTHORS:  Added some names.  Add yourself if you're still
28159         missing.
28160
28161 2004-03-01  David Schleef  <ds@schleef.org>
28162
28163         * MAINTAINERS: Add
28164
28165 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28166
28167         * gst-plugins.spec.in: clean up spec file
28168
28169 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28170
28171         * gst-libs/gst/video/Makefile.am:
28172         * gst-libs/gst/video/gstvideosink.c:
28173         * gst-libs/gst/video/gstvideosink.h:
28174           rename gstvideosink.h to videosink.h to match other headers
28175         * gst/mixmatrix/Makefile.am:
28176           fix plugin filename
28177         * gst/tags/Makefile.am: fix plugin filename
28178
28179 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28180
28181         * gst/tags/Makefile.am: fix plugin filename
28182
28183 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28184
28185         * examples/gstplay/player.c: (got_time_tick), (main):
28186           add error handler
28187           display time_tick more readably
28188         * gst/mixmatrix/Makefile.am:
28189           fix plugin file name
28190
28191 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28192
28193         * sys/oss/gstosselement.c: (gst_osselement_probe),
28194         (device_combination_append), (gst_osselement_class_probe_devices):
28195         * sys/oss/gstosselement.h:
28196           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28197           on my system using alsa oss emulation, fixes bug #135597
28198
28199 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28200
28201         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28202         (gst_videodrop_chain), (gst_videodrop_change_state):
28203         * gst/videodrop/gstvideodrop.h:
28204           Work based on timestamp of input data, not based on the expected
28205           framerate from the input. The consequence is that this element now
28206           not only scales framerates, but also functions as a framerate
28207           corrector or framerate stabilizer/constantizer.
28208
28209 2004-02-27  David Schleef  <ds@schleef.org>
28210
28211         patches from jmmv@menta.net (Julio M. Merino Vidal)
28212
28213         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28214         GST_ELEMENT_ERROR call (bug #135634)
28215         * gst/interleave/interleave.c: (interleave_buffered_loop),
28216         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28217         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28218         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28219         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28220         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28221         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28222         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28223         Fix GST_ELEMENT_ERROR call.
28224         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28225         GST_ELEMENT_ERROR call.
28226
28227 2004-02-27  Benjamin Otte  <otte@gnome.org>
28228
28229         * gst-libs/gst/audio/audio.h:
28230           add macro to make sure header isn't included twice
28231         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28232           don't use gst_buffer_free
28233         * gst/playondemand/filter.func:
28234           don't use gst_data_free. Free data only once.
28235
28236 2004-02-26  David Schleef  <ds@schleef.org>
28237
28238         * gst-libs/gst/colorbalance/Makefile.am:
28239         * gst-libs/gst/mixer/Makefile.am:
28240         * gst-libs/gst/tuner/Makefile.am:
28241         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28242         should not be disted, -marshal.h files should not be installed,
28243         and -enum.h files _should_ be installed.  Fix to make this the
28244         case.
28245
28246 === release 0.7.5 ===
28247
28248 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28249
28250         * configure.ac: release 0.7.5, "Under The Sea"
28251
28252 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28253
28254         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28255         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28256         * gst/videoscale/gstvideoscale.c:
28257         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28258           assorted debug/warning fixes
28259
28260 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28261
28262         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28263         (gst_videoscale_init), (gst_videoscale_chain),
28264         (gst_videoscale_set_property), (plugin_init):
28265         * gst/videoscale/gstvideoscale.h:
28266         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28267         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28268         (gst_videoscale_planar400), (gst_videoscale_packed422),
28269         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28270         (gst_videoscale_24bit), (gst_videoscale_16bit),
28271         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28272         (gst_videoscale_scale_plane_slow),
28273         (gst_videoscale_scale_point_sample),
28274         (gst_videoscale_scale_nearest),
28275         (gst_videoscale_scale_nearest_str2),
28276         (gst_videoscale_scale_nearest_str4),
28277         (gst_videoscale_scale_nearest_32bit),
28278         (gst_videoscale_scale_nearest_24bit),
28279         (gst_videoscale_scale_nearest_16bit):
28280         add debugging category and use it properly
28281         fix use of GST_PTR_FORMAT
28282
28283 2004-02-25  Andy Wingo  <wingo@pobox.com>
28284
28285         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28286         push only when channel->buffer is NULL. Prevents segfaults doing
28287         the state change after a nonlocal exit, like a scheme exception.
28288
28289         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28290         Handle the case where the intersected caps is empty.
28291
28292 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28293
28294         * gst/law/mulaw-decode.c: (mulawdec_link):
28295         * gst/law/mulaw.c: (plugin_init):
28296           fix mulawdec so it actually works again
28297
28298 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28299
28300         reviewed by: David Schleef  <ds@schleef.org>
28301
28302         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28303         (gst_gamma_init), (gst_gamma_set_property),
28304         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28305         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28306         for RGB, with separate r g and b correction factors. (#131167)
28307
28308 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28309
28310         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28311           only signal tags for bitrate if they're > 0 (#134894)
28312
28313 2004-02-24  David Schleef  <ds@schleef.org>
28314
28315         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28316         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28317         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28318         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28319         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28320         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28321         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28322         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28323         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28324         category.  Attempt to fix timestamp calculation.
28325
28326 2004-02-24  Johan Dahlin  <johan@gnome.org>
28327
28328         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28329
28330 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28331
28332         * configure.ac:
28333         * gconf/Makefile.am:
28334         * gconf/gstreamer.schemas:
28335         * gst-libs/gst/gconf/Makefile.am:
28336         * gst-libs/gst/gconf/gconf.c:
28337           version gconf schemas and install locations
28338
28339 2004-02-23  Benjamin Otte  <otte@gnome.org>
28340
28341         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28342         (gst_xine_input_subclass_init):
28343           call parent dispose.
28344           change pad template for CD reader correctly
28345         * ext/xine/Makefile.am:
28346         * ext/xine/gstxine.h:
28347         * ext/xine/xine.c: (plugin_init):
28348         * ext/xine/xineaudiosink.c:
28349           wrap audio sinks, too
28350         * gst-libs/gst/resample/private.h:
28351         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28352         (gst_resample_reinit), (gst_resample_scale),
28353         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28354         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28355         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28356         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28357         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28358         * gst-libs/gst/resample/resample.h:
28359         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28360         (gst_audioscale_class_init), (gst_audioscale_link),
28361         (gst_audioscale_get_buffer), (gst_audioscale_init),
28362         (gst_audioscale_chain), (gst_audioscale_set_property),
28363         (gst_audioscale_get_property):
28364         * gst/audioscale/gstaudioscale.h:
28365           s/resample_*/gst_resample_*/i to not clobber namespaces
28366
28367 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28368
28369         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28370         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28371         (gst_riff_create_video_template_caps),
28372         (gst_riff_create_audio_template_caps),
28373         (gst_riff_create_iavs_template_caps):
28374         * gst-libs/gst/riff/riff-media.h:
28375         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28376         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28377         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28378         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28379         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28380         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28381         (gst_matroska_demux_plugin_init): First batch implementing audio and
28382         video codec tags in demuxers.
28383
28384 2004-02-22  Benjamin Otte  <otte@gnome.org>
28385
28386         * ext/xine/Makefile.am:
28387         * ext/xine/gstxine.h:
28388         * ext/xine/xine.c: (plugin_init):
28389         * ext/xine/xineinput.c:
28390           add input plugin wrapper. Playback from files, http, mms and cdda
28391           works.
28392         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28393           remove leftover G_GNUC_UNUSED
28394         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28395         (gst_asf_demux_identify_guid):
28396           improve debugging output
28397
28398 2004-02-22  Benjamin Otte  <otte@gnome.org>
28399
28400         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28401
28402         * autogen.sh:
28403           replace test -e with test -x for mkinstalldirs to be more portable.
28404           (fixes #134816)
28405
28406 2004-02-22  Benjamin Otte  <otte@gnome.org>
28407
28408         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28409
28410         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28411           set rank to PRIMARY
28412         * gst/volume/gstvolume.c: (plugin_init):
28413           set rank to NONE
28414         fixes #134960
28415
28416 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28417
28418         reviewed by Benjamin Otte  <otte@gnome.org>
28419
28420         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28421           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28422
28423 2004-02-22  Benjamin Otte  <otte@gnome.org>
28424
28425         * configure.ac:
28426           export [_]*{gst,Gst,GST}.* symbols from plugins
28427
28428 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28429
28430         reviewed by: Benjamin Otte  <otte@gnome.org>
28431
28432         * ext/lame/gstlame.c: (add_one_tag):
28433         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28434         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28435         (gst_vorbisenc_metadata_set1):
28436         * gst/tags/gstid3tag.c:
28437         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28438           apply fixes from bugs #135042 (lame can't write tags) and #133817
28439           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28440
28441 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28442
28443         * configure.ac: Export only gst_plugin_desc from plugins.
28444          Note that this change only makes any effect with Linux using libtool
28445          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28446          fine. And don't try to have several versions of libtool in different
28447          directories.
28448
28449 2004-02-20  Andy Wingo  <wingo@pobox.com>
28450
28451         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28452         interleave respectively.
28453
28454         * gst/interleave/deinterleave.c: New plugin: deinterleave
28455         (replaces on oneton).
28456         * gst/interleave/interleave.c: New plugin: interleave.
28457         * gst/interleave/plugin.h: Support file.
28458         * gst/interleave/plugin.c: Support file.
28459
28460         * configure.ac: Remove intfloat and oneton, add interleave.
28461
28462         * ext/sndfile/gstsf.c: Handle events better.
28463
28464         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28465         and float2int operation. int2float has scheduling problems as
28466         noted in in2float_chain.
28467
28468 2004-02-20  Benjamin Otte  <otte@gnome.org>
28469
28470         * ext/xine/Makefile.am:
28471         * ext/xine/gstxine.h:
28472         * ext/xine/xine.c:
28473         * ext/xine/xineaudiodec.c:
28474         * ext/xine/xinecaps.c:
28475           add first version of xine plugin wrapper. Currently only wraps the
28476           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28477         * configure.ac:
28478         * ext/Makefile.am:
28479           add xine plugin wrapper, disabled by default. Use --enable-xine to
28480           build. Note that it'll segfault on gst-register if you don't remove
28481           the goom and tvtime post plugins from xine.
28482         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28483         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28484           add extradata parsing for QDM2.
28485           change around debugging prints.
28486
28487 2004-02-19  Benjamin Otte  <otte@gnome.org>
28488
28489         * ext/lame/gstlame.c: (gst_lame_chain):
28490         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28491           use gst_tag_list_insert when you want to insert tags
28492
28493 2004-02-18  David Schleef  <ds@schleef.org>
28494
28495         * configure.ac:  Move massink to gst-rotten
28496         * ext/Makefile.am:
28497         * ext/mas/Makefile.am:
28498         * ext/mas/massink.c:
28499         * ext/mas/massink.h:
28500
28501 2004-02-18  David Schleef  <ds@schleef.org>
28502
28503         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28504         typefinding, since it seems to be worse than nothing.
28505         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28506         atom to recognize .mp4 and .m4a files as video/quicktime.
28507
28508 2004-02-18  David Schleef  <ds@schleef.org>
28509
28510         * gst/sine/demo-dparams.c: (quit_live),
28511         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28512         Use double dparams, not float.
28513         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28514         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28515         sync'd elements don't really work correctly.
28516         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28517         (volume_update_volume), (volume_get_property):  Change dparam
28518         to double.
28519
28520 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28521
28522         * sys/ximage/ximagesink.c:
28523         (gst_ximagesink_xwindow_update_geometry),
28524         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28525         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28526         (gst_ximagesink_init): Rework the way software video scaling works. So
28527         now we check on each chain call if the video frames are feeling the
28528         window. If not we try to renegotiate caps. On failure we memorize that
28529         and we won't try again for that PLAYING sessions.
28530         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28531         failure.
28532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28533         synchronous flag.
28534
28535 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28536
28537         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28538           break up _link so we can give a better debug message for errors
28539
28540 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28541
28542         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28543           set up debug category
28544
28545 2004-02-18  Julien MOUTTE <julien@moutte.net>
28546
28547         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28548         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28549         the way renegotiation work. The event handling function is not taking
28550         care of external windows and renegotiate method check for pad flags
28551         NEGOTIATING. Should fix : #133209
28552
28553 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28554
28555         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28556         pad is negotiating before trying renegotiation.
28557
28558 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28559
28560         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28561           pass on all possible mime types as typefind hints
28562
28563 2004-02-17  Julien MOUTTE <julien@moutte.net>
28564
28565         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28567         possible SHM leak if we crash. All other apps using XShm are doing
28568         that.
28569
28570 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28571
28572         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28573         (gst_ximagesink_expose): Renegotiate size on expose.
28574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28575         size on expose.
28576
28577 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28578
28579         * testsuite/alsa/sinesrc.c:
28580           cosmetic fix to fix compile issue with gcc 2.95.4
28581
28582 2004-02-16  Julien MOUTTE <julien@moutte.net>
28583
28584         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28585         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28586         failed opening the audio device.
28587         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28588         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28589         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28590         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28591         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28592         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28593         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28594         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28595         Removing some useless g_return_if_fail like wingo suggested.
28596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28597         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28598         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28599         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28600         (gst_xvimagesink_update_colorbalance),
28601         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28602         (gst_xvimagesink_xcontext_clear),
28603         (gst_xvimagesink_get_fourcc_from_caps),
28604         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28605         (gst_xvimagesink_set_xwindow_id),
28606         (gst_xvimagesink_colorbalance_list_channels),
28607         (gst_xvimagesink_colorbalance_set_value),
28608         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28609         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28610
28611 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28612
28613         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28614           throw error when not negotiated instead of asserting
28615
28616 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28617
28618         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28619         correct data refcounting.
28620
28621 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28622
28623         * gst/switch/gstswitch.c: (gst_switch_change_state),
28624         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28625         change, mostly the EOS flag.
28626
28627 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28628
28629         * examples/gstplay/player.c: (got_eos), (main): Adding some
28630         output for debugging.
28631         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28632         timeouts if we go to any state different from PLAYING.
28633         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28634         more EOS bugs in riff lib.
28635
28636 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28637
28638         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28639         visualization until i find a way to fix switch correctly.
28640         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28641         EOS arrives.
28642         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28643         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28644         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28645         Reworked switch to get a more correct behaviour with events and refing
28646         of data stored in sinkpads.
28647         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28648         we don't pull from a pad in EOS.
28649
28650 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28651
28652         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28653           remove v1 tag even if we can't read it (makes sure we don't detect
28654           it again)
28655
28656 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28657
28658         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28659         (gst_alsa_xrun_recovery):
28660         * ext/alsa/gstalsa.h:
28661           try xrun recovery when wait failed. Make xrun recovery function
28662           return TRUE/FALSE to indicate success. (might fix #134354)
28663
28664 2004-02-13  David Schleef  <ds@schleef.org>
28665
28666         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28667         (dynparm_value_changed), (main): Convert from float to double.
28668         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28669
28670 2004-02-13  David Schleef  <ds@schleef.org>
28671
28672         * gst/silence/gstsilence.c: (gst_silence_class_init),
28673         (gst_silence_set_clock), (gst_silence_get),
28674         (gst_silence_set_property), (gst_silence_get_property):
28675         * gst/silence/gstsilence.h: Add sync property.
28676         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28677         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28678         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28679         * gst/sine/gstsinesrc.h: Add sync property.
28680
28681 2004-02-13  David Schleef  <ds@schleef.org>
28682
28683         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28684         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28685
28686 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28687
28688         * configure.ac:
28689         * ext/Makefile.am:
28690         * gst-libs/ext/Makefile.am:
28691           move ffmpeg plugin to gst-ffmpeg module
28692
28693 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28694
28695         * configure.ac: use GST_ARCH to detect architecture
28696
28697 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28698
28699         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28700
28701 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28702
28703         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28704           classify LADSPA plugins based on number of src/sink pads
28705           (#133663, Stefan Kost)
28706         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28707           fix dparams registration
28708           (#133528, Stefan Kost)
28709         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28710           fix use of isprint and use g_ascii_isprint instead
28711           (#133316, Stefan Kost)
28712
28713 2004-02-11  David Schleef  <ds@schleef.org>
28714
28715         Convert a few inner loops to use liboil.  This is currently
28716         optional, and is only enabled if liboil is present (duh!).
28717         * configure.ac: Check for liboil-0.1
28718         * gst/intfloat/Makefile.am:
28719         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28720         (gst_int2float_chain_gint16):
28721         * gst/videofilter/Makefile.am:
28722         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28723         (tablelookup_u8), (gst_videobalance_planar411):
28724         * gst/videotestsrc/Makefile.am:
28725         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28726         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28727         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28728         (paint_hline_RGB565), (paint_hline_xRGB1555):
28729
28730 2004-02-11  David Schleef  <ds@schleef.org>
28731
28732         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28733         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28734         (gst_colorspace_getcaps), (gst_colorspace_link),
28735         (gst_colorspace_base_init), (gst_colorspace_init),
28736         (gst_colorspace_chain), (gst_colorspace_change_state),
28737         (plugin_init): Merge Ronald's patch (bug #117897) and update
28738         for new caps and negotiation.  Seems to work, although it
28739         shows off bugs in lcs.
28740
28741 2004-02-11  David Schleef  <ds@schleef.org>
28742
28743         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28744         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28745
28746 2004-02-11  David Schleef  <ds@schleef.org>
28747
28748         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28749         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28750         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28751         Add server and port properties
28752
28753 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28754
28755         * m4/a52.m4:
28756         * m4/aalib.m4:
28757         * m4/as-ffmpeg.m4:
28758         * m4/as-liblame.m4:
28759         * m4/as-slurp-ffmpeg.m4:
28760         * m4/check-libheader.m4:
28761         * m4/esd.m4:
28762         * m4/freetype2.m4:
28763         * m4/gconf-2.m4:
28764         * m4/glib.m4:
28765         * m4/gst-alsa.m4:
28766         * m4/gst-artsc.m4:
28767         * m4/gst-ivorbis.m4:
28768         * m4/gst-matroska.m4:
28769         * m4/gst-sdl.m4:
28770         * m4/gst-shout2.m4:
28771         * m4/gst-sid.m4:
28772         * m4/gtk.m4:
28773         * m4/libdv.m4:
28774         * m4/libfame.m4:
28775         * m4/libmikmod.m4:
28776         * m4/ogg.m4:
28777         * m4/vorbis.m4:
28778           fix underquotedness of macros (#133800)
28779         * m4/as-avifile.m4:
28780         * m4/xmms.m4:
28781           removed because no longer used
28782
28783 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28784
28785         * configure.ac:
28786           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28787           by autopoint (fixes #132996)
28788
28789 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28790
28791         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28792         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28793         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28794         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28795           fix memleaks
28796
28797 2004-02-11  David Schleef  <ds@schleef.org>
28798
28799         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28800         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28801         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28802         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28803         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28804         (gst_jpegenc_class_init), (gst_jpegenc_init),
28805         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28806         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28807         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28808         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28809
28810 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28811
28812         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28813         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28814         * ext/mikmod/gstmikmod.h:
28815           fix caps negotiation in mikmod
28816         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28817           output debug information
28818
28819 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28820
28821         * gst-libs/gst/colorbalance/Makefile.am:
28822         * gst-libs/gst/navigation/Makefile.am:
28823         * gst-libs/gst/xoverlay/Makefile.am:
28824           remove unused GST_OPT_CFLAGS from Makefiles
28825           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28826
28827 2004-02-07  David Schleef  <ds@schleef.org>
28828
28829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28830         push events to pads that haven't been created (#133508)
28831
28832 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28833
28834         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28835         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28836         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28837         (gst_dvdec_loop), (gst_dvdec_change_state):
28838         Second attempt at committing a working dvdec element.
28839
28840 2004-02-06  David Schleef  <ds@schleef.org>
28841
28842         Build fixes for OS X: (see #129600)
28843         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28844         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28845         (gst_riff_read_strf_iavs):
28846         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28847         (gst_avi_demux_stream_odml):
28848         * gst/playondemand/Makefile.am:
28849         * gst/rtp/rtp-packet.c:
28850
28851 2004-02-05  David Schleef  <ds@schleef.org>
28852
28853         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28854         last change, because it Just Doesn't Compile.
28855
28856 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28857
28858         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28859           skip undecodable id3v2 tag instead of keeping it
28860
28861 2004-02-05  David Schleef  <ds@schleef.org>
28862
28863         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28864         Unref leaked buffer.  (Noticed by Ronald)
28865
28866 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28867
28868         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28869         Sync requires with other checks.  >= vs =.
28870
28871 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28872
28873         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28874         (gst_dvdec_video_link), (gst_dvdec_loop):
28875         * ext/dv/gstdvdec.h:
28876           rework the caps negotiation so that dvdec works again instead
28877           of just segfaulting.
28878
28879 === release 0.7.4 ===
28880
28881 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28882
28883         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28884         * configure.ac: changed for release
28885
28886 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28887
28888         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28889         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28890         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28891         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28892           reworked patch by David Lehn to fix libdir and includedir for
28893           uninstalled libraries
28894           removed play and gconf from gstreamer-libs since they have their
28895           own pkgconfig files
28896
28897 2004-02-04  David Schleef  <ds@schleef.org>
28898
28899         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28900         memleak.
28901
28902 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28903
28904         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28905           use correct GST_TAG_ENCODER tag
28906
28907 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28908
28909         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28910           be sure to stop the clock when going to paused
28911         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28912           reset number of transmitted when going to ready.
28913         fixes #132935
28914
28915 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28916
28917         reviewed by Benjamin Otte
28918
28919         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28920           extract track count (fixes #133410)
28921
28922 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28923
28924         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28925           that should be !=, not == (fixes #132519)
28926
28927 2004-02-04  David Schleef  <ds@schleef.org>
28928
28929         Make sure set_explicit_caps() is called before adding pad.
28930         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28931         * gst/id3/gstid3types.c: (gst_id3types_loop):
28932         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28933         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28934
28935 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28936
28937         * configure.ac:
28938           bump nano to 2, first prerelease
28939           put back AM_PROG_LIBTOOL
28940
28941 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28942
28943         * testsuite/alsa/Makefile.am:
28944           these are user test apps, not automatic testsuite tests
28945
28946 2004-02-04  David Schleef  <ds@schleef.org>
28947
28948         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28949         * gst/mpeg1videoparse/gstmp1videoparse.c:
28950         (mp1videoparse_parse_seq):
28951         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28952         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28953         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28954         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28955         (gst_xvideosink_getcaps):
28956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28957         * testsuite/gst-lint: more tests
28958
28959 2004-02-04  David Schleef  <ds@schleef.org>
28960
28961         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28962         with the code that they would expand to.
28963         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28964         (gst_flacdec_get_src_query_types),
28965         (gst_flacdec_get_src_event_masks):
28966         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28967         (gst_gnomevfssrc_get_query_types),
28968         (gst_gnomevfssrc_get_event_mask):
28969
28970 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28971
28972         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28973         (gst_sinesrc_dispose):
28974           fix memleak by properly disposing sinesrc
28975
28976 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28977
28978         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28979         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28980         an overlay to redraw the image because it has been exposed.
28981         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28982         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28983         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28984         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28985         interface
28986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28987         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28988         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28989         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28990         interface
28991
28992 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28993
28994         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28995           more memleak fixage
28996
28997 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28998
28999         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29000         * gst/typefind/gsttypefindfunctions.c:
29001           fix memleaks shown by gst-typefind
29002
29003 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29004
29005         * common/glib-gen.mak:
29006           add hack rule to touch .Plo files
29007         * gst-libs/gst/colorbalance/Makefile.am:
29008         * gst-libs/gst/mixer/Makefile.am:
29009         * gst-libs/gst/play/Makefile.am:
29010         * gst-libs/gst/tuner/Makefile.am:
29011           remove glib_root variable
29012
29013 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29014
29015         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
29016           set explicit caps before adding the element, so the autopluggers can
29017           plug correctly.
29018         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29019         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
29020         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29021         (dv_type_find):
29022           fix memleaks in typefind functions. gst_type_find_suggest takes a const
29023           argument.
29024
29025 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29026
29027         * gst-libs/gst/colorbalance/Makefile.am:
29028         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
29029         * gst-libs/gst/colorbalance/colorbalance.c:
29030         * gst-libs/gst/colorbalance/colorbalance.h:
29031         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
29032         * gst-libs/gst/mixer/Makefile.am:
29033         * gst-libs/gst/mixer/mixer-marshal.list:
29034         * gst-libs/gst/mixer/mixer.c:
29035         * gst-libs/gst/mixer/mixer.h:
29036         * gst-libs/gst/mixer/mixermarshal.list:
29037         * gst-libs/gst/play/Makefile.am:
29038         * gst-libs/gst/play/play.h:
29039         * gst-libs/gst/tuner/Makefile.am:
29040         * gst-libs/gst/tuner/tuner-marshal.list:
29041         * gst-libs/gst/tuner/tuner.c:
29042         * gst-libs/gst/tuner/tuner.h:
29043         * gst-libs/gst/tuner/tunermarshal.list:
29044           use new glib-gen.mak snippet to clean up Makefile.am
29045           fix various bugs in Makefile.am's
29046
29047 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29048
29049         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29050           handle chain parsing correctly in the multichain case
29051         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29052         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29053         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29054         (theora_dec_chain):
29055           handle events and queries correctly
29056
29057 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29058
29059         * .cvsignore:
29060         Ignore generated file _stdint.h.
29061
29062 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29063
29064         * gst-libs/gst/colorbalance/Makefile.am:
29065         * gst-libs/gst/colorbalance/colorbalance.h:
29066         * gst-libs/gst/mixer/Makefile.am:
29067         * gst-libs/gst/mixer/mixer.h:
29068         * gst-libs/gst/play/Makefile.am:
29069         * gst-libs/gst/play/play.h:
29070         * gst-libs/gst/tuner/Makefile.am:
29071         * gst-libs/gst/tuner/tuner.h:
29072         Generate enum type code with glib-mkenums.
29073         * gst-libs/gst/colorbalance/.cvsignore:
29074         * gst-libs/gst/mixer/.cvsignore:
29075         * gst-libs/gst/play/.cvsignore:
29076         * gst-libs/gst/tuner/.cvsignore:
29077         Ignore generated files.
29078
29079 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29080
29081         * gst-libs/gst/audio/.cvsignore:
29082         Ignore generated file.
29083         * gst-libs/gst/audio/Makefile.am:
29084         Do not install example filter.
29085
29086 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29087
29088         * examples/switch/.cvsignore:
29089         Ignore generated file.
29090
29091 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29092
29093         * common/m4/ax_create_stdint_h.m4:
29094         * configure.ac:
29095           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29096           _stdint.h.
29097         * Makefile.am:
29098           remove generated _stdint.h in DISTCLEANFILES
29099         * ext/a52dec/gsta52dec.c:
29100           include _stdint.h for a52dec. (should fix #133064)
29101
29102 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29103
29104         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29105         (gst_tag_to_vorbis_comments):
29106         Add replaygain support to vorbistag
29107
29108 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29109         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29110         (gst_ffmpeg_caps_to_extradata):
29111           Fix SVQ3 caps flag properties
29112           Use glib macro for bytes swap
29113
29114 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29115
29116         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29117         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29118         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29119         * ext/sndfile/gstsf.c: (plugin_init):
29120         * gst/avi/gstavi.c: (plugin_init):
29121         * sys/dxr3/dxr3init.c: (plugin_init):
29122         * sys/oss/gstossaudio.c: (plugin_init):
29123         * sys/v4l/gstv4l.c: (plugin_init):
29124         * sys/v4l2/gstv4l2.c: (plugin_init):
29125           remove textdomain calls
29126         * po/nl.po:
29127           update Dutch translation
29128
29129 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29130
29131         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29132         (gst_play_set_audio_sink): Moving volume in the audio thread for
29133         instantaneous volume change. Maybe i will add another volume in front
29134         of visualization later, not sure yet though.
29135
29136 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29137
29138         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29139         (gst_ximagesink_handle_xevents): Better X events handling, only take
29140         the latest events for configure and motion.
29141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29142
29143 2004-02-02  Jon Trowbridge  <trow@gnu.org>
29144
29145         reviewed by: David Schleef  <ds@schleef.org>
29146
29147         Fix memory leaks:
29148         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29149         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29150
29151 2004-02-02  David Schleef  <ds@schleef.org>
29152
29153         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
29154         of lines.
29155         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29156         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29157         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29158         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29159         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29160         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29161         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29162         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29163         (gst_float2_2_int_link):
29164         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29165         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29166         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29167         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29168         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29169         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29170         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29171         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29172         * testsuite/gst-lint: Add tests for bzero and ;;
29173
29174 2004-02-02  David Schleef  <ds@schleef.org>
29175
29176         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29177
29178 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29179
29180         * ext/aalib/gstaasink.c: (gst_aasink_open):
29181         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29182         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29183         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29184         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29185         (gst_afsink_close_file):
29186         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29187         (gst_afsrc_close_file):
29188         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29189         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29190         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29191         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29192         * ext/esd/esdmon.c: (gst_esdmon_get):
29193         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29194         * ext/faac/gstfaac.c: (gst_faac_chain):
29195         * ext/faad/gstfaad.c: (gst_faad_chain):
29196         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29197         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29198         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29199         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29200         (gst_flacdec_loop):
29201         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29202         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29203         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29204         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29205         (gst_gnomevfssink_close_file):
29206         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29207         (gst_gnomevfssrc_open_file):
29208         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29209         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29210         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29211         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29212         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29213         * ext/mad/gstmad.c: (gst_mad_chain):
29214         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29215         * ext/mpeg2dec/gstmpeg2dec.c:
29216         * ext/mpeg2enc/gstmpeg2enc.cc:
29217         * ext/mplex/gstmplex.cc:
29218         * ext/mplex/gstmplexibitstream.cc:
29219         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29220         (gst_ogg_demux_push):
29221         * ext/raw1394/gstdv1394src.c:
29222         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29223         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29224         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29225         (gst_sf_loop):
29226         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29227         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29228         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29229         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29230         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29231         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29232         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29233         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29234         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29235         (gst_riff_read_element_data), (gst_riff_read_seek),
29236         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29237         * gst/adder/gstadder.c: (gst_adder_loop):
29238         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29239         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29240         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29241         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29242         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29243         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29244         * gst/goom/gstgoom.c: (gst_goom_chain):
29245         * gst/id3/gstid3types.c: (gst_id3types_loop):
29246         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29247         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29248         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29249         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29250         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29251         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29252         (gst_ebml_read_float), (gst_ebml_read_header):
29253         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29254         (gst_matroska_demux_parse_blockgroup):
29255         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29256         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29257         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29258         * gst/silence/gstsilence.c: (gst_silence_get):
29259         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29260         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29261         * gst/speed/gstspeed.c: (speed_loop):
29262         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29263         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29264         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29265         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29266         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29267         (gst_wavparse_loop):
29268         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29269         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29270         (dxr3audiosink_close):
29271         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29272         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29273         (dxr3videosink_close), (dxr3videosink_write_data):
29274         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29275         * sys/oss/gstosssink.c: (gst_osssink_chain):
29276         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29277         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29278         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29279         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29280         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29281         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29282         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29283         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29284         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29285         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29286         (gst_v4l_set_audio):
29287         * sys/v4l/v4l_calls.h:
29288         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29289         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29290         (gst_v4lmjpegsink_playback_init),
29291         (gst_v4lmjpegsink_playback_start):
29292         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29293         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29294         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29295         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29296         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29297         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29298         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29299         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29300         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29301         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29302         (gst_v4l2_get_output), (gst_v4l2_set_output),
29303         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29304         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29305         (gst_v4l2_set_attribute):
29306         * sys/v4l2/v4l2_calls.h:
29307         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29308         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29309         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29310         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29311         (gst_v4l2src_capture_stop):
29312         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29313         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29314         (gst_ximagesink_chain):
29315         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29316         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29317         (gst_xvideosink_xwindow_new):
29318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29319         (gst_xvimagesink_chain):
29320
29321 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29322
29323         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29324         (gst_volume_get_volume), (volume_class_init), (volume_init),
29325         (volume_chain_int16), (volume_update_volume):
29326         * gst/volume/gstvolume.h:
29327           make code more readable by removing magic numbers
29328           make mixer interface export 0-100 range
29329           make it internally map to 0.0-1.0 range so users don't distort
29330           output by putting the sliders at full volume
29331
29332 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29333
29334         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29335         (gst_play_state_change), (gst_play_seek_to_time):
29336         block the tick callback for 0.5 secs after doing a seek
29337
29338 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29339
29340         * gst-libs/gst/play/play.c: (gst_play_new):
29341           check for GError
29342
29343 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29344
29345         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29346         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29347         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29348         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29350         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29351
29352 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29353
29354         * configure.ac:
29355         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29356           check for a function added in vorbis 1.1
29357
29358 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29359
29360         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29361         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29362           really start/stop clock only on PLAYING <=> PAUSED
29363         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29364           remove \n from debugging lines
29365         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29366           make it work when seeking does not
29367         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29368           reset on DISCONT
29369
29370 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29371
29372         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29373           start clock on PAUSED=>PLAYING, not later
29374         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29375           extract correct time for different discont formats
29376         (gst_alsa_sink_get_time):
29377           don't segfault when no format is negotiated yet, just return 0
29378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29379         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29380         (gst_ogg_pad_push):
29381           handle flush and discont events correctly
29382         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29383           handle discont events correctly
29384
29385 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29386
29387         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29388         (gst_play_error_create), (gst_play_error_plugin),
29389         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29390         * gst-libs/gst/play/play.h:
29391           add error handling during creation
29392         * examples/gstplay/player.c: (main):
29393           use new gst_play_new
29394
29395
29396 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29397
29398         * ext/theora/theoradec.c: (theora_dec_chain):
29399           make comments work
29400         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29401         (vorbis_dec_src_event), (vorbis_dec_chain):
29402           add encoder tag, fix tag reading to be more error tolerant, change
29403           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29404           gst_pad_event_default.
29405         * gst/tags/gstvorbistag.c:
29406         (gst_tag_list_from_vorbiscomment_buffer):
29407           undefine function specific define at end of function
29408
29409 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29410
29411         * ext/flac/gstflac.c: (plugin_init):
29412         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29413         * ext/flac/gstflacdec.h:
29414         * ext/flac/gstflacenc.h:
29415           Fix typos
29416
29417 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29418
29419         * examples/gstplay/player.c: s/gstplay.h/play.h/
29420
29421 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29422
29423         * gst-libs/gst/play/Makefile.am:
29424         * gst-libs/gst/play/gstplay.c:
29425         * gst-libs/gst/play/gstplay.h:
29426         * gst-libs/gst/play/play.c:
29427           more surgery, operation complete
29428
29429 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29430
29431         * gst-libs/gst/play/play.old.c:
29432         * gst-libs/gst/play/play.old.h:
29433           after CVS surgery by moving, remove
29434         * gst-libs/gst/play/playpipelines.c:
29435           remove
29436
29437         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29438           add negotiation error
29439
29440 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29441
29442         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29443         (gst_ogg_demux_push):
29444           add some seeking debug info
29445           send a flush when seeking
29446
29447 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29448
29449         * configure.ac:
29450           use AC_C_INLINE
29451         * configure.ac:
29452         * ext/Makefile.am:
29453         * ext/theora/Makefile.am:
29454         * ext/theora/theoradec.c:
29455           add theora video decoder. Does just do simple decoding for now and
29456           has been tested against Theora cvs only. It only works when theora
29457           is compiled with --enable-static.
29458         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29459           always reset packetno on DISCONT
29460
29461 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29462
29463         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29464           Fix audio.
29465
29466 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29467
29468         * gst/mpegaudioparse/gstmpegaudioparse.c:
29469         (mp3_type_frame_length_from_header):
29470           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29471
29472 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29473
29474         * ext/esd/esdsink.c: (gst_esdsink_init):
29475           Since we have static pad template caps, we don't need to negotiate;
29476           either the core errors out or we know the format.
29477
29478 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29479
29480         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29481         (gst_riff_read_seek):
29482         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29483         (gst_ebml_read_seek):
29484           Fix event handling.
29485
29486 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29487
29488         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29489           removee video/x-theora from vp3 decoder, it doesn't handle raw
29490           theora streams
29491         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29492           fix bug with finalizing element that never went to PAUSED
29493         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29494           length and position queries were swapped
29495         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29496         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29497         (vorbis_dec_src_event):
29498           implement querying time and bytes
29499
29500 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29501
29502         * just about every source file:
29503           gst_element_error -> GST_ELEMENT_ERROR
29504
29505 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29506
29507         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29508         emiting FLUSH and even before DISCONT.
29509         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29510         get the best instant seeking as possible yay!
29511
29512 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29513
29514         * gst/mpeg1videoparse/gstmp1videoparse.c:
29515         (gst_mp1videoparse_real_chain):
29516           Committed wrong version last week... Grr... Didn't notice until now.
29517
29518 2004-01-29  Julien MOUTTE <julien@moutte.net>
29519
29520         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29522         have_xwindow_id signal in xwindow_create.
29523
29524 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29525
29526         * ext/ogg/gstoggdemux.c:
29527           lots of changes - mainly support for chained bitstreams, seeking,
29528           querying and bugfixes of course
29529         * ext/vorbis/Makefile.am:
29530         * ext/vorbis/vorbisdec.c:
29531         * ext/vorbis/vorbisdec.h:
29532           add vorbisdec raw vorbis decoder
29533         * ext/vorbis/vorbis.c: (plugin_init):
29534           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29535         * gst/intfloat/Makefile.am:
29536         * gst/intfloat/float22int.c:
29537         * gst/intfloat/float22int.h:
29538         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29539           add float2intnew plugin. It converts multichannel interleaved float to
29540           multichannel interleaved int. The name should probably be changed.
29541         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29542         (plugin_init):
29543           add typefinding for raw theora video so oggdemux can detect it.
29544
29545 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29546
29547         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29548         sink element first.
29549         * gst/videoscale/gstvideoscale.c:
29550         (gst_videoscale_handle_src_event): Fixing src event handler.
29551
29552 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29553
29554         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29555         (gst_v4lsrc_open), (gst_v4lsrc_close),
29556         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29557         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29558         * sys/v4l/gstv4lsrc.h:
29559         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29560         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29561           Implement resizing... Hack. But that's why v4l is b0rked...
29562
29563 2004-01-28  Julien MOUTTE <julien@moutte.net>
29564
29565         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29566         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29567         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29568         (gst_ximagesink_xwindow_destroy):
29569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29570         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29571         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29572         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29573         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29574         correctly cleaning the image created to check xshm calls on succes,
29575         added a lot of XSync calls in X11 functions, and fixed a segfault when
29576         no image format was defined before negotiation happened.
29577
29578 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29579
29580         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29581           use gst_element_get_time to get correct time
29582
29583 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29584
29585         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29586         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29587         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29589         (gst_xvimagesink_check_xshm_calls),
29590         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29591         X plugins are now able to detect that XShm calls will fail even if the
29592         server claims that it has XShm support (remote displays most of the
29593         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29594         so that we use non XShm functions. This feature is almost useless for
29595         xvimagesink as Xv is not supported on remote displays anyway, but
29596         it might happen than even on the local display XShm calls fail.
29597
29598 2004-01-27  David Schleef  <ds@schleef.org>
29599
29600         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29601         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29602         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29603         changed esdsink to only use 44100,16,2, since esd sucks at rate
29604         conversion and esdsink has had difficulty negotiating.
29605
29606 2004-01-27  Julien MOUTTE <julien@moutte.net>
29607
29608         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29609         (gst_play_seek_to_time): Fixing the way to get current position.
29610
29611 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29612
29613         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29614           use gst_element_get_time to get correct time
29615
29616 2004-01-27  Julien MOUTTE <julien@moutte.net>
29617
29618         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29619         fix ever... Inverting 2 lines of code make spider autoplug correctly
29620         tagged mp3 !
29621
29622 2004-01-27  David Schleef  <ds@schleef.org>
29623
29624         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29625         Use gst_pad_try_set_caps_nonfixed().
29626
29627 2004-01-27  David Schleef  <ds@schleef.org>
29628
29629         * gst/ac3parse/gstac3parse.c: update to checklist 5
29630         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29631         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29632         * gst/audioscale/gstaudioscale.c: same
29633         * gst/auparse/gstauparse.c: same
29634         * gst/avi/gstavidemux.c: same
29635
29636 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29637
29638         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29639           stop processing after EOS
29640
29641 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29642
29643         * gst/asfdemux/asfheaders.h:
29644         * gst/asfdemux/gstasfdemux.c:
29645         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29646         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29647         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29648           lot's of fixes to make data extraction simpler and get the code
29649           architecture and compiler independant. Add debugging category
29650         * gst/goom/gstgoom.c: (gst_goom_change_state):
29651           reset channel count on PAUSED=>READY, not READY=>PAUSED
29652
29653 2004-01-26  Colin Walters  <walters@verbum.org>
29654
29655         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29656         code to pull a bigger buffer in iradio mode.  This as a side effect
29657         makes typefinding work.
29658
29659 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29660
29661         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29662         Fix SVQ3 decoding on PPC
29663
29664 2004-01-26  Julien MOUTTE <julien@moutte.net>
29665
29666         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29667         that one managed to stay there... Fixed.
29668
29669 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29670
29671         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29672         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29673         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29674         (qtdemux_video_caps):
29675         * gst/qtdemux/qtdemux.h:
29676         Add SVQ3 specific flags to qtdemux and ffmpeg
29677
29678 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29679
29680         * gst-libs/gst/audio/audio.h:
29681           remove buffer-frames from audio caps
29682         * gst/audioconvert/gstaudioconvert.c:
29683           fix plugin to really work.
29684
29685 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29686
29687         * gst-libs/gst/mixer/mixer.c:
29688         * gst-libs/gst/propertyprobe/propertyprobe.c:
29689         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29690         (gst_tuner_find_channel_by_name):
29691         * gst-libs/gst/tuner/tuner.h:
29692           Add gtk-doc style comments. Also fix a function name.
29693
29694 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29695
29696         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29697         (gst_divxdec_negotiate):
29698           Fix for new capsnego - also fixes gst-player with divxdec.
29699
29700 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29701
29702         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29703         (gst_play_identity_handoff), (gst_play_set_location),
29704         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29705         try in visualization implementation. Still have an issue with switch
29706         blocking when pulling from video_queue and only audio comes out of
29707         spider.
29708         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29709         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29710         release method. And check if the pad is usable before pulling.
29711
29712 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29713
29714         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29715         (gst_videobalance_init),
29716         (gst_videobalance_colorbalance_list_channels),
29717         (gst_videobalance_colorbalance_set_value),
29718         (gst_videobalance_colorbalance_get_value),
29719         (gst_videobalance_update_properties),
29720         (gst_videobalance_update_tables_planar411),
29721         (gst_videobalance_planar411):
29722         * gst/videofilter/gstvideobalance.h:
29723           Implement lookup-tables. +/- 10x faster.
29724
29725 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29726
29727         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29728         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29729           The index reading was broken. The rest worked fine, but the whole
29730           goal of my rewrite was to make avidemux readable, and this was
29731           not at all readable. Please use typed variables.
29732
29733 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29734
29735         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29736           Additional pad usability check.
29737         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29738         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29739         (gst_mp1videoparse_real_chain):
29740           Fix MPEG video stream parsing. The original plugin had several
29741           issues, including not timestamping streams where the source was
29742           not timestamped (this happens with PTS values in mpeg system
29743           streams, but MPEG video is also a valid stream on its own so
29744           that needs timestamps too). We use the display time code for that
29745           for now. Also, if one incoming buffer contains multiple valid
29746           frames, we push them all on correctly now, including proper EOS
29747           handling. Lastly, several potential segfaults were fixed, and we
29748           properly sync on new sequence/gop headers to include them in next,
29749           not previous frames (since they're header for the next frame, not
29750           the previous). Also see #119206.
29751         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29752         (bpf_from_header):
29753           Move caps setting so we only do it after finding several valid
29754           MPEG-1 fraes sequentially, not right after the first one (which
29755           might be coincidental).
29756         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29757         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29758         (plugin_init):
29759           Add unsynced MPEG video stream typefinding, and change some
29760           probability values so we detect streams rightly. The idea is as
29761           follows: I can have an unsynced system stream which contains
29762           video. In the current code, I would randomly get a type for either
29763           system or video stream type found, because the probabilities are
29764           being calculated rather randomly. I now use fixed values, so we
29765           always prefer system stream if that was found (and that is how it
29766           should be). If no system stream was found, we can still identity                the stream as video-only.
29767
29768 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29769
29770         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29771         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29772           don't write to buffer. Extract data without the need of
29773           __attribute__ ((packed))
29774
29775 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29776
29777         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29778         (mpeg1_sys_type_find):
29779           Fix MPEG-1 stream typefinding.
29780
29781 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29782
29783         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29784           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29785
29786 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29787
29788         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29789         * ext/esd/gstesd.c: (plugin_init):
29790           private debugging, better error reporting
29791
29792 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29793
29794         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29795         (gst_riff_read_init), (gst_riff_read_change_state):
29796         * gst-libs/gst/riff/riff-read.h:
29797           Remove stuff fromold metadata system.
29798
29799 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29800
29801         * ext/ogg/gstoggdemux.c:
29802           Fix wrong file comment.
29803         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29804         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29805           Add metadata reading properly.
29806
29807 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29808
29809         * ext/Makefile.am:
29810           Fix nas DIST_SUBDIRS
29811           Uraeus:
29812           Fix bug where make distcheck doesn't get run on adding stuff to
29813           the build.
29814
29815 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29816
29817         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29818         * ext/divx/gstdivxdec.h:
29819           Fix divx3 ("msmpeg4") playback using divxdec.
29820
29821 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29822
29823         * gst/typefind/gsttypefindfunctions.c:
29824         (mp3_type_frame_length_from_header): fix bug in length computation
29825         (mp3_type_find): improve debugging output
29826
29827 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29828
29829         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29830         (gst_play_set_location), (gst_play_seek_to_time),
29831         (gst_play_set_audio_sink), (gst_play_set_visualization),
29832         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29833         the pipeline from scratch. Visualization is back and switch went out as
29834         i realized it was not possible to use the way i wanted.
29835         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29836         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29837         clearing in state change from READY to NULL. So that one can clean the
29838         X ressources keeping the element.
29839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29840         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29841         (gst_xvimagesink_colorbalance_set_value),
29842         (gst_xvimagesink_colorbalance_get_value),
29843         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29844         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29845         change from READY to NULL and fixed some stupid bugs in colorbalance
29846         get/set values. Also added the following feature : when nobody tries to
29847         set some values to the colorbalance levels before the xcontext is
29848         grabbed, then when creating channels list from Xv attributes we set the
29849         internal values to the Xv defaults. This way we handle buggy Xv drivers
29850         that set default hue values far from the middle of the range (Thanks
29851         to Jon Trowbridge for pointing that issue).
29852         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29853         colorbalance levels have been set before xcontext is grabbed.
29854
29855 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29856
29857         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29858           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29859           it might block operations (which is bad for a mixer).
29860
29861 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29862
29863         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29864         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29865         (gmip_find_type_pre):
29866         * gst-libs/gst/media-info/media-info-priv.h:
29867         * gst-libs/gst/media-info/media-info.c:
29868         (gst_media_info_instance_init), (gst_media_info_read_idler):
29869         add fakesink to get caps on decoder src pad again
29870         fix callback prototype to match new have_type signal signature
29871
29872 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29873
29874         * gst/adder/gstadder.c: (gst_adder_link):
29875           fix non-compile and cut-n-paste code
29876
29877 2004-01-21  David Schleef  <ds@schleef.org>
29878
29879         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29880         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29881         (gst_swfdec_init), (gst_swfdec_change_state):
29882         * ext/swfdec/gstswfdec.h:
29883         Fix negotiation.
29884         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29885         (gst_adder_request_new_pad): Fix negotiation.
29886         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29887         Add a fixate function.
29888         * gst/intfloat/gstfloat2int.c:
29889         * gst/intfloat/gstfloat2int.h:
29890         * gst/intfloat/gstint2float.c:
29891         * gst/intfloat/gstint2float.h:
29892         Completely rewrite the negotiation.  Doesn't quite work yet,
29893         due to some buffer-frames problem.
29894
29895 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29896
29897         * ext/gnomevfs/gstgnomevfssrc.c:
29898         * sys/v4l2/v4l2_calls.h:
29899           fix includes for distcheck
29900
29901 2004-01-21  Christian Schaller <uraeus@gnome.org>
29902
29903         * ext/nas/
29904         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29905         based on earlier patch from Laurent Vivier
29906
29907 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29908
29909         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29910         Fix wma caps property
29911         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29912         Fix typo (flags1 and flags2)
29913
29914 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29915
29916         * gst-libs/gst/media-info/media-info-priv.c:
29917         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29918         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29919         (gmip_find_stream), (gmip_find_track_metadata),
29920         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29921         (gmip_find_track_format):
29922         * gst-libs/gst/media-info/media-info-priv.h:
29923         * gst-libs/gst/media-info/media-info-test.c: (main):
29924         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29925         (gst_media_info_read_idler), (gst_media_info_read):
29926         * gst-libs/gst/media-info/media-info.h:
29927           register debugging category and use it for debugging
29928
29929 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29930
29931         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29932         (gst_vorbisfile_new_link):
29933           signal streaminfo through tags
29934
29935 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29936
29937         * ext/mplex/gstmplex.cc:
29938         * ext/mplex/gstmplexibitstream.cc:
29939           g++ doesn't like NULL in our i18n/error macros, should be
29940           either (NULL) or ("").
29941
29942 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29943
29944         * sys/dxr3/dxr3audiosink.c:
29945         * sys/dxr3/dxr3init.c:
29946         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29947         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29948           Fix more error error error errors (missing includes here).
29949
29950 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29951
29952         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29953           fix thomas' error errors.
29954
29955 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29956
29957         * ext/mpeg2enc/gstmpeg2enc.cc:
29958           fix error errors.
29959
29960 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29961
29962         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29963         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29964           Fix for new error system.
29965
29966 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29967
29968         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29969           fix for new error reporting
29970
29971 2004-01-20  David Schleef  <ds@schleef.org>
29972
29973         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29974         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29975         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29976         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29977         and neither is 100+, most likely.
29978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29979         (gst_xvimagesink_getcaps): same
29980
29981 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29982
29983         * configure.ac:
29984           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29985           clashes with ffmpeg.
29986
29987 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29988
29989         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29990         (gst_switch_init): Fixed switch element : proxying link and setting
29991         caps from src to sink on request.
29992
29993 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29994
29995         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29996         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29997         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29998         fix element_error
29999
30000 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30001
30002         * sys/v4l/v4l_calls.h:
30003         * sys/v4l2/v4l2_calls.h:
30004           element_error fixes
30005
30006 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30007
30008         * gst-libs/gst/gst-i18n-plugin.h:
30009           add locale.h
30010           remove config.h inclusion
30011
30012 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30013
30014         * autogen.sh:
30015           adding autopoint invocation
30016         * Makefile.am:
30017         * configure.ac:
30018         * gst-libs/gst/gettext.h:
30019           adding gettext bits
30020         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
30021         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
30022         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30023         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30024         (gst_gnomevfssink_close_file):
30025         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
30026         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
30027         * gst-libs/gst/gst-i18n-plugin.h:
30028         * gst/avi/gstavi.c: (plugin_init):
30029         * sys/dxr3/dxr3init.c: (plugin_init):
30030         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
30031         * sys/oss/gstossaudio.c: (plugin_init):
30032         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30033         * sys/v4l/gstv4l.c: (plugin_init):
30034         * sys/v4l/v4l_calls.c: (gst_v4l_open):
30035         * sys/v4l2/gstv4l2.c: (plugin_init):
30036         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30037         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
30038         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
30039         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
30040         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
30041         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
30042           make sure locale and translation domain are set
30043           fix translated strings
30044         * po/.cvsignore:
30045         * po/LINGUAS:
30046         * po/Makevars:
30047         * po/POTFILES.in:
30048         * po/nl.po:
30049           put translation files into place
30050         * sys/xvideo/imagetest.c: (main):
30051         * ext/dv/demo-play.c: (main):
30052           fix unnecessary translations
30053
30054 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30055
30056         * ext/sndfile/gstsf.c:
30057         * gst/avi/gstavimux.c:
30058         * ext/audiofile/gstafsink.c:
30059         * ext/audiofile/gstafsrc.c:
30060         * ext/gnomevfs/gstgnomevfssink.c:
30061         * ext/gnomevfs/gstgnomevfssrc.c:
30062         * sys/oss/gstosselement.c:
30063         * sys/v4l/v4l_calls.h:
30064           fix i18n include
30065
30066 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30067
30068         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30069         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30070         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30071         (gst_v4l2_get_output), (gst_v4l2_set_output),
30072         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30073         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30074         (gst_v4l2_set_attribute):
30075         update to new error handling
30076
30077 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30078
30079         * ext/sidplay/gstsiddec.cc:
30080         * gst/modplug/gstmodplug.cc:
30081           parenthese NULL because C++ seems angry about it
30082
30083 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30084
30085         * gst-libs/gst/gst-i18n-plugin.h:
30086           add skeleton i18n stuff, but needs to be further implemented
30087
30088 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30089
30090         * examples/gstplay/player.c: (main):
30091         * ext/aalib/gstaasink.c: (gst_aasink_open):
30092         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30093         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30094         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30095         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30096         (gst_afsink_close_file):
30097         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30098         (gst_afsrc_close_file):
30099         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30100         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30101         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30102         * ext/esd/esdmon.c: (gst_esdmon_get):
30103         * ext/esd/esdsink.c: (gst_esdsink_chain):
30104         * ext/faac/gstfaac.c: (gst_faac_chain):
30105         * ext/faad/gstfaad.c: (gst_faad_chain):
30106         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30107         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30108         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30109         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30110         (gst_flacdec_loop):
30111         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30112         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30113         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30114         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30115         (gst_gnomevfssink_close_file):
30116         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30117         (gst_gnomevfssrc_open_file):
30118         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30119         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30120         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30121         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30122         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30123         * ext/mad/gstmad.c: (gst_mad_chain):
30124         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30125         * ext/mpeg2dec/gstmpeg2dec.c:
30126         * ext/mpeg2enc/gstmpeg2enc.cc:
30127         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30128         * ext/mplex/gstmplex.cc:
30129         * ext/mplex/gstmplexibitstream.cc:
30130         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30131         (gst_ogg_demux_push), (gst_ogg_pad_push):
30132         * ext/raw1394/gstdv1394src.c:
30133         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30134         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30135         * ext/sidplay/gstsiddec.cc:
30136         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30137         (gst_sf_loop):
30138         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30139         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30140         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30141         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30142         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30143         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30144         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30145         * gst-libs/gst/Makefile.am:
30146         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30147         (gst_riff_read_element_data), (gst_riff_read_seek),
30148         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30149         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30150         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30151         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30152         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30153         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30154         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30155         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30156         * gst/goom/gstgoom.c: (gst_goom_chain):
30157         * gst/id3/gstid3types.c: (gst_id3types_loop):
30158         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30159         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30160         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30161         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30162         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30163         (gst_ebml_read_float), (gst_ebml_read_header):
30164         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30165         (gst_matroska_demux_parse_blockgroup):
30166         * gst/modplug/gstmodplug.cc:
30167         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30168         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30169         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30170         * gst/silence/gstsilence.c: (gst_silence_get):
30171         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30172         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30173         * gst/speed/gstspeed.c: (speed_loop):
30174         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30175         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30176         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30177         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30178         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30179         (gst_wavparse_loop):
30180         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30181         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30182         (dxr3audiosink_close):
30183         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30184         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30185         (dxr3videosink_close), (dxr3videosink_write_data):
30186         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30187         * sys/oss/gstosselement.h:
30188         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30189         (gst_osssink_chain):
30190         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30191         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30192         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30193         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30194         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30195         (gst_v4l_enable_overlay):
30196         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30197         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30198         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30199         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30200         (gst_v4l_set_audio):
30201         * sys/v4l/v4l_calls.h:
30202         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30203         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30204         (gst_v4lmjpegsink_playback_init),
30205         (gst_v4lmjpegsink_playback_start):
30206         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30207         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30208         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30209         (gst_v4lmjpegsrc_requeue_frame):
30210         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30211         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30212         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30213         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30214         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30215         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30216         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30217         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30218         (gst_v4l2src_capture_stop):
30219         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30220         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30221         (gst_ximagesink_chain):
30222         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30223         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30224         (gst_xvideosink_xwindow_new):
30225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30226         (gst_xvimagesink_chain):
30227         use new error signal, function and categories
30228
30229 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30230
30231         * configure.ac:
30232         * ext/Makefile.am:
30233         * ext/musicbrainz/gsttrm.c:
30234         * ext/musicbrainz/gsttrm.h:
30235         * ext/musicbrainz/Makefile.am:
30236         Add a trm plugin
30237
30238 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30239
30240         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30241         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30242         synchronous property for debugging.
30243         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30245         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30246         smaller block, fixing indent.
30247
30248 2004-01-16  David Schleef  <ds@schleef.org>
30249
30250         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30251         property affects the video stream.
30252         * sys/xvimage/xvimagesink.c:
30253         * sys/xvimage/xvimagesink.h:
30254         Add synchronous property for debugging.  Should probably be
30255         disabled in non-CVS builds.  Make sure that the Xv attribute
30256         exists before we set it (crash!).  Fix a silly float bug that
30257         caused colorbalance to just not work.
30258
30259 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30260
30261         * tools/gst-launch-ext.in - update for new plugins
30262
30263 2004-01-16  David Schleef  <ds@schleef.org>
30264
30265         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30266         already-freed caps.
30267
30268 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30269
30270         * Update spec for new colorspace plugin and libcaca plugin
30271         * Fix compilation of libcaca plugin (clock -> id)
30272
30273 2004-01-16  Julien MOUTTE <julien@moutte.net>
30274
30275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30276         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30277         (gst_xvimagesink_set_xwindow_id),
30278         (gst_xvimagesink_colorbalance_set_value),
30279         (gst_xvimagesink_colorbalance_get_value),
30280         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30281         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30282         correct colorbalance properties. They can now be set when the element
30283         is still in NULL state. The values will be committed to the Xv Port
30284         when xcontext is initialized.
30285         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30286         brightness int values in the GstXvImagesink structure.
30287
30288 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30289
30290         * gst-libs/gst/Makefile.am:
30291           restructure so having local patches works easier.
30292
30293 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30294
30295         * ext/mpeg2enc/Makefile.am:
30296         * ext/mpeg2enc/gstmpeg2enc.cc:
30297         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30298           Bugfix with respect to EOS handling.
30299
30300 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30301
30302         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30303           Link with right caps (else, it segfaults).
30304         * ext/mplex/gstmplexjob.cc:
30305           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30306
30307 2004-01-15  David Schleef  <ds@schleef.org>
30308
30309         * gst-libs/gst/audio/Makefile.am:
30310         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30311         from the template.
30312         * gst-libs/gst/audio/gstaudiofilter.c:
30313         * gst-libs/gst/audio/gstaudiofilter.h:
30314         Add bytes_per_sample and size and n_samples calculation.
30315         * gst-libs/gst/audio/gstaudiofilterexample.c:
30316         Remove, now autogenerated.
30317         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30318         Moved from gstaudiofilterexample, object name changed, code added
30319         so that it actually works.
30320         * gst-libs/gst/audio/make_filter:
30321         Script to build an audiofilter subclass from the template.
30322         * gst/colorspace/Makefile.am:
30323         * gst/colorspace/yuv2yuv.c:
30324         Remove file, since it's GPL, and we don't use it.
30325
30326 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30327
30328         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30330         them use the buffer free function to test how the buffer was allocated.
30331
30332 2004-01-15  David Schleef  <ds@schleef.org>
30333
30334         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30335         that handles osssink fallback.
30336         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30337         (gst_audio_convert_getcaps):
30338         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30339         Add audio/x-qdm2 for QDM2 audio.
30340         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30341         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30342         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30343         Decrease minimum size to 16x16.
30344         * gst/wavparse/gstwavparse.c:
30345         Convert disabled pad template caps to new caps.
30346         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30348         (gst_xvimagesink_chain): Throw element error when display cannot
30349         be opened.  Increase minimum framerate to 1.0.  Check the data
30350         free function on a buffer to make sure it is the type we expect
30351         before manipulating it.
30352
30353 2004-01-15  Julien MOUTTE <julien@moutte.net>
30354
30355         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30356         (gst_videobalance_colorbalance_set_value): Implement passthru if
30357         settings are in the middle.
30358         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30359
30360 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30361
30362         * gst/videofilter/Makefile.am:
30363         * gst/volume/Makefile.am:
30364           Since we use videofilter symbols, link to it.
30365
30366 2004-01-15  Julien MOUTTE <julien@moutte.net>
30367
30368         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30369         mixer interface type to HARDWARE.
30370         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30371         type to SOFTWARE.
30372         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30373         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30374         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30375         (gst_volume_interface_init), (gst_volume_list_tracks),
30376         (gst_volume_set_volume), (gst_volume_get_volume),
30377         (gst_volume_set_mute), (gst_volume_mixer_init),
30378         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30379         (volume_init): Implementing mixer interface.
30380         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30381         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30382         (gst_osselement_change_state): Removing some trailing commas in
30383         structures.
30384         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30385         interface type to HARDWARE.
30386         * sys/v4l/gstv4lcolorbalance.c:
30387         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30388         type to HARDWARE.
30389         * sys/v4l2/gstv4l2colorbalance.c:
30390         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30391         interface type to HARDWARE.
30392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30393         same code than ximagesink for event handling.
30394
30395 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30396
30397         * ext/snapshot/Makefile.am:
30398         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30399         (gst_snapshot_chain):
30400         * ext/snapshot/gstsnapshot.h:
30401           This has to be a joke... Snapshot should be connected to a tee,
30402           colorspace element before it and EOS after that, where the other
30403           src of the tee receives normal data.
30404           The current way is *wrong*.
30405
30406 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30407
30408         * ext/hermes/gsthermescolorspace.c:
30409           Fix another compile error. Same as below.
30410
30411 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30412
30413         * gst/colorspace/gstcolorspace.c:
30414         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30415         (gst_colorspace_i420_to_yv12):
30416           Fix compiling... Didn't test if it actually works.
30417
30418 2004-01-15  David Schleef  <ds@schleef.org>
30419
30420         * configure.ac:
30421         * gst/colorspace/Makefile.am:
30422         * gst/colorspace/gstcolorspace.c:
30423         * gst/colorspace/gstcolorspace.h:
30424         * gst/colorspace/yuv2rgb.c:
30425         * gst/colorspace/yuv2rgb.h:
30426         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30427         code and GPL code.  Fix for new caps negotiation.  Rewrite
30428         much of the format handling code, and some of the conversion
30429         code.  Basically, rewrote almost everything.  This element
30430         handles I420, YV12 to RGB conversions.
30431         * ext/hermes/Makefile.am:
30432         * ext/hermes/gsthermescolorspace.c:
30433         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30434         Remove non-Hermes related code.  This element handles lots of
30435         RGB to RGB conversions, but no YUV.
30436         * ext/hermes/gstcolorspace.c:
30437         * ext/hermes/gstcolorspace.h:
30438         * ext/hermes/rgb2yuv.c:
30439         * ext/hermes/yuv2rgb.c:
30440         * ext/hermes/yuv2rgb.h:
30441         * ext/hermes/yuv2rgb_mmx16.s:
30442         * ext/hermes/yuv2yuv.c:
30443         * ext/hermes/yuv2yuv.h:
30444         Remove old code.
30445
30446 2004-01-14  Colin Walters  <walters@verbum.org>
30447
30448         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30449         they've already been.
30450
30451 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30452
30453         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30454           assume tag mode when pad is not connected
30455
30456 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30457
30458         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30459           Don't update the time of the clock
30460         (gst_alsa_sink_loop):
30461           sync to the clock given to alsasink, not the own clock
30462         * sys/oss/gstosssink.c: (gst_osssink_chain):
30463           sync to the clock
30464         (gst_osssink_change_state):
30465           activate the clock
30466         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30468           remove bogus code that made DISCONT events unhandled
30469         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30470           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30471           #131502)
30472         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30473         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30474         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30475           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30476           2nd warning in bug #131502)
30477
30478 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30479
30480         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30481         (gst_videobalance_colorbalance_set_value),
30482         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30483         for colorbalance interface implementation.
30484         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30485         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30486         (gst_ximagesink_dispose), (gst_ximagesink_init),
30487         (gst_ximagesink_class_init): Adding DISPLAY property.
30488         * sys/ximage/ximagesink.h: Adding display_name to store display.
30489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30490         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30491         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30492         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30493         properties (they still need polishing though for gst-launch use : no
30494         xcontext yet, i ll do that tomorrow).
30495         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30496
30497 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30498
30499         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30500         (gst_play_set_location), (gst_play_set_visualization): Preparing
30501         switch integration, adding videobalance in the pipeline.
30502
30503 2004-01-14  Julien MOUTTE <julien@moutte.net>
30504
30505         * gst-libs/gst/colorbalance/colorbalance.c:
30506         (gst_color_balance_class_init): Adding a default type.
30507         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30508         the type.
30509         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30510         (gst_videobalance_dispose), (gst_videobalance_class_init),
30511         (gst_videobalance_init), (gst_videobalance_interface_supported),
30512         (gst_videobalance_interface_init),
30513         (gst_videobalance_colorbalance_list_channels),
30514         (gst_videobalance_colorbalance_set_value),
30515         (gst_videobalance_colorbalance_get_value),
30516         (gst_videobalance_colorbalance_init): Implementing colorbalance
30517         interface.
30518         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30519         list.
30520         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30521         bug which was triggering a BadAccess X error when setting an overlay
30522         before pad was really negotiated.
30523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30524         Using the colorbalance type macro.
30525
30526 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30527
30528         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30529         (gst_flacenc_chain):
30530           handle tags correctly
30531         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30532           extract ID3v1 tags correctly
30533
30534 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30535
30536         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30537         (plugin_init):
30538           Improve matroska typefinding for odd-typed headers...
30539
30540 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30541
30542         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30543           Fix for using incremental number on padnames.
30544
30545 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30546
30547         * ext/divx/gstdivxdec.c:
30548         * ext/divx/gstdivxenc.c:
30549           Set category to divx4linux instead of divx (too generic).
30550         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30551         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30552         (gst_wavparse_loop), (gst_wavparse_change_state):
30553         * gst/wavparse/gstwavparse.h:
30554           fix parsing of WAV files with non-standard fmt-tag size and fix
30555           skipping of unrecognized chunks... Someone please fix this thing
30556           to use rifflib so all this is automated.
30557         * sys/v4l/Makefile.am:
30558         * sys/v4l2/Makefile.am:
30559           Add X_CFLAGS because we depend on X (for overlay).
30560
30561 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30562
30563         * ext/mpeg2dec/gstmpeg2dec.c:
30564           Don't issue a timestamp unless we tagged the frame
30565           with a PTS.
30566
30567 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30568
30569         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30570           Query the audio element to get the time, not the clock. We're
30571           interested in the element's time here.
30572
30573 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30574
30575         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30576         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30577         * ext/esd/esdsink.c: (gst_esdsink_chain):
30578         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30579         * ext/mas/massink.c: (gst_massink_chain):
30580         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30581         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30582         (gst_matroska_demux_parse_metadata):
30583         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30584         (gst_mpeg_parse_release_locks):
30585         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30586         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30587         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30588         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30589         (gst_osssink_change_state):
30590         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30591         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30592         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30593         (gst_xvideosink_release_locks):
30594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30595           use element time.
30596         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30597         (gst_alsa_clock_stop):
30598         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30599         (gst_audio_clock_get_internal_time):
30600           simplify for use with new clocking code.
30601         * testsuite/alsa/Makefile.am:
30602         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30603           fix testsuite for new caps system
30604
30605 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30606
30607         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30608         * ext/flac/gstflacenc.c: (add_one_tag):
30609           length is already host endian, no need to convert. Fixes playback of
30610           tagged files on PPC. (bug #128384)
30611
30612 2004-01-13  Julien MOUTTE <julien@moutte.net>
30613
30614         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30615         colorbalance interface stating if it is hardware based or software
30616         based.
30617         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30618         Removing a trailing comma.
30619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30620         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30621         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30622         the documentation seems to be wrong on the -1000 to 1000 interval.
30623
30624 2004-01-12  David Schleef  <ds@schleef.org>
30625
30626         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30627         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30628         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30629         Fix negotiation.  Add a bufferalloc function for the sink pad,
30630         and generally clean up some of the code.
30631
30632 2004-01-12  Julien MOUTTE <julien@moutte.net>
30633
30634         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30635         (gst_color_balance_channel_dispose): Adding safety check in dispose
30636         method.
30637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30638         (gst_xvimagesink_xcontext_clear),
30639         (gst_xvimagesink_interface_supported),
30640         (gst_xvimagesink_colorbalance_list_channels),
30641         (gst_xvimagesink_colorbalance_set_value),
30642         (gst_xvimagesink_colorbalance_get_value),
30643         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30644         Adding colorbalance interface support to set XV parameters such as
30645         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30646         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30647         interface.
30648
30649 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30650
30651         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30652         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30653         (gst_audio_convert_init), (gst_audio_convert_set_property),
30654         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30655         (gst_audio_convert_link),
30656         (gst_audio_convert_buffer_to_default_format),
30657         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30658           - implement _getcaps and use it
30659           - improve linking
30660           - remove float caps since no float conversion is actually done
30661           - remove properties and arguments that were to be used for rate
30662             conversion
30663
30664 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30665
30666         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30667         (gst_audio_structure_set_int):
30668         * gst-libs/gst/audio/audio.h:
30669           add helper functions for _getcaps matching the standard audio
30670           templates
30671
30672 2004-01-12  David Schleef  <ds@schleef.org>
30673
30674         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30675         Test that pad is negotiated before getting its caps.
30676
30677 2004-01-12  Julien MOUTTE <julien@moutte.net>
30678
30679         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30680         analyzing the pads of an element the bin is mostly in READY state so
30681         no caps were negotiated. This helper function needs to work with
30682         _get_caps directly then. I was not freeing them though, added that to
30683         fix the mem leak.
30684
30685 2004-01-12  Julien MOUTTE <julien@moutte.net>
30686
30687         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30689         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30690         than the free_func.
30691
30692 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30693
30694         * sys/oss/gstossaudio.c: (plugin_init):
30695         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30696         * sys/oss/gstosselement.h:
30697           make an oss debugging category
30698           make failure more descriptive
30699
30700 2004-01-11  David Schleef  <ds@schleef.org>
30701
30702         * ext/ffmpeg/gstffmpeg.c:
30703         * ext/ffmpeg/gstffmpegcodecmap.c:
30704         * ext/ffmpeg/gstffmpegdec.c:
30705         * ext/ffmpeg/gstffmpegenc.c:
30706         * ext/ffmpeg/gstffmpegprotocol.c:
30707         * ext/gdk_pixbuf/gstgdkanimation.c:
30708         * ext/jpeg/gstjpeg.c:
30709         * ext/libpng/gstpng.c:
30710         * ext/mpeg2dec/perftest.c:
30711         * ext/speex/gstspeex.c:
30712         * gst-libs/gst/resample/dtos.c:
30713         * gst/intfloat/gstintfloatconvert.c:
30714         * gst/oneton/gstoneton.c:
30715         * gst/rtjpeg/RTjpeg.c:
30716         * gst/rtp/gstrtp.c:
30717         * sys/dxr3/dxr3init.c:
30718         * sys/glsink/gstgl_nvimage.c:
30719         * sys/glsink/gstgl_pdrimage.c:
30720         * sys/glsink/gstglsink.c:
30721         * testsuite/gst-lint:
30722         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30723
30724 2004-01-11  David Schleef  <ds@schleef.org>
30725
30726         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30727         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30728         * ext/gdk_pixbuf/gstgdkanimation.c:
30729         (gst_gdk_animation_iter_create_pixbuf):
30730         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30731         (gst_gdk_pixbuf_chain):
30732         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30733         * ext/jack/gstjack.c: (gst_jack_change_state):
30734         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30735         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30736         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30737         * gst/videofilter/gstvideofilter.c:
30738         (gst_videofilter_set_output_size):
30739         Remove all usage of gst_pad_get_caps(), and replace it with
30740         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30741
30742 2004-01-11  David Schleef  <ds@schleef.org>
30743
30744         * configure.ac:
30745         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30746         * ext/divx/gstdivxdec.c:
30747         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30748         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30749         handle images that span multiple buffers.  Now work with both
30750         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30751         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30752         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30753         video/video.h changes
30754         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30755         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30756         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30757         of GstData free function.
30758         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30759         same.
30760
30761 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30762
30763         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30764         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30765         (gst_v4l2element_get_property):
30766         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30767           add norm, channel and frequency properties.
30768         * sys/v4l2/gstv4l2tuner.c:
30769           fixes for tuner interface changes
30770         * sys/v4l2/gstv4l2element.h:
30771         * sys/v4l2/gstv4l2src.c:
30772         * sys/v4l2/gstv4l2src.h:
30773         * sys/v4l2/v4l2src_calls.c:
30774         * sys/v4l2/v4l2src_calls.h:
30775           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30776
30777 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30778
30779         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30780         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30781         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30782         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30783         * gst-libs/gst/tuner/tuner.h:
30784           GObjects aren't const.
30785           Add find_by_name functions.
30786           Add checks to _changed functions.
30787         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30788         (gst_v4l_tuner_get_norm):
30789           Fixes for above.
30790
30791 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30792
30793         * gst-libs/gst/video/video.h:
30794           Fix caps template names to be understandable.
30795           Prefix everything with GST_VIDEO.
30796         * ext/aalib/gstaasink.c:
30797         * ext/divx/gstdivxdec.c:
30798         * ext/divx/gstdivxenc.c:
30799         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30800         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30801         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30802         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30803         * ext/libcaca/gstcacasink.c:
30804         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30805         * ext/snapshot/gstsnapshot.c:
30806         * ext/swfdec/gstswfdec.c:
30807         * ext/xvid/gstxviddec.c:
30808         * ext/xvid/gstxvidenc.c:
30809         * gst/chart/gstchart.c:
30810         * gst/deinterlace/gstdeinterlace.c:
30811         * gst/effectv/gsteffectv.c:
30812         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30813         * gst/goom/gstgoom.c:
30814         * gst/median/gstmedian.c:
30815         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30816         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30817         * gst/overlay/gstoverlay.c:
30818         * gst/smooth/gstsmooth.c:
30819         * gst/smpte/gstsmpte.c:
30820         * gst/synaesthesia/gstsynaesthesia.c:
30821         * gst/videocrop/gstvideocrop.c:
30822         * gst/videodrop/gstvideodrop.c:
30823         * gst/y4m/gsty4mencode.c:
30824         * sys/qcam/gstqcamsrc.c:
30825         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30826           Make them work with new video.h file.
30827         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30828         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30830         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30831           Make it work with new buffer allocation system.
30832
30833 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30834
30835         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30836         pad_alloc_buffer implementation to use ->srcpad
30837         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30838         pad_alloc_buffer implementation to use ->srcpad
30839         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30840         pad_alloc_buffer implementation to use ->srcpad
30841         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30842         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30843         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30844         a reference to everything we need.
30845         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30847         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30848         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30849         a reference to everything we need.
30850         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30851
30852 2004-01-11  David Schleef  <ds@schleef.org>
30853
30854         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30855         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30856         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30857         structure members.
30858         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30859         value during a resize/renegotiation.
30860         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30861         gst_pad_alloc_buffer();
30862         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30863         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30864         structure members.
30865         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30866         Fix for rename of buffer private structure members.
30867         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30868         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30869         Fix for rename of buffer private structure members.
30870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30871         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30872         Fix for rename of buffer private structure members.
30873
30874 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30875
30876         reviewed by: David Schleef <ds@schleef.org>
30877
30878         * gst/videofilter/Makefile.am:
30879         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30880         from the patch by ds to fit in with recent make_filter changes.
30881
30882 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30883
30884         * configure.ac: Adding examples/switch/Makefile
30885         * examples/Makefile.am: Adding examples/switch
30886         * examples/switch/Makefile.am: Adding switcher example.
30887         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30888         (switch_timer), (main): Adding an example demonstrating switch usage
30889         with 2 videotestsrc showing different patterns.
30890         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30891         (gst_switch_init): Fixing switch with the new caps system.
30892
30893 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30894
30895         * gst-libs/gst/video/video.h:
30896           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30897           They should probably be like
30898           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30899
30900 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30901
30902         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30903         (qtdemux_parse_trak):
30904           fix audio chunk size/timestamp calculation
30905
30906 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30907
30908         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30909           fix SVQ3 caps
30910
30911 2004-01-11  Steve Baker  <steve@stevebaker.org>
30912
30913         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30914         (gst_agingtv_base_init), (gst_agingtv_class_init),
30915         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30916         (gst_agingtv_set_property), (gst_agingtv_get_property):
30917         Port agingTV to videofilter
30918
30919 2004-01-09  Julien MOUTTE <julien@moutte.net>
30920
30921         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30922         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30923
30924 2004-01-09  Julien MOUTTE <julien@moutte.net>
30925
30926         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30927         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30928         * gst-libs/gst/xoverlay/xoverlay.c:
30929         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30930         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30931         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30932         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30933         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30934         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30935         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30936         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30937         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30938         interface implementation to handle xid being 0 and fix some bugs
30939         triggered by Benjamin's testcase.
30940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30941         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30942         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30943         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30944         interface implementation to handle xid being 0 and fix some bugs
30945         triggered by Benjamin's testcase.
30946
30947 2004-01-09  David Schleef  <ds@schleef.org>
30948
30949         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30950         mouse pointer events.  It works.
30951
30952 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30953
30954         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30955           Use explicit caps - fix capsnego.
30956         * ext/xvid/gstxviddec.c:
30957         * ext/xvid/gstxvidenc.c:
30958           Remove macro-inside-macro which caused compile errors.
30959         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30960           Error out if it's not a RIFF file. Else we error out without
30961           gst_element_error() which is not good...
30962
30963 2004-01-08  David Schleef  <ds@schleef.org>
30964
30965         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30966         Fix pad_link function to handle formats that ffmpeg returns
30967         as multiple caps structures.
30968         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30969         Only complain if source buffer is _smaller_ than expected.
30970         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30971         (gst_videoscale_handle_src_event): Resize navigation events
30972         when passing them upstream.
30973         * gst/videotestsrc/gstvideotestsrc.c:
30974         * gst/videotestsrc/gstvideotestsrc.h:
30975         * gst/videotestsrc/videotestsrc.c:
30976         * gst/videotestsrc/videotestsrc.h:
30977         Rewrite many of the buffer painting functions to handle odd
30978         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30979         been verified to work with my video card.
30980         * testsuite/gst-lint:  Add check for elements calling
30981         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30982
30983 2004-01-08  David Schleef  <ds@schleef.org>
30984
30985         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30986         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30987
30988 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30989
30990         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30991         configure event is not emiting the desired size signal. That fixes
30992         aspect ratio issues with gst-player.
30993
30994 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30995
30996         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30997           Fix capsnego.
30998
30999 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31000
31001         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
31002         public method to fire size signal.
31003
31004 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31005
31006         * examples/gstplay/Makefile.am: Adding the interface library.
31007         * gst-libs/gst/play/Makefile.am: Adding the interface library.
31008         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
31009         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
31010         GST_IS_X_OVERLAY before signal connect.
31011         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
31012         Removing the have_video_size signal.
31013         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
31014         and associated public method.
31015         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31016         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
31017         signal.
31018         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31019         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
31020         signal.
31021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
31022         Using XOverlay public method to fire size signal.
31023
31024 2004-01-07  David Schleef  <ds@schleef.org>
31025
31026         * gst/videofilter/Makefile.am:
31027         * gst/videofilter/gstvideotemplate.c:
31028         * gst/videofilter/make_filter:
31029         Create gstvideoexample.c in a srcdir!=builddir friendly way.
31030         Convert make_filter to /bin/sh script.
31031
31032 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31033
31034         * gst/modplug/gstmodplug.cc: fix element description
31035
31036 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31037
31038         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31039         (got_video_size): Adding some new lines in g_print calls.
31040         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31041         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
31042         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
31043         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
31044         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
31045         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
31046         Complete code review, reverting some stuff i disagree with, adding
31047         some fixes : time synchronization on invalid timestamps, renegotiation
31048         of private window.
31049         * sys/ximage/ximagesink.h:
31050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31051         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31052         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31053         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31054         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31055         (gst_xvimagesink_buffer_new),
31056         (gst_xvimagesink_navigation_send_event),
31057         (gst_xvimagesink_set_xwindow_id),
31058         (gst_xvimagesink_get_desired_size),
31059         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31060         stuff i disagree with, adding some fixes : Renegotiation of private
31061         window, implementing get_desired_size.
31062
31063 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31064
31065         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31066         (gst_afsink_handle_event):
31067         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31068         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31069         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31070         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31071         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31072           Fix for instantiate-test (see core). Also remove dead code from
31073           jpegenc (which still needs fixing, but that's lower on my TODO
31074           list...).
31075         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31076           Never return NULL as caps.
31077
31078 2004-01-07  David Schleef  <ds@schleef.org>
31079
31080         * configure.ac:
31081         * ext/Makefile.am:
31082         * ext/librfb/Makefile.am:
31083         * ext/librfb/gstrfbsrc.c:
31084         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
31085         is the protocol used by VNC.
31086
31087 2004-01-07  David Schleef  <ds@schleef.org>
31088
31089         * gst/videofilter/gstvideotemplate.c:
31090         * gst/videofilter/gstvideotemplate.h:
31091         * gst/videofilter/make_filter:
31092         Merge videotemplate header into source file.
31093         * gst/effectv/Makefile.am:
31094         * gst/effectv/gsteffectv.c: (plugin_init):
31095         * gst/effectv/gstwarp.c:
31096         Make warpTV a subclass of videofilter.
31097
31098 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31099
31100         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31101           Add guard against invalid utf-8 conversions in mad. Just in case.
31102
31103 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31104
31105         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31106           Fix for bug shown by poisoning
31107
31108 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31109
31110         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31111         (gst_v4lmjpegsrc_buffer_free):
31112         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31113         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31114         (gst_v4lsrc_buffer_free):
31115           Fix for removed bufferpools.
31116
31117 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31118
31119         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31120         Fix caps negotiation.
31121
31122         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31123         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31124         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31125         (dvdnavsrc_event):
31126         * ext/mpeg2dec/gstmpeg2dec.c:
31127         * gst-libs/gst/navigation/navigation.c:
31128         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31129         * gst-libs/gst/navigation/navigation.h:
31130         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31131         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31133         Super-simple first version of mouse and keyboard events. Clicking
31134         on a DVD menu now works, although it may not take you where you
31135         expected.
31136
31137         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31138         * gst/videotestsrc/gstvideotestsrc.c:
31139         (gst_videotestsrc_src_fixate):
31140         These fixate functions were broken - they never actually
31141         fixated :)
31142
31143 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31144
31145         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31146         (gst_icecastsend_init):
31147           fix for new caps system.
31148         * gst-libs/gst/mixer/mixertrack.h:
31149         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31150           Add 'master track' flag (for tools like ACME that only want to
31151           change the main volume).
31152
31153 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31154
31155         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31156         (gst_xvid_csp_to_caps):
31157         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31158         * ext/xvid/gstxvidenc.c:
31159         ifdef out ARGB type when it isn't available
31160         in xvidcore 1.0.0beta2
31161
31162 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31163
31164         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31165           When we have received a new SCR right in the first buffer after
31166           a seek (so in the same cycle that handles the discont), we should
31167           handle the buffer instead of unreffing it, else we lose data.
31168
31169 2004-01-06  Iain <iain@prettypeople.org>
31170
31171         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31172           buffer-frames caps too.
31173
31174         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31175           caps that we need, don't destroy them all and rebuild them. And when
31176           creating src pads, use the src pad template rather than the sink...
31177
31178 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31179
31180         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31181           Add pad to element *after* setting functions such as event handler.
31182           Without this, the scheduler (opt) will link pads, set the event
31183           handler from the default event function (dispatcher in gstpad.c)
31184           and *after* that, we will set our own event function, which will
31185           thus never be used (and thus mpegdemux doesn't handle events).
31186
31187 2004-01-04  David Schleef  <ds@schleef.org>
31188
31189         Fix the fixate functions to handle new prototype:
31190         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31191         * gst/videotestsrc/gstvideotestsrc.c:
31192         (gst_videotestsrc_src_fixate):
31193         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31194         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31196
31197 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31198
31199         * sys/ximage/ximagesink.h:
31200         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31201         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31202         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31203         (gst_ximagesink_xoverlay_init):
31204           assorted fixes to make (re)embedding work
31205         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31206         (gst_ximagesink_get_desired_size):
31207           implement desired size additions to XOverlay
31208
31209 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31210
31211         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31212         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31213         (gst_x_overlay_got_desired_size):
31214         * gst-libs/gst/xoverlay/xoverlay.h:
31215           Add optional "desired size" signal and querying.
31216
31217 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31218
31219         * gst/matroska/matroska-demux.c:
31220         (gst_matroska_demux_parse_blockgroup):
31221           Fix EBML-laced block parsing. Diffs are relative to previous
31222           lace, not the first lace. Thanks to Mosu from the Matroska
31223           team for detecting this.
31224         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31225         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31226         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31227         (gst_wavparse_change_state):
31228         * gst/wavparse/gstwavparse.h:
31229           Quickfix for capsnego.
31230
31231 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31232
31233         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31234           Fix indenting, fix pad creation.
31235
31236 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31237
31238         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31239         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31240         (gst_xviddec_sink_link):
31241           Implement src_getcaps() so proper size caps is negotiated.
31242
31243 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31244
31245         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31246           Finish flac decoder on EOS. See #116178.
31247
31248 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31249
31250         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31251         (gst_matroska_demux_add_stream):
31252         * gst/matroska/matroska-ids.h:
31253           Add getcaps() function to fix capsnego...
31254
31255 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31256
31257         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31258         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31259         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31260           Fix more integer overflows. Again, see #126967.
31261
31262 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31263
31264         * ext/mpeg2dec/gstmpeg2dec.c:
31265           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31266           #130416.
31267
31268 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31269
31270         * configure.ac:
31271         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31272         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31273         * ext/xvid/gstxvid.h:
31274         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31275         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31276         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31277         (gst_xviddec_change_state):
31278         * ext/xvid/gstxviddec.h:
31279         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31280         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31281         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31282         (gst_xvidenc_link), (gst_xvidenc_set_property),
31283         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31284         * ext/xvid/gstxvidenc.h:
31285           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31286
31287 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31288
31289         * gst/rtp/rtp-packet.c:
31290           Add sys/types.h include, since OS X doesn't define in_addr_t
31291           in netinet/in.h, like it does on Linux (see #129600).
31292
31293 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31294
31295         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31296
31297         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31298           Correct logic of dispose function (see #129306).
31299
31300 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31301
31302         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31303         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31304         (gst_mpeg_parse_init):
31305         * gst/mpegstream/gstmpegparse.h:
31306           Remove clock (which was never provided, i.e. dead code), and
31307           also fix integer overflows at high PTS values (see #126967).
31308
31309 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31310
31311         * ext/flac/gstflacdec.c:
31312         * ext/libpng/gstpngenc.h:
31313         * ext/mikmod/gstmikmod.h:
31314           OS X fixes (see #126628).
31315
31316 2004-01-02  David Schleef  <ds@schleef.org>
31317
31318         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31319         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31320         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31321         (gst_mpeg_parse_class_init): Move pad template registration
31322         to class_init, since the derived class (mpegdemux) doesn't
31323         want them.
31324
31325 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31326
31327         * sys/ximage/Makefile.am:
31328         * sys/xvideo/Makefile.am:
31329         * sys/xvimage/Makefile.am:
31330           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31331           after installation (see #127664).
31332
31333 2004-01-02  David Schleef  <ds@schleef.org>
31334
31335         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31336         (gst_ffmpegenc_connect):  Negotiation fixes.
31337         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31338         Remove inappropriate gst_caps_free().
31339         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31340         Reenable Ronald's internal resize code, since the core handles
31341         it correctly now.
31342
31343 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31344
31345         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31346         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31347         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31348           Fix pad template stuff.
31349
31350 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31351
31352         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31353         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31354           fix signed integer reading/writing.
31355
31356 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31357
31358         * ext/alsa/README:
31359           Remove outdated document
31360
31361 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31362
31363         * gst/cutter/gstcutter.c: (gst_cutter_init):
31364           src pad was being created twice - oops.
31365
31366 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31367
31368         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31369           Comment out internal resize. It doesn't handle the resulting
31370           XEvent internally, does another try_set_caps() which leads to
31371           a really nice loop.
31372           Real fix will come when Julien and Dave are awake. ;).
31373
31374 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31375
31376         * ext/mpeg2enc/gstmpeg2enc.cc:
31377           fix const/nonconst compile issue.
31378
31379 2004-01-02  David Schleef  <ds@schleef.org>
31380
31381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31382         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31383         Add fixate function and a check for bad formats.
31384
31385 2004-01-01  David Schleef  <ds@schleef.org>
31386
31387         Negotiation fixes:
31388         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31389         (gst_audiofilter_init):
31390         * gst/debug/efence.c: (gst_efence_init):
31391         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31392         (gst_deinterlace_init):
31393         * gst/volume/gstvolume.c: (volume_connect):
31394
31395 2004-01-01  David Schleef  <ds@schleef.org>
31396
31397         Convert elements to use gst_pad_use_explicit_caps() where
31398         appropriate:
31399         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31400         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31401         (gst_afparse_open_file):
31402         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31403         (gst_afsrc_open_file):
31404         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31405         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31406         (gst_ffmpegdec_chain):
31407         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31408         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31409         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31410         (gst_gdk_pixbuf_chain):
31411         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31412         (gst_jpegdec_chain):
31413         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31414         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31415         (gst_mikmod_negotiate):
31416         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31417         (gst_mpeg2dec_negotiate_format):
31418         * ext/mpeg2enc/gstmpeg2enc.cc:
31419         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31420         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31421         (gst_speexdec_sinkconnect):
31422         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31423         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31424         (gst_vorbisfile_new_link):
31425         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31426         (gst_ac3parse_chain):
31427         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31428         (gst_asf_demux_setup_pad):
31429         * gst/auparse/gstauparse.c: (gst_auparse_init),
31430         (gst_auparse_chain):
31431         * gst/id3/gstid3types.c: (gst_id3types_loop):
31432         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31433         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31434         (mp1videoparse_parse_seq):
31435         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31436         (bpf_from_header):
31437         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31438         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31439         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31440         (gst_mpeg_parse_send_data):
31441         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31442         (gst_qtdemux_add_stream):
31443         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31444         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31445         (gst_wavparse_parse_fmt):
31446
31447 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31448
31449         * configure.ac:
31450           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31451           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31452           it therefore uses the wrong include paths. Too bad... Note
31453           that 1.6.1.93 is not release yet. ;).
31454           Also add a check for mplex, which is now using the lib'ified
31455           mplex from mjpegtools, too.
31456         * ext/ffmpeg/gstffmpegcodecmap.c:
31457           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31458           issues. I don't think ffmpeg handles 3ivx correctly, so this
31459           probably won't work. But it won't hurt either.
31460         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31461         (gst_ffmpegdec_chain):
31462         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31463         (gst_ffmpegenc_chain_audio):
31464           Fix memleak in audio encoding. Close codec if open fails, this
31465           calls the cleanup routines so we can re-use the context.
31466         * ext/mpeg2enc/gstmpeg2enc.cc:
31467           Fix pad template names/types, fix memory issue with getcaps().
31468         * ext/mpeg2enc/gstmpeg2encoder.cc:
31469         * ext/mpeg2enc/gstmpeg2encoder.hh:
31470           Fix compile issue with new caps system (const thingy).
31471         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31472         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31473           We read a first frame right on initing, so that we have a caps
31474           when we init the output. This caps is cached in padprivate and
31475           read as first frame.
31476         * ext/mplex/Makefile.am:
31477         * ext/mplex/gstmplex.cc:
31478         * ext/mplex/gstmplex.h:
31479         * ext/mplex/gstmplex.hh:
31480         * ext/mplex/gstmplexibitstream.cc:
31481         * ext/mplex/gstmplexibitstream.hh:
31482         * ext/mplex/gstmplexjob.cc:
31483         * ext/mplex/gstmplexjob.hh:
31484         * ext/mplex/gstmplexoutputstream.cc:
31485         * ext/mplex/gstmplexoutputstream.hh:
31486           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31487           had issues, didn't do capsnego, supported only a subset of the
31488           mplex features and required a mplex fork in our local CVS. Plus
31489           that it worked agaist a very old mplex version. Rewriting was
31490           faster than updating it.
31491         * gst-libs/ext/Makefile.am:
31492         * gst-libs/ext/mplex/INSTRUCT:
31493         * gst-libs/ext/mplex/Makefile.am:
31494         * gst-libs/ext/mplex/README:
31495         * gst-libs/ext/mplex/TODO:
31496         * gst-libs/ext/mplex/ac3strm_in.cc:
31497         * gst-libs/ext/mplex/audiostrm.hh:
31498         * gst-libs/ext/mplex/audiostrm_out.cc:
31499         * gst-libs/ext/mplex/aunit.hh:
31500         * gst-libs/ext/mplex/bits.cc:
31501         * gst-libs/ext/mplex/bits.hh:
31502         * gst-libs/ext/mplex/buffer.cc:
31503         * gst-libs/ext/mplex/buffer.hh:
31504         * gst-libs/ext/mplex/fastintfns.h:
31505         * gst-libs/ext/mplex/format_codes.h:
31506         * gst-libs/ext/mplex/inputstrm.cc:
31507         * gst-libs/ext/mplex/inputstrm.hh:
31508         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31509         * gst-libs/ext/mplex/mjpeg_logging.cc:
31510         * gst-libs/ext/mplex/mjpeg_logging.h:
31511         * gst-libs/ext/mplex/mjpeg_types.h:
31512         * gst-libs/ext/mplex/mpastrm_in.cc:
31513         * gst-libs/ext/mplex/mpegconsts.cc:
31514         * gst-libs/ext/mplex/mpegconsts.h:
31515         * gst-libs/ext/mplex/mplexconsts.hh:
31516         * gst-libs/ext/mplex/multplex.cc:
31517         * gst-libs/ext/mplex/outputstream.hh:
31518         * gst-libs/ext/mplex/padstrm.cc:
31519         * gst-libs/ext/mplex/padstrm.hh:
31520         * gst-libs/ext/mplex/stillsstream.cc:
31521         * gst-libs/ext/mplex/stillsstream.hh:
31522         * gst-libs/ext/mplex/systems.cc:
31523         * gst-libs/ext/mplex/systems.hh:
31524         * gst-libs/ext/mplex/vector.cc:
31525         * gst-libs/ext/mplex/vector.hh:
31526         * gst-libs/ext/mplex/videostrm.hh:
31527         * gst-libs/ext/mplex/videostrm_in.cc:
31528         * gst-libs/ext/mplex/videostrm_out.cc:
31529         * gst-libs/ext/mplex/yuv4mpeg.cc:
31530         * gst-libs/ext/mplex/yuv4mpeg.h:
31531         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31532         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31533           We don't fork mjpegtools' mplex in our CVS anymore.
31534         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31535         (gst_avi_demux_add_stream):
31536         * gst/avi/gstavidemux.h:
31537           Add getcaps() function for proper caps nego. This makes some
31538           parts of AVI playback/reading work.
31539         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31540           Resize window on new capsnego. This is probably wrong, but
31541           I'm still committing it because with current capsnego, the
31542           first successfull capsnego is auto-fixated, therefore rounded
31543           down to the lowest values in the caps. this results in a 16x16
31544           XWindow that is not reized when real capsnego finishes.
31545           Dave, I see more cases of this, do you know a proper solution?
31546         * tools/gst-launch-ext.in:
31547           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31548
31549 2003-12-31  David Schleef  <ds@schleef.org>
31550
31551         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31552         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31553           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31554
31555 2003-12-30  David Schleef  <ds@schleef.org>
31556
31557         * ext/ffmpeg/gstffmpegcolorspace.c:
31558         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31559         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31560         (gst_ffmpegcsp_chain): Negotiation fixes
31561         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31562         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31563         (gst_audio_convert_link), (gst_audio_convert_channels):
31564         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31565         (gst_audioscale_link), (gst_audioscale_get_buffer),
31566         (gst_audioscale_chain): Negotiation fixes
31567         * gst/audioscale/gstaudioscale.h:
31568         * gst/videofilter/gstvideofilter.c:
31569         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31570         (gst_videofilter_link), (gst_videofilter_init),
31571         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31572         (gst_videofilter_find_format_by_structure):
31573         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31574         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31575         (gst_videoscale_link):
31576         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31577         (videoscale_find_by_structure), (gst_videoscale_setup):
31578         * gst/videoscale/videoscale.h: Negotiation fixes
31579         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31580         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31581         function, restrict resizing to a multiple of 4 (hack until
31582         everyone supports odd sizes correctly).
31583
31584 2003-12-29  Colin Walters  <walters@verbum.org>
31585
31586         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31587         signed.
31588
31589 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31590
31591         * ext/sndfile/gstsf.c: (gst_sf_loop):
31592           Fix warning about discarding const qualifier
31593
31594 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31595
31596         * gst/cutter/gstcutter.c:
31597         * gst/videoscale/gstvideoscale.c:
31598         * gst/volenv/gstvolenv.c:
31599         * gst-libs/gst/audio/audio.c:
31600         * gst-libs/gst/video/video.c:
31601           Fix warnings
31602
31603 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31604
31605         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31606           Don't send ALSA debugging to stderr.
31607         * ext/alsa/gstalsa.h:
31608           Use GST_WARNING instead of g_warning when ALSA functions fail.
31609
31610 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31611
31612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31613           Free XVAdapterInfo correctly.
31614
31615 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31616
31617         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31618         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31619           Make id3tag use correct caps nego.
31620
31621 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31622
31623         * ext/ivorbis/vorbis.c:
31624         * ext/ivorbis/vorbisenc.h:
31625         * ext/ivorbis/vorbisfile.c:
31626           Modify so that it uses the new caps things
31627
31628 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31629
31630         * testsuite/spider/spider1.c: (main):
31631         * testsuite/spider/spider2.c: (main):
31632         * testsuite/spider/spider3.c: (main):
31633           Make tests compile again. They probably don't work.
31634
31635 2003-12-24  Colin Walters  <walters@verbum.org>
31636
31637         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31638         we can't fixate the caps anymore.
31639
31640 2003-12-23  David Schleef  <ds@schleef.org>
31641
31642         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31643         * sys/oss/gstosssink.c: (gst_osssink_init),
31644         (gst_osssink_sink_fixate): Add fixate function.
31645
31646 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31647
31648         * ext/ffmpeg/gstffmpegcodecmap.c:
31649         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31650         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31651         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31652         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31653         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31654         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31655         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31656           fix typo in RGB masks, and move back to "old" colorspace
31657           capsnego code until whoever wrote this new crap has actually
31658           tested it so that it works.
31659           And yes, this works, keep it that way please.
31660
31661 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31662
31663         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31664         (gst_divxdec_init), (gst_divxdec_negotiate):
31665         * ext/divx/gstdivxdec.h:
31666         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31667         (gst_divxenc_init):
31668         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31669         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31670         * ext/mpeg2enc/gstmpeg2enc.cc:
31671         * ext/mpeg2enc/gstmpeg2encoder.cc:
31672         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31673         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31674         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31675         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31676         (dxr3spusink_init):
31677         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31678         (dxr3videosink_init):
31679           Fix caps breakage after Dave's caps branch merge.
31680
31681 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31682
31683         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31684           Fix for 24bpp display.
31685
31686 2003-12-23  Colin Walters  <walters@verbum.org>
31687
31688         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31689         a GnomeVFSHandle directly.
31690
31691 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31692
31693         * gst/volume/Makefile.am:
31694         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31695         (volume_base_init), (volume_init):
31696           Reenable volume element and fix to work with new caps stuff.
31697           Rhythmbox needs this.
31698
31699 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31700
31701         * gst/qtdemux/qtdemux.c: (plugin_init):
31702           qtdemux requires bytestream
31703
31704 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31705
31706         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31707           Fix remaining caps handling errors due to CAPS merge.
31708
31709 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31710
31711         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31712         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31713         (gst_faad_srcconnect):
31714           Port to new caps system.
31715
31716 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31717
31718         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31719         (got_video_size), (main): using g_print instead of g_message.
31720         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31721         signal which was not emitted because of "switch" element added to the
31722         bin but not connected. (Removing from the bin temporarily)
31723
31724 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31725
31726         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31727         find X development files. I don't understand the previous tests and
31728         they fail on my debian/ppc unstable. This one works.
31729         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31730         exiting.
31731         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31732         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31733         (gst_play_set_visualization): Add some safety checks in set_ methods
31734         and state_change. This was throwing some ugly CRITICAL messages when
31735         pipeline was getting disposed and casts were failing.
31736
31737 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31738
31739         * configure.ac:
31740           Improve mpeg2enc detection. This is for distributions that do
31741           ship mjpegtools, but without mpeg2enc. Also does object check
31742           for might there ever be ABI incompatibility.
31743         * ext/mpeg2enc/gstmpeg2enc.cc:
31744           Add Andrew as second maintainer (he's helping me), and also add
31745           an error if no caps was set. This happens if I pull before capsnego
31746           and that's something I should solve sometime else.
31747         * gst/matroska/matroska-demux.c:
31748         (gst_matroska_demux_parse_blockgroup):
31749           Fix time parsing.
31750         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31751         (gst_matroska_mux_track_header):
31752           Add caps to templates.
31753         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31754           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31755         * gst/mpegstream/gstmpegdemux.c:
31756           Remove layer since it causes warnings about unfixed caps.
31757         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31758           Fix obvious typo (we error out if caps were set, we should of
31759           course error out if *no* caps were set).
31760         * sys/oss/gstosselement.c: (gst_osselement_convert):
31761           Fix format conversion, we confused bits/bytes.
31762         * sys/oss/gstosselement.h:
31763           Improve documentation for 'bps'.
31764         * sys/v4l/TODO:
31765           Remove stuff about plugins that need removing - this was done
31766           ages ago.
31767         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31768         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31769         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31770         (gst_v4lsrc_src_query):
31771         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31772         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31773           Add get_query_types(), get_formats() and query() functions.
31774
31775 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31776
31777         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31778           * moved CVS to freedesktop.org