a064bce1000b1bde2fb69bfe6b762917b4360c01
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * gst/playback/gstplaybin.c: (gen_audio_element):
4         * gst/playback/gstplaysink.c: (gen_audio_chain):
5           Handle case where we can't create the volume element a bit
6           better (#514307).
7
8 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
9
10         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
11         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
12           Add support for https protocol. Fixes #510229.
13
14 2008-02-11  Julien Moutte  <julien@fluendo.com>
15         
16         Patch by: Alan Peevers <peeves@pacbell.net>
17
18         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
19         lock when calling alsa methods.
20
21 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
22
23         * gst/typefind/gsttypefindfunctions.c:
24           Bump rank of jpeg and png typefinders, which will return maximum
25           probability in the most common cases (thus short-circuiting more
26           expensive typefinders like the mp3 one for these two quite common
27           image types).
28
29 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
30
31         * ext/theora/theoraparse.c:
32         Fix long description of the theora parser to be more verbose than just
33         the type name.
34
35 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
36
37         Patch by: Branko Čibej <brane at xbc dot nu>
38
39         * sys/xvimage/xvimagesink.c:
40         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
41         Fixes bug #515654.
42
43 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
44
45         * gst/playback/gstplaybasebin.c:
46         Set is_dynamic as True if there are elements with both request
47         and sometimes src pad templates instead of breaking out when it
48         finds the first pad template that is a src.
49
50 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
51
52         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
53         (update_streams), (video_combo_cb), (audio_combo_cb),
54         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
55         Add some stream switching and volume gui for playbin2.
56
57 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
58
59         * gst/playback/gstplay-marshal.list:
60         Added marshal for streamselector Tags.
61
62         * gst/playback/gstplaybasebin.c: (set_active_source):
63         Streamselector now selects pads based on the pad object instead of its
64         name.
65
66         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
67         (init_group), (gst_play_bin_init), (get_group), (get_tags),
68         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
69         (gst_play_bin_get_text_tags),
70         (gst_play_bin_set_current_video_stream),
71         (gst_play_bin_set_current_audio_stream),
72         (gst_play_bin_set_current_text_stream),
73         (gst_play_bin_set_property), (gst_play_bin_get_property),
74         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
75         Remove option to mute streams with the current-a/v/t property, we have
76         this functionality in the flags.
77         Add signals to notify when the number of A/V/T channels changed.
78         Add action signals to get tags for the A/V/T streams.
79         Implement setting the current A/V/T stream.
80         Rearrange some things to simplify stream selection.
81         Implement volume.
82
83         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
84         (gst_play_sink_get_volume), (gst_play_sink_set_property),
85         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
86         (activate_vis), (gst_play_sink_reconfigure):
87         * gst/playback/gstplaysink.h:
88         Add and implement volume setting methods.
89
90         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
91         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
92         (gst_selector_pad_event), (gst_stream_selector_class_init),
93         (gst_stream_selector_init), (gst_stream_selector_finalize),
94         (gst_stream_selector_set_property),
95         (gst_stream_selector_get_property),
96         (gst_stream_selector_get_linked_pad),
97         (gst_stream_selector_request_new_pad):
98         * gst/playback/gststreamselector.h:
99         Add pad properties for tags and status of pads.
100         Keep tags on pads.
101         Make active pad selection based on pad object instead of name.
102
103 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
104
105         * configure.ac:
106           Revert last change as we now check in gtk-doc.m4 for sed.
107
108 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
109
110         * configure.ac:
111         Find and subst SED when building the docs.
112
113 2008-02-08  Julien Moutte  <julien@fluendo.com>
114
115         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
116         (main): Make sure bus signals are reconnected when pressing STOP
117         and then PLAY again for a parse launch pipeline. Fix a ref leak
118         on the bus.
119         * win32/common/config.h: Updated.
120
121 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
122
123         * configure.ac:
124         Make DISABLE_DEPRECATED defined *only* during CVS, not during
125         pre-releases or releases.
126
127 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
128
129         * configure.ac:
130         * ext/gio/Makefile.am:
131         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
132         reporting
133
134 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
135
136         * docs/plugins/Makefile.am:
137         Add the headers which need scanning for the GIO plugin. The rest of
138         the docs still need migrating.
139
140 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
141
142         * ext/Makefile.am:
143         * tests/check/Makefile.am:
144         * tests/check/pipelines/.cvsignore:
145         Add gio in a few more places.
146
147 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
148
149         * configure.ac:
150         * ext/Makefile.am:
151         * tests/check/Makefile.am:
152         Move gio plugin from -bad and mark as experimental.
153
154 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
155
156         * gst-libs/gst/interfaces/mixeroptions.c:
157         * gst-libs/gst/interfaces/mixertrack.c:
158         Comment out a couple of other things which break the build when
159         GST_DISABLE_DEPRECATED isn't on but -Werror is.
160
161 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
162
163         * docs/libs/gst-plugins-base-libs-sections.txt:
164           Fix pbutils header.
165
166 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
167
168         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
169         Fix compiler warning.
170
171 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
172
173         Patch by: Peter Kjellerstedt  <pkj at axis com>
174
175         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
176         Clear the addrinfo struct using memset. Fixes #514937.
177
178 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
179
180         * gst/tcp/gstfdset.h:
181         Remove unused field to same some memory.
182
183         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
184         Mark action signals as such.
185
186 2008-02-06  Michael Smith <msmith@fluendo.com>
187
188         * ext/theora/theoradec.c: (_theora_granule_frame),
189         (_inc_granulepos):
190           Increment granulepos for new-bitstream versions appropriately.
191           Fixes #514623.
192
193 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
194
195         * tests/examples/seek/seek.c: (do_seek),
196         (rate_spinbutton_changed_cb), (update_streams), (main):
197         Remove obsolete stream_time reset after flushing seek, core does that
198         automatically now.
199         Improve accuracy of speed spinbutton.
200         Only do playbin2 stuff when we actually use it.
201
202 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
203
204         * tests/check/Makefile.am:
205           Revert previous change of the test environment's GST_PLUGIN_PATH.
206           The problem is not with the plugins, but with element factories
207           and only occurs if elements are split out from existing plugins
208           or if plugins change name (see #512740).
209
210 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
211
212         * tests/check/Makefile.am:
213           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
214           with the core's plugins first and our local build directories last,
215           since we might be building against an installed core, and that
216           core's plugin directory may contain older or other versions of
217           our own -base plugins, but we really do want to test our local
218           ones (if there are multiple plugins or element factories with the
219           same name, those inspected last will trump those read in earlier).
220           Fixes #512740 for the most part.
221
222 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
223
224         * configure.ac:
225         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
226         Use gmtime_r if available as gmtime is not MT-safe.
227         Fixes bug #511810.
228
229 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
230
231         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
232         Cast glong to time_t as time_t might have a different type on
233         other platforms, like FreeBSD, and we get a compiler warning
234         otherwise. Fixes bug #511825.
235
236 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
237
238         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
239         (get_group), (get_n_pads), (gst_play_bin_get_property),
240         (pad_added_cb), (no_more_pads_cb), (perform_eos),
241         (autoplug_select_cb), (deactivate_group):
242         Remove stream-info, we going for something easier.
243         Refactor getting the current group.
244         Implement getting the number of audio/video/text streams.
245
246         * gst/playback/gststreamselector.c:
247         (gst_stream_selector_class_init), (gst_stream_selector_init),
248         (gst_stream_selector_get_property),
249         (gst_stream_selector_request_new_pad),
250         (gst_stream_selector_release_pad):
251         * gst/playback/gststreamselector.h:
252         Add property for number of pads.
253
254         * tests/examples/seek/seek.c: (set_scale), (update_flag),
255         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
256         (text_toggle_cb), (update_streams), (msg_async_done),
257         (msg_state_changed), (main):
258         Block slider callback when updating the slider position.
259         Add gui elements for controlling playbin2.
260         Add callback for async_done that updates position/duration.
261
262 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
263
264         * docs/plugins/Makefile.am:
265         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
266         * docs/plugins/gst-plugins-base-plugins-sections.txt:
267         * docs/plugins/gst-plugins-base-plugins.hierarchy:
268         * docs/plugins/gst-plugins-base-plugins.interfaces:
269         * docs/plugins/gst-plugins-base-plugins.prerequisites:
270           First round of plugin docs cleansups.
271
272         * docs/plugins/inspect/plugin-adder.xml:
273         * docs/plugins/inspect/plugin-alsa.xml:
274         * docs/plugins/inspect/plugin-audioconvert.xml:
275         * docs/plugins/inspect/plugin-audiorate.xml:
276         * docs/plugins/inspect/plugin-audioresample.xml:
277         * docs/plugins/inspect/plugin-audiotestsrc.xml:
278         * docs/plugins/inspect/plugin-cdparanoia.xml:
279         * docs/plugins/inspect/plugin-decodebin.xml:
280         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
281         * docs/plugins/inspect/plugin-gdp.xml:
282         * docs/plugins/inspect/plugin-gnomevfs.xml:
283         * docs/plugins/inspect/plugin-libvisual.xml:
284         * docs/plugins/inspect/plugin-ogg.xml:
285         * docs/plugins/inspect/plugin-pango.xml:
286         * docs/plugins/inspect/plugin-subparse.xml:
287         * docs/plugins/inspect/plugin-tcp.xml:
288         * docs/plugins/inspect/plugin-theora.xml:
289         * docs/plugins/inspect/plugin-typefindfunctions.xml:
290         * docs/plugins/inspect/plugin-video4linux.xml:
291         * docs/plugins/inspect/plugin-videorate.xml:
292         * docs/plugins/inspect/plugin-videoscale.xml:
293         * docs/plugins/inspect/plugin-videotestsrc.xml:
294         * docs/plugins/inspect/plugin-volume.xml:
295         * docs/plugins/inspect/plugin-vorbis.xml:
296         * docs/plugins/inspect/plugin-ximagesink.xml:
297         * docs/plugins/inspect/plugin-xvimagesink.xml:
298           Regenerate.
299
300         * ext/ogg/Makefile.am:
301         * ext/ogg/gstoggmux.c:
302         * ext/ogg/gstoggmux.h:
303           Add header for oggmux. the c-file needs a doc blob still.
304
305 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
306
307         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
308
309         * gst-libs/gst/rtp/gstrtpbuffer.c:
310         (gst_rtp_buffer_set_extension_data):
311         * gst-libs/gst/rtp/gstrtpbuffer.h:
312         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
313         Add gst_rtp_buffer_set_extension_data() 
314         Add a unit test for this addition. Fixes #511478.
315         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
316
317 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
318
319         * configure.ac:
320         Back to CVS
321
322 === release 0.10.17 ===
323
324 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
325
326         * configure.ac:
327           releasing 0.10.17, "Peanut Butter and Jelly"
328
329 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
330
331         * gst-libs/gst/interfaces/mixeroptions.c:
332         * gst-libs/gst/interfaces/mixertrack.c:
333         Also remove the conditional registration of the signals
334         that disappeared with the ABI change in 0.10.14
335
336 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
337
338         * gst-libs/gst/rtsp/gstrtspconnection.c:
339         Revert patch to gstrtspconnection.c for brown paper bag
340         release of -base. Re-opens: #511825
341
342 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
343
344         * gst-libs/gst/interfaces/mixeroptions.h:
345         * gst-libs/gst/interfaces/mixertrack.h:
346         Change the way these deprecated function pointers are removed
347         so that the compiled ABI is unconditionally smaller. This 
348         sets in stone an ABI break that actually occurred when the
349         things were deprecated in 0.10.14, which seems to be the best
350         fix as the only known users are oss-mixer and sunaudio-mixer in 
351         gst-plugins-good.
352         Fixes: #513018
353
354 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
355
356         * win32/common/libgstpbutils.def:
357           Export the two new _get_type() functions which are needed
358           by the python bindings.
359
360 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
361
362         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
363         Cast glong to time_t as time_t might have a different type on
364         other platforms, like FreeBSD, and we get a compiler warning
365         otherwise. Fixes bug #511825.
366
367 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
368
369         * gst-libs/gst/audio/gstaudiofilter.c:
370         (gst_audio_filter_class_init):
371         Initialize the GstRingerBuffer class to get it's debug category
372         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
373         category and otherwise we get some g_critical(). Fixes bug #512334.
374
375 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
376
377         * configure.ac:
378         Back to CVS
379
380 === release 0.10.16 ===
381
382 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
383
384         * configure.ac:
385           releasing 0.10.16, "Scheduled Interruption"
386
387 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
388
389         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
390
391         * gst-libs/gst/rtp/gstrtpbuffer.c:
392         (gst_rtp_buffer_get_extension_data):
393         Fix typos and wrong extension check. Fixes #511274.
394
395 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
396
397         * po/sk.po:
398         Oops - add new sk.po mentioned in the LINGUAS I just committed
399
400 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
401
402         * po/LINGUAS:
403         Add ca translation to the disted list.
404
405         * win32/vs6/libgstsdp.dsp:
406         Convert line endings to CRLF
407
408 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
409
410         * win32/MANIFEST:
411         Add win32/vs6/libgstrtsp.dsp to MANIFEST
412
413 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
414
415         * win32/common/libgstsdp.def:
416         * win32/common/libgstvideo.def:
417         Add new API declarations
418
419 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
420
421         * ext/theora/gsttheoradec.h:
422         * ext/theora/gsttheoraparse.h:
423         * ext/theora/theoradec.c:
424         * ext/theora/theoraparse.c:
425         Take a 2nd stab at handling libtheora granulepos changes in the decoder
426         and parser by inspecting the bitstream version of the incoming data.
427
428 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
429
430         * configure.ac:
431         * pkgconfig/Makefile.am:
432         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
433         * pkgconfig/gstreamer-audio.pc.in:
434         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
435         * pkgconfig/gstreamer-cdda.pc.in:
436         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
437         * pkgconfig/gstreamer-fft.pc.in:
438         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
439         * pkgconfig/gstreamer-floatcast.pc.in:
440         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
441         * pkgconfig/gstreamer-interfaces.pc.in:
442         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
443         * pkgconfig/gstreamer-netbuffer.pc.in:
444         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
445         * pkgconfig/gstreamer-pbutils.pc.in:
446         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
447         * pkgconfig/gstreamer-riff.pc.in:
448         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
449         * pkgconfig/gstreamer-rtp.pc.in:
450         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
451         * pkgconfig/gstreamer-rtsp.pc.in:
452         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
453         * pkgconfig/gstreamer-sdp.pc.in:
454         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
455         * pkgconfig/gstreamer-tag.pc.in:
456         * pkgconfig/gstreamer-video-uninstalled.pc.in:
457         * pkgconfig/gstreamer-video.pc.in:
458         Provide one pkg-config file for every gst-plugins-base library.
459         This makes linking to those libraries much more intuitive and
460         provides standard pkg-config behaviour for them. Fixes bug #499697.
461
462 2008-01-13  David Schleef  <ds@schleef.org>
463
464         * gst/videoscale/vs_4tap.c:
465           Fix valgrind error on 4tap scaling method.
466
467 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
468
469         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
470         Include Winsock2.h for VS6 and use a different way initialize
471         hints structure so it can build with VS6.
472         * win32/MANIFEST:
473         * win32/vs6/libgstsdp.dsp:
474         * win32/common/libgstsdp.def:
475         Add new files for libgstsdp.
476         * win32/vs6/grammar.dsp:
477         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
478         * win32/vs6/gst_plugins_base.dsw:
479         * win32/vs6/libgstdecodebin.dsp:
480         * win32/vs6/libgstdecodebin2.dsp:
481         * win32/vs6/libgstplaybin.dsp:
482         * win32/vs6/libgstvolume.dsp:
483         Add new dependencies to the link list.
484
485 2008-01-13  Julien Moutte  <julien@fluendo.com>
486
487         * win32/common/config.h:
488         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
489         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
490         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
491         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
492         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
493         * win32/common/interfaces-enumtypes.c:
494         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
495         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
496         (gst_mixer_track_flags_get_type),
497         (gst_tuner_channel_flags_get_type):
498         * win32/common/multichannel-enumtypes.c:
499         (gst_audio_channel_position_get_type):
500         * win32/common/pbutils-enumtypes.c:
501         (gst_install_plugins_return_get_type):
502         * win32/common/pbutils-enumtypes.h: Update/Add generated files
503         in the win32 build directory.
504
505 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
506
507         * tests/check/Makefile.am:
508         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
509
510         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
511         * tests/check/elements/playbin.c:
512         * tests/check/libs/mixer.c: (test_element_interface_supported),
513         (gst_implements_interface_init):
514         * tests/check/libs/rtp.c: (GST_START_TEST):
515         Fix various assignment type mismatches.
516
517 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
518
519         * configure.ac:
520         * gst-libs/gst/rtsp/Makefile.am:
521         Add test to see if hstrerror is available or if we need libresolv
522         (Solaris) for it, then use it in libgstrtsp.
523
524 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
525
526         * gst-libs/gst/tag/Makefile.am:
527         Fix include path order
528
529 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
530
531         * gst-libs/gst/pbutils/install-plugins.c:
532         (gst_install_plugins_context_copy),
533         (gst_install_plugins_context_get_type):
534         * gst-libs/gst/pbutils/install-plugins.h:
535         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
536         for bindings.
537
538 2008-01-11  Michael Smith <msmith@fluendo.com>
539
540         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
541         (_theora_granule_frame), (_theora_granule_start_time),
542         (theora_dec_sink_convert), (theora_dec_decode_buffer):
543           Adapt for post-alpha meaning of granulepos, when we
544           have a newer version of libtheora.
545         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
546         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
547         (theora_enc_is_discontinuous), (theora_enc_chain):
548           Likewise.
549         * tests/check/Makefile.am:
550           Link libtheora into theoraenc test so we can check which version of
551           libtheora we're testing against.
552         * tests/check/pipelines/theoraenc.c: (check_libtheora),
553         (check_buffer_granulepos),
554         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
555         (theoraenc_suite):
556           Adapt tests to check the values that are now defined for theora; make
557           the tests backwards-adapt the passed values if we're running against an
558           old libtheora.
559           Fixes #497964
560
561 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
562
563         * gst-libs/gst/audio/gstbaseaudiosink.c:
564           (gst_base_audio_sink_class_init):
565         * gst-libs/gst/audio/gstbaseaudiosrc.c:
566           (gst_base_audio_src_class_init):
567           Ref audio clock class from a thread-safe context to make sure
568           we're not bit by GObjects lack of thread-safety here (#349410),
569            however unlikely that may be in practice.
570
571 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
572
573         * autogen.sh:
574           Add -Wno-portability to the automake parameters to stop warnings
575           about GNU make extensions being used. We require GNU make in almost
576           every Makefile anyway.
577           
578         * configure.ac:
579           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
580           at the same time is required for per target flags.
581
582 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
583
584         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
585           Post an error message if we can't pull as many bytes as we need
586           for the tag. This makes sure the user gets to see a proper error
587           message if a file with a partial ID3 tag is fed to decodebin, and
588           not a 'no ID3 tag demuxer' error, which would be confusing
589           (see #508138).
590
591 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
592
593         * gst-libs/gst/pbutils/descriptions.c: (formats):
594           Add description strings for ID3, APE, and ICY tags.
595
596 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
597
598         * gst/playback/gstdecodebin.c: (try_to_link_1):
599           Make sure we error out correctly if we can't activate one of
600           the elements we've added.  Fixes #508138.
601           
602 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
603
604         Patch by: Bastien Nocera <hadess at hadess net>
605
606         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
607           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
608           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
609           the volume is the same for all channels. This works around
610           some problem in alsa that leaves us with inconsistent state
611           for some reason (#486840).
612
613 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
614
615         Patch by: Jerone Young <jerone at gmail com>
616
617         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
618           If there's no mixer track by the name of 'Master' or 'Front',
619           check if there's one called 'PCM' before trying the generic
620           fallback logic (fixes #506928, where we pick 'Mic' as master
621           track for the AD1984 card in a Thinkpad T61/X61 laptop).
622
623 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
624
625         * gst/playback/gstplay-enum.c:
626         (register_gst_autoplug_select_result),
627         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
628         (gst_play_flags_get_type):
629         * gst/playback/gstplay-enum.h:
630         Add enums for configuration flags.
631
632         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
633         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
634         (gst_play_bin_get_property), (no_more_pads_cb),
635         (autoplug_select_cb), (gst_play_bin_change_state):
636         Merge mode with flags.
637         Add more property getters/setters, defaults and docs.
638         Add properties to get number of audio/video/text streams.
639         Create sink object in _init so that we can always rely on it being
640         there.
641
642         * gst/playback/gstplaysink.c: (gst_play_sink_init),
643         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
644         (activate_vis), (gst_play_sink_reconfigure),
645         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
646         (gst_play_sink_change_state):
647         * gst/playback/gstplaysink.h:
648         Use flags to configure the sink pipelines.
649         Add tee before audio pipeline so that we can use it for visualisations.
650         Start working on integrating visualisations.
651         Remove mode, we can do everything with the flags now.
652         Add method to configue the sink pipeline.
653
654 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
655
656         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
657           (check_buffer_timestamp), (check_buffer_duration):
658           Turn these functions into macros so we can see right away
659           where the failure occured.
660
661 2008-01-05  Julien Moutte  <julien@fluendo.com>
662
663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
664         debugging information to understand how X calculates the stride
665         for XvImages.
666
667 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
668
669         * gst/volume/Makefile.am:
670         * gst/volume/gstvolume.c: (volume_choose_func),
671         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
672         (volume_setup):
673         * gst/volume/gstvolume.h:
674         Use GstAudioFilter as base class for the volume element instead of
675         plain GstBaseTransform.
676
677 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
678
679         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
680         Don't set element details for the abstract GstAudioFilter class.
681
682 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
683
684         * gst-libs/gst/audio/gstaudiofilter.c:
685         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
686         Implement get_unit_size() vmethod of GstBaseTransform.
687
688 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
689
690         * gst-libs/gst/pbutils/Makefile.am:
691         * gst-libs/gst/pbutils/pbutils.h:
692         Use glib-enum generator to have a proper enum GType for
693         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
694
695 2007-12-31  David Schleef  <ds@schleef.org>
696
697         * tests/check/Makefile.am:
698         * tests/check/pipelines/theoraenc.c:
699           Reenable theoraenc test, which fails on the buildbot but
700           not locally.
701
702 2007-12-31  David Schleef  <ds@schleef.org>
703
704         * docs/libs/.cvsignore:
705         * docs/plugins/.cvsignore:
706           Add *-undeclared.txt to fix buildbot.
707
708 2007-12-31  David Schleef  <ds@schleef.org>
709
710         * tests/check/Makefile.am:
711           Second attempt at disabling theoraenc test long enough to
712           get buildbot to compile -base.
713
714 2007-12-31  David Schleef  <ds@schleef.org>
715
716         * tests/check/pipelines/theoraenc.c:
717           Disable theoraenc test long enough to get the buildbot to
718           compile a recent -base.
719
720 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
721
722         * tests/examples/seek/seek.c: (stop_cb):
723         Make sure we reset the slider value to 0.0 without racing against a
724         possible g_idle that sets it to something else.
725
726 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
727
728         * sys/ximage/ximagesink.c:
729         fix typo
730
731 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
732
733         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
734         * gst-libs/gst/rtsp/gstrtspdefs.h:
735         Add Location header so that we can start implementing redirects.
736         See #506025.
737
738 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
739
740         * gst/subparse/gstssaparse.c:
741         combine if's
742
743 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
744
745         * gst/subparse/gstssaparse.c:
746         remove duplicate log message
747
748 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
749
750         * ext/libvisual/visual.c: (gst_visual_chain):
751         Fix 'xyz may be used uninitialized' compiler warnings caused
752         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
753         abort() in any case but properly report the error.
754
755 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
756
757         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
758         (gst_play_bin_finalize), (gst_play_bin_set_uri),
759         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
760         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
761         (autoplug_select_cb), (activate_group), (deactivate_group),
762         (setup_next_source), (save_current_group),
763         (gst_play_bin_change_state):
764         Code cleanups.
765         Remove next-uri, we can use the uri property just fine.
766         Fix some crasher.
767         Unref uridecodebin when switching.
768         Fix going to READY.
769
770         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
771         (gst_play_sink_init), (gst_play_sink_dispose),
772         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
773         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
774         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
775         (gst_play_sink_set_property), (gst_play_sink_get_property),
776         (gen_video_chain), (gen_text_element), (gen_audio_chain),
777         (gen_vis_element), (gst_play_sink_get_mode),
778         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
779         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
780         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
781         (gst_play_sink_change_state):
782         * gst/playback/gstplaysink.h:
783         Add some locking to make things threadsafe.
784
785         * gst/playback/test7.c: (about_to_finish_cb):
786         Fix test.
787
788 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
789
790         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
791           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
792           (gst_video_scale_transform):
793           Don't claim to be able to handle/transform caps that can't really
794           be handled by the currently selected scaling method (here: RGB or
795           packed YUV with 4-tap method). Also add locking to method property.
796
797         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
798           (test_basetransform_based):
799           Some test pipelines for the above (not entirely valgrind clean yet
800           apparently).
801
802 2007-12-21  David Schleef  <ds@schleef.org>
803
804         * gst-libs/gst/video/video.c:
805         * gst-libs/gst/video/video.h:
806           Add additional RGBA and RGB-24 video formats.
807
808 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
809
810         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
811           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
812           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
813         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
814           (cddabasesrc_suite):
815           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
816           deprecated in the future (see #498924).
817
818 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
819
820         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
821           Don't leak event.
822
823 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
824
825         * gst-libs/gst/riff/riff-read.c:
826         Use GST_ROUND_UP_2 macro
827
828 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
829
830         * gst/playback/.cvsignore:
831           Ignore more.
832
833 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
834
835         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
836         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
837           (set_active_source):
838         * gst/playback/gstplaybasebin.h:
839         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
840           (setup_sinks), (playbin_set_subtitles_visible):
841           Make switching off of subtitles work. To avoid all kind of
842           problems with unlinking of the subtitle input, we just keep
843           the subtitle inputs linked as they are and tell textoverlay
844           not to render them. Fixes #373011.
845           Other subtitle switching issues (esp. when there are both
846           external and in-stream subtitles) remain. They'll be solved
847           in playbin2.
848
849 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
850
851         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
852         Init the pad segment too.
853
854 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
855
856         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
857         (gst_audioringbuffer_open_device),
858         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
859         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
860         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
861         (gst_audio_sink_create_ringbuffer):
862         Improve debug output.
863
864         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
865         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
866         Prevent some functions from doing things and failing when the
867         ringbuffer is not yet acquired.
868
869 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
870
871         * gst-libs/gst/interfaces/interfaces.h:
872           Also remove interfaces.h from CVS as it is not needed anymore.
873
874 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
875
876         * gst-libs/gst/interfaces/Makefile.am:
877           interfaces.h is not used anymore so remove it from the build
878           process.
879
880 2007-12-17  David Schleef  <ds@schleef.org>
881
882         * gst/videotestsrc/gstvideotestsrc.c:
883         * gst/videotestsrc/gstvideotestsrc.h:
884           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
885           for testing vertical refresh synchronization.
886
887 2007-12-17  David Schleef  <ds@schleef.org>
888
889         * docs/libs/gst-plugins-base-libs-sections.txt:
890         * gst-libs/gst/video/video.c:
891         * gst-libs/gst/video/video.h:
892           Add new GstVideFormat enum and write a bunch of helper functions
893           based around it.
894
895 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
896
897         * Makefile.am:
898           Use new common/win32.mak.
899
900 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
901
902         * gst-libs/gst/audio/gstbaseaudiosrc.c:
903         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
904         Add debug info.
905         When going from PLAYING to PAUSED, pause the ringbuffer before calling
906         the parent state change function, just like the audiosink, because the
907         parent waits for the element to finish its processing before completing
908         the state change. This makes going to PAUSED a lot snappier.
909         When going from READY to PAUSED, don't allow the ringbuffer to start
910         yet.
911
912 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
913
914         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
915         Yet another fix for broken software that produce files with an empty
916         blockalign field. Instead of completely failing, make a second attempt
917         at guessing the width/depth by looking at strf->size.
918
919 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
920
921         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
922           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
923         * gst-libs/gst/pbutils/install-plugins.c:
924           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
925         * gst-libs/gst/pbutils/missing-plugins.c:
926           (gst_missing_plugin_message_get_installer_detail),
927           (gst_missing_encoder_installer_detail_new):
928         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
929         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
930           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
931           avoid compiler warnings (#503930).
932
933 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
934
935         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
936         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
937         for jpeg video streams.
938         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
939         for the above modification.
940
941 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
942
943         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
944           (gst_x_overlay_handle_events):
945           More guards (we don't want klass to end up being NULL).
946
947 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
948
949         * configure.ac:
950         * gst/volume/gstvolume.c: (gst_volume_init):
951           Use new gst_base_transform_set_gap_aware() function as volume
952           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
953           for this.
954
955 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
956
957         * tests/examples/seek/seek.c: (msg_segment_done), (main):
958         Don't go to READY on EOS as this avoids testing of seeking and
959         restarting after EOS, use the stop button when you want to READY.
960         Don't try to do a flushing seek in segment-done, it does not make
961         sense to use this for gapless playback and is not needed.
962
963 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
964
965         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
966         (reset_rate_timer), (update_in_rates), (update_out_rates),
967         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
968         (gst_queue_chain), (gst_queue_loop):
969         Use separate timers for input and output rates.
970         Pause measuring the output rate when we block for more data.
971         See #503262.
972
973 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
974
975         * gst/playback/gstqueue2.c: (gst_queue_chain):
976         Pause the timer to measure the input rate when we block because the
977         queue is filled. See #503262.
978
979 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
980
981         Patch by: Peter Kjellerstedt  <pkj at axis com>
982
983         * gst-libs/gst/rtsp/gstrtspconnection.c:
984         (gst_rtsp_connection_free):
985         Close control sockets. Fixes #503440.
986
987 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
988
989         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
990         Expose the right pad in the right place with the right element.
991
992 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
993
994         * gst-libs/gst/pbutils/descriptions.c: (formats):
995           Add description for 'private' dts caps (who come up with that name?).
996
997 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
998
999         * Makefile.am:
1000           Add check-exports target and run it with 'make check'.
1001
1002         * configure.ac:
1003           Be stricter about what we export in our libraries: change regexp so that
1004           we only export _gst_foo(), but not __gst_foo().
1005
1006         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
1007         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
1008           Change internal functions to __gst_foo so they dont' get exported.
1009
1010         * win32/common/libgstaudio.def:
1011           Add missing symbols.
1012
1013 2007-12-11  David Schleef  <ds@schleef.org>
1014
1015         * ChangeLog: remove conflict markers
1016
1017 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1018
1019         * ext/gnomevfs/Makefile.am:
1020         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
1021           Use gst_tag_freeform_string_to_utf8() here, which also takes
1022           into account any character sets specified by the user via
1023           environment variables.
1024
1025 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
1026
1027         * gst/audioconvert/Makefile.am:
1028         Also link to libm.
1029
1030 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
1031
1032         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1033         No need for floating point operations here. avoids having to link
1034         against the math library too.
1035
1036 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
1037
1038         * gst-libs/gst/pbutils/descriptions.c: (formats),
1039           (format_info_get_desc):
1040         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
1041           (GST_START_TEST):
1042           Add one or two missing formats.  Generate ADPCM description
1043           dynamically depending on layout/format.
1044
1045 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1046
1047         * configure.ac:
1048           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1049
1050 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
1051
1052         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
1053
1054         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
1055           Some .srt files start with chunk number 0 and not chunk number 1,
1056           recognise and accept those as well (fixes #502497).
1057
1058         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
1059           (test_src):
1060           Add unit test for the above.
1061
1062 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
1063
1064         * gst/playback/gstplay-enum.c:
1065         (register_gst_autoplug_select_result),
1066         (gst_autoplug_select_result_get_type):
1067         * gst/playback/gstplay-enum.h:
1068         Add missing files.
1069
1070 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1071
1072         * gst/playback/Makefile.am:
1073         Group decodebin2 and uridecodebin into the same plugin so that they
1074         can share the GEnumType.
1075
1076         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
1077         (_gst_select_accumulator), (gst_decode_bin_class_init),
1078         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
1079         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
1080         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
1081         Add signal to sort factories instead of the more awkward autoplug-select
1082         signal.
1083         Modify autoplug_select so that we can try, skip or expose the
1084         autopluggin of an element on a pad.
1085
1086         * gst/playback/gstfactorylists.c: (compare_ranks),
1087         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
1088         (element_filter), (gst_factory_list_get_elements),
1089         (gst_factory_list_debug), (gst_factory_list_filter):
1090         * gst/playback/gstfactorylists.h:
1091         Simplify the API, allow getting elements based on mask.
1092
1093         * gst/playback/gstplay-marshal.list:
1094         Add some more marshallers.
1095
1096         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
1097         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
1098         (autoplug_select_cb), (activate_group):
1099         Add support for managing non-raw sinks by providing a custom element and
1100         sink list to decodebin2.
1101         Try to plug non-raw sinks when decodebin2 using autoplug-select of
1102         decodebin2.
1103
1104         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
1105         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
1106         * gst/playback/gstplaysink.h:
1107         Add support for raw and non-raw sinks. 
1108         Add support to force sinks selected by playbin2.
1109         Don't plug raw converters for non-raw sinks.
1110
1111         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
1112         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
1113         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
1114         (plugin_init):
1115         Use right accumulators.
1116         Proxy new signal.
1117
1118 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
1119
1120         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1121         Use runnning time as the base time instead of the timestamp.
1122         Spotted by Saur on IRC.
1123
1124 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
1125
1126         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1127         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
1128
1129 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
1130
1131         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
1132         (gst_ogg_demux_read_chain):
1133         If we find a new serial number but it does not contain a BOS page, make
1134         sure we initialize the chain to NULL because else we will try to scan it
1135         and crash. Fixes #500763
1136
1137 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
1138
1139         * gst/playback/Makefile.am:
1140         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
1141         (get_feature_array), (decoders_filter), (sinks_filter),
1142         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
1143         (gst_factory_list_filter):
1144         * gst/playback/gstfactorylists.h:
1145         Refactor some common code to filter factories and check caps compat.
1146
1147         * gst/playback/gstdecodebin.c:
1148         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1149         (gst_decode_bin_init), (gst_decode_bin_dispose),
1150         (gst_decode_bin_autoplug_continue),
1151         (gst_decode_bin_autoplug_factories),
1152         (gst_decode_bin_autoplug_select), (analyze_new_pad),
1153         (find_compatibles):
1154         * gst/playback/gstplaybin.c:
1155         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
1156         (gst_play_bin_init), (gst_play_bin_finalize),
1157         (autoplug_factories_cb), (activate_group):
1158         * gst/playback/gstqueue2.c:
1159         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
1160         (proxy_autoplug_continue_signal),
1161         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
1162         (proxy_drained_signal):
1163         Add some more debug info and use factor filtering code.
1164
1165 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1166
1167         * gst/audiotestsrc/gstaudiotestsrc.c:
1168         * gst/volume/gstvolume.c:
1169         * gst/volume/gstvolume.h:
1170           Add GAP-flag support.
1171
1172 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1173
1174         * tests/examples/seek/seek.c: (main): Increase the range of the
1175         rate selector as I would like to test QOS behavior at higher
1176         forward and reverse playback speed like say 64x.
1177
1178 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
1179
1180         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
1181         (audioresample_query), (audioresample_query_type),
1182         (gst_audioresample_set_property):
1183         Implement latency query.
1184
1185 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
1186
1187         * gst-libs/gst/audio/gstbaseaudiosink.c:
1188         (gst_base_audio_sink_drain):
1189         Our EOS time contains the base_time, _wait_eos() expects a running_time
1190         so we have to subtract the base_time again before calling the function.
1191         This fixes an EOS regression where the base_time was added twice and EOS
1192         took longer and longer in certain situations.
1193         Fixes #498767.
1194
1195 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
1196
1197         * docs/libs/gst-plugins-base-libs-sections.txt:
1198         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
1199         (gst_base_audio_sink_set_provide_clock),
1200         (gst_base_audio_sink_get_provide_clock),
1201         (gst_base_audio_sink_set_slave_method),
1202         (gst_base_audio_sink_get_slave_method),
1203         (gst_base_audio_sink_set_property),
1204         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
1205         (gst_base_audio_sink_none_slaving),
1206         (gst_base_audio_sink_handle_slaving):
1207         * gst-libs/gst/audio/gstbaseaudiosink.h:
1208         Expose methods for some object properties so that subclasses can more
1209         easily configure them.
1210         Added slave method none, that completely disables slaving to the
1211         internal clock.
1212         API: gst_base_audio_sink_set_provide_clock()
1213         API: gst_base_audio_sink_get_provide_clock()
1214         API: gst_base_audio_sink_set_slave_method()
1215         API: gst_base_audio_sink_get_slave_method()
1216
1217         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1218         (gst_base_audio_src_set_provide_clock),
1219         (gst_base_audio_src_get_provide_clock),
1220         (gst_base_audio_src_set_property),
1221         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
1222         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1223         Expose methods for some object properties so that subclasses can more
1224         easily configure them.
1225         API: gst_base_audio_src_set_provide_clock()
1226         API: gst_base_audio_src_get_provide_clock()
1227
1228 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
1229
1230         Patch by: Joe Peterson <lavajoe at gentoo dot org>
1231
1232         * gst-libs/gst/sdp/gstsdpmessage.c:
1233         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
1234
1235 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
1236
1237         * tests/check/libs/fft.c: (GST_START_TEST):
1238         Fix scaling to really have dB instead of something else.
1239
1240 2007-11-19  Julien MOUTTE  <julien@moutte.net>
1241
1242         * tests/examples/seek/seek.c: (main): There's a nice macro to check
1243         GTK version, use it.
1244
1245 2007-11-19  Julien MOUTTE  <julien@moutte.net>
1246
1247         * tests/examples/seek/seek.c: (main): Try to support stable version
1248         of GTK.
1249
1250 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
1251
1252         * gst/playback/README:
1253         * gst/playback/test7.c:
1254           Fix the build + little README update.
1255
1256 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1257
1258         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
1259         Add playbin2 seek pipeline.
1260
1261 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1262
1263         * gst/playback/Makefile.am:
1264         * gst/playback/gstplayback.c: (plugin_init):
1265         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
1266         (eos_cb), (about_to_finish_cb), (main):
1267         Add playbin2.
1268         Added gapless playback example.
1269
1270         * gst/playback/gstplaybasebin.c:
1271         * gst/playback/gstplaybasebin.h:
1272         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
1273         * gst/playback/gstqueue2.c:
1274         * gst/playback/test.c:
1275         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
1276         (pad_removed_cb):
1277         * gst/playback/gststreaminfo.h:
1278         Change email.
1279
1280         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
1281         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
1282         (gst_play_bin_dispose), (gst_play_bin_set_uri),
1283         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
1284         (gst_play_bin_get_property), (gst_play_bin_handle_message),
1285         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
1286         (drained_cb), (unlink_group), (activate_group),
1287         (setup_next_source), (gst_play_bin_change_state),
1288         (gst_play_bin2_plugin_init):
1289         Added raw first version of playbin2. Does chained oggs and gapless
1290         playback fine. No support for raw sinks yet. No visualisations or
1291         subtitles yet.
1292
1293         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
1294         (gst_play_sink_class_init), (gst_play_sink_init),
1295         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
1296         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
1297         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
1298         (gst_play_sink_set_property), (gst_play_sink_get_property),
1299         (post_missing_element_message), (free_chain), (add_chain),
1300         (activate_chain), (gen_video_chain), (gen_text_element),
1301         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
1302         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
1303         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
1304         (gst_play_sink_send_event), (gst_play_sink_change_state):
1305         * gst/playback/gstplaysink.h:
1306         Added Element that abstracts the sinks and their pipelines for playbin2.
1307
1308 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1309
1310         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
1311         (gst_selector_pad_class_init), (gst_selector_pad_init),
1312         (gst_selector_pad_finalize), (gst_selector_pad_reset),
1313         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
1314         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
1315         (gst_selector_pad_chain), (gst_stream_selector_get_type),
1316         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
1317         (gst_stream_selector_init), (gst_stream_selector_set_property),
1318         (gst_stream_selector_get_linked_pad),
1319         (gst_stream_selector_getcaps),
1320         (gst_stream_selector_is_active_sinkpad),
1321         (gst_stream_selector_activate_sinkpad),
1322         (gst_stream_selector_get_linked_pads),
1323         (gst_stream_selector_request_new_pad),
1324         (gst_stream_selector_release_pad):
1325         * gst/playback/gststreamselector.h:
1326         Improve streamselector, make it select and unselect the current pad more
1327         intelligently. 
1328         Subclass GstPad for the sinkpads of the selector.
1329         Handle segments more correctly.
1330         Fix caps negotiation.
1331         Implement release_pad.
1332
1333 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1334
1335         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1336         (gst_decode_group_check_if_drained), (source_pad_event_probe),
1337         (remove_fakesink):
1338         Add drained signal fired when decodebin finishes decoding the data.
1339         Remove deprecated STATE_DIRTY message.
1340
1341         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
1342         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
1343         (analyse_source), (proxy_drained_signal), (make_decoder),
1344         (source_new_pad), (value_list_append_structure_list),
1345         (handle_redirect_message), (handle_message):
1346         Proxy the new drained signal.
1347         Handle pad removed from decodebin.
1348         Handle redirect messages by sorting multiple redirections based on the
1349         connection speed.
1350
1351 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1352
1353         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1354
1355         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
1356         Fix leaking headers. Fixes #496761.
1357
1358 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1359
1360         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1361
1362         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1363         (gst_ximagesink_change_state):
1364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
1365         Don't leak the PAR on errors. Fixes #496731.
1366
1367 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1368
1369         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
1370           (gst_tag_from_id3_user_tag):
1371           Add mapping for audio cd discid tags, so we can extract
1372           them from tags as well (see #347848). Also compare identifiers
1373           in ID3v2 TXXX frames in a case-insensitive way to increase
1374           compatibility when reading tags (discid vs. DiscID vs. DiscId).
1375
1376 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
1377
1378         * gst-plugins-base.doap:
1379         Oops, fix the release name.
1380
1381 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
1382
1383         * gst-plugins-base.doap:
1384         Add 0.10.15 release
1385
1386 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
1387
1388         * configure.ac:
1389         Back to CVS
1390
1391 === release 0.10.15 ===
1392
1393 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
1394
1395         * configure.ac:
1396           releasing 0.10.15, "No need to argue"
1397
1398 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
1399
1400         * win32/vs6/libgstfft.dsp:
1401         Convert line endings to DOS.
1402
1403 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
1404
1405         * win32/vs6/gst_plugins_base.dsw:
1406         * win32/vs6/libgstfft.dsp:
1407         * win32/MANIFEST:
1408         Add a project file for fft plugin and remove socket
1409         based plugin which don't build from the workspace.
1410         * win32/vs6/libgstaudio.dsp:
1411         * win32/vs6/libgstrtp.dsp:
1412         * win32/vs6/libgsttag.dsp:
1413         Convert line endings back to DOS.
1414         Fixes #496724
1415
1416 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
1417
1418         * win32/vs6/libgstinterfaces.dsp:
1419         * win32/vs6/libgstrtsp.dsp:
1420         Convert line endings back to DOS
1421
1422 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
1423
1424         * gst-libs/gst/fft/kiss_fft_f32.h:
1425         * gst-libs/gst/fft/kiss_fft_f64.h:
1426         * gst-libs/gst/fft/kiss_fft_s16.h:
1427         * gst-libs/gst/fft/kiss_fft_s32.h:
1428         Don't include malloc.h which doesn't exist on Mac OSX.
1429         Instead, pull in glib.h and use g_malloc/g_free for 
1430         consistency. Fixes: #496548
1431
1432 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
1433
1434         * gst/playback/gstdecodebin2.c:
1435           Dont leak ghostpad. Fixes #475451.
1436
1437 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
1438
1439         * docs/design/design-decodebin.txt:
1440         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1441         Update some more docs and comments.
1442
1443 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1444
1445         Patch by: Sebastien Moutte  <sebastien moutte net>
1446
1447         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
1448           (gst_rtcp_unix_to_ntp):
1449         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
1450           Fix some C99-isms and and a missing function that some versions of
1451           MSVC don't like too much (#494346).
1452
1453         * win32/vs6/gst_plugins_base.dsw:
1454         * win32/vs6/libgstaudio.dsp:
1455         * win32/vs6/libgstrtp.dsp:
1456         * win32/vs6/libgsttag.dsp:
1457           Update vs6 projects files (#494346).
1458
1459 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1460
1461         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1462
1463         * win32/common/libgstaudio.def:
1464         * win32/common/libgstcdda.def:
1465         * win32/common/libgstinterfaces.def:
1466         * win32/common/libgstnetbuffer.def:
1467         * win32/common/libgstpbutils.def:
1468         * win32/common/libgstrtp.def:
1469         * win32/common/libgstrtsp.def:
1470         * win32/common/libgsttag.def:
1471         * win32/common/libgstvideo.def:
1472           More missing symbols to export (fixes #493986).
1473
1474 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
1475
1476         * docs/libs/gst-plugins-base-libs-sections.txt:
1477         * gst-libs/gst/fft/gstfftf32.c:
1478         * gst-libs/gst/fft/gstfftf32.h:
1479         * gst-libs/gst/fft/gstfftf64.c:
1480         * gst-libs/gst/fft/gstfftf64.h:
1481         * gst-libs/gst/fft/gstffts16.c:
1482         * gst-libs/gst/fft/gstffts16.h:
1483         * gst-libs/gst/fft/gstffts32.c:
1484         * gst-libs/gst/fft/gstffts32.h:
1485         * tests/check/libs/fft.c: (GST_START_TEST):
1486         Remove the magnitude and phase calculation functions as these have
1487         very special use cases and can't even be used for the spectrum
1488         element. Also adjust the docs to mention some properties of the used
1489         FFT implemention, i.e. how the values are scaled. Fixes #492098.
1490
1491 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1492
1493         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
1494           (finish_source):
1495           Avoid crash when there are external subtitles (fixes #491722).
1496
1497 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
1498
1499         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1500         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
1501           'Could not open resource for writing' is not an acceptable
1502           error message when we can't open the audio device (see #492334),
1503           even less so when we're trying to open it to record something.
1504
1505 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1506
1507         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1508
1509         * win32/common/libgstrtp.def:
1510           Add some more missing symbols (#492813).
1511
1512 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1513
1514         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
1515
1516         * tests/check/elements/audioconvert.c: (verify_convert):
1517           Add check to make sure that the out caps have a channel layout
1518           set on them where they should have one.
1519
1520 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1521
1522         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
1523
1524         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
1525         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
1526           Include our own _stdint.h instead of sys/types.h, makes MingW happy
1527           (#492306).
1528
1529         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
1530           Use _pipe directly, GLib doesn't have a pipe() macro any longer
1531           (it disappeared in GLib 2.14.0) (#492306).
1532
1533         * gst-libs/gst/sdp/Makefile.am:
1534         * gst-libs/gst/sdp/gstsdpmessage.c:
1535           Fix includes and LIBS for win32/Mingw (#492306).
1536
1537         * tests/examples/dynamic/addstream.c (pause_play_stream):
1538           Use more portable g_usleep() instead of sleep() (#492306).
1539
1540 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1541
1542         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1543
1544         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1545           (gst_ring_buffer_parse_caps):
1546           Return NULL instead of an enum that happens to be 0, fixes warning
1547           on MSVC (#492114).
1548
1549         * gst-libs/gst/audio/gstringbuffer.h:
1550           No trailing commas in enum list (for gcc-2.9x).
1551
1552         * gst/videotestsrc/videotestsrc.c: (random_char):
1553           Make information loss explicit instead of implicitly truncating to
1554           eight bits via the return value.  Fixes runtime error on MSVC when
1555           using the debug CRT (#492114).
1556
1557         * win32/common/config.h.in:
1558           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
1559
1560         * win32/common/libgstinterfaces.def:
1561         * win32/common/libgstrtp.def:
1562           Export a few more symbols (#492114).
1563
1564 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
1565
1566         * gst-libs/gst/audio/audio.c:
1567         * gst-libs/gst/audio/audio.h:
1568           Readd the deprecation guards, but preserve compilability.
1569
1570 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1571
1572         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
1573           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
1574           Preserve channel layout when fixating the number of channels in the
1575           output caps, or make sure there's a suitable channel position layout
1576           set on the caps if required. Fixes #430677.
1577
1578 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1579
1580         * tests/check/elements/decodebin.c: (test_text_plain_streams):
1581           Make sure the pipeline really operates in push mode as it should
1582           in this case.
1583
1584 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1585
1586         * gst-libs/gst/audio/audio.h:
1587           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
1588           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
1589           (ie. normal cvs builds) will fail.
1590
1591 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
1592
1593         * docs/libs/Makefile.am:
1594         * gst-libs/gst/audio/audio.c:
1595         * gst-libs/gst/audio/audio.h:
1596         * gst-libs/gst/interfaces/mixer.c:
1597           tell gtk-doc about the deprecation guard. Apply more doc fixes.
1598
1599 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1600
1601         * tests/check/libs/audio.c: (init_value_to_channel_layout),
1602           (test_channel_layout_value_intersect), (audio_suite):
1603           Add simple unit test to make sure GstValue intersection
1604           of channel layouts works the way I think it does.
1605
1606 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
1607
1608         * docs/libs/gst-plugins-base-libs-sections.txt:
1609         * gst-libs/gst/audio/gstaudiofilter.h:
1610         * gst-libs/gst/interfaces/mixer.h:
1611         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1612         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1613         * gst-libs/gst/sdp/gstsdpmessage.c:
1614           Fix the docs according to what gtk-doc complained about.
1615
1616 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
1617
1618         * tests/icles/stress-playbin.c:
1619           Fix the build.
1620
1621 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
1622
1623         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
1624         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1625           Post nice/more useful error message if we don't have a decoder for
1626           the primary type.
1627
1628 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1629
1630         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
1631         Be a bit more useful, unblock the pads after we fired the no-more-pads
1632         signal so that we can use the signal to inspect and connect all pads
1633         without having to keep extra state outside of decodebin.
1634
1635 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1636
1637         * gst/playback/gsturidecodebin.c:
1638         (gst_uri_decode_bin_autoplug_continue),
1639         (gst_uri_decode_bin_class_init), (no_more_pads_full):
1640         Implement default signal handler so that we return TRUE when nothing is
1641         connected.
1642
1643 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1644
1645         * gst-libs/gst/riff/riff-media.c:
1646         (gst_riff_wavext_add_channel_layout),
1647         (gst_riff_wave_add_default_channel_layout),
1648         (gst_riff_wavext_get_default_channel_mask),
1649         (gst_riff_create_audio_caps):
1650         Use the ALSA channel layout as default for wav files without channel
1651         layout information. This fixes playback of chan-id.wav on 5.1 systems
1652         for example. Also refactor the channel layout setting a bit and add
1653         more default channel orders. Fixes #489010.
1654
1655 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1656
1657         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
1658           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
1659           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
1660           instead.
1661
1662 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
1663
1664         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1665         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
1666         (gst_decode_bin_set_subs_encoding),
1667         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
1668         (gst_decode_bin_get_property), (analyze_new_pad):
1669         Move subtitle encoding property to decodebin2 so that it can set the
1670         property value on all elements that it autoplugs and that require it.
1671         Make caps refcounting more consistent in get/set.
1672
1673         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
1674         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1675         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1676         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
1677         (proxy_autoplug_continue_signal),
1678         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
1679         (make_decoder):
1680         Proxy properties and relevant signals from the internal decodebin.
1681         Make properties MT safe.
1682
1683 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1684
1685         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
1686         * gst-libs/gst/tag/tags.c:
1687           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
1688           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
1689
1690         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
1691           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
1692
1693         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
1694           (gst_tag_to_vorbis_comments):
1695           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
1696           just mapping everything I found in the wild) (#414539).
1697
1698 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
1699
1700         Inspired by patch of: René Stadler <mail at renestadler dot de>
1701
1702         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1703         (gst_decode_bin_autoplug_continue),
1704         (gst_decode_bin_autoplug_factories),
1705         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
1706         (find_compatibles):
1707         * gst/playback/gstplay-marshal.list:
1708         Remove the autoplug-sort signal and replace it with a binding friendly
1709         autoplug-select signal.
1710         Add an autoplug-factories signal that can be used to generate a list of
1711         factories to try to autoplug.
1712         Add the GstPad to the autoplugging signal args as it might be needed to
1713         make a good factory selection.
1714         Fix up the marshallers for this. Fixes #407282.
1715
1716 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1717
1718         * gst-libs/gst/tag/gsttagdemux.c:
1719           Don't abort with an assertion if we receive a seek event with
1720           a start type of NONE (see launchpad bug #155878).
1721
1722 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1723
1724         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
1725         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
1726         (gst_ximagesink_change_state), (gst_ximagesink_reset):
1727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
1728         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
1729         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
1730         Make sure that before we clean up the X resources, we shutdown and join
1731         the event thread.
1732         Also make sure the event thread does not shut down immediatly after
1733         startup because the running variable is not yet correctly set.
1734         Fixes #378770. 
1735
1736 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
1737
1738         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
1739         Make the window for a race in typefind and shutting down smaller until
1740         we figure out the right locking here. Avoids #485753 usually.
1741
1742         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
1743         Remove unneeded lock causing a race in typefind and shutting down.
1744         Fixes #485753.
1745
1746         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1747         Also remove sinks when going to NULL because we might not complete the
1748         state change to PAUSED, causing the PAUSED->READY state change not to
1749         happen.
1750
1751 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
1752
1753         * gst-libs/gst/audio/gstbaseaudiosink.c:
1754         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
1755         Also explicitly release the ringbuffer when going to NULL because it
1756         is required in the setcaps function, before the state change to PAUSED
1757         completes.
1758
1759 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
1760
1761         * tests/icles/.cvsignore:
1762         * tests/icles/Makefile.am:
1763         * tests/icles/stress-playbin.c:
1764           Does what it says on the tin.
1765
1766 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
1767
1768         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
1769         Fix queue negotiation. See #486758.
1770
1771 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
1772
1773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
1774         (gst_xvimagesink_xwindow_new),
1775         (gst_xvimagesink_update_colorbalance),
1776         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
1777
1778         Fix handling of some of the X atoms. If the last parameter is True,
1779         XInternAtom won't create the atom if it doesn't exist, and therefore
1780         might return None. This causes X errors on Xv implementations that
1781         don't provide the colour balance attributes.
1782
1783 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1784
1785         * gst-libs/gst/tag/gstvorbistag.c:
1786         * tests/check/libs/tag.c:
1787           Extract vorbis comment LICENSE tags correctly.
1788
1789 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1790
1791         Patch by: Jason Kivlighn  <jkivlighn gmail com>
1792
1793         * gst-libs/gst/tag/gstid3tag.c:
1794         * tests/check/libs/tag.c:
1795           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
1796
1797 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
1798
1799         * gst-libs/gst/tag/gsttagdemux.c:
1800           Don't error out when a buggy downstream element doesn't
1801           handle the newsegment event we send properly (especially
1802           not without posting a meaningful error message on the
1803           bus). See bug #471370 and launchpad bug #136264.
1804
1805 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
1806
1807         * gst-libs/gst/audio/gstbaseaudiosink.c:
1808         (gst_base_audio_sink_drain):
1809         Use new basesink method to make our EOS drain interruptable.
1810
1811 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
1812
1813         * gst-libs/gst/rtp/gstrtppayloads.c:
1814         Fix silly search-replace oversight.
1815
1816 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
1817
1818         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1819
1820         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
1821         (gst_basertppayload_set_outcaps):
1822         Fix caps memleak. Fixes #484989.
1823
1824
1825 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1826
1827         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1828         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
1829         Fix debug output.
1830
1831 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1832
1833         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1834         (gst_base_audio_src_create):
1835         Also handle the case where there is no clock set on the audio source,
1836         like in the unit tests.
1837
1838 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1839
1840         * gst-libs/gst/rtp/gstrtppayloads.c:
1841         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
1842         to avoid compiler warnings
1843
1844 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1845
1846         * gst/playback/gstdecodebin.c: (type_found),
1847         (gst_decode_bin_change_state):
1848         * gst/playback/gstdecodebin2.c: (type_found),
1849         (gst_decode_bin_change_state):
1850         Don't disconnect the have_type signal because we never reconnect it
1851         later on. Instead keep a variable to see if we already detected a type.
1852
1853 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1854
1855         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
1856         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1857         (type_found):
1858         Unlink the signal handler when we found the type, we're not going to do
1859         anything sensible with more type_found signals anyway.
1860
1861 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1862
1863         * gst-libs/gst/tag/gsttagdemux.c:
1864           Don't leak caps.
1865
1866 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1867
1868         * gst-libs/gst/tag/Makefile.am:
1869         * gst-libs/gst/tag/gsttagdemux.c:
1870         * gst-libs/gst/tag/gsttagdemux.h:
1871           API: add GstTagDemux base class for simple tag demuxers.
1872
1873         * docs/libs/gst-plugins-base-libs-docs.sgml:
1874         * docs/libs/gst-plugins-base-libs-sections.txt:
1875           Add GstTagDemux to docs.
1876
1877 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
1878
1879         * gst-libs/gst/rtp/gstrtpbuffer.c:
1880         (gst_rtp_buffer_get_payload_subbuffer):
1881         Fix bug introduced with last commit which inverted the logic and
1882         caused all buffers to be dropped. Fixes #483620.
1883         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
1884
1885 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1886
1887         * gst-libs/gst/rtp/gstrtpbuffer.c:
1888           Replace g_return_if_val (as it could be disabled), with regular return
1889           and warning.
1890
1891 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
1892
1893         * tests/check/pipelines/simple-launch-lines.c:
1894           Print message name and not just number.
1895
1896 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
1897
1898         * gst-libs/gst/audio/gstbaseaudiosink.c:
1899         (gst_base_audio_sink_async_play):
1900         When slaved to the clock, don't try to align a sample with the previous
1901         one when going to PLAYING again.
1902
1903 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1904
1905         * tests/examples/snapshot/snapshot.c:
1906           Fix the build.
1907
1908 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1909
1910         * gst-libs/gst/sdp/gstsdpmessage.h:
1911         Add RFC 3556 bandwidth modifiers.
1912
1913 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1914
1915         * docs/libs/gst-plugins-base-libs-docs.sgml:
1916         * docs/libs/gst-plugins-base-libs-sections.txt:
1917         * gst-libs/gst/rtp/gstrtppayloads.c:
1918         Update documentation.
1919
1920 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1921
1922         * gst-libs/gst/rtp/Makefile.am:
1923         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
1924         (gst_rtp_payload_info_for_name):
1925         * gst-libs/gst/rtp/gstrtppayloads.h:
1926         Added new file and header to deal with payload info.
1927
1928         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
1929         (gst_rtp_buffer_default_clock_rate):
1930         * gst-libs/gst/rtp/gstrtpbuffer.h:
1931         Payload specific stuff is move to new headers.
1932         Implement _default_clock rate using the new payload function.
1933
1934         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
1935         (gst_sdp_parse_line):
1936         * gst-libs/gst/sdp/gstsdpmessage.h:
1937         Add some more comments.
1938
1939 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1940
1941         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1942         (sdp_check_header), (sdp_type_find), (plugin_init):
1943         Add typefind function for application/sdp.
1944         Remove some old dirac typefind code that was ifdeffed out.
1945
1946 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
1947
1948         * win32/common/libgstaudio.def:
1949         Add new exported functions.
1950         * win32/vs6/grammar.dsp:
1951         Add autogeneration and copy of some autegenerated files from win32/common
1952         for rtsp library.
1953         * win32/vs6/libgstaudioconvert.dsp:
1954         Add gstaudioquantize.c to the build.
1955         * win32/vs6/libgstinterfaces.dsp:
1956         Add videoorientation.c to the build.
1957         * win32/vs6/libgstriff.dsp:
1958         Add libgsttag to the link libraries list.
1959         * win32/vs6/libgstvolume.dsp:
1960         Add liboil to the link.
1961         * win32/vs6/gst_plugins_base.dsw:
1962         * win32/vs6/libgstrtsp.dsp:
1963         * win32/common/libgstrtsp.def:
1964         Add files to build libgstrtsp library.
1965         
1966 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1967
1968         * tests/examples/snapshot/snapshot.c: (main):
1969         Print error when pipeline failed to construct.
1970
1971 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1972
1973         * configure.ac:
1974         * gst-libs/gst/tag/gstid3tag.c:
1975         * gst-libs/gst/tag/gstvorbistag.c:
1976           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
1977           and ID3v2 tags.
1978
1979 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1980
1981         * gst-libs/gst/floatcast/floatcast.h:
1982           Don't include config.h in an installed public header, this
1983           might break compilation of applications that don't have such
1984           a header and doesn't necessarily do what it's supposed to do
1985           anyway (ie. check for the lrint/lrintf defines) (#442065).
1986           Add docs for the various macros and document how this header
1987           has to be used (link against libm, etc.); add a few FIXMEs;
1988           include math.h for non-c99 code path.  Based on patch by
1989           Jan Schmidt.
1990           
1991 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1992
1993         * configure.ac:
1994         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
1995         of duplicating these macros in configure.ac.
1996
1997 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1998
1999         * po/hu.po:
2000         * po/sv.po:
2001         * po/uk.po:
2002           Updated translations to 0.10.14
2003
2004 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2005
2006         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2007
2008         * po/pl.po:
2009           Added Polish translation.
2010
2011 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2012
2013         translated by: Ilkka Tuohela <hile@iki.fi>
2014
2015         * po/fi.po:
2016           Added Finnish translation.
2017
2018 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2019
2020         translated by: Jorge González González <aloriel@gmail.com>
2021
2022         * po/es.po:
2023           Added Spanish translation.
2024
2025 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2026
2027         translated by: Mogens Jaeger <mogens@jaeger.tf>
2028
2029         * po/da.po:
2030           Added Danish translation.
2031
2032 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2033
2034         translated by: Funda Wang <fundawang@linux.net.cn>
2035
2036         * po/zh_CN.po:
2037           Added Chinese (simplified) translation.
2038
2039 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2040
2041         translated by: Alexander Shopov <ash@contact.bg>
2042
2043         * po/bg.po:
2044           Added Bulgarian translation.
2045
2046 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2047
2048         * gst/playback/gstqueue2.c: (gst_queue_push_one):
2049         Fix compilation wrt printf arguments.
2050
2051 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
2052
2053         * configure.ac:
2054         * tests/examples/Makefile.am:
2055         * tests/examples/snapshot/.cvsignore:
2056         * tests/examples/snapshot/Makefile.am:
2057         * tests/examples/snapshot/snapshot.c: (main):
2058         Add simple snapshot example program using appsink.
2059
2060 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2061
2062         * tests/check/generic/states.c:
2063           Improved state change unit test.
2064
2065 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2066
2067         * docs/plugins/.cvsignore:
2068         * tests/check/.cvsignore:
2069           Ignore registries in any format.
2070
2071 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2072
2073         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2074         (gst_base_rtp_depayload_chain),
2075         (gst_base_rtp_depayload_set_gst_timestamp):
2076         Only copy timestamp on outgoing packets if the depayloader did not set
2077         one.
2078         Also copy duration on outgoing packets.
2079
2080 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2081
2082         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
2083         (gst_basertppayload_set_outcaps):
2084         Fix compilation because of missing %d in printf.
2085         When fixating caps, fixate what we can and throw away all remaining
2086         unfixed caps, subclasses should do something smart if they need to.
2087
2088 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2089
2090         * ext/gnomevfs/gstgnomevfssrc.c:
2091           Improve debug logs a bit and be more verbose if things go wrong.
2092
2093 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2094
2095         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2096         (gst_text_overlay_set_property):
2097         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2098         * gst-libs/gst/audio/gstbaseaudiosink.c:
2099         (gst_base_audio_sink_render):
2100         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
2101         (gst_rtcp_unix_to_ntp):
2102         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
2103         * gst/playback/gstqueue2.c:
2104         * tests/examples/seek/seek.c: (set_scale):
2105         Fix a bunch of compile warnings shown with Forte.
2106
2107         * gst/audiorate/gstaudiorate.c:
2108         Always pull in config.h before including any system headers.
2109
2110 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
2111
2112         * gst/playback/gstqueue2.c: (update_buffering),
2113         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
2114         (gst_queue_handle_sink_event), (gst_queue_chain),
2115         (gst_queue_push_one), (gst_queue_sink_activate_push),
2116         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
2117         Also fix #476514 for queue2.
2118
2119 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2120
2121         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2122         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
2123         (gst_base_rtp_depayload_chain),
2124         (gst_base_rtp_depayload_handle_sink_event),
2125         (gst_base_rtp_depayload_push_full),
2126         (gst_base_rtp_depayload_set_gst_timestamp),
2127         (gst_base_rtp_depayload_change_state):
2128         Remove code to deal with RTP to GST time conversion, we now just copy
2129         the GST timestamp we receive to the outgoing buffers.
2130         Handle segment and flushes correctly.
2131
2132         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2133         When we have no valid input timestamp, use the previous rtp timestamp on
2134         the outgoing RTP packet instead of the RTP base time.
2135
2136 2007-09-15  David Schleef  <ds@schleef.org>
2137
2138         * ext/alsa/gstalsa.c:
2139         * ext/alsa/gstalsadeviceprobe.c:
2140         * ext/alsa/gstalsamixer.c:
2141         * ext/alsa/gstalsasink.c:
2142         * ext/alsa/gstalsasrc.c:
2143           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
2144
2145 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
2146
2147         * gst-libs/gst/rtp/gstbasertppayload.c:
2148         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
2149         Add some debug info when negotiating caps.
2150
2151 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
2152
2153         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
2154         A buffer with an empty payload is also a valid buffer.
2155
2156 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
2157
2158         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
2159         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2160         (gst_basertppayload_change_state):
2161         Make sure we start our RTP timestamp from the random base RTP
2162         timestamp even if the buffer timestamp starts from some random value.
2163
2164 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
2165
2166         * configure.ac:
2167         * tests/examples/Makefile.am:
2168         * tests/examples/dynamic/.cvsignore:
2169         * tests/examples/dynamic/Makefile.am:
2170         * tests/examples/dynamic/addstream.c: (create_stream),
2171         (pause_play_stream), (message_received), (eos_message_received),
2172         (perform_step), (main):
2173         Add simple exmple app to demonstrate starting and pausing live and
2174         non-live bins in a PLAYING pipeline.
2175
2176 2007-09-14  Julien MOUTTE  <julien@moutte.net>
2177
2178         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
2179         typefind for QCP files (RFC #3625)
2180
2181 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2182
2183         * gst-libs/gst/audio/gstbaseaudiosink.c:
2184         (gst_base_audio_sink_init):
2185         Disable pull mode scheduling, we're not ready for it yet and it subtly
2186         breaks a lot of things.
2187
2188 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
2189
2190         * tests/check/elements/libvisual.c:
2191           Test all libvisual plugins, not just the first one; this reproduces
2192           bug #450336 quite easily.  Looks like a problem with the 'jess'
2193           visualisation.
2194
2195 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
2196
2197         * tests/check/Makefile.am:
2198         * tests/check/elements/.cvsignore:
2199         * tests/check/elements/libvisual.c:
2200           Add basic libvisual test case in an attempt to reproduce bug #450336.
2201           Doesn't reproduce that bug, but some other crasher instead (invalid
2202           free), at least with make elements/libvisual.forever and the bumscope
2203           plugin on x86-64/gutsy. Leaving test disabled for now.
2204
2205 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2206
2207         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2208
2209         * gst-libs/gst/rtsp/gstrtspconnection.c:
2210         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
2211         (read_body), (gst_rtsp_connection_receive):
2212         Make sure we can not cancel in the middle of receiving a message.
2213         Fixes #475731.
2214
2215 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
2216
2217         Patch by: Josep Torra Valles <josep@fluendo.com>
2218
2219         * gst/playback/gstplaybasebin.c:
2220           Increase upper limit for audio queue a bit; fixes preroll problem
2221           with playbin and decodebin2 when playing a quicktime trailer with
2222           multichannel audio via http (#464666).
2223
2224 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2225
2226         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2227         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2228         (gst_base_audio_src_provide_clock),
2229         (gst_base_audio_src_set_property),
2230         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2231         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2232         Allow othe clocks than the internal clock to be used for the pipeline.
2233         Add property to disable clock provide.
2234         API: GstBaseAudioSrc::provide-clock
2235
2236 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2237
2238         * gst/playback/gstdecodebin2.c:
2239           Don't leak request pads. Fixes #475395.
2240
2241 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
2242
2243         Patch by: René Stadler <mail at renestadler dot de>
2244
2245         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2246         (gst_ximage_buffer_class_init):
2247         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2248         (gst_xvimage_buffer_class_init):
2249         Correctly chain up finalize with the parent class to prevent
2250         memory leaks. Fixes #474880.
2251
2252 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
2253
2254         * gst/volume/gstvolume.c: (volume_choose_func):
2255         * tests/check/elements/volume.c: (GST_START_TEST):
2256         Revert the latest change: floating point samples are allowed to
2257         have any value, not only values in the range [-1,1]. Thanks to Andy
2258         Wingo for noticing.
2259         Also fix processing of int32 samples with volumes > 4 by making the
2260         unity value smaller which prevents overflows.
2261
2262 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2263
2264         * gst-libs/gst/rtp/gstrtpbuffer.c:
2265         * tests/check/libs/rtp.c:
2266           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
2267
2268 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2269
2270         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2271
2272         * gst-libs/gst/rtp/gstrtpbuffer.c:
2273           Fix up GstRTPHeader helper struct so that compilers will not under
2274           any circumstances add padding in between our fields, as currently
2275           happens with MSVC on win32, because that would lead to us sending
2276           out RTP payloads with broken RTP headers (#471194).
2277           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
2278           
2279         * tests/check/Makefile.am:
2280         * tests/check/libs/.cvsignore:
2281         * tests/check/libs/rtp.c:
2282           Add some simple unit tests for GstRTPBuffer. Some are disabled
2283           because the code tested still needs fixing (set_csrc() does not work).
2284
2285 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2286
2287         * win32/MANIFEST:
2288         * win32/common/gstrtsp-enumtypes.c:
2289         * win32/common/gstrtsp-enumtypes.h:
2290         * win32/common/interfaces-enumtypes.c:
2291         * win32/common/interfaces-enumtypes.h:
2292         * win32/common/multichannel-enumtypes.c:
2293           Add rtsp enumtypes (#474384) and update others.
2294
2295 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
2296
2297         * configure.ac:
2298           Fix configure check for HAVE_LIBXML_HTML.
2299
2300 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2301
2302         * tests/check/libs/.cvsignore:
2303           Ignore more, in case the build bots work again one day.
2304
2305 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
2306
2307         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
2308
2309         * configure.ac:
2310         * gst-libs/gst/Makefile.am:
2311         * gst-libs/gst/fft/Makefile.am:
2312         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
2313         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
2314         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
2315         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
2316         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
2317         * gst-libs/gst/fft/gstfft.h:
2318         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
2319         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
2320         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
2321         * gst-libs/gst/fft/gstfftf32.h:
2322         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
2323         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
2324         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
2325         * gst-libs/gst/fft/gstfftf64.h:
2326         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
2327         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
2328         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
2329         * gst-libs/gst/fft/gstffts16.h:
2330         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
2331         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
2332         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
2333         * gst-libs/gst/fft/gstffts32.h:
2334         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
2335         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
2336         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
2337         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
2338         * gst-libs/gst/fft/kiss_fft_f32.h:
2339         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
2340         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
2341         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
2342         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
2343         * gst-libs/gst/fft/kiss_fft_f64.h:
2344         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
2345         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
2346         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
2347         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
2348         * gst-libs/gst/fft/kiss_fft_s16.h:
2349         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
2350         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
2351         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
2352         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
2353         * gst-libs/gst/fft/kiss_fft_s32.h:
2354         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
2355         (kiss_fftr_f32), (kiss_fftri_f32):
2356         * gst-libs/gst/fft/kiss_fftr_f32.h:
2357         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
2358         (kiss_fftr_f64), (kiss_fftri_f64):
2359         * gst-libs/gst/fft/kiss_fftr_f64.h:
2360         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
2361         (kiss_fftr_s16), (kiss_fftri_s16):
2362         * gst-libs/gst/fft/kiss_fftr_s16.h:
2363         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
2364         (kiss_fftr_s32), (kiss_fftri_s32):
2365         * gst-libs/gst/fft/kiss_fftr_s32.h:
2366         * gst-libs/gst/fft/kiss_version:
2367         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2368         * pkgconfig/gstreamer-plugins-base.pc.in:
2369         Add libgstfft, a FFT library based on Kiss FFT which is
2370         BSD licensed. Supported sample formats are int16, int32,
2371         float and double. For those formats a real FFT and IFFT
2372         can be done, different windowing functions can be applied
2373         and functions for extracting the magnitude and phase exist.
2374         Fixes #468619.
2375
2376         * docs/libs/Makefile.am:
2377         * docs/libs/gst-plugins-base-libs-docs.sgml:
2378         * docs/libs/gst-plugins-base-libs-sections.txt:
2379         Integrate libgstfft into the docs.
2380
2381         * tests/check/Makefile.am:
2382         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
2383         Add unit tests for libgstfft, currently only testing the FFT.
2384         Unit tests for IFFT will follow soon.
2385
2386 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
2387
2388         Patch by: Peter Kjellerstedt  <pkj at axis com>
2389
2390         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
2391         (gst_sdp_message_init), (gst_sdp_message_uninit),
2392         (is_multicast_address), (gst_sdp_message_as_text),
2393         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
2394         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
2395         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
2396         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
2397         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
2398         (gst_sdp_media_init), (gst_sdp_media_uninit),
2399         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
2400         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
2401         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
2402         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
2403         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
2404         * gst-libs/gst/sdp/gstsdpmessage.h:
2405         Separate INIT_ARRAY() and related macros into two versions, one for
2406         structures and one for pointers (e.g., INIT_ARRAY() and
2407         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
2408         lists of emails and phone numbers.
2409         Add missing const as appropriate.
2410         Change all gint to guint since they all actually represent unsigned
2411         values.
2412         Do not use time as a variable name as it shadows the global time().
2413         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
2414         Actually implement gst_sdp_message_add_time().
2415         Make gst_sdp_message_add_time() take repeat times as an argument.
2416         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
2417         Corrected the definition of gst_sdp_media_get_bandwidth() (was
2418         misspelled as badwidth).
2419         gst-indented and a little clean up. Fixes #471067.
2420
2421 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
2422
2423         * gst/volume/gstvolume.c: (volume_choose_func),
2424         (volume_process_double), (volume_process_double_clamp),
2425         (volume_process_float_clamp):
2426         Correctly clamp float/double samples in the [-1.0,1.0] range to
2427         prevent weird effects.
2428         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
2429         Add unit tests for all samples types that had none before.
2430
2431 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2432
2433         * gst-libs/gst/rtp/gstrtpbuffer.c:
2434           Need to include stdlib.h for abs() here too.
2435
2436 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2437
2438         * gst/playback/gststreaminfo.c:
2439           Fix build.
2440
2441 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
2442
2443         * gst/playback/gststreaminfo.c:
2444           Clean up some half-disabled code and comment.
2445
2446 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2447
2448         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
2449
2450         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2451         (gst_base_rtp_payload_audio_handle_event):
2452         Return FALSE from the event handler to let the parent class handle the
2453         event. Fixes #446766.
2454
2455         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2456         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
2457         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
2458
2459         * gst-libs/gst/rtp/gstbasertppayload.c:
2460         Bump the MTU to 1400.
2461
2462 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
2463
2464         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
2465         Add an audio/x-nsf typefind function for the nsfdec element.
2466
2467 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
2468         * gst/playback/gstplaybasebin.c:
2469         Included "myth://" on stream_uris list for enable buffering to mythtv files
2470
2471 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
2472
2473         * docs/libs/gst-plugins-base-libs-sections.txt:
2474         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
2475         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
2476         (gst_rtcp_unix_to_ntp):
2477         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2478         Fix parsing of RB blocks.
2479         Fix docs.
2480         Added helper functions to convert to/from UNIX and NTP time.
2481         API: gst_rtcp_ntp_to_unix()
2482         API: gst_rtcp_unix_to_ntp()
2483
2484         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
2485         (gst_rtp_buffer_get_header_len),
2486         (gst_rtp_buffer_get_extension_data),
2487         (gst_rtp_buffer_get_payload_subbuffer),
2488         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
2489         (gst_rtp_buffer_ext_timestamp):
2490         * gst-libs/gst/rtp/gstrtpbuffer.h:
2491         Fix some more docs.
2492         Implement handling of packets with extensions.
2493         Fix padding check in _validate().
2494         Added function to get extension data.
2495         API: gst_rtp_buffer_get_header_len()
2496         API: gst_rtp_buffer_get_extension_data()
2497
2498 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
2499
2500         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2501         (gst_base_rtp_depayload_class_init),
2502         (gst_base_rtp_depayload_set_gst_timestamp):
2503         Add some more docs for the queue-delay property and fix a typo in a
2504         comment.
2505
2506         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2507         Fix typo.
2508
2509 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
2510
2511         * gst-libs/gst/audio/gstbaseaudiosink.c:
2512         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
2513         (gst_base_audio_sink_change_state):
2514         When skew slaving, try to hover around the middle of a segment so that
2515         we at most drift by half a segment.
2516         If we are aligning in the oposite direction of the clock skew, we don't
2517         have to resync.
2518
2519 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
2520
2521         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2522         (gst_base_rtp_depayload_setcaps),
2523         (gst_base_rtp_depayload_set_gst_timestamp):
2524         Be less silly with the segment start, just apply the clock-base to the
2525         timestamp.
2526
2527 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
2528
2529         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2530         (gst_base_rtp_depayload_class_init),
2531         (gst_base_rtp_depayload_finalize),
2532         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2533         (gst_base_rtp_depayload_handle_sink_event),
2534         (gst_base_rtp_depayload_set_gst_timestamp),
2535         (gst_base_rtp_depayload_change_state):
2536         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2537         Deprecate the queue handling thread thing and remove the code.
2538         Use new method to calculate the extended timestamp.
2539
2540 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
2541
2542         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2543         (gst_rtcp_packet_sdes_copy_entry):
2544         Use g_strndup which does exactly what we want.
2545
2546         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
2547         (gst_rtp_buffer_ext_timestamp):
2548         * gst-libs/gst/rtp/gstrtpbuffer.h:
2549         Add helper function to compare seqnums.
2550         Add helper function to calculate extended timestamps.
2551         API: gst_rtp_buffer_compare_seqnum()
2552         API: gst_rtp_buffer_ext_timestamp()
2553
2554 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
2555
2556         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2557         (gst_rtcp_packet_sdes_get_entry),
2558         (gst_rtcp_packet_sdes_copy_entry):
2559         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2560         Fix and document SDES item data function.
2561         Add new function that makes a proper copy of SDES item data.
2562         API: gst_rtcp_packet_sdes_copy_entry()
2563
2564 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
2565
2566         * configure.ac:
2567         * gst/Makefile.am:
2568           The tcp and subparse plugins are under gst, but not totaly free of
2569           dependencies. Handle selection inconfigure.ac, so that they show up
2570           on the final list of what is build and what is not. Maybe they should
2571           better be moved to ext.
2572
2573 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
2574
2575         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
2576
2577         * configure.ac:
2578         * gst/Makefile.am:
2579           Check if libxml provides HTML parser which subparse needs.
2580           Fixes #451970.
2581
2582 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2583
2584         * ext/alsa/gstalsa.c:
2585           Fix typo and compilation on big endian systems.
2586
2587 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2588
2589         * gst/subparse/gstssaparse.c:
2590           Convert SSA newline codes into actual newline characters (#470766).
2591
2592 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
2593
2594         * docs/libs/gst-plugins-base-libs-sections.txt:
2595         * gst-libs/gst/pbutils/install-plugins.c:
2596         * gst-libs/gst/pbutils/install-plugins.h:
2597         * tests/check/libs/pbutils.c:
2598           API: also add gst_install_plugins_supported() while we're at it
2599           (see #470456).
2600
2601 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
2602
2603         * docs/libs/gst-plugins-base-libs-sections.txt:
2604         * gst-libs/gst/pbutils/missing-plugins.c:
2605         * gst-libs/gst/pbutils/missing-plugins.h:
2606         * tests/check/libs/pbutils.c:
2607           API: add gst_missing_*_installer_detail_new() convenience API so
2608           that applications that know exactly what they're missing can request
2609           installer detail strings for those items directly instead of having
2610           to first create a dummy missing-plugin message and then get the
2611           installer detail string from that.  Fixes #470456.
2612
2613 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2614
2615         * gst/playback/gstdecodebin.c: (close_pad_link):
2616         We need to set up delayed-linking whenever the caps are non-fixed,
2617         not just when there are multiple types - use gst_pad_is_fixed()
2618         to test.
2619
2620 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
2621
2622         * gst-libs/gst/pbutils/missing-plugins.c:
2623           (gst_missing_plugin_message_get_installer_detail):
2624           Add missing separator in PID fallback case.
2625
2626 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2627
2628         * ext/alsa/Makefile.am:
2629         There is no GST_PLUGINS_BASE_LIBS defined.
2630         
2631         * ext/alsa/gstalsa.c:
2632         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
2633         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
2634         Add support for ALSA 24-bit formats.
2635         snd_pcm_delay can return an error code, especially
2636         during XRUNS. In that case, the best we can do is assume
2637         delay = 0.
2638
2639         * gst/audioconvert/Makefile.am:
2640         Add flags from -base before any more-remote dependencies.
2641
2642 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
2643
2644         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
2645
2646         * gst/volume/gstvolume.c: (volume_choose_func),
2647         (volume_update_real_volume), (gst_volume_set_volume),
2648         (gst_volume_init), (volume_process_int32),
2649         (volume_process_int32_clamp), (volume_process_int24),
2650         (volume_process_int24_clamp), (volume_process_int16),
2651         (volume_process_int16_clamp), (volume_process_int8),
2652         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
2653         * gst/volume/gstvolume.h:
2654         Add support for int32, int24 and int8 to the volume element.
2655         Fixes #445529.
2656
2657 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
2658
2659         * tests/examples/Makefile.am:
2660           Fix even more.
2661
2662 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
2663
2664         * configure.ac:
2665         * docs/libs/Makefile.am:
2666         * docs/libs/gst-plugins-base-libs-docs.sgml:
2667         * docs/libs/gst-plugins-base-libs-sections.txt:
2668         * ext/gnomevfs/gstgnomevfssrc.c:
2669         * ext/gnomevfs/gstgnomevfssrc.h:
2670         * gst-libs/gst/Makefile.am:
2671         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2672         * pkgconfig/gstreamer-plugins-base.pc.in:
2673         * sys/v4l/v4lsrc_calls.c:
2674         * tests/examples/Makefile.am:
2675         * win32/common/config.h:
2676           Revert unwanted commit. many thanks to moap. I want a fix for 
2677           https://thomas.apestaart.org/moap/trac/ticket/239
2678
2679 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
2680
2681         * gst/volume/gstvolume.c:
2682           Move passthrough below gst_object_sync_values(). Fixes #442654.
2683
2684 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2685
2686         * gst-libs/gst/audio/audio.c:
2687         Clarify the docs a little.
2688
2689 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2690
2691         * gst/volume/gstvolume.c:
2692           Enable liboil for float and add more details about problems with
2693           int16.
2694
2695 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2696
2697         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
2698         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
2699
2700 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2701
2702         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
2703         When calculating the first timestamp of the buffers, don't go below 0
2704         and clip the samples because the offset was on the eos page.
2705         Fixes #466717.
2706
2707 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2708
2709         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
2710         (gst_ogg_demux_collect_chain_info):
2711         Also submit the eos page when trying to find the first timestamp.
2712         See #466717.
2713
2714 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2715
2716         * gst-libs/gst/audio/audio.h:
2717         Use gst_util_uint64_scale() instead of doing the math
2718         with double for GST_FRAMES_TO_CLOCK_TIME() and
2719         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
2720         prevents rounding errors. Fixes #467667.
2721
2722 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2723
2724         * gst-libs/gst/rtsp/gstrtspconnection.c:
2725         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
2726         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
2727         * gst-libs/gst/rtsp/gstrtspconnection.h:
2728         Small cleanups.
2729         On shutdown, don't read the control socket yet.
2730         Set timeout value correctly in all cases.
2731         Add function to check if the server accepts reads or writes.
2732         API: gst_rtsp_connection_poll()
2733
2734         * gst-libs/gst/rtsp/gstrtspdefs.h:
2735         Fix compilation with -pedantic.
2736         Add enum for _poll.
2737
2738 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2739
2740         Patch by: Olivier Crete  <tester at tester ca>
2741
2742         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2743         (gst_basertppayload_getcaps):
2744         * gst-libs/gst/rtp/gstbasertppayload.h:
2745         Add getcaps vfunc to basertppayload. See #465146.
2746
2747 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2748
2749         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
2750         Only post buffering messages when we are a stream.
2751
2752 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
2753
2754         * gst-libs/gst/pbutils/install-plugins.c:
2755         * gst-libs/gst/pbutils/missing-plugins.c:
2756           Small docs fix and addition.
2757
2758 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
2759
2760         * tests/icles/.cvsignore:
2761         * tests/icles/Makefile.am:
2762         * tests/icles/test-textoverlay.c:
2763           Add a dumb little test for textoverlay alignments.
2764
2765 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
2766
2767         Patch by: Dan Williams  <dcbw redhat com>
2768
2769         * ext/pango/gsttextoverlay.c:
2770         * ext/pango/gsttextoverlay.h:
2771           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
2772           "silent" property so there's a Since tag in the API reference.
2773
2774 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2775
2776         * gst-libs/gst/rtp/gstbasertppayload.c:
2777         (gst_basertppayload_set_outcaps):
2778         * gst-libs/gst/rtp/gstbasertppayload.h:
2779         Improve caps negotiation so that downstream elements can confiure
2780         certain RTP properties by fixing them on the caps. See #465146.
2781         Add docs.
2782
2783 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
2784
2785         * docs/libs/gst-plugins-base-libs-sections.txt:
2786         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2787         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2788           Mark as deprecated some macros which were presumably meant to be
2789           private API and accidentally exposed in the public header file.
2790           Also actually _init() lock (only works at the moment because the
2791           struct is zeroed out when created and the initial values in the
2792           mutex struct are zeroes too). (#459585)
2793
2794 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2795
2796         * docs/libs/Makefile.am:
2797           Remove cruft and do some cleanups.
2798
2799         * docs/libs/gst-plugins-base-libs-docs.sgml:
2800           Prepare for comming gtkdoc features (rebase against online docs).
2801
2802 2007-08-10  Michael Smith <msmith@fluendo.com>
2803
2804         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2805           Debug output fixes.
2806         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
2807         (GST_START_TEST):
2808           Change the number of buffers used; 500 is too many and leads to
2809           timeouts.
2810
2811 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
2812
2813         * gst/playback/gstqueue2.c:
2814         * gst/videorate/gstvideorate.c:
2815           Printf format fixes (#465028).
2816
2817 2007-08-09  Michael Smith <msmith@fluendo.com>
2818
2819         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2820           If we have a large (> 1 second) discontinuity, push a series of
2821           smaller buffers rather than a single very large buffer. Avoids
2822           unreasonably large single buffer allocations when encountering a
2823           large gap.
2824         * tests/check/elements/audiorate.c: (GST_START_TEST),
2825         (audiorate_suite):
2826           Add a test for this.
2827
2828 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
2829
2830         * gst/playback/gstplaybasebin.c: (group_commit),
2831         (queue_remove_probe), (queue_threshold_reached):
2832
2833         Patch by: Josep Torra Valles <josep@fluendo.com>
2834         Fixes: #465015
2835         Make sure we remove the check_queues buffer probe from the 
2836         correct queue to avoid racily going back to "buffering 99%" when
2837         buffering is actually complete.
2838
2839         Also, fix the spelling of Josep's surname in the ChangeLog.
2840
2841 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
2842
2843         * ext/ogg/gstoggmux.c:
2844           Do not leak oggmux instance.
2845         
2846         * ext/vorbis/vorbisenc.c:
2847           Also log values.
2848
2849 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2850
2851         * po/hu.po:
2852         * po/it.po:
2853         * po/nl.po:
2854         * po/uk.po:
2855         * po/vi.po:
2856           Updated translations.
2857
2858 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
2859
2860         patch by: Yang Hong <hongyang@redflag-linux.com>
2861
2862         * ext/pango/gsttextoverlay.c:
2863         * ext/pango/gsttextoverlay.h:
2864           Add 'silent' property to GstTimeOverlay. Fixes #462979
2865
2866 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2867
2868         Patch by: Josep Torra Valles <josep@fluendo.com>
2869
2870         * docs/plugins/gst-plugins-base-plugins.args:
2871         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
2872         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
2873         (gst_uri_decode_bin_get_property), (gen_source_element):
2874         Add connection-speed property. Fixes #464690.
2875
2876 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
2877
2878         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2879
2880         * configure.ac:
2881         * gst-libs/gst/rtsp/Makefile.am:
2882         * gst-libs/gst/rtsp/gstrtspconnection.c:
2883         (gst_rtsp_connection_connect):
2884         Fix compilation on windows. Fixes #464320.
2885
2886 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
2887
2888         Patch by: Josep Torra Valles <josep@fluendo.com>
2889
2890         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2891         (gst_play_base_bin_init), (queue_threshold_reached),
2892         (gen_source_element), (setup_substreams),
2893         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
2894         (gst_play_base_bin_get_streaminfo_value_array):
2895         * gst/playback/gstplaybasebin.h:
2896         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2897         (gst_play_bin_set_property), (gst_play_bin_get_property),
2898         (gst_play_bin_handle_redirect_message):
2899         Move connection-speed property from playbin to playbasebin so that we
2900         can also configure it in source elements that have the connection-speed
2901         property. Fixes #464028.
2902         Add some debug info here and there.
2903
2904 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
2905
2906         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
2907         Properly respond to conversion queries. Fixes #464079.
2908
2909 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
2910
2911         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
2912         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
2913         (gst_audio_test_src_init_sine_table),
2914         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
2915         * gst/audiotestsrc/gstaudiotestsrc.h:
2916         Add float/double and int32 support to audiotestsrc. Fixes #460422.
2917         Also set the default volume to the default value specified in the
2918         GParamSpec.
2919
2920 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
2921
2922         Patch by: Jens Granseuer <jensgr at gmx dot net>
2923
2924         * gst/audioconvert/gstaudioquantize.c:
2925         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
2926
2927 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2928
2929         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
2930         Add rdt manager for rdt transport.
2931         Fix parsing of RDT transport.
2932
2933 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
2934
2935         * configure.ac:
2936         Back to CVS
2937
2938 === release 0.10.14 ===
2939
2940 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
2941
2942         * configure.ac:
2943           releasing 0.10.14, "Light Years Ahead"
2944
2945 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2946
2947         * tests/check/libs/audio.c: (GST_START_TEST):
2948         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
2949
2950 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2951
2952         * gst-libs/gst/audio/audio.c:
2953         When clipping a buffer with no timestamp, assume it is
2954         within the segment without warnings.
2955
2956         Fixes: #460978
2957
2958 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2959
2960         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
2961         Fire the signal on the object, not the interface.
2962
2963 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2964
2965         * gst-libs/gst/rtsp/.cvsignore:
2966         Ber. Don't include the full path, idiot.
2967
2968 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2969
2970         * gst-libs/gst/rtsp/.cvsignore:
2971         Ignore generated files.
2972
2973 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2974
2975         * gst-libs/gst/interfaces/Makefile.am:
2976         * gst-libs/gst/interfaces/interfaces-marshal.list:
2977         * gst-libs/gst/interfaces/rtspextension.c:
2978         * gst-libs/gst/interfaces/rtspextension.h:
2979         * gst-libs/gst/rtsp/Makefile.am:
2980         * gst-libs/gst/rtsp/gstrtsp.h:
2981         * gst-libs/gst/rtsp/gstrtspextension.c:
2982         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
2983         (gst_rtsp_extension_detect_server),
2984         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
2985         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
2986         (gst_rtsp_extension_configure_stream),
2987         (gst_rtsp_extension_get_transports),
2988         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2989         * gst-libs/gst/rtsp/gstrtspextension.h:
2990         * gst-libs/gst/rtsp/rtsp-marshal.list:
2991         Move the rtspextension.h interface into gstrtspextension.h
2992         as part of libgstrtsp instead of libgstinterfaces, because it's
2993         only for use within plugins, not applications. 
2994         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
2995         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
2996         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
2997         is abstract.
2998
2999 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
3000
3001         * gst-libs/gst/interfaces/Makefile.am:
3002         * gst-libs/gst/interfaces/interfaces-marshal.list:
3003         * gst-libs/gst/interfaces/rtspextension.c:
3004         (gst_rtsp_extension_iface_init),
3005         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
3006         * gst-libs/gst/interfaces/rtspextension.h:
3007         Fix marshaller for the send signal.
3008         Add URL to stream selection interface method.
3009
3010 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
3011
3012         * gst-libs/gst/riff/Makefile.am:
3013         Pull in our dependencies from -base before those from outside.
3014
3015 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
3016
3017         * docs/libs/gst-plugins-base-libs-sections.txt:
3018         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
3019         * gst-libs/gst/rtsp/gstrtspbase64.h:
3020         API: gst_rtsp_base64_decode_ip()
3021         Added function to decode Base64 in-place.
3022
3023 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
3024
3025         * tests/check/libs/.cvsignore:
3026         Ignore the mixer test binary.
3027
3028 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
3029
3030         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
3031         Gratuitous comment change to trigger a rebuild on the buildbots.
3032
3033 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3034
3035         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
3036         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
3037         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
3038         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
3039         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
3040         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
3041         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
3042         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
3043         (gst_sdp_media_get_attribute_val):
3044         * gst-libs/gst/sdp/gstsdpmessage.h:
3045         Constify args where we can.
3046
3047 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3048
3049         * gst-libs/gst/interfaces/Makefile.am:
3050         * gst-libs/gst/interfaces/rtspextension.c:
3051         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
3052         (gst_rtsp_extension_detect_server),
3053         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
3054         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
3055         (gst_rtsp_extension_configure_stream),
3056         (gst_rtsp_extension_get_transports),
3057         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
3058         * gst-libs/gst/interfaces/rtspextension.h:
3059         Move interface for RTSP extensions from -good to here.
3060         Added helper methods to invoke interface methods.
3061
3062 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3063
3064         * docs/libs/gst-plugins-base-libs-sections.txt:
3065         * gst-libs/gst/rtsp/gstrtspdefs.h:
3066         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
3067         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
3068         (gst_rtsp_message_init_response),
3069         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
3070         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
3071         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
3072         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
3073         (gst_rtsp_message_get_body), (dump_key_value):
3074         * gst-libs/gst/rtsp/gstrtspmessage.h:
3075         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
3076         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
3077         (gst_rtsp_range_parse):
3078         * gst-libs/gst/rtsp/gstrtsprange.h:
3079         * gst-libs/gst/rtsp/gstrtsptransport.c:
3080         * gst-libs/gst/rtsp/gstrtspurl.c:
3081         Fix some more RTSP docs.
3082         Add some missing methods for dealing with messages.
3083
3084 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
3085
3086         * docs/libs/gst-plugins-base-libs-docs.sgml:
3087         * docs/libs/gst-plugins-base-libs-sections.txt:
3088         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
3089         * gst-libs/gst/rtsp/gstrtspbase64.h:
3090         * gst-libs/gst/rtsp/gstrtspconnection.c:
3091         (gst_rtsp_connection_connect), (add_auth_header),
3092         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
3093         (read_body), (gst_rtsp_connection_receive),
3094         (gst_rtsp_connection_next_timeout),
3095         (gst_rtsp_connection_reset_timeout),
3096         (gst_rtsp_connection_set_auth):
3097         * gst-libs/gst/rtsp/gstrtspconnection.h:
3098         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
3099         * gst-libs/gst/rtsp/gstrtspdefs.h:
3100         * gst-libs/gst/rtsp/gstrtspmessage.h:
3101         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
3102         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
3103         (gst_rtsp_range_parse):
3104         * gst-libs/gst/rtsp/gstrtspurl.h:
3105         Added beginnings of RTSP documentation.
3106
3107 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
3108
3109         * docs/libs/Makefile.am:
3110         * docs/libs/gst-plugins-base-libs-docs.sgml:
3111         * docs/libs/gst-plugins-base-libs-sections.txt:
3112         * gst-libs/gst/sdp/gstsdp.h:
3113         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
3114         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
3115         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
3116         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
3117         (gst_sdp_message_get_attribute_val),
3118         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
3119         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
3120         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
3121         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
3122         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
3123         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
3124         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
3125         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
3126         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
3127         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
3128         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
3129         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
3130         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
3131         (gst_sdp_media_get_attribute_val_n),
3132         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
3133         (print_media), (gst_sdp_message_dump):
3134         * gst-libs/gst/sdp/gstsdpmessage.h:
3135         Document the SDP library.
3136         Add some of the missing SDPMedia methods.
3137
3138 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
3139
3140         * configure.ac:
3141         * gst-libs/gst/Makefile.am:
3142         * gst-libs/gst/rtsp/Makefile.am:
3143         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
3144         * gst-libs/gst/rtsp/gstrtspbase64.h:
3145         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
3146         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3147         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
3148         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
3149         (parse_response_status), (parse_request_line), (parse_line),
3150         (gst_rtsp_connection_read), (read_body),
3151         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3152         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
3153         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
3154         (gst_rtsp_connection_set_auth):
3155         * gst-libs/gst/rtsp/gstrtspconnection.h:
3156         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
3157         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
3158         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
3159         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
3160         (gst_rtsp_find_method):
3161         * gst-libs/gst/rtsp/gstrtspdefs.h:
3162         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
3163         (gst_rtsp_message_new), (gst_rtsp_message_init),
3164         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
3165         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
3166         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
3167         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
3168         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
3169         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
3170         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
3171         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
3172         (gst_rtsp_message_dump):
3173         * gst-libs/gst/rtsp/gstrtspmessage.h:
3174         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
3175         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
3176         (gst_rtsp_range_parse), (gst_rtsp_range_free):
3177         * gst-libs/gst/rtsp/gstrtsprange.h:
3178         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
3179         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
3180         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
3181         (range_as_text), (rtsp_transport_mode_as_text),
3182         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3183         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
3184         (gst_rtsp_transport_free):
3185         * gst-libs/gst/rtsp/gstrtsptransport.h:
3186         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
3187         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
3188         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
3189         * gst-libs/gst/rtsp/gstrtspurl.h:
3190         * gst-libs/gst/sdp/Makefile.am:
3191         * gst-libs/gst/sdp/gstsdp.h:
3192         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
3193         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
3194         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
3195         (gst_sdp_attribute_init), (gst_sdp_message_new),
3196         (gst_sdp_message_init), (gst_sdp_message_uninit),
3197         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
3198         (gst_sdp_media_uninit), (gst_sdp_media_free),
3199         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
3200         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
3201         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
3202         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
3203         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
3204         (gst_sdp_message_get_attribute_val),
3205         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
3206         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
3207         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
3208         (gst_sdp_media_get_attribute_val_n),
3209         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
3210         (read_string), (read_string_del), (gst_sdp_parse_line),
3211         (gst_sdp_message_parse_buffer), (print_media),
3212         (gst_sdp_message_dump):
3213         * gst-libs/gst/sdp/gstsdpmessage.h:
3214         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3215         Move SDP and RTSP from helper objects in -good to a reusable library.
3216         Use a proper gst_ namespace.
3217
3218 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
3219
3220         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
3221         (vorbis_dec_flush_decode):
3222         Use the new buffer clipping function from gstaudio here.
3223
3224 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
3225
3226         * docs/libs/gst-plugins-base-libs-sections.txt:
3227         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
3228         * gst-libs/gst/audio/audio.h:
3229         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
3230         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
3231         Also add deprecation guards for gst_audio_structure_set_int() to the
3232         header.
3233
3234 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3235
3236         * docs/libs/gst-plugins-base-libs-sections.txt:
3237           Cleanup the docs.
3238
3239 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3240
3241         Patch by: Dan Williams <dcbw at redhat dot com>
3242
3243         * gst/playback/gstplaybasebin.c:
3244         (gst_play_base_bin_get_streaminfo_value_array):
3245         Don't return NULL when querying the stream info value array but instead
3246         return an empty array. Fixes #459204.
3247
3248 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
3249
3250         * gst/playback/gsturidecodebin.c:
3251           Init debug category before using it.
3252
3253 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
3254
3255         * gst-libs/gst/interfaces/mixer.h:
3256         Add padding vars in place of the signal pointers
3257         when building with DISABLE_DEPRECATED so that the
3258         interface structure doesn't change size.
3259
3260 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
3261
3262         * docs/libs/gst-plugins-base-libs-sections.txt:
3263         * ext/alsa/gstalsamixer.c:
3264         * ext/alsa/gstalsamixer.h:
3265         * ext/alsa/gstalsamixerelement.c:
3266         * ext/alsa/gstalsamixertrack.c:
3267         * gst-libs/gst/interfaces/mixer.c:
3268         * gst-libs/gst/interfaces/mixer.h:
3269         * gst-libs/gst/interfaces/mixeroptions.c:
3270         * gst-libs/gst/interfaces/mixeroptions.h:
3271         * gst-libs/gst/interfaces/mixertrack.c:
3272         * gst-libs/gst/interfaces/mixertrack.h:
3273         * tests/check/Makefile.am:
3274         * tests/check/libs/mixer.c:
3275
3276         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3277         Fixes: #152864 
3278
3279         Add support for notifying mixer changes on the message bus, and
3280         implement it in alsamixer.
3281
3282         API: gst_mixer_get_mixer_flags
3283         API: gst_mixer_message_parse_mute_toggled
3284         API: gst_mixer_message_parse_record_toggled
3285         API: gst_mixer_message_parse_volume_changed
3286         API: gst_mixer_message_parse_option_changed
3287         API: GstMixerMessageType
3288         API: GstMixerFlags
3289
3290 2007-07-20  Michael Smith <msmith@fluendo.com>
3291
3292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3293         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
3294           xcontext->im_format is only for testing XShm support (as the header
3295           file comments document). Use xvimage->im_format for everything else.
3296           Avoids spurious warnings on buffer allocation before setcaps.
3297
3298 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3299
3300         * tests/examples/volume/Makefile.am:
3301         * tests/icles/Makefile.am:
3302           We should use $(LIBM).
3303
3304 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3305
3306         * tests/icles/Makefile.am:
3307           This needs -lm.
3308
3309 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3310
3311         * gst-libs/gst/rtp/gstbasertppayload.c:
3312         (gst_basertppayload_class_init), (gst_basertppayload_init),
3313         (gst_basertppayload_set_property),
3314         (gst_basertppayload_get_property):
3315         Don't break ABI, restore previous ranges. Keep the default random
3316         selection of timestamp and seqnum offset but as soon as the app sets a
3317         specific value, use that one.
3318
3319 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
3320
3321         Patch by: Bastien Nocera <hadess at hadess dot net>
3322
3323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3324         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3325         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3326         * sys/xvimage/xvimagesink.h:
3327         Add option to turn off double-buffering for debugging purposes.
3328         Fixes #437169.
3329
3330 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
3331
3332         Patch by: Jorn Baayen <jorn at openedhand dot com>
3333
3334         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
3335         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3336         (gst_ximagesink_init), (gst_ximagesink_class_init):
3337         * sys/ximage/ximagesink.h:
3338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3339         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3340         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3341         * sys/xvimage/xvimagesink.h:
3342         add 'handle-expose' property. Useful for video widgets which may want to
3343         be in control of Expose behaviour. Fixes #380625
3344
3345 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
3346
3347         * gst-libs/gst/rtp/gstbasertppayload.c:
3348         (gst_basertppayload_class_init), (gst_basertppayload_init),
3349         (gst_basertppayload_event), (gst_basertppayload_push),
3350         (gst_basertppayload_set_property),
3351         (gst_basertppayload_get_property),
3352         (gst_basertppayload_change_state):
3353         * gst-libs/gst/rtp/gstbasertppayload.h:
3354         Fix ranges of rtp payloader properties so that the full range can be
3355         used in addition to -1 (random).
3356         Fix wrong seqnum reporting in caps.
3357         Fixes #420326.
3358
3359 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
3360
3361         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
3362         (gst_video_rate_query):
3363         Use boilerplate.
3364         Add latency query, might not be perfect yet but already works a lot
3365         better. Fixes #442557.
3366
3367 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3368
3369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3370         (gst_xvimagesink_setcaps):
3371         * sys/xvimage/xvimagesink.h:
3372         After a caps change, redraw our borders to avoid garbage left there
3373         when the image format changes to a smaller size, like 16:9 -> 4:3
3374         Also, hold the flow_lock a bit longer in the set_caps while we're
3375         fiddling with the xcontext.
3376
3377 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3378
3379         * Makefile.am:
3380         * configure.ac:
3381         * tests/Makefile.am:
3382         Remove bogus check for libcheck, since we check for
3383         gstreamer-check and it pulls in the required info from there, and we
3384         weren't actually _using_ the information for libcheck ourselves
3385         anyway.
3386
3387 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3388
3389         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3390         (gst_ffmpeg_caps_to_pixfmt):
3391         Fix the r_mask test for RGBA32 on little-endian.
3392         Fix a stupid typo that would have obviously broken 
3393         compilation on big-endian, if anyone was testing.
3394
3395 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
3396
3397         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
3398         (paint_hline_str4):
3399         * gst/videotestsrc/videotestsrc.h:
3400         Add alpha to the color struct.
3401         Use a default alpha value of 255 instead of 128.
3402
3403 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
3404
3405         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
3406         (setup_source):
3407         Clear the dynamic pads counter when starting a new uri. This makes
3408         reusing playbin work again.
3409         Fixes #454264.
3410
3411 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3412
3413         * configure.ac:
3414           Use pkg-config to locate check.
3415
3416 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
3417
3418         * configure.ac:
3419         * tests/check/elements/volume.c: (GST_START_TEST):
3420           Fix 'make check' build against core CVS.
3421
3422 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
3423
3424         * gst-libs/gst/interfaces/propertyprobe.c:
3425         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3426         * gst-libs/gst/tag/gstvorbistag.c:
3427           Make gtk-doc happy.
3428
3429 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
3430
3431         * gst-libs/gst/audio/gstbaseaudiosink.c:
3432         (gst_base_audio_sink_callback):
3433           Quick hack to make audiosinks stop at EOS when operating in
3434           pull-mode; needs to be fixed properly some day.
3435
3436 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
3437
3438         * docs/libs/gst-plugins-base-libs-sections.txt:
3439           Fix location of includes in the docs.
3440
3441 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3442
3443         * gst/ffmpegcolorspace/avcodec.h:
3444         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3445         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3446         (gst_ffmpegcsp_avpicture_fill):
3447         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
3448         (img_get_alpha_info):
3449         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
3450         of the existing BGRA32 and RGBA32 formats with the alpha at the other
3451         end of the word. Partially fixes #451908
3452
3453 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3454
3455         * docs/libs/Makefile.am:
3456         * docs/plugins/Makefile.am:
3457           Simplify --extra-dir as gtkdoc scans recursively.
3458
3459 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
3460
3461         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
3462         (gst_adder_request_new_pad):
3463         Make getcaps more robust by not using the proxycaps function. This makes
3464         sure that we don't end up recursively calling getcaps upstream.
3465         See #316248.
3466
3467 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
3468
3469         * gst/audioconvert/audioconvert.c:
3470         Include math.h to fix compilation.
3471
3472 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
3473
3474         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3475         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3476         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
3477         format, as produced by some dc1394 cameras like the iSight.
3478         See http://www.fourcc.org/yuv.php#IYU1
3479
3480 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3481
3482         * gst/audioconvert/Makefile.am:
3483         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
3484         (check_default), (audio_convert_prepare_context),
3485         (audio_convert_clean_context), (audio_convert_convert):
3486         * gst/audioconvert/audioconvert.h:
3487         * gst/audioconvert/gstaudioconvert.c:
3488         (gst_audio_convert_dithering_get_type),
3489         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
3490         (gst_audio_convert_init), (gst_audio_convert_set_caps),
3491         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
3492         * gst/audioconvert/gstaudioconvert.h:
3493         * gst/audioconvert/gstaudioquantize.c:
3494         (gst_audio_quantize_setup_noise_shaping),
3495         (gst_audio_quantize_free_noise_shaping),
3496         (gst_audio_quantize_setup_dither),
3497         (gst_audio_quantize_free_dither),
3498         (gst_audio_quantize_setup_quantize_func),
3499         (gst_audio_quantize_setup), (gst_audio_quantize_free):
3500         * gst/audioconvert/gstaudioquantize.h:
3501         Implement dithering and noise shaping in audioconvert. By default now
3502         TPDF dithering (and no noise shaping) will be used when converting
3503         from a higher bit depth to 20 bit depth or smaller, otherwise
3504         everything will be as it is now.
3505         For the last audioconvert in a pipeline it would make sense to
3506         use some kind of noise shaping, enabling it by default for all
3507         conversions would give undesired results though. Fixes #360246.
3508         * tests/check/elements/audioconvert.c: (setup_audioconvert),
3509         (GST_START_TEST):
3510         Adjust unit test for the new audioconvert.
3511
3512 2007-06-28  Wim Taymans  <wim@fluendo.com>
3513
3514         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
3515         Use other metrics as well when estimating the buffer level.
3516
3517 2007-06-28  Wim Taymans  <wim@fluendo.com>
3518
3519         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
3520         Small debug improvement.
3521
3522         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
3523         (plugin_init):
3524         Tweak the rate estimation period.
3525         When calculating the buffer filledness in rate estimation mode, don't
3526         mix it with other metrics.
3527
3528 2007-06-28  Wim Taymans  <wim@fluendo.com>
3529
3530         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3531         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
3532         When creating the groups, allow for a 5 second, unlimited buffers
3533         preroll phase after which we expose the group.
3534         When the group is exposed, use a small number of buffers up to a 2
3535         second limit. Also disconnect the overrun signal from multiqueue when we
3536         exposed the group because it is not needed anymore.
3537
3538 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
3539
3540         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
3541           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
3542           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
3543           (#451707); also, output some debugging info when dealing with
3544           freeform strings.
3545
3546         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
3547           Add unit test for the above.
3548
3549 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
3550
3551         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
3552           Add description for Windows Media RTP caps.
3553
3554         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3555           Remove RTP fields that don't define the format from caps.
3556
3557 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
3558
3559         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
3560           Skip empty buffers, but not empty header buffers. That way the original
3561           vorbisdec unit test still passes (#451145); also, take into account
3562           that those empty packets might carry a granulepos.
3563
3564         * tests/check/Makefile.am:
3565         * tests/check/elements/vorbisdec.c:
3566         (_create_codebook_header_buffer), (_create_audio_buffer),
3567         (GST_START_TEST), (vorbisdec_suite):
3568           Add unit test that sends an empty packet.
3569
3570 2007-06-27  Wim Taymans  <wim@fluendo.com>
3571
3572         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
3573         Don't error out on 0-sized packets, just emit a warning because this is
3574         not a fatal error. Fixes #451145.
3575
3576 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3577
3578         * docs/plugins/gst-plugins-base-plugins.args:
3579         * docs/plugins/gst-plugins-base-plugins.signals:
3580         * docs/plugins/inspect/plugin-adder.xml:
3581         * docs/plugins/inspect/plugin-alsa.xml:
3582         * docs/plugins/inspect/plugin-audioconvert.xml:
3583         * docs/plugins/inspect/plugin-audiorate.xml:
3584         * docs/plugins/inspect/plugin-audioresample.xml:
3585         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3586         * docs/plugins/inspect/plugin-cdparanoia.xml:
3587         * docs/plugins/inspect/plugin-decodebin.xml:
3588         * docs/plugins/inspect/plugin-decodebin2.xml:
3589         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3590         * docs/plugins/inspect/plugin-gdp.xml:
3591         * docs/plugins/inspect/plugin-gnomevfs.xml:
3592         * docs/plugins/inspect/plugin-libvisual.xml:
3593         * docs/plugins/inspect/plugin-ogg.xml:
3594         * docs/plugins/inspect/plugin-pango.xml:
3595         * docs/plugins/inspect/plugin-playbin.xml:
3596         * docs/plugins/inspect/plugin-subparse.xml:
3597         * docs/plugins/inspect/plugin-tcp.xml:
3598         * docs/plugins/inspect/plugin-theora.xml:
3599         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3600         * docs/plugins/inspect/plugin-video4linux.xml:
3601         * docs/plugins/inspect/plugin-videorate.xml:
3602         * docs/plugins/inspect/plugin-videoscale.xml:
3603         * docs/plugins/inspect/plugin-videotestsrc.xml:
3604         * docs/plugins/inspect/plugin-volume.xml:
3605         * docs/plugins/inspect/plugin-vorbis.xml:
3606         * docs/plugins/inspect/plugin-ximagesink.xml:
3607         * docs/plugins/inspect/plugin-xvimagesink.xml:
3608           Update docs with caps info.
3609
3610 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3611
3612         * po/POTFILES.in:
3613           Add more files with translatable strings (#450875).
3614
3615 2007-06-23  Edward Hervey  <edward@fluendo.com>
3616
3617         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
3618         The chain should be freed if we error out here, else it will leak.
3619         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
3620         (cleanup_decodebin):
3621         Don't forget to *properly* remove the signals, else it will leak.
3622
3623 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3624
3625         * MAINTAINERS:
3626         Updating all the maintainers files
3627
3628 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
3629
3630         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
3631         (main):
3632           Destroy and recreate parse-launch based pipeline after stop to be able
3633           to play again. Reorder some code and add more comments.
3634
3635 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
3636
3637         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3638         When handling a delayed-caps notification case, mark
3639         the group as dynamic so that the nbdynamic count is
3640         incremented and decremented correctly. Fixes: #449156
3641         Patch by: Wim Taymans <wim@fluendo.com>
3642
3643 2007-06-19  Andy Wingo  <wingo@pobox.com>
3644
3645         * gst-libs/gst/audio/gstbaseaudiosink.c
3646         (gst_base_audio_sink_init): Enable pull-mode operation.
3647
3648 2007-06-19  Michael Smith <msmith@fluendo.com>
3649
3650         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3651           Change minimum rate back to 1000 to allow low-sample-rate wav files
3652           to play back.
3653
3654 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3655
3656         * po/vi.po:
3657           Update translations.
3658
3659 2007-06-15  David Schleef  <ds@schleef.org>
3660
3661         * gst/playback/gstqueue2.c:
3662           Fix compile error from ignored return value.
3663
3664 2007-06-15  Michael Smith <msmith@fluendo.com>
3665
3666         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3667           Update tmpbuf for all neccesary rows, not just one, as is required
3668           when downscaling.
3669           Fixes #402076.
3670
3671 2007-06-15  Michael Smith <msmith@fluendo.com>
3672
3673         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
3674         (eos_buffer_probe):
3675           Add a test that ensures we set DELTA_UNIT on all non-header,
3676           non-video buffers, if we have a video stream.
3677         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3678         (gst_ogg_mux_process_best_pad):
3679           Move setting delta_pad to earlier, where we inspect all pads, so
3680           that leading audio pages don't get DELTA_UNIT unset if they come
3681           before the first DELTA_UNIT from video pages. Fixes the newly-added
3682           test. Fixes #385527.
3683
3684 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
3685
3686         * tests/check/pipelines/streamheader.c: (streamheader_suite):
3687           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
3688           fails on the p5-ppc64 build bot and the failure looks like it is due
3689           to the same issue as #348114, ie. a compiler bug.
3690
3691 2007-06-13  Edward Hervey  <edward@fluendo.com>
3692
3693         * gst/playback/gstqueue2.c: (gst_queue_create_read):
3694         Fix build on MacOSX.
3695
3696 2007-06-13  Wim Taymans  <wim@fluendo.com>
3697
3698         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3699         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
3700         Fix compilation on mingw. Fixes #446972.
3701
3702 2007-06-12  Wim Taymans  <wim@fluendo.com>
3703
3704         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3705
3706         * gst/playback/gstqueue2.c: (update_buffering),
3707         (gst_queue_locked_enqueue):
3708         Fix a division by zero when the max percent is <= 0. Fixes #446572.
3709         also update the buffering status when receiving events. Fixes #446551.
3710
3711 2007-06-11  Wim Taymans  <wim@fluendo.com>
3712
3713         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3714
3715         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
3716         (gst_queue_handle_src_query):
3717         Wait for preroll before attempting to forward a duration query upstream.
3718         Fixes #445505.
3719
3720 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
3721
3722         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
3723         (gst_base_rtp_depayload_set_gst_timestamp):
3724         Use G_GINT64_CONSTANT macro for int64 constant.
3725         * win32/common/libgstinterfaces.def:
3726         * win32/common/libgsttag.def:
3727         Add new exported functions.
3728
3729 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
3730
3731         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3732           The BOS page of the first Dirac video stream needs to come before
3733           the BOS page of any Vorbis streams or other audio streams, just like
3734           it is with Theora.
3735
3736 2007-06-07  Wim Taymans  <wim@fluendo.com>
3737
3738         * gst/playback/gstqueue2.c: (gst_queue_get_range):
3739         Fix compilation.
3740
3741 2007-06-06  Wim Taymans  <wim@fluendo.com>
3742
3743         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3744
3745         * gst/playback/gstqueue2.c: (gst_queue_init),
3746         (gst_queue_handle_sink_event), (gst_queue_chain),
3747         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
3748         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
3749         (gst_queue_src_activate_pull):
3750         Add pull based scheduling and fix some deadlocks. Fixes #444523.
3751         Does not yet completely work because duration queries upstream won't
3752         block yet.
3753
3754 2007-06-06  Wim Taymans  <wim@fluendo.com>
3755
3756         * configure.ac:
3757         * gst/playback/gstqueue2.c: (gst_queue_create_read):
3758         Some more fseeko checks.
3759
3760 2007-06-06  Wim Taymans  <wim@fluendo.com>
3761
3762         * configure.ac:
3763         check for large file support.
3764
3765 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3766
3767         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
3768
3769         * gst/subparse/gstsubparse.c: (parse_subrip),
3770         (subviewer_unescape_newlines), (parse_subviewer),
3771         (gst_sub_parse_data_format_autodetect),
3772         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
3773         * gst/subparse/gstsubparse.h:
3774         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
3775         * tests/check/elements/subparse.c: (GST_START_TEST),
3776         (subparse_suite):
3777         Add a unit test for both SubViewer formats.
3778
3779 2007-06-01  Michael Smith <msmith@fluendo.com>
3780
3781         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
3782           Don't overflow intermediate values when seeking to large time values
3783           in audiotestsrc.
3784
3785 2007-06-05  Wim Taymans  <wim@fluendo.com>
3786
3787         * gst/playback/gstqueue2.c: (gst_queue_have_data),
3788         (gst_queue_create_read), (gst_queue_read_item_from_file),
3789         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
3790         Include stdio to define fseeko.
3791
3792 2007-06-05  Wim Taymans  <wim@fluendo.com>
3793
3794         Patch by: Edward Hervey  <edward@fluendo.com>
3795
3796         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
3797         (gst_v4lsrc_query):
3798         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
3799
3800 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3801
3802         * gst-libs/gst/riff/Makefile.am:
3803         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
3804           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3805           our own implementation.
3806
3807 2007-06-05  Wim Taymans  <wim@fluendo.com>
3808
3809         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3810         (gst_base_rtp_depayload_setcaps),
3811         (gst_base_rtp_depayload_set_gst_timestamp),
3812         (gst_base_rtp_depayload_change_state):
3813         Handle timestamp wraparound.
3814
3815 2007-06-05  Wim Taymans  <wim@fluendo.com>
3816
3817         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
3818         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
3819         (gst_uri_decode_bin_change_state):
3820         Make sure we name srcpads uniquely even when using different internal
3821         decodebins.
3822         Signal no-more-pads when no more dynamic elements exist.
3823         Remove pads on cleanup.
3824
3825 2007-06-05  Wim Taymans  <wim@fluendo.com>
3826
3827         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3828
3829         * gst/playback/gstqueue2.c: (gst_queue_class_init),
3830         (gst_queue_init), (gst_queue_finalize),
3831         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
3832         (gst_queue_create_read), (gst_queue_read_item_from_file),
3833         (gst_queue_open_temp_location_file),
3834         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
3835         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3836         (gst_queue_is_empty), (gst_queue_is_filled),
3837         (gst_queue_change_state), (gst_queue_set_temp_location),
3838         (gst_queue_set_property):
3839         Add support for filebased buffering. Fixes #441264.
3840
3841 2007-06-05  Wim Taymans  <wim@fluendo.com>
3842
3843         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
3844         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
3845         (caps_notify_group_cb), (gst_decode_group_new),
3846         (gst_decode_group_free):
3847         Add support for delayed caps fixation when autoplugging.
3848         Optimize cases where a multiqueue is not needed/wanted, like right after
3849         anything that is not a demuxer.
3850
3851 2007-06-05  Wim Taymans  <wim@fluendo.com>
3852
3853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
3854         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
3855         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
3856         consideratly speedup ogg chain detection by not trying to find a base
3857         timestamp for skeleton streams. 
3858
3859 2007-06-05  Wim Taymans  <wim@fluendo.com>
3860
3861         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
3862         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
3863         (gst_multi_fd_sink_remove_flush),
3864         (gst_multi_fd_sink_remove_client_link),
3865         (gst_multi_fd_sink_handle_client_write),
3866         (gst_multi_fd_sink_handle_clients):
3867         * gst/tcp/gstmultifdsink.h:
3868         Add support for remove_flush.
3869
3870 2007-06-05  Wim Taymans  <wim@fluendo.com>
3871
3872         * docs/design/draft-keyframe-force.txt:
3873         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3874         (theora_enc_chain):
3875         Add draft design for forcing keyframes in encoders and implement in
3876         theoraenc.
3877
3878 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
3879
3880         * configure.ac:
3881           Back to CVS
3882
3883 === release 0.10.13 ===
3884
3885 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
3886
3887         * configure.ac:
3888           releasing 0.10.13, "What's Going on?"
3889
3890 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
3891
3892         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3893         In riff, the depth is stored in the size field but it just means that
3894         the least significant bits are cleared. We can therefore just play
3895         the sample as if it had a depth == width. Fixes: #440997
3896
3897         Patch by: Wim Taymans <wim@fluendo.com> 
3898         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
3899
3900 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
3901
3902         * gst-libs/gst/floatcast/floatcast.h:
3903         Define inline when needed on win32 builds. Fixes: #441295
3904         Patch by: Sebastien Moutte  <sebastien@moutte.net>
3905
3906 2007-05-29  Wim Taymans  <wim@fluendo.com>
3907
3908         * gst/playback/gstplaybasebin.c: (queue_overrun),
3909         (no_more_pads_full):
3910         Stop buffering when the group is commited because the queues filled up.
3911         Fixes #442024.
3912
3913 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3914
3915         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3916         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
3917         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3918         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
3919         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
3920         * ext/alsa/gstalsamixer.h:
3921         * ext/alsa/gstalsamixerelement.c:
3922         (gst_alsa_mixer_element_interface_supported),
3923         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
3924         (gst_alsa_mixer_element_set_property),
3925         (gst_alsa_mixer_element_get_property),
3926         (gst_alsa_mixer_element_change_state):
3927         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
3928         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
3929         (gst_mixer_option_changed):
3930         * gst-libs/gst/interfaces/mixer.h:
3931         Revert commits towards #152864 made so far. We'll pick it up again
3932         after the 0.10.13 release.
3933
3934 2007-05-24  Wim Taymans  <wim@fluendo.com>
3935
3936         * gst-libs/gst/audio/gstbaseaudiosink.c:
3937         (gst_base_audio_sink_render):
3938         After an interrupt (PAUSED/flush) assume that the next sample should not
3939         be aligned to the previous sample. Fixes #417992.
3940
3941 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3942
3943         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3944           Don't add channels and rate fields to the template caps for
3945           audio/x-dts, as wavparse might not always be able to set them,
3946           which would then lead to 'caps are not a real subset of the
3947           template caps' warnings.
3948
3949 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
3950
3951         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
3952         Handle unknown or invalid pads without crashing, as might occur if
3953         a media file like an mp3 is specified as a subtitle file.
3954         Fixes: #410039
3955
3956 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
3957
3958         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
3959         (setup_sinks):
3960         Block the subtitle bin output queue before ghosting it and linking,
3961         then unblock after. This avoids spurious not-linked errors caused 
3962         by the queue starting up (because it gets linked when it is ghosted). 
3963         Fixes: #350299
3964
3965 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
3966
3967         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
3968         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
3969         file. Avoids flukes where the input gets typefound to some valid but
3970         useless type.
3971
3972 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3973
3974         * tests/check/Makefile.am:
3975         * tests/check/elements/.cvsignore:
3976         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
3977         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
3978           Add unit test for gnomevfssink seeking and position reporting for
3979           file:// URIs.
3980
3981 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3982
3983         Patch by: Mark Nauwelaerts <manauw at skynet be>
3984
3985         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
3986         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
3987         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
3988         * ext/gnomevfs/gstgnomevfssink.h:
3989           Fix position reporting, especially after a seek (from upstream),
3990           see #412648.
3991
3992 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3993
3994         * ext/cdparanoia/gstcdparanoiasrc.c:
3995           Repair umlaut.
3996
3997 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
3998
3999         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4000         Specify the full valid range for MP3 samplerates. Fixes a regression
4001         caused by extra header checks since the last release.
4002
4003 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
4004
4005         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4007         Fix a locking-order bug I introduced with my changes the other day.
4008         Patch by Mike Smith.
4009
4010 2007-05-21  Michael Smith <msmith@fluendo.com>
4011
4012         * ext/theora/theoradec.c: (theora_handle_data_packet):
4013           Don't look inside 0-length packets (which indicate duplicated
4014           frames)
4015
4016 2007-05-21  Wim Taymans  <wim@fluendo.com>
4017
4018         * ext/cdparanoia/gstcdparanoiasrc.c:
4019         (gst_cd_paranoia_src_read_sector):
4020         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4021         (gst_base_audio_src_create):
4022         Small cleanups.
4023
4024         * ext/theora/theoradec.c: (theora_dec_sink_event):
4025         Fix typo.
4026
4027         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4028         (gst_base_rtp_depayload_set_gst_timestamp):
4029         Add some FIXME
4030
4031         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
4032         And some debug info when a FIXME path is hit.
4033
4034 2007-05-21  Wim Taymans  <wim@fluendo.com>
4035
4036         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4037         (gst_base_rtp_audio_payload_class_init),
4038         (gst_base_rtp_audio_payload_init),
4039         (gst_base_rtp_audio_payload_finalize),
4040         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4041         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
4042         (gst_base_rtp_payload_audio_handle_event):
4043         Some cleanups, remove minptime property as it is now in the parent
4044         class.
4045         Override parent class event function.
4046
4047         * gst-libs/gst/rtp/gstbasertppayload.c:
4048         (gst_basertppayload_class_init), (gst_basertppayload_init),
4049         (gst_basertppayload_event), (gst_basertppayload_set_property),
4050         (gst_basertppayload_get_property):
4051         * gst-libs/gst/rtp/gstbasertppayload.h:
4052         Add min-ptime property.
4053         Add handle-event vmethod. Fixes #415001.
4054
4055 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
4056
4057         * gst-libs/gst/audio/gstbaseaudiosink.c
4058           (gst_base_audio_sink_change_state):
4059           Fix typo in comment.
4060
4061         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
4062           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
4063           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
4064           close_link):
4065         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
4066           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
4067           Remove trailing whitespaces in comments.
4068
4069         * gst/volume/Makefile.am:
4070           Fix tabs.
4071
4072 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
4073
4074         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
4075
4076         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
4077           set_option, get_option, _gst_reserved):
4078           Revert reordering functions (keep ABI).
4079
4080 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
4081
4082         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
4083         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
4084         (gst_ximagesink_show_frame):
4085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4086         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
4087         (gst_xvimagesink_show_frame):
4088         When we create our own window, indicate that we handle the 
4089         WM_DELETE client message from the window manager, so that it won't 
4090         kill our window (and our app) along with it. Handle ClientMessage,
4091         post an error on the bus, and close the window. Further buffers
4092         arriving will result in a FlowError because the window has been
4093         destroyed.
4094
4095         Fixes: #393975
4096
4097         Clean up the X event handling loop and make them the same for
4098         both xvimagesink and ximagesink while I'm at it.
4099
4100 2007-05-17  Wim Taymans  <wim@fluendo.com>
4101
4102         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
4103         Make decodebin2 autoplug depayloaders too.
4104
4105         * gst/playback/gsturidecodebin.c: (source_new_pad):
4106         Set the newly created decoder in a usable state when autoplugging a
4107         dynamic source such as RTSP.
4108
4109 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
4110
4111         * gst/playback/gststreaminfo.c: (cb_probe):
4112           Ignore video-codec tag for audio streams and ignore audio-codec tags
4113           for video streams. Should make codec name collection a bit more
4114           robust against sloppy demuxers that send tag events containing both
4115           tags down each pad.
4116
4117 2007-05-17  Wim Taymans  <wim@fluendo.com>
4118
4119         * gst/playback/gstqueue2.c: (update_rates):
4120         Tweak the buffering thresholds a little.
4121         Update the buffer size with the previously calculate rate instead of
4122         only when we calculate a new rate so that we get smoother buffering
4123         updates.
4124
4125         * gst/playback/Makefile.am:
4126         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
4127         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4128         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
4129         (gst_uri_decode_bin_get_property), (unknown_type),
4130         (add_element_stream), (no_more_pads_full), (no_more_pads),
4131         (source_no_more_pads), (new_decoded_pad), (array_has_value),
4132         (gen_source_element), (has_all_raw_caps), (analyse_source),
4133         (remove_decoders), (make_decoder), (remove_source),
4134         (source_new_pad), (setup_source), (decoder_query_init),
4135         (decoder_query_duration_fold), (decoder_query_duration_done),
4136         (decoder_query_position_fold), (decoder_query_position_done),
4137         (decoder_query_latency_fold), (decoder_query_latency_done),
4138         (decoder_query_seeking_fold), (decoder_query_seeking_done),
4139         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
4140         (gst_uri_decode_bin_change_state), (plugin_init):
4141         New element that intergrates a source, optional buffering element and
4142         decodebin.
4143
4144 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
4145
4146         * configure.ac:
4147           Bump libtheora requirement to 1.0alpha5 for the pixformat check
4148           (also has a .pc file, so we don't need the fallback check any
4149           longer). Fixes #438840.
4150
4151 2007-05-17  Wim Taymans  <wim@fluendo.com>
4152
4153         * gst/playback/gstqueue2.c: (gst_queue_get_type),
4154         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
4155         (apply_segment), (apply_buffer), (update_buffering),
4156         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
4157         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
4158         (gst_queue_handle_sink_event), (gst_queue_is_filled),
4159         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
4160         (plugin_init):
4161         fix build.
4162
4163 2007-05-17  Wim Taymans  <wim@fluendo.com>
4164
4165         * gst/playback/Makefile.am:
4166         * gst/playback/gstqueue2.c: (gst_queue_get_type),
4167         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
4168         (gst_queue_getcaps), (gst_queue_bufferalloc),
4169         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
4170         (apply_buffer), (update_buffering), (reset_rate_timer),
4171         (update_rates), (gst_queue_locked_flush),
4172         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
4173         (gst_queue_handle_sink_event), (gst_queue_is_empty),
4174         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
4175         (gst_queue_loop), (gst_queue_handle_src_event),
4176         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
4177         (gst_queue_src_activate_push), (gst_queue_change_state),
4178         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
4179         On our way to playbin2 this is the new network queue that does buffering
4180         all by itself using high and low watermarks. It can also measure up and
4181         downstream bandwidth to optimally size the queue.
4182
4183 2007-05-17  Michael Smith <msmith@fluendo.com>
4184
4185         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
4186         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
4187           Use the segment->last_stop value to calculate the next timestamp to
4188           generate after a seek; not the segment->start value.
4189
4190 2007-05-15  David Schleef  <ds@schleef.org>
4191
4192         * docs/Makefile.am: Install docs even when --disable-gtk-doc
4193           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
4194
4195 2007-05-15  Wim Taymans  <wim@fluendo.com>
4196
4197         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4198         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
4199         Some more chained streaming ogg timestamp fixes.
4200
4201 2007-05-15  Wim Taymans  <wim@fluendo.com>
4202
4203         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4204         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
4205         (gst_ogg_demux_handle_page):
4206         Add some FIXMEs.
4207         Fix chain start/stop segment handling based on patch by
4208         <ahalda at cs dot mcgill dot ca> see #320984.
4209
4210 2007-05-15  Michael Smith <msmith@fluendo.com>
4211
4212         * configure.ac:
4213           We don't require a C++ compiler. So don't require one.
4214
4215 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4216
4217         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
4218           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
4219           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
4220           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
4221           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
4222           gst_alsa_mixer_update_track):
4223           Apply some of the cleanup Tim suggested in #152864 afterwards.
4224
4225 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4226
4227         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
4228
4229         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
4230           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
4231           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
4232           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
4233           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
4234           gst_alsa_mixer_handle_source_callback,
4235           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
4236           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
4237           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
4238           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
4239           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
4240           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
4241         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
4242         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
4243           gst_alsa_mixer_element_interface_supported,
4244           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
4245           gst_alsa_mixer_element_set_property,
4246           gst_alsa_mixer_element_get_property,
4247           gst_alsa_mixer_element_change_state):
4248         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
4249         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
4250           gst_mixer_option_changed):
4251         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
4252           volume_changed, option_changed, _gst_reserved):
4253           Implement notification for alsamixer. Fixes #152864
4254
4255 2007-05-14  David Schleef  <ds@schleef.org>
4256
4257         * gst/videotestsrc/videotestsrc.c:
4258         * gst/videotestsrc/videotestsrc.h:
4259           Add support for video/x-raw-bayer.
4260
4261 2007-05-12  David Schleef  <ds@schleef.org>
4262
4263         * sys/xvimage/xvimagesink.c:
4264           Add some sanity checking for the XVImage size returned by X.
4265           Related to #377400.
4266
4267 2007-05-12  Wim Taymans  <wim@fluendo.com>
4268
4269         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4270         (gst_base_rtp_depayload_setcaps),
4271         (gst_base_rtp_depayload_set_gst_timestamp):
4272         Parse and use additional caps fields as described in updated
4273         application/x-rtp caps spec.
4274
4275 2007-05-12  Wim Taymans  <wim@fluendo.com>
4276
4277         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4278         (gst_ogg_demux_collect_chain_info):
4279         If there is a stream in a chain without any data packets, ignore the
4280         stream in the total length calculations. Might be related to #436820.
4281
4282 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
4283
4284         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
4285         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
4286         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
4287         (mpeg_video_type_find), (mpeg_video_stream_type_find),
4288         (plugin_init):
4289
4290         Consolidate and re-work our mpeg system stream detection to probe
4291         more packets and produce a higher confidence result. Fixes a
4292         regression caused by lowering the typefind probability last year
4293         - related to bug #397810. Remove the redundant MPEG-1 specific 
4294         typefind function, as the new one detects both MPEG-1 & MPEG-2
4295         happily.
4296
4297         Also cleanup the MPEG elementary and MPEG-TS detection functions a
4298         little. 
4299
4300         Tested against my media test directory, with some improvements and
4301         no regressions.
4302
4303 2007-05-10  Wim Taymans  <wim@fluendo.com>
4304
4305         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
4306         (queue_out_of_data):
4307         Connect to the new queue "pushing" signal instead of the broken
4308         "running" one.
4309
4310 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4311
4312         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4313         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
4314         Move variable declaration before the first instruction.
4315         * gst/videotestsrc/videotestsrc.c:
4316         Define M_PI if it's not defined yet.
4317         * win32/common/libgstrtp.def:
4318         Add new exported functions.
4319
4320 2007-05-09  Michael Smith <msmith@fluendo.com>
4321
4322         * ext/theora/theoradec.c: (theora_handle_type_packet):
4323           gst_pad_push_event() does not return a GstFlowReturn!
4324
4325 2007-05-09  Wim Taymans  <wim@fluendo.com>
4326
4327         * tests/examples/seek/scrubby.c: (stop_cb), (main):
4328         * tests/examples/seek/seek.c: (do_seek):
4329         Some small cosmetic changes.
4330
4331 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
4332
4333         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
4334           gst_adder_change_state):
4335         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
4336           segment_pending, segment_position, segment_rate):
4337           Handle playback-rate on adder.
4338
4339 2007-05-07  Michael Smith <msmith@fluendo.com>
4340
4341         * ext/theora/gsttheoradec.h:
4342         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4343         (theora_dec_sink_event), (theora_handle_comment_packet),
4344         (theora_handle_type_packet), (theora_dec_change_state):
4345           Don't push events (newsegment, tags) before initialising the
4346           decoder.
4347           This is neccesary for seeking to work correctly in gnonlin.
4348
4349 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
4350
4351         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4352         * gst/adder/gstadder.c:
4353         * gst/audiotestsrc/gstaudiotestsrc.c
4354           (gst_audio_test_src_create_white_noise):
4355         * gst/videotestsrc/gstvideotestsrc.c:
4356         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
4357           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
4358           volume_sink_template, volume_src_template, gst_volume_init,
4359           volume_process_double, volume_process_int16,
4360           volume_process_int16_clamp):
4361           Doc fixes and formatting.
4362
4363 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
4364
4365         * tests/check/Makefile.am:
4366         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4367           Minimal check for volume's GstController usability; also another
4368           test for #422295.
4369
4370 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
4371
4372         * gst-libs/gst/cdda/gstcddabasesrc.c:
4373         (gst_cdda_base_src_add_track):
4374           Fix it so that it (a) makes sense and (b) doesn't break
4375           everything cdda-related including the unit test.
4376
4377 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
4378
4379         * gst-libs/gst/cdda/gstcddabasesrc.c:
4380         (gst_cdda_base_src_add_track):
4381           Fix build when disabling asserts.
4382
4383 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
4384
4385         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4386           When XShm is not available, we might get row strides that are not
4387           rounded up to multiples of four; this is bad, because virtually
4388           every RGB-processing element in GStreamer assumes rowstrides are
4389           rounded up to multiples of four, so let's allocate at least enough
4390           memory to avoid crashes in this case. The image will still be
4391           displayed distorted though if this happens, so that still needs
4392           fixing (maybe by allocating a bigger image with an 'even' width
4393           and then clipping it appropriately when rendering - something for
4394           Xlib aficionados in any case).
4395
4396 2007-05-03  Michael Smith <msmith@fluendo.com>
4397
4398         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4399           If a buffer doesn't have a timestamp, assume it's contiguous with
4400           the previous buffer, and synthesise timestamps appropriately.
4401
4402 2007-05-03  Edward Hervey  <edward@fluendo.com>
4403
4404         * tests/check/elements/videorate.c: (GST_START_TEST):
4405         Set buffer timestamp to a valid value in order to test the buffer
4406         really does stay in videorate.
4407
4408 2007-05-03  Edward Hervey  <edward@fluendo.com>
4409
4410         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
4411         There is no sensible way to handle incoming buffers which don't have a
4412         valid timestamp. We therefore discard them and wait for the next one.
4413
4414 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
4415
4416         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
4417         * gst/playback/gstdecodebin2.c: (plugin_init):
4418           Better error message for text files.
4419
4420 2007-04-29  Wim Taymans  <wim@fluendo.com>
4421
4422         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
4423         Fix offset bug in generation RR packets.
4424
4425 2007-04-27  Julien MOUTTE  <julien@moutte.net>
4426
4427         * ext/theora/theoradec.c: (_theora_granule_time),
4428         (theora_dec_push_forward), (theora_handle_data_packet),
4429         (theora_dec_decode_buffer): Calculate buffer duration correctly
4430         to generate a perfect stream (#433888).
4431         * gst/audioresample/gstaudioresample.c:
4432         (audioresample_check_discont): Glib provides ABS.
4433
4434 2007-04-27  Wim Taymans  <wim@fluendo.com>
4435
4436         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
4437         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
4438         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
4439         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
4440         (gst_rtcp_packet_bye_set_reason):
4441         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4442         Fix RB block parsing and writing.
4443         Add support for constructing BYE packets.
4444
4445 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4446
4447         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
4448         (gst_base_audio_src_create):
4449         * po/POTFILES.in:
4450           When posting a warning message because samples were dropped, post
4451           something more intelligible than he default error message for clock
4452           errors which is just confusing in this context (#432984).
4453
4454 2007-04-25  Wim Taymans  <wim@fluendo.com>
4455
4456         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
4457         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
4458         (read_packet_header), (gst_rtcp_packet_move_to_next),
4459         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
4460         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
4461         (gst_rtcp_packet_sdes_get_item_count),
4462         (gst_rtcp_packet_sdes_first_item),
4463         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
4464         (gst_rtcp_packet_sdes_first_entry),
4465         (gst_rtcp_packet_sdes_next_entry),
4466         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
4467         (gst_rtcp_packet_sdes_add_entry):
4468         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4469         Implement code to write SR, RR and SDES packets.
4470
4471 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4472
4473         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
4474
4475         * sys/ximage/ximagesink.c:
4476           Fix build if XShm is not available (#432362).
4477
4478 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4479
4480         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
4481         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
4482         pointers to random memory which are passed to g_free() when
4483         audio_convert_prepare_context() is called the first time.
4484
4485 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4486
4487         Patch by: Dan Williams <dcbw redhat com>
4488
4489         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
4490           Don't leak incoming buffer if gst_pad_push() returns a
4491           non-OK flow. Fixes #432755.
4492          
4493         * tests/check/elements/videorate.c: (GST_START_TEST),
4494         (videorate_suite):
4495           Unit test for the above by Yours Truly.
4496
4497 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
4498
4499         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
4500         (gst_adder_sink_event), (gst_adder_collected):
4501           Fix non-flushing segmented seeks, Fixes #340060 for me
4502
4503 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4504
4505         Patch by: Olivier Crete  <tester at tester ca>
4506
4507         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4508         (gst_base_rtp_audio_payload_class_init),
4509         (gst_base_rtp_audio_payload_init),
4510         (gst_base_rtp_audio_payload_dispose):
4511           Chain up to parent class in dispose function; get rid of
4512           unnecessary 'diposed' flag in private structure (#415001).
4513
4514 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4515
4516         * docs/libs/gst-plugins-base-libs.types:
4517         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4518         (gst_base_rtp_audio_payload_class_init):
4519         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4520         * gst-libs/gst/rtp/gstbasertppayload.c:
4521           Some minor docs fixes and additions; also add missing 'Since' bits.
4522
4523 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4524
4525         Patch by: Zeeshan Ali  <zeenix gmail com>
4526
4527         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4528         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4529         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
4530         (gst_base_rtp_audio_payload_push):
4531         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4532           The recently-added gst_base_rtp_audio_payload_push() should take an
4533           object of type GstBaseRTPAudioPayload as first argument (#431672).
4534
4535 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4536
4537         * gst/audioresample/gstaudioresample.c:
4538           Make more functions static, just because we can.
4539
4540 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4541
4542         * tests/check/elements/audioresample.c:
4543           Add unit test for audioresample shutdown crasher (#420106).
4544
4545 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
4546
4547         * gst/subparse/gstsubparse.c:
4548         * gst/subparse/samiparse.c:
4549           Use GST_DISABLE_XML here
4550
4551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4552         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
4553         (gst_xvimagesink_buffer_alloc),
4554         (gst_xvimagesink_navigation_send_event):
4555         * sys/xvimage/xvimagesink.h:
4556           Include stdlib.h when using atoi.
4557           
4558         * tests/check/elements/playbin.c: (playbin_suite):
4559           Use GST_DISABLE_REGISTRY here
4560
4561 2007-04-19  Michael Smith  <msmith@fluendo.com>
4562
4563         * ext/theora/gsttheoraenc.h:
4564         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
4565         (theora_enc_sink_event), (theora_enc_change_state):
4566           Track initialisation state; don't try to use encoder state if we're
4567           not initialised (it'll segfault).
4568
4569 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
4570
4571         * tests/check/pipelines/.cvsignore:
4572         Fix build.
4573
4574 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4575
4576         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4577         Allow random depths between 1 and 32 instead of only multiplies of 8.
4578
4579 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4580
4581         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4582         Set the maximum number of channels for PCM and float in the correct
4583         place to have it also used when creating the template caps.
4584
4585 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4586
4587         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4588         Correctly support 4, 6 and 8 channels with normal PCM and float
4589         wav files.
4590
4591         Fix the depth and signedness calculation in extensible wav files and
4592         also handle 1, 2, 4, 6, 8 channels here when a file without channel
4593         mask is found.
4594
4595         Add support for float, alaw and mulaw in extensible wav files.
4596
4597         This allows correct playback of all but 5 files from
4598         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
4599         
4600         (gst_riff_create_audio_template_caps):
4601         Add voxware and float formats to the template caps.     
4602
4603 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4604
4605         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4606
4607         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
4608         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
4609
4610         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4611         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
4612         Use the correct format strings for integer formats.
4613
4614 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4615
4616         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
4617           Don't use pad_alloc_buffer_and_set_caps to create a small header
4618           packet, or, worse, to create a big temporary video buffer using the
4619           src pad.
4620
4621 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4622
4623         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
4624         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
4625           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
4626           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
4627
4628 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4629
4630         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
4631           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
4632           streamheader_suite):
4633           Add another test set up for failure
4634
4635 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4636
4637         * tests/check/Makefile.am:
4638         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
4639           GST_START_TEST, streamheader_suite, main):
4640           Add a test for the streamheader bug Wim fixed.
4641
4642 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
4643
4644         * ext/theora/theoradec.c: (theora_dec_sink_event):
4645         Fix misleading comment.
4646
4647 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4648
4649         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4650           More sanity checks for the header fields.
4651
4652 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4653
4654         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
4655           Try encodings from all environment variables, not just those in the
4656           first environment variable that is set.
4657
4658 2007-04-12  Wim Taymans  <wim@fluendo.com>
4659
4660         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
4661         (gst_video_rate_chain):
4662         Add some debug.
4663
4664         * tests/check/elements/videorate.c: (GST_START_TEST),
4665         (videorate_suite):
4666         Added check for videorate changing caps handling. Closes #421834.
4667
4668 2007-04-12  Michael Smith  <msmith@fluendo.com>
4669
4670         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4671           Use scale functions to avoid overflow when calculating duration of 
4672           vorbis buffers.
4673
4674 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4675
4676         * docs/libs/gst-plugins-base-libs-sections.txt:
4677         * gst-libs/gst/tag/tag.h:
4678         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
4679           API: add gst_tag_freeform_string_to_utf8() (#405072).
4680
4681         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
4682           Use gst_tag_freeform_string_to_utf8() here.
4683
4684 2007-04-12  Wim Taymans  <wim@fluendo.com>
4685
4686         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
4687         (gst_gdp_pay_sink_event):
4688         Make sure we set the IN_CAPS flag correctly.
4689
4690         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
4691         Get the IN_CAPS flag before we call functions that mess with the flags.
4692
4693 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4694
4695         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
4696           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
4697           Only stamp buffers with offset/offset_end right before they get
4698           pushed.  This ensures offset continuity, which was not the case
4699           before as shown by
4700           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
4701
4702 2007-04-06  Wim Taymans  <wim@fluendo.com>
4703
4704         * gst/playback/gstplaybin.c: (add_sink),
4705         (gst_play_bin_change_state):
4706         Activate sync in playbin, we are ready to handle it for live streams.
4707
4708 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4709
4710         * tests/check/elements/playbin.c:
4711         (test_sink_usage_video_only_stream), (playbin_suite):
4712           Add small test for stream-info-value-array code paths.
4713
4714 2007-04-05  Wim Taymans  <wim@fluendo.com>
4715
4716         * gst-libs/gst/audio/gstbaseaudiosink.c:
4717         (gst_base_audio_sink_skew_slaving):
4718         Don't try to create invalid calibration parameters by making the
4719         internal time go backwards, instead make external time go forward.
4720
4721 2007-04-05  Wim Taymans  <wim@fluendo.com>
4722
4723         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4724
4725         * gst/playback/gstplaybasebin.c: (add_stream):
4726         Fix leak in add_stream(), when g_value_set_object() increases the
4727         refcount of streaminfo object. Fixes #426250.
4728
4729 2007-04-03  David Schleef  <ds@schleef.org>
4730
4731         * gst/videotestsrc/gstvideotestsrc.c:
4732         * gst/videotestsrc/gstvideotestsrc.h:
4733         * gst/videotestsrc/videotestsrc.c:
4734         * gst/videotestsrc/videotestsrc.h:
4735           Add a test pattern called "circular", which has concentric
4736           rings with varying radial frequency.  The main purpose of this
4737           pattern is to test fidelity loss in a filter or scaler element.
4738           Notably, this pattern is scale invariant, and is optimally viewed
4739           with a width (and height) of 400.
4740
4741 2007-04-03  Wim Taymans  <wim@fluendo.com>
4742
4743         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4744
4745         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
4746         (deactivate_free_recursive):
4747         Decodebin2 doesn't unref pads it obtains in some occasions:
4748         - multiqueue src pads, when either connecting further or exposing
4749         - sink pads of new autoplugged elements
4750         - peer pads when recursively freeing elements
4751         Fixes #425455.
4752
4753 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4754
4755         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4756         Add audio/x-raw-float support, now that audioconvert support
4757         non-native endianness floats.
4758
4759 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4760
4761         * docs/libs/gst-plugins-base-libs-docs.sgml:
4762           gstreamer-plugins-base.pc doesn't exist, it's
4763           gstreamer-plugins-base-0.10.pc.
4764
4765 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4766
4767         Patch by: René Stadler <mail at renestadler dot de>
4768         with some minor changes
4769
4770         * gst-libs/gst/floatcast/floatcast.h:
4771         Use more efficient float endianness conversion functions that don't
4772         involve 2 function calls per value.
4773         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
4774         (check_default), (audio_convert_prepare_context):
4775         * gst/audioconvert/gstaudioconvert.c:
4776         (gst_audio_convert_parse_caps), (make_lossless_changes):
4777         Support non-native endianness floats as input and output.
4778         Fixes #339838.
4779         * tests/check/elements/audioconvert.c: (verify_convert),
4780         (GST_START_TEST):
4781         Add unit tests for the non-native endianness float conversions.
4782
4783 2007-03-29  Wim Taymans  <wim@fluendo.com>
4784
4785         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4786         (gst_base_rtp_depayload_base_init),
4787         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4788         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
4789         (gst_base_rtp_depayload_set_gst_timestamp),
4790         (gst_base_rtp_depayload_change_state),
4791         (gst_base_rtp_depayload_set_property),
4792         (gst_base_rtp_depayload_get_property):
4793         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4794         Add Private structure.
4795         Bring element code to 2007.
4796         Parse clock-base caps param and use it when generating the
4797         newsegment.
4798         Reset variables before going to PAUSED.
4799         Fix some docs.
4800
4801 2007-03-29  Wim Taymans  <wim@fluendo.com>
4802
4803         * docs/libs/gst-plugins-base-libs-docs.sgml:
4804         * docs/libs/gst-plugins-base-libs-sections.txt:
4805         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4806         (gst_base_rtp_audio_payload_get_adapter):
4807         Add RTCP docs.
4808         Fix some more docs.
4809
4810         * gst-libs/gst/rtp/Makefile.am:
4811         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4812         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
4813         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
4814         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
4815         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
4816         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
4817         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
4818         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
4819         (gst_rtcp_packet_sr_get_sender_info),
4820         (gst_rtcp_packet_sr_set_sender_info),
4821         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
4822         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
4823         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
4824         (gst_rtcp_packet_sdes_get_chunk_count),
4825         (gst_rtcp_packet_sdes_first_chunk),
4826         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
4827         (gst_rtcp_packet_sdes_first_item),
4828         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
4829         (gst_rtcp_packet_bye_get_ssrc_count),
4830         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
4831         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
4832         (gst_rtcp_packet_bye_get_reason_len),
4833         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
4834         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4835         Add new helper object for parsing and creating RTCP messages.
4836
4837 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4838
4839         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4840         PCM samples with width=8 must be always unsigned, no matter what
4841         depth they have.
4842
4843 2007-03-29  Andy Wingo  <wingo@pobox.com>
4844
4845         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
4846         perfect offsets also, not just timestamps.
4847
4848         * tests/check/elements/videorate.c (test_more): Test that given
4849         any incoming offsets, that videorate produces perfect offsets.
4850
4851 2007-03-29  Wim Taymans  <wim@fluendo.com>
4852
4853         * gst-libs/gst/riff/riff-ids.h:
4854         Add some more RIFF formats.
4855
4856 2007-03-29  Wim Taymans  <wim@fluendo.com>
4857
4858         * gst-libs/gst/rtp/gstrtpbuffer.c:
4859         (gst_rtp_buffer_default_clock_rate):
4860         * gst-libs/gst/rtp/gstrtpbuffer.h:
4861         Fix fixed payload names and docs.
4862         Added method to get the default clock rates of fixed payload types.
4863         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
4864
4865 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4866
4867         * tests/check/pipelines/.cvsignore:
4868         Add new vorbisdec test to cvsignore.
4869
4870 2007-03-28  Wim Taymans  <wim@fluendo.com>
4871
4872         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
4873         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4874         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
4875         (gst_base_audio_sink_set_property),
4876         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
4877         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
4878         (gst_base_audio_sink_skew_slaving),
4879         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
4880         (gst_base_audio_sink_async_play):
4881         * gst-libs/gst/audio/gstbaseaudiosink.h:
4882         Store private stuff in GstBaseAudioSinkPrivate.
4883         Add configurable clock slaving modes property.
4884         API:: GstBaseAudioSink::slave-method property
4885         Some more latency reporting tweaks.
4886         Added skew based clock slaving correction and make it the default until
4887         the resampling method is more robust.
4888
4889 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
4890
4891         * gst/audioconvert/audioconvert.c:
4892         Add docs to the integer pack functions and implement proper
4893         rounding. Before we had rounding towards negative infinity, i.e.
4894         always the smaller number was taken. Now we use natural rounding,
4895         i.e. rounding to the nearest integer and to the one with the largest
4896         absolute value for X.5. The old rounding introduced some minor
4897         distortions. Fixes #420079
4898         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4899         Fix one unit test that assumed the old rounding and added unit tests
4900         for checking signed/unsigned int16 <-> signed/unsigned int16 with
4901         depth 8, one for signed int16 <-> unsigned int16 and one for the new
4902         rounding from signed int32 to signed/unsigned int16.
4903
4904 2007-03-27  Michael Smith  <msmith@fluendo.com>
4905
4906         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
4907         (gst_audio_convert_transform_caps):
4908           Fix typo in debug line introduced recently, as pointed out on irc.
4909
4910 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4911
4912         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4913         * tests/check/libs/tag.c: (GST_START_TEST):
4914           Make sure we parse floating-point numbers in vorbis comments
4915           correctly with either '.' or ',' as separator, no matter what
4916           the current locale is. Add unit test for this too.
4917
4918 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
4919
4920         Patch by: René Stadler  <mail at renestadler de>
4921
4922         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
4923           When writing out floating-point numbers to vorbis comment tags, always
4924           use the same character as separator no matter what the current locale is
4925           (fixes #423051).
4926
4927         * tests/check/libs/tag.c: (GST_START_TEST):
4928           Add unit tests for replaygain tags in vorbis comments (closes #423055).
4929
4930 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4931
4932         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
4933           vorbis_handle_data_packet):
4934           Correctly set DURATION to generate a timestamp-continuous stream.
4935           One bug left at the end; see
4936           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
4937         * tests/check/Makefile.am:
4938         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
4939           Add a test to check this.  Without the above patch this test fails.
4940
4941 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
4942
4943         * gst-libs/gst/rtp/Makefile.am:
4944         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
4945
4946 2007-03-23  Michael Smith  <msmith@fluendo.com>
4947
4948         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
4949         (gst_video_rate_reset), (gst_video_rate_chain):
4950           If videorate changes caps, we can no longer use the old buffer
4951           (which may have a different size, incompatible with our caps).
4952           So don't do that; just duplicate the new frame more times.
4953
4954 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
4955
4956         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4957         Remove playbin's override of the set_clock vmethod. It's irrelevant
4958         after Wim's commit on the 19th.
4959
4960 2007-03-22  Wim Taymans  <wim@fluendo.com>
4961
4962         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
4963         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
4964         * ext/gnomevfs/gstgnomevfssrc.h:
4965         Don't cache file sizes. Fixes #341078.
4966
4967 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4968
4969         * gst/playback/gstplaybin.c: (add_sink):
4970           Use GST_PTR_FORMAT to log caps. 
4971
4972 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4973
4974         Patch by: Young-Ho Cha <ganadist at chollian net>
4975
4976         * gst/subparse/samiparse.c: (handle_start_font):
4977           Special-case some more colour names that pango doesn't handle by
4978           default. Fixes #420578.
4979
4980 2007-03-20  Michael Smith  <msmith@fluendo.com>
4981
4982         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
4983           If we get a zero-sized input buffer, don't pass it to libvorbis, as
4984           that marks EOS internally. After that, libvorbis will buffer all
4985           input data, and encode none of it, eventually leading to memory
4986           exhaustion.
4987
4988 2007-03-19  Wim Taymans  <wim@fluendo.com>
4989
4990         * gst/playback/gstdecodebin.c: (remove_fakesink):
4991         Don't post STATE_DIRTY anymore.
4992
4993         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
4994         (gst_play_bin_change_state):
4995         Remove stream_time reset in seek handling, core does that now.
4996         Disable clocking for live pipelines by forcing a NULL clock to the
4997         complete pipeline, core is too smart now for our previous hack.
4998         We can always autoplug in PAUSED now.
4999
5000 2007-03-17  David Schleef  <ds@schleef.org>
5001
5002         * REQUIREMENTS:  Update this file, change the formatting to make
5003         it more consistent, plus more machine readable.
5004
5005 2007-03-16  Michael Smith  <msmith@fluendo.com>
5006
5007         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5008         (strip_width_64), (append_with_other_format):
5009           Previous fix was too simplistic, and broke the tests. Use a better
5010           approach; only strip 64 from widths for integer audio.
5011
5012 2007-03-16  Michael Smith  <msmith@fluendo.com>
5013
5014         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5015         (gst_audio_convert_transform_caps):
5016           We don't support 64 bit integer audio, so don't try to claim we can.
5017           Stops us producing caps don't match our template caps.
5018           Update comments.
5019
5020 2007-03-15  Michael Smith  <msmith@fluendo.com>
5021
5022         * gst/audioresample/gstaudioresample.c:
5023         (audioresample_check_discont), (audioresample_transform):
5024           Don't trigger discontinuities for very small imperfections; a filter
5025           flush will sound bad, and many plugins have rounding errors leading
5026           to these.
5027
5028 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5029
5030         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
5031
5032         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5033         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5034         API: add "min-ptime" property to RTP base audio payloader.
5035         API: add gst_base_rtp_audio_payload_push().
5036         API: add gst_base_rtp_audio_payload_get_adapter().
5037         Fixes #415001
5038         Indentation/whitespace/documentation fixes.
5039
5040 2007-03-14  Julien MOUTTE  <julien@moutte.net>
5041
5042         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5043         (audioresample_transform_size), (audioresample_do_output),
5044         (audioresample_transform), (audioresample_pushthrough): Handle
5045         discontinuous streams.
5046         * gst/audioresample/gstaudioresample.h:
5047         * tests/check/elements/audioresample.c:
5048         (test_discont_stream_instance), (GST_START_TEST),
5049         (audioresample_suite): Add a test for discontinuous streams.
5050         * win32/common/config.h: Updated.
5051
5052 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5053
5054         * po/af.po:
5055         * po/az.po:
5056         * po/cs.po:
5057         * po/en_GB.po:
5058         * po/it.po:
5059         * po/nb.po:
5060         * po/nl.po:
5061         * po/or.po:
5062         * po/sq.po:
5063         * po/sr.po:
5064         * po/sv.po:
5065         * po/uk.po:
5066         * po/vi.po:
5067           Update translations from translation project.
5068
5069 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5070
5071         * gst/audioresample/debug.h:
5072         * gst/audioresample/resample.c: (resample_init):
5073           Since I really am not interested in a debug line for each sample
5074           being processed, move the library's debugging to its own category,
5075           libaudioresample
5076
5077 2007-03-13  Michael Smith  <msmith@fluendo.com>
5078
5079         * ext/theora/theoradec.c: (theora_handle_type_packet):
5080           Since the plugin doesn't support anything other than 4:2:0 right
5081           now, post an error and fail if we get something else. Won't matter
5082           until libtheora supports the other pixel formats, but hopefully
5083           that'll be soon...
5084
5085 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5086
5087         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
5088         Use gst_guint64_to_gdouble for conversion.
5089         * win32/MANIFEST:
5090         Add new files to the win32 MANIFEST.
5091         * win32/common/libgstaudio.def:
5092         * win32/common/libgstpbutils.def:
5093         Add new exported functions.
5094         * win32/vs6/gst_plugins_base.dsw:
5095         * win32/vs6/libgstdecodebin.dsp:
5096         * win32/vs6/libgstplaybin.dsp:
5097         Change the link to libgstpbutils.lib.
5098         * win32/vs6/libgstdecodebin2.dsp:
5099         Add a new project for decodebin2.
5100         * win32/vs6/libgstpbutils.dsp:
5101         Add a new project for pbutils.
5102
5103 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5104
5105         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5106           Also accept partial dates with only year and month,
5107           like 1999-12-00 (fixes #410396 even more).
5108
5109         * tests/check/libs/tag.c: (GST_START_TEST):
5110           Add unit test for the above.
5111
5112 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5113
5114         * tests/check/elements/subparse.c: (GST_START_TEST),
5115         (subparse_suite):
5116           Add unit test for MPL2 subtitle format (#413799).
5117
5118 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5119
5120         Patch by: Kamil Pawlowski  <kamilpe gmail com>
5121
5122         * gst/subparse/Makefile.am:
5123         * gst/subparse/gstsubparse.c:
5124         (gst_sub_parse_data_format_autodetect),
5125         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
5126         (gst_subparse_type_find):
5127         * gst/subparse/gstsubparse.h:
5128         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
5129         * gst/subparse/mpl2parse.h:
5130           Add support for MPL2 subtitle format (#413799).
5131
5132 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5133
5134         * configure.ac:
5135           We require core CVS for the new buffer metadata copy functions.
5136
5137 2007-03-09  Wim Taymans  <wim@fluendo.com>
5138
5139         * gst-libs/gst/tag/gstid3tag.c:
5140         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5141         Fixes #414496.
5142
5143         Patch by: Alex Lancaster <alexl at users sourceforge net>
5144
5145 2007-03-09  Wim Taymans  <wim@fluendo.com>
5146
5147         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
5148         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
5149         Improve adapter usage and comments.
5150
5151 2007-03-09  Wim Taymans  <wim@fluendo.com>
5152
5153         * ext/pango/gsttextrender.c: (gst_text_render_chain):
5154         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
5155         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
5156         Use new metadata copy function.
5157
5158         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5159         (gst_ffmpegcsp_transform):
5160         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
5161         Basetransform copied the metadata for us.
5162
5163 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5164
5165         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
5166         (gst_text_overlay_video_event):
5167           Some more logging. Only accept newsegment events in TIME format and
5168           send a WARNING message if they are not in TIME format.
5169
5170         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5171         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
5172         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
5173         * gst/subparse/gstsubparse.h:
5174           No need to allocate GstSegment structure dynamically, just put it
5175           into the instance structure; ignore newsegment events in BYTE
5176           format and in particular don't let it overwrite our saved TIME
5177           segment from the last seek.
5178
5179 2007-03-09  Michael Smith  <msmith@fluendo.com>
5180
5181         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
5182           Replace AC3 typefinder with one that isn't terrible, and actually
5183           works usefully.
5184
5185 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5186
5187         * gst/audioconvert/gstaudioconvert.c:
5188         (gst_audio_convert_transform):
5189           fix error category and translatable string
5190           
5191
5192 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5193
5194         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5195         * pkgconfig/gstreamer-plugins-base.pc.in:
5196           Fix up utils => pbutils here too.
5197
5198 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5199
5200         * gst/subparse/gstsubparse.c: (handle_buffer):
5201           Break out of loop in chain function as soon as possible if we get
5202           a non-OK flow return.
5203
5204 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5205
5206         * tests/check/elements/alsa.c: (GST_START_TEST):
5207         Unref the mixer if the state change fails too (if the
5208         alsa devices are inaccessible, for example)
5209
5210 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5211
5212         * tests/check/Makefile.am:
5213         Don't test libvisual elements in the states check, because libvisual
5214         seems to leak internally.
5215
5216         Re-enable the alsa and states tests now that there's new suppressions
5217         in gst.supp.
5218
5219         * tests/check/elements/alsa.c: (GST_START_TEST):
5220         Don't leak the alsamixer we instantiated.
5221
5222 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5223
5224         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
5225         (gst_ximagesink_change_state), (gst_ximagesink_reset),
5226         (gst_ximagesink_finalize):
5227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
5228         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
5229         Move some cleanup stuff from the state change handler into a _reset()
5230         function that can be called from _finalize(). This ensures that things
5231         get freed even if (for some reason) the NULL->READY state transition
5232         fails in the parent class.
5233         Even if a parent state change fails, process our downward state change
5234         logic instead of bailing out early.
5235         Free the correct xcontext pointer in ximagesink's xcontext_clear.
5236
5237 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5238
5239         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5240         Extra log line.
5241
5242         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
5243         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
5244         Use pango_font_description_set_family_static instead of 
5245         pango_font_description_set_family to save a string copy (it was
5246         leaking due to the strdup anyway)
5247
5248         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
5249         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
5250         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
5251         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
5252         Chain up in finalize.
5253
5254 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
5255
5256         * gst-libs/gst/interfaces/mixertrack.c:
5257         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
5258         (gst_mixer_track_set_property):
5259           API: add "untranslated-label" property which should be set by
5260           implementations at construct time (#414645).
5261
5262         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
5263         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5264           Set "untranslated-label" when constructing mixer track objects.
5265
5266         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
5267           Unit test to check the above.
5268
5269 2007-03-07  Wim Taymans  <wim@fluendo.com>
5270
5271         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
5272         Fix confusing debug message.
5273
5274 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5275
5276         * gst-plugins-base.doap:
5277         update doap file with new version
5278
5279 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5280
5281         * configure.ac:
5282         Back to CVS
5283
5284 === release 0.10.12 ===
5285
5286 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
5287
5288         * configure.ac:
5289           releasing 0.10.12, "Zombie Horde"
5290
5291 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5292
5293         * configure.ac:
5294         Bump version to 0.10.11.4 pre-release
5295
5296 2007-03-06  Wim Taymans  <wim@fluendo.com>
5297
5298         * gst-libs/gst/audio/gstbaseaudiosink.c:
5299         (gst_base_audio_sink_async_play):
5300         Fix regression that made GStreamer skip the first samples of audio.
5301         Fixes #414684.
5302
5303 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5304
5305         * configure.ac:
5306         Bump version to 0.10.11.3 pre-release
5307
5308 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5309
5310         * po/POTFILES.in:
5311           Update paths for the rename from utils to pbutils to fix the build.
5312
5313 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
5314
5315         * gst-libs/gst/pbutils/Makefile.am:
5316           Change directory to install headers in from gst/utils to gst/pbutils
5317           as well.
5318
5319 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5320
5321         * configure.ac:
5322         * docs/libs/gst-plugins-base-libs-docs.sgml:
5323         * docs/libs/gst-plugins-base-libs-sections.txt:
5324         * gst-libs/gst/Makefile.am:
5325         * gst-libs/gst/interfaces/mixer.c:
5326         * gst-libs/gst/pbutils/Makefile.am:
5327         * gst-libs/gst/pbutils/descriptions.c:
5328         (gst_pb_utils_get_source_description),
5329         (gst_pb_utils_get_sink_description),
5330         (gst_pb_utils_get_decoder_description),
5331         (gst_pb_utils_get_encoder_description),
5332         (gst_pb_utils_get_element_description),
5333         (gst_pb_utils_add_codec_description_to_tag_list),
5334         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
5335         * gst-libs/gst/pbutils/descriptions.h:
5336         * gst-libs/gst/pbutils/install-plugins.c:
5337         * gst-libs/gst/pbutils/install-plugins.h:
5338         * gst-libs/gst/pbutils/missing-plugins.c:
5339         (gst_missing_uri_source_message_new),
5340         (gst_missing_uri_sink_message_new),
5341         (gst_missing_element_message_new),
5342         (gst_missing_decoder_message_new),
5343         (gst_missing_encoder_message_new),
5344         (gst_missing_plugin_message_get_description):
5345         * gst-libs/gst/pbutils/missing-plugins.h:
5346         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
5347         * gst-libs/gst/pbutils/pbutils.h:
5348         * gst-libs/gst/utils/Makefile.am:
5349         * gst-libs/gst/utils/base-utils.c:
5350         * gst-libs/gst/utils/base-utils.h:
5351         * gst-libs/gst/utils/descriptions.c:
5352         * gst-libs/gst/utils/descriptions.h:
5353         * gst-libs/gst/utils/install-plugins.c:
5354         * gst-libs/gst/utils/install-plugins.h:
5355         * gst-libs/gst/utils/missing-plugins.c:
5356         * gst-libs/gst/utils/missing-plugins.h:
5357         * gst-plugins-base.spec.in:
5358         * gst/playback/Makefile.am:
5359         * gst/playback/gstdecodebin.c:
5360         * gst/playback/gstdecodebin2.c:
5361         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5362         (gen_source_element):
5363         * gst/playback/gstplaybin.c: (plugin_init):
5364         * tests/check/Makefile.am:
5365         * tests/check/libs/pbutils.c: (GST_START_TEST),
5366         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
5367         * tests/check/libs/utils.c:
5368           rename utils to pbutils
5369
5370 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5371
5372         * docs/plugins/Makefile.am:
5373         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5374         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5375         * docs/plugins/inspect/plugin-decodebin2.xml:
5376         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
5377         Add documentation for decodebin2 that indicates that the API
5378         is still unstable.
5379
5380 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5381
5382         * configure.ac:
5383         Update to 0.10.11.2 (0.10.12 pre-release)
5384
5385 2007-03-01  Wim Taymans  <wim@fluendo.com>
5386
5387         * gst-libs/gst/audio/gstbaseaudiosink.c:
5388         (gst_base_audio_sink_async_play):
5389         base time is irrelevant here.
5390
5391 2007-03-01  Wim Taymans  <wim@fluendo.com>
5392
5393         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
5394         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
5395         Improve debugging.
5396
5397         * gst-libs/gst/audio/gstbaseaudiosink.c:
5398         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
5399         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
5400         Improve latency and clock slaving calculations.
5401         Improve slave clock calibration.
5402
5403         * gst-libs/gst/audio/gstringbuffer.c:
5404         (gst_ring_buffer_commit_full):
5405         When we are asked to render N sample to 0 bytes, return N.
5406
5407 2007-03-01  Wim Taymans  <wim@fluendo.com>
5408
5409         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
5410         (gst_alsasink_write), (gst_alsasink_reset):
5411         * ext/alsa/gstalsasink.h:
5412         Remove unused dispose function.
5413         Rename lock to not interfere with alsasrc lock.
5414
5415         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
5416         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
5417         (gst_alsasrc_read), (gst_alsasrc_reset):
5418         * ext/alsa/gstalsasrc.h:
5419         Implement finalize function.
5420         Use lock to protect alsa access.
5421         Implement _reset.
5422         Fine tune sw params.
5423
5424 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5425
5426         * configure.ac:
5427           Convert to new AG_GST style.
5428
5429 2007-02-28  Wim Taymans  <wim@fluendo.com>
5430
5431         Patch by: Ed Catmur <ed at catmur dot co dot uk>
5432
5433         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
5434         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
5435         Fix race condition when rapidly switching visualisations in playbin.
5436         Fixes #401029.
5437
5438 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
5439
5440         * tests/check/Makefile.am:
5441         Include local stuff before system installed things in LDFLAGS and
5442         CFLAGS.
5443
5444 2007-02-28  Wim Taymans  <wim@fluendo.com>
5445
5446         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
5447         Improve debugging.
5448
5449 2007-02-28  Wim Taymans  <wim@fluendo.com>
5450
5451         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
5452         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
5453         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
5454         Fix duration and timestamping, taking latency into account.
5455         Implement latency query.
5456
5457 2007-02-28  Wim Taymans  <wim@fluendo.com>
5458
5459         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
5460         (gst_audio_clock_new):
5461         Fix clock name.
5462
5463         * gst-libs/gst/audio/gstbaseaudiosink.c:
5464         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
5465         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5466         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
5467         (gst_base_audio_src_create):
5468         Improve latency query code.
5469         Use proper clock names.
5470
5471 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5472
5473         * tests/check/generic/states.c: (GST_START_TEST):
5474           Copy the states.c test from core again
5475         * tests/check/Makefile.am:
5476           ignore cdio and cdparanoiasrc
5477
5478 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
5479
5480         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
5481         (double_hq), (audio_convert_get_func_index), (check_default),
5482         (audio_convert_prepare_context), (audio_convert_convert):
5483           Also make valgrind happy and avoid copying data in some cases.
5484
5485 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
5486
5487         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
5488         (double_hq), (audio_convert_get_func_index),
5489         (audio_convert_prepare_context), (audio_convert_convert):
5490         * gst/audioconvert/gstaudioconvert.c:
5491         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
5492         (gst_audio_convert_transform_caps):
5493         * tests/check/elements/audioconvert.c: (GST_START_TEST),
5494         (audioconvert_suite):
5495           Don't run inplace if that overwrites source data as we go. Add more
5496           tests. Fixes #339837 even more.
5497
5498 2007-02-27  Julien MOUTTE  <julien@moutte.net>
5499
5500         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
5501         (msg_segment_done): Fix various seeking bugs (Slider was not
5502         updating when doing a non flushing seek, Reverse playback 
5503         on segment seek was wrong).
5504
5505 2007-02-26  Wim Taymans  <wim@fluendo.com>
5506
5507         * tests/examples/seek/seek.c: (stop_seek):
5508         When we stop scrubbing, don't leave the pipeline PLAYING when we
5509         requested a PAUSED state.
5510
5511 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
5512
5513         Patch by: René Stadler <mail at renestadler de>
5514
5515         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5516           Parse date strings in vorbis comments that have an invalid (zero)
5517           month or day (#410396).
5518
5519         * tests/check/libs/tag.c: (GST_START_TEST):
5520           Test case for the above.
5521
5522 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5523
5524         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5525
5526         * configure.ac:
5527         * ext/alsa/Makefile.am:
5528         * gst/audiotestsrc/Makefile.am:
5529           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
5530
5531 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5532
5533         * gst/playback/gstplaybin.c:
5534           Improve docs: point out that the application needs to assist playbin
5535           with buffering.
5536
5537 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5538
5539         * gst-libs/gst/utils/install-plugins.c:
5540         * gst-libs/gst/utils/missing-plugins.c:
5541         * tests/check/libs/utils.c: (missing_msg_check_getters):
5542           Change GStreamer marker prefix in detail string from 'gstreamer.net'
5543           to just 'gstreamer'. Document the caps string component of the
5544           decoder/encoder detail a bit better, since not everyone will be
5545           familiar with the GStreamer media type/caps system (but they better
5546           enjoy nested itemized lists).
5547
5548 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5549
5550         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5551         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
5552           Fix copying of GstNetBuffer (would crash before, or at least lead to
5553           invalid memory access, #410772), for now by copying the GstBuffer copy
5554           code from the core over here so we can copy the GstBuffer fields on a
5555           provided buffer instance (of type GstNetBuffer in this case). Would be
5556           better to fix this with some support by the core though (and in the long
5557           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
5558
5559         * tests/check/Makefile.am:
5560           Enable unit test for GstNetBuffer.
5561
5562 2007-02-22  Andy Wingo  <wingo@pobox.com>
5563
5564         * gst-libs/gst/audio/gstbaseaudiosink.c
5565         (gst_base_audio_sink_init): Disable pull-mode activation until we
5566         figure out how to make audio sinks go to PLAYING.
5567
5568 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5569
5570         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
5571         (double_hq), (audio_convert_get_func_index),
5572         (audio_convert_prepare_context), (audio_convert_convert):
5573         * gst/audioconvert/audioconvert.h:
5574         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
5575         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
5576         * gst/audioconvert/gstchannelmix.h:
5577         * tests/check/elements/audioconvert.c: (GST_START_TEST):
5578           Add float as an intermediate format, as well as float mixing. Enable
5579           test that was failing before. Fixes #339837
5580
5581 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
5582
5583         * tests/examples/seek/seek.c: (do_seek):
5584         Undo the previous commit: -1 as a stop time implies that the stop
5585         time is the end of file, clearing any previously configured segment.
5586
5587 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
5588
5589         * tests/examples/seek/seek.c: (do_seek):
5590         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
5591
5592 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5593
5594         * gst/volume/gstvolume.c: (volume_process_int16),
5595         (volume_process_int16_clamp), (volume_set_caps):
5596           Unbreak volume, value remains gint.
5597
5598 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5599
5600         * gst/volume/gstvolume.c: (volume_choose_func),
5601         (volume_update_real_volume), (gst_volume_set_volume),
5602         (gst_volume_init), (volume_process_double), (volume_process_float),
5603         (volume_process_int16), (volume_process_int16_clamp),
5604         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
5605         * gst/volume/gstvolume.h:
5606           Extend float audio support (double) and some int->uint cleanups.
5607
5608 2007-02-20  Edward Hervey  <edward@fluendo.com>
5609
5610         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
5611         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
5612         (sort_end_pads), (gst_decode_group_expose),
5613         (gst_decode_group_hide):
5614         Don't free groups from the streaming threads. Just put them aside and
5615         free them in dispose.
5616
5617 2007-02-20  Edward Hervey  <edward@fluendo.com>
5618
5619         * gst/playback/gstdecodebin2.c: (connect_element),
5620         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
5621         (sort_end_pads), (gst_decode_group_expose):
5622         Handle dynamic pads within groups.
5623         Sort pads before exposing them in order to make playbin happy.
5624         There still is a race with the multiqueue filling up. This should be
5625         solved separately.
5626         Fixes #398721
5627
5628 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5629
5630         * gst-libs/gst/utils/base-utils.c:
5631         * gst-libs/gst/utils/descriptions.c:
5632         * gst-libs/gst/utils/install-plugins.c:
5633         * gst-libs/gst/utils/missing-plugins.c:
5634           Some more docs (and descriptions for two subtitle formats).
5635
5636 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5637
5638         * gst-libs/gst/audio/audio.c:
5639           Fix documentation.
5640
5641 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5642
5643         Patch by: Yves Lefebvre  <ivanohe abacom com>
5644
5645         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
5646           Don't leak caps. Fixes #408278.
5647
5648 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
5649
5650         * ext/cdparanoia/gstcdparanoiasrc.h:
5651         * ext/ogg/gstoggdemux.h:
5652         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
5653         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
5654         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
5655         * gst-libs/gst/audio/audio.h:
5656         * gst-libs/gst/audio/gstaudiofilter.h:
5657         * gst-libs/gst/interfaces/videoorientation.h:
5658         * gst/adder/gstadder.h:
5659           More docs coverage and some ChangeLog surgery (add missing names)
5660
5661 2007-02-15  Wim Taymans  <wim@fluendo.com>
5662
5663         * sys/ximage/ximagesink.c:
5664         (gst_ximagesink_calculate_pixel_aspect_ratio):
5665         * sys/xvimage/xvimagesink.c:
5666         (gst_xvimagesink_calculate_pixel_aspect_ratio):
5667         Small constifications.
5668
5669 2007-02-15  Wim Taymans  <wim@fluendo.com>
5670
5671         * gst-libs/gst/audio/gstbaseaudiosink.c:
5672         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
5673         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
5674         (gst_base_audio_sink_async_play),
5675         (gst_base_audio_sink_change_state):
5676         Answer latency query.
5677         Use configured latency when syncing.
5678         Fix clock slaving.
5679
5680         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5681         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
5682         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
5683         Fix possible memleak.
5684         Implement latency query.
5685         Small cleanups.
5686
5687 2007-02-15  Wim Taymans  <wim@fluendo.com>
5688
5689         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5690         Ignore errors in reset, these are not fatal. They also grab the element
5691         lock which is already taking when this function is called. Fixes
5692         #405451.
5693
5694 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5695
5696         * configure.ac:
5697           Remove 'tests/examples/xerror/Makefile' from output files again.
5698
5699 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5700
5701         * configure.ac:
5702         * docs/plugins/Makefile.am:
5703           Also crossref against gst-plugins-base-libs.
5704
5705 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5706
5707         * configure.ac:
5708         * docs/libs/Makefile.am:
5709         * docs/plugins/Makefile.am:
5710           Add crossreferences to glib/gobject/gstream docs.
5711
5712         * gst-libs/gst/audio/audio.h:
5713           Source formatting.
5714
5715         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
5716           Add own debug category.
5717
5718 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5719
5720         Patch by: René Stadler <mail at renestadler de>
5721
5722         * gst-libs/gst/tag/gstvorbistag.c:
5723           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
5724           (#403597).
5725
5726 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
5727
5728         * gst/playback/gstplaybasebin.c: (setup_source):
5729           When we have external subtitles and wait for the subtitle decodebin
5730           to get up and running, we set up a (sync) bus handler for the
5731           subtitle decodebin, so we can stop waiting when it posts an error
5732           message. However, we should do that before we set the subtitle
5733           decodebin's state to playing, otherwise things are racy and we might
5734           miss error messages posted before we had a chance to set up the bus.
5735           This should finally fix totem hanging on .txt pseudo-subtitle files.
5736           
5737 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
5738
5739         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
5740           Use gst_gdouble_to_guint64 for conversions.
5741         * win32/common/config.h.in:
5742           Add a define for GST_INSTALL_PLUGINS_HELPER
5743         * win32/common/libgstaudio.def:
5744         * win32/common/libgstcdda.def:
5745         * win32/common/libgstnetbuffer.def:
5746         * win32/common/libgstrtp.def:
5747         * win32/common/libgutils.def:
5748           Add new exported functions.
5749         * win32/vs6/gst_plugins_base.dsw:
5750         * win32/vs6/libgstdecodebin.dsp:
5751         * win32/vs6/libgstnetbuffer.dsp:
5752         * win32/vs6/libgstplaybin.dsp:
5753         * win32/vs6/libgstrtp.dsp:
5754         * win32/vs6/libgstvorbis.dsp:
5755         * win32/vs6/libgstcdda.dsp:
5756         * win32/vs6/libgstgdp.dsp:
5757         * win32/vs6/libgstutils.dsp:
5758           Update and add new project files.
5759
5760 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
5761
5762         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
5763         (subrip_remove_unhandled_tags), (parse_subrip):
5764           For SubRip (.srt) subtitles, ignore all markup tags we don't
5765           handle (like font tags, for example).
5766
5767         * tests/check/elements/subparse.c:
5768           Add test for this.
5769
5770 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5771
5772         * gst/playback/gstdecodebin.c: (add_fakesink),
5773         (gst_decode_bin_change_state):
5774         * gst/playback/gstdecodebin2.c: (add_fakesink),
5775         (gst_decode_bin_change_state):
5776           Don't error out if there is no fakesink in the NULL to READY state
5777           change, since when decodebin is re-used, we're only adding the
5778           fakesink element in READY to PAUSED.
5779
5780         * tests/check/elements/decodebin.c:
5781         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
5782         (decodebin_suite):
5783           Minimal unit test to make sure we can use the same decodebin
5784           instance twice (at least with audiotestsrc input).
5785
5786 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5787
5788         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
5789           Try to get devic-name from device string first, and from handle only
5790           as fallback (seems to yield better results and is more robust
5791           against buggy probing code on the application side).
5792
5793 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5794
5795         Based on patch by: Julien Puydt <julien.puydt at laposte net>
5796
5797         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
5798         (gst_alsa_find_device_name):
5799         * ext/alsa/gstalsa.h:
5800         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
5801         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
5802           Improve device-name detection a bit, especially in the case where
5803           the device is not actually open (#405020, #405024). Move common code
5804           into gstalsa.c instead of duplicating it.
5805
5806 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5807
5808         * gst/audioconvert/gstaudioconvert.c:
5809           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
5810
5811 2007-02-06  Julien MOUTTE  <julien@moutte.net>
5812
5813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
5814         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
5815         (gst_xvimagesink_interface_supported),
5816         (gst_xvimagesink_probe_get_properties),
5817         (gst_xvimagesink_probe_probe_property),
5818         (gst_xvimagesink_probe_needs_probe),
5819         (gst_xvimagesink_probe_get_values),
5820         (gst_xvimagesink_property_probe_interface_init),
5821         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
5822         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
5823         (gst_xvimagesink_get_type):
5824         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
5825         for XVAdaptors so that one can choose the adaptor to use with 
5826         gstreamer-properties.
5827
5828 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
5829
5830         * gst/audioconvert/gstaudioconvert.c:
5831           Also mention that a conversion from double to float is suboptimal still.
5832
5833 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5834
5835         * gst-libs/gst/audio/gstaudiofilter.c:
5836         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
5837           Clear our formats structure and free the caps contained in it when
5838           shutting down.
5839
5840 2007-02-05  Andy Wingo  <wingo@pobox.com>
5841
5842         * gst-libs/gst/audio/gstbaseaudiosink.c
5843         (gst_base_audio_sink_callback): Update basesink->offset so that we
5844         pull monotonically increasing offsets instead of, um, seeking back
5845         to 0 each time. Fixes alsasrc ! alsasink!
5846
5847 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5848
5849         * gst/videoscale/gstvideoscale.c:
5850           A width and height of 1 makes us crash, so increase minimum size to
5851           2x2 pixels until someone feels like fixing this (#404512).
5852
5853 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5854
5855         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
5856           Add small test to make sure request pads are cleaned up properly
5857           even if oggmux never changes state out of NULL.
5858
5859 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5860
5861         * tests/check/libs/utils.c: (GST_START_TEST):
5862           Fix unit test. Turns out things work much better when you
5863           NULL-terminate string arrays. Should make p5 build bot happy again.
5864
5865 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5866
5867         * gst-libs/gst/audio/Makefile.am:
5868         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5869         (gst_audio_filter_template_base_init),
5870         (gst_audio_filter_template_class_init),
5871         (gst_audio_filter_template_init),
5872         (gst_audio_filter_template_set_property),
5873         (gst_audio_filter_template_get_property),
5874         (gst_audio_filter_template_setup),
5875         (gst_audio_filter_template_filter),
5876         (gst_audio_filter_template_filter_inplace), (plugin_init):
5877           Oops, forgot to commit fixed-up example.
5878
5879 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5880
5881         * docs/libs/gst-plugins-base-libs-sections.txt:
5882         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
5883         (gst_audio_filter_class_init), (gst_audio_filter_init),
5884         (gst_audio_filter_set_caps),
5885         (gst_audio_filter_class_add_pad_templates):
5886         * gst-libs/gst/audio/gstaudiofilter.h:
5887           Port GstAudioFilter to 0.10. This change technically breaks
5888           API and ABI (and thus also every library developer's heart),
5889           but seems justifiable on the grounds that the base class was
5890           completely unusable before (ie. would crash immediately when
5891           actually used). Fixes #403963 (and eventually also #403572).
5892           Also document all of this a bit.
5893
5894 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5895
5896         * gst-libs/gst/utils/install-plugins.c:
5897         (gst_install_plugins_spawn_child):
5898         * tests/check/libs/utils.c:
5899         (test_base_utils_install_plugins_do_callout):
5900           Lowering log level to see why things fail on the p5 build bot;
5901           fix some typos in unit test messages.
5902
5903 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5904
5905         * tests/check/libs/utils.c:
5906         (test_base_utils_install_plugins_do_callout):
5907           Don't hard-code temp directory for test helper; use GLib functions
5908           to write out file and do error checking etc.
5909
5910 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5911
5912         * gst-libs/gst/utils/Makefile.am:
5913         * gst-libs/gst/utils/base-utils.h:
5914         * gst-libs/gst/utils/install-plugins.c:
5915         (gst_install_plugins_context_set_xid),
5916         (gst_install_plugins_context_new),
5917         (gst_install_plugins_context_free),
5918         (gst_install_plugins_get_helper),
5919         (gst_install_plugins_spawn_child),
5920         (gst_install_plugins_return_from_status),
5921         (gst_install_plugins_installer_exited),
5922         (gst_install_plugins_async), (gst_install_plugins_sync),
5923         (gst_install_plugins_return_get_name),
5924         (gst_install_plugins_installation_in_progress):
5925         * gst-libs/gst/utils/install-plugins.h:
5926           API: add API for applications to initiate installation of missing
5927           plugins, ie. gst_install_plugins_async() primarily.
5928           Based on libgimme-codec by Ryan Lortie.
5929
5930         * configure.ac:
5931           Add --with-install-plugins-helper configure option so distros can specify
5932           the path of the helper script or program to call when plugin installation
5933           is requested (distros: please do any argument munging in this helper
5934           script instead of patching GStreamer to pass arguments differently
5935           to another program directly).
5936
5937         * docs/libs/gst-plugins-base-libs-docs.sgml:
5938         * docs/libs/gst-plugins-base-libs-sections.txt:
5939           Build and document new API.
5940
5941         * tests/check/libs/utils.c: (result_cb),
5942         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
5943         (libgstbaseutils_suite):
5944           Some simple checks for the new API.
5945
5946 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5947
5948         * tests/check/elements/audioconvert.c: (test_float_conversion):
5949           Add small test for 32bit float <=> 64bit float conversion (works
5950           only one way so far, 32=>64 produces structured noise).
5951
5952 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5953
5954         * gst/audioconvert/gstaudioconvert.c:
5955         (set_structure_widths_32_and_64), (make_lossless_changes):
5956           We don't support floats with a width of 40, 48 or 56 bits.
5957
5958 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
5959
5960         * gst/audioconvert/audioconvert.c: (float), (double),
5961         (audio_convert_get_func_index):
5962         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5963         (make_lossless_changes):
5964           Support for 64-bit float audio in audioconvert (#339837)
5965
5966 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5967
5968         Patch by: Holger Wansing  <linux wansing-online de>
5969
5970         * po/LINGUAS:
5971         * po/de.po:
5972           Add German translation (#352069).
5973
5974 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
5975
5976         reviewed by: Wim Taymans <wim@fluendo.com>
5977
5978         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
5979         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
5980         Use newly added GstCollectPads API to free the allocated resources in
5981         the GstOggPad structures (#402393).
5982
5983 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
5984
5985         * gst/playback/gstplaybin.c: (gen_vis_element):
5986           Add audioresample+audioconvert in front of the visualisation
5987           element, so that elements like libvisual 0.4 that don't support all
5988           samplerates can work.
5989
5990           Fixes: #402505
5991
5992 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5993
5994         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
5995         (gst_play_base_bin_get_streaminfo_value_array):
5996           Take some locks and make a copy of the streaminfo value array we
5997           maintain while holding the lock, so that the application can
5998           retrieve the stream-info as a value array in a thread-safe way.
5999
6000 2007-01-30  Wim Taymans  <wim@fluendo.com>
6001
6002         * gst/audioconvert/gstaudioconvert.c:
6003         Don't fail on 0 sized buffers. Fixes #396835.
6004
6005 2007-01-29  David Schleef  <ds@schleef.org>
6006
6007         * gst/typefind/gsttypefindfunctions.c:
6008           Detect BBCD as video/x-dirac, so we can play raw dirac
6009           streams.
6010
6011 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
6012
6013         * ext/theora/theoraenc.c: (theora_enc_chain):
6014           Check return value of theora_encode_header(), or we might try to
6015           allocate a random number of bytes. theora_encode_header() can fail
6016           if libtheora has been compiled with encoding support disabled.
6017           Fixes #398110.
6018
6019 2007-01-29  Wim Taymans  <wim@fluendo.com>
6020
6021         * tests/check/gst/.cvsignore:
6022         Do as buildbot says.
6023
6024 2007-01-29  Wim Taymans  <wim@fluendo.com>
6025
6026         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
6027         Fix strides in libvisual. Gst uses X strides.
6028         Inspired by: <ed at catmur dot co dot uk> and 
6029         <tim at centricular dot net>
6030         Fixes #401118.
6031
6032 2007-01-27  Wim Taymans  <wim@fluendo.com>
6033
6034         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6035         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
6036         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
6037         (gst_ogg_demux_perform_seek),
6038         (gst_ogg_demux_bisect_forward_serialno),
6039         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
6040         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
6041         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
6042         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
6043         * ext/ogg/gstoggdemux.h:
6044         Properly propagate streaming errors when we are scanning the file for
6045         chains so that we don't crash when shut down. Might fix some crashers
6046         when quickly switching oggs in RB such as #332503 and #378436.
6047
6048 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6049
6050         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
6051           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
6052           error code as well.
6053
6054 2007-01-25  Wim Taymans  <wim@fluendo.com>
6055
6056         * gst/playback/gstplaybasebin.c: (remove_source):
6057         Don't try to disconnect a signal from a finalized object.
6058
6059 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
6060
6061         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
6062           Cast lock macro parameters to make sure we're actually accessing the
6063           lock member at the right class level. Free list itself in _dispose()
6064           as well and NULL it in case dispose gets called multiple times.
6065
6066 2007-01-25  Edward Hervey  <edward@fluendo.com>
6067
6068         * gst/playback/gstdecodebin2.c:
6069         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
6070         Free GstDecodeGroups no longer used.
6071         (gst_decode_group_expose):
6072         Don't unlock too many times !
6073         (deactivate_free_recursive):
6074         Free iterator once we're done with it.
6075         Fix for recursively deactivating elements (stop at ghostpads).
6076
6077 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
6078
6079         * gst/playback/gstplaybin.c: (handoff):
6080           Fix up caps on the frame buffer before we save it and potentially
6081           make it accessible to other threads via g_object_get; also use
6082           gst_buffer_replace() instead of gst_mini_object_replace().
6083
6084 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
6085
6086         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6087           Make getting the current frame thread-safe.
6088
6089 2007-01-25  Edward Hervey  <edward@fluendo.com>
6090
6091         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
6092         (gst_decode_group_new), (gst_decode_group_free):
6093         Set queues to bigger sizes to cope with HD contents.
6094         Fix some mutex freeing and add comment about MT safe methods.
6095
6096 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6097
6098         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
6099         (gst_text_overlay_text_event):
6100           Don't unnecessarily ref (and then leak) upstream events if the text
6101           pad is not linked. Fixes #399948.
6102
6103         * tests/check/gst-plugins-base.supp:
6104           Add suppression for pango on edgy/x86 for textoverlay test.
6105
6106 2007-01-24  Wim Taymans  <wim@fluendo.com>
6107
6108         * gst-libs/gst/rtp/gstrtpbuffer.h:
6109         Add some more fixed payloads.
6110
6111 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
6112
6113         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
6114           Error out properly if we get an error from libogg while reading the
6115           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
6116
6117 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
6118
6119         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
6120           Don't leak mutex.
6121
6122         * tests/check/elements/playbin.c:
6123         (test_sink_usage_video_only_stream),
6124         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
6125         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
6126         (test_missing_suburisource_handler),
6127         (test_missing_primary_decoder), (playbin_suite):
6128           Run all tests once with decodebin and once with decodebin2.
6129           One test does not pass yet with decodebin2.
6130
6131 2007-01-23  Edward Hervey  <edward@fluendo.com>
6132
6133         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
6134         Fix the cases where oggmux doesn't properly figure out that all
6135         sinkpads have gone EOS, and therefore doesn't push out the remaining
6136         buffers and the final EOS event.
6137         Fixes #363379
6138
6139 2007-01-23  Julien MOUTTE  <julien@moutte.net>
6140
6141         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
6142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
6143         Don't lock on navigation event push, just on keysym to string.
6144         Fixes #397673 again.
6145
6146 2007-01-22  Edward Hervey  <edward@fluendo.com>
6147
6148         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
6149         (get_current_group), (group_demuxer_event_probe),
6150         (gst_decode_group_expose), (deactivate_free_recursive),
6151         (gst_decode_group_free):
6152         Cleanups.
6153         Don't forget to emit 'no-more-pads' once a group is exposed.
6154         Cleanup elements from a DecodeGroup once we remove it.
6155         Protect call to gst_decode_group_expose() with the decodebin lock.
6156
6157 2007-01-22  Julien MOUTTE  <julien@moutte.net>
6158
6159         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
6160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
6161         Looking at Xorg code i can't figure out if that XKeysymToString
6162         function is thread sensible or not. Lock it just in case as
6163         recommended by Radek Doulik <rodo at ximian dot com>.
6164
6165 2007-01-22  Julien MOUTTE  <julien@moutte.net>
6166
6167         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
6168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
6169         Lock that X Call as well. Fixes #397673.
6170
6171 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6172
6173         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
6174           Don't go into an endless loop if the file starts with 00 00 01 2X,
6175           like quicktime redirect files might. Fixes #396042.
6176
6177         * tests/check/Makefile.am:
6178         * tests/check/gst/.cvsignore:
6179         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
6180         (typefindfunctions_suite):
6181           Add unit test for the above.
6182
6183 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6184
6185         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6186           On second thought, use "depth" field rather than "bpp" field.
6187
6188 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6189
6190         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6191           Camtasia caps apparently need a bpp field (#398875).
6192
6193 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6194
6195         * gst/playback/gstplaybasebin.c: (setup_subtitle),
6196         (gen_source_element), (gst_play_base_bin_change_state):
6197           Attempt at a better error message in case we don't have the required
6198           URI handler installed; post missing-plugin message also when we're
6199           missing an URI handler for the subtitle URI; clean up properly also
6200           when an error occurs and we never made it to PAUSED state.
6201
6202         * tests/check/elements/playbin.c: (GST_START_TEST),
6203         (playbin_suite):
6204           Check that we're also getting a missing-plugin messsage for a
6205           missing subtitle URI handler (and clean up properly).
6206
6207 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6208
6209         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
6210           Plug a few reference leaks.
6211
6212 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6213
6214         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6215           Lower probability a bit if the marker isn't right at the start,
6216           to decrease the chance of false positives.
6217
6218 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6219
6220         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6221           Small mpeg2 system stream typefinding improvement: make typefinder
6222           probe a bit into the stream instead of just looking for a marker
6223           at the beginning. Fixes #397810.
6224
6225 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6226
6227         * gst/audioconvert/gstchannelmix.c:
6228           Remove compatibility cruft for prehistoric GLib versions.
6229
6230 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6231
6232         * gst/playback/Makefile.am:
6233         * gst/playback/gstdecodebin.c: (close_pad_link):
6234         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6235         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6236         (gst_play_base_bin_handle_message_func), (unknown_type):
6237           Let decodebin be the element to post missing-plugin messages for
6238           missing decoders (rather than playbin); make playbin implement
6239           GstBin::handle_message so we can suppress missing-plugin messages
6240           for types we're not handling on purpose (don't want to bring up an
6241           installer in those cases).
6242
6243 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
6244
6245         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6246         * gst-libs/gst/tag/gstvorbistag.c:
6247         (gst_tag_list_to_vorbiscomment_buffer):
6248         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
6249           Fix potentially unaligned access (#397207).
6250
6251 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6252
6253         * tests/examples/seek/seek.c: (set_scale), (update_scale),
6254         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
6255         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
6256         (main):
6257           Allow to toggle looping while it plays. Fix callback prototype. Clean
6258           up code a bit more. Add copyright header.
6259
6260 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6261
6262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
6263           Red and blue mask was swapped (spotted by Dan Williams).
6264
6265 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
6266
6267         * gst-libs/gst/tag/gstid3tag.c:
6268         * gst-libs/gst/tag/gstvorbistag.c:
6269           Use new beats-per-minute tag from core.
6270
6271 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
6272
6273         * po/POTFILES.in:
6274           Add new files with translatable strings, so they actually make it
6275           into the template file one day.
6276
6277 2007-01-12  Andy Wingo  <wingo@pobox.com>
6278
6279         * gst-libs/gst/audio/gstbaseaudiosink.c
6280         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
6281         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
6282         stuff, as the base class handles this now. Actually tell the ring
6283         buffer to start.
6284         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
6285         How did this work before? Maybe I'm not as awesome a programmer as
6286         I think.
6287
6288         * gst-libs/gst/audio/gstbaseaudiosrc.c
6289         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
6290         of a pad function.
6291
6292 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
6293
6294         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
6295           Remove more fields so that the application can better blacklist
6296           formats that have been tried before.
6297
6298 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
6299
6300         * gst-libs/gst/audio/mixerutils.h:
6301           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
6302           used when compiling with c++ compilers as well.
6303
6304 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
6305
6306         * gst/typefind/gsttypefindfunctions.c:
6307           Fix comment.
6308
6309 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6310
6311         * gst/playback/gstplaybin.c: (post_missing_element_message),
6312         (gen_video_element), (gen_text_element), (gen_audio_element),
6313         (gen_vis_element):
6314           Post missing-plugin messages also when we error out because
6315           converters, textoverlay or auto*sinks are missing (#161922).
6316
6317 2007-01-10  Wim Taymans  <wim@fluendo.com>
6318
6319         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
6320         (is_demuxer_element), (new_caps):
6321         * gst/playback/gstplaybasebin.c: (source_new_pad):
6322         Fix the case where we try to ref a NULL element when we delay a link
6323         because of unfixed caps.
6324         Set the state of autoplugged decodebins to PAUSED.
6325         RTSP now works in playbin, we can remove it from the blacklist.
6326
6327 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6328
6329         * gst/playback/Makefile.am:
6330         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
6331         (unknown_type), (setup_subtitle), (gen_source_element):
6332         * gst/playback/gstplaybin.c: (plugin_init):
6333           Post missing-plugin messages on the bus for missing sources and
6334           missing decoders/demuxers/depayloaders; fix error code used when
6335           we're missing an URI handler source; for media types that we are not
6336           handling on purpose at the moment, don't print "don't know how to
6337           handle xyz" messages to the terminal or post missing-plugin
6338           messages on the bus.
6339
6340         * tests/check/elements/playbin.c: (create_playbin),
6341         (GST_START_TEST), (gst_codec_src_uri_get_type),
6342         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
6343         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
6344         (gst_codec_src_init_type), (gst_codec_src_base_init),
6345         (gst_codec_src_create), (gst_codec_src_class_init),
6346         (gst_codec_src_init), (plugin_init), (playbin_suite):
6347           Add some tests for the missing-plugin stuff.
6348
6349 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6350
6351         * configure.ac:
6352         * gst-libs/gst/Makefile.am:
6353         * gst-libs/gst/utils/Makefile.am:
6354         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
6355         * gst-libs/gst/utils/base-utils.h:
6356         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
6357         (find_format_info), (caps_are_rtp_caps),
6358         (gst_base_utils_get_source_description),
6359         (gst_base_utils_get_sink_description),
6360         (gst_base_utils_get_decoder_description),
6361         (gst_base_utils_get_encoder_description),
6362         (gst_base_utils_get_element_description),
6363         (gst_base_utils_add_codec_description_to_tag_list),
6364         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
6365         * gst-libs/gst/utils/descriptions.h:
6366         * gst-libs/gst/utils/missing-plugins.c:
6367         (missing_structure_get_type), (copy_and_clean_caps),
6368         (gst_missing_uri_source_message_new),
6369         (gst_missing_uri_sink_message_new),
6370         (gst_missing_element_message_new),
6371         (gst_missing_decoder_message_new),
6372         (gst_missing_encoder_message_new),
6373         (missing_structure_get_string_detail),
6374         (missing_structure_get_caps_detail),
6375         (gst_missing_plugin_message_get_installer_detail),
6376         (gst_missing_plugin_message_get_description),
6377         (gst_is_missing_plugin_message):
6378         * gst-libs/gst/utils/missing-plugins.h:
6379           API: add new libgstbaseutils library with functions
6380           - to create and parse missing-plugins messages
6381           - that provide (translated) descriptions for caps/decoders/sources/etc.
6382           Closes #392393.
6383
6384         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6385         * pkgconfig/gstreamer-plugins-base.pc.in:
6386           Add new lib.
6387
6388         * docs/libs/gst-plugins-base-libs-docs.sgml:
6389         * docs/libs/gst-plugins-base-libs-sections.txt:
6390           Generate docs for new lib and API.
6391
6392         * tests/check/Makefile.am:
6393         * tests/check/libs/.cvsignore:
6394         * tests/check/libs/utils.c: (missing_msg_check_getters),
6395         (GST_START_TEST), (libgstbaseutils_suite):
6396           Add some basic unit tests.
6397
6398 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6399
6400         * ext/ogg/Makefile.am:
6401           Dist gstoggdemux.h to fix 'make distcheck'.
6402
6403         * sys/v4l/Makefile.am:
6404           Fix 'make distcheck' even more.
6405
6406 2007-01-09  Wim Taymans  <wim@fluendo.com>
6407
6408         * docs/plugins/Makefile.am:
6409         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6410         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6411         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
6412         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
6413         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
6414         (gst_ogg_demux_perform_seek):
6415         * ext/ogg/gstoggdemux.h:
6416         Added docs.
6417         Add some more comments.
6418         Small cleanups.
6419
6420 2007-01-09  Wim Taymans  <wim@fluendo.com>
6421
6422         * ext/theora/theoradec.c:
6423         * ext/vorbis/vorbisdec.c:
6424         * gst-libs/gst/audio/gstringbuffer.c:
6425         (gst_ring_buffer_commit_full):
6426         * gst-libs/gst/audio/gstringbuffer.h:
6427         * gst-libs/gst/rtp/gstrtpbuffer.c:
6428         * gst-libs/gst/tag/gstvorbistag.c:
6429         Small documentation updates/fixes
6430
6431 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6432
6433         * configure.ac:
6434           Require core CVS HEAD for Andy's basesrc/sink API additions.
6435
6436 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6437
6438         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
6439
6440         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
6441         (plugin_init):
6442           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
6443           on flac.sf.net (there appear to be other versions of the first
6444           ogg page in the wild) (#391365).
6445
6446 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6447
6448         * configure.ac:
6449           Check if localtime_r() is available.
6450
6451         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
6452           If localtime_r() is not available, fall back to localtime(). Should
6453           fix build on MingW (#393310).
6454
6455 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6456
6457         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6458         * gst/subparse/gstsubparse.h:
6459           Remove spurious 1000 subtrahend when calculating the timestamp from
6460           the frame number and the frame rate . Also, use the frames/second
6461           value specified in the first line of the file, if one is specified
6462           there. Should fix #357503.
6463
6464         * tests/check/elements/subparse.c: (do_test),
6465         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
6466         (subparse_suite):
6467           Add some basic unit tests for the microdvd subtitle format.
6468
6469 2007-01-07  Julien MOUTTE  <julien@moutte.net>
6470
6471         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6472
6473         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6474         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
6475         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
6476         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
6477         (gst_xvimagesink_set_xwindow_id),
6478         (gst_xvimagesink_set_event_handling),
6479         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6480         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6481         Fixes: #390076.
6482         Add an adaptor property to select a specific XV adaptor.
6483         * sys/xvimage/xvimagesink.h:
6484
6485 2007-01-07  Julien MOUTTE  <julien@moutte.net>
6486
6487         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6488         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
6489         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
6490         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
6491         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
6492         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
6493         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6494         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
6495         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6496         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
6497         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
6498         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
6499         Use flow_lock much more to protect every access to xwindow.
6500         Try to catch erros while creating images in case some drivers are
6501         just generating an XError when the requested image is too big.
6502         Should fix : #354698, #384008, #384060.
6503         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
6504         Implement some stress testing of setting window xid.
6505
6506 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6507
6508         * win32/common/libgsaudio.def:
6509           Add new exported function.
6510         * win32/common/libgstogg.dsp:
6511           Add gstoggaviparse.c to the build.
6512         * win32/common/libgstvideoscale.dsp:
6513           Add vs_4tap.c to the build.
6514         * win32/common/libgstvorbis.dsp:
6515           Add vorbistag.c to the build.
6516         
6517 2007-01-06  Andy Wingo  <wingo@pobox.com>
6518
6519         * gst-libs/gst/audio/gstbaseaudiosink.c
6520         (gst_base_audio_sink_class_init)
6521         (gst_base_audio_sink_init): 
6522         (gst_base_audio_sink_activate_pull): Add an activate_pull function
6523         to baseaudiosink, and tell basesink that we can work in pull mode.
6524         This way the ring buffer thread drives the pipeline directly, if
6525         pull mode is possible. There is some lingering nastiness regarding
6526         capsnego, however.
6527         (gst_base_audio_sink_callback): Implement the callback to pull
6528         data. This interface is a bit light, though -- it should get a
6529         GstFlowReturn return value at least.
6530
6531 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6532
6533         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
6534         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6535         * gst/playback/gstdecodebin2.c:
6536         (gst_decode_group_check_if_blocked):
6537           Printf format and missing argument fixes.
6538
6539 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
6540
6541         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
6542         (gst_ogm_parse_change_state):
6543         Activate pads before adding them to the element.
6544
6545 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6546
6547         * tests/examples/seek/scrubby.c: (main):
6548         * tests/examples/seek/seek.c: (main):
6549           Call g_thread_init() first thing in main() (see #391278).
6550
6551 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6552
6553         * tests/check/Makefile.am:
6554         * tests/check/libs/.cvsignore:
6555         * tests/check/libs/netbuffer.c: (GST_START_TEST),
6556         (netbuffer_suite):
6557           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
6558           for the time being, since it's broken, see #393099.
6559
6560 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6561
6562         * tests/check/Makefile.am:
6563           Update to use GST_PLUGINS_BASE_CFLAGS as well.
6564
6565 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6566
6567         * configure.ac:
6568           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
6569           so that GST_BASE_CFLAGS can go inbetween them, making sure
6570           we use uninstalled gst-libs headers
6571         * docs/libs/Makefile.am:
6572         * ext/alsa/Makefile.am:
6573         * ext/cdparanoia/Makefile.am:
6574         * ext/gnomevfs/Makefile.am:
6575         * ext/libvisual/Makefile.am:
6576         * ext/ogg/Makefile.am:
6577         * ext/theora/Makefile.am:
6578         * ext/vorbis/Makefile.am:
6579         * gst-libs/gst/audio/Makefile.am:
6580         * gst-libs/gst/cdda/Makefile.am:
6581         * gst-libs/gst/interfaces/Makefile.am:
6582         * gst-libs/gst/riff/Makefile.am:
6583         * gst-libs/gst/rtp/Makefile.am:
6584         * gst-libs/gst/tag/Makefile.am:
6585         * gst/adder/Makefile.am:
6586         * gst/audioconvert/Makefile.am:
6587         * gst/audiorate/Makefile.am:
6588         * gst/audioresample/Makefile.am:
6589         * gst/playback/Makefile.am:
6590         * gst/tcp/Makefile.am:
6591         * gst/videoscale/Makefile.am:
6592         * gst/volume/Makefile.am:
6593         * sys/ximage/Makefile.am:
6594         * sys/xvimage/Makefile.am:
6595         * tests/icles/Makefile.am:
6596           adapt
6597
6598 2007-01-04  Julien MOUTTE  <julien@moutte.net>
6599
6600         * gst-libs/gst/interfaces/xoverlay.c:
6601         (gst_x_overlay_handle_events):
6602         * gst-libs/gst/interfaces/xoverlay.h:
6603         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6604         (gst_ximagesink_set_xwindow_id),
6605         (gst_ximagesink_set_event_handling),
6606         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
6607         (gst_ximagesink_get_property), (gst_ximagesink_init),
6608         (gst_ximagesink_class_init):
6609         * sys/ximage/ximagesink.h:
6610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
6611         (gst_xvimagesink_set_xwindow_id),
6612         (gst_xvimagesink_set_event_handling),
6613         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
6614         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
6615         (gst_xvimagesink_class_init):
6616         * sys/xvimage/xvimagesink.h:
6617         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
6618         Add a method to the XOverlay interface to allow disabling of 
6619         event handling in x[v]imagesink elements. This will let X events
6620         propagate to parent windows which can be usefull in some cases.
6621         Be carefull that the application is then responsible of pushing
6622         navigation events and expose events to the video sink.
6623         Fixes: #387138.
6624
6625 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
6626
6627         * gst-libs/gst/tag/gstvorbistag.c:
6628         * tests/check/libs/tag.c: (GST_START_TEST):
6629           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
6630           (fixes #392070).
6631
6632 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
6633
6634         * configure.ac:
6635         * docs/Makefile.am:
6636         * docs/design/Makefile.am:
6637           Dist design docs.
6638
6639 2006-12-27  Julien MOUTTE  <julien@moutte.net>
6640
6641         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
6642         typo. Fixes: #390063.
6643
6644 2006-12-27  Julien MOUTTE  <julien@moutte.net>
6645
6646         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
6647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
6648         caps leak.
6649         * win32/common/config.h: Updated.
6650
6651 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6652
6653         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
6654         (setup_gdpdepay_streamheader):
6655         * tests/check/elements/gdppay.c: (cleanup_gdppay),
6656         (setup_gdppay_streamheader):
6657           Fix the dp tests, but activating the pads for the streamheader tests
6658           too and cleaning up conditionaly
6659
6660 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
6661
6662         * gst/ffmpegcolorspace/avcodec.h:
6663         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6664         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6665         (gst_ffmpegcsp_avpicture_fill):
6666         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
6667         (img_get_alpha_info):
6668         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
6669         other end of the word. Fixes: #387073.
6670
6671         Add some inconsequential branch hints in a couple of places.
6672
6673 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
6674
6675         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6676         (gst_ffmpeg_caps_to_smpfmt):
6677           The "signed" field in raw audio caps is of boolean type, trying to
6678           extract the value with _get_int() will fail (fix to keep in sync with
6679           the copy in gst-ffmpeg)
6680
6681 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6682
6683         * tests/check/elements/audioresample.c: (cleanup_audioresample):
6684         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
6685         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
6686         (cleanup_gdpdepay):
6687         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
6688         * tests/check/elements/subparse.c: (teardown_subparse):
6689         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
6690         * tests/check/elements/videorate.c: (cleanup_videorate):
6691         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
6692         * tests/check/elements/volume.c: (cleanup_volume):
6693         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
6694         (cleanup_vorbisdec):
6695         * tests/check/elements/vorbistag.c: (setup_vorbistag),
6696         (cleanup_vorbistag):
6697           consistent pad (de)activation
6698
6699 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
6700
6701         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6702           Forgot to register the extensions.
6703
6704 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
6705
6706         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
6707         (plugin_init):
6708           Add typefinder for VIVO files (my christmas present to the 90s).
6709
6710 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6711
6712         * gst/playback/gstdecodebin.c: (type_found):
6713           Special-case the text/plain media type: we only want to recognise it
6714           as a 'raw' decoded media type if it comes from a demuxer or subtitle
6715           parser, but not if the entire stream is of text/plain type. If the
6716           entire stream is text/plain, we should just error out.
6717
6718           This fixes playback of audio files with lyrics in totem. Totem can't
6719           distinguish between text files and subtitle files and passes any
6720           .txt file with the same basename as the main file to playbin as
6721           suburi, and playbin will then throw a 'subtitle found, but no video
6722           stream' error, which isn't entirely helpful. See #380342.
6723
6724           Also, with this change we'll show a slightly more correct error
6725           message in case totem passes a playlist file to us (although a
6726           custom error message wording instead of the default text would
6727           probably not be a bad idea either).
6728
6729           Same problem also needs to be fixed for playbin+decodebin2.
6730
6731         * tests/check/Makefile.am:
6732         * tests/check/elements/decodebin.c: (src_handoff_cb),
6733         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
6734         (decodebin_suite):
6735           Add simple unit test for decodebin for the above.
6736
6737 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6738
6739         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
6740         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
6741           Refuse to change state to READY when we failed to create any of the
6742           required elements in our instance init function.
6743
6744 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6745
6746         * docs/libs/gst-plugins-base-libs-sections.txt:
6747           Small docs fixes/updates.
6748
6749         * gst-libs/gst/video/gstvideosink.h:
6750           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
6751           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
6752           removed from the base sink API between 0.9.6 and 0.9.7).
6753           API: add GST_VIDEO_SINK_CAST and use it for the height/width
6754           accessor macros, so we don't do a runtime GObject type check every
6755           time we use them.
6756
6757 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6758
6759         * Makefile.am:
6760         * gst-plugins-base.doap:
6761         * gst-plugins-base.spec.in:
6762           add doap file
6763
6764 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6765
6766         Patch by: Jens Granseuer <jensgr at gmx net>
6767
6768         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6769         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6770         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
6771         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
6772         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
6773           Declare variables at the beginning of a block. Fixes #383195.
6774
6775 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
6776
6777         * configure.ac:
6778         Bump version nano - back to CVS.
6779
6780
6781 === release 0.10.11 ===
6782
6783 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
6784
6785         * configure.ac:
6786           releasing 0.10.11, "Dumb things"
6787
6788 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
6789
6790         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
6791         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
6792         Handle the case where an element has multiple pads with 
6793         unfixed caps as well as still possibly producing more dynamic 
6794         pads by storing each case as a distinct entry in the dynamic list.
6795         Fixes #38223 again.
6796
6797 2006-12-04  Wim Taymans  <wim@fluendo.com>
6798
6799         * gst/playback/gstdecodebin.c: (close_pad_link):
6800         Fix #382223, add more dynamic caps handling.
6801
6802 2006-12-04  Wim Taymans  <wim@fluendo.com>
6803
6804         * gst-libs/gst/audio/gstringbuffer.h:
6805         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
6806         (gst_netaddress_set_ip4_interface),
6807         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
6808         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
6809         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
6810         (gst_netaddress_get_ttl):
6811         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6812         * gst/playback/gstdecodebin.c: (close_pad_link):
6813         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
6814         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
6815         * win32/common/config.h:
6816
6817 2006-12-01  Michael Smith  <msmith@fluendo.com>
6818
6819         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6820           Delete bad debug code.
6821           Fixes #381219
6822
6823 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6824
6825         * gst/videoscale/vs_4tap.c:
6826         * win32/MANIFEST:
6827         * win32/common/config.h:
6828         * win32/vs8/libgstvideoscale.vcproj:
6829         Fix compilation on win32 under VS8
6830         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6831         Partially fixes #381175
6832
6833 2006-11-30  Michael Smith  <msmith@fluendo.com>
6834
6835         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
6836         (GST_START_TEST):
6837           It would be very bad if, after a discont buffer, we thought every
6838           single following buffer was also discont. So, add to the test to
6839           ensure that this isn't the case.
6840           
6841         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
6842           ... it was the case. So fix it.
6843
6844 2006-11-28  Wim Taymans  <wim@fluendo.com>
6845
6846         * gst/playback/gstplaybasebin.c: (check_queue_event):
6847         Improve debug.
6848
6849         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
6850         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
6851         padtemplate caps. Refixes #357577.
6852
6853 2006-11-28  Wim Taymans  <wim@fluendo.com>
6854
6855         * gst/playback/gstplaybasebin.c: (check_queue_event),
6856         (queue_threshold_reached), (queue_out_of_data),
6857         (gen_preroll_element):
6858         Add event probe to see when EOS is in a queue and we can disable the
6859         underrun signals. Fixes #357577.
6860
6861 2006-11-28  Edward Hervey  <edward@fluendo.com>
6862
6863         * gst/playback/Makefile.am:
6864         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
6865         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
6866         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
6867         (gst_decode_bin_init), (gst_decode_bin_dispose),
6868         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
6869         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
6870         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
6871         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
6872         (connect_element), (expose_pad), (type_found),
6873         (pad_added_group_cb), (pad_removed_group_cb),
6874         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
6875         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
6876         (are_raw_caps), (multi_queue_overrun_cb),
6877         (multi_queue_underrun_cb), (gst_decode_group_new),
6878         (get_current_group), (group_demuxer_event_probe),
6879         (gst_decode_group_control_demuxer_pad),
6880         (gst_decode_group_control_source_pad),
6881         (gst_decode_group_check_if_blocked),
6882         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
6883         (gst_decode_group_hide), (gst_decode_group_free),
6884         (gst_decode_group_set_complete), (source_pad_blocked_cb),
6885         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
6886         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
6887         (plugin_init):
6888         New decodebin2 element.
6889         Closes #370092
6890         * gst/playback/gstplay-marshal.list:
6891         Added marshallers for new signals in decodebin2
6892         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
6893         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
6894         is set.
6895
6896 2006-11-28  Wim Taymans  <wim@fluendo.com>
6897
6898         * gst/playback/gstplaybasebin.c: (setup_source),
6899         (gst_play_base_bin_change_state):
6900         Disable rtsp:// uris for the release, it's not good enough yet.
6901         Remove unused var.
6902
6903 2006-11-26  Wim Taymans  <wim@fluendo.com>
6904
6905         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6906         (theora_dec_push_forward), (theora_dec_push_reverse),
6907         (theora_handle_data_packet), (theora_dec_decode_buffer),
6908         (theora_dec_flush_decode), (theora_dec_chain_reverse),
6909         (theora_dec_chain_forward), (theora_dec_chain):
6910         Implement reverse playback.
6911
6912         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
6913         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
6914         (vorbis_dec_chain_forward):
6915         Clear buffers used for reverse playback in _reset.
6916         No need to set the eos flag, we clip samples using the segment.
6917
6918 2006-11-24  Wim Taymans  <wim@fluendo.com>
6919
6920         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
6921         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
6922         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
6923         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
6924         Some cleanups.
6925         Handle continued pages in reverse mode.
6926
6927 2006-11-24  Wim Taymans  <wim@fluendo.com>
6928
6929         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
6930         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
6931         (vorbis_dec_flush_decode):
6932         Small cleanups.
6933         Don't try to add invalid timestamps.
6934         Clipping will unref the buffer.
6935
6936 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6937
6938         * gst/adder/gstadder.h:
6939         * gst/audiotestsrc/gstaudiotestsrc.h:
6940           remove obsolete _factory_init protos
6941
6942 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6943
6944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
6945           Fix spacing in debug message.
6946
6947 2006-11-23  Wim Taymans  <wim@fluendo.com>
6948
6949         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
6950         (gst_ogg_demux_chain):
6951         Don't just ignore return values from _pad_push().
6952         Small debug improvements.
6953
6954 2006-11-23  Michael Smith  <msmith@fluendo.com>
6955
6956         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
6957           If our incoming buffer is marked as DISCONT, then increment the page
6958           number (so that the discontinuity is marked in the final ogg
6959           bitstream) and flush the previous page.
6960
6961 2006-11-22  Michael Smith  <msmith@fluendo.com>
6962
6963         * ext/theora/gsttheoraenc.h:
6964         * ext/theora/theoraenc.c: (gst_theora_enc_init),
6965         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
6966         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
6967         (theora_enc_chain), (theora_enc_change_state):
6968           Mark discontinuities of > 3/4 of a frame, reinit encoder.
6969
6970         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
6971         (GST_START_TEST), (theoraenc_suite):
6972           Enable discontinuity test, fix it.
6973
6974 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
6975
6976         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6977         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
6978         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
6979         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
6980         (gst_text_overlay_change_state):
6981         * ext/pango/gsttextoverlay.h:
6982           Some textoverlay fixes: for one, in the video chain function,
6983           actually wait for a text buffer to come in if there is none at the
6984           moment and there should be one; also, deal more gracefully with
6985           incoming buffers that do not have a timestamp or duration; discard
6986           text buffer when not needed any longer. Fixes #341681.
6987
6988         * tests/check/Makefile.am:
6989         * tests/check/elements/.cvsignore:
6990         * tests/check/elements/textoverlay.c:
6991         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
6992         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
6993         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
6994         (test_video_waits_for_text_send_text_newsegment_thread),
6995         (test_video_waits_for_text_shutdown_element),
6996         (test_render_continuity_push_video_buffers_thread),
6997         (textoverlay_suite):
6998           Add some unit tests for textoverlay.
6999
7000 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
7001
7002         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7003           Avoid integer underflow when the found probability for mp3 is
7004           smaller than the 'penalty' we subtract if there's not a clean
7005           mp3 header sync at offset 0.
7006
7007 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
7008
7009         * docs/libs/gst-plugins-base-libs-sections.txt:
7010           Add some new symbols to the docs
7011
7012 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
7013
7014         * tests/check/Makefile.am:
7015         * tests/check/elements/ffmpegcolorspace.c:
7016         (ffmpegcolorspace_suite):
7017           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
7018           (for now not for valgrinding though, since it takes too long).
7019
7020 2006-11-20  Wim Taymans  <wim@fluendo.com>
7021
7022         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7023         (gst_ffmpeg_pixfmt_to_caps):
7024         Fix RGBA32 caps. Fixes #357038.
7025
7026 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
7027
7028         * gst-libs/gst/interfaces/mixertrack.h:
7029           Add FIXME so we can add some padding here in 0.11
7030
7031 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7032
7033         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7034           Fix GstBaseRTPAudioPayload structure so the whole GObject
7035           inheritance business actually works (parent class instance structure
7036           must always come first in the derived class instance structure).
7037
7038 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7039
7040         * gst/videotestsrc/Makefile.am:
7041         * tests/check/Makefile.am:
7042           Make sure our checks and the videotestsrc plugin link against the
7043           local uninstalled gst libs and not any installed gst libs that
7044           might happen to exist as well.
7045
7046         * tests/check/elements/adder.c: (message_received),
7047         (test_event_message_received), (test_play_twice_message_received):
7048         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
7049           Fix compiler warnings when compiling against core with disabled
7050           debugging system.
7051
7052 2006-11-16  Michael Smith  <msmith@fluendo.com>
7053
7054         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
7055         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
7056           Fix audiorate, so that it accurately sets offsets and timestamps.
7057           Doesn't change the fundamental algorithmic decisions; so should be
7058           safe.
7059
7060         * tests/check/Makefile.am:
7061           Enable audiorate test now that it passes.
7062
7063 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
7064
7065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
7066           clear xv when going to NULL, remove // commented non-existant proto
7067
7068         * tests/examples/seek/seek.c: (main):
7069           add missing tooltip description for scrub and play_scrub
7070
7071 2006-11-14  David Schleef  <ds@schleef.org>
7072
7073         * configure.ac:
7074           Bump liboil requirement to 0.3.8.
7075         * gst-libs/gst/riff/riff-media.c:
7076           Add Dirac fourcc.
7077         * gst/videoscale/vs_image.h:
7078         * gst/videoscale/vs_scanline.h:
7079           Use liboil's stdint.h.
7080         * gst/videotestsrc/videotestsrc.c:
7081           Remove liboil related ifdef's, since they aren't needed now, and
7082           won't work with future versions.
7083
7084 2006-11-14  David Schleef  <ds@schleef.org>
7085
7086         * gst/videoscale/Makefile.am:
7087         * gst/videoscale/gstvideoscale.c:
7088         * gst/videoscale/gstvideoscale.h:
7089         * gst/videoscale/vs_4tap.c:
7090         * gst/videoscale/vs_4tap.h:
7091         * gst/videoscale/vs_image.c:
7092         * gst/videoscale/vs_image.h:
7093         * gst/videoscale/vs_scanline.c:
7094         * gst/videoscale/vs_scanline.h:
7095           Add a 4-tap image scaler.  Theoretically looks much prettier.
7096           The tap calculation could use some improvement.
7097
7098 2006-11-14  Wim Taymans  <wim@fluendo.com>
7099
7100         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
7101
7102         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
7103         (gst_riff_parse_strf_iavs):
7104         * gst/subparse/gstsubparse.c: (convert_encoding):
7105         * gst/tcp/gstmultifdsink.c:
7106         (gst_multi_fd_sink_handle_client_write):
7107         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
7108         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
7109         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7110         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
7111         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7112         (gst_ximagesink_ximage_new):
7113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
7114         Various gsize and gssize printf fixes. Fixes #372507.
7115
7116 2006-11-13  Wim Taymans  <wim@fluendo.com>
7117
7118         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7119         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
7120         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
7121         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
7122         (vorbis_dec_chain_forward), (vorbis_dec_chain):
7123         * ext/vorbis/vorbisdec.h:
7124         First stab at vorbis reverse playback.
7125
7126 2006-11-13  Wim Taymans  <wim@fluendo.com>
7127
7128         * gst-libs/gst/audio/gstbaseaudiosink.c:
7129         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7130         * gst-libs/gst/audio/gstbaseaudiosink.h:
7131         Make the clock sync code more accurate wrt resampling and playback
7132         at different rates.
7133         
7134         * gst-libs/gst/audio/gstringbuffer.c:
7135         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
7136         * gst-libs/gst/audio/gstringbuffer.h:
7137         Use better algorithm to interpolate sample rates. 
7138
7139 2006-11-13  Michael Smith  <msmith@fluendo.com>
7140
7141         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
7142           Improve a debug line slightly.
7143
7144         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
7145           Call gst_riff_init() in plugin_init, to avoid getting errors from
7146           the debug system (unrelated changes to another plugin made this turn
7147           up; not sure why).
7148
7149 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7150
7151         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
7152
7153         * win32/common/libgsttag.def:
7154           Add missing symbol (#366492).
7155
7156 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
7157
7158         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
7159           Don't unref a NULL pad.
7160
7161 2006-11-09  Wim Taymans  <wim@fluendo.com>
7162
7163         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
7164         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
7165         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
7166         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
7167         (gst_ogg_demux_loop):
7168         Implement first stab at reverse playback.
7169
7170 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
7171
7172         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7173         (gst_riff_create_video_template_caps):
7174           add h263/h264 variants to the caps, Fixes #363118
7175
7176 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
7177
7178         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
7179         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
7180           Use g_strerror instead of strerror so we get UTF-8.
7181
7182 2006-11-03  David Schleef  <ds@schleef.org>
7183
7184         * ext/ogg/gstoggdemux.c:
7185         * ext/ogg/gstoggmux.c:
7186           Add/remove KW-DIRAC header here, since it is ogg-specific.
7187
7188 2006-11-03  Michael Smith  <msmith@fluendo.com>
7189
7190         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
7191           Recognise more mpeg4 elementary video streams.
7192
7193 2006-11-02  Edward Hervey  <edward@fluendo.com>
7194
7195         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7196         Lower the probability of mp3 typefinding functions if we don't find a
7197         valid mp3 header at the start of the file.
7198         Closes #369482
7199
7200 2006-11-02  Wim Taymans  <wim@fluendo.com>
7201
7202         * ext/theora/gsttheoradec.h:
7203         * ext/theora/theoradec.c: (gst_theora_dec_init),
7204         (theora_dec_sink_event), (theora_dec_chain_forward),
7205         (theora_dec_flush_decode), (theora_dec_chain_reverse),
7206         (theora_dec_chain):
7207         Document and partially implement an algorithm for doing reverse playback
7208         of theora video.
7209
7210 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7211
7212         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7213
7214         * win32/common/config.h:
7215         * win32/common/interfaces-enumtypes.c:
7216         * win32/common/libgsttag.def:
7217         * win32/vs8/gst-plugins-base.sln:
7218         * win32/vs8/libgstaudioresample.vcproj:
7219         * win32/vs8/libgstinterfaces.vcproj:
7220         * win32/vs8/libgstogg.vcproj:
7221         * win32/vs8/libgstriff.vcproj:
7222         * win32/vs8/libgsttag.vcproj:
7223         * win32/vs8/libgsttheora.vcproj:
7224         * win32/vs8/libgstvideoscale.vcproj:
7225         * win32/vs8/libgstvorbis.vcproj:
7226           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
7227           to libgsttag.def; add missing dependencies for some vs8 projects;
7228           re-arrange placement of .def files in vs8 projects (#366334).
7229
7230 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7231
7232         * ext/ogg/gstogg.c:
7233           Remove unused variable.
7234
7235         * ext/ogg/gstoggdemux.c:
7236           Fix Wim's surname in plugin description.
7237
7238 2006-10-31  Wim Taymans  <wim@fluendo.com>
7239
7240         * gst-plugins-base.spec.in:
7241         spec new .h file. Fixes #368310.
7242
7243 2006-10-31  Michael Smith  <msmith@fluendo.com>
7244
7245         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
7246         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
7247         (gst_multi_fd_sink_get_stats),
7248         (gst_multi_fd_sink_remove_client_link),
7249         (gst_multi_fd_sink_queue_buffer),
7250         (gst_multi_fd_sink_handle_clients):
7251         * gst/tcp/gstmultifdsink.h:
7252           Make using the remove or clear signals threadsafe.
7253           Make calling get-stats with an invalid fd not segfault.
7254           Fixes 368273.
7255
7256 2006-10-31  Wim Taymans  <wim@fluendo.com>
7257
7258         * gst-libs/gst/rtp/Makefile.am:
7259         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7260         (gst_base_rtp_audio_payload_init):
7261         Fix and activate base audio payloader.
7262
7263 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
7264
7265         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
7266         (plugin_init):
7267           Add typefinder for QuickTime Image Files (see #366156).
7268
7269 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
7270
7271         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
7272           Another typo fix (#366212).
7273
7274 2006-10-27  Wim Taymans  <wim@fluendo.com>
7275
7276         * gst/volume/gstvolume.c: (volume_transform_ip):
7277         Use stream time to synchronize volume property instead of rather random
7278         timestamps. This is needed when gnonlin does its time shifting.
7279
7280 2006-10-27  Wim Taymans  <wim@fluendo.com>
7281
7282         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
7283
7284         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
7285         Remove the pad from the element in release_pad. Fixes #364812.
7286
7287 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
7288
7289         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
7290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
7291           Explicitly create our custom buffer classes at a thread-safe
7292           location as well, since g_type_class_ref() doesn't seem to be
7293           entirely thread-safe either (#365501; also see #349410).
7294
7295 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7296
7297         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
7298         (gst_riff_parse_info):
7299           If strings in INFO chunk are not UTF-8, do something similar to
7300           what we do for ID3v1 tags: check a number of environment variables
7301           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
7302           character sets to try, otherwise try the current locale and/or fall
7303           back on ISO-8859-1. Fixes #360552.
7304
7305 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
7306
7307         * gst/videotestsrc/gstvideotestsrc.c:
7308         (gst_video_test_src_pattern_get_type),
7309         (gst_video_test_src_set_pattern):
7310         * gst/videotestsrc/gstvideotestsrc.h:
7311         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
7312         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
7313         (gst_video_test_src_checkers8):
7314         * gst/videotestsrc/videotestsrc.h:
7315           Add a bunch of exciting new checkers patterns.
7316
7317 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
7318
7319         * gst/subparse/Makefile.am:
7320         * gst/subparse/gstsubparse.c:
7321         (gst_sub_parse_data_format_autodetect),
7322         (gst_sub_parse_format_autodetect), (handle_buffer),
7323         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
7324         * gst/subparse/gstsubparse.h:
7325         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
7326         (parse_tmplayer):
7327         * gst/subparse/tmplayerparse.h:
7328           Add support for TMPlayer-type subtitles (#362845).
7329
7330         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
7331         (GST_START_TEST), (subparse_suite):
7332           Add some basic unit tests for the above.
7333
7334 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
7335
7336         * tests/check/elements/audiorate.c: (test_injector_base_init),
7337         (test_injector_class_init), (test_injector_chain),
7338         (test_injector_init), (probe_cb), (do_perfect_stream_test),
7339         (GST_START_TEST), (audiorate_suite):
7340           More tests for audiorate: inject buffers to check behaviour when
7341           buffers overlap.
7342
7343 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
7344
7345         * tests/check/Makefile.am:
7346         * tests/check/elements/.cvsignore:
7347         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
7348         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
7349           Add some basic unit tests for audiorate. Disabled at the moment
7350           since it doesn't pass yet (see bug #363119).
7351
7352 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
7353
7354         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
7355         (parse_subrip), (handle_buffer):
7356           Add missing closing tags for markup and fix broken markup,
7357           otherwise pango won't render anything (fixes #357531). Also,
7358           make sure the text we send out is always NUL-terminated
7359           (better safe than sorry etc.).
7360
7361         * tests/check/elements/subparse.c: (test_srt_do_test),
7362         (test_srt):
7363           Some more tests for .srt incl. tests for the above stuff.
7364
7365 2006-10-20  Julien MOUTTE  <julien@moutte.net>
7366
7367         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7369         Patch by: Stefan Kost  <ensonic@users.sf.net>
7370         Try to redraw borders only when needed. Apparently this consumes
7371         resources on small devices... :-O (#363607)
7372
7373 2006-10-20  Michael Smith  <msmith@fluendo.com>
7374
7375         * gst/tcp/gstmultifdsink.c:
7376         (gst_multi_fd_sink_client_queue_buffer):
7377           If caps change, then update the client's idea of the caps so that we
7378           don't end up re-sending streamheaders for every single buffer after
7379           the caps change.
7380
7381 2006-10-20  Michael Smith  <msmith@fluendo.com>
7382
7383         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
7384         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
7385           Set caps on pushed buffers; fix up refcounting of caps objects.
7386
7387 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
7388
7389         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
7390         (plugin_init):
7391           Typefind mmsh header data packet to application/x-mmsh (#362625).
7392
7393 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
7394
7395         * tests/check/Makefile.am:
7396         * tests/check/elements/.cvsignore:
7397         * tests/check/elements/subparse.c: (buffer_from_static_string),
7398         (setup_subparse), (teardown_subparse), (test_srt_do_test),
7399         (GST_START_TEST), (subparse_suite):
7400           Add very simple unit test for subparse.
7401
7402 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
7403
7404         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
7405         (parse_subrip):
7406           Strip trailing newlines from subtitle text output.
7407
7408 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7409
7410         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7411         (gst_sub_parse_change_state):
7412           Fix memleak; clear subparse->textbuf n state change function.
7413
7414 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7415
7416         * gst/subparse/gstsubparse.c:
7417         (gst_sub_parse_data_format_autodetect):
7418           Don't require subrip (.srt) files to start with a chunk number of 1.
7419
7420 2006-10-18  Wim Taymans  <wim@fluendo.com>
7421
7422         * gst-libs/gst/audio/gstbaseaudiosink.c:
7423         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7424         * gst-libs/gst/audio/gstbaseaudiosink.h:
7425         Extract rate from the NEWSEGMENT event.
7426         Use commit_full to also take rate adjustment into account when writing
7427         samples to the ringbuffer.
7428         
7429         * gst-libs/gst/audio/gstringbuffer.c:
7430         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
7431         (gst_ring_buffer_read):
7432         * gst-libs/gst/audio/gstringbuffer.h:
7433         Added _commit_full() to also take rate into account.
7434         Use simple interpolation algorithm to resample audio.
7435         API: gst_ring_buffer_commit_full()
7436
7437         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
7438         * tests/examples/seek/seek.c: (segment_done):
7439         Don't try to seek with 0.0 rate, just pause instead.
7440         Remove bogus debug line.
7441
7442 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7443
7444         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
7445         (setup_source):
7446           Catch async errors when starting up the subtitle bin, so we can
7447           stop waiting and continue with the main film instead of hanging
7448           forever. Fixes #339366.
7449
7450         * tests/check/elements/playbin.c: (playbin_suite):
7451           Enable unit test for the above.
7452
7453 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7454
7455         * tests/check/Makefile.am:
7456         * tests/check/elements/.cvsignore:
7457         * tests/check/elements/playbin.c: (GST_START_TEST),
7458         (gst_red_video_src_uri_get_type),
7459         (gst_red_video_src_uri_get_protocols),
7460         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
7461         (gst_red_video_src_uri_handler_init),
7462         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
7463         (gst_red_video_src_create), (gst_red_video_src_class_init),
7464         (gst_red_video_src_init), (plugin_init), (playbin_suite):
7465           Some small and basic unit tests for playbin; not very useful yet,
7466           but at least a start.
7467
7468 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7469
7470         * gst/playback/gstplaybin.c: (setup_sinks):
7471           The old pad activation spiel.
7472
7473 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7474
7475         * gst/playback/gstplaybasebin.c: (setup_source):
7476           Don't hang forever if the subbin already fails to start up in 
7477           the state change to PAUSED (#339366).
7478
7479 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7480
7481         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
7482         (gst_tuner_set_channel), (gst_tuner_get_channel),
7483         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
7484         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
7485         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
7486         (gst_tuner_find_channel_by_name):
7487           Fix some function guards, add some more function guards.
7488
7489 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
7490
7491         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7492         (remove_element_chain):
7493         Don't return a pad from get_our_ghost_pad unless it is actually the
7494         one we want.
7495         Change a cast in remove_element_chain slightly.
7496
7497 2006-10-13  Julien MOUTTE  <julien@moutte.net>
7498
7499         * tests/examples/seek/seek.c: (do_seek), (start_seek),
7500         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
7501         Segment seeking needs to use the rate and set stop to -1.
7502
7503 2006-10-13  Wim Taymans  <wim@fluendo.com>
7504
7505         * gst-libs/gst/audio/gstbaseaudiosink.c:
7506         (gst_base_audio_sink_setcaps):
7507         Don't crash when ringbuffer is not yet created.
7508         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7509         Fixes #361634.
7510
7511         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
7512         * gst/playback/gststreamselector.c:
7513         (gst_stream_selector_request_new_pad):
7514         Activate pads befre adding them to running elements.
7515
7516 2006-10-13  Julien MOUTTE  <julien@moutte.net>
7517
7518         * tests/examples/seek/seek.c: (do_seek), (start_seek),
7519         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
7520         updater when we start grabing the slider. Don't wait for the
7521         pipeline to be PAUSED.
7522
7523 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7524
7525         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
7526         (gst_mixer_set_volume), (gst_mixer_get_volume),
7527         (gst_mixer_set_mute), (gst_mixer_set_option),
7528         (gst_mixer_get_option), (gst_mixer_mute_toggled),
7529         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
7530         (gst_mixer_option_changed):
7531           Guard mixer interface functions against bogus arguments.
7532
7533 2006-10-12  Julien MOUTTE  <julien@moutte.net>
7534
7535         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
7536         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
7537         (msg_state_changed), (main): Use state-changed messages to trigger
7538         start/stop of scale update timer. Indeed the scale slider was
7539         jumping here and there because the update timer was activated 
7540         before seek completed. This fixes instant applying of rate changes
7541         by pressing the spinbutton like a crazy man !
7542
7543 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7544
7545         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
7546
7547         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7548         (gst_basertppayload_finalize):
7549           Fix two small memory leaks (#361456).
7550
7551 2006-10-10  Julien MOUTTE  <julien@moutte.net>
7552
7553         * tests/examples/seek/seek.c: (do_seek),
7554         (rate_spinbutton_changed_cb): When changing spinbutton we try
7555         to change the rate on the fly.
7556
7557 2006-10-10  Wim Taymans  <wim@fluendo.com>
7558
7559         * gst-libs/gst/riff/riff-ids.h:
7560         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7561         (gst_riff_create_audio_template_caps):
7562         Add WMS caps.
7563
7564 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7565
7566         Patch by: Josep Torra Valles <josep@fluendo.com>
7567
7568         * ext/gnomevfs/gstgnomevfssink.c:
7569         * ext/gnomevfs/gstgnomevfssrc.c:
7570         Fix URI interface implementation return type.
7571         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
7572         Fix what looks like a copy/paste issue when assigning values.
7573         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7574         (gst_audio_filter_template_get_type):
7575         Cast to prevent Forte warnings.
7576         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7577         Fix URI interface implementation return type.
7578         gst_pad_query_position requires a signed integer pointer as
7579         3rd parameter, GstClockTime is unsigned.
7580         * gst/audioconvert/audioconvert.c:
7581         Fix integer overflow when treated as signed.
7582         * gst/audioresample/resample.c: (resample_add_input_data):
7583         Cast to prevent warnings on Forte.
7584         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
7585         Fix integer overflow when treated as signed.
7586         * gst/ffmpegcolorspace/imgconvert_template.h:
7587         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
7588         * gst/playback/gstdecodebin.c: (queue_filled_cb),
7589         (cleanup_decodebin):
7590         Who initialises a guint to -1!
7591         Cast function pointers to prevent warnings on Forte.
7592         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
7593         (queue_threshold_reached):
7594         Cast function pointers correctly to prevent warnings on Forte.
7595         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
7596         Cast function pointers correctly to prevent warnings on Forte.
7597         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
7598         Obvious change to unsigned, 0xEF > max signed char.
7599         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
7600         GstClockTime is unsigned, initialise correctly.
7601         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
7602         Cast so pointer arithemetic doesn't cause warnings on Forte.
7603         * gst/videorate/gstvideorate.c:
7604         Use correct return value.
7605         * tests/examples/seek/scrubby.c:
7606         GstClockTime is unsigned, initialise correctly.
7607
7608 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7609
7610         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
7611
7612         * gst/typefind/gsttypefindfunctions.c:
7613           Recognise XML files and XML-like files shorter than 256 bytes as
7614           well (fixes #359237).
7615
7616 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
7617
7618         Patch by: Renato Filho <renato.filho@indt.org.br>
7619         
7620         * gst/typefind/gsttypefindfunctions.c:
7621         Added typefind functions to video/x-nuv media.
7622         
7623 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
7624
7625         * gst-libs/gst/interfaces/xoverlay.c:
7626         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
7627           Some more guards against invalid input.
7628
7629 2006-10-07  Julien MOUTTE  <julien@moutte.net>
7630
7631         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
7632         Useless goto.
7633         * tests/examples/seek/seek.c: (do_seek),
7634         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
7635         seek example to experiment with rates != 1.0 (reverse playback !)
7636
7637 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
7638
7639         * gst-libs/gst/interfaces/xoverlay.c:
7640           Unref message in doc-example (spotted by Robert McQueen)
7641
7642 2006-10-06  Wim Taymans  <wim@fluendo.com>
7643
7644         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7645         (mpeg1_parse_header), (mpeg1_sys_type_find):
7646         printf fix.
7647
7648 2006-10-06  Wim Taymans  <wim@fluendo.com>
7649
7650         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7651         (close_pad_link):
7652         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
7653         Activate dynamic pads before adding them to the element.
7654
7655 2006-10-06  Michael Smith  <msmith@fluendo.com>
7656
7657         * gst-libs/gst/floatcast/floatcast.h:
7658           Fix obviously-bogus macros; use the correct types.
7659
7660 2006-10-06  Wim Taymans  <wim@fluendo.com>
7661
7662         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7663         (gst_base_rtp_depayload_change_state):
7664         Also call parent state change function to activate pads.
7665
7666         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7667         (mpeg1_parse_header), (mpeg1_sys_type_find):
7668         Add some more debug info in mpeg typefinding.
7669
7670 2006-10-06  Michael Smith  <msmith@fluendo.com>
7671
7672         * ext/theora/theoradec.c: (theora_dec_chain):
7673           Zero byte theora packets are valid and well-defined; don't warn on
7674           them.
7675
7676 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7677
7678         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
7679         (gst_multi_fd_sink_get_stats), (find_limits),
7680         (gst_multi_fd_sink_queue_buffer):
7681           API: add dropped_buffers to the get-stats GValueArray
7682
7683 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7684
7685         * ext/alsa/gstalsadeviceprobe.c:
7686         (gst_alsa_device_property_probe_get_values):
7687         * ext/alsa/gstalsasink.c: (set_hwparams):
7688         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
7689         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
7690         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
7691         (gst_ogg_mux_process_best_pad):
7692         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
7693         (gst_ogg_parse_chain):
7694         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
7695         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7696         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
7697         (gst_vorbis_enc_buffer_check_discontinuous):
7698         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
7699         * gst-libs/gst/audio/gstbaseaudiosink.c:
7700         (gst_base_audio_sink_render):
7701         * gst-libs/gst/cdda/gstcddabasesrc.c:
7702         (gst_cdda_base_src_handle_track_seek):
7703         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7704         (gst_base_rtp_depayload_push_full):
7705         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7706         * gst/audioresample/resample.c: (resample_input_pushthrough):
7707         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
7708         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
7709         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7710         (wavpack_type_find):
7711         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
7712         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7713         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7714         * tests/check/elements/volume.c: (GST_START_TEST):
7715           Printf format fixes.
7716
7717 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7718
7719         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
7720           Fix a simple mistake (see the docs)
7721           Fixes #359580
7722
7723 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7724
7725         * docs/plugins/Makefile.am:
7726         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7727         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7728         * docs/plugins/gst-plugins-base-plugins.args:
7729         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7730         * docs/plugins/inspect/plugin-adder.xml:
7731         * docs/plugins/inspect/plugin-alsa.xml:
7732         * docs/plugins/inspect/plugin-audioconvert.xml:
7733         * docs/plugins/inspect/plugin-audiorate.xml:
7734         * docs/plugins/inspect/plugin-audioresample.xml:
7735         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7736         * docs/plugins/inspect/plugin-cdparanoia.xml:
7737         * docs/plugins/inspect/plugin-decodebin.xml:
7738         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7739         * docs/plugins/inspect/plugin-gdp.xml:
7740         * docs/plugins/inspect/plugin-gnomevfs.xml:
7741         * docs/plugins/inspect/plugin-libvisual.xml:
7742         * docs/plugins/inspect/plugin-ogg.xml:
7743         * docs/plugins/inspect/plugin-pango.xml:
7744         * docs/plugins/inspect/plugin-playbin.xml:
7745         * docs/plugins/inspect/plugin-subparse.xml:
7746         * docs/plugins/inspect/plugin-tcp.xml:
7747         * docs/plugins/inspect/plugin-theora.xml:
7748         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7749         * docs/plugins/inspect/plugin-video4linux.xml:
7750         * docs/plugins/inspect/plugin-videorate.xml:
7751         * docs/plugins/inspect/plugin-videoscale.xml:
7752         * docs/plugins/inspect/plugin-videotestsrc.xml:
7753         * docs/plugins/inspect/plugin-volume.xml:
7754         * docs/plugins/inspect/plugin-vorbis.xml:
7755         * docs/plugins/inspect/plugin-ximagesink.xml:
7756         * docs/plugins/inspect/plugin-xvimagesink.xml:
7757           Add vorbistag element to docs; update version numbers to 0.10.10.1.
7758
7759 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7760
7761         Patch by: James "Doc" Livingston <doclivingston at gmail com>
7762
7763         * ext/vorbis/Makefile.am:
7764         * ext/vorbis/vorbis.c: (plugin_init):
7765         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
7766         (vorbis_parse_parse_packet), (vorbis_parse_chain):
7767         * ext/vorbis/vorbisparse.h:
7768         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
7769         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
7770         (gst_vorbis_tag_parse_packet):
7771         * ext/vorbis/vorbistag.h:
7772           Add new vorbistag element which derives from vorbisparse
7773           and is essentially the same as well, only that it implements
7774           the GstTagSetter interface and can modify the stream's
7775           vorbiscomment on the fly (#335635).
7776
7777         * tests/check/Makefile.am:
7778         * tests/check/elements/.cvsignore:
7779         * tests/check/elements/vorbistag.c: (setup_vorbistag),
7780         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
7781         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
7782         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
7783           Add unit test for new vorbistag element.
7784
7785 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7786
7787         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
7788         (vorbis_parse_push_headers), (vorbis_parse_chain):
7789           Set BOS flag in packet structure to fix 'jump depends
7790           on unitialized value' errors in valgrind; various minor
7791           clean-ups.
7792
7793 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
7794
7795         * gst/playback/gstdecodebin.c: (close_pad_link):
7796         Fix typo in a debug statement.
7797
7798         * gst/playback/gstplaybasebin.c: (probe_triggered),
7799         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
7800         (gen_source_element), (source_new_pad), (analyse_source),
7801         (setup_source):
7802         When handling no_more_pads in new_decoded_pad, make sure to treat
7803         subtitle pads correctly. Fixes playback with subtitle files.
7804
7805         Move a recurring message to LOG level.
7806
7807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7808         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
7809         which ends up as -1 when cast to an int. Make the logic handle the
7810         max value as an unsigned mask and only change the colorkey when it's
7811         a value we recognise.
7812
7813 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7814
7815         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7816         Removed empty * between paragraphs
7817
7818 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7819
7820         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7821         * gst-libs/gst/rtp/README:
7822         Moved some documentation into .c file
7823
7824 2006-09-29  Wim Taymans  <wim@fluendo.com>
7825
7826         * gst/playback/gstdecodebin.c: (no_more_pads):
7827         Fix compilation.
7828
7829 2006-09-29  Wim Taymans  <wim@fluendo.com>
7830
7831         * gst/playback/gstdecodebin.c: (new_caps):
7832         Remove g_print
7833
7834         * gst/playback/gstplaybin.c:
7835         Add some docs.
7836
7837 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7838
7839         * tests/check/Makefile.am:
7840           Re-enable cddabasesrc test to see if it works again
7841           now.
7842
7843 2006-09-29  Wim Taymans  <wim@fluendo.com>
7844
7845         * gst/playback/gstplaybasebin.c: (setup_subtitle),
7846         (gen_source_element):
7847         Handle invalid URIs a bit more gracefully.
7848
7849 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7850
7851         * tests/check/pipelines/oggmux.c:
7852           Remove obsolete comment.
7853
7854 2006-09-29  Michael Smith  <msmith@fluendo.com>
7855
7856         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
7857         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
7858         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
7859         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
7860         (gst_ogg_mux_collected):
7861           Commit patch from James "Doc" Livingston, adds proper EOS handling
7862           in oggmux. GStreamer can, for the first time ever, create a valid
7863           Ogg file! Yay!
7864
7865         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
7866         (oggmux_suite):
7867           Reenable tests now that they pass.
7868
7869 2006-09-29  Wim Taymans  <wim@fluendo.com>
7870
7871         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
7872         Stop reading commands when EOF (we read 0) as well.
7873
7874 2006-09-28  Wim Taymans  <wim@fluendo.com>
7875
7876         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
7877         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
7878         (find_dynamic), (unlinked), (close_link):
7879         Implement delayed caps linking needed for element with a lot of
7880         different caps on the src pads that get fixed at runtime.
7881         Improve management of dynamic elements.
7882
7883         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7884         (group_destroy), (group_commit), (check_queue), (queue_overrun),
7885         (gen_preroll_element), (remove_groups), (unknown_type),
7886         (add_element_stream), (no_more_pads_full), (no_more_pads),
7887         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
7888         (new_decoded_pad), (setup_subtitle), (array_has_value),
7889         (gen_source_element), (source_new_pad), (has_all_raw_caps),
7890         (analyse_source), (remove_decoders), (make_decoder),
7891         (remove_source), (setup_source), (finish_source), (prepare_output),
7892         (gst_play_base_bin_change_state):
7893         * gst/playback/gstplaybasebin.h:
7894         Use more _CAST instead of full type checking casts.
7895         Small cleanups, plug some leaks.
7896         Handle dynamic sources.
7897         Add some helper functions to create lists of strings used for
7898         blacklisting and other stuff.
7899         Refactor some code dealing with analysing the source.
7900         Re-enable sources without pads (like cd:// or other selfcontained
7901         elements).
7902
7903 2006-09-28  Wim Taymans  <wim@fluendo.com>
7904
7905         * gst-libs/gst/audio/gstbaseaudiosink.c:
7906         (gst_base_audio_sink_render):
7907         When we have a timestamp, we can still perform clipping.
7908         When we have no clock, we must play the sample ASAP.
7909
7910 2006-09-28  Wim Taymans  <wim@fluendo.com>
7911
7912         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7913         Set caps on outgoing buffers.
7914
7915         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7916         (gst_video_rate_event), (gst_video_rate_chain):
7917         * gst/videorate/gstvideorate.h:
7918         Fix videorate some more. Fixes #357977
7919
7920 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
7921
7922         * tests/check/elements/adder.c: (adder_suite):
7923           Don't set timeout to 6 seconds when we're running
7924           in valgrind ... (and how is 6 seconds longer than
7925           the default anyway?)
7926
7927 2006-09-28  Wim Taymans  <wim@fluendo.com>
7928
7929         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
7930         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
7931         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
7932         Keep sink and src segment to keep track of time and support more
7933         input formats.
7934         Fix bogus next_offset and run_time calculation, don't understand how
7935         this could have worked before. Fixes #357976.
7936         Remove some unneeded vars.
7937
7938 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
7939
7940         * gst/playback/gstplaybin.c: (remove_sinks):
7941           Only remove visualisation from visbin if there is a visbin (or:
7942           don't throw warnings when closing totem without playing a file).
7943
7944 2006-09-27  Wim Taymans  <wim@fluendo.com>
7945
7946         * gst-libs/gst/audio/gstbaseaudiosink.c:
7947         (gst_base_audio_sink_render):
7948         Add some more info in a WARNING.
7949
7950         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7951         (gst_base_audio_src_create):
7952         Handle PAUSE in create function, use new -core addition to
7953         wait for playing. Fixes pausing and resuming capture from an
7954         audiosrc.
7955
7956         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
7957         (gst_ring_buffer_read):
7958         Constify some more.
7959         Caller supports interrupted reads now.
7960
7961 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7962
7963         * tests/check/Makefile.am:
7964           Another attempt to make the gen64 buildbot happy.
7965
7966 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
7967
7968         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
7969
7970         * ext/libvisual/visual.c: (gst_visual_clear_actors),
7971         (gst_visual_chain), (gst_visual_change_state):
7972           Libvisual plugin was not passing audio data to libvisual 0.4.0 
7973           correctly. Fixes #357800
7974
7975 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7976
7977         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
7978           Add timeout to _get_state() so we see which pipeline it is
7979           that causes trouble on the gen64 build bot.
7980
7981 2006-09-27  Wim Taymans  <wim@fluendo.com>
7982
7983         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7984         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
7985         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
7986         (gst_base_rtp_depayload_set_gst_timestamp):
7987         the source pad always uses fixed caps.
7988
7989 2006-09-27  Wim Taymans  <wim@fluendo.com>
7990
7991         * docs/libs/gst-plugins-base-libs-docs.sgml:
7992         * docs/libs/gst-plugins-base-libs-sections.txt:
7993         * gst-libs/gst/audio/gstaudioclock.c:
7994         * gst-libs/gst/audio/gstaudioclock.h:
7995         * gst-libs/gst/audio/gstaudiosink.c:
7996         * gst-libs/gst/audio/gstaudiosink.h:
7997         * gst-libs/gst/audio/gstaudiosrc.c:
7998         * gst-libs/gst/audio/gstbaseaudiosink.c:
7999         (gst_base_audio_sink_render):
8000         * gst-libs/gst/audio/gstbaseaudiosink.h:
8001         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
8002         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8003         * gst-libs/gst/audio/gstringbuffer.h:
8004         Added docs for the audio libs.
8005
8006 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
8007
8008         * tests/check/Makefile.am:
8009           Temporarily disable test that fails on the bots for unknown reasons.
8010
8011 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8012
8013         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8014         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8015         Moved AudioCodecType into priv
8016         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
8017
8018 2006-09-25  Wim Taymans  <wim@fluendo.com>
8019
8020         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8021         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
8022         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
8023         (new_pad):
8024         Cleanups and small leak fixes.
8025         Added Depayloaders to valid list of autopluggable elements.
8026
8027 2006-09-25  Wim Taymans  <wim@fluendo.com>
8028
8029         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8030         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
8031         (gen_video_element), (gen_text_element), (gen_audio_element),
8032         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8033         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
8034         Detect NO_PREROLL state change returns and disable clock distribution to
8035         the sinks so that sync is disabled.
8036         Avoid some type checking and do simple casts instead.
8037         Small cleanups, fix some FIXMEs.
8038         Be more robust when linking user specified elements, catch an report
8039         errors. Fixes #357404.
8040         Fix some leaks in the error paths.
8041
8042 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
8043
8044         * ChangeLog:
8045           ChangeLog surgery for missing bug-number
8046
8047 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8048
8049         Patch by: Peter Kjellerstedt  <pkj at axis com>
8050
8051         * gst/playback/test.c:
8052           Fix compilation with uClibc and -Werror (#357591).
8053
8054 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8055
8056         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8057           Parse dates that are followed by a time as well (#357532).
8058
8059         * tests/check/libs/tag.c: (test_vorbis_tags):
8060           Add unit test for this.
8061
8062 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
8063
8064         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8065         (gst_audio_convert_transform_caps):
8066         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
8067         * gst/videotestsrc/videotestsrc.h:
8068           A few array const-ifications.
8069
8070 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
8071
8072         * tests/check/Makefile.am:
8073           See if this makes the build bots happy.
8074
8075         * tests/check/libs/cddabasesrc.c:
8076           UTF8-ise my name.
8077
8078 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
8079
8080         Patch by: Young-Ho Cha <ganadist at chollian dot net>
8081
8082         * gst/subparse/samiparse.c: (handle_start_font),
8083         (fix_invalid_entities):
8084           More case-insensitivity for certain tags; recognise entities with
8085           decimal codes as special entities as well (#357330).
8086
8087 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
8088
8089         * gst-libs/gst/Makefile.am:
8090           Need to build tag directory before cdda.
8091
8092 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
8093
8094         * docs/libs/gst-plugins-base-libs-sections.txt:
8095         * gst-libs/gst/cdda/Makefile.am:
8096         * gst-libs/gst/cdda/gstcddabasesrc.c:
8097         (gst_cdda_base_src_base_init):
8098         * gst-libs/gst/cdda/gstcddabasesrc.h:
8099         * gst-libs/gst/tag/tag.h:
8100         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
8101         (gst_tag_register_musicbrainz_tags):
8102           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
8103           depend on libgsttag. This is required so we can extract/read tags like
8104           DISCID without depending on libgstcddabasesrc (which used to register
8105           them).
8106
8107         * gst-libs/gst/tag/gstvorbistag.c:
8108           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
8109           tags (also see #347848).
8110
8111         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
8112           Log vorbis comments we are actually writing. Const-ify array.
8113
8114 2006-09-23  Wim Taymans  <wim@fluendo.com>
8115
8116         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8117         Improve buffering a bit by avoiding a deadlock because we cannot assume
8118         the underrun is always called.
8119
8120 2006-09-23  Wim Taymans  <wim@fluendo.com>
8121
8122         Patch by: Young-Ho Cha <ganadist at chollian dot net>
8123
8124         * gst-libs/gst/riff/riff-ids.h:
8125         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8126         (gst_riff_create_audio_template_caps):
8127         Added MPEG-4 AAC and id and caps. Fixes #357289
8128         Added WMA9 Lossless id.
8129
8130 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8131
8132         * ext/gnomevfs/gstgnomevfssrc.c:
8133           Fix misleading docs addition.
8134
8135         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
8136           Get rid of compiler warning the right way.
8137
8138 2006-09-22  Wim Taymans  <wim@fluendo.com>
8139
8140         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8141         (gst_base_rtp_depayload_finalize),
8142         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
8143         (gst_base_rtp_depayload_push_full),
8144         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
8145         (gst_base_rtp_depayload_process),
8146         (gst_base_rtp_depayload_set_gst_timestamp),
8147         (gst_base_rtp_depayload_queue_release):
8148         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8149         Small cleanups.
8150         Fix some leaks.
8151         Refactored the process method and added methods to push from the process
8152         vmethod.
8153         Use _scale functions.
8154         API: gst_base_rtp_depayload_push_ts
8155         API: gst_base_rtp_depayload_push
8156
8157         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
8158         timestamps are uint.
8159
8160 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
8161
8162         * gst-libs/gst/interfaces/xoverlay.c:
8163           Remove unused statement from doc example.
8164
8165 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
8166
8167         * gst-libs/gst/interfaces/videoorientation.c:
8168         (gst_video_orientation_iface_init),
8169         (gst_video_orientation_get_hflip),
8170         (gst_video_orientation_get_vflip),
8171         (gst_video_orientation_get_hcenter),
8172         (gst_video_orientation_get_vcenter),
8173         (gst_video_orientation_set_hflip),
8174         (gst_video_orientation_set_vflip),
8175         (gst_video_orientation_set_hcenter),
8176         (gst_video_orientation_set_vcenter):
8177           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
8178           in ChangeLog)
8179
8180 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
8181
8182         * tests/check/Makefile.am:
8183         * tests/check/elements/.cvsignore:
8184         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
8185         (create_rgb_conversions), (rgb_conversion_free),
8186         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
8187         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
8188           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
8189           but disable for now since it doesn't pass (something wrong with
8190           RGBA somewhere).
8191
8192 2006-09-21  Wim Taymans  <wim@fluendo.com>
8193
8194         * gst/playback/gstplaybasebin.c: (group_commit),
8195         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
8196         (queue_out_of_data), (gen_preroll_element),
8197         (preroll_remove_overrun), (probe_triggered):
8198         Refactor handling of overrun detection.
8199         Separate handling of group completion and deadlock detection when doing
8200         network buffering. This should fix some deadlocks that were not detected
8201         because the group was completed.
8202         Add more comments, improve debugging.
8203
8204 2006-09-21  Wim Taymans  <wim@fluendo.com>
8205
8206         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
8207         * tests/check/libs/audio.c:
8208         Some more compilation fixes.
8209
8210 2006-09-21  Wim Taymans  <wim@fluendo.com>
8211
8212         * gst-libs/gst/audio/gstringbuffer.c:
8213         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
8214         (gst_ring_buffer_read):
8215         Early morning compilation fix.
8216
8217 2006-09-20  Wim Taymans  <wim@fluendo.com>
8218
8219         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
8220         * tests/check/elements/multifdsink.c: (GST_START_TEST):
8221         * tests/check/elements/videorate.c: (GST_START_TEST):
8222         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
8223         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
8224         Fix some warnings.
8225
8226 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
8227
8228         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8229         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8230         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
8231           Handcrafted merge to help CVS understanding what I changed and what
8232           not.
8233
8234 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
8235
8236         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8237         (gst_xvimagesink_get_times):
8238           change colorkey behaviour back according to #354773 comment 6/7
8239
8240 2006-09-19  Michael Smith  <msmith@fluendo.com>
8241
8242         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
8243         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
8244         (gst_multi_fd_sink_recover_client),
8245         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
8246         (gst_multi_fd_sink_get_property):
8247         * gst/tcp/gstmultifdsink.h:
8248           Implement stubbed out properties unit-type, units-soft-max,
8249           units-max, to allow specifying maximum sizes in units other than
8250           buffers.
8251           Fixes #355935
8252
8253 2006-09-19  Wim Taymans  <wim@fluendo.com>
8254
8255         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8256         (gst_riff_create_audio_template_caps):
8257         Reorder the audio formats a bit for clarity.
8258         Detect and create caps for MSGSM and MSN (WAV49).
8259         Fixes #356596.
8260
8261         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8262         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8263         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
8264         Small cleanups, move error handling out of normal flow for clarity.
8265
8266 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8267
8268         * docs/libs/gst-plugins-base-libs-docs.sgml:
8269         * docs/libs/gst-plugins-base-libs.types:
8270         * gst-libs/gst/interfaces/Makefile.am:
8271         * gst-libs/gst/interfaces/videoorientation.c:
8272         (gst_video_orientation_get_type),
8273         (gst_video_orientation_iface_init),
8274         (gst_video_orientation_get_hflip),
8275         (gst_video_orientation_get_vflip),
8276         (gst_video_orientation_get_hcenter),
8277         (gst_video_orientation_get_vcenter),
8278         (gst_video_orientation_set_hflip),
8279         (gst_video_orientation_set_vflip),
8280         (gst_video_orientation_set_hcenter),
8281         (gst_video_orientation_set_vcenter):
8282         * gst-libs/gst/interfaces/videoorientation.h:
8283           API: Add new interface to control video orientation (fixes #354908)
8284
8285 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8286
8287         * gst/videotestsrc/gstvideotestsrc.c:
8288           Use G_UNLIKELY in _create and log one more detail.
8289           
8290         (gst_video_test_src_get_times), (gst_video_test_src_create):
8291         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
8292           Use gst_util_uint64_scale_int in _get_times().
8293
8294 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8295
8296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
8297           Give better warning message (add object and detail).
8298
8299 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8300
8301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8302         (gst_xvimagesink_get_times):
8303           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
8304           #354773), use gst_util_uint64_scale_int in _get_times()
8305
8306 2006-09-18  Michael Smith  <msmith@fluendo.com>
8307
8308         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
8309           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
8310           always true, leading to dropping all timestamps.
8311
8312 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8313
8314         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
8315         (gst_visual_chain), (gst_visual_change_state):
8316           update to work also with libvisual 0.4 API, fix double unref (#355914)
8317           
8318         * tools/gst-launch-ext.1.in:
8319         * tools/gst-visualise.1.in:
8320           remove references to old man-pages
8321
8322         * tests/examples/seek/seek.c: (main):
8323           add real meadi-buttons, add tool-tips for the seek-options, arrange
8324           seek options in a table
8325
8326 2006-09-18  Michael Smith  <msmith@fluendo.com>
8327
8328         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
8329         (gst_ogg_mux_push_buffer):
8330           Don't generate out-of-order timestamps from oggmux, instead clamp
8331           output timestamps to be >= the previously output ts.
8332           Fixes #355595
8333
8334 2006-09-18  Michael Smith  <msmith@fluendo.com>
8335
8336         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
8337         (gst_multi_fd_sink_class_init):
8338           Updates, fixes, and typo corrections for multifdsink. No functional
8339           changes.
8340
8341 2006-09-17  Michael Smith  <msmith@fluendo.com>
8342
8343         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
8344           Don't crash on truncated files - check that we got an 8 byte buffer
8345           before trying to memcmp it.
8346
8347 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
8348
8349         * gst/playback/gstplaybasebin.c: (get_active_source):
8350           Make stream-switching appear instant to the application
8351           (ie. make sure that a g_object_get on 'current-foo' returns
8352           the stream previously set with g_object_set(). Totem needs
8353           this to update stream-related meta-info (like audio-codec)
8354           correctly when switching streams.
8355
8356 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
8357
8358         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
8359         (gst_alsa_mixer_ensure_track_list):
8360           Try harder to guess which mixer track is the master mixer
8361           track (instead of just taking the first one that has a pvolume).
8362           Fixes #342228.
8363
8364 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8365
8366         reviewed by: <delete if not using a buddy>
8367
8368         * gst-libs/gst/audio/audio.h:
8369         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
8370
8371 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8372
8373         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
8374         (gst_audio_convert_transform_caps):
8375           Get structure-name just once.
8376
8377 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8378
8379         * tests/check/elements/audioresample.c: (GST_START_TEST):
8380         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
8381         * tests/check/elements/volume.c: (GST_START_TEST):
8382         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
8383         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
8384         (test_pipeline), (GST_START_TEST):
8385         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8386         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
8387           Fix big batch of compiler warnings.
8388
8389 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8390
8391         * ext/gnomevfs/gstgnomevfssrc.c:
8392           Add docs about icydemux usage in connection with gnomevfssrc
8393
8394         * ext/libvisual/visual.c:
8395         * ext/ogg/gstoggaviparse.c:
8396         * ext/ogg/gstoggdemux.c:
8397         * ext/ogg/gstoggmux.c:
8398         * ext/ogg/gstoggparse.c:
8399         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8400         * gst-libs/gst/audio/gstaudiosink.c:
8401         * gst-libs/gst/audio/gstaudiosrc.c:
8402         * gst/audiorate/gstaudiorate.c:
8403           More G_OBJECT macro fixing.
8404
8405         * gst/audiotestsrc/gstaudiotestsrc.h:
8406           Fix wrong info in header due to copy & paste
8407
8408 2006-09-15  Wim Taymans  <wim@fluendo.com>
8409
8410         * gst-libs/gst/audio/gstbaseaudiosink.c:
8411         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
8412         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8413         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
8414         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
8415         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
8416         Do the delay calculation in the source/sink base classes as this is
8417         specific for the capture/playback mode.
8418         Try to fixate a bit better, like round depth up to a multiple of 8
8419         bigger than width.
8420         Handle underruns correctly by marking DISCONT on buffers and adjusting
8421         timestamps to handle the gap.
8422         Set offset/offset_end correctly on buffers.
8423
8424         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
8425         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
8426         (gst_ring_buffer_read):
8427         Remove resync and underrun recovery from the ringbuffer.
8428         Fix ringbuffer read code on under/overrun.
8429
8430 2006-09-15  Wim Taymans  <wim@fluendo.com>
8431
8432         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8433         (gst_play_base_bin_init), (fill_buffer), (check_queue),
8434         (queue_threshold_reached), (gst_play_base_bin_set_property),
8435         (gst_play_base_bin_get_property):
8436         * gst/playback/gstplaybasebin.h:
8437         Don't use a 0 low watermark when buffering, it is catching starvation
8438         way too late. Instead, use a 3 second queue with 30 and 95
8439         percent low/high watermarks. 
8440         Added queue-min-threshold property to configure low watermark.
8441         Use new _buffering message API.
8442         Make queue_threshold variable big enough to store a uint64 time value.
8443         API: playbin::queue-min-threshold property.
8444
8445 2006-09-15  Wim Taymans  <wim@fluendo.com>
8446
8447         * configure.ac:
8448         We require 0.10.10.1 now because of _wait_preroll().
8449
8450         * gst-libs/gst/audio/gstbaseaudiosink.c:
8451         (gst_base_audio_sink_render):
8452         Use gst_base_sink_wait_preroll().
8453
8454 2006-09-15  Wim Taymans  <wim@fluendo.com>
8455
8456         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
8457         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
8458         Use DEBUG_OBJECT more.
8459
8460 === release 0.10.10 ===
8461
8462 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8463
8464         patch by: Michael Smith <msmith at fluendo dot com>
8465
8466         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
8467         (gst_multi_fd_sink_client_queue_buffer),
8468         (gst_multi_fd_sink_new_client):
8469         * tests/check/elements/multifdsink.c: (GST_START_TEST),
8470         (multifdsink_suite):
8471           Fix implementation of sync-method 'next-keyframe'
8472           Closes #354594
8473
8474 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8475
8476         patch by: Wim Taymans <wim at fluendo dot com>
8477
8478         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8479         This patch removes the RANDOM flag that was incorrectly introduced with
8480         revision 1.91.  Fixes #354590
8481
8482 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8483
8484         * tests/check/Makefile.am:
8485           Random variation in Makefile line to see if it makes the
8486           gen64-base-full bot any happier.
8487
8488 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8489
8490         * tests/check/pipelines/oggmux.c: (oggmux_suite):
8491           Disable test that fails at the moment (killed after timeout).
8492
8493 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8494
8495         Patch by: James Livingston  <doclivingston at gmail.com>
8496
8497         * tests/check/Makefile.am:
8498         * tests/check/pipelines/.cvsignore:
8499         * tests/check/pipelines/oggmux.c: (get_page_codec),
8500         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
8501         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
8502         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
8503         (test_theora_vorbis), (oggmux_suite):
8504           Add simple unit test for oggmux from #337026 with checking for the
8505           EOS flags disabled for the time being.
8506
8507 2006-09-04  Wim Taymans  <wim@fluendo.com>
8508
8509         patch by: Alessandro Dessina <alessandro nnva org>
8510
8511         * ext/ogg/gstoggmux.c:
8512         Add cmml caps to oggmux. Fixes #353912
8513
8514 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
8515
8516         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
8517           Returning a return value often helps. In this case, we
8518           don't need the return value anyway, so just get rid of it.
8519           Should make build bots much happier.
8520
8521 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
8522
8523         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
8524         (paint_get_structure), (gst_video_test_src_get_size),
8525         (gst_video_test_src_smpte), (gst_video_test_src_snow),
8526         (gst_video_test_src_unicolor), (paint_setup_AYUV),
8527         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
8528         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
8529         * gst/videotestsrc/videotestsrc.h:
8530           Add support for AYUV and the various RGBA formats. Initialise
8531           fields of paintinfo structs allocated on the stack.
8532
8533         * tests/check/elements/videotestsrc.c: (right_shift_colour),
8534         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
8535         (check_rgb_buf), (videotestsrc_suite):
8536           Add unit tests for videotestsrc's RGB output.
8537
8538 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
8539
8540         * gst/videotestsrc/gstvideotestsrc.c:
8541         (gst_video_test_src_pattern_get_type),
8542         (gst_video_test_src_set_pattern):
8543         * gst/videotestsrc/gstvideotestsrc.h:
8544         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
8545         (gst_video_test_src_black), (gst_video_test_src_white),
8546         (gst_video_test_src_red), (gst_video_test_src_green),
8547         (gst_video_test_src_blue):
8548         * gst/videotestsrc/videotestsrc.h:
8549           Add more uni-colour patterns ("white", "red", "green", and "blue").
8550
8551 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
8552
8553         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
8554           Fix stride for YVYU, should be word-aligned (#353658).
8555
8556 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
8557
8558         * gst/adder/gstadder.c: (gst_adder_src_event):
8559           Fix build.
8560
8561 2006-08-31  Edward Hervey  <edward@fluendo.com>
8562
8563         * gst/adder/gstadder.c: (forward_event_func),
8564         (gst_adder_src_event), (gst_adder_collected),
8565         (gst_adder_change_state):
8566         * gst/adder/gstadder.h:
8567         Remember the start position asked in the incoming seeks, so we can
8568         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
8569         of assuming it will always be 0).
8570
8571 2006-08-31  Edward Hervey  <edward@fluendo.com>
8572
8573         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
8574         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
8575         (gst_ogg_demux_loop):
8576         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
8577
8578 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
8579
8580         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8581         (gst_ffmpegcsp_get_unit_size):
8582           Return FALSE instead of returning a random false unit
8583           size when the format isn't known/supported (even if
8584           this shouldn't happen under normal circumstances).
8585
8586 2006-08-29  Wim Taymans  <wim@fluendo.com>
8587
8588         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8589
8590         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
8591         (gst_gnome_vfs_src_start):
8592         Try harder to get the size from a uri by using _info_uri() when
8593         _info_from_handle() does not give us enough info. 
8594         Also follow symlinks when getting the size.
8595         Partially Fixes #332864.
8596
8597 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
8598
8599         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
8600
8601         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8602         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
8603         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
8604         (gst_alsa_mixer_set_record):
8605         * ext/alsa/gstalsamixertrack.c:
8606         (gst_alsa_mixer_track_update_alsa_capabilities),
8607         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
8608         (gst_alsa_mixer_track_update):
8609         * ext/alsa/gstalsamixertrack.h:
8610           Improve and fix mixer track handling, in particular better handling
8611           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
8612           separate track objects for tracks that have both capture and playback
8613           volume (and label them differently as well so they're not mistakenly
8614           assumed to be duplicates); classify mixer tracks that only affect
8615           the audible volume of something (rather than the capture volume)
8616           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
8617           for capture tracks to correspond to alsa-pswitch alsa-cswitch
8618           (following the meaning documented in the mixer interface header
8619           file); add support for alsa's exclusive cswitch groups; update/sync
8620           state/flags better if mixer settings are changed by another
8621           application. Fixes #336075.
8622
8623 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
8624
8625         * gst/playback/gstplaybin.c:
8626           Improve docs: add section about BUFFERING messages sent by playbin.
8627
8628 2006-08-29  Michael Smith  <msmith@fluendo.com>
8629
8630         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
8631         (gst_vorbis_enc_buffer_check_discontinuous),
8632         (gst_vorbis_enc_chain):
8633           Ignore explicit DISCONT marked on buffers (which is often spurious,
8634           particularly when using multiple segments), in favour of solely
8635           using the timestamps/durations.
8636
8637 2006-08-29  Edward Hervey  <edward@fluendo.com>
8638
8639         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8640         Don't rely on incoming buffers offset anymore, since it is completely
8641         broken when using multiple segments.
8642         Instead convert the incoming buffers timestamp to running time, and
8643         then convert that value to the offsets.
8644         Also inform GstSegment of the last outputted stop position, which is
8645         needed if we received several segments with an unknown stop value.
8646
8647 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8648
8649         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
8650           fix buffer unreffing on a header push failure
8651
8652 2006-08-28  Wim Taymans  <wim@fluendo.com>
8653
8654         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
8655         (gst_audio_rate_chain):
8656         Make the metadata of the buffer writable before changing its
8657         flags.
8658
8659 2006-08-28  Wim Taymans  <wim@fluendo.com>
8660
8661         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
8662         (gst_audio_rate_setcaps), (gst_audio_rate_init),
8663         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
8664         (gst_audio_rate_chain), (gst_audio_rate_change_state):
8665         Fix audiorate some more.
8666         Reset and resync counters on flush and READY.
8667         Handle the DISCONT flag correctly.
8668         Use GstSegment to track position.
8669         Fail when not negotiated.
8670         Fixes #353234.
8671
8672 2006-08-25  Michael Smith  <msmith@fluendo.com>
8673
8674         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8675           Fix spelling.
8676           Remove accidently included debug line.
8677
8678 2006-08-25  Wim Taymans  <wim@fluendo.com>
8679
8680         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8681         Small cleanups.
8682         If a buffer is received with no caps, make the buffer metadata
8683         writable and set the caps, making sure that we don't screw up the
8684         refcounts.
8685
8686 2006-08-25  Michael Smith  <msmith@fluendo.com>
8687
8688         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
8689         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
8690           Fix memory leaks and misleading debug messages, add a couple of
8691           comments.
8692
8693         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
8694         (gst_multi_fd_sink_render):
8695           Do not use gst_buffer_make_writable() in a basesink render method,
8696           as it may incorrectly unref the buffer. Instead, use convoluted
8697           dance to avoid copying the buffer except when we need to.
8698
8699 2006-08-25  Michael Smith  <msmith@fluendo.com>
8700
8701         * ext/vorbis/vorbisenc.c:
8702         (gst_vorbis_enc_buffer_check_discontinuous):
8703           Allow very small discontinuities in the timestamps. These we can't
8704           do anything useful with anyway (because vorbis's timestamps have
8705           only sample granularity), and are commonly produced by elements with
8706           minor bugs. Allow up to 1/2 a sample out.
8707           Fixes #351742.
8708
8709 2006-08-24  Wim Taymans  <wim@fluendo.com>
8710
8711         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
8712         (play_scrub_toggle_cb), (main):
8713         Add a checkbox to enable play scrubbing. Makes it possible to disable
8714         normal scrubbing.
8715
8716 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8717
8718         * tests/check/elements/.cvsignore:
8719           make buildbot happy
8720
8721 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8722
8723         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
8724         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
8725         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
8726         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8727         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8728         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
8729         (gst_ogm_text_parse_strip_trailing_zeroes),
8730         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
8731         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
8732           Refactor ogm parse, do better input checking, misc. clean-ups.
8733           Cache incoming events and push them once the source pad has
8734           been created. Don't pass unterminated strings to sscanf().
8735           Strip trailing zeroes from subtitle text output, since they
8736           are not valid UTF-8. Don't push vorbiscomment packets on
8737           the subtitle text pad. Output perfect streams if possible.
8738
8739 2006-08-23  Wim Taymans  <wim@fluendo.com>
8740
8741         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
8742         Waits for tasks to settle down so that we clean up correctly for 
8743         valgrind.
8744
8745 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8746
8747         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
8748           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
8749           actually return return value in taglists_are_equal.
8750
8751 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8752
8753         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8754           Fix crash due to broken bitstream parsing on x86-64: can't make
8755           any assumptions about sizeof(struct) due to alignment/packing
8756           differences on different architectures. Fixes #351790.
8757
8758 2006-08-22  Wim Taymans  <wim@fluendo.com>
8759
8760         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8761         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
8762         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
8763         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
8764         (gst_riff_parse_info):
8765         Protect public functions against bad input.
8766         Do some cleanups.
8767         Fix documentation.
8768
8769 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8770
8771         * gst-libs/gst/riff/riff-ids.h:
8772         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8773           Add voxware audio IDs (even if we can't play it) (#351795).
8774
8775 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8776
8777         * gst-libs/gst/riff/riff-media.c:
8778         (gst_riff_create_video_template_caps),
8779         (gst_riff_create_audio_template_caps),
8780         (gst_riff_create_iavs_template_caps):
8781           Const-ify some arrays and use G_N_ELEMENTS instead
8782           of wasting oodles of RAM on terminator bits.
8783
8784 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8785
8786         * gst-libs/gst/tag/gstvorbistag.c:
8787         (gst_tag_list_to_vorbiscomment_buffer):
8788         * tests/check/libs/tag.c: (GST_START_TEST):
8789           And the same for _to_vorbiscomment_buffer(): allow
8790           id_data_len == 0 for speex.
8791
8792 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8793
8794         * configure.ac:
8795         * docs/plugins/Makefile.am:
8796         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8797         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8798         * docs/plugins/inspect/plugin-gdp.xml:
8799         * gst/gdp/Makefile.am:
8800         * tests/check/Makefile.am:
8801           Move GDP plugin to -base from -bad.  Closes #347783.
8802
8803 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
8804
8805         * gst-libs/gst/tag/gstvorbistag.c:
8806         (gst_tag_list_from_vorbiscomment_buffer):
8807           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
8808           Also add some checks to make sure we don't memcmp() beyond the end of
8809           vorbiscomment buffer if the ID to check for is larger than the buffer.
8810
8811         * tests/check/libs/tag.c: (GST_START_TEST):
8812           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
8813
8814 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
8815
8816         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
8817         (gst_vorbis_enc_set_metadata):
8818           Use vorbis comment utility functions from libgsttag
8819           instead of re-inventing the wheel (partially fixes #347091).
8820
8821 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8822
8823         * tests/check/elements/audioconvert.c: (GST_START_TEST):
8824         Fix leaks. Wait for state transitions that might happen ASYNC, as well
8825         as some that won't.
8826
8827 2006-08-21  Wim Taymans  <wim@fluendo.com>
8828
8829         * docs/libs/Makefile.am:
8830         * docs/libs/gst-plugins-base-libs-sections.txt:
8831         * docs/libs/gst-plugins-base-libs.types:
8832         Don't try to GObject scan the netbuffer as it's not a GObject.
8833         Fixes #351308.
8834
8835         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8836         * gst-libs/gst/netbuffer/gstnetbuffer.h:
8837         Document GstNetBuffer.
8838
8839 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8840
8841         * tests/check/elements/audioconvert.c: (GST_START_TEST),
8842         (audioconvert_suite):
8843           Add testcase for caps-size-explosion
8844
8845 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8846
8847         * gst/audioconvert/gstaudioconvert.c:
8848         (gst_audio_convert_get_unit_size), (set_structure_widths):
8849           Lower debug, use g_assert in _get_unit_size
8850
8851         * gst/audioresample/gstaudioresample.c:
8852         (audioresample_get_unit_size):
8853         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8854         (gst_ffmpegcsp_get_unit_size):
8855         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
8856           use g_assert in _get_unit_size
8857
8858 2006-08-18  Wim Taymans  <wim@fluendo.com>
8859
8860         * docs/libs/gst-plugins-base-libs-sections.txt:
8861         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
8862         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
8863         (gst_rtp_buffer_get_payload_buffer):
8864         * gst-libs/gst/rtp/gstrtpbuffer.h:
8865         Document GstRTPBuffer.
8866         Added function to efficiently strip payload headers.
8867         API: gst_rtp_buffer_get_payload_subbuffer()
8868
8869 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
8870
8871         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
8872         (gst_tag_to_vorbis_comments):
8873           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
8874           tags and deserialise them properly as well (#347091).
8875           Add some more gtk-doc blurbs and also some g_return_if_fail().
8876
8877         * tests/check/libs/tag.c: (GST_START_TEST),
8878         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
8879           More tests.
8880
8881 2006-08-17  Wim Taymans  <wim@fluendo.com>
8882
8883         * ext/ogg/Makefile.am:
8884         * ext/ogg/gstogg.c: (plugin_init):
8885         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
8886         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
8887         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
8888         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
8889         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
8890         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
8891         Added ogg-in-avi parser element. Fixes #140139.
8892
8893         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8894         Fixed a bug in oggdemux debug code.
8895
8896         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8897         (gst_riff_create_audio_template_caps):
8898         Recognise Ogg in the AVI extensible wave format.
8899
8900 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
8901
8902         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8903           Make buffer durations add up (duration should be next_ts-ts for
8904           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
8905           from CVS.
8906
8907         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
8908         (test_buffer_timestamps), (cddabasesrc_suite):
8909           Add unit test for the above.
8910
8911         * tests/check/Makefile.am:
8912           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
8913           to see what happens.
8914
8915 2006-08-16  Wim Taymans  <wim@fluendo.com>
8916
8917         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
8918         (gst_alsasink_open):
8919         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
8920         (gst_alsasrc_open):
8921         Avoid setting and using a NULL device name.
8922         Print more info when we fail to open a device.
8923
8924 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8925
8926         * docs/libs/gst-plugins-base-libs-sections.txt:
8927         * gst-libs/gst/tag/tag.h:
8928         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
8929           API: add gst_tag_parse_extended_comment() (#351426).
8930
8931         * tests/check/Makefile.am:
8932         * tests/check/libs/.cvsignore:
8933         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
8934           Add unit test for gst_tag_parse_extended_comment().
8935
8936 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8937
8938         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
8939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
8940           Fix leak (#351502).
8941
8942 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8943
8944         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8945         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8946         * docs/plugins/gst-plugins-base-plugins.args:
8947         * gst/playback/gstplaybin.c:
8948           Document playbin.
8949           
8950         * docs/plugins/inspect/plugin-adder.xml:
8951         * docs/plugins/inspect/plugin-alsa.xml:
8952         * docs/plugins/inspect/plugin-audioconvert.xml:
8953         * docs/plugins/inspect/plugin-audiorate.xml:
8954         * docs/plugins/inspect/plugin-audioresample.xml:
8955         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8956         * docs/plugins/inspect/plugin-cdparanoia.xml:
8957         * docs/plugins/inspect/plugin-decodebin.xml:
8958         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8959         * docs/plugins/inspect/plugin-gnomevfs.xml:
8960         * docs/plugins/inspect/plugin-ogg.xml:
8961         * docs/plugins/inspect/plugin-pango.xml:
8962         * docs/plugins/inspect/plugin-playbin.xml:
8963         * docs/plugins/inspect/plugin-subparse.xml:
8964         * docs/plugins/inspect/plugin-tcp.xml:
8965         * docs/plugins/inspect/plugin-theora.xml:
8966         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8967         * docs/plugins/inspect/plugin-video4linux.xml:
8968         * docs/plugins/inspect/plugin-videorate.xml:
8969         * docs/plugins/inspect/plugin-videoscale.xml:
8970         * docs/plugins/inspect/plugin-videotestsrc.xml:
8971         * docs/plugins/inspect/plugin-volume.xml:
8972         * docs/plugins/inspect/plugin-vorbis.xml:
8973         * docs/plugins/inspect/plugin-ximagesink.xml:
8974         * docs/plugins/inspect/plugin-xvimagesink.xml:
8975           Update to CVS version.
8976
8977 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8978
8979         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8980         (gst_play_bin_set_property), (gst_play_bin_get_property),
8981         (value_list_append_structure_list),
8982         (gst_play_bin_handle_redirect_message),
8983         (gst_play_bin_handle_message):
8984           API: GstPlayBin::connection-speed
8985           Add "connection-speed" property; re-order redirect messages with
8986           multiple redirect locations depending on the minimum bitrate if
8987           that information is available and a connection speed is set
8988           (#350399).
8989
8990 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8991
8992         * gst/playback/gstplaybin.c:
8993           Update max volume to the same value that the volume element uses.
8994
8995 2006-08-14  Wim Taymans  <wim@fluendo.com>
8996
8997         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8998         Less uglyness..
8999
9000 2006-08-14  Wim Taymans  <wim@fluendo.com>
9001
9002         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
9003         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
9004         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
9005         Add some more debug info.
9006         Don't crash when a seek failed.
9007         Actually return the result of the seek instead of TRUE.
9008         Ignore multiple BOS pages with the same serial so that we don't create
9009         the same stream multiple times.
9010         Post an error when we fail to do the initial seek.
9011
9012 2006-08-13  Wim Taymans  <wim@fluendo.com>
9013
9014         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
9015         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
9016         Small code cleanup.
9017
9018         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
9019         (gst_alsa_mixer_new):
9020         Remove hack that always set the device to hw:0*.
9021         Properly find the card name for whatever device was configured.
9022         Do some better debugging.
9023         Fixes #350784.
9024
9025         * ext/alsa/gstalsamixerelement.c:
9026         (gst_alsa_mixer_element_set_property),
9027         (gst_alsa_mixer_element_change_state):
9028         Cleanups.
9029         Handle setting of a NULL device name better.
9030
9031 2006-08-11  Wim Taymans  <wim@fluendo.com>
9032
9033         * gst/adder/gstadder.c:
9034         Don't clip float values. Fixes #350900.
9035
9036 2006-08-11  Andy Wingo  <wingo@pobox.com>
9037
9038         * gst/tcp/gsttcp.c: Really fix the build?
9039
9040         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
9041         fixes the build.
9042
9043 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
9044
9045         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
9046           Float caps shouldn't have a "signed" field.
9047
9048 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
9049
9050         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
9051           Implement SEEKING query in its most basic form, so that we can
9052           at least check if we're seekable or not (#350655).
9053
9054 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
9055
9056         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
9057           The checks here are not even close to anything that would
9058           justify MAXIMUM probability, lowering to POSSIBLE until someone
9059           fixes the checks (case at hand: quicktime redirection files
9060           might start with 00 00 01 XX and pass the checks here just
9061           fine, see #350399).
9062
9063 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9064
9065         Patch by: Sjoerd Simons  <sjoerd at luon net>
9066
9067         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
9068           Better detection for multipart/x-mixed-replace: accept leading
9069           whitespaces before the boundary marker as well (as our very own
9070           multipartmux used to produce) (#349068).
9071
9072 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
9073
9074         Patch by: Young-Ho Cha  <ganadist at chollian net>
9075
9076         * gst-libs/gst/riff/riff-ids.h:
9077         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
9078         (gst_riff_create_audio_template_caps):
9079           Detect DTS audio streams (#350157).
9080
9081 2006-08-05  Andy Wingo  <wingo@pobox.com>
9082
9083         * ext/theora/gsttheoraparse.h:
9084         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
9085         (theora_parse_dispose, theora_parse_set_property)
9086         (theora_parse_get_property, theora_parse_munge_granulepos)
9087         (theora_parse_push_buffer, theora_parse_change_state):
9088         API: GstTheoraParse::synchronization-points
9089         Add a property 'synchronization-points' to fix badly synchronized oggs.
9090
9091 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
9092
9093         * tests/check/Makefile.am:
9094         * tests/check/libs/.cvsignore:
9095         * tests/check/libs/audio.c: (structure_contains_channel_positions),
9096         (fixed_caps_have_channel_positions), (GST_START_TEST),
9097         (audio_suite), (main):
9098           Add a few tests for the channel position stuff in libgstaudio.
9099
9100 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
9101
9102         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
9103         (gst_alsa_detect_channels):
9104         * ext/alsa/gstalsasink.c:
9105           Add support for cards that (only) do more than 8 channels,
9106           like the Delta 44 (#345188).
9107
9108         * gst-libs/gst/audio/multichannel.c:
9109         (gst_audio_check_channel_positions):
9110         * gst-libs/gst/audio/multichannel.h:
9111           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
9112           unspecified channel position and cannot be combined with any
9113           of the other audio channel positions; adjust position layout
9114           checks accordingly (#345188).
9115
9116 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
9117
9118         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9119           Recognise ancient RealAudio files (see #349779).
9120
9121 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
9122
9123         Patch by: Jens Granseuer  <jensgr at gmx net>
9124
9125         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9126           Add typefinder for Interplay's MVE format (#348973).
9127
9128 2006-08-02  Wim Taymans  <wim@fluendo.com>
9129
9130         Patch by: Marcel Moreaux <marcelm at luon dot net>
9131
9132         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9133         (gst_base_rtp_depayload_add_to_queue):
9134         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9135         Handle RTP sequence number rollover.
9136         Disable jitterbuffer by default.
9137
9138 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
9139
9140         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
9141         (audioresample_set_caps):
9142         Don't leak references to the incoming caps. Clean them up when
9143         stopping.
9144
9145         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9146         (gst_video_scale_finalize):
9147         Don't leak our temporary pixel buffer.
9148
9149         * tests/check/Makefile.am:
9150         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
9151         (GST_START_TEST), (simple_launch_lines_suite):
9152
9153         Fix leaks and re-enable the test for valgrind checking.
9154
9155 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9156
9157         Patch by: Sjoerd Simons  <sjoerd at luon net>
9158
9159         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
9160         (plugin_init):
9161           Add typefind function for multipart/x-mixed-replace (#348916).
9162
9163 2006-07-28  Wim Taymans  <wim@fluendo.com>
9164
9165         * gst/adder/gstadder.c: (gst_adder_setcaps),
9166         (gst_adder_query_duration):
9167         Fix leak in duration query.
9168         Reflow some docs and notes.
9169
9170 2006-07-28  Michael Smith  <msmith@fluendo.com>
9171
9172         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
9173         (vorbisenc_suite):
9174           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
9175           aspect of it.
9176
9177 2006-07-28  Michael Smith  <msmith@fluendo.com>
9178
9179         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
9180         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
9181         (gst_vorbis_enc_push_buffer),
9182         (gst_vorbis_enc_buffer_check_discontinuous),
9183         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
9184         * ext/vorbis/vorbisenc.h:
9185           Handle discontinuities in the input vorbis stream correctly,
9186           so that the output is properly timestamped (and has good granulepos
9187           values). Needs some oggmux fixes too.
9188
9189 2006-07-27  Wim Taymans  <wim@fluendo.com>
9190
9191         patch by: Kai Vehmanen <kv2004 eca cx>
9192
9193         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9194         (gst_base_rtp_depayload_chain),
9195         (gst_base_rtp_depayload_handle_sink_event),
9196         (gst_base_rtp_depayload_change_state):
9197         Don't send multiple newsegments with different formats.
9198         Fixes #348677.
9199
9200 2006-07-26  Wim Taymans  <wim@fluendo.com>
9201
9202         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9203         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
9204         Make seeking in ogg more accurate again by doing the more correct
9205         granuletime to stream time conversion.
9206
9207 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9208
9209         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
9210         (gst_multi_fd_sink_new_client):
9211           debug a little more understandably
9212           do not use goto as a substitute for break, especially if
9213           break is also being used
9214
9215 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9216
9217         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9218         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9219           Remove GLib-2.6 compatibility cruft.
9220
9221 2006-07-24  Wim Taymans  <wim@fluendo.com>
9222
9223         * gst-libs/gst/audio/gstbaseaudiosink.c:
9224         (gst_base_audio_sink_render):
9225         Don't try to align a sample to an unknown value.
9226
9227 2006-07-24  Wim Taymans  <wim@fluendo.com>
9228
9229         * gst-libs/gst/audio/gstbaseaudiosink.c:
9230         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
9231         When the audio clock is slaved to another clock, never try to align
9232         samples but trust the rate interpolation algorithm.
9233
9234 2006-07-24  Wim Taymans  <wim@fluendo.com>
9235
9236         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
9237         Don't try to calculate silence samples, base class does this much
9238         better now.
9239
9240         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9241         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
9242         (gst_ring_buffer_acquire):
9243         Calculate silence samples correctly.
9244
9245         * gst-libs/gst/audio/gstringbuffer.h:
9246         Add _CAST macro.
9247
9248 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
9249
9250         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
9251           Limit search for the first markup tag to the first few kB of
9252           the file. If we don't find one there, it's highly unlikely that
9253           this is an XML(-ish) file.
9254
9255 2006-07-21  Andy Wingo  <wingo@pobox.com>
9256
9257         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
9258         test to the one in vorbisenc. Also commented out.
9259
9260         * tests/check/pipelines/vorbisenc.c: 
9261         (test_discontinuity): New test, commented out until Mike lands
9262         some elite vorbisenc patches.
9263
9264         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
9265         Bufferstraw was actually factored out of these tests. Now we share
9266         code yay.
9267
9268         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
9269         for bufferstraw addition to gstcheck.
9270
9271 2006-07-21  Wim Taymans  <wim@fluendo.com>
9272
9273         * ext/theora/theoradec.c: (clip_buffer):
9274         Better clipping.
9275
9276 2006-07-21  Wim Taymans  <wim@fluendo.com>
9277
9278         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
9279         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
9280         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
9281         Fix leak.
9282         Avoid type casting when we can.
9283
9284         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
9285         Fix mem leak.
9286
9287 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
9288
9289         * ext/alsa/gstalsamixerelement.c:
9290         (gst_alsa_mixer_element_change_state):
9291           Make state change fail if the specified device can't be opened
9292           for some reason.
9293
9294 2006-07-20  Wim Taymans  <wim@fluendo.com>
9295
9296         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9297         (cb_newpad), (main):
9298         Example of a small audio/video player using decodebin.
9299
9300 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9301
9302         * gst-libs/gst/riff/riff-ids.h:
9303           Add 'fact' chunk id
9304
9305 2006-07-19  Wim Taymans  <wim@fluendo.com>
9306
9307         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9308         (gst_base_rtp_depayload_chain),
9309         (gst_base_rtp_depayload_change_state):
9310         Don't assert when not negotiated but post a meaningfull 
9311         error message. Fixes #347918.
9312
9313         * gst-libs/gst/rtp/gstbasertppayload.c:
9314         Add comment about better default MTU size.
9315
9316         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
9317         Small cleanups, start docs.
9318
9319 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9320
9321         Patch by: Martin Szulecki
9322
9323         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
9324           If "device-name" is requested and the device is not
9325           open, try to temporarily open it to obtain this
9326           information (#342494).
9327
9328 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9329
9330         * gst-libs/gst/tag/gstid3tag.c:
9331           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
9332
9333         * gst-libs/gst/tag/gsttageditingprivate.h:
9334         * gst-libs/gst/tag/gstvorbistag.c:
9335           Some more random const-ifications.
9336
9337 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9338
9339         * gst-libs/gst/riff/riff-ids.h:
9340         * gst-libs/gst/riff/riff-media.c:
9341         (gst_riff_create_video_template_caps):
9342           Add more FOURCCs (sort list to make stuff easier to find),
9343           add comment what those 16 bytes in struct _gst_riff_strh according to
9344           one avi-dumper are
9345
9346 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
9347
9348         * gst-libs/gst/audio/multichannel.c:
9349         (gst_audio_check_channel_positions),
9350         (gst_audio_fixate_channel_positions):
9351           Const-ify two arrays.
9352
9353 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
9354
9355         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
9356           Fix typo, so that alsasink also advertises 8 channels
9357           if that's supported (tags: can, worms, open, alsa, ph34r).
9358
9359 2006-07-17  Wim Taymans  <wim@fluendo.com>
9360
9361         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9362         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
9363         *sigh*, when is the compiler going to warn when the comments
9364         are out-of-sync with the code.. Refix case of busted theora
9365         headers with 0 granule pos.
9366
9367 2006-07-14  Wim Taymans  <wim@fluendo.com>
9368
9369         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9370         (gst_base_rtp_depayload_wait),
9371         (gst_base_rtp_depayload_change_state),
9372         (gst_base_rtp_depayload_set_property),
9373         (gst_base_rtp_depayload_get_property):
9374         Fix 99% cpu load by waiting for absolute times on the
9375         clock. Fixes #347300.
9376
9377 2006-07-14  Andy Wingo  <wingo@pobox.com>
9378
9379         * ext/theora/gsttheoraparse.h: 
9380         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
9381         (theora_parse_push_headers, theora_parse_clear_queue)
9382         (theora_parse_drain_queue_prematurely, )
9383         (theora_parse_sink_event, theora_parse_change_state): Queue events
9384         until we initialized our state, like in vorbisparse.
9385
9386         * ext/vorbis/vorbisparse.h: 
9387         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
9388         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
9389         (vorbis_parse_drain_queue_prematurely, )
9390         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
9391         until we have initialized our state. Fixes seeking after an
9392         initial pad block.
9393
9394 2006-07-14  Andy Wingo  <wingo@pobox.com>
9395
9396         Patch by: Iain Holmes <iaingnome@gmail.com>
9397         
9398         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
9399
9400 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
9401
9402         * configure.ac:
9403         Bump nano back to CVS
9404
9405 === release 0.10.9 ===
9406
9407 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
9408
9409         * configure.ac:
9410           releasing 0.10.9, "I walk the line"
9411
9412 2006-07-14  Michael Smith  <msmith@fluendo.com>
9413
9414         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
9415           Move a g_cond_signal to earlier to avoid sometimes deadlocking
9416           (commonly happens when running this test under valgrind) when trying
9417           to remove the buffer probe.
9418
9419 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
9420
9421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9422         Fix missing g_unlock from the previous commit
9423
9424 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
9425
9426         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9427         (gst_ximagesink_change_state):
9428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9429         (gst_xvimagesink_change_state):
9430         Implement a locking order to ensure we always take the object lock
9431         before the x_lock and never vice-versa.
9432
9433 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
9434
9435         * gst/playback/gstdecodebin.c: (find_compatibles):
9436         Fix a caps leak when linking (#347304)
9437
9438         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9439         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
9440         (gst_ximagesink_change_state):
9441         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9442         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
9443         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9444         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
9445         Don't leak shared memory resources. Use the object lock to protect
9446         against the xcontext disappearing while returning a buffer from the
9447         pipeline. (#347304)
9448
9449 2006-07-12  Edward Hervey  <edward@fluendo.com>
9450
9451         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
9452         (vorbis_handle_comment_packet):
9453         gst_tag_list_merge() returns a new object. Take that into account when
9454         using it. This avoids memleak.
9455         Revert previous commit which is not needed.
9456
9457 2006-07-12  Edward Hervey  <edward@fluendo.com>
9458
9459         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
9460         Reset the decoder in finalize so that all fields get cleared.
9461
9462 2006-07-12  Wim Taymans  <wim@fluendo.com>
9463
9464         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9465         (gst_base_audio_src_set_clock),
9466         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
9467         Don't try to post an error message when setting the clock fails
9468         as this can happen when adding an element to a bin which will then
9469         deadlock. Fixes #347296.
9470
9471 2006-07-12  Edward Hervey  <edward@fluendo.com>
9472
9473         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
9474         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9475         (vorbis_handle_type_packet):
9476         Post tag messages on the bus even if we're not initialized.
9477         If we're not initialized, we still postpone the event pushing of tags.
9478
9479 2006-07-12  Wim Taymans  <wim@fluendo.com>
9480
9481         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
9482         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9483         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
9484         Revert last two changes that broke the freeze.
9485
9486 2006-07-12  Wim Taymans  <wim@fluendo.com>
9487
9488         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
9489         basesink calculates silence sample correctly for us.
9490
9491 2006-07-12  Wim Taymans  <wim@fluendo.com>
9492
9493         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9494         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
9495         Calculate correct silence samples so we don't fill our ringbuffer
9496         with noise.
9497
9498 2006-07-12  Edward Hervey  <edward@fluendo.com>
9499
9500         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9501         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
9502         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
9503         * ext/vorbis/vorbisdec.h:
9504         Delay sending events (newsegment, tags) until the decoder is properly
9505         initialized.
9506         Fixes #347295
9507
9508 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
9509
9510         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
9511         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
9512           Patch from #347221 adding a test for audioconvert
9513           channel remappings.
9514
9515 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9516
9517         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
9518         (gst_ssa_parse_parse_line):
9519           Don't include the terminating NUL in the buffer size,
9520           it's only there for extra paranoia (would add random
9521           '*' characters at the end of each subtitle since the
9522           terminator itself is not valid UTF-8 technically).
9523           Also fix indenting after boilerplate macro.
9524
9525 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9526
9527         * gst/playback/gstdecodebin.c: (close_pad_link):
9528           Also emit 'unknown-type' signal (which should really be
9529           called unhandled-type) if we found potential decoders/demuxers
9530           in the registry but none of them worked in the end (as in the
9531           case where the plugins don't exist any longer but are still
9532           listed in the registry). Fixes #329798.
9533
9534 2006-07-08  Andy Wingo  <wingo@pobox.com>
9535
9536         * theoraparse.c (theora_parse_push_buffer)
9537         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
9538         Add some more debugging. Fix granulepos reconstruction in the face
9539         of discontinuities.
9540
9541 2006-07-06  Wim Taymans  <wim@fluendo.com>
9542
9543         * gst-libs/gst/audio/gstbaseaudiosink.c:
9544         (gst_base_audio_sink_class_init),
9545         (gst_base_audio_sink_provide_clock):
9546         Use gobject_class instead of G_OBJECT_CLASS (klass)
9547
9548         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9549         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
9550         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
9551         (gst_base_audio_src_get_time),
9552         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
9553         (gst_base_audio_src_create_ringbuffer):
9554         Fix latency and buffer-time constants and properties ala basesink.
9555         Implement pull based scheduling. Fixes #346527.
9556         Set default blocksize in GstBaseSrc to 0, we default to pushing out
9557         one segment.
9558         Refuse slaving to another clock instead of silently not working.
9559         Only provide a clock when we are actually able to do so.
9560         Various small cleanups and compiler hints.
9561
9562 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9563
9564         Patch by: Lutz Mueller <lutz at topfrose de>
9565
9566         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
9567         (plugin_init):
9568           Add typefinding for text/html (#346581).
9569
9570 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9571
9572         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
9573         (xml_check_first_element), (xml_type_find), (smil_type_find):
9574           Fix SMIL typefinding, make xml_check_first_element() more
9575           useful.
9576
9577 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9578
9579         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9580         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
9581         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
9582         * gst/playback/gstplaybasebin.h:
9583           Protect list of elements with a subtitle-encoding property and
9584           the subtitle encoding member itself with a lock of their own
9585           instead of using the object lock. This prevents a dead-lock in
9586           the element-remove callback in some circumstances when shutting
9587           down playbin.
9588
9589 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9590
9591         * win32/common/libgsttag.def:
9592         Export some new functions.
9593         * win32/vs6/libgstogg.dsp:
9594         Add a link to libgsttag-0.10.lib.
9595
9596 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9597
9598         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9599           Some const-ification.
9600
9601 2006-07-04  Wim Taymans  <wim@fluendo.com>
9602
9603         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
9604         Improve checking if we are dealing with a stream. Added some
9605         more uris that need buffering.
9606
9607 2006-07-03  Edward Hervey  <edward@fluendo.com>
9608
9609         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
9610         Remove unused variable.
9611
9612 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9613
9614         * Makefile.am:
9615           include lcov.mak
9616         * configure.ac:
9617           add GCOV_LIBS to GST_LIBS
9618
9619 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
9620
9621         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
9622
9623         * ext/alsa/gstalsasrc.c:
9624           Add 32 bps to template caps and increase channels range
9625           from [1,2] to [1,MAX]. See #346326.
9626
9627 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9628
9629         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9630           Recognise 'WMVA' video codec fourcc (#345879).
9631           
9632 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9633          
9634         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9635           Fixed nasty memory leak
9636
9637 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9638
9639         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
9640         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
9641           fix logging
9642
9643 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
9644
9645         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9646         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
9647         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
9648         Protect remove_fakesink using a mutex, so that we don't try and
9649         remove the fakesink simultaneously from multiple threads.
9650
9651         When going from READY to PAUSED, restore the fakesink, so that
9652         it is there when decodebin gets reused.
9653
9654 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
9655
9656         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9657         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9658         * gst-libs/gst/rtp/gstbasertppayload.c:
9659         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9660         * gst/tcp/gstmultifdsink.c:
9661         * gst/tcp/gsttcpclientsink.c:
9662         * gst/tcp/gsttcpclientsrc.c:
9663         * gst/tcp/gsttcpserversink.c:
9664         * gst/tcp/gsttcpserversrc.c:
9665         * gst/videorate/gstvideorate.c:
9666         * gst/videotestsrc/gstvideotestsrc.c:
9667         * sys/v4l/gstv4ljpegsrc.c:
9668         * sys/v4l/gstv4lmjpegsink.c:
9669         * sys/v4l/gstv4lsrc.c:
9670         * tests/examples/seek/scrubby.c:
9671         * tests/examples/seek/seek.c:
9672           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
9673
9674 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9675
9676         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
9677           Second field in GEnumValue shouldn't be a description,
9678           but a stringified version of the enum value.
9679
9680 2006-06-22  Wim Taymans  <wim@fluendo.com>
9681
9682         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9683         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
9684         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9685         Avoid type checking in buffer casts.
9686         Avoid caps copy in buffer_alloc when we can.
9687         Use pad_peer_accept.
9688
9689 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9690
9691         * gst-libs/gst/tag/tag.h:
9692           Oops, make that 'Since: 0.10.9'.
9693
9694 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9695
9696         * docs/libs/gst-plugins-base-libs-sections.txt:
9697         * gst-libs/gst/tag/tag.h:
9698         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
9699         (gst_tag_image_type_get_type):
9700           API: add GstTagImageType enum to describe images contained
9701           in image tags (#345641).
9702
9703 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9704
9705         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
9706           Fix warnings with gst-inspect: "buffers-min" property
9707           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
9708           typo in property description.
9709
9710 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9711
9712         Patch by: Cody Russell <bratsche at gnome org>
9713
9714         * gst/audioresample/gstaudioresample.c:
9715         (gst_audioresample_class_init):
9716         * gst/playback/gststreamselector.c:
9717         (gst_stream_selector_class_init):
9718         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9719         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
9720         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9721         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
9722         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
9723         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
9724         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
9725         * gst/videotestsrc/gstvideotestsrc.c:
9726         (gst_video_test_src_class_init):
9727         * gst/volume/gstvolume.c: (gst_volume_class_init):
9728           Avoid unnecessary class cast check in class_init
9729           functions (#337747).
9730
9731 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
9732
9733         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
9734         (gst_text_overlay_video_chain):
9735           g_markup_escape_text() REALLY doesn't like non-UTF8 input
9736           and doesn't validate its input either (and neither did
9737           textoverlay it seems). Let's do that then and fix #345206.
9738
9739 2006-06-19  Wim Taymans  <wim@fluendo.com>
9740
9741         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9742         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
9743         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
9744         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
9745         (find_syncframe), (find_limits), (assign_value),
9746         (count_burst_unit), (gst_multi_fd_sink_new_client),
9747         (gst_multi_fd_sink_handle_client_write),
9748         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
9749         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
9750         (gst_multi_fd_sink_change_state):
9751         * gst/tcp/gstmultifdsink.h:
9752         Added shiny new burst-on-connect methods.
9753         Add properties to control the minimal amount of data queued.
9754         Small cleanups.
9755         API: bytes-min property
9756         API: time-min property
9757         API: buffers-min property
9758         API: burst-unit property
9759         API: burst-value property
9760         API: add-full signal
9761
9762         * gst/tcp/gsttcp-marshal.list:
9763         Added new marshaller code for the new signal.
9764
9765         * tests/check/elements/multifdsink.c: (GST_START_TEST),
9766         (multifdsink_suite):
9767         Added testcases for new burst methods.
9768
9769 2006-06-19  Edward Hervey  <edward@fluendo.com>
9770
9771         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
9772         Implement clipping for accurate seeking.
9773         Closes #345225
9774
9775 2006-06-19  Wim Taymans  <wim@fluendo.com>
9776
9777         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
9778
9779         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
9780         (gst_video_scale_transform):
9781         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
9782
9783 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9784
9785         * configure.ac:
9786           Fix --disable-external (can't set conditionals conditionally,
9787           #343602).
9788
9789 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9790
9791         * tests/check/elements/audioresample.c: (test_reuse),
9792         (audioresample_suite):
9793           Add test case for bug #342789 fixed below.
9794
9795 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9796
9797         * gst/audioresample/gstaudioresample.c:
9798         (gst_audioresample_class_init), (gst_audioresample_init),
9799         (audioresample_start), (audioresample_stop),
9800         (gst_audioresample_set_property), (gst_audioresample_get_property):
9801           Implement GstBaseTransform::start and ::stop so that audioresample
9802           can clear its internal state properly and be reused instead of
9803           causing non-negotiated errors with playbin under some circumstances
9804           (#342789).
9805
9806         * tests/check/elements/audioresample.c: (setup_audioresample),
9807         (cleanup_audioresample):
9808           Need to set element state here so that ::start and ::stop are
9809           called.
9810
9811 2006-06-16  Wim Taymans  <wim@fluendo.com>
9812
9813         Patch by: Young-Ho Cha <ganadist at chollian dot net>
9814
9815         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
9816         Parse extra data better, apparently it's right behind
9817         the normal strf header size. Fixes #343500.
9818
9819 2006-06-16  Wim Taymans  <wim@fluendo.com>
9820
9821         * ext/alsa/gstalsasink.c: (set_hwparams):
9822         If we fail to set the buffer_time and period_time alsa
9823         parameters, post a warning and leave alsa select a 
9824         default instead of failing. Fixes #342085
9825
9826 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9827
9828         * docs/libs/gst-plugins-base-libs-sections.txt:
9829         * gst-libs/gst/cdda/gstcddabasesrc.h:
9830           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
9831           out in the header file and shouldn't be listed in the docs.
9832
9833         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9834           Must dereference pointer to fourcc in the debug statement.
9835
9836 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
9837
9838         * docs/libs/Makefile.am:
9839         * docs/libs/gst-plugins-base-libs-docs.sgml:
9840         * docs/libs/gst-plugins-base-libs-sections.txt:
9841         * docs/libs/gst-plugins-base-libs.types:
9842         add remaining symbols into correct setions
9843         
9844         * gst-libs/gst/audio/gstringbuffer.c:
9845         fix incomplete docs
9846         
9847         * gst-libs/gst/audio/gstringbuffer.h:
9848         comment out not yet implemented function
9849         
9850         
9851         * gst-libs/gst/floatcast/floatcast.h:
9852         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9853         add short descriptions
9854         
9855         
9856         * gst-libs/gst/interfaces/propertyprobe.c:
9857         fix return value docs   
9858         
9859         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9860         simplify debug logging
9861         
9862         * gst-libs/gst/riff/riff-read.h:
9863         sync function prototype and docs
9864         
9865         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9866         remove left over symbol
9867
9868 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9869
9870         * autogen.sh:
9871         * configure.ac:
9872         * docs/Makefile.am:
9873           Use GST_PLUGIN_DOCS macro in configure.ac, add
9874           --enable-plugin-docs default to autogen.sh and use
9875           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
9876
9877 2006-06-15  Wim Taymans  <wim@fluendo.com>
9878
9879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
9880         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
9881         (gst_ogg_demux_loop):
9882         Combine GstFlowReturn from the source pads to give a
9883         meaningfull result to the upstream peer or to stop the
9884         processing task in case of errors.
9885
9886 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9887
9888         * gst/playback/gststreaminfo.c: (cb_probe):
9889           Try GST_TAG_CODEC as fallback when extracting the
9890           codec name; more debug info.
9891
9892 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9893
9894         * ext/ogg/Makefile.am:
9895         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9896           Extract language tags from ogm subtitle streams, so that
9897           the subtitle menu choices are labelled correctly in
9898           Totem (fixes #344708).
9899
9900 2006-06-14  Wim Taymans  <wim@fluendo.com>
9901
9902         Patch by: Alessandro Decina <alessandro at nnva dot org>
9903
9904         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
9905         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
9906         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
9907         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
9908         Fix various leaks. Fixes #343699.
9909         Add x-smoke mime type.
9910
9911 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9912
9913         * gst-libs/gst/riff/riff-ids.h:
9914           Add IDs for 'bext' chunks (see #343837).
9915
9916 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9917
9918         Patch by: Young-Ho Cha  <ganadist at chollian net>
9919
9920         * gst/subparse/samiparse.c: (sami_context_pop_state),
9921         (handle_start_font), (end_sami_element):
9922           Honour font face tags in SAMI subtitles (#344503).
9923
9924 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9925
9926         * po/POTFILES.in:
9927           add missing files containing translatable strings
9928
9929 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9930
9931         * docs/libs/tmpl/.cvsignore:
9932           we don't want those *.sgml files in CVS either
9933
9934 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9935
9936         * docs/libs/.cvsignore:
9937         * tests/check/elements/.cvsignore:
9938         * tests/check/libs/.cvsignore:
9939           ignore more
9940
9941 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9942
9943         * docs/libs/Makefile.am:
9944           also commiting the changed Makefile.am (added more libs to the
9945           doc-build)
9946
9947 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9948
9949         * docs/libs/gst-plugins-base-libs-docs.sgml:
9950         * docs/libs/gst-plugins-base-libs-sections.txt:
9951         * docs/libs/gst-plugins-base-libs.types:
9952           first batch of reordering things, add index & hierarchy
9953
9954 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9955
9956         * configure.ac:
9957           use GST_PKG_CHECK_MODULES, cleans up output
9958
9959 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
9960
9961         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
9962           Add support for burn:// URIs (#343385); const-ify things a bit,
9963           use G_N_ELEMENTS instead of hard-coded array size.
9964
9965 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
9966
9967         Patch by: Young-Ho Cha  <ganadist at chollian net>
9968
9969         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
9970           Fix up broken entities before passing them to libxml *sigh*.
9971           (#343303).
9972           
9973 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9974
9975         * configure.ac:
9976           back to TRUNK
9977
9978 === release 0.10.8 ===
9979
9980 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
9981
9982         * configure.ac:
9983           releasing 0.10.8, "Moar gij ziet mij nie"
9984
9985 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9986
9987         * configure.ac:
9988         * po/af.po:
9989         * po/az.po:
9990         * po/cs.po:
9991         * po/en_GB.po:
9992         * po/hu.po:
9993         * po/it.po:
9994         * po/nb.po:
9995         * po/nl.po:
9996         * po/or.po:
9997         * po/sq.po:
9998         * po/sr.po:
9999         * po/sv.po:
10000         * po/uk.po:
10001         * po/vi.po:
10002         * win32/common/config.h:
10003           0.10.7.2 prerelease
10004
10005 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
10006
10007         * docs/libs/tmpl/gstaudio.sgml:
10008         * docs/libs/tmpl/gstcolorbalance.sgml:
10009         * docs/libs/tmpl/gstmixer.sgml:
10010         * docs/libs/tmpl/gstringbuffer.sgml:
10011         * docs/libs/tmpl/gsttuner.sgml:
10012         * docs/libs/tmpl/gstxoverlay.sgml:
10013         * gst-libs/gst/audio/audio.c:
10014         * gst-libs/gst/audio/gstringbuffer.c:
10015         * gst-libs/gst/interfaces/colorbalance.c:
10016         * gst-libs/gst/interfaces/mixer.c:
10017         * gst-libs/gst/interfaces/tuner.c:
10018         * gst-libs/gst/interfaces/xoverlay.c:
10019           move last template doc snippets to source code and delete them
10020
10021 2006-06-06  Michael Smith  <msmith@fluendo.com>
10022
10023         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
10024         (theora_parse_drain_queue):
10025           Mark DELTA_UNIT on non-keyframes.
10026
10027 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
10028
10029         * gst-libs/gst/audio/gstbaseaudiosink.c:
10030         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
10031         * gst-libs/gst/audio/gstbaseaudiosink.h:
10032         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
10033         (gst_ring_buffer_samples_done):
10034         * gst-libs/gst/audio/gstringbuffer.h:
10035         Document better the fact that latency_time and buffer_time are values
10036         stored in microseconds, and not the usual GStreamer nanoseconds.
10037         Change the variables (compatibly) that store them from GstClockTime 
10038         to guint64 to make it more clear that they're not storing clock times.
10039         Also, remove the bogus property description that says the user can
10040         specify -1 to get the default value, since that's never been the case.
10041
10042         When computing the default segment size for the ring buffer, make it
10043         an integer number of samples.
10044
10045         When the sub-class indicates a delay greater than the number of
10046         samples we've written return 0 from the audio sink get_time method.
10047
10048 2006-06-02  Michael Smith  <msmith@fluendo.com>
10049
10050         * tests/check/elements/audioconvert.c: (set_channel_positions),
10051         (get_float_mc_caps), (get_int_mc_caps):
10052         * tests/check/elements/audioresample.c:
10053         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
10054         * tests/check/elements/videorate.c:
10055         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
10056         * tests/check/elements/volume.c:
10057         * tests/check/elements/vorbisdec.c:
10058         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
10059           Don't busy-wait in tests; this was causing test timeouts very
10060           frequently when running under valgrind.
10061
10062 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10063
10064         * gst/tcp/README:
10065         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
10066         (gst_multi_fd_sink_remove_client_link),
10067         (gst_multi_fd_sink_client_queue_caps),
10068         (gst_multi_fd_sink_client_queue_buffer),
10069         (gst_multi_fd_sink_handle_client_write),
10070         (gst_multi_fd_sink_render):
10071         * gst/tcp/gstmultifdsink.h:
10072           make multifdsink properly deal with streamheader:
10073           - streamheader is taken from caps
10074           - buffers marked with IN_CAPS are not sent
10075           - streamheaders are sent, on connection, from the caps of the
10076             buffer where the client gets positioned to
10077           - further streamheader changes are done every time the client
10078             will receive a buffer with different caps
10079         * tests/check/elements/multifdsink.c: (GST_START_TEST),
10080         (gst_multifdsink_create_streamheader):
10081           add tests for this
10082
10083 2006-06-02  Michael Smith  <msmith@fluendo.com>
10084
10085         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
10086           Reinstate limit on channel count. Vorbis does not define the meaning
10087           of > 6 channels, so they're just independent channels. Gstreamer
10088           currently has no mechanism to represent N independent channels.
10089
10090 2006-06-02  Michael Smith  <msmith@fluendo.com>
10091
10092         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
10093           Don't arbitrarily restrict channel counts and rate in vorbis.
10094           In terms of effects likely on real-world files, this fixes 96kHz
10095           playback of vorbis.
10096
10097 2006-06-02  Michael Smith  <msmith@fluendo.com>
10098
10099         * gst/audioconvert/audioconvert.c: (float):
10100           More correct float->int conversion.
10101
10102 2006-06-02  Michael Smith  <msmith@fluendo.com>
10103
10104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
10105           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
10106           value. Fixes g-critical on trying to play back ogg containing
10107           unknown codec.
10108
10109 2006-06-02  Wim Taymans  <wim@fluendo.com>
10110
10111         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
10112         (setup_source):
10113         * gst/playback/gstplaybasebin.h:
10114         Make the subtitle detection work from any thread so we don't
10115         deadlock. Fixes #343397.
10116
10117 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10118
10119         * gst/volume/Makefile.am:
10120           Seriously, it's not *that* hard to get compilation right.  Even
10121           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
10122
10123 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10124
10125         * gst/volume/gstvolume.c: (volume_choose_func),
10126         (volume_update_real_volume), (gst_volume_class_init),
10127         (gst_volume_init), (volume_process_float), (volume_process_int16),
10128         (volume_process_int16_clamp), (volume_set_caps),
10129         (volume_transform_ip), (plugin_init):
10130         * gst/volume/gstvolume.h:
10131         rewrite the passthrough check, split _int16 and _int16_clamp, fix
10132         another property desc., remove unused param from process function
10133         
10134         * tests/check/elements/volume.c: (volume_suite):
10135         reactivate the passthrough test
10136
10137 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10138
10139         * ext/alsa/gstalsamixerelement.h:
10140         * ext/alsa/gstalsamixeroptions.h:
10141         * ext/alsa/gstalsamixertrack.h:
10142         * ext/gnomevfs/gstgnomevfssink.h:
10143         * ext/gnomevfs/gstgnomevfssrc.h:
10144         * ext/theora/gsttheoradec.h:
10145         * ext/theora/gsttheoraenc.h:
10146         * ext/theora/gsttheoraparse.h:
10147         * ext/vorbis/vorbisparse.h:
10148         * gst-libs/gst/audio/gstaudioclock.h:
10149         * gst-libs/gst/audio/gstaudiofilter.h:
10150         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10151         * gst/audioconvert/gstaudioconvert.h:
10152         * gst/audioresample/gstaudioresample.h:
10153         * gst/audiotestsrc/gstaudiotestsrc.h:
10154         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10155         * gst/playback/gststreamselector.h:
10156         * gst/tcp/gstmultifdsink.h:
10157         * gst/tcp/gsttcpclientsink.h:
10158         * gst/tcp/gsttcpclientsrc.h:
10159         * gst/tcp/gsttcpserversink.h:
10160         * gst/tcp/gsttcpserversrc.h:
10161         * gst/videorate/gstvideorate.h:
10162         * gst/videoscale/gstvideoscale.h:
10163         * gst/videotestsrc/gstvideotestsrc.h:
10164         * gst/volume/gstvolume.h:
10165         * sys/v4l/gstv4ljpegsrc.h:
10166         * sys/v4l/gstv4lmjpegsink.h:
10167         * sys/v4l/gstv4lmjpegsrc.h:
10168         * sys/v4l/gstv4lsrc.h:
10169         * sys/ximage/ximagesink.h:
10170         * sys/xvimage/xvimagesink.h:
10171         * tests/old/testsuite/alsa/sinesrc.h:
10172         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10173
10174 2006-05-31  Wim Taymans  <wim@fluendo.com>
10175
10176         * ext/libvisual/visual.c: (gst_visual_reset),
10177         (gst_visual_sink_setcaps), (gst_visual_sink_event),
10178         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
10179         Handle DISCONT.
10180         Use running time before doing QoS.
10181         Handle mono too.
10182
10183 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10184
10185         * docs/libs/Makefile.am:
10186           set a magic variable to indicate we know the docs are incomplete
10187
10188 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10189
10190         * win32/common/libgstvideo.def:
10191           export gst_video_calculate_display_ratio
10192         * win32/vs6/libgstvideoscale.dsp:
10193           add link to libgstvideo-0.10.lib
10194
10195 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10196
10197         * gst/playback/gstplaybasebin.c: (gen_source_element):
10198           Throw a more comprehensible error for rtsp:// URIs (rather
10199           than erroring out with a negotiation error later on) until
10200           we fix playbin to handle rtspsrc etc.
10201
10202 2006-05-30  Wim Taymans  <wim@fluendo.com>
10203
10204         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10205         (gst_text_overlay_text_event):
10206         Added some FIXMEs.
10207
10208 2006-05-30  Wim Taymans  <wim@fluendo.com>
10209
10210         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
10211         (gst_adder_request_new_pad), (gst_adder_release_pad):
10212         * gst/adder/gstadder.h:
10213         Implement release_request_pad.
10214         Make padcounter atomic.
10215
10216         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
10217         Added check for release_pad in adder.
10218
10219 2006-05-30  Wim Taymans  <wim@fluendo.com>
10220
10221         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
10222         Fix build again.
10223
10224 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10225
10226         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10227         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
10228         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10229         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
10230         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
10231         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
10232         (gst_ogg_demux_bisect_forward_serialno),
10233         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
10234         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
10235           add more debugging
10236           clean up printf formats for granulepos and serialno
10237
10238 2006-05-30  Michael Smith  <msmith@fluendo.com>
10239
10240         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
10241         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
10242         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
10243         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
10244         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
10245         * ext/vorbis/vorbisenc.h:
10246           Multi-channel caps negotiation, so we can do proper multichannel
10247           vorbis encoding, negotiated through audioconvert.
10248
10249 2006-05-30  Wim Taymans  <wim@fluendo.com>
10250
10251         * tests/check/elements/adder.c: (test_event_message_received),
10252         (test_play_twice_message_received), (GST_START_TEST),
10253         (adder_suite):
10254         Added check to show that #339935 is fixed with ongoing
10255         adder and collectpads fixes.
10256
10257 2006-05-29  Wim Taymans  <wim@fluendo.com>
10258
10259         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
10260         Don't leak pad name.
10261
10262 2006-05-29  Wim Taymans  <wim@fluendo.com>
10263
10264         * gst/adder/gstadder.c: (gst_adder_query_duration),
10265         (forward_event_func), (forward_event), (gst_adder_src_event):
10266         Fix adder seeking.
10267         Make query/seeking code threadsafe.
10268
10269         * tests/check/Makefile.am:
10270         * tests/check/elements/adder.c: (test_event_message_received),
10271         (GST_START_TEST), (test_play_twice_message_received):
10272         Fix adder test case.
10273
10274 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
10275
10276         Patch by: Young-Ho Cha  <ganadist at chollian net>
10277
10278         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10279         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10280         (set_encoding_element), (decodebin_element_added_cb),
10281         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
10282         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10283         * gst/playback/gstplaybasebin.h:
10284           Add 'subtitle-encoding' property to playbin, so applications can
10285           force a subtitle encoding for non-UTF8 subtitles (#342268).
10286
10287         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
10288         (gst_sub_parse_set_property):
10289           Rename recently-added 'encoding' property to 'subtitle-encoding'
10290           (so it can be proxied by playbin/decodebin in a generic way
10291           with less danger of false positives).
10292
10293 2006-05-29  Michael Smith  <msmith@fluendo.com>
10294
10295         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10296         (append_with_other_format), (set_structure_widths),
10297         (gst_audio_convert_transform_caps):
10298           Patch from #341562: give more specific audio caps in get_caps, so
10299           that basetransform  can make better decisions on what caps to
10300           negotiate.
10301
10302 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
10303
10304         * tests/check/elements/volume.c:
10305         make it compile again
10306
10307 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
10308
10309         * tests/check/elements/volume.c: (volume_suite):
10310         disable test until #343196 gets resolved
10311
10312 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
10313
10314         * gst/adder/gstadder.c: (gst_adder_get_type):
10315         Make it easier to copy&paste
10316         
10317         * gst/volume/Makefile.am:
10318         * gst/volume/gstvolume.c: (volume_update_real_volume),
10319         (gst_volume_set_volume), (gst_volume_set_mute),
10320         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
10321         (volume_transform_ip), (volume_update_mute),
10322         (volume_update_volume):
10323         * gst/volume/gstvolume.h:
10324         Add own debug category, move duplicate code to helper function, fix
10325         property texts, add more comments and prepare ffor liboil-goodness
10326         
10327         * tests/check/Makefile.am:
10328         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
10329         add test for mute and passtrough case, be a bit more verbose to track
10330         failure
10331         
10332         * tests/check/generic/states.c: (GST_START_TEST):
10333         catch elements that fail to instantiate
10334
10335 2006-05-28  Edward Hervey  <edward@fluendo.com>
10336
10337         * tests/check/pipelines/simple-launch-lines.c:
10338         * tests/check/pipelines/theoraenc.c:
10339         * tests/check/pipelines/vorbisenc.c:
10340         Comment out tests using parse_launch() if core was built without
10341         parsing capabilities.
10342
10343 2006-05-27  Edward Hervey  <edward@fluendo.com>
10344
10345         * tests/check/Makefile.am:
10346         Extra bonus points for whoever explains to ensonic that you are meant
10347         to test unit tests thoroughly before commiting them, especially if
10348         you know it's going to break.
10349         De-activated element/adder tests.
10350
10351 2006-05-27  Edward Hervey  <edward@fluendo.com>
10352
10353         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10354         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
10355         Marking caps conversion issues as GST_WARNING is way too verbose,
10356         Moving them to GST_LOG.
10357
10358 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10359
10360         * README:
10361           Replace current README (containing the release notes from
10362           some 0.9.x version) with a proper README taken from the core.
10363
10364 2006-05-26  Wim Taymans  <wim@fluendo.com>
10365
10366         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10367         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
10368         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
10369         (vorbis_dec_change_state):
10370         Small cleanups.
10371         Add some FIXMEs
10372         Clip output samples to segment boundaries.
10373
10374 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
10375
10376         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10377         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
10378         Improve the errors produced on bad output, including some human
10379         readable description strings.
10380         Handle the (theoretical for ximagesink) case where the XServer 
10381         has a different idea about the size required for a particular 
10382         frame and gives us too small a memory allocation.
10383
10384 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
10385
10386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10387         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
10388         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10389         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
10390         Improve the errors produced on bad output, including some human 
10391         readable description strings.
10392         Handle RGB Xv formats properly by transforming them into our 
10393         big-endian caps description.
10394         Use gst_caps_truncate to ensure that we never try and choose a
10395         non-fixed caps in buffer_alloc.
10396         Handle the case where the XServer has a different idea about the size
10397         required for a particular frame and gives us too small a memory
10398         allocation.
10399         Use -1 to indicate 'no image format', because 0 is a valid XServer
10400         image format number.
10401         Put RGB Xv formats at the end of the caps, so that we always prefer
10402         YUV format frames.
10403         Iterate the available Xv Encodings to determine the maximum width and
10404         height, and then return that in our caps.
10405         (Closes #315312, #337544)
10406
10407 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
10408
10409         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
10410         When there is only one unfinished pad and it receives an event that
10411         doesn't match our requirements, we need to set alldone=FALSE so that
10412         the fakesink is not removed yet.
10413
10414 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
10415
10416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10417           Use gst_type_find_helper_for_buffer() to find the type
10418           of stream from the first packet.
10419
10420         * configure.ac:
10421           Bump requirements to core CVS (needed for vorbis
10422           typefinding to work).
10423
10424 2006-05-24  Edward Hervey  <edward@fluendo.com>
10425
10426         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
10427         Added the 'prfl' atom type which MQV (no, it's not a typo) files
10428         contain.  Else they play perfectly fine with qtdemux.
10429
10430 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
10431
10432         * ext/theora/theoradec.c:
10433         * ext/theora/theoraenc.c:
10434         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
10435         * gst/audiorate/gstaudiorate.c:
10436           make more debug catagories static
10437         
10438         * tests/check/Makefile.am:
10439         * tests/check/elements/adder.c: (message_received),
10440         (test_event_message_received), (GST_START_TEST),
10441         (test_play_twice_message_received), (adder_suite):
10442           added test case for using element twice, extra bonus points for anyone
10443           who can make these test run reliably
10444
10445 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10446
10447         * ext/theora/theoradec.c: (theora_dec_chain):
10448           Make work with time-stamped input buffers that do not
10449           have a granulepos in BUFFER_OFFSET_END (like theora
10450           buffers coming from matroskademux). Fixes #342448.
10451
10452 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10453
10454         Patch by: Peter Kjellerstedt  <pkj at axis com>
10455
10456         * gst/tcp/Makefile.am:
10457           fdstresstest doesn't need Gtk+, fix compilation if 
10458           gtk is not available (#342566).
10459
10460 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10461          
10462         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
10463           80 line columns
10464           Removed redundant floor()
10465
10466 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
10467
10468         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
10469           On second thought, just skip JUNK chunks automatically, so
10470           the caller doesn't have to handle this. Fixes #342345.
10471           Also, return GST_FLOW_UNEXPECTED if we get a short read,
10472           not GST_FLOW_ERROR.
10473
10474 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
10475
10476         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
10477           Don't bail out on JUNK chunks with a size of 0 (would try to
10478           pull_range 0 bytes before, which sources don't like too much).
10479           See #342345.
10480
10481 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10482
10483         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10485         Use the gstutil scaling function to preserve 64 bits while calculating
10486         output width and height from the display-aspect-ratio. (A continuation
10487         of #341542)
10488
10489 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10490
10491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
10492         (gst_xvimagesink_buffer_alloc):
10493         * sys/xvimage/xvimagesink.h:
10494         When performing buffer allocations, remember the caps and image format
10495         we return so that if the same caps are asked for next time we can
10496         return them immediately without doing any caps intersections.
10497
10498 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10499          
10500         * gst-libs/gst/rtp/README:
10501           Some new documentation
10502         * gst-libs/gst/rtp/gstrtpbuffer.h:       
10503           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
10504         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
10505         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
10506           New RTP audio base payloader class. Supports frame or sample based
10507           codecs.  Not enabled in Makefile.am until approved.
10508
10509 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10510
10511         * tests/check/elements/alsa.c: (test_device_property_probe):
10512           Fix test case: don't try to free NULL GValueArray when there
10513           are no devices.
10514
10515 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10516
10517         * tests/check/Makefile.am:
10518         * tests/check/elements/alsa.c: (test_device_property_probe),
10519         (alsa_suite), (main):
10520           Add simple test that runs a device property probe on alsasrc,
10521           alsasink and alsamixer. Disable valgrind check for now (too
10522           many leaks in libasound, and valgrind ignored my suppressions
10523           additions).
10524
10525 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10526
10527         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
10528         (gst_alsa_device_property_probe_probe_property),
10529         (gst_alsa_device_property_probe_needs_probe),
10530         (gst_alsa_device_property_probe_get_values),
10531         (gst_alsa_type_add_device_property_probe_interface):
10532         * ext/alsa/gstalsadeviceprobe.h:
10533         * ext/alsa/gstalsamixerelement.c:
10534         (gst_alsa_mixer_element_init_interfaces):
10535         * ext/alsa/gstalsamixerelement.h:
10536           Clean up and simplify alsa device probing. Make it actually work
10537           for multiple classes. Don't cache results any longer.
10538
10539         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
10540         (gst_alsasink_init):
10541         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
10542         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
10543         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
10544           Make alsasink and alsasrc implement the GstPropertyProbe interface
10545           for device probing (#342181).
10546           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
10547
10548 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10549
10550         * gst/subparse/samiparse.c: (handle_start_font):
10551           Don't ignore return value of strtol (++compiler_happiness).
10552
10553 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10554
10555         Patch by: Young-Ho Cha  <ganadist chollian net>
10556
10557         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10558         (gst_sub_parse_class_init), (gst_sub_parse_init),
10559         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
10560         (convert_encoding):
10561         * gst/subparse/gstsubparse.h:
10562           Add 'encoding' property (#341681).
10563
10564         * gst/subparse/samiparse.c: (characters_sami):
10565           Output is pango markup, so we need to escape text
10566           between tags (#342143).
10567
10568 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10569
10570         * gst-libs/gst/audio/multichannel.c:
10571         (gst_audio_check_channel_positions):
10572           It's okay to have caps with channels=1 and a channel position
10573           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
10574           (deinterleavers might want to keep the position in the caps,
10575           so that they can be re-interleaved again properly later).
10576           Leave check for unexpected 2-channel layouts intact for now.
10577
10578 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10579
10580         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
10581         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
10582         basesrc can do its job correctly.
10583
10584 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10585
10586         * ext/alsa/Makefile.am:
10587         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
10588         (gst_alsa_detect_formats), (get_channel_free_structure),
10589         (caps_add_channel_configuration), (gst_alsa_detect_channels),
10590         (gst_alsa_probe_supported_formats):
10591         * ext/alsa/gstalsa.h:
10592         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
10593           Refactor and improve caps probing code: probe signedness
10594           when we probe the supported formats/widths; set endianness
10595           to the one we actually probed for (ie. cpu endianness).
10596           
10597         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
10598         (gst_alsasrc_close):
10599         * ext/alsa/gstalsasrc.h:
10600           Implement caps probing for alsasrc.
10601
10602 2006-05-15  Wim Taymans  <wim@fluendo.com>
10603
10604         * ext/theora/theoradec.c: (gst_theora_dec_reset),
10605         (theora_dec_src_query), (theora_dec_src_event),
10606         (theora_dec_sink_event), (theora_handle_comment_packet),
10607         (theora_handle_data_packet), (theora_dec_change_state):
10608         Cleanups, add some G_LIKELY.
10609         Use segment helpers instead of our own wrong code.
10610         Clear queued buffers on seek and READY.
10611
10612         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
10613         (vorbis_dec_convert), (vorbis_dec_src_query),
10614         (vorbis_dec_src_event), (vorbis_dec_sink_event),
10615         (vorbis_handle_comment_packet), (vorbis_dec_push),
10616         (vorbis_handle_data_packet), (vorbis_dec_chain),
10617         (vorbis_dec_change_state):
10618         * ext/vorbis/vorbisdec.h:
10619         Remove old useless packetno variable.
10620         Do position query properly.
10621         Add some G_LIKELY.
10622         Do cleanup of queued buffers in new helper function
10623         and use it.
10624
10625 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10626
10627         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
10628           Query supported sample rates. Fixes #341732.
10629
10630 2006-05-15  Julien MOUTTE  <julien@moutte.net>
10631
10632         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
10633         (gst_decode_bin_change_state): Make decodebin reusable
10634         when going from PAUSE_TO_READY and then back to PAUSED.
10635         Fixes #331678.
10636
10637 2006-05-15  Wim Taymans  <wim@fluendo.com>
10638
10639         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
10640         (vorbis_dec_convert), (vorbis_dec_src_query),
10641         (vorbis_dec_sink_query), (vorbis_dec_src_event),
10642         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
10643         (vorbis_dec_clean_queued), (vorbis_dec_push),
10644         (vorbis_handle_data_packet), (vorbis_dec_change_state):
10645         Cleanups. Use refcounting and DEBUG_OBJECT.
10646         Reset segment on flush, use code methods instead of our
10647         own wrong version.
10648         Fix potential memleak.
10649
10650 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10651
10652         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10653         (gst_alsasink_init):
10654         * ext/alsa/gstalsasink.h:
10655           Don't leak allocated snd_output_t structure if there's
10656           more than one alsasink instance at a time (#341873).
10657           Also fix GObject macros in header file.
10658           
10659 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10660
10661         * gst/subparse/gstsubparse.c:
10662         (gst_sub_parse_data_format_autodetect):
10663           Don't use libxml functions in the typefinding code.
10664
10665 2006-05-15  Wim Taymans  <wim@fluendo.com>
10666
10667         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
10668         Fix seeking performance in the case where a non-header 
10669         packet has a 0 granulepos (busted theora case). 
10670         Fixes #341719
10671         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
10672          the first place, you limelight stealer you)
10673
10674 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10675
10676         * gst/subparse/gstsubparse.c:
10677         (gst_sub_parse_data_format_autodetect):
10678           Improve SAMI typefinding: handle case where there are
10679           whitespaces or newlines in front of the first <SAMI>
10680           tag (#169936).
10681
10682 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10683
10684         * configure.ac:
10685           Build video4linux plugin even if there's no XVIDEO, just
10686           without implementing the GstXOverlay interface (#334002).
10687          
10688 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10689
10690         * configure.ac:
10691         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
10692         (plugin_init):
10693           Add tentative support for libvisual-0.4 (#336881).
10694
10695 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10696
10697         Patch by: Young-Ho Cha <ganadist at chollian net>
10698
10699         * gst/subparse/samiparse.c: (handle_start_font):
10700           Need to map "silver" colour explicitly (#169936).
10701
10702 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10703
10704         Patch by: Young-Ho Cha  <ganadist at chollian net>
10705
10706         * gst/subparse/Makefile.am:
10707         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10708         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
10709         (gst_sub_parse_format_autodetect), (feed_textbuf),
10710         (gst_subparse_type_find), (plugin_init):
10711         * gst/subparse/gstsubparse.h:
10712         * gst/subparse/samiparse.c:
10713         * gst/subparse/samiparse.h:
10714           Add support for SAMI subtitles (#169936).
10715
10716 2006-05-14  Michael Smith  <msmith@fluendo.com>
10717
10718         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
10719           Fix #341696: crash when mixing L+R+C to mono or stereo.
10720         * tests/check/Makefile.am:
10721         * tests/check/elements/audioconvert.c: (set_channel_positions),
10722         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
10723         (audioconvert_suite):
10724           Add test for the above, including some generic framework bits for
10725           testing multichannel things.
10726
10727 === release 0.10.7 ===
10728
10729 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
10730
10731         * configure.ac:
10732           releasing 0.10.7, "Leave the gun"
10733
10734 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
10735
10736         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10738         Fix the build.
10739
10740 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
10741
10742         * docs/libs/gst-plugins-base-libs-docs.sgml:
10743         * docs/libs/gst-plugins-base-libs-sections.txt:
10744         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
10745         * gst-libs/gst/video/video.h:
10746         * gst/videoscale/Makefile.am:
10747         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10749         * tests/check/Makefile.am:
10750         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
10751         (main):
10752           Fix integer overflow problem with pixel-aspect-ratio calculations
10753           in videoscale and xvimagesink (#341542)
10754
10755 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10756
10757         * gst-libs/gst/tag/gstid3tag.c:
10758           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
10759
10760 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
10761
10762         * win32/MANIFEST:
10763           update win32 files listing
10764
10765 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10766
10767         patch by: Sjoerd Simons (sjoerd@luon.net)
10768
10769         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10770         (group_create), (group_destroy), (add_stream),
10771         (gst_play_base_bin_get_property),
10772         (gst_play_base_bin_get_streaminfo_value_array):
10773         * gst/playback/gstplaybasebin.h:
10774           API: GstPlayBaseBin::stream-info-value-array property
10775           use a more bindings-friendly way of exposing streaminfo
10776           using a GValueArray.  Tested in ipython.
10777           Closes #341114
10778
10779 2006-05-11  Wim Taymans  <wim@fluendo.com>
10780
10781         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
10782         (queue_underrun_cb), (queue_filled_cb):
10783         Also catch queue underruns but don't do anything yet.
10784         Refactor and comment queue enlarging code a bit.
10785
10786         * gst/playback/gstplaybasebin.c: (queue_overrun),
10787         (queue_threshold_reached), (queue_out_of_data),
10788         (gen_preroll_element):
10789         If a queue over/underruns check that we don't create nasty
10790         deadlocks when the min-threshold is not reached but the
10791         max-bytes is. In those cases disable max-bytes when we
10792         know that the queue is fed timed data.
10793         Add more comments.
10794
10795 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10796
10797         * gst/playback/gstplaybin.c: (gen_audio_element):
10798           Make playbin automatically plug an 'audioresample'
10799           element before the audio sink as well. This solves
10800           problems with sinks that only accept a very specific
10801           sample rate, like esdsink (e.g. #340379).
10802
10803 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10804
10805         * gst/playback/gstplaybasebin.c: (gen_source_element):
10806           Make http sources send special headers so that we receive
10807           icecast metadata if the http stream is an icecast stream
10808           (otherwise the server will just ignore them). This also
10809           means that from now on users will need the 'icydemux'
10810           element from gst-plugins-good installed if they want to
10811           listen to icecast radio streams. (#341432, #333657).
10812
10813 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10814
10815         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
10816         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
10817           remove stupid example from docs - it should come with a simple
10818           C program instead.
10819           Clean up/fix docs
10820         * tests/check/elements/multifdsink.c: (wait_bytes_served),
10821         (fail_if_can_read), (GST_START_TEST),
10822         (gst_multifdsink_create_streamheader), (multifdsink_suite):
10823           add a test for changing streamheader which exposes a bug in
10824           multifdsink
10825
10826 2006-05-11  Michael Smith  <msmith@fluendo.com>
10827
10828         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
10829         (gst_gnome_vfs_src_received_headers_callback):
10830         * ext/gnomevfs/gstgnomevfssrc.h:
10831           Don't set icy-caps unless we have a sane interval value. Move
10832           interval to a local variable; we never use it outside this function.
10833
10834 2006-05-11  Wim Taymans  <wim@fluendo.com>
10835
10836         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
10837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
10838         Register special buffer types along with the objects so
10839         that they are not registered at runtime from N different
10840         streaming threads since they are not threadsafe.
10841
10842 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10843
10844         * tests/check/elements/multifdsink.c: (wait_bytes_served),
10845         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
10846           add two more tests, one doing streamheader
10847
10848 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10849
10850         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
10851           clean up the bufqueue when shutting down
10852         * tests/check/Makefile.am:
10853         * tests/check/elements/multifdsink.c: (setup_multifdsink),
10854         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
10855         (main):
10856           add a test for the leak that was just fixed
10857
10858 2006-05-10  Wim Taymans  <wim@fluendo.com>
10859
10860         * gst/adder/gstadder.c: (gst_adder_setcaps),
10861         (gst_adder_query_duration), (gst_adder_query), (forward_event),
10862         (gst_adder_src_event), (gst_adder_sink_event),
10863         (gst_adder_class_init), (gst_adder_finalize),
10864         (gst_adder_request_new_pad), (gst_adder_collected):
10865         * gst/adder/gstadder.h:
10866         Updated some docs. Added comments and FIXMEs all over the place.
10867         Improve debugging info.
10868         Fix leak on finalize by not calling the parent.
10869         Implement duration query.
10870         Make event forwarding threadsafe.
10871         Correctly send NEWSEGMENT at start and after flush.
10872         Handle EOS correctly.
10873         Post error when not negotiated.
10874
10875         * tests/check/elements/adder.c: (GST_START_TEST):
10876         Added FIXME in the test.
10877
10878 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10879
10880         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10881         (gst_text_overlay_halign_get_type),
10882         (gst_text_overlay_wrap_mode_get_type):
10883         * ext/theora/theoradec.c: (theora_handle_type_packet),
10884         (theora_handle_data_packet):
10885         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
10886         (theora_enc_sink_setcaps), (theora_enc_chain):
10887         * gst-libs/gst/cdda/gstcddabasesrc.c:
10888         (gst_cdda_base_src_mode_get_type):
10889         * gst/audiotestsrc/gstaudiotestsrc.c:
10890         (gst_audiostestsrc_wave_get_type):
10891         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10892         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10893         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10894         (gst_sync_method_get_type), (gst_unit_type_get_type),
10895         (gst_client_status_get_type):
10896         * gst/videoscale/gstvideoscale.c:
10897         (gst_video_scale_method_get_type):
10898         * gst/videotestsrc/gstvideotestsrc.c:
10899         (gst_video_test_src_pattern_get_type):
10900         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
10901         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
10902         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
10903         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
10904         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
10905         (paint_setup_RGB565), (paint_setup_xRGB1555):
10906           Const-ify GEnumValue and GFlagsValue arrays. Use
10907           GST_ROUND_UP_* macros instead of home-made ones.
10908
10909 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10910
10911         * configure.ac:
10912           Require core CVS for the new newsegment stuff.
10913
10914 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10915
10916         Patch by: Sjoerd Simons  <sjoerd at luon net>
10917
10918         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
10919           Register nick for enum value (#341160).
10920
10921 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
10922
10923         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
10924         (plugin_init):
10925          backout typefind patch #340375
10926          
10927         * tests/check/elements/adder.c: (message_received),
10928         (GST_START_TEST), (adder_suite):
10929           redo, signal-handling of test
10930
10931 2006-05-09  Wim Taymans  <wim@fluendo.com>
10932
10933         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
10934         (gst_adder_collected):
10935         * gst/adder/gstadder.h:
10936         Remove bogus segment merging and forwarding, we don't
10937         care about timestamps anyway and we just produce a
10938         continuous stream. 
10939         Also create a nice NEWSEGMENT event when we start.
10940         Use _scale_int some more.
10941
10942 2006-05-09  Edward Hervey  <edward@fluendo.com>
10943
10944         * tests/icles/stress-xoverlay.c:
10945         Fix if core was built without parsing support.
10946
10947 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10948
10949         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10950           Add SEDG (Samsung MPEG-4) fourcc.
10951
10952 2006-05-09  Edward Hervey  <edward@fluendo.com>
10953
10954         * tests/icles/stress-xoverlay.c:
10955         * tests/examples/volume/volume.c:
10956         Fix if core was built without parsing support.
10957
10958         * tests/examples/seek/seek.c:
10959         Disable the parse_launch example if core was built without parsing
10960         support.
10961
10962 2006-05-08  Edward Hervey  <edward@fluendo.com>
10963
10964         * autogen.sh: (CONFIGURE_DEF_OPT): 
10965         libtoolize on Darwin/MacOSX is called glibtoolize
10966
10967 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10968
10969         * tests/check/Makefile.am:
10970         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
10971           Disable the adder test, until the build-slaves posses the kindness to 
10972           either like it or to give valid reason for not doing so 
10973
10974 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10975
10976         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10977         (adder_suite):
10978           Shuffle NULL state change around and raise timeout more
10979
10980 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10981
10982         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
10983         (mp4_type_find), (plugin_init):
10984           Add typefind to distinguish between "audio/x-m4a" and new type
10985           "video/mp4". Fixes #340375
10986
10987         * tests/check/elements/adder.c: (adder_suite):
10988           Raise timeout to make buildbot happy
10989
10990 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10991
10992         * gst/adder/gstadder.c: (gst_adder_sink_event),
10993         (gst_adder_request_new_pad), (gst_adder_change_state):
10994         * gst/adder/gstadder.h:
10995         * tests/check/Makefile.am:
10996         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10997         (adder_suite), (main):
10998           Add sink-event handling to adder. It tries to merge incomming
10999           newsegment-events. Added test to check if segment_done is comming
11000           through. Fixes #340060
11001
11002 2006-05-05  Andy Wingo  <wingo@pobox.com>
11003
11004         * ext/theora/theoraparse.c (gst_theora_parse_init)
11005         (theora_parse_src_convert, theora_parse_src_query):
11006         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
11007         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
11008         query functions on the source pads of the theora and vorbis parse
11009         elements. Fixes position querying when doing a remux.
11010
11011 2006-05-05  Michael Smith  <msmith@fluendo.com>
11012
11013         * ext/theora/theoraparse.c: (parse_granulepos),
11014         (theora_parse_drain_queue_prematurely),
11015         (theora_parse_queue_buffer), (theora_parse_sink_event):
11016           Fix flushing.
11017           Fix invalid granulepos outputs when starting with a non-keyframe.
11018
11019 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
11020
11021         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
11022         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
11023         Rearrange MPEG system stream detection, fixing some memleaks in the
11024         process.
11025         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
11026         they clean up their data correctly.
11027         Remove unused ogganx caps and move the 'is_annodex' check to inside
11028         the 'is_ogg' if statement.
11029
11030 2006-05-05  Wim Taymans  <wim@fluendo.com>
11031
11032         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
11033         Properly remove ghostpads. Fixes #340392
11034
11035 2006-05-04  David Schleef  <ds@schleef.org>
11036
11037         * gst/typefind/gsttypefindfunctions.c:
11038
11039 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
11040
11041         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11042         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
11043
11044         When typefinding an MP3 in push-based mode, don't penalise the
11045         probability down to 74% when we found 5 valid frames just because we
11046         can't peek the end of the file.
11047
11048         Make the probability for detecting MPEG Transport Streams based on the
11049         number of sequential headers we successfully detected.
11050
11051 2006-05-03  Wim Taymans  <wim@fluendo.com>
11052
11053         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11054         (vorbis_dec_push), (vorbis_dec_chain):
11055         Still produce an error when we receive an empty packet.
11056
11057 2006-05-03  Wim Taymans  <wim@fluendo.com>
11058
11059         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11060         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
11061         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
11062         Mark buffers with DISCONT after seek and after activating new
11063         chains.
11064
11065         * ext/theora/gsttheoradec.h:
11066         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11067         (theora_get_query_types), (theora_dec_sink_event),
11068         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
11069         (theora_dec_change_state):
11070         Fix frame counter.
11071         Detect and mark DISCONT buffers.
11072
11073         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11074         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
11075         (vorbis_dec_change_state):
11076         * ext/vorbis/vorbisdec.h:
11077         Use GstSegment.
11078         Detect and mark DISCONT buffers.
11079         Don't crash on 0 sized buffers.
11080
11081 2006-05-03  Wim Taymans  <wim@fluendo.com>
11082
11083         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
11084         (volume_transform_ip):
11085         Increase "volume" property to 10.0. Fixes #340369.
11086         Set the process function to NULL when capsnego fails so that
11087         we properly error out.
11088
11089 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
11090
11091         * gst/playback/gstplaybin.c: (add_sink):
11092         * gst/playback/test.c: (main):
11093         * gst/playback/test5.c: (dump_element_stats):
11094         * gst/playback/test6.c: (main):
11095           free caps using gst_caps_unref, don't leak caps-strings
11096
11097 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
11098
11099         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
11100         (plugin_init):
11101           Refine musepack typefinding a bit. Return MAXIMUM
11102           probability when we detect stream version 7 to make
11103           sure the mpeg audio typefinder doesn't trump us.
11104
11105 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
11106
11107         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
11108           Protect against unexpected NULL strf_data buffer.
11109
11110 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11111
11112         * tests/check/elements/audioconvert.c: (verify_convert),
11113         (GST_START_TEST):
11114           interpret the out[] buffer in the order the bytes are actually
11115           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
11116           Other tests should use BYTE_ORDER since the array is filled in
11117           with actual values
11118
11119 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11120
11121         * tests/check/elements/audioconvert.c: (verify_convert),
11122         (GST_START_TEST):
11123           when a test fails, give an indication of which it is
11124
11125 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11126
11127         * gst-libs/gst/cdda/gstcddabasesrc.c:
11128           compile fix; strtol() needs <stdlib.h>
11129
11130 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
11131
11132         * ext/alsa/gstalsamixerelement.c:
11133         * ext/alsa/gstalsasrc.c:
11134         * ext/cdparanoia/gstcdparanoiasrc.c:
11135         * ext/gnomevfs/gstgnomevfssink.c:
11136         * ext/gnomevfs/gstgnomevfssrc.c:
11137         * ext/ogg/gstoggdemux.c:
11138         * ext/ogg/gstoggmux.c:
11139         * ext/ogg/gstoggparse.c:
11140         * ext/ogg/gstogmparse.c:
11141         * ext/pango/gstclockoverlay.c:
11142         * ext/pango/gsttextoverlay.c:
11143         * ext/pango/gsttextrender.c:
11144         * ext/pango/gsttimeoverlay.c:
11145         * ext/theora/theoradec.c:
11146         * ext/theora/theoraenc.c:
11147         * ext/vorbis/vorbisdec.c:
11148         * ext/vorbis/vorbisenc.c:
11149         * gst-libs/gst/audio/gstaudiofilter.c:
11150         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11151         * gst/audioconvert/gstaudioconvert.c:
11152         * gst/audiorate/gstaudiorate.c:
11153         * gst/audioresample/gstaudioresample.c:
11154         * gst/audiotestsrc/gstaudiotestsrc.c:
11155         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11156         * gst/playback/gstdecodebin.c:
11157         * gst/playback/gstplaybin.c:
11158         * gst/playback/gststreamselector.c:
11159         * gst/subparse/gstsubparse.c:
11160         * gst/tcp/gstmultifdsink.c:
11161         * gst/tcp/gsttcpclientsink.c:
11162         * gst/tcp/gsttcpclientsrc.c:
11163         * gst/tcp/gsttcpserversink.c:
11164         * gst/tcp/gsttcpserversrc.c:
11165         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11166         * gst/videorate/gstvideorate.c:
11167         * gst/videoscale/gstvideoscale.c:
11168         * gst/videotestsrc/gstvideotestsrc.c:
11169         * gst/volume/gstvolume.c:
11170         * sys/v4l/gstv4ljpegsrc.c:
11171         * sys/v4l/gstv4lmjpegsink.c:
11172         * sys/v4l/gstv4lmjpegsrc.c:
11173         * sys/v4l/gstv4lsrc.c:
11174         * sys/ximage/ximagesink.c:
11175         * sys/xvimage/xvimagesink.c:
11176         * tests/check/libs/cddabasesrc.c:
11177           make GstElementDetails const
11178
11179 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
11180
11181         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
11182         (gst_adder_init):
11183           send events from src-pad to all sink-pads fixes #338657
11184
11185 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
11186
11187         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
11188         (alsasink_parse_spec):
11189           query width capabilities from alsa, fixes #338919
11190
11191 2006-04-28  Wim Taymans  <wim@fluendo.com>
11192
11193         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11194         (gst_multi_fd_sink_remove_client_link):
11195         * gst/tcp/gstmultifdsink.h:
11196         Fix race condition in multifdsink that can lead to spurious 
11197         duplicate clients. this patch adds a new signal that is fired when
11198         multifdsink has removed all references to the fd.
11199         Fixes #339574.
11200         Updated documentation.
11201         API: client-fd-removed signal added
11202
11203 2006-04-28  Michael Smith  <msmith@fluendo.com>
11204
11205         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
11206           When asking g_value_array_new to prealloc elements, we may as well
11207           ask for the right number of elements.
11208
11209 2006-04-28  Wim Taymans  <wim@fluendo.com>
11210
11211         * gst-libs/gst/audio/gstbaseaudiosink.c:
11212         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
11213         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11214         patch to make timestamp checking more tollerant to rounding 
11215         errors given that real discontinuities are to be marked on
11216         buffers. Fixes some asf files and #338778.
11217         Also avoid some crashers when we receive an event in the 
11218         NULL state.
11219
11220 2006-04-28  Michael Smith  <msmith@fluendo.com>
11221
11222         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
11223         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
11224         (gst_gnome_vfs_src_get_property),
11225         (gst_gnome_vfs_src_send_additional_headers_callback),
11226         (gst_gnome_vfs_src_received_headers_callback),
11227         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
11228         (gst_gnome_vfs_src_stop):
11229         * ext/gnomevfs/gstgnomevfssrc.h:
11230           Remove ICY handling (mostly) from gnomevfssrc, in favour of
11231           proper shared support within icydemux.
11232
11233 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11234
11235         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
11236         (gst_video_rate_swap_prev), (gst_video_rate_chain):
11237           fix up docs
11238           fix a leak when no caps negotiated
11239           fix counting of input frames
11240         * tests/check/elements/.cvsignore:
11241         * tests/check/elements/videorate.c: (assert_videorate_stats),
11242         (GST_START_TEST), (videorate_suite):
11243           add tests for these
11244
11245 2006-04-28  Wim Taymans  <wim@fluendo.com>
11246
11247         * gst-libs/gst/audio/gstringbuffer.c:
11248         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
11249         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
11250         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11251         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
11252         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
11253         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11254         (gst_ring_buffer_commit), (gst_ring_buffer_read),
11255         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
11256         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
11257         Check arguments passed to public functions instead of
11258         crashing.
11259
11260 2006-04-28  Wim Taymans  <wim@fluendo.com>
11261
11262         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11263         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11264         GstBaseAudioSrc must be live or it does not work.
11265
11266         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
11267         Don't set live to TRUE as this is the default in the parentclass.
11268
11269 2006-04-28  Wim Taymans  <wim@fluendo.com>
11270
11271         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
11272         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
11273         Videoscale doesn't pass on pixel-aspect ratio. Handle all
11274         fixation cases better. Fixes #338991
11275
11276 2006-04-28  Wim Taymans  <wim@fluendo.com>
11277
11278         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11279         Handle 0/1 framerate correctly Fixes #331901.
11280
11281 2006-04-28  Wim Taymans  <wim@fluendo.com>
11282
11283         * tests/check/elements/audioconvert.c: (get_float_caps),
11284         (GST_START_TEST), (audioconvert_suite):
11285         Added check for correct clipping when doing float samples
11286         in audioconvert.
11287
11288 2006-04-28  Wim Taymans  <wim@fluendo.com>
11289
11290         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
11291         (gst_video_rate_chain):
11292         Print more debugging info.
11293
11294 2006-04-28  Wim Taymans  <wim@fluendo.com>
11295
11296         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
11297         (resample_set_state_from_caps):
11298         Add support for other formats audioresample can handle such as
11299         32 bits in and float and 64 bits float. Fixes #301759
11300
11301 2006-04-28  Wim Taymans  <wim@fluendo.com>
11302
11303         * gst/audioconvert/audioconvert.c: (float):
11304         correctly clip float samples > 1.0. Fixes #338718
11305
11306 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11307
11308         Patch by: Young-Ho Cha  <ganadist at chollian net>
11309
11310         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11311         (gst_text_overlay_render_text):
11312           Don't strip newlines from the text. Also, center lines
11313           within multi-line paragraphs (#339405).
11314
11315 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11316
11317         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
11318           Fix wavpack typefinding to work in more cases (don't peek
11319           for chunks of multiple hundred kBs at once, but process
11320           things step-by-step in smaller units). Fixes #339786.
11321
11322 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11323
11324         * configure.ac:
11325           back to HEAD
11326
11327 === release 0.10.6 ===
11328
11329 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
11330
11331         * configure.ac:
11332           releasing 0.10.6, "Chao"
11333
11334 2006-04-26  David Schleef  <ds@schleef.org>
11335
11336         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
11337           Fixes #338897.
11338
11339 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11340
11341         * configure.ac:
11342         * win32/common/config.h:
11343           new prerelease
11344
11345 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11346
11347         patch by: Wim Taymans
11348
11349         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11350         (gst_ogg_demux_perform_seek):
11351           make sure correct newsegments are sent, so that the decoder
11352           and the demuxer agree on timestamps.  Fixes playback of a lot
11353           of Ogg files that do not start from 0.  Fixes #339833.
11354
11355 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11356
11357         Patch by: Edward Hervey  <edward@fluendo.com>
11358
11359         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
11360         * tests/check/Makefile.am:
11361         * tests/check/elements/videorate.c: (assert_videorate_stats),
11362         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
11363         (videorate_suite), (main):
11364           Fix an infinite loop if frames are passed in with wrongly ordered
11365           timestamps.  Fixes #339013.
11366
11367 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11368
11369         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
11370
11371         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11372           fix typefinding on some ISO files.  Fixes #339212.
11373
11374 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11375
11376         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
11377
11378         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11379           add another H264 fourcc.  Fixes #339047.
11380
11381 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11382
11383         Patch by: Jan Schmidt
11384
11385         * gst/playback/gststreamselector.c:
11386         (gst_stream_selector_bufferalloc):
11387           Restore old StreamSelector behaviour.
11388           Fixes #338419.
11389
11390 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11391
11392         * configure.ac:
11393         * win32/common/config.h:
11394           prerelease
11395
11396 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11397
11398         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
11399
11400         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11401         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
11402           Fix some memory leaks: on finalize, free buffers left in the queue
11403           before destroying the queue; in _push(), unref rtp_buf even if
11404           the process vfunc returned a NULL buffer as output buffer (#337548);
11405           demote some recuring debug messages to LOG level.
11406
11407 2006-04-11  Wim Taymans  <wim@fluendo.com>
11408
11409         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11410         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11411         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
11412         (gst_ogg_demux_loop):
11413         More cleanups.
11414         Respect segment stop when emiting EOS or SEGMENT_DONE.
11415         Fixes (#337945).
11416
11417 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11418
11419         * gst/playback/gststreamselector.c:
11420         (gst_stream_selector_get_property):
11421           Don't leak pad name.
11422
11423 2006-04-10  Michael Smith  <msmith@fluendo.com>
11424
11425         * tests/check/Makefile.am:
11426         * tests/check/gst-plugins-base.supp:
11427           Suppress an old libtheora bug (fixed in more recent versions), so 
11428           that FC4 buildslaves can pass.
11429
11430 2006-04-10  Wim Taymans  <wim@fluendo.com>
11431
11432         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11433         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
11434         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
11435         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
11436         (gst_ogg_demux_loop):
11437         Don't leak events.
11438         Remember what error we got when finding chains, if we
11439         were shutdown, that would not be an error.
11440
11441 2006-04-10  Wim Taymans  <wim@fluendo.com>
11442
11443         * gst-libs/gst/audio/gstbaseaudiosink.c:
11444         (gst_base_audio_sink_event):
11445         Starting the ringbuffer when we did not acquire it can cause
11446         a deadlock, is pointless and causes nasty things for
11447         subclasses. 
11448         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
11449
11450 2006-04-10  Wim Taymans  <wim@fluendo.com>
11451
11452         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11453         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
11454         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11455         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
11456         (gst_ogg_demux_deactivate_current_chain),
11457         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
11458         (gst_ogg_demux_bisect_forward_serialno),
11459         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
11460         Add some more debugging.
11461
11462 2006-04-10  Wim Taymans  <wim@fluendo.com>
11463
11464         * ext/theora/theoradec.c: (theora_dec_src_event),
11465         (theora_handle_data_packet):
11466         Some more debug info.
11467
11468         * tests/examples/seek/seek.c: (start_seek), (main):
11469         Print element messages too.
11470
11471 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11472
11473         * gst/audioresample/debug.h:
11474           replace debug macros with variable number of parameters
11475           by a simple alias to gstreamer standard debug macros 
11476          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
11477           supported by MSVC 6.0 and 7.1)
11478         * gst/audioresample/resample.h:
11479           define M_PI and rint for WIN32
11480         * win32/common/libgstaudio.def:
11481         * win32/common/libgstriff.def:
11482         * win32/common/libgsttag.def:
11483         * win32/common/libgstvideo.def:
11484           add new exported functions
11485         * win32/vs6:
11486           update project files
11487
11488 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11489
11490         * ext/alsa/gstalsamixeroptions.c:
11491         (gst_alsa_mixer_options_class_init):
11492         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
11493         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
11494         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
11495         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
11496         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
11497         * gst-libs/gst/audio/gstaudiofilter.c:
11498         (gst_audio_filter_class_init):
11499         * gst-libs/gst/audio/gstaudiosink.c:
11500         (gst_audioringbuffer_class_init):
11501         * gst-libs/gst/audio/gstaudiosrc.c:
11502         (gst_audioringbuffer_class_init):
11503         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
11504         * gst-libs/gst/interfaces/colorbalancechannel.c:
11505         (gst_color_balance_channel_class_init):
11506         * gst-libs/gst/interfaces/mixeroptions.c:
11507         (gst_mixer_options_class_init):
11508         * gst-libs/gst/interfaces/mixertrack.c:
11509         (gst_mixer_track_class_init):
11510         * gst-libs/gst/interfaces/tunerchannel.c:
11511         (gst_tuner_channel_class_init):
11512         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
11513         * gst-libs/gst/netbuffer/gstnetbuffer.c:
11514         (gst_netbuffer_class_init):
11515         * gst-libs/gst/rtp/gstbasertppayload.c:
11516         (gst_basertppayload_class_init):
11517         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
11518         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
11519         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
11520         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
11521         * gst/playback/gststreamselector.c:
11522         (gst_stream_selector_class_init):
11523         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
11524         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
11525         * sys/v4l/gstv4lcolorbalance.c:
11526         (gst_v4l_color_balance_channel_class_init):
11527         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
11528         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
11529         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
11530         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
11531         (gst_v4l_tuner_norm_class_init):
11532         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
11533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
11534         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
11535         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11536
11537 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11538
11539         * ext/pango/gsttextrender.h:
11540         * gst-libs/gst/audio/gstaudiosink.h:
11541         * gst-libs/gst/audio/gstaudiosrc.h:
11542         * gst-libs/gst/audio/gstbaseaudiosink.h:
11543         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11544         * gst-libs/gst/audio/gstringbuffer.h:
11545         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11546         * gst-libs/gst/rtp/gstbasertppayload.h:
11547         * gst-libs/gst/video/gstvideofilter.h:
11548         * gst-libs/gst/video/gstvideosink.h:
11549         * gst/playback/gstplaybasebin.h:
11550         * gst/tcp/gstmultifdsink.h:
11551         * sys/v4l/gstv4lelement.h:
11552         Fix broken GObject macros
11553
11554 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11555
11556         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
11557         More debug to trace why my USB headset is not working with gst
11558
11559 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
11560
11561         * gst/playback/gstplaybasebin.c: (group_destroy):
11562         Clean up our group elements properly in the case where it never 
11563         got committed - it still got added unconditionally to the bin.
11564
11565 2006-04-07  Wim Taymans  <wim@fluendo.com>
11566
11567         * ext/theora/theoradec.c: (theora_dec_sink_event),
11568         (theora_handle_data_packet), (theora_dec_chain):
11569         Unref unhandled events.
11570         Protect against empty buffers.
11571         Perform QoS on running time.
11572
11573 2006-04-07  Michael Smith  <msmith@fluendo.com>
11574
11575         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
11576         (gst_vorbis_enc_chain):
11577           Remove leaks from vorbisenc.
11578           Mostly minor changes, the only significant one is that now the
11579           buffers we set as 'streamheader' on the caps are copies of the
11580           original buffers, to avoid circular refcounting problems.
11581
11582 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
11583
11584         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
11585           Don't remove our mute-probe if someone else already did so.
11586           Don't set a 2nd one if there is already one pending on the pad.
11587
11588         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11589         (do_playbin_seek):
11590           When a seek fails, ensure that playbin is still set back to playing.
11591           
11592         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
11593         (mpeg_ts_type_find), (plugin_init):
11594           Add a typefind function for mpeg-ts streams. (Closes: #336617)
11595
11596 2006-04-06  Andy Wingo  <wingo@pobox.com>
11597
11598         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
11599         (gst_video_rate_init): Caps-related parameters should not be reset
11600         by a flush -- move their inits to the instance init function.
11601         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
11602         is not OK, just return the result.
11603
11604         * gst/audiotestsrc/gstaudiotestsrc.c
11605         (gst_audio_test_src_class_init)
11606         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
11607         broken by Stefan's commit on 24 March.
11608
11609         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
11610         buffers being pushed out. Fixes oggmux ! multifdsink.
11611
11612 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11613
11614         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
11615         (gst_vorbis_dec_init), (vorbis_dec_finalize):
11616         * ext/vorbis/vorbisdec.h:
11617         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
11618         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
11619         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
11620         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
11621         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
11622         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
11623         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
11624         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
11625         (gst_vorbis_enc_buffer_from_packet),
11626         (gst_vorbis_enc_buffer_from_header_packet),
11627         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
11628         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
11629         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
11630         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
11631         (gst_vorbis_enc_change_state):
11632         * ext/vorbis/vorbisenc.h:
11633           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
11634           vorbisenc adhere to the official nomenclature; use boilerplate
11635           macro.
11636
11637 2006-04-04  Andy Wingo  <wingo@pobox.com>
11638
11639         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
11640         Whoops, fix bug introduced. Bad hacker!
11641         
11642         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
11643         Properly handle the case where you get EOS before any buffers are
11644         received. Use gst_buffer_make_metadata_writable where appropriate.
11645
11646         * ext/theora/theoradec.c (theora_handle_data_packet): This value
11647         is often negative -- make it signed so as not to wrap around.
11648         Fixes segfaults introduced on 9 March.
11649
11650 2006-04-03  Wim Taymans  <wim@fluendo.com>
11651
11652         * ext/theora/gsttheoradec.h:
11653         * ext/theora/theoradec.c: (theora_dec_src_event):
11654         Don't try to store a gdouble in a gboolean.
11655         Small cleanups.
11656
11657 2006-04-03  Michael Smith  <msmith@fluendo.com>
11658
11659         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
11660           Oggmux sucks.
11661           Make it suck slightly less by writing out the final page.
11662           Still can't encode a vorbis-in-ogg file correctly, though.
11663
11664 2006-04-03  Andy Wingo  <wingo@pobox.com>
11665
11666         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
11667         a g_print.
11668
11669         * ext/theora/theora.c (plugin_init): Register theoraparse.
11670
11671         * ext/theora/gsttheoraparse.h: 
11672         * ext/theora/theoraparse.c: New files implementing a theora
11673         parser. Now we can properly remux ogg/theora+vorbis, yay.
11674
11675         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
11676
11677 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11678
11679         * gst/audiotestsrc/gstaudiotestsrc.c:
11680           Fixed the sample pipeline (see #323798)
11681
11682 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11683
11684         * configure.ac:
11685         * win32/common/config.h:
11686         * win32/common/config.h.in:
11687           use AS_VERSION and AS_NANO
11688           more cleanups
11689
11690 2006-03-31  Andy Wingo  <wingo@pobox.com>
11691
11692         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
11693         uninitialized variable return that would happen.
11694         
11695         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
11696         uninitialized variable return that would never happen.
11697
11698         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
11699         (vorbis_parse_sink_event): Add an event function to flush our
11700         state on a seek, and to drain buffers on a premature EOS.
11701         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
11702         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
11703         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
11704         (vorbis_parse_drain_queue): Queue up buffers until we can set
11705         their timestamps and granulepos values.
11706
11707         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
11708         and keep track of data needed for deriving granulepos and
11709         timestamps for buffers.
11710
11711 2006-03-29  Wim Taymans  <wim@fluendo.com>
11712
11713         Patch by: j^ <j at bootlab dot org>
11714
11715         * ext/alsa/gstalsamixerelement.c:
11716         (gst_alsa_mixer_element_class_init):
11717         * ext/alsa/gstalsasink.c:
11718         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
11719         * ext/ogg/gstoggdemux.c:
11720         * ext/ogg/gstoggmux.c:
11721         * ext/ogg/gstoggparse.c:
11722         * ext/pango/gstclockoverlay.c:
11723         * ext/pango/gsttextoverlay.c:
11724         * ext/pango/gsttextrender.c:
11725         * ext/pango/gsttimeoverlay.c:
11726         * ext/theora/theoradec.c:
11727         * ext/theora/theoraenc.c:
11728         * ext/vorbis/vorbisdec.c:
11729         * ext/vorbis/vorbisenc.c:
11730         * gst/audioconvert/gstaudioconvert.c:
11731         * gst/subparse/gstsubparse.c:
11732         * gst/tcp/gstmultifdsink.c:
11733         * gst/tcp/gsttcpclientsink.c:
11734         * gst/tcp/gsttcpclientsrc.c:
11735         * gst/tcp/gsttcpserversink.c:
11736         * gst/tcp/gsttcpserversrc.c:
11737           better/unified long descriptions
11738           Fixes #336477
11739
11740 2006-03-29  Wim Taymans  <wim@fluendo.com>
11741
11742         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
11743         (stop_seek):
11744         Don't let double and triple clicks mess up our state.
11745
11746 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
11747
11748         * gst/playback/gstplaybin.c: (gen_video_element),
11749         (gen_text_element), (gen_audio_element), (gen_vis_element):
11750           Error out gracefully when we can't create any of the usual
11751           conversion elements for some reason. Also, don't try to
11752           create an audioscale (sic) element that's not used anyway.
11753
11754 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
11755
11756         * gst/playback/gstplaybasebin.c: (setup_source):
11757           Don't post RESOURCE_NOT_FOUND error when we can't find a source
11758           element for a particular protocol, that's confusing for users.
11759           Instead, post a RESOURCE_FAILED error, so that our own error
11760           message is actually shown in totem etc. (#336303).
11761
11762 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11763
11764         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11765
11766         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
11767         (gst_gnome_vfs_src_get_icy_metadata):
11768           Fix some minor memory leaks (#336194).
11769
11770 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11771
11772         * ext/gnomevfs/gstgnomevfs.c:
11773         (gst_gnome_vfs_location_to_uri_string):
11774         * ext/gnomevfs/gstgnomevfs.h:
11775         * ext/gnomevfs/gstgnomevfssink.c:
11776         (gst_gnome_vfs_sink_set_property):
11777         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
11778           Make gnomevfssink accept filenames as well as URIs for the
11779           "location" property, just like gnomevfssrc does (and
11780           filesrc/filesink do) (#336190).
11781
11782 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
11783
11784         * tests/check/generic/clock-selection.c: (GST_START_TEST):
11785           set to NULL before unreffing, fixes a valgrind leak.
11786           Why was this not triggering the error that an object needs to
11787           be NULL before unreffing ?
11788         * win32/common/config.h:
11789           update
11790
11791 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11792
11793         * gst/subparse/gstsubparse.c: (convert_encoding),
11794         (gst_sub_parse_change_state):
11795         * gst/subparse/gstsubparse.h:
11796           Text subtitle files may or may not be UTF-8. If it's not, we
11797           don't really want to see '?' characters in place of non-ASCII
11798           characters like accented characters. So let's assume the input
11799           is UTF-8 until we come across text that is clearly not. If it's
11800           not UTF-8, we don't really know what it is, so try the following:
11801           (a) see whether the GST_SUBTITLE_ENCODING environment variable
11802           is set; if not, check (b) if the current locale encoding is
11803           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
11804           the current locale encoding is UTF-8 and the environment variable
11805           was not set to any particular encoding. Not perfect, but better
11806           than nothing (and better than before, I think) (fixes #172848).
11807
11808 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
11809
11810         * configure.ac:
11811           update core requirement to 0.10.4.1 because of async_playback
11812           vmethod on GstBaseSink
11813
11814 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11815
11816         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11817         * gst/adder/gstadder.c: (gst_adder_init):
11818         use DEBUG_FUNCPTR for collectpads
11819
11820 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11821
11822         * docs/plugins/Makefile.am:
11823         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11824         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11825         * ext/cdparanoia/gstcdparanoiasrc.c:
11826         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
11827         (gst_gnome_vfs_sink_class_init):
11828         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
11829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
11830         * ext/ogg/gstoggmux.c:
11831         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
11832         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
11833         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
11834         * ext/pango/gsttextoverlay.c:
11835         * ext/pango/gsttextrender.c:
11836         * ext/theora/theoradec.c:
11837         * ext/theora/theoraenc.c:
11838         * ext/vorbis/vorbisdec.c:
11839         * ext/vorbis/vorbisenc.c:
11840         * gst-libs/gst/audio/gstaudiofilter.c:
11841         (gst_audio_filter_base_init):
11842         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11843         (gst_audio_filter_template_base_init):
11844         * gst/adder/gstadder.c: (gst_adder_get_type):
11845         * gst/adder/gstadder.h:
11846         * gst/audioconvert/gstaudioconvert.c:
11847         * gst/audiotestsrc/gstaudiotestsrc.c:
11848         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11849         (gst_audio_test_src_create):
11850         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11851         * gst/playback/gstdecodebin.c:
11852         * gst/playback/gstplaybin.c:
11853         * gst/playback/gststreamselector.c:
11854         (gst_stream_selector_base_init):
11855         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
11856         * gst/volume/gstvolume.c:
11857         * sys/v4l/gstv4lmjpegsink.c:
11858         * sys/v4l/gstv4lmjpegsrc.c:
11859         * tests/check/libs/cddabasesrc.c:
11860         * tests/old/examples/gob/gst-identity2.gob:
11861           Add docs for adder, use GST_ELEMENT_DETAILS macro,
11862           define GstElementDetails at the top
11863
11864 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
11865
11866         * win32/common/libgstinterfaces.def:
11867         Add a lot of export functions for gst-python
11868         * win32/vs6/libgstinterfaces.dsp:
11869         Add a missing include folder in the project configuration
11870         
11871 2006-03-23  Wim Taymans  <wim@fluendo.com>
11872
11873         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11874         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
11875         (gst_base_audio_src_change_state):
11876         Fix audio sources, forgot to make the ringbuffer
11877         startable...
11878
11879 2006-03-23  Wim Taymans  <wim@fluendo.com>
11880
11881         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11882         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
11883         (gst_base_audio_src_change_state):
11884         unparent instead of unref the ringbuffer.
11885
11886 2006-03-23  Wim Taymans  <wim@fluendo.com>
11887
11888         * gst-libs/gst/audio/gstbaseaudiosink.c:
11889         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
11890         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
11891         Implement new async_play vmethod to start slaving and allow
11892         playback start in case of async PLAY state changes. 
11893
11894         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11895         Enable QoS with new method in base class.
11896
11897 2006-03-23  Wim Taymans  <wim@fluendo.com>
11898
11899         Patch by: Julien MOUTTE <julien at moutte dot net>
11900
11901         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
11902         (gst_video_test_src_do_seek), (gst_video_test_src_create):
11903         Partially handle 0 framerate, only EOS after the first frame
11904         is missing.
11905
11906 2006-03-23  Wim Taymans  <wim@fluendo.com>
11907
11908         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11909
11910         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11911         (gst_riff_create_video_template_caps):
11912         * gst/ffmpegcolorspace/avcodec.h:
11913         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11914         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11915         (gst_ffmpegcsp_avpicture_fill):
11916         * gst/ffmpegcolorspace/imgconvert.c:
11917         Patch for support of YVU9 AVI files (#334822)
11918
11919 2006-03-22  Edward Hervey  <edward@fluendo.com>
11920
11921         * docs/design/design-decodebin.txt:
11922         Added design document for new decodebin
11923         (Target Caps): text/x-pango-markup is also a default target caps.
11924
11925 2006-03-22  Wim Taymans  <wim@fluendo.com>
11926
11927         * gst-libs/gst/audio/gstbaseaudiosink.c:
11928         (gst_base_audio_sink_dispose):
11929         Since we _parent the ringbuffer, we also need to
11930         _unparent instead of a plain _unref.
11931
11932 2006-03-22  Wim Taymans  <wim@fluendo.com>
11933
11934         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
11935         (stop_seek), (scrub_toggle_cb), (main):
11936         Add scrub checkbox.
11937
11938 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11939
11940         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
11941         (gst_ogg_parse_chain):
11942           Fix very inefficient usage of linked lists (#335365).
11943
11944 2006-03-21  Edward Hervey  <edward@fluendo.com>
11945
11946         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
11947         * gst/playback/gstplaybin.c: (handoff):
11948         * gst/playback/gststreamselector.c:
11949         (gst_stream_selector_set_property):
11950         gcc 4.1 unreferenced pointer fixes.
11951         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11953         gst_buffer_ref() now takes a GstBuffer*.
11954
11955 2006-03-20  Julien MOUTTE  <julien@moutte.net>
11956
11957         * sys/xvimage/xvimagesink.c:
11958         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
11959         by Jan Schmidt.
11960
11961 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
11962
11963         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
11964         (id3v1_type_find), (apetag_type_find), (plugin_init):
11965           Can't do tag preferences via probability, as tags would then
11966           lose against types that are recognised with MAXIMUM probability
11967           (like .wav); so let all tag typefinders return MAXIMUM themselves
11968           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
11969           that we can prefer APE to ID3v1 (fixes #335028).
11970           
11971 2006-03-17  Wim Taymans  <wim@fluendo.com>
11972
11973         * gst-libs/gst/audio/gstbaseaudiosink.c:
11974         (gst_base_audio_sink_change_state):
11975         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
11976         (gst_ring_buffer_may_start):
11977         * gst-libs/gst/audio/gstringbuffer.h:
11978         Only start playback if we are playing.
11979         should fix #330748.
11980
11981 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
11982
11983         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
11984         * win32/common/config.h:
11985           Revert accidental commits to these files.
11986
11987 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11988
11989         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
11990
11991         * tests/Makefile.am:
11992           Don't try to build tests in tests/icles if we
11993           don't have X (#323852)
11994
11995 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11996
11997         * gst-libs/gst/tag/gstid3tag.c:
11998           Add TXXX frame identifiers for replaygain stuff as used
11999           by some taggers (see #323721).
12000
12001 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
12002
12003         * gst/playback/gststreamselector.c:
12004         (gst_stream_selector_set_property),
12005         (gst_stream_selector_bufferalloc):
12006           Preserve the existing buggy streamselector behaviour by performing
12007           a fallback buffer allocation when downstream isn't linked yet.
12008           This should really be fixed in playbin by blocking pads until it's
12009           linked them.
12010           Also, use gst_pad_alloc_buffer instead of
12011           gst_pad_alloc_buffer_and_set.
12012
12013 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12014
12015         * gst-libs/gst/tag/gstid3tag.c:
12016           Don't crash on unknown ID3v2 TXXX frames.
12017           
12018 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12019
12020         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
12021           Chain up to the parent finalize method.
12022           Add 32-bit sample size to the template caps.
12023
12024         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12025         (gst_riff_create_video_template_caps):
12026           Add the fourcc that the VMWare codec uses.
12027           
12028         * gst/playback/gststreamselector.c:
12029         (gst_stream_selector_set_property),
12030         (gst_stream_selector_bufferalloc),
12031         (gst_stream_selector_request_new_pad):
12032           For the active pad, forward buffer-alloc requests, otherwise
12033           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
12034           having to memcpy every frame when used by playbin.
12035
12036         * gst/tcp/gstmultifdsink.c:
12037         (gst_multi_fd_sink_handle_client_write):
12038           Get negotiated caps from the sink pad, rather than the sink
12039           pad's peer.
12040
12041 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12042
12043         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12044         
12045         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
12046           Don't forget to set src->callbacks_pushed to FALSE again when
12047           popping them, otherwise re-activation in a different mode won't
12048           work (#334620).
12049
12050 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12051
12052         Patch by: Sebastien Moutte  <sebastien moutte net>
12053
12054         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
12055         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
12056         (gst_ffmpeg_smpfmt_to_caps):
12057           Replace __VA_ARGS__ caps creation macros with varargs functions.
12058           Makes things compile on MSVC (#320765), looks nicer, and we can
12059           tell the compiler to check for the NULL terminator.
12060
12061 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12062
12063         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
12064
12065         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12066           Make sure the buffer we copy into is really always big
12067           enough, this time for real (#333488).
12068           
12069 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12070
12071         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12072           Add support for 24bpp DIB (#305279).
12073
12074 2006-03-14  Wim Taymans  <wim@fluendo.com>
12075
12076         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
12077         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
12078         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
12079         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
12080         (gst_video_scale_init), (gst_video_scale_src_event):
12081         Re-enable QoS after the release.
12082         Rework videoscale to use the base class src_event handler.
12083
12084 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12085
12086         * configure.ac:
12087           back to CVS.
12088
12089 === release 0.10.5 ===
12090
12091 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
12092
12093         * configure.ac:
12094           releasing 0.10.5, "Net"
12095
12096 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
12097
12098         * docs/plugins/Makefile.am:
12099           Part of previous cdparanoiasrc docs fixes, forgot to commit.
12100           
12101 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
12102
12103         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12104         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12105         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12106           Add cdparanoiasrc to docs.
12107
12108         * gst-libs/gst/cdda/gstcddabasesrc.c:
12109           More GstCddaBaseSrc docs.
12110
12111 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
12112
12113         * docs/libs/gst-plugins-base-libs-sections.txt:
12114         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
12115         * gst-libs/gst/tag/tag.h:
12116           API: libgsttag: new method gst_tag_from_id3_user_tag().
12117
12118 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
12119
12120         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12121           NULL-terminate array of mpeg4 video file extensions.
12122           Fixes crash on PPC (#334226).
12123
12124 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
12125
12126         * ext/gnomevfs/gstgnomevfssrc.c:
12127         (gst_gnome_vfs_src_check_get_range):
12128           gnome_vfs_uri_is_local() alone is not a good indicator
12129           whether we can operate in pull-mode with a specific URI,
12130           as it returns FALSE for file:// URIs that point to an
12131           NFS-mounted path. Be more conservative here: whitelist
12132           local files, blacklist http URIs and use the old
12133           mechanism for anything else (fixes #334216).
12134
12135 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
12136
12137         * configure.ac:
12138           back to trunk
12139
12140 === release 0.10.4 ===
12141
12142 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
12143
12144         * configure.ac:
12145           releasing 0.10.4, "Power"
12146
12147 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
12148
12149         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
12150         Disable max-lateness by setting it to -1 for now, so that 
12151         we can bed QoS stuff in thoroughly between now and the next
12152         release.
12153
12154 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
12155
12156         Patch by: Fabrizio Gennari
12157
12158         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12159           Make sure we don't read beyond the palette buffer in case of
12160           broken or manipulated files (#333488)
12161
12162 2006-03-10  Edward Hervey  <edward@fluendo.com>
12163
12164         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12165         Fix for variable not initialized.
12166
12167 2006-03-09  Wim Taymans  <wim@fluendo.com>
12168
12169         * ext/libvisual/visual.c: (gst_visual_get_type),
12170         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
12171         (gst_visual_chain):
12172         Small cleanups.
12173
12174         * ext/theora/gsttheoradec.h:
12175         * ext/theora/theoradec.c: (gst_theora_dec_init),
12176         (gst_theora_dec_reset), (_theora_granule_time),
12177         (theora_dec_src_convert), (theora_dec_sink_convert),
12178         (theora_dec_src_query), (theora_dec_src_event),
12179         (theora_dec_sink_event), (theora_handle_comment_packet),
12180         (theora_handle_header_packet), (theora_dec_push),
12181         (theora_handle_data_packet), (theora_dec_chain),
12182         (theora_dec_change_state):
12183         Add simple QoS.
12184
12185 2006-03-09  Wim Taymans  <wim@fluendo.com>
12186
12187         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
12188         (audiocast_register_listener), (gst_gnome_vfs_src_start):
12189         Some cleanups.
12190
12191 2006-03-09  Wim Taymans  <wim@fluendo.com>
12192
12193         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
12194         Don't try to activate NULL chains.
12195
12196 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
12197
12198         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12199           Fix invalid memory access to region before peek'd data (#332964).
12200
12201 2006-03-09  Wim Taymans  <wim@fluendo.com>
12202
12203         Patch by: Christophe Fergeau
12204
12205         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
12206         * ext/pango/gsttextrender.c: (gst_text_render_init):
12207         * gst/adder/gstadder.c: (gst_adder_init):
12208         Don't leak padtemplates, closes #333510.
12209
12210 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
12211
12212         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
12213           Fix invalid memory access: make sure string passed to
12214           regexec() is NUL-termianted.
12215
12216 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
12217
12218         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12219         (mp3_type_find):
12220           Refactor mpeg/audio typefinding to make it more maintainable
12221           and easier to fine-tune. Make probing into middle of the file
12222           work properly (fixes #333900, also see #152688).
12223
12224 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
12225
12226         * gst/typefind/gsttypefindfunctions.c:
12227         (utf8_type_find_have_valid_utf8_at_offset):
12228           Remove part from previous commit that was bogus:
12229           g_utf8_validate() does in fact not accept embedded
12230           zeroes, so we don't need to check for those (thanks
12231           to Mike for the hint).
12232
12233 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
12234
12235         * gst/typefind/gsttypefindfunctions.c:
12236         (utf8_type_find_count_embedded_zeroes),
12237         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
12238           Make plain/text typefinder more conservative: firstly, check
12239           for embedded zeroes, which are perfectly valid UTF-8 characters,
12240           but also a fairly good sign that something is not a plain text
12241           file; secondly, probe into the middle of the file if possible.
12242           If we can't probe into the middle, limit the probability value
12243           to be returned to TYPE_FIND_POSSIBLE (see #333900).
12244
12245 2006-03-08  Michael Smith  <msmith@fluendo.com>
12246
12247         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12248           Make typefind function name for mpeg4 video unique.
12249
12250 2006-03-08  Wim Taymans  <wim@fluendo.com>
12251
12252         * ext/libvisual/visual.c: (gst_visual_init),
12253         (gst_visual_clear_actors), (gst_visual_dispose),
12254         (gst_visual_reset), (gst_visual_src_setcaps),
12255         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
12256         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
12257         (gst_visual_chain), (gst_visual_change_state):
12258         Cleanups, post nice errors.
12259         Handle sink and src events.
12260         Implement simple QoS.
12261
12262         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
12263         Use new basesink methods to configure max-lateness.
12264         Small doc update.
12265
12266         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12267         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
12268         Debug statement cleanups.
12269
12270         * gst/volume/gstvolume.c: (gst_volume_class_init):
12271         Simple cleanup.
12272
12273 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
12274
12275         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
12276         (gst_text_overlay_init), (gst_text_overlay_set_property),
12277         (gst_text_overlay_get_property):
12278           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
12279           as string type properties, but mark them deprecated. Add
12280           'halignment' and 'valignment' properties that use enums
12281           instead of strings.
12282
12283 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
12284
12285         Patch by: Fabrizio Gennari
12286
12287         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12288           Allow palettes with less than 256 colours in AVI files
12289           (#333488)
12290
12291 2006-03-07  Julien MOUTTE  <julien@moutte.net>
12292
12293         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
12294         (gst_text_overlay_video_event): Fix wrong EOS handling on text
12295         pad. We were releasing the queued text buffer when we should keep
12296         it until video pad gets EOS or discard the text buffer because it's
12297         too old. That was eating the last subtitle buffer. Add some more
12298         debug.
12299
12300 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
12301
12302         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
12303         (gst_text_overlay_video_chain):
12304           Fix invalid memory access (we can't access a buffer after it's been
12305           pushed downstream without taking a reference); fix memory leak (if
12306           there's no text to render, bail out before allocating stuff).
12307
12308 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
12309
12310         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12311         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
12312         * ext/pango/gsttextoverlay.h:
12313           If input is plain text, escape it before passing it to
12314           pango_layout_set_markup().
12315
12316 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
12317
12318         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
12319           Don't ignore flow return from gst_pad_push().
12320
12321 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
12322
12323         Patch by: Fabrizio Gennari
12324
12325         * ext/libvisual/visual.c: (gst_visual_getcaps),
12326         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
12327         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
12328         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
12329         (gst_vorbisenc_convert_sink):
12330         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
12331         (gst_audio_duration_from_pad_buffer):
12332         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
12333         (gst_audio_filter_chain):
12334         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12335         (gst_base_rtp_depayload_setcaps):
12336         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
12337         (gst_video_get_size):
12338         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
12339           Don't leak references returned by gst_pad_get_parent()
12340           (#333663)
12341
12342 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
12343
12344         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
12345           change location param details
12346         * gst/volume/gstvolume.c: (plugin_init):
12347           correct plugin description
12348
12349 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
12350
12351         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
12352         (gst_gnome_vfs_src_check_get_range):
12353           Override GstBaseSrc::check_get_range() in order to avoid opening
12354           the resource just to check whether we can operate in pull-mode or
12355           not - we can predict that pretty well from the URI alone. Should
12356           fix problems with last.fm (#331690). (Requires latest core CVS).
12357
12358 2006-03-06  Wim Taymans  <wim@fluendo.com>
12359
12360         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
12361         (gst_video_sink_class_init):
12362         Throw away frames that are later than 20 ms.
12363
12364 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
12365
12366         Patch by: Fabrizio Gennari
12367
12368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12369           Set depth on WMA caps (#333545)
12370
12371 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12372
12373         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
12374         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
12375           put Theora BOS pages before others.  This hardcodes
12376           the Ogg/Theora I profile, but hey.
12377
12378 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12379
12380         * ext/ogg/README:
12381           updated with some examples
12382         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
12383         (granulepos_add), (theora_buffer_from_packet):
12384         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
12385         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
12386         (gst_vorbisenc_chain):
12387           implement strategy from ext/ogg/README
12388         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
12389         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
12390         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
12391         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
12392           Fix muxer so that oggz-validate is happy with all streams;
12393           except for no eos mark, and the BOS page ordering
12394         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
12395         (check_buffer_granulepos):
12396         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
12397           update tests to check for OFFSET being set as requested
12398           fixed type of granulepos, it's not a ClockTime
12399
12400 2006-03-05  Julien MOUTTE  <julien@moutte.net>
12401
12402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12403         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
12404         Check that the xvimage we are creating has a correct size
12405         before returning it. (#314897)
12406
12407 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
12408
12409         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12410           Give id3 and ape tag typefinders a rank slightly higher
12411           than PRIMARY to ensure they're always run before any of
12412           the other typefinders (in particular wav and mp3) (#324186).
12413
12414 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
12415
12416         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12417           Add support for '3IVD' fourcc (#333403).
12418
12419 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12420
12421         * configure.ac:
12422           Bump requirements to GStreamer CVS for the new error enum.
12423
12424         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
12425           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
12426           space left on the device (fixes #333352).
12427
12428 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
12429
12430         * win32/vs6:
12431           add a project file for libgstvolume
12432           update the workspace
12433
12434 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12435
12436         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
12437         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
12438         (GST_START_TEST):
12439           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
12440           Set IN_CAPS on header buffers
12441
12442 2006-03-02  Wim Taymans  <wim@fluendo.com>
12443
12444         * docs/plugins/Makefile.am:
12445         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12446         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12447         Add audioresample to docs.
12448
12449         * gst/audioconvert/gstaudioconvert.c:
12450         Add revision date.
12451
12452         * gst/audioresample/gstaudioresample.c:
12453         (gst_audioresample_base_init), (gst_audioresample_class_init),
12454         (gst_audioresample_init), (gst_audioresample_dispose),
12455         (audioresample_get_unit_size), (audioresample_transform_caps),
12456         (resample_set_state_from_caps), (audioresample_transform_size),
12457         (audioresample_set_caps), (audioresample_event),
12458         (audioresample_do_output), (audioresample_transform),
12459         (audioresample_pushthrough), (gst_audioresample_set_property),
12460         (gst_audioresample_get_property), (plugin_init):
12461         * gst/audioresample/gstaudioresample.h:
12462         Added docs.
12463         Small code cleanups.
12464
12465 2006-03-02  Wim Taymans  <wim@fluendo.com>
12466
12467         * docs/plugins/Makefile.am:
12468         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12469         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12470         Added videoscale to docs.
12471
12472         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12473         (gst_video_rate_swap_prev), (gst_video_rate_event),
12474         (gst_video_rate_chain):
12475         Fix typo in docs.
12476
12477         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
12478         (gst_video_scale_init), (gst_video_scale_prepare_size),
12479         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12480         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
12481         * gst/videoscale/gstvideoscale.h:
12482         Added docs, examples.
12483         Some code cleanups.
12484         Post errors instead of g_warning.
12485
12486 2006-03-02  Wim Taymans  <wim@fluendo.com>
12487
12488         * docs/libs/gst-plugins-base-libs-docs.sgml:
12489         * docs/libs/gst-plugins-base-libs-sections.txt:
12490         * docs/libs/gst-plugins-base-libs.types:
12491         * docs/plugins/Makefile.am:
12492         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12493         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12494         Added some more docs to libs and plugins.
12495
12496         * gst-libs/gst/audio/gstringbuffer.c:
12497         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
12498         * gst-libs/gst/audio/gstringbuffer.h:
12499         Document ringbuffer some more.
12500
12501         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
12502         (gst_video_rate_setcaps), (gst_video_rate_reset),
12503         (gst_video_rate_init), (gst_video_rate_flush_prev),
12504         (gst_video_rate_swap_prev), (gst_video_rate_event),
12505         (gst_video_rate_chain), (gst_video_rate_change_state):
12506         * gst/videorate/gstvideorate.h:
12507         Fix videorate to use segments.
12508         Make it work with 0/1 framerates (closes #331903)
12509         Handle EOS correctly.
12510         Added docs.
12511
12512 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12513
12514         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
12515         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
12516         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
12517           In state change function, first chain up to parent class,
12518           then handle downwards state change stuff. Remove some
12519           commented out cruft from 0.8 code.
12520
12521 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12522
12523         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
12524         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12525         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
12526         (gst_ogm_parse_chain):
12527           Don't remove/re-add source pad if the new caps are the same as
12528           the old caps anyway (#333042). When removing source pad, don't
12529           unref it afterwards - we didn't ref it when adding. Sprinkle some
12530           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
12531           after using gst_pad_get_parent(). Return downstream flow return
12532           value in chain function.
12533
12534 2006-03-02  Wim Taymans  <wim@fluendo.com>
12535
12536         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12537         * docs/plugins/gst-plugins-base-plugins.args:
12538         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12539         * docs/plugins/gst-plugins-base-plugins.interfaces:
12540         * docs/plugins/gst-plugins-base-plugins.signals:
12541         Fix hierarchy, added some more elements to the docs.
12542
12543         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12544         (gst_ffmpegcsp_get_type):
12545         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
12546         Fix docs for ffmpegcolorspace.
12547
12548 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
12549
12550         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
12551         (apetag_type_find), (ape_type_find), (plugin_init):
12552           Some typefinding fine-tuning:
12553           - rank ID3/APE tags in order of preference via probabilities, so that
12554             ID3v2 > APEv2 > APEv1 > ID3v1.
12555           - three or four bytes don't really justify MAXIMUM probability,
12556             change those to 'very likely' (musepack and monkeysaudio).
12557
12558 2006-03-01  Wim Taymans  <wim@fluendo.com>
12559
12560         * docs/plugins/Makefile.am:
12561         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12562         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12563         * ext/alsa/gstalsamixer.c:
12564         * ext/alsa/gstalsamixer.h:
12565         * ext/alsa/gstalsamixerelement.c:
12566         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
12567         * ext/alsa/gstalsamixerelement.h:
12568         * ext/alsa/gstalsasink.c:
12569         * ext/alsa/gstalsasink.h:
12570         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
12571         (gst_alsasrc_init):
12572         * ext/alsa/gstalsasrc.h:
12573         Added alsa docs.
12574         Small code cleanups.
12575
12576 2006-03-01  Wim Taymans  <wim@fluendo.com>
12577
12578         * ext/theora/Makefile.am:
12579         Dist new header too,
12580
12581 2006-03-01  Wim Taymans  <wim@fluendo.com>
12582
12583         * docs/plugins/Makefile.am:
12584         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12585         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12586         * ext/gnomevfs/gstgnomevfssink.h:
12587         * ext/gnomevfs/gstgnomevfssrc.h:
12588         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12589         * ext/vorbis/vorbisdec.h:
12590         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
12591         * ext/vorbis/vorbisenc.h:
12592         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
12593         (vorbis_parse_chain), (vorbis_parse_change_state):
12594         * ext/vorbis/vorbisparse.h:
12595         * gst/audioconvert/gstaudioconvert.h:
12596         * gst/tcp/gsttcpserversink.h:
12597         * gst/videotestsrc/gstvideotestsrc.c:
12598         * gst/videotestsrc/gstvideotestsrc.h:
12599         * gst/volume/gstvolume.c:
12600         * gst/volume/gstvolume.h:
12601         Fix some more docs.
12602         Added docs for vorbisdec and vorbisparse.
12603         Fix vorbisparse.
12604
12605 2006-03-01  Wim Taymans  <wim@fluendo.com>
12606
12607         * docs/plugins/Makefile.am:
12608         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12609         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12610         * ext/pango/gstclockoverlay.h:
12611         * ext/pango/gsttextoverlay.h:
12612         * ext/pango/gsttextrender.h:
12613         * ext/pango/gsttimeoverlay.h:
12614         * ext/theora/gsttheoradec.h:
12615         * ext/theora/gsttheoraenc.h:
12616         * ext/theora/theoradec.c:
12617         * ext/theora/theoraenc.c:
12618         * gst/audioconvert/gstaudioconvert.h:
12619         * gst/audiotestsrc/gstaudiotestsrc.h:
12620         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
12621         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
12622         * gst/tcp/gstmultifdsink.h:
12623         Updated/added documentation.
12624
12625         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
12626         (gst_text_overlay_halign_get_type),
12627         (gst_text_overlay_wrap_mode_get_type),
12628         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
12629         (gst_text_overlay_init), (gst_text_overlay_set_property),
12630         (gst_text_overlay_get_property):
12631         Fix up properties to be enums instead of string to make bindings,
12632         introspection and automatic GUI creation possible.
12633         Add getters for the properties.
12634
12635 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
12636
12637         * gst/audiotestsrc/gstaudiotestsrc.c:
12638           added defines of M_PI and M_PI_2
12639         * gst/ffmpegcolorspace/avcodec.h:
12640           removed #include "stdint.h" for win32 as _stdint.h is 
12641           autogenerated to win32/common
12642         * win32/common/libgstaudio.def:
12643         * win32/common/libgsttag.def:
12644           added some exports
12645         * win32/vs6:
12646           some project files bugs corrected
12647         * win32/vs7:
12648           project files are reset to the default vs7 configuration 
12649           (they link to msvcr71.dll using default optimizations)
12650           
12651 2006-02-28  Wim Taymans  <wim@fluendo.com>
12652
12653         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
12654         Fix some docs.
12655
12656 2006-02-28  Edward Hervey  <edward@fluendo.com>
12657
12658         * ext/alsa/gstalsasrc.c:
12659         Set proper class on the ElementDetails:
12660         Source/Audio instead of Src/Audio/
12661
12662 2006-02-28  Edward Hervey  <edward@fluendo.com>
12663
12664         * gst/videoscale/vs_scanline.c:
12665         (vs_scanline_resample_nearest_RGBA):
12666         Revert optimization in videoscale. It should go in liboil and have
12667         an appropriate liboil function.
12668
12669 2006-02-28  Wim Taymans  <wim@fluendo.com>
12670
12671         * gst-libs/gst/audio/gstbaseaudiosink.c:
12672         (gst_base_audio_sink_provide_clock):
12673         Don't try to provide a clock in the NULL state.
12674
12675 2006-02-28  Wim Taymans  <wim@fluendo.com>
12676
12677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
12678         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
12679         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
12680         (gst_ogg_demux_deactivate_current_chain),
12681         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
12682         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
12683         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
12684         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
12685         Use GstSegment infrastructure to remove duplicated code
12686         and handle more seek cases correctly.
12687
12688 2006-02-28  Wim Taymans  <wim@fluendo.com>
12689
12690         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12691         (gst_ffmpegcsp_transform):
12692         Don't ignore return code from ffmpeg convert function.
12693
12694         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
12695         Split out some long statements to ease debugging.
12696
12697 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
12698
12699         * ext/libvisual/visual.c: (gst_visual_init),
12700         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
12701         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
12702         being able to renegotiate the size. Instead, use the negotiation
12703         algorithm from the goom plugin to pick an initial output caps. 
12704
12705         Also, allow theoretical libvisual plugins that might support non-GL 
12706         output even if they also do GL.
12707
12708 2006-02-26  Julien MOUTTE  <julien@moutte.net>
12709
12710         * ext/libvisual/visual.c: (gst_visual_init),
12711         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
12712         (plugin_init): Load only non GL plugins. Fix some memleaks and 
12713         possible negotiation issues.
12714
12715 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12716
12717         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
12718
12719 2006-02-24  Michael Smith  <msmith@fluendo.com>
12720
12721         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
12722         (cmml_type_find), (plugin_init):
12723           Fix CMML type find function to not require a specific minor version
12724           of the CMML header.
12725
12726           Add an MPEG4 video elementary stream typefind function.
12727
12728 2006-02-04  Michael Smith  <msmith@fluendo.com>
12729
12730         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
12731         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
12732         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
12733         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
12734         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
12735         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
12736           Annodex support in ogg demuxer. Doesn't do very much without the
12737           other annodex patches (to come).
12738
12739 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12740
12741         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
12742
12743         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12744           Pick up palette for MS video v1 (#327028)
12745
12746 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12747
12748         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12749         (gst_ffmpegcsp_caps_remove_format_info),
12750         (gst_ffmpegcsp_get_unit_size):
12751           The 'palette_data' field from incoming RGB caps shouldn't be
12752           proxied on outgoing YUV caps; also, restrict unit size
12753           adjustment in case of paletted data only to the unit that
12754           actually has a palette. Fixes #330711.
12755
12756 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12757
12758         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12759         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
12760         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
12761         (gst_ffmpegcsp_get_unit_size):
12762           Plug some memory leaks.
12763
12764 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12765
12766         * sys/ximage/Makefile.am:
12767         * sys/xvimage/Makefile.am:
12768           Add some _CFLAGS and _LIBS that seem to be missing
12769           and/or required for Cygwin (see #317048).
12770
12771 2006-02-22  Wim Taymans  <wim@fluendo.com>
12772
12773         * ext/alsa/gstalsasrc.c:
12774         Fix description as pointed out by caugier.
12775
12776 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
12777
12778         Reviewed by : Edward Hervey  <edward@fluendo.com>
12779
12780         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12781         (qt_type_find):
12782         Better 3gp typefinding (#331526).
12783
12784 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
12785
12786         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
12787           Don't send EOS event here, the base class will send one for us.
12788
12789         * gst/playback/gstplaybasebin.c: (prepare_output):
12790           Subpictures without video stream aren't allowed either.
12791         
12792         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
12793           Fix debug statement copy'n'paste-o.
12794
12795 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
12796
12797         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
12798           Fix issues with mixer keeping state when muting/unmuting
12799           and when changing the volume whilst muted (see #331763
12800           and #331765).
12801
12802 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
12803
12804         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
12805         (parse_subrip), (gst_sub_parse_format_autodetect):
12806           Set right caps given that we send escaped text. Also,
12807           honour <i></i>, <b></b> and <u></u> markers that can be found
12808           in .srt files (fixes #310202).
12809
12810 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
12811
12812         * gst-libs/gst/audio/mixerutils.c:
12813         (element_factory_rank_compare_func):
12814           Make order in which elements are tried more determinable.
12815
12816 2006-02-20  Julien MOUTTE  <julien@moutte.net>
12817
12818         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12819         (remove_element_chain), (cleanup_decodebin),
12820         (gst_decode_bin_change_state): Make decodebin reusable by
12821         fixing remove_element_chain first and then introduce a
12822         cleaner in state change to ->NULL. (Closes #331678)
12823
12824 2006-02-19  Wim Taymans  <wim@fluendo.com>
12825
12826         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
12827         use 0666 mask when creating files so umask gets applied
12828         correctly. Fixes #331295.
12829
12830 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
12831
12832         * gst/subparse/Makefile.am:
12833         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
12834         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
12835         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
12836         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
12837         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
12838         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
12839         * gst/subparse/gstssaparse.h:
12840         * gst/subparse/gstsubparse.c: (plugin_init):
12841           Add very basic parser for SSA subtitle streams (as often
12842           found in matroska files).
12843
12844 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
12845
12846         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
12847           That should be text/x-pango-markup, not text/x-pango-layout.
12848
12849 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12850
12851         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
12852         Polishing.
12853
12854 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12855
12856         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12857         (gst_text_overlay_finalize), (gst_text_overlay_init),
12858         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12859         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12860         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
12861         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
12862         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
12863         Fix state change deadlock.
12864
12865 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12866
12867         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12868         (gst_text_overlay_finalize), (gst_text_overlay_init),
12869         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12870         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12871         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
12872         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
12873         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
12874         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
12875         and subtitles files.
12876
12877 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12878
12879         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
12880         should be considered as raw.
12881
12882 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12883
12884         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12885         (cb_probe):
12886         * gst/playback/gststreaminfo.h: Introduce language informations.
12887
12888 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12889
12890         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12891         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12892         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12893         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12894         Set shared memory segments to be deleted as soon as we have attached,
12895         that way they get cleaned up automatically if we crash.
12896
12897 2006-02-18  Julien MOUTTE  <julien@moutte.net>
12898
12899         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
12900         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
12901         functions are called with lock held.
12902
12903 2006-02-18  Julien MOUTTE  <julien@moutte.net>
12904
12905         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12906         (gst_text_overlay_finalize), (gst_text_overlay_init),
12907         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12908         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12909         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12910         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12911         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12912         (gst_text_overlay_change_state): Refactoring of textoverlay
12913         without collectpads. This now supports sparse subtitles coming
12914         from a demuxer instead of a sub file. Seeking is still broken 
12915         though. Need to discuss with wtay some more on how to handle
12916         seeking correctly.
12917         * ext/pango/gsttextoverlay.h:
12918         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
12919         subtitles coming from the demuxer.
12920
12921 2006-02-17  Wim Taymans  <wim@fluendo.com>
12922
12923         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
12924         (gst_vorbisenc_convert_sink):
12925         Use some more scaling functions.
12926
12927 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12928
12929         * ext/cdparanoia/gstcdparanoiasrc.c:
12930         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
12931         (gst_cd_paranoia_paranoia_callback),
12932         (gst_cd_paranoia_src_signal_is_being_watched),
12933         (gst_cd_paranoia_src_read_sector):
12934         * ext/cdparanoia/gstcdparanoiasrc.h:
12935           Add back 'transport-error' and 'uncorrected-error' signals and
12936           make them actually be fired when bad stuff happens (#319340).
12937
12938 2006-02-17  Wim Taymans  <wim@fluendo.com>
12939
12940         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
12941         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12942         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
12943         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
12944         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
12945         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
12946         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
12947         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12948         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
12949         (gst_ring_buffer_clear):
12950         Small cleanups.
12951         Added some G_LIKELY.
12952
12953 2006-02-17  Wim Taymans  <wim@fluendo.com>
12954
12955         * gst-libs/gst/audio/TODO:
12956         Update TODO
12957
12958         * gst-libs/gst/audio/gstbaseaudiosink.c:
12959         (gst_base_audio_sink_get_offset):
12960         When trying to play samples ASAP and we don't have a
12961         previous sample, try to play at position 0 instead of
12962         an invalid position.
12963
12964 2006-02-17  Wim Taymans  <wim@fluendo.com>
12965
12966         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
12967         (gst_alsasink_reset):
12968         Also release lock when we get an error in _reset();
12969         fix an error message.
12970
12971 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12972
12973         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
12974         (gst_alsasink_init), (get_channel_free_structure),
12975         (caps_add_channel_configuration), (gst_alsasink_getcaps),
12976         (gst_alsasink_close):
12977         * ext/alsa/gstalsasink.h:
12978           Add support for more than 2 channels (#326720).
12979
12980 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12981
12982         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12983           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
12984           with 4 or 6 channels, assume a default channel layout to make things
12985           work (not sure there's anything else we can do in those cases).
12986
12987 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12988
12989         * gst-libs/gst/audio/multichannel.c:
12990           Minor docs fix.
12991
12992         * gst-libs/gst/riff/Makefile.am:
12993         * gst-libs/gst/riff/riff-ids.h:
12994         * gst-libs/gst/riff/riff-media.c:
12995         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
12996           Add support for WAVEFORMATEX, eg. PCM audio with more than two
12997           channels and a channel layout map.
12998           
12999 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
13000
13001         Reviewed by Edward Hervey  <edward@fluendo.com>
13002
13003         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
13004         C-level optimization of the RGBA nearest neighbour function.
13005         Eventually this might end up in liboil with vectorized versions.
13006
13007 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
13008
13009         * gst-libs/gst/audio/multichannel.c:
13010         (gst_audio_get_channel_positions):
13011           When we have more than 2 channels, but no channel layout is
13012           specified in the caps, return some default channel layout
13013           to the caller and warn about about a possibly buggy element
13014           (could be buggy filtercaps as well of course) (#317038).
13015
13016 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
13017
13018         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
13019           Add gst-libs/gst/cdda to list of lib search paths.
13020
13021 2006-02-15  Andy Wingo  <wingo@pobox.com>
13022
13023         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
13024         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
13025         to the Lord Jesus that I do not have to touch the ogg muxer ever
13026         again.
13027
13028 2006-02-15  Edward Hervey  <edward@fluendo.com>
13029
13030         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
13031         quicktime movie files can also contain 'uuid' atoms.
13032
13033 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
13034
13035         * gst/audioconvert/plugin.c: (plugin_init):
13036           Register the GstAudioChannelPosition enum type with the type
13037           system in the plugin_init function, so that it is known before
13038           any element actually makes use of multi-channel stuff. This is
13039           required for example if one wants to be able to deserialise/use
13040           a caps string with channel positions before any pipeline has
13041           been setup and started, like with gst-launch.
13042
13043 2006-02-14  Wim Taymans  <wim@fluendo.com>
13044
13045         * gst-libs/gst/audio/gstringbuffer.c:
13046         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
13047         (gst_ring_buffer_samples_done), (wait_segment),
13048         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
13049         Add some compiler G_(UN_)LIKELY help.
13050         SIGNAL the ringbuffer waiters when going to PAUSED as well to
13051         make sure they can exit their functions. Should fix #330748
13052
13053 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13054
13055         * Makefile.am:
13056         * configure.ac:
13057         * win32/MANIFEST:
13058         * win32/common/_stdint.h:
13059           Windows does not have long long; copy the generated _stdint.h
13060         * win32/common/interfaces-enumtypes.c:
13061         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
13062         (gst_mixer_track_flags_get_type),
13063         (gst_tuner_channel_flags_get_type):
13064         * win32/common/multichannel-enumtypes.c:
13065         (gst_audio_channel_position_get_type):
13066           update
13067
13068 2006-02-13  Wim Taymans  <wim@fluendo.com>
13069
13070         * gst-libs/gst/audio/gstbaseaudiosink.c:
13071         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
13072         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13073         Always sync on first sample we receive when starting.
13074
13075 2006-02-13  Wim Taymans  <wim@fluendo.com>
13076
13077         * gst/playback/gstplaybin.c: (gen_vis_element):
13078         Update vis bin docs.
13079         Move queue after tee so we don't queue video buffers but
13080         audio samples instead. Fixes problems where the video queue
13081         is filled and the audio queue empty.
13082
13083 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
13084
13085         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13086           No need to push an EOS event here, GstBaseSrc will do that for us
13087           when we return FLOW_UNEXPECTED.
13088           
13089 2006-02-12  Wim Taymans  <wim@fluendo.com>
13090
13091         * gst-libs/gst/audio/gstbaseaudiosink.c:
13092         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
13093         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
13094         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13095         Use scale functions when possible.
13096         Fix error messages.
13097         Free clockid when after waiting for EOS.
13098         Use G_(UN_)LIKLY when it makes sense.
13099         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
13100
13101 2006-02-12  Edward Hervey  <edward@fluendo.com>
13102
13103         * gst/playback/gstplaybasebin.c: (prepare_output): 
13104         Remove stray semi-colon (fixes #330888).
13105
13106 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
13107
13108         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
13109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
13110         Fix up the XShm call testing so that we catch errors, and don't
13111         cause new ones by attempting to detach from a segment we failed
13112         to attach to. Fixes #312439.
13113
13114 2006-02-10  Edward Hervey  <edward@fluendo.com>
13115
13116         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13117         Added flv file typefind (video/x-flv).
13118
13119 2006-02-10  Edward Hervey  <edward@fluendo.com>
13120
13121         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13122         (gst_riff_create_video_template_caps):
13123         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
13124         Also added the caps to the default set of riff video caps.
13125
13126 2006-02-09  Andy Wingo  <wingo@pobox.com>
13127
13128         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
13129         time and the end time of the last packet in the page.
13130         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
13131         on the pages in our queue, set the duration as well. Reflow a
13132         debug statement.
13133         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
13134         Fixes bad muxing order.
13135
13136 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13137
13138         * gst-libs/gst/rtp/gstbasertppayload.c:
13139         (gst_basertppayload_setcaps), (gst_basertppayload_push):
13140           update seqnum before setting it on the packet; this makes sure
13141           that the timestamp and seqnum properties match after pushing
13142           a buffer
13143
13144 2006-02-09  Andy Wingo  <wingo@pobox.com>
13145
13146         * gst-libs/gst/audio/gstringbuffer.c
13147         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
13148         overflow after 13.5 hours of recording. Kapow!
13149
13150         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
13151         the buffer size -- we don't care about underrun/overrun reporting
13152         right now, just need to return a useful value.
13153
13154 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
13155
13156         * configure.ac:
13157           Back to CVS
13158
13159 === release 0.10.3 ===
13160
13161 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
13162
13163         * configure.ac:
13164           releasing 0.10.3, "Under Pressure"
13165
13166 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13167
13168         * configure.ac:
13169         Drat. Bump libtool version number for new API.
13170         Prelease 0.10.2.3 (of 0.10.3)
13171
13172 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13173
13174         * configure.ac:
13175         * win32/common/config.h:
13176         0.10.2.2 prerelease (of 0.10.3).
13177
13178 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13179
13180         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
13181           Revert Andy's newsegment change pending a more correct
13182           fix.
13183
13184 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13185
13186         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
13187         (qt_type_find), (plugin_init):
13188           detect more files as 3gp
13189           group and reorder the iso file formats
13190
13191 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13192
13193         * ext/vorbis/vorbis.c: (plugin_init):
13194           Register musicbrainz tags, so apps don't have to.
13195
13196 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13197
13198         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
13199         (gst_tag_to_vorbis_tag):
13200           Make sure we called gst_tag_register_musicbrainz_tags()
13201           before possibly mapping a vorbiscomment string from/to a
13202           musicbrainz tag.
13203
13204 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13205
13206         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13207           In case we can't find the required number of consecutive
13208           mpeg audio frames to positively identify an MPEG audio
13209           stream, check if there's at least a valid mpeg audio
13210           frame right at offset 0 and if so suggest mpeg/audio
13211           caps with a very low probability (#153004).
13212
13213 2006-02-07  Andy Wingo  <wingo@pobox.com>
13214
13215         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
13216         a TIME segment if we get timestamped buffers. Requires recent
13217         fixes in core to work properly.
13218
13219 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13220
13221         * gst/playback/gstplaybasebin.c: (prepare_output):
13222           Don't print the URI as part of the error message, it
13223           makes error dialogs look rather ugly, especially if
13224           the URI is very long or has characters in it that
13225           need escaping.
13226
13227 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13228
13229         * gst/playback/gstplaybasebin.c: (prepare_output):
13230           Error out if we have only text or subtitles, but nothing
13231           else. Also error out if we have subtitles but no video
13232           stream.
13233
13234 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13235
13236         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
13237           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
13238           Post an error message on the bus when we encounter an
13239           error, which will hopefully be more meaningful than the
13240           'Internal Flow Error' message users get to see if we
13241           just return GST_FLOW_ERROR.
13242
13243 2006-02-07  Andy Wingo  <wingo@pobox.com>
13244
13245         * configure.ac (GST_MAJORMINOR): Update core version req to
13246         0.10.2.2, for the collectpads API addition (#330244).
13247
13248 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13249
13250         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13251           Return FALSE from plugin_init() when GnomeVFS can't
13252           be initialised for some reason (#328423).
13253
13254 2006-02-06  Julien MOUTTE  <julien@moutte.net>
13255
13256         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
13257         Stick to seeking theory until i find the bug.
13258         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
13259
13260 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
13261
13262         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13263         (theora_enc_finalize), (theora_enc_sink_setcaps),
13264         (theora_set_header_on_caps), (theora_enc_chain),
13265         (theora_enc_change_state):
13266         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13267           Make theoraenc and the tests leak free. Like, really.
13268
13269 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
13270
13271         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13272         (theora_enc_finalize), (theora_enc_sink_setcaps):
13273           Add a finalize method to ensure we clean up state even if
13274           someone omitted the state change back to NULL.
13275
13276         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
13277         (gst_vorbisenc_chain):
13278           Free some more leaked bits.
13279
13280         * tests/check/pipelines/theoraenc.c: (start_pipeline),
13281         (stop_pipeline):
13282           Wait for state changes to happen if they're ASYNC.
13283
13284           This ought to teach those fancy pants buildbots a lesson.
13285
13286 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13287
13288         * gst-libs/gst/tag/gstid3tag.c:
13289           Add mapping for ID3 International Standard Recording Code
13290           tag "TSRC"
13291
13292 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13293
13294         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
13295           Don't leak tag names.
13296
13297 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13298
13299         * docs/libs/gst-plugins-base-libs-docs.sgml:
13300         * docs/libs/gst-plugins-base-libs-sections.txt:
13301         * gst-libs/gst/tag/gstid3tag.c:
13302         * gst-libs/gst/tag/gstvorbistag.c:
13303         * gst-libs/gst/tag/tags.c:
13304           Split libgsttag docs into multiple sections.
13305
13306 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13307
13308         * docs/libs/Makefile.am:
13309         * docs/libs/gst-plugins-base-libs-docs.sgml:
13310         * docs/libs/gst-plugins-base-libs-sections.txt:
13311         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
13312         * gst-libs/gst/tag/gstvorbistag.c:
13313         * gst-libs/gst/tag/tag.h:
13314         * gst-libs/gst/tag/tags.c:
13315           Add libgsttag to the docs.
13316
13317 2006-02-05  Julien MOUTTE  <julien@moutte.net>
13318
13319         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
13320         (gst_text_overlay_init), (gst_text_overlay_src_event),
13321         (gst_text_overlay_collected): Fix clockoverlay.
13322
13323 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13324
13325         * docs/libs/compiling.sgml:
13326           Fix typo: it's pkg-config, not pkg-gconfig
13327
13328         * docs/libs/gst-plugins-base-libs-docs.sgml:
13329         * docs/libs/gst-plugins-base-libs-sections.txt:
13330         * docs/libs/tmpl/gstgconf.sgml:
13331           There is no libgstgconf in 0.10, remove it
13332           from the docs.
13333
13334 2006-02-05  Julien MOUTTE  <julien@moutte.net>
13335
13336         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
13337         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
13338         (gst_text_overlay_src_event), (gst_text_overlay_collected):
13339         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
13340         (gst_sub_parse_class_init), (gst_sub_parse_init),
13341         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
13342         (parse_mpsub), (parser_state_init), (handle_buffer),
13343         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
13344         * gst/subparse/gstsubparse.h: Introduce seeking code.
13345
13346 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13347
13348         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13349           Add comment about LANGUAGE tag inconsistency (we want
13350           ISO-639-1, but extract three-letter identifiers?)
13351
13352         * po/POTFILES.in:
13353           Add two translatable files.
13354
13355 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13356
13357         * gst-libs/gst/tag/Makefile.am:
13358         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13359         * gst-libs/gst/tag/tag.h:
13360         * gst-libs/gst/tag/tags.c:
13361         (gst_tag_register_musicbrainz_tags_internal),
13362         (gst_tag_register_musicbrainz_tags):
13363           Forward-port some tags stuff from the 0.8 branch. This is
13364           mostly the addition of musicbrainz tags and their mapping
13365           to vorbistags, and a vorbistag mapping of the language tag.
13366
13367 2006-02-05  Julien MOUTTE  <julien@moutte.net>
13368
13369         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
13370         refactoring.
13371
13372 2006-02-04  David Schleef  <ds@schleef.org>
13373
13374         * ext/ogg/gstoggmux.c:
13375         * gst/typefind/gsttypefindfunctions.c:
13376           Add Dirac typefinding and add dirac format to oggmux.
13377
13378 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
13379
13380         * gst/playback/gstdecodebin.c: (try_to_link_1):
13381           Don't put essential function call into
13382           g_return_*() macro, otherwise it'll all be
13383           replaced by NOOPs when compiling with
13384           G_DISABLE_CHECKS defined.
13385
13386 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13387
13388         * ext/ogg/gstoggdemux.c:
13389         * ext/ogg/gstoggparse.c:
13390         * gst/tcp/gsttcpserversink.c:
13391         * sys/v4l/v4lsrc_calls.c:
13392         * sys/v4l/v4lsrc_calls.h:
13393         Just make it compile with --disable-gst-debug.
13394
13395 2006-02-03  Wim Taymans  <wim@fluendo.com>
13396
13397         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
13398         (gst_alsasink_class_init), (gst_alsasink_init),
13399         (gst_alsasink_write), (gst_alsasink_reset):
13400         * ext/alsa/gstalsasink.h:
13401         Add lock to protect alsa calls.
13402         Implement reset to flush samples ASAP, does not work
13403         with dmix though.
13404
13405 2006-02-02  Wim Taymans  <wim@fluendo.com>
13406
13407         * gst-libs/gst/audio/gstbaseaudiosink.c:
13408         (gst_base_audio_sink_provide_clock):
13409         Ugh.. getting late I guess...
13410
13411 2006-02-02  Wim Taymans  <wim@fluendo.com>
13412
13413         * gst-libs/gst/audio/gstbaseaudiosink.c:
13414         (gst_base_audio_sink_provide_clock),
13415         (gst_base_audio_sink_set_property),
13416         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
13417         Don't try to provide a clock when we are not negotiated since
13418         we might not be able to make it run.
13419
13420 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13421
13422         * gst/playback/gstdecodebin.c: (try_to_link_1):
13423           Unlinking two source pads is ... hard.
13424
13425 2006-02-02  Wim Taymans  <wim@fluendo.com>
13426
13427         * gst-libs/gst/audio/TODO:
13428         Updated.
13429
13430         * gst-libs/gst/audio/gstbaseaudiosink.c:
13431         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
13432         On EOS, wait till the last sample is played before posting EOS.
13433
13434 2006-02-01  Philippe Kalaf <burger at speedy dot org>
13435
13436         Patch by: Kai Vehmanen
13437         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13438           Adds ability to enable newsegment bypass by setting queue_delay to
13439           zero. Also avoid thread being started if queue_delay is zero.
13440
13441 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13442
13443         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
13444           Make test work again by connecting fakesinks to each decoded pad,
13445           which makes the pipeline wait until each fakesink has a buffer
13446           queued before going to PAUSED state. At that point we know the
13447           decodebin pads are negotiated.
13448
13449 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13450
13451         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
13452         (gst_cdda_base_src_handle_event):
13453         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
13454           Pass unhandled queries to the parent class's query function.
13455
13456 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13457
13458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
13459         (gst_ogg_pad_src_query):
13460         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
13461         * ext/theora/theoradec.c: (theora_dec_src_query),
13462         (theora_dec_sink_query):
13463         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13464         (vorbis_dec_sink_query):
13465         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
13466         (gst_vorbisenc_sink_query):
13467         * gst/adder/gstadder.c: (gst_adder_query):
13468           Pass unhandled queries upstream instead of just
13469           dropping them (#326447). Also, fix supported
13470           query types list for some elements.
13471
13472 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13473
13474         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
13475         (paris_type_find), (ilbc_type_find), (plugin_init):
13476           Fix typefinding for audio/x-au, audio/x-paris and
13477           audio/iLBC-sh. We cannot use the START_WITH macros
13478           here, because there can only be one typefind factory
13479           with the same name (caps), so the second one would
13480           replace the first one and the first one would never
13481           be called when doing typefinding (see #161712).
13482           
13483
13484 2006-01-31  Wim Taymans  <wim@fluendo.com>
13485
13486         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
13487         (vorbis_handle_header_packet), (vorbis_dec_push),
13488         (vorbis_handle_data_packet):
13489         Use scale_int when we can, add some more scaling.
13490         Check packettype before parsing it.
13491
13492 2006-01-31  Wim Taymans  <wim@fluendo.com>
13493
13494         * ext/theora/theoradec.c: (_theora_granule_time),
13495         (theora_dec_src_convert), (theora_dec_sink_convert):
13496         Call right _scale functions.
13497         Use parameter instead of some other random value.
13498
13499 2006-01-31  Wim Taymans  <wim@fluendo.com>
13500
13501         * ext/theora/theoradec.c: (_theora_granule_frame),
13502         (_theora_granule_time), (_inc_granulepos),
13503         (theora_dec_src_convert), (theora_dec_sink_convert),
13504         (theora_handle_type_packet), (theora_handle_data_packet),
13505         (theora_dec_chain):
13506         Use higher precision timestamps calculation.
13507         Convert some other conversions to _scale.
13508
13509 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
13510
13511         * gst/audiotestsrc/gstaudiotestsrc.c:
13512         (gst_audio_test_src_create_sine_table), (plugin_init):
13513         * gst/volume/gstvolume.c: (plugin_init):
13514           initialize gst_controller before using
13515
13516 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13517
13518         * tests/check/pipelines/theoraenc.c:
13519         * tests/check/pipelines/vorbisenc.c:
13520         Define constant using G_GINT64_CONSTANT to avoid errors when
13521         passing it around - otherwise it gets truncated to 32 bits.
13522
13523         Fixes failing tests.
13524
13525 2006-01-31  Andy Wingo  <wingo@pobox.com>
13526
13527         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
13528         caps being set doesn't have a framerate value. Basically a stopgap
13529         measure.
13530
13531         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
13532         technically correct enough to put into core though.
13533         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
13534         DURATION. Fixes theoraenc ! oggmux.
13535
13536         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
13537         fraction, not double.
13538
13539 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
13540
13541         * win32/vs7:
13542         add vs7 project files created by Sergey Scobich
13543
13544 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
13545
13546         * win32/vs8:
13547         add vs8 project files created by Sergey Scobich
13548         
13549 2006-01-30  Andy Wingo  <wingo@pobox.com>
13550
13551         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
13552         timestamp + duration, not just timestamp -- ogg pages should be
13553         ordered by stop time. Necessary fix given the change in vorbis
13554         timestamps.
13555
13556         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
13557         (gst_theora_enc_init): Pull the granule shift out of the encoder.
13558         (granulepos_add): New function, handles the messiness of adjusting
13559         granulepos values.
13560         (theora_buffer_from_packet):
13561         (theora_enc_chain):
13562         (theora_enc_sink_event): Use granulepos_add, not +.
13563
13564         * tests/check/pipelines/theoraenc.c
13565         (check_buffer_granulepos_from_starttime): Just check the frame
13566         count, not the actual granulepos -- we can't dictate to the
13567         encoder when it should be placing keyframes.
13568
13569 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13570
13571         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13572           SERVICE_NOT_AVAILABLE happens for example when you're trying to
13573           play an http:// stream from a server that's not serving
13574
13575 2006-01-30  Andy Wingo  <wingo@pobox.com>
13576
13577         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
13578         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
13579         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
13580         available.
13581
13582         * ext/theora/gsttheoraenc.h:
13583         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
13584         although theoraenc was timestamping correctly. Added handling of
13585         streams that start with nonzero timestamps.
13586
13587         * tests/check/Makefile.am:
13588         * tests/check/pipelines/theoraenc.c: New file, basically does same
13589         tests as vorbisenc.
13590
13591         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
13592
13593 2006-01-30  Wim Taymans  <wim@fluendo.com>
13594
13595         * gst-libs/gst/audio/gstaudiosink.c:
13596         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
13597         (gst_audioringbuffer_pause):
13598         Implement pause that does not wait for completion.
13599
13600         * gst-libs/gst/audio/gstbaseaudiosink.c:
13601         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13602         Don't drop buffers when going to PAUSED but perform preroll on
13603         remaining samples now that core base class supports this.
13604
13605         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
13606         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
13607         (gst_ring_buffer_commit):
13608         Pause should not signal waiters.
13609         Implement return value of _commit correctly.
13610
13611 2006-01-30  Andy Wingo  <wingo@pobox.com>
13612
13613         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
13614
13615         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
13616         updated to timestamp from the first sample, not the last.
13617         (gst_vorbisenc_buffer_from_header_packet): New function, takes
13618         special care of granulepos and timestamp for header packets.
13619         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
13620         when the first buffer has a nonzero timestamp.
13621
13622         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
13623         (GstVorbisEnc.subgranule_offset): New members. Take care of the
13624         case when the first audio buffer we get has a nonzero timestamp.
13625         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
13626         properly timestamp vorbis buffers with the time of the first
13627         sample, not the last.
13628         
13629         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
13630         vorbis_granule_time_copy -- now it takes the granule/subgranule
13631         offset into account.
13632
13633         * tests/check/pipelines/vorbisenc.c: New test for correctness of
13634         timestamps, durations, and granulepos on buffers produced by
13635         vorbisenc.
13636
13637 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
13638
13639         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13640         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13641           Patch from Eric Jonas to support conversions to/from UYVY 
13642           (Fixes: #324626)
13643
13644 2006-01-30  Julien MOUTTE  <julien@moutte.net>
13645
13646         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
13647         (setup_subtitle), (setup_source), (set_active_source):
13648         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13649         (gen_text_element), (gen_audio_element), (gen_vis_element),
13650         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
13651
13652 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
13653
13654         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
13655         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
13656                 use gst_guint64_to_gdouble to be compliant with vs6
13657         * gst/playback/gstdecodebin.c: (try_to_link_1)
13658         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
13659                 use G_GINT64_CONSTANT for int64 constants
13660         * win32/common/libgstinterfaces.def:
13661                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
13662         * win32/vs6:
13663                 update and add new project files
13664                 
13665 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13666
13667         * Makefile.am:
13668         * win32/MANIFEST:
13669         * win32/common/interfaces-enumtypes.c:
13670         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
13671         (gst_mixer_track_flags_get_type),
13672         (gst_tuner_channel_flags_get_type):
13673         * win32/common/interfaces-enumtypes.h:
13674         * win32/common/multichannel-enumtypes.c:
13675         (gst_audio_channel_position_get_type):
13676         * win32/common/multichannel-enumtypes.h:
13677           add a win32-update rule like in core, and copy over enumtypes files
13678
13679 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13680
13681         * win32/MANIFEST:
13682         * win32/common/config.h:
13683         * win32/common/config.h.in:
13684           add config files just like in core
13685
13686 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13687
13688         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
13689           Make gcc-4.1 happy (part of #327357).
13690
13691 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13692
13693         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
13694         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
13695         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
13696         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
13697         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
13698         (gst_alsasrc_unprepare), (gst_alsasrc_read):
13699           Update all error messages.  All of them should either use
13700           the default translated message, or actually provide a
13701           translatable string.
13702           Make the string for channel count problems meaningful.
13703
13704 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13705
13706         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13707           check for and throw RESOURCE_BUSY
13708
13709 2006-01-27  David Schleef  <ds@schleef.org>
13710
13711         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
13712           checked in this change -- it requires liboil features not
13713           in 0.3.6.  Revert parts.
13714
13715 2006-01-27  David Schleef  <ds@schleef.org>
13716
13717         * REQUIREMENTS:
13718         * configure.ac: update liboil requirement to 0.3.6
13719         * gst/videoscale/Makefile.am:
13720         * gst/videoscale/vs_scanline.c: liboilify
13721
13722 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13723
13724         * ext/libvisual/visual.c: (get_buffer):
13725           When pad_alloc returns a GstFlowReturn other
13726           than GST_FLOW_OK, make sure it is passed upstream.
13727
13728 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13729
13730         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
13731         (gst_alsasink_class_init):
13732           Free the device name string.
13733
13734         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13735         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
13736         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
13737           Don't remove a pad from the collectpads structure until it
13738           is released - it's a request pad, and may receive data again
13739           if the element gets moved back to PLAYING state.
13740
13741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13742           Ensure we turn on double buffering on the Xv port, and
13743           set the colour key to something dark and mysterious that
13744           isn't black.
13745
13746 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13747
13748         * ext/alsa/gstalsaplugin.c: (plugin_init):
13749         * ext/cdparanoia/gstcdparanoiasrc.c:
13750         (gst_cd_paranoia_src_base_init), (plugin_init):
13751         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13752         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
13753           - a library should not call setlocale. see "Libraries" node in
13754             gettext manual
13755           - make sure all plugins that use translation do bindtextdomain
13756             to point to the localedir
13757         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
13758         (setup_sinks), (plugin_init):
13759           all this, and check for NULL when creating sinks
13760
13761 2006-01-27  Julien MOUTTE  <julien@moutte.net>
13762
13763         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
13764         (plugin_init): Make typefinding of subtitles work again.
13765
13766 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
13767
13768         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
13769         (mp3_type_frame_length_from_header), (mp3_type_find),
13770         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
13771         (plugin_init):
13772           Backport a bunch of typefinding fixes from the 0.8 branch.
13773           Also, improve wavpack typefinding: if we can't peek the
13774           entire wavpack block, try to parse the bits we can get and
13775           see if we find what we're looking for in those.
13776
13777 2006-01-26  Julien MOUTTE  <julien@moutte.net>
13778
13779         * sys/ximage/ximagesink.c:
13780         (gst_ximagesink_calculate_pixel_aspect_ratio):
13781         * sys/xvimage/xvimagesink.c:
13782         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
13783         more cases of pixel aspect ratio.
13784
13785 2006-01-26  Edward Hervey  <edward@fluendo.com>
13786
13787         * gst/playback/gstdecodebin.c: (pad_probe):
13788         Also consider the flush-start and tag events as unblockers
13789         for the pad probes.
13790
13791 2006-01-26  Julien MOUTTE  <julien@moutte.net>
13792
13793         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13794         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
13795         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
13796         On the fly visualisation switch, works disabling, enabling as
13797         well but it won't be able to enable vis in a playbin that was
13798         created with no visualisation.
13799
13800 2006-01-25  Wim Taymans  <wim@fluendo.com>
13801
13802         * gst-libs/gst/audio/gstbaseaudiosink.c:
13803         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13804         Undo previous commit that returned WRONG_STATE sooner, it breaks 
13805         resume after pause.
13806
13807 2006-01-25  Wim Taymans  <wim@fluendo.com>
13808
13809         * gst-libs/gst/audio/gstbaseaudiosink.c:
13810         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
13811         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
13812         Improve debugging.
13813         Post error when caps cannot be parsed.
13814         Resync on discontinuity in the stream.
13815         Clip samples to segment boundaries.
13816         return WRONG_STATE sooner when we are flushing.
13817
13818         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
13819         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
13820         Make audiosrc operate in TIME.
13821         Set TIMESTAMP and DURATION on buffers.
13822
13823 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
13824
13825         * tests/examples/seek/seek.c: (main):
13826           Output tag messages as well.
13827
13828 2006-01-23  Edward Hervey  <edward@fluendo.com>
13829
13830         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13831         (free_pad_probes), (remove_fakesink), (pad_probe),
13832         (close_pad_link), (gst_decode_bin_change_state):
13833         Replace GstPadBlockCallback with pad probes that detect
13834         first buffer AND eos before removing fakesink.
13835         Fixes hang with demuxers doing EOS while pre-rolling.
13836         Solves #328279
13837
13838 2006-01-23  Andy Wingo  <wingo@pobox.com>
13839
13840         * ext/alsa/gstalsasink.c:
13841         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13842         (gst_base_rtp_depayload_setcaps),
13843         (gst_base_rtp_depayload_add_to_queue),
13844         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
13845         
13846         Patch by: Jens Granseuer <jensgr at gmx dot net>
13847
13848 2006-01-22  Julien MOUTTE  <julien@moutte.net>
13849
13850         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13851         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13852         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
13853         frames. We might get a frame destroyed after changing state to
13854         NULL, adding a safety check on xcontext.
13855
13856 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
13857
13858         * gst-libs/gst/interfaces/xoverlay.c:
13859           Fix prepare-xwindow-id code example in the docs - we need to
13860           ignore all messages that aren't element messages as well.
13861           
13862 2006-01-21  Julien MOUTTE  <julien@moutte.net>
13863
13864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
13865           I think one day i'll completely undestand how caps negotiation
13866           is supposed to work. This refactoring handles buffer_alloc
13867           called with caps we can't handle. We definitely don't want a
13868           set_caps with those caps, so we define and allocate a buffer
13869           we would like to receive.
13870
13871 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13872
13873         * gst/playback/gstplaybasebin.c: (setup_source):
13874           Free iterator when done.
13875
13876 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
13877
13878         * gst-libs/gst/audio/gstbaseaudiosink.c:
13879         (gst_base_audio_sink_render):
13880           Fix playback of non-synchronised streams by assuming a rate
13881           of 1.0 instead of a random one.
13882
13883           Makes this work again:
13884
13885           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
13886           endianness=(int)4321, signed=(boolean)true, width=(int)16,
13887           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
13888           audioresample ! alsasink
13889
13890 === release 0.10.2 ===
13891
13892 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
13893
13894         * configure.ac:
13895           releasing 0.10.2, "Then the devil is six"
13896
13897 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
13898
13899         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13900         * gst/playback/gststreamselector.c:
13901         (gst_stream_selector_set_property):
13902           Comment out broken code that connects to the state-changed signal.
13903           At this point, changing current stream selection is broken, but 
13904           stuff like gst-launch playbin current-audio=1 works and filters
13905           to the chosen stream.
13906
13907 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13908
13909         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13910           Fix #327216 (null dereference in vorbisdec)
13911
13912 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
13913
13914         * ext/theora/theoradec.c: (theora_handle_comment_packet):
13915           Post taglist actually on bus instead of just freeing it
13916           (fixes #327114 and totem bug #327080).
13917
13918         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13919           Use gst_element_found_tags_for_pad(), so that the tags
13920           are sent downstream as an event as well.
13921
13922 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13923
13924         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13925         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13926         (gst_ximagesink_buffer_alloc):
13927         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
13928         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
13929         (gst_xvimagesink_buffer_alloc):
13930           move all regularly occurring messages to GST_LOG level
13931           add some more object logs
13932
13933 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13934
13935         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13936           fix a silly segfault
13937
13938 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
13939
13940         * docs/libs/gst-plugins-base-libs-docs.sgml:
13941         * docs/libs/gst-plugins-base-libs-sections.txt:
13942         * gst-libs/gst/audio/mixerutils.c:
13943         * gst-libs/gst/audio/mixerutils.h:
13944           Add docs for mixerutils stuff.
13945
13946 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
13947
13948         * gst/playback/gstplaybasebin.c: (setup_source):
13949           Fix playback for sources that emit raw audio or
13950           raw video streams (e.g.: cd audio sources) (#325984).
13951
13952 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13953
13954         * gst-libs/gst/audio/mixerutils.c:
13955         (gst_audio_mixer_filter_do_filter):
13956           actually save the element we create
13957
13958 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
13959
13960         * gst-libs/gst/cdda/gstcddabasesrc.c:
13961         (gst_cdda_base_src_handle_track_seek):
13962           No need to post a tag message on the bus when seeking
13963           within the same track, only post it when the current
13964           track changes.
13965
13966 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13967
13968         * gst/playback/gstplaybasebin.c: (group_destroy),
13969         (probe_triggered), (new_decoded_pad), (mute_group_type),
13970         (set_active_source):
13971         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13972         * gst/playback/gststreamselector.c:
13973         (gst_stream_selector_base_init),
13974         (gst_stream_selector_set_property),
13975         (gst_stream_selector_request_new_pad):
13976           Reenable stream selection. These mechanisms need a complete overhaul
13977           in the face of 0.8->0.10 changes though.
13978
13979 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13980
13981         * ext/ogg/gstoggdemux.c:
13982           Change the pad template to src_%d to match the pads that 
13983           are created from it. decodebin needs this information in order
13984           to decide that oggdemux is capable of producing multiple pads
13985           (and hence needs queues inserted).
13986
13987         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13988         (gst_ogg_mux_collected):
13989           Make debug output more useful by using GST_PTR_FORMAT.
13990
13991 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
13992
13993         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13994
13995         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
13996           Set depth and width for alaw/mulaw (fixes #326601).
13997
13998 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13999
14000         * tests/icles/Makefile.am:
14001           don't build the tests if we don't have the libs
14002
14003 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
14004
14005         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
14006         (gst_cd_paranoia_paranoia_callback):
14007           Don't try to free NULL pointers.
14008
14009 2006-01-10  Edward Hervey  <edward@fluendo.com>
14010
14011         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
14012         (gst_audio_rate_change_state), (plugin_init):
14013         Add debugging category.
14014         Fix type issues.
14015         Add case for incoming buffers without valid offset/offset_end.
14016
14017 2006-01-10  Michael Smith  <msmith@fluendo.com>
14018
14019         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
14020           Don't leak GCond in audio sources.
14021
14022 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
14023
14024         * gst/playback/gstplaybin.c: (gen_audio_element):
14025           Don't leak an autoaudiosink/alsasink when we generate
14026           a new audio element. (old code, I guess)
14027
14028 2006-01-10  Michael Smith  <msmith@fluendo.com>
14029
14030         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
14031           Support float audio in audiorate.
14032           Use width rather than depth for selecting sample width.
14033
14034 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
14035
14036         * gst/videotestsrc/videotestsrc.h:
14037           Use GLib types here (that way we don't have to include the
14038           generated _stdint.h header, which makes life easier for win32
14039           folks that don't use autotools for the build) (#325990, patch
14040           by: Sergey Scobich).
14041
14042 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
14043
14044         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
14045         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14046         (gst_ring_buffer_pause), (wait_segment):
14047         * gst-libs/gst/audio/gstringbuffer.h:
14048           Name (private) union, makes Forte compiler happy (this time
14049           for real) (#324900).
14050
14051 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14052
14053         * gst-libs/gst/audio/Makefile.am:
14054           Link against libgstinterfaces, needed for mixer
14055           and property probe stuff.
14056
14057 2006-01-09  Edward Hervey  <edward@fluendo.com>
14058
14059         * gst-libs/gst/Makefile.am:
14060
14061 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14062
14063         * gst-libs/gst/audio/Makefile.am:
14064         * gst-libs/gst/audio/mixerutils.c:
14065         (gst_audio_mixer_filter_do_filter),
14066         (gst_audio_mixer_filter_check_element),
14067         (gst_audio_mixer_filter_probe_feature),
14068         (element_factory_rank_compare_func),
14069         (gst_audio_default_registry_mixer_filter):
14070         * gst-libs/gst/audio/mixerutils.h:
14071           Add gst_audio_default_registry_mixer_filter() utility
14072           function.
14073
14074 2006-01-03  Michael Smith  <msmith@fluendo.com>
14075
14076         * gst/audioresample/resample.h:
14077           As before, but for o_buf
14078
14079 2006-01-03  Michael Smith  <msmith@fluendo.com>
14080
14081         * gst/audioresample/resample.h:
14082           Declare struct _ResampleState.buffer as unsigned char *, not void *,
14083           since we do arithmetic on it.
14084
14085 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
14086
14087         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
14088         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14089         (gst_ring_buffer_pause), (wait_segment):
14090         * gst-libs/gst/audio/gstringbuffer.h:
14091           Sun's Forte compiler doesn't seem to like anonymous structs,
14092           so use same setup as in GstBaseSrc (fixes #324900).
14093
14094 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
14095
14096         * configure.ac:
14097         * gst/volume/Makefile.am:
14098         * gst/volume/demo.c:
14099           move old example to tests/examples/volume/volune.c
14100         * tests/examples/Makefile.am:
14101         * tests/examples/seek/seek.c: (main):
14102           change window-close event from "delete-event" to "destroy"
14103         * tests/examples/volume/Makefile.am:
14104         * tests/examples/volume/volume.c: (value_changed_callback),
14105         (setup_gui), (message_received), (eos_message_received), (main):
14106           fix event handling and bus usage
14107
14108 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
14109
14110         * gst/audiotestsrc/gstaudiotestsrc.c:
14111         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
14112         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
14113         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
14114         (gst_audio_test_src_create_square),
14115         (gst_audio_test_src_create_saw),
14116         (gst_audio_test_src_create_triangle),
14117         (gst_audio_test_src_create_silence),
14118         (gst_audio_test_src_create_white_noise),
14119         (gst_audio_test_src_create_pink_noise),
14120         (gst_audio_test_src_init_sine_table),
14121         (gst_audio_test_src_create_sine_table),
14122         (gst_audio_test_src_change_wave),
14123         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
14124         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
14125         * gst/audiotestsrc/gstaudiotestsrc.h:
14126           update to basesrc changes, implement segmented seeking and eos
14127           handling, add a 'sine-tab' waveform for performance critical playback
14128
14129 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
14130
14131         * po/POTFILES.in:
14132           ... and this time the other modified file that I missed last time.
14133
14134 2005-12-29  Michael Smith  <msmith@fluendo.com>
14135
14136         * gst/playback/gstdecodebin.c: (new_pad):
14137           Fix non-C89 variable declaration not at the start of a block. Should
14138           help some compilers.
14139
14140 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
14141
14142         * tests/check/Makefile.am:
14143           And now fix 'make distcheck' (builddir != srcdir)
14144
14145 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
14146
14147         * configure.ac:
14148         * ext/cdparanoia/Makefile.am:
14149         * ext/cdparanoia/gstcdparanoia.c:
14150         * ext/cdparanoia/gstcdparanoia.h:
14151         * ext/cdparanoia/gstcdparanoiasrc.c:
14152         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
14153         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
14154         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
14155         (gst_cd_paranoia_paranoia_callback),
14156         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
14157         (gst_cd_paranoia_src_set_property),
14158         (gst_cd_paranoia_src_get_property), (plugin_init):
14159         * ext/cdparanoia/gstcdparanoiasrc.h:
14160           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
14161           plugin again (there are still fixes required to playbin to make
14162           cdda:// uris work there).
14163
14164 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
14165
14166         * tests/check/Makefile.am:
14167           Fix test case compilation.
14168
14169 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
14170
14171         * gst-libs/gst/cdda/gstcddabasesrc.c:
14172         (gst_cdda_base_src_update_duration),
14173         (gst_cdda_base_src_calculate_cddb_id):
14174           An integer is not a string. Fix access to uninitialised variable.
14175
14176         * tests/check/Makefile.am:
14177           Add cddabasesrc unit test; also actually enable the vorbis test.
14178
14179         * tests/check/generic/states.c:
14180           Blacklist new cd audio elements as well.
14181
14182         * tests/check/libs/cddabasesrc.c:
14183           Unit test for GstCddaBaseSrc (discid calculation mostly).
14184
14185 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
14186
14187         * docs/libs/Makefile.am:
14188         * docs/libs/gst-plugins-base-libs-docs.sgml:
14189         * docs/libs/gst-plugins-base-libs-sections.txt:
14190         * docs/libs/gst-plugins-base-libs.types:
14191           Add docs for libgstcdda/GstCddaBaseSrc.
14192
14193         * gst-libs/gst/interfaces/mixertrack.h:
14194           Do one struct member per line with a semicolon at the end, that way
14195           even gtk-doc might parse it without complaining.
14196
14197 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
14198
14199         * configure.ac:
14200         * gst-libs/gst/Makefile.am:
14201         * gst-libs/gst/cdda/Makefile.am:
14202         * gst-libs/gst/cdda/base64.c:
14203         * gst-libs/gst/cdda/base64.h:
14204         * gst-libs/gst/cdda/gstcddabasesrc.c:
14205         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
14206         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
14207         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
14208         (gst_cdda_base_src_get_property),
14209         (gst_cdda_base_src_get_track_from_sector),
14210         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
14211         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
14212         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
14213         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
14214         (gst_cdda_base_src_uri_get_protocols),
14215         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
14216         (gst_cdda_base_src_uri_handler_init),
14217         (gst_cdda_base_src_setup_interfaces),
14218         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
14219         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
14220         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
14221         (gst_cdda_base_src_add_tags),
14222         (gst_cdda_base_src_add_index_associations),
14223         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
14224         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
14225         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
14226         (gst_cdda_base_src_create):
14227         * gst-libs/gst/cdda/gstcddabasesrc.h:
14228         * gst-libs/gst/cdda/sha1.c:
14229         * gst-libs/gst/cdda/sha1.h:
14230           Add new libgstcdda with GstCddaBaseSrc class.
14231
14232 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
14233
14234         * ext/gnomevfs/gstgnomevfssink.h:
14235           Use GstBaseSinkClass as parent_class member for class struct, not
14236           GstBaseSink.
14237
14238 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
14239
14240         Patch by: Michael Benes
14241
14242         * gst/videotestsrc/gstvideotestsrc.c:
14243         (gst_video_test_src_class_init), (gst_video_test_src_start):
14244           Add start method to reset running time and number of frames sent
14245           when starting up (fixes #324696)
14246
14247 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
14248
14249         * docs/plugins/Makefile.am:
14250         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14251         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14252         * docs/plugins/gst-plugins-base-plugins.args:
14253         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14254         * docs/plugins/gst-plugins-base-plugins.signals:
14255           Add docs stuff for gnomevfssrc and gnomevfssink.
14256
14257         * ext/gnomevfs/gstgnomevfssrc.c:
14258           Fix example pipeline in gtk-doc blurb.
14259
14260 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
14261
14262         * ext/gnomevfs/Makefile.am:
14263         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
14264         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
14265         (gst_gnome_vfs_handle_get_type), (plugin_init):
14266         * ext/gnomevfs/gstgnomevfs.h:
14267         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
14268         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
14269         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
14270         (gst_gnome_vfs_sink_set_property),
14271         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
14272         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
14273         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
14274         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
14275         (gst_gnome_vfs_sink_uri_get_type),
14276         (gst_gnome_vfs_sink_uri_get_protocols),
14277         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
14278         (gst_gnome_vfs_sink_uri_handler_init):
14279         * ext/gnomevfs/gstgnomevfssink.h:
14280           Port gnomevfssink; add gtk-doc blurb.
14281
14282         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
14283         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
14284         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
14285         (gst_gnome_vfs_src_uri_get_type),
14286         (gst_gnome_vfs_src_uri_get_protocols),
14287         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
14288         (gst_gnome_vfs_src_uri_handler_init),
14289         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
14290         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
14291         (gst_gnome_vfs_src_send_additional_headers_callback),
14292         (gst_gnome_vfs_src_received_headers_callback),
14293         (gst_gnome_vfs_src_push_callbacks),
14294         (gst_gnome_vfs_src_pop_callbacks),
14295         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
14296         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
14297         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
14298         * ext/gnomevfs/gstgnomevfssrc.h:
14299           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
14300           file; add gtk-doc blurb with example pipelines.
14301
14302 === release 0.10.1 ===
14303
14304 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
14305
14306         * configure.ac:
14307           releasing 0.10.1, "Dobro Dedek"
14308
14309 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
14310
14311         * gst/typefind/gsttypefindfunctions.c:
14312         iLBC30 and iLBC20 added to typefind.
14313
14314 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14315
14316         * gst-libs/gst/audio/gstbaseaudiosink.c:
14317         (gst_base_audio_sink_class_init):
14318         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14319         (gst_base_audio_src_class_init):
14320           update strings, values are in microseconds
14321           change the default sink buffer time to something that is smaller
14322           (to help software volume mixing have a slightly lower delay) but
14323           still be acceptable on Wim's laptop
14324
14325 2005-12-20  Edward Hervey  <edward@fluendo.com>
14326
14327         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
14328         Made a quack, forgot to add DUCK to the riff video template.
14329
14330 2005-12-19  Edward Hervey  <edward@fluendo.com>
14331
14332         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
14333         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
14334         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14335         (gst_ogm_parse_chain):
14336         Make sure pads are initialized correctly.
14337         * gst-libs/gst/riff/riff-ids.h:
14338         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14339         (gst_riff_create_video_template_caps):
14340         Add a whole bunch of FOURCC <=> MimeType.
14341         Extend the riff video pad template to support the newly added fourcc.
14342
14343 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14344
14345         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
14346         (gst_ogg_demux_activate_chain):
14347           Extra debug output when activating/deactivating chains.
14348
14349         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14350         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
14351         (unlinked):
14352           Remove a queue from our list when it becomes unlinked.
14353           Don't add queues to elements in class 'Demux' if they
14354           can only produce one pad 
14355
14356 2005-12-18  Julien MOUTTE  <julien@moutte.net>
14357
14358         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
14359         (gst_video_sink_get_type): Add a debug category.
14360
14361 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
14362
14363         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14364         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
14365           Handle downstream newsegment by sending our own newsegment before the
14366           next buffer to be released. (#323900)
14367
14368 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
14369
14370         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14371         (gst_base_rtp_depayload_set_gst_timestamp):
14372           add queue delay to new segment as well (as opposed to just the first
14373           buffer). (bug #322347)
14374
14375 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
14376
14377         * ext/libvisual/visual.c: (make_valid_name):
14378           change some char* into char[]
14379         * gst/audiotestsrc/gstaudiotestsrc.c:
14380         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
14381         (gst_audio_test_src_create):
14382         * gst/audiotestsrc/gstaudiotestsrc.h:
14383           prepare to handle EOS and SEGMENT_DONE
14384
14385 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14386
14387         * tests/check/generic/states.c: (GST_START_TEST):
14388           Blacklist cdparanoia element in state test.
14389
14390 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14391
14392           Patch by: Benjamin Pineau
14393
14394         * gst/tcp/gsttcp.c:
14395         * gst/tcp/gsttcpclientsink.c:
14396         * gst/tcp/gsttcpserversink.c:
14397         * gst/tcp/gsttcpserversrc.c:
14398           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
14399
14400 2005-12-15  Michael Smith  <msmith@fluendo.com>
14401
14402         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
14403         (gst_video_rate_chain):
14404           Fix timestamping for videorate when the first buffer it sees has a
14405           non-zero timestamp. Fix some misleading debug output.
14406
14407 2005-12-15  Michael Smith  <msmith@fluendo.com>
14408
14409         * gst/audioresample/gstaudioresample.c:
14410           Don't leak all input buffers to audioresample.
14411
14412 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14413
14414         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
14415           Don't operate on empty text buffers. Strip newlines and
14416           tabs only from the end of the text, but leave them intact
14417           in the middle. Fix typo in gtk-doc description.
14418
14419 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14420
14421         * gst/playback/gstplaybasebin.c:
14422         * gst/playback/gstplaybin.c: (handoff):
14423           Make sure the video frame buffer we return to apps via the
14424           "frame" property always has caps set on it. Modify
14425           _gst_gvalue_set_object() macro to handle NULL objects
14426           gracefully too.
14427
14428 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
14429
14430         * gst/audiotestsrc/gstaudiotestsrc.c:
14431         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
14432         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
14433         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
14434         (gst_audio_test_src_create):
14435         * gst/audiotestsrc/gstaudiotestsrc.h:
14436         Adjust to some recent api changes and add wtays new cool seeking
14437         capabillities
14438
14439 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14440
14441         * ext/alsa/Makefile.am:
14442         * ext/alsa/gstalsadeviceprobe.c:
14443         * ext/alsa/gstalsadeviceprobe.h:
14444           Helper functions to add device probing via the GstPropertyProbe
14445           interface to a class.
14446
14447         * ext/alsa/gstalsamixer.h:
14448           Comment out GST_ALSA_MIXER, it returns a struct that's not
14449           used.
14450
14451         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14452           Add some debug info. 
14453
14454         * ext/alsa/gstalsamixerelement.c:
14455         (gst_alsa_mixer_element_interface_supported),
14456         (gst_implements_interface_init),
14457         (gst_alsa_mixer_element_init_interfaces),
14458         (gst_alsa_mixer_element_class_init),
14459         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
14460         (gst_alsa_mixer_element_set_property),
14461         (gst_alsa_mixer_element_get_property),
14462         (gst_alsa_mixer_element_change_state):
14463         * ext/alsa/gstalsamixerelement.h:
14464           Add 'device' and 'device-name' properties. Add GstPropertyProbe
14465           for device handling (gnome-volume-control will need that).
14466
14467 2005-12-12  Christian Schaller  <uraeus@gnome.org>
14468
14469         * ext/Makefile.am: fix cdparanoia entry
14470         * gst-plugins-base.spec.in: add cdparanoia
14471
14472 2005-12-12  Michael Smith  <msmith@fluendo.com>
14473
14474         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
14475           Use the correct function to free list of typefind factories.
14476
14477 2005-12-12  Wim Taymans  <wim@fluendo.com>
14478
14479         * gst/videotestsrc/gstvideotestsrc.c:
14480         (gst_video_test_src_class_init), (gst_video_test_src_init),
14481         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
14482         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
14483         (gst_video_test_src_create):
14484         * gst/videotestsrc/gstvideotestsrc.h:
14485         Implement seeking in videotestsrc.
14486         Small cleanups.
14487
14488 2005-12-12  Wim Taymans  <wim@fluendo.com>
14489
14490         * ext/cdparanoia/Makefile.am:
14491         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
14492         (gst_paranoia_endian_get_type), (_do_init),
14493         (cdparanoia_class_init), (cdparanoia_init),
14494         (cdparanoia_set_property), (cdparanoia_get_property),
14495         (cdparanoia_do_seek), (cdparanoia_is_seekable),
14496         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
14497         (cdparanoia_convert), (cdparanoia_get_query_types),
14498         (cdparanoia_query), (cdparanoia_set_index),
14499         (cdparanoia_uri_set_uri):
14500         * ext/cdparanoia/gstcdparanoia.h:
14501         Partially ported cdparanoia now that basesrc can support a
14502         plugin like this..
14503
14504 2005-12-12  Wim Taymans  <wim@fluendo.com>
14505
14506         * tests/examples/seek/scrubby.c: (main):
14507         Set higher priority for bus events so they don't get reordered with
14508         gtk gui events.
14509
14510         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
14511         (flush_toggle_cb), (main):
14512         Added checkbox to disable flushing seeks. 
14513         Disable scrubbing when doing non flushing seeks.
14514
14515 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14516
14517         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
14518         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
14519         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
14520         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
14521           Implement some sort of event handling that doesn't rely on
14522           g_return_if_fail; make sure we always push the last chunk of an 
14523           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
14524           state change function; remove some old cruft. Seeking is still
14525           rather unlikely to work though.
14526
14527         * tools/.cvsignore:
14528           Ignore more.
14529
14530 2005-12-11  Julien MOUTTE  <julien@moutte.net>
14531
14532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
14533         Fixed a leak of the current image reference when cleaning up.
14534         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
14535
14536 2005-12-09  Michael Smith  <msmith@fluendo.com>
14537
14538         * tools/Makefile.am:
14539         * tools/gst-launch-ext-m.m:
14540           Remove gst-launch-ext. It doesn't work, and is no longer
14541           particularly useful.
14542
14543 2005-12-08  Luca Ognibene  <luogni@tin.it>
14544
14545         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14546           don't pass random values to ogmparse convert function.
14547           Make seeking possible in the exile1.ogm file.
14548
14549 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
14550
14551         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14552         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14553           Work around refcount problem with g_value_set_object() that occur
14554           if the core has been compiled against GLib-2.6 (g_value_set_object()
14555           will only g_object_ref() the element, but the caller will
14556           gst_object_unref() it and bad things will happen due to the way
14557           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
14558           totem for people on FC4 using Thomas's 0.10 RPMs.
14559           
14560 2005-12-07  Edward Hervey  <edward@fluendo.com>
14561
14562         Time to welcome ogm to 0.10 :)
14563         
14564         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
14565         (gst_ogg_pad_typefind):
14566         Oggdemux can now properly typefind elements with dynamic pads.
14567         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14568         Properly set caps on src pad, and set caps on outgoing buffers.
14569
14570 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14571
14572         * ext/alsa/gstalsamixer.h:
14573         * ext/alsa/gstalsamixerelement.h:
14574         * ext/alsa/gstalsamixeroptions.h:
14575         * ext/alsa/gstalsamixertrack.h:
14576         * ext/alsa/gstalsasink.c:
14577         * ext/alsa/gstalsasink.h:
14578         * ext/alsa/gstalsasrc.c:
14579         * ext/alsa/gstalsasrc.h:
14580         * ext/cdparanoia/gstcdparanoia.h:
14581         * ext/gnomevfs/gstgnomevfsuri.h:
14582         * ext/ogg/gstoggdemux.c:
14583         * ext/ogg/gstoggmux.c:
14584         * ext/pango/gsttextoverlay.h:
14585         * ext/theora/theoradec.c:
14586         * ext/theora/theoraenc.c:
14587         * ext/vorbis/vorbisdec.h:
14588         * ext/vorbis/vorbisenc.c:
14589         * ext/vorbis/vorbisenc.h:
14590         * ext/vorbis/vorbisparse.h:
14591         * gst-libs/gst/audio/gstaudioclock.h:
14592         * gst-libs/gst/audio/gstaudiosink.c:
14593         * gst-libs/gst/audio/gstaudiosink.h:
14594         * gst-libs/gst/audio/gstaudiosrc.c:
14595         * gst-libs/gst/audio/gstaudiosrc.h:
14596         * gst-libs/gst/audio/gstbaseaudiosink.c:
14597         * gst-libs/gst/audio/gstbaseaudiosink.h:
14598         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14599         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14600         * gst-libs/gst/audio/gstringbuffer.h:
14601         * gst-libs/gst/audio/multichannel.h:
14602         * gst-libs/gst/floatcast/floatcast.h:
14603         * gst-libs/gst/interfaces/colorbalance.c:
14604         * gst-libs/gst/interfaces/colorbalance.h:
14605         * gst-libs/gst/interfaces/colorbalancechannel.h:
14606         * gst-libs/gst/interfaces/mixer.h:
14607         * gst-libs/gst/interfaces/mixeroptions.h:
14608         * gst-libs/gst/interfaces/mixertrack.h:
14609         * gst-libs/gst/interfaces/navigation.h:
14610         * gst-libs/gst/interfaces/propertyprobe.h:
14611         * gst-libs/gst/interfaces/tuner.h:
14612         * gst-libs/gst/interfaces/tunerchannel.h:
14613         * gst-libs/gst/interfaces/tunernorm.h:
14614         * gst-libs/gst/interfaces/xoverlay.h:
14615         * gst-libs/gst/netbuffer/gstnetbuffer.h:
14616         * gst-libs/gst/riff/riff-ids.h:
14617         * gst-libs/gst/riff/riff-media.h:
14618         * gst-libs/gst/riff/riff-read.h:
14619         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14620         * gst-libs/gst/rtp/gstbasertppayload.c:
14621         * gst-libs/gst/rtp/gstbasertppayload.h:
14622         * gst-libs/gst/rtp/gstrtpbuffer.c:
14623         * gst-libs/gst/rtp/gstrtpbuffer.h:
14624         * gst-libs/gst/tag/gsttageditingprivate.h:
14625         * gst-libs/gst/tag/gstvorbistag.c:
14626         (gst_tag_list_from_vorbiscomment_buffer):
14627         * gst-libs/gst/tag/tag.h:
14628         * gst-libs/gst/video/video.h:
14629         * gst/adder/gstadder.c:
14630         * gst/adder/gstadder.h:
14631         * gst/audioconvert/audioconvert.c:
14632         * gst/audioconvert/audioconvert.h:
14633         * gst/audioconvert/gstaudioconvert.c:
14634         * gst/audioconvert/gstchannelmix.c:
14635         * gst/audioconvert/gstchannelmix.h:
14636         * gst/audiorate/gstaudiorate.c:
14637         * gst/audioresample/buffer.h:
14638         * gst/audioresample/functable.h:
14639         * gst/audioresample/gstaudioresample.c:
14640         * gst/audioresample/resample.h:
14641         * gst/ffmpegcolorspace/avcodec.h:
14642         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14643         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14644         * gst/ffmpegcolorspace/imgconvert.c:
14645         * gst/ffmpegcolorspace/imgconvert_template.h:
14646         * gst/playback/gstdecodebin.c:
14647         * gst/playback/gstplaybasebin.h:
14648         * gst/playback/gstplaybin.c:
14649         * gst/playback/gststreaminfo.h:
14650         * gst/tcp/gstfdset.c:
14651         * gst/tcp/gstfdset.h:
14652         * gst/tcp/gstmultifdsink.c:
14653         * gst/tcp/gstmultifdsink.h:
14654         * gst/tcp/gsttcp.h:
14655         * gst/tcp/gsttcpclientsrc.c:
14656         * gst/tcp/gsttcpclientsrc.h:
14657         * gst/tcp/gsttcpplugin.h:
14658         * gst/tcp/gsttcpserversink.c:
14659         * gst/tcp/gsttcpserversrc.c:
14660         * gst/typefind/gsttypefindfunctions.c:
14661         * gst/videorate/gstvideorate.c:
14662         * gst/videotestsrc/gstvideotestsrc.h:
14663         * gst/videotestsrc/videotestsrc.h:
14664         * sys/v4l/gstv4lcolorbalance.h:
14665         * sys/v4l/gstv4ltuner.h:
14666         * sys/v4l/gstv4lxoverlay.h:
14667         * sys/v4l/v4l_calls.h:
14668         * sys/v4l/videodev_mjpeg.h:
14669         * tests/check/elements/audioconvert.c:
14670         * tests/check/elements/audioresample.c:
14671         * tests/check/elements/audiotestsrc.c:
14672         * tests/check/elements/videotestsrc.c:
14673         * tests/check/elements/volume.c:
14674         * tests/examples/seek/scrubby.c:
14675         * tests/examples/seek/seek.c:
14676           expand tabs
14677
14678 === release 0.10.0 ===
14679
14680 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14681
14682         * configure.ac:
14683           releasing 0.10.0, "Mont-d'or"
14684
14685 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
14686
14687         * tests/examples/seek/Makefile.am:
14688         Build fix for when gtk is not available.
14689
14690 2005-12-05  Andy Wingo  <wingo@pobox.com>
14691
14692         * ext/libvisual/visual.c: (get_buffer):
14693         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14694         * ext/pango/gsttextrender.c: (gst_text_render_chain):
14695         * ext/theora/theoradec.c: (theora_handle_data_packet):
14696         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14697         (theora_enc_chain):
14698         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14699         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
14700         Update for alloc_buffer changes.
14701
14702 2005-12-05  Andy Wingo  <wingo@pobox.com>
14703
14704         patch by: Kai Vehmanen <kv2004 eca cx>
14705         
14706         * gst-libs/gst/rtp/gstbasertpdepayload.c
14707         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
14708
14709 2005-12-04  Andy Wingo  <wingo@pobox.com>
14710
14711         patch by: Sebastien Cote <sebas642 yahoo ca>
14712         
14713         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
14714         Fixes #319172.
14715
14716 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
14717
14718         * docs/plugins/Makefile.am:
14719         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14720         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14721         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14722         * ext/pango/gstclockoverlay.c:
14723         * ext/pango/gsttextoverlay.c: 
14724         * ext/pango/gsttextrender.c:
14725         * ext/pango/gsttimeoverlay.c:
14726           Add gtk-doc blurbs to pango elements.
14727
14728 2005-12-02  Wim Taymans  <wim@fluendo.com>
14729
14730         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
14731         * gst/audioresample/buffer.h:
14732         * gst/audioresample/gstaudioresample.c:
14733         * gst/audioresample/gstaudioresample.h:
14734         * gst/audioresample/resample.c: (resample_input_flush),
14735         (resample_input_pushthrough), (resample_input_eos),
14736         (resample_get_output_size_for_input),
14737         (resample_get_input_size_for_output), (resample_get_output_size),
14738         (resample_get_output_data):
14739         * gst/audioresample/resample.h:
14740         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14741         Fix audioresample, seek torture, new segments, reverse negotiation
14742         etc.. work fine.
14743
14744 2005-12-02  Wim Taymans  <wim@fluendo.com>
14745
14746         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14747         Small cleanups.
14748
14749 2005-12-02  Wim Taymans  <wim@fluendo.com>
14750
14751         * gst/audioconvert/gstaudioconvert.c:
14752         (gst_audio_convert_transform):
14753         Post errors.
14754
14755 === release 0.9.7 ===
14756
14757 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14758
14759         * configure.ac:
14760           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
14761
14762 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14763
14764         * Makefile.am:
14765         * po/hu.po:
14766         * win32/MANIFEST:
14767         * win32/gst.sln:
14768           add win32 MANIFEST file
14769           do something to the hungarian translation
14770
14771 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
14772
14773         * ext/Makefile.am:
14774           Add $(PANGO_DIR) to SUBDIRS
14775
14776         * ext/pango/gstclockoverlay.c:
14777         * ext/pango/gsttimeoverlay.c:
14778           Fix and improve element descriptions.
14779
14780 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14781
14782         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14783         * docs/plugins/inspect/plugin-libvisual.xml:
14784         * docs/plugins/inspect/plugin-pango.xml:
14785           add pango plugin to docs
14786
14787 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14788
14789         * configure.ac:
14790         * ext/Makefile.am:
14791           moved pango to base
14792
14793 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14794
14795         * configure.ac:
14796         * tests/Makefile.am:
14797         * tests/icles/.cvsignore:
14798         * tests/icles/Makefile.am:
14799         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
14800         (close_display), (resize_window), (move_window), (create_window),
14801         (terminate_playback), (pause_playback), (start_playback), (main):
14802           add stress test for xoverlay from Julien
14803
14804 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14805
14806         * docs/libs/tmpl/gstcolorbalance.sgml:
14807         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14808         * gst-libs/gst/rtp/gstbasertppayload.c:
14809         * gst-libs/gst/rtp/gstrtpbuffer.c:
14810         * gst-libs/gst/rtp/gstrtpbuffer.h:
14811           Do burger's rename for rtp payloaders and depayloaders
14812
14813 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14814
14815         * win32/:
14816           add Visual Studio 6 build files
14817
14818 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14819
14820         * docs/libs/gst-plugins-base-libs-docs.sgml:
14821         * docs/libs/gst-plugins-base-libs-sections.txt:
14822         * docs/libs/tmpl/gstaudio.sgml:
14823         * docs/libs/tmpl/gstringbuffer.sgml:
14824         * gst-libs/gst/interfaces/xoverlay.c:
14825         * gst-libs/gst/video/gstvideofilter.c:
14826         * gst-libs/gst/video/gstvideosink.c:
14827           update documentation
14828
14829 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14830
14831         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
14832         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
14833         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
14834         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
14835         (gst_multi_fd_sink_get_stats),
14836         (gst_multi_fd_sink_remove_client_link),
14837         (gst_multi_fd_sink_handle_client_read),
14838         (gst_multi_fd_sink_client_queue_data),
14839         (gst_multi_fd_sink_client_queue_caps),
14840         (gst_multi_fd_sink_client_queue_buffer),
14841         (gst_multi_fd_sink_new_client),
14842         (gst_multi_fd_sink_handle_client_write),
14843         (gst_multi_fd_sink_recover_client),
14844         (gst_multi_fd_sink_queue_buffer),
14845         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
14846         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
14847         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
14848         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
14849         * gst/tcp/gstmultifdsink.h:
14850         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
14851         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
14852         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
14853         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
14854         (gst_tcp_client_sink_set_property),
14855         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
14856         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
14857         * gst/tcp/gsttcpclientsink.h:
14858         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
14859         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
14860         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
14861         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
14862         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
14863         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
14864         * gst/tcp/gsttcpclientsrc.h:
14865         * gst/tcp/gsttcpplugin.c: (plugin_init):
14866         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
14867         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
14868         (gst_tcp_server_sink_finalize),
14869         (gst_tcp_server_sink_handle_server_read),
14870         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
14871         (gst_tcp_server_sink_set_property),
14872         (gst_tcp_server_sink_get_property),
14873         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
14874         * gst/tcp/gsttcpserversink.h:
14875         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
14876         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
14877         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
14878         (gst_tcp_server_src_set_property),
14879         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
14880         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
14881         * gst/tcp/gsttcpserversrc.h:
14882           more borgifying
14883
14884 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14885
14886         * docs/plugins/Makefile.am:
14887         * docs/plugins/gst-plugins-base-plugins.args:
14888         * docs/plugins/inspect/plugin-libvisual.xml:
14889         * gst/audioconvert/plugin.h:
14890         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
14891         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
14892         (gst_audio_rate_setcaps), (gst_audio_rate_init),
14893         (gst_audio_rate_chain), (gst_audio_rate_set_property),
14894         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
14895         (plugin_init):
14896         * gst/audiotestsrc/gstaudiotestsrc.c:
14897         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
14898         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
14899         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
14900         (gst_audio_test_src_get_query_types),
14901         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
14902         (gst_audio_test_src_create_square),
14903         (gst_audio_test_src_create_saw),
14904         (gst_audio_test_src_create_triangle),
14905         (gst_audio_test_src_create_silence),
14906         (gst_audio_test_src_create_white_noise),
14907         (gst_audio_test_src_init_pink_noise),
14908         (gst_audio_test_src_generate_pink_noise_value),
14909         (gst_audio_test_src_create_pink_noise),
14910         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
14911         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
14912         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
14913         (plugin_init):
14914         * gst/audiotestsrc/gstaudiotestsrc.h:
14915         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
14916         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
14917         (gst_sub_parse_init), (gst_sub_parse_formats),
14918         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
14919         (convert_encoding), (get_next_line),
14920         (gst_sub_parse_data_format_autodetect),
14921         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
14922         (gst_sub_parse_loop), (gst_sub_parse_chain),
14923         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
14924         (plugin_init):
14925         * gst/subparse/gstsubparse.h:
14926         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
14927         (gst_video_rate_base_init), (gst_video_rate_class_init),
14928         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
14929         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
14930         (gst_video_rate_init), (gst_video_rate_event),
14931         (gst_video_rate_chain), (gst_video_rate_set_property),
14932         (gst_video_rate_get_property), (gst_video_rate_change_state),
14933         (plugin_init):
14934         * gst/videoscale/gstvideoscale.c:
14935         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
14936         (gst_video_scale_src_template_factory),
14937         (gst_video_scale_sink_template_factory),
14938         (gst_video_scale_get_type), (gst_video_scale_base_init),
14939         (gst_video_scale_class_init), (gst_video_scale_init),
14940         (gst_video_scale_set_property), (gst_video_scale_get_property),
14941         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
14942         (gst_video_scale_prepare_size), (parse_caps),
14943         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
14944         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
14945         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
14946         (plugin_init):
14947         * gst/videoscale/gstvideoscale.h:
14948         * gst/videotestsrc/gstvideotestsrc.c:
14949         (gst_video_test_src_pattern_get_type),
14950         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
14951         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
14952         (gst_video_test_src_set_pattern),
14953         (gst_video_test_src_set_property),
14954         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
14955         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
14956         (gst_video_test_src_event), (gst_video_test_src_get_times),
14957         (gst_video_test_src_create), (plugin_init):
14958         * gst/videotestsrc/gstvideotestsrc.h:
14959         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
14960         (gst_video_test_src_smpte), (gst_video_test_src_snow),
14961         (gst_video_test_src_black):
14962         * gst/videotestsrc/videotestsrc.h:
14963           borgify further
14964           clean up docs a little
14965
14966 2005-11-30  Wim Taymans  <wim@fluendo.com>
14967
14968         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14969         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
14970         (gst_basertppayload_event), (gst_basertppayload_push),
14971         (gst_basertppayload_change_state):
14972         * gst-libs/gst/rtp/gstbasertppayload.h:
14973         closed #320644.
14974
14975 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14976
14977         * docs/libs/gst-plugins-base-libs-docs.sgml:
14978         * docs/libs/gst-plugins-base-libs-sections.txt:
14979         * gst-libs/gst/video/gstvideofilter.c:
14980         * gst-libs/gst/video/gstvideosink.c:
14981         * gst-libs/gst/video/gstvideosink.h: Adding docs.
14982
14983 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14984
14985         * LICENSE:
14986           move
14987         * po/af.po:
14988         * po/az.po:
14989         * po/cs.po:
14990         * po/en_GB.po:
14991         * po/hu.po:
14992         * po/it.po:
14993         * po/nb.po:
14994         * po/nl.po:
14995         * po/or.po:
14996         * po/sq.po:
14997         * po/sr.po:
14998         * po/sv.po:
14999         * po/uk.po:
15000         * po/vi.po:
15001         * Makefile.am:
15002           update
15003         * scripts/autoplugins.sh:
15004           remove
15005
15006 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15007
15008         * Makefile.am:
15009         * configure.ac:
15010         * examples/Makefile.am:
15011         * examples/capsfilter/Makefile.am:
15012         * examples/capsfilter/capsfilter1.c:
15013         * examples/gob/Makefile.am:
15014         * examples/gob/gst-identity2.gob:
15015         * examples/indexing/.cvsignore:
15016         * examples/indexing/Makefile.am:
15017         * examples/indexing/indexmpeg.c:
15018         * examples/seeking/.cvsignore:
15019         * examples/seeking/Makefile.am:
15020         * examples/seeking/cdparanoia.c:
15021         * examples/seeking/cdplayer.c:
15022         * examples/seeking/chained.c:
15023         * examples/seeking/scrubby.c:
15024         * examples/seeking/seek.c:
15025         * examples/stats/Makefile.am:
15026         * examples/stats/mp2ogg.c:
15027         * examples/switch/.cvsignore:
15028         * examples/switch/Makefile.am:
15029         * examples/switch/switcher.c:
15030         * tests/Makefile.am:
15031         * tests/check/generic/.cvsignore:
15032         * tests/check/pipelines/.cvsignore:
15033         * tests/examples/Makefile.am:
15034         * tests/examples/seek/Makefile.am:
15035           reorganize stuff under tests/
15036
15037 2005-11-30  Edward Hervey  <edward@fluendo.com>
15038
15039         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15040         Go away you stupid GstStaticPadTemplate memleak.
15041
15042 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15043
15044         * gst-libs/gst/net/Makefile.am:
15045         * gst-libs/gst/net/README:
15046         * gst-libs/gst/net/gstnetbuffer.c:
15047         * gst-libs/gst/net/gstnetbuffer.h:
15048           this was moved to "netbuffer"
15049
15050 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15051
15052         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
15053         (gst_video_filter_class_init), (gst_video_filter_init):
15054         * gst-libs/gst/video/gstvideofilter.h:
15055           borgify name to bring in line with other classes
15056
15057 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15058
15059         * gst/audioscale/.cvsignore:
15060         * gst/audioscale/Makefile.am:
15061         * gst/audioscale/README:
15062         * gst/audioscale/audioscale.vcproj:
15063         * gst/audioscale/dtof.c:
15064         * gst/audioscale/dtos.c:
15065         * gst/audioscale/functable.c:
15066         * gst/audioscale/gstaudioscale.c:
15067         * gst/audioscale/gstaudioscale.h:
15068         * gst/audioscale/private.h:
15069         * gst/audioscale/resample.c:
15070         * gst/audioscale/resample.h:
15071         * gst/audioscale/test.c:
15072           remove
15073
15074 2005-11-30  Edward Hervey  <edward@fluendo.com>
15075
15076         * gst-libs/gst/netbuffer/Makefile.am:
15077         really, really tired
15078
15079 2005-11-30  Edward Hervey  <edward@fluendo.com>
15080
15081         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15082         Update for new GstTypeFindFactory _register()
15083
15084 2005-11-30  Edward Hervey  <edward@fluendo.com>
15085
15086         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
15087         Let's not override libgstnet from core for no reason...
15088         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
15089         Ok, maybe not so quick next time.
15090
15091 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15092
15093         * configure.ac:
15094         * gst-libs/gst/Makefile.am:
15095           moved gst-libs/gst/net to netbuffer through CVS surgery
15096           remove old directory
15097           updating build to accomodate
15098           (#322257)
15099
15100 2005-11-29  Andy Wingo  <wingo@pobox.com>
15101
15102         * pkgconfig/gstreamer-plugins-base.pc.in:
15103         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
15104         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
15105         (#322257).
15106
15107 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
15108
15109         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
15110         3rd time's the charm. Correct ref-counting for discarded buffers.
15111
15112 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
15113
15114         * gst/playback/gststreamselector.c:
15115         (gst_stream_selector_class_init),
15116         (gst_stream_selector_set_property),
15117         (gst_stream_selector_get_property),
15118         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15119         Fix ref-counting
15120
15121 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
15122
15123         * gst/subparse/gstsubparse.c: (feed_textbuf):
15124           Don't access already unref'ed buffer.
15125
15126 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
15127
15128         * gst/playback/gststreamselector.c:
15129         (gst_stream_selector_class_init), (gst_stream_selector_init),
15130         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
15131         (gst_stream_selector_get_property),
15132         (gst_stream_selector_get_linked_pad),
15133         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15134         * gst/playback/gststreamselector.h:
15135         Add the active-pad property for playbin to use shortly. Ignore buffers
15136         from any other pad, returning GST_FLOW_NOT_LINKED
15137
15138 2005-11-29  Julien MOUTTE  <julien@moutte.net>
15139
15140         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
15141         patch from bug #322704 (Alessandro Decina).
15142
15143 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15144
15145         * gst-libs/gst/audio/Makefile.am:
15146           folded audiofilter into the audio library
15147
15148 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15149
15150         * gst/videoscale/gstvideoscale.h:
15151         * gst/videoscale/gstvideoscale.c:
15152           remove unimplemented scale methods
15153
15154 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
15155
15156         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
15157           Don't leak caps.
15158
15159 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15160
15161         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
15162         (gst_ximagesink_setcaps):
15163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15164         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
15165         happens (only visible on ximagesink but bug is in xv too) set_caps was
15166         destroying the internal x[v]image used to memcpy non locally alloced
15167         buffers so that it got renewed on next _chain. The issue is that 
15168         _expose will try to put that image as it reffed it in _put.
15169         Using gst_buffer_unref instead of destroy fixes it !
15170
15171 2005-11-28  Edward Hervey  <edward@fluendo.com>
15172
15173         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15174         (try_to_link_1), (queue_filled_cb):
15175         Better use of the queues. Start with a small size queue and only increase
15176         the size of the queues when the other queues are empty.
15177
15178 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15179
15180         * gst-libs/gst/video/Makefile.am:
15181           compile in copied-over videofilter into the video library
15182         * gst-libs/gst/video/videosink.h:
15183           rename the header to gstvideosink.h since it's a base GstObject class
15184         * sys/ximage/ximagesink.h:
15185         * sys/xvimage/xvimagesink.h:
15186           use the new header
15187
15188 2005-11-28  Wim Taymans  <wim@fluendo.com>
15189
15190         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
15191         * gst/playback/gstplaybasebin.h:
15192         Prepare to handle errors betters.
15193
15194         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
15195         Set sinks to PAUSED first before adding and linking them so that
15196         we don't interrupt dataflow.
15197
15198 2005-11-28  Wim Taymans  <wim@fluendo.com>
15199
15200         * gst-libs/gst/audio/TODO:
15201         Updated TODO
15202
15203         * gst-libs/gst/audio/gstaudiosink.c:
15204         (gst_audioringbuffer_open_device),
15205         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
15206         (gst_audioringbuffer_release):
15207         Small cleanups.
15208
15209         * gst-libs/gst/audio/gstbaseaudiosink.c:
15210         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
15211         (gst_base_audio_sink_change_state):
15212         Slave to the master clock when going to PLAYING and unslave when
15213         going to PAUSED.
15214
15215         * gst-libs/gst/audio/gstringbuffer.c:
15216         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
15217         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
15218         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
15219         (gst_ring_buffer_clear_all), (wait_segment),
15220         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15221         (gst_ring_buffer_advance):
15222         * gst-libs/gst/audio/gstringbuffer.h:
15223         Add some docs and cleanups.
15224
15225 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15226
15227         * sys/xvimage/xvimagesink.c:
15228         (gst_xvimagesink_navigation_send_event): Fix navigation events
15229         coordinates translation with pixel aspect ratios.
15230
15231 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15232
15233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
15234         Use calculated video geometry from _setcaps instead of buffer
15235         caps to respect pixel aspect ratio. (fixes #322388)
15236
15237 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15238
15239         * docs/libs/tmpl/gstcolorbalance.sgml:
15240         * docs/libs/tmpl/gstmixer.sgml:
15241         * docs/libs/tmpl/gstxoverlay.sgml:
15242         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
15243         interface.
15244
15245 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15246
15247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
15248         Refuse to create an XvImage if we can't find the format.
15249
15250 2005-11-28  Edward Hervey  <edward@fluendo.com>
15251
15252         * gst-libs/gst/riff/riff-media.c:
15253         (gst_riff_create_audio_template_caps):
15254         Add ATRAC3 to the list of riff-possible audio caps.
15255         I know we still don't have a plugin for atrac3, but it's saner to output
15256         that than a cryptic mimetype.
15257
15258 2005-11-27  Edward Hervey  <edward@fluendo.com>
15259
15260         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
15261         Don't try to create a zero-sized subbuffer.
15262
15263 2005-11-27  Julien MOUTTE  <julien@moutte.net>
15264
15265         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
15266         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
15267         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
15268         (gst_ximagesink_expose): Fixed a tricky race.
15269         * sys/ximage/ximagesink.h:
15270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15271         (gst_xvimagesink_expose): Fixed a tricky race.
15272         * sys/xvimage/xvimagesink.h:
15273
15274 2005-11-27  Edward Hervey  <edward@fluendo.com>
15275
15276         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15277         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
15278         Remove unused properties, and add queues between demuxers and decoders
15279         so that a lot more files can preroll properly.
15280
15281 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15282
15283         * gst-libs/gst/net/Makefile.am:
15284         * gst-libs/gst/rtp/Makefile.am:
15285         * gst-libs/gst/tag/Makefile.am:
15286           remove silly include
15287         * gst/tags/Makefile.am:
15288         * gst/tags/gsttagediting.c:
15289         * gst/tags/gsttageditingprivate.h:
15290         * gst/tags/tagedit.vcproj:
15291           remove directory, is as good as empty
15292
15293 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15294
15295         * configure.ac:
15296           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
15297         * gst-libs/Makefile.am:
15298         * gst-libs/gst/audio/Makefile.am:
15299         * gst-libs/gst/interfaces/Makefile.am:
15300         * gst-libs/gst/net/Makefile.am:
15301         * gst-libs/gst/riff/Makefile.am:
15302         * gst-libs/gst/rtp/Makefile.am:
15303         * gst-libs/gst/tag/Makefile.am:
15304         * gst-libs/gst/video/Makefile.am:
15305           and use them
15306
15307 2005-11-27  Julien MOUTTE  <julien@moutte.net>
15308
15309         * docs/libs/tmpl/gstcolorbalance.sgml:
15310         * docs/libs/tmpl/gstmixer.sgml:
15311         * docs/libs/tmpl/gstxoverlay.sgml:
15312         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
15313         * sys/ximage/ximagesink.h:
15314         * sys/xvimage/xvimagesink.h: More and more documentation.
15315
15316 2005-11-26  Julien MOUTTE  <julien@moutte.net>
15317
15318         * docs/libs/gst-plugins-base-libs-docs.sgml:
15319         * docs/libs/gst-plugins-base-libs-sections.txt:
15320         * docs/libs/tmpl/gstcolorbalance.sgml:
15321         * docs/libs/tmpl/gstmixer.sgml:
15322         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
15323         to documentation.
15324
15325 2005-11-26  Julien MOUTTE  <julien@moutte.net>
15326
15327         * docs/plugins/Makefile.am:
15328         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15329         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15330         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
15331
15332 2005-11-26  Julien MOUTTE  <julien@moutte.net>
15333
15334         * docs/plugins/Makefile.am:
15335         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15336         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15337         * docs/plugins/inspect/plugin-adder.xml:
15338         * docs/plugins/inspect/plugin-alsa.xml:
15339         * docs/plugins/inspect/plugin-audioconvert.xml:
15340         * docs/plugins/inspect/plugin-audiorate.xml:
15341         * docs/plugins/inspect/plugin-audioresample.xml:
15342         * docs/plugins/inspect/plugin-audiotestsrc.xml:
15343         * docs/plugins/inspect/plugin-decodebin.xml:
15344         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15345         * docs/plugins/inspect/plugin-gnomevfs.xml:
15346         * docs/plugins/inspect/plugin-ogg.xml:
15347         * docs/plugins/inspect/plugin-playbin.xml:
15348         * docs/plugins/inspect/plugin-subparse.xml:
15349         * docs/plugins/inspect/plugin-tcp.xml:
15350         * docs/plugins/inspect/plugin-theora.xml:
15351         * docs/plugins/inspect/plugin-typefindfunctions.xml:
15352         * docs/plugins/inspect/plugin-video4linux.xml:
15353         * docs/plugins/inspect/plugin-videorate.xml:
15354         * docs/plugins/inspect/plugin-videoscale.xml:
15355         * docs/plugins/inspect/plugin-videotestsrc.xml:
15356         * docs/plugins/inspect/plugin-volume.xml:
15357         * docs/plugins/inspect/plugin-vorbis.xml:
15358         * docs/plugins/inspect/plugin-ximagesink.xml:
15359         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
15360         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
15361
15362 2005-11-26  Edward Hervey  <edward@fluendo.com>
15363
15364         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
15365         Properly return GstFlowReturn from gst_pad_push in chain functions.
15366
15367 2005-11-25  Michael Smith  <msmith@fluendo.com>
15368
15369         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
15370         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
15371         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15372         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
15373           Handle various conditions better when we don't understand a stream.
15374           Removes a heap of CRITICALs on ogg streams containing unknown data.
15375
15376 2005-11-24  Andy Wingo  <wingo@pobox.com>
15377
15378         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
15379         Be threadsafe.
15380
15381 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15382
15383         * configure.ac: back to HEAD
15384
15385 === release 0.9.6 ===
15386
15387 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
15388
15389         * configure.ac:
15390           releasing 0.9.6, "White Eight"
15391
15392 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15393
15394         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15395         * docs/plugins/inspect/plugin-sine.xml:
15396           remove sinesrc some more
15397
15398 2005-11-23  Wim Taymans  <wim@fluendo.com>
15399
15400         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
15401         If we are reading too slowly, jump forward in the ringbuffer
15402         instead of blocking.
15403
15404 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
15405
15406         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
15407         (gst_visual_chain):
15408         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
15409         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
15410         (gst_videorate_chain):
15411         * gst/videotestsrc/gstvideotestsrc.c:
15412         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
15413         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
15414         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
15415         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
15416         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
15417         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
15418           Updates for API changes
15419
15420 2005-11-23  Wim Taymans  <wim@fluendo.com>
15421
15422         * gst-libs/gst/audio/gstbaseaudiosink.c:
15423         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
15424         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15425         Fix for calibration API change.
15426
15427 2005-11-23  Michael Smith <msmith@fluendo.com>
15428
15429         * gst-libs/gst/audio/multichannel.c:
15430         (gst_audio_get_channel_positions),
15431         (gst_audio_set_channel_positions),
15432         (gst_audio_set_structure_channel_positions_list),
15433         (gst_audio_fixate_channel_positions):
15434           Use gst_value_array_*() functions on value arrays, not
15435           gst_value_list_*().
15436
15437 2005-11-23  Edward Hervey  <edward@fluendo.com>
15438
15439         * autogen.sh:
15440         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
15441         Fixes autogen
15442
15443 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15444
15445         * check/Makefile.am:
15446         * check/elements/videotestsrc.c: (setup_videotestsrc),
15447         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
15448         (main):
15449           add a test for videotestsrc
15450
15451 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15452
15453         * gst/sine/.cvsignore:
15454         * gst/sine/Makefile.am:
15455         * gst/sine/gstsinesrc.c:
15456         * gst/sine/gstsinesrc.h:
15457         * gst/sine/sinesrc.vcproj:
15458           and remove sinesrc from the repository.  Closes #321446
15459
15460 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15461
15462         * configure.ac:
15463         * gst-plugins-base.spec.in:
15464           remove sinesrc from the build
15465
15466 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15467
15468         * check/Makefile.am:
15469         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
15470         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
15471         (main):
15472           add a test for audiotestsrc, testing all waves.  Even seems
15473           leak-free at first glance, nice job Stefan
15474
15475 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
15476
15477         * po/af.po:
15478         * po/az.po:
15479         * po/cs.po:
15480         * po/en_GB.po:
15481         * po/hu.po:
15482         * po/it.po:
15483         * po/nb.po:
15484         * po/nl.po:
15485         * po/or.po:
15486         * po/sq.po:
15487         * po/sr.po:
15488         * po/sv.po:
15489         * po/uk.po:
15490         * po/vi.po:
15491           Translation string updates
15492
15493         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
15494         (gst_v4lsrc_set_caps):
15495         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
15496         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
15497         * sys/v4l/v4lsrc_calls.h:
15498           Improve v4lsrc, by making it work again.
15499
15500 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
15501
15502         * ext/libvisual/visual.c: (gst_visual_chain):
15503           Fix the fps calculations.
15504
15505         * gst/ffmpegcolorspace/avcodec.h:
15506           Move structure element for clarity
15507
15508         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
15509         * gst-libs/gst/interfaces/tunernorm.h:
15510         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
15511         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
15512         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
15513         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
15514         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
15515         (gst_v4lmjpegsrc_getcaps):
15516         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
15517         (gst_v4lsrc_set_caps):
15518         * sys/v4l/gstv4lsrc.h:
15519         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15520         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
15521         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
15522         * sys/v4l/v4lsrc_calls.h:
15523           Fractional framerates...
15524
15525 2005-11-22  Wim Taymans  <wim@fluendo.com>
15526
15527         * gst-libs/gst/audio/gstbaseaudiosink.c:
15528         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
15529         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15530         And we provide a clock by default, of course...
15531
15532 2005-11-22  Wim Taymans  <wim@fluendo.com>
15533
15534         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
15535         This clock can be slaved to a master clock now.
15536
15537         * gst-libs/gst/audio/gstbaseaudiosink.c:
15538         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
15539         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
15540         (gst_base_audio_sink_set_clock),
15541         (gst_base_audio_sink_set_property),
15542         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
15543         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15544         * gst-libs/gst/audio/gstbaseaudiosink.h:
15545         Handle slaving the internal clock to the clock selected in the
15546         pipeline.
15547         Add property to make the basesink not provide a clock.
15548
15549         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15550         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15551         (gst_base_rtp_depayload_wait):
15552         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15553         We can use the clock in GstElement, no need to store it ourselves.
15554
15555 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15556
15557         * docs/libs/tmpl/gstaudio.sgml:
15558           update
15559         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
15560         (gst_paranoia_endian_get_type):
15561         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
15562         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
15563         * gst/audiotestsrc/gstaudiotestsrc.c:
15564         (gst_audiostestsrc_wave_get_type):
15565         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15566         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15567         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15568         (gst_sync_method_get_type), (gst_unit_type_get_type),
15569         (gst_client_status_get_type), (gst_multifdsink_class_init),
15570         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
15571         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
15572         (gst_multifdsink_get_property):
15573         * gst/tcp/gstmultifdsink.h:
15574         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
15575         * gst/videotestsrc/gstvideotestsrc.c:
15576         (gst_videotestsrc_pattern_get_type):
15577           remove deprecated properties
15578           fix up enums to correctly have short lowercase dashed nicks
15579
15580 2005-11-22  Michael Smith <msmith@fluendo.com>
15581
15582         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15583         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15584           Add underscore.
15585
15586 2005-11-22  Michael Smith <msmith@fluendo.com>
15587
15588         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15589         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15590           Use utility method for scaling clocktime for fractional framerates.
15591
15592 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
15593
15594         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
15595         (gst_visual_chain):
15596         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15597         * ext/theora/theoradec.c: (theora_handle_type_packet):
15598         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15599         (theora_enc_chain):
15600         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15601         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
15602         * gst-libs/gst/video/video.h:
15603         * gst/ffmpegcolorspace/avcodec.h:
15604         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15605         (gst_ffmpeg_caps_to_pixfmt):
15606         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15607         (gst_ffmpegcsp_set_caps):
15608         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15609         (gst_videorate_setcaps), (gst_videorate_blank_data),
15610         (gst_videorate_chain):
15611         * gst/videotestsrc/gstvideotestsrc.c:
15612         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
15613         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
15614         (gst_videotestsrc_event), (gst_videotestsrc_create):
15615         * gst/videotestsrc/gstvideotestsrc.h:
15616         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15617         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
15618         (gst_ximagesink_get_times), (gst_ximagesink_init):
15619         * sys/ximage/ximagesink.h:
15620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15621         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15622         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
15623         * sys/xvimage/xvimagesink.h:
15624           Convert elements to use fractions for their framerate.
15625           V4L elements to come later tonight.
15626
15627 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15628
15629         * gst-libs/gst/audio/audio.c:
15630         * gst-libs/gst/audio/audio.h:
15631           remove some deprecated functions
15632
15633 2005-11-22  Andy Wingo  <wingo@pobox.com>
15634
15635         * Update for gst_tag_setter API changes.
15636
15637 2005-11-22  Andy Wingo  <wingo@pobox.com>
15638
15639         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
15640         (gst_ogg_demux_perform_seek):
15641         * ext/theora/theoradec.c (theora_dec_sink_event):
15642         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
15643         update-funcnames.
15644
15645 2005-11-22  Wim Taymans  <wim@fluendo.com>
15646
15647         * examples/seeking/seek.c: (main):
15648         Give higher priority to bus signals than the gtk events
15649         to fix a race condition in the segment looping.
15650
15651 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15652
15653         * ext/theora/Makefile.am:
15654         * ext/vorbis/Makefile.am:
15655         * gst-libs/gst/tag/Makefile.am:
15656         * gst-plugins-base.spec.in:
15657           Rename libgsttagedit to libgsttag (#322117).
15658
15659 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15660
15661         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
15662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15663           Call gst_x_overlay_prepare_xwindow_id() to give applications
15664           a final chance to set their own xwindow id before the video
15665           sink creates its own window.
15666
15667 2005-11-22  Julien MOUTTE  <julien@moutte.net>
15668
15669         * sys/xvimage/xvimagesink.c:
15670         (gst_xvimagesink_navigation_send_event): Handle navigation
15671         events correcly with borders if applicable.
15672
15673 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15674
15675         Patch by: Luca Ognibene
15676
15677         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15678         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
15679         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15680         (gst_ffmpegcsp_caps_remove_format_info):
15681         * gst/ffmpegcolorspace/imgconvert.c:
15682         * gst/ffmpegcolorspace/imgconvert_template.h:
15683           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
15684           #318353); use gst_structure_has_name().
15685
15686 2005-11-22  Julien MOUTTE  <julien@moutte.net>
15687
15688         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
15689         (gst_ximagesink_class_init): Add debug macros on functions.
15690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15691         (gst_xvimagesink_xwindow_draw_borders),
15692         (gst_xvimagesink_xvimage_put),
15693         (gst_xvimagesink_xwindow_update_geometry),
15694         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
15695         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
15696         (gst_xvimagesink_xcontext_clear),
15697         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15698         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15699         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15700         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15701         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
15702         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15703         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
15704         expose while being PAUSED, out of data flow navigation events, etc..
15705
15706 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15707
15708         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
15709         * gst-libs/gst/audio/audio.h:
15710           fix prototype - wondering why the test worked regardless
15711
15712 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15713
15714         * check/Makefile.am:
15715         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
15716         * gst-libs/gst/audio/audio.h:
15717           add a method that returns a proper GstClockTime
15718
15719 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15720
15721         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
15722         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
15723         * gst-libs/gst/interfaces/xoverlay.h:
15724           Remove everything having to do with the desired size; add 
15725           gst_x_overlay_prepare_xwindow_id() function; remove the
15726           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
15727           post a message on the bus instead (#321816).
15728
15729         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
15730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
15731         (gst_xvimagesink_xoverlay_init):
15732           Remove desired size stuff (#321816).
15733
15734 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15735
15736         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
15737         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15738         (mpeg_video_type_find), (mpeg_video_stream_type_find):
15739           Terminate vararg functions with NULL instead of 0 to 
15740           make gcc4 happy.
15741
15742 2005-11-21  Andy Wingo  <wingo@pobox.com>
15743
15744         patch by: Sebastien Cote <sebas642@yahoo.ca>
15745         
15746         * gst-libs/gst/rtp/gstrtpbuffer.h: 
15747         * gst-libs/gst/rtp/gstrtpbuffer.c
15748         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
15749
15750 2005-11-21  Andy Wingo  <wingo@pobox.com>
15751
15752         * gst/playback/gstplaybin.c (gen_audio_element) 
15753         (gen_video_element): Use the new MISSING_PLUGIN core error
15754         category. Closes #320060.
15755
15756         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
15757         * gst/videorate/gstvideorate.c (gst_videorate_event):
15758         * ext/theora/theoradec.c (theora_dec_sink_event): 
15759         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
15760         stream lock.
15761
15762         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
15763         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
15764         stream lock changes.
15765
15766 2005-11-21  Wim Taymans  <wim@fluendo.com>
15767
15768         * gst-libs/gst/audio/gstbaseaudiosink.c:
15769         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
15770         (gst_base_audio_sink_provide_clock),
15771         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
15772         (gst_base_audio_sink_change_state):
15773         * gst/audioresample/gstaudioresample.c:
15774         Segment update fix.
15775
15776 2005-11-21  Andy Wingo  <wingo@pobox.com>
15777
15778         * *.h:
15779         * *.c: Ran scripts/update-macros. Oh yes.
15780
15781 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15782
15783         * sys/ximage/Makefile.am:
15784         * sys/ximage/ximage.c:
15785           Rename ximage plugin to ximagesink (#321426) (Don't forget to
15786           remove your old libgstximage.* manually if necessary).
15787
15788 2005-11-21  Michael Smith <msmith@fluendo.com>
15789
15790         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
15791           Minimal fix for bug #320200: set the min/max bitrate in the correct
15792           units. A better fix would be to upgrade to the RATEMANAGE2
15793           interface, rather than using the deprecated interface used here, but
15794           that would require an update in our libvorbis dependency (to 1.1),
15795           which is probably undesirable.
15796
15797 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
15798
15799         * ext/libvisual/visual.c: (get_buffer):
15800         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15801         (gst_base_audio_src_fixate):
15802         * gst/audioconvert/gstaudioconvert.c:
15803         (gst_audio_convert_fixate_caps):
15804         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
15805         * gst/audiotestsrc/gstaudiotestsrc.c:
15806         (gst_audiotestsrc_src_fixate):
15807         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
15808         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
15809         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
15810         * gst/videotestsrc/gstvideotestsrc.c:
15811         (gst_videotestsrc_src_fixate):
15812         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
15813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
15814           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
15815           (#322027)
15816
15817
15818 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15819
15820         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15821         (gst_riff_create_iavs_caps):
15822         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
15823         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15824         (gst_riff_parse_info):
15825         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
15826         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
15827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15828           Fixes for GST_FOURCC_FORMAT API change.
15829
15830 2005-11-21  Andy Wingo  <wingo@pobox.com>
15831
15832         patch by: Alessandro Dessina <alessandro nnva org>
15833
15834         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
15835         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
15836         (gst_ogg_parse_chain):
15837         * ext/theora/theoraenc.c (theora_set_header_on_caps):
15838         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
15839         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
15840         gst_value_list calls on arrays. Fixes #321962.
15841
15842 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15843
15844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15845         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
15846         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15847         * gst/adder/gstadder.c: (gst_adder_init),
15848         (gst_adder_request_new_pad), (gst_adder_collected),
15849         (gst_adder_change_state):
15850           Update for gst_collectpads_foo() to gst_collect_pads_foo()
15851           API change.
15852
15853 2005-11-21  Michael Smith <msmith@fluendo.com>
15854
15855         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15856         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
15857           Properly handle pad_push return values.
15858
15859 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
15860
15861         * gst-libs/gst/tag/Makefile.am:
15862         * gst-libs/gst/tag/gstvorbistag.c:
15863         (gst_tag_list_to_vorbiscomment_buffer):
15864           Remove obsolete vorbistag element and debug category.
15865
15866         * gst/playback/gstplaybasebin.c: (check_queue):
15867           Don't divide by 0 when queue-threshold is 0.
15868
15869         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
15870           Don't modify an existing pixel-aspect-ratio if we fail to read
15871           a new one.
15872
15873 2005-11-20  Wim Taymans  <wim@fluendo.com>
15874
15875         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
15876         (gst_vorbisenc_push_packet):
15877         GST_PAD_IS_USABLE is gone, use the return value of
15878         the push or pad_alloc_buffer instead.
15879
15880 2005-11-18  Julien MOUTTE  <julien@moutte.net>
15881
15882         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15883         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
15884         (gst_ximagesink_ximage_destroy),
15885         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
15886         (gst_ximagesink_xwindow_new),
15887         (gst_ximagesink_xwindow_update_geometry),
15888         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
15889         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
15890         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
15891         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
15892         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
15893         (gst_ximagesink_navigation_send_event),
15894         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
15895         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15896         (gst_ximagesink_finalize), (gst_ximagesink_init),
15897         (gst_ximagesink_class_init):
15898         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
15899         This new version brings correct software scaling, non flickering
15900         window while resizing, pixel aspect ratio handling, usage of
15901         hardware buffer pools, out of data flow event thread for 
15902         navigation and handling of expose events even when being PAUSED,
15903         a new property to keep video aspect ratio when resizing, etc...
15904
15905 2005-11-18  Julien MOUTTE  <julien@moutte.net>
15906
15907         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15908         (gst_videoscale_fixate_caps): Introduce back caps fixate with
15909         handling of PAR.
15910
15911 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
15912
15913         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
15914         Unsetting IS_SINK flag from the fakesink, so decodebin
15915         never behaves as a sink.
15916
15917 2005-11-17  Wim Taymans  <wim@fluendo.com>
15918
15919         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15920         (gst_base_audio_src_change_state):
15921         Fix the audiosrc base class again, we did not unflush.
15922
15923 2005-11-17  Julien MOUTTE  <julien@moutte.net>
15924
15925         * examples/seeking/seek.c: (make_dv_pipeline),
15926         (make_vorbis_theora_pipeline), (make_avi_pipeline),
15927         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
15928         to ogg/vorbis/theora pipeline.
15929
15930 2005-11-17  Wim Taymans  <wim@fluendo.com>
15931
15932         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
15933         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15934         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15935         Fix EOS on multiple streams.
15936         More debugging.
15937
15938 2005-11-16  Wim Taymans  <wim@fluendo.com>
15939
15940         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
15941         (gst_ogg_demux_perform_seek):
15942         Segment done must include stream time.
15943
15944         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15945         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
15946         (gst_ogg_mux_change_state):
15947         Fix ogg muxer again.
15948
15949 2005-11-16  Wim Taymans  <wim@fluendo.com>
15950
15951         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
15952         Fix compile again.
15953
15954 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15955
15956         * ext/libvisual/visual.c: (gst_visual_init):
15957         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
15958         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
15959         (gst_ogg_parse_chain):
15960         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15961         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
15962         * ext/theora/theoradec.c: (gst_theora_dec_init):
15963         * ext/theora/theoraenc.c: (gst_theora_enc_init):
15964         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15965         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
15966         * gst/adder/gstadder.c: (gst_adder_class_init),
15967         (gst_adder_dispose):
15968         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
15969         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15970         * gst/videorate/gstvideorate.c: (gst_videorate_init):
15971           Fix a whole set of pad template leaks
15972
15973 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15974
15975         * check/generic/states.c: (GST_START_TEST):
15976           fix the test so that it only checks for elements that are part of
15977           this source module
15978
15979 2005-11-16  Michael Smith <msmith@fluendo.com>
15980
15981         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
15982         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
15983         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15984         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15985         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
15986         (gst_ogg_mux_change_state):
15987           Fix leaking collectpads.
15988
15989 2005-11-16  Edward Hervey  <edward@fluendo.com>
15990
15991         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
15992         (gst_videorate_event), (gst_videorate_chain):
15993         Handle segment seeks
15994
15995 2005-11-16  Wim Taymans  <wim@fluendo.com>
15996
15997         * gst-libs/gst/audio/gstbaseaudiosink.c:
15998         (gst_base_audio_sink_provide_clock),
15999         (gst_base_audio_sink_change_state):
16000         Set ringbuffer to non-flushing when going to PAUSED, set to
16001         flushing again when going to READY.
16002
16003         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
16004         (gst_ring_buffer_stop):
16005         Start in flushing mode by default.
16006         Don't set flushing in the _stop method, let the app call
16007         this explicitly.
16008
16009 2005-11-16  Julien MOUTTE  <julien@moutte.net>
16010
16011         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
16012         * gst-libs/gst/video/videosink.h: Add helper function needed
16013         for video sinks.
16014
16015 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
16016
16017         * gst/videoscale/gstvideoscale.c:
16018         (gst_videoscale_handle_src_event):
16019           Don't leak reference to pad parent.
16020
16021 2005-11-16  Wim Taymans  <wim@fluendo.com>
16022
16023         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
16024         Set ringbuffer to flushing when stopping so that we don't
16025         block on wait_segment anymore and livelock.
16026
16027 2005-11-16  Wim Taymans  <wim@fluendo.com>
16028
16029         * examples/seeking/seek.c: (send_event), (do_seek),
16030         (loop_toggle_cb), (segment_done), (main):
16031         Added looping checkbox.
16032
16033 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16034
16035         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
16036         (gst_ogg_demux_init):
16037         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
16038         (gst_vorbis_dec_init):
16039           revert unrefs, they don't pass make check
16040
16041 2005-11-15  Johan Dahlin  <johan@gnome.org>
16042
16043         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
16044         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
16045         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
16046         (gst_vorbis_dec_init):
16047         Fix pad template leaks. 
16048
16049 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
16050
16051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
16052           Make state change function thread safe.
16053
16054 2005-11-15  Edward Hervey  <edward@fluendo.com>
16055
16056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16057         (gst_ogg_demux_class_init):
16058         Implement GstElement::send_event, so we can send seek events
16059         in GST_STATE_READY
16060
16061 2005-11-14  Julien MOUTTE  <julien@moutte.net>
16062
16063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
16064         Discovered how to take away flickering while resizing the
16065         window. Please don't put that in ximagesink, refactoring in
16066         progress.
16067
16068 2005-11-14  Michael Smith <msmith@fluendo.com>
16069
16070         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
16071         (gst_multifdsink_render):
16072           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
16073
16074 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
16075
16076         * gst/playback/gstplaybin.c: (gen_audio_element):
16077           Use autoaudiosink, it tends to be more widely available than
16078           autoaudiiosink.
16079           
16080 2005-11-14  Andy Wingo  <wingo@pobox.com>
16081
16082         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
16083         as well if it is available. Fixes #316442.
16084
16085 2005-11-14  Michael Smith <msmith@fluendo.com>
16086
16087         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
16088         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
16089         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16090         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
16091         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
16092         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
16093         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
16094         (gst_vorbisenc_change_state):
16095           Fix a small memory leak in vorbisenc.
16096           Fix large memory leaks in oggmux, also fix lots of state change
16097           bugs in oggmux.
16098
16099 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16100
16101         * gst/videotestsrc/gstvideotestsrc.c:
16102         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
16103         (gst_videotestsrc_src_fixate):
16104           move fixation to a fixate function
16105           remove negotiate function, basesrc's is good enough
16106           fixes a bug for check when using the element alone
16107
16108 2005-11-13  Edward Hervey  <edward@fluendo.com>
16109
16110         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
16111         (key_toggle_cb), (main):
16112         Added checkboxes for adding/removing the accurate and key_unit seek
16113         flags.
16114
16115 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16116
16117         * configure.ac: back to HEAD
16118
16119 === release 0.9.5 ===
16120
16121 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
16122
16123         * configure.ac:
16124           releasing 0.9.5, "No No Kia"
16125
16126 2005-11-11  Edward Hervey  <edward@fluendo.com>
16127
16128         * examples/seeking/seek.c: (make_parselaunch_pipeline):
16129         Added parse-launch syntax seeking mode for the seeking example.
16130         This should help stress-test even more cases.
16131         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
16132
16133 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
16134
16135         * sys/xvimage/xvimagesink.c:
16136         (gst_xvimagesink_navigation_send_event):
16137           Check whether peer pad exists before sending navigation events
16138           to it.
16139
16140 2005-11-11  Michael Smith <msmith@fluendo.com>
16141
16142         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
16143         (gst_vorbisenc_buffer_from_packet):
16144         * ext/vorbis/vorbisenc.h:
16145           Set duration on encoded buffers. This allows oggmux's
16146           max_page_delay parameter to actually work.
16147
16148 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
16149
16150         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16151         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
16152         (gst_ffmpegcsp_avpicture_fill):
16153         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16154         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
16155           Make palettes work again (see #132341). Use our own macros
16156           for rounding up.
16157
16158 2005-11-10  Andy Wingo  <wingo@pobox.com>
16159
16160         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
16161         string doober.
16162
16163 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16164
16165         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16166         (gst_ffmpegcsp_transform_caps):
16167           Prefer passthrough in transform_caps
16168
16169 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16170
16171         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
16172           check for ALSA errors properly, instead of relying on ALSA's
16173           error strings to serve to the user.
16174
16175 2005-11-10  Wim Taymans  <wim@fluendo.com>
16176
16177         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
16178         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
16179         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16180         Modernise the seek code.
16181
16182 2005-11-10  Michael Smith <msmith@fluendo.com>
16183         
16184         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
16185         (setup_substreams), (set_active_source):
16186           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
16187           trying to go to NULL if we failed to read a file.
16188
16189 2005-11-10  Wim Taymans  <wim@fluendo.com>
16190
16191         * gst/audiotestsrc/gstaudiotestsrc.c:
16192         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
16193         (gst_audiotestsrc_create):
16194         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16195         (gst_sinesrc_get_times), (gst_sinesrc_create):
16196         * gst/videotestsrc/gstvideotestsrc.c:
16197         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
16198         (gst_videotestsrc_create):
16199         The base class can now sync for us.
16200
16201 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16202
16203         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
16204           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
16205           name=source autoprobe=false autoprobe-fps=false copy-mode=1
16206           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
16207           format=(fourcc)I420" ! xvimagesink
16208
16209 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
16210
16211         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16212         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
16213         (gst_sinesrc_newsegment):
16214           Send newsegment event in TIME format, set duration if
16215           num-buffers is set, fix duration querying.
16216
16217 2005-11-10  Michael Smith <msmith@fluendo.com>
16218
16219         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
16220         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16221         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
16222         (gst_ogg_mux_collected):
16223          Fix EOS handling, partially. Now forwarding an EOS event once we have
16224          EOS on all pads works correctly. However, we still don't properly set
16225          EOS on the actual ogg stream pages.
16226
16227 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
16228
16229         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
16230           Set elements to NULL state before disposing of them.
16231
16232 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
16233
16234         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16235
16236         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16237         (gst_base_rtp_depayload_init),
16238         (gst_base_rtp_depayload_set_gst_timestamp):
16239         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16240           We need to send a newsegment event for each instance, not
16241           just for the first instance of this class (get rid of
16242           static variable in function). (#321011).
16243           
16244 2005-11-08  Michael Smith <msmith@fluendo.com>
16245
16246         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
16247         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
16248         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
16249         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16250           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
16251           This makes us mux things correctly according to the ogg muxing
16252           rules. Still not handling EOS correctly right now, though.
16253
16254 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
16255
16256         * gst/audioconvert/gstaudioconvert.c:
16257           Fix typo in docs. 
16258
16259 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
16260
16261         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
16262         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
16263           Initialise segment_stop to GST_CLOCK_TIME_NONE when
16264           creating a new chain; should fix live streaming. Also
16265           add more debug output and fix a typo.
16266
16267 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
16268
16269         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16270
16271         * gst/volume/gstvolume.c: (volume_set_caps):
16272           Fix compilation on Solaris with Forte. (#320923)
16273
16274 2005-11-08  Wim Taymans  <wim@fluendo.com>
16275
16276         * gst-libs/gst/audio/gstbaseaudiosink.c:
16277         (gst_base_audio_sink_render):
16278         No need to do a typecheck.
16279
16280 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
16281
16282         * ext/alsa/gstalsa.h:
16283           We register a debug category, so let's use it.
16284
16285 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
16286
16287         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16288         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
16289         Fixed a small problem.
16290
16291 2005-11-04  Wim Taymans  <wim@fluendo.com>
16292
16293         * examples/seeking/Makefile.am:
16294         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
16295         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
16296         (make_playerbin_pipeline), (format_value), (update_scale),
16297         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
16298         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
16299         (print_usage), (main):
16300         Added app for playback speed testing.
16301
16302         * examples/seeking/seek.c: (dynamic_link),
16303         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
16304         (make_mpeg_pipeline), (do_seek), (set_update_scale),
16305         (message_received), (main):
16306         Updated seek example.
16307
16308 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
16309
16310         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16311         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
16312         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
16313         (gst_base_rtp_depayload_set_clock):
16314         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16315         Don't sleep on the bench (system clock) when you have a nice 
16316         comfortable bed (Gstreamer clock) to sleep on.
16317
16318 2005-11-03  Wim Taymans  <wim@fluendo.com>
16319
16320         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16321         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
16322         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
16323         Handle the case where a pad_block failed.
16324
16325 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
16326
16327         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
16328
16329         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16330         (gst_base_rtp_depayload_add_to_queue),
16331         (gst_base_rtp_depayload_push),
16332         (gst_base_rtp_depayload_set_gst_timestamp),
16333         (gst_base_rtp_depayload_queue_release):
16334           Fixes some bugs in the depayloader's queuing/de-queueing code.
16335
16336 2005-10-31  Michael Smith <msmith@fluendo.com>
16337
16338         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
16339         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16340         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
16341           Patch from Alessandro Decina <alessandro@nnva.org>.
16342           Make oggdemux only find the final time in a chain, not per-pad,
16343           since the per-pad information can be very expensive to locate, and
16344           it isn't used anywhere. This makes reading a file containing
16345           OggSkeleton reasonably fast.
16346           Also, make chain finding work when there are logical bitstreams that
16347           can't be decoded. Fixes #319110.
16348
16349 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
16350
16351         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16352         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
16353         (gst_base_rtp_depayload_chain),
16354         (gst_base_rtp_depayload_add_to_queue),
16355         (gst_base_rtp_depayload_push),
16356         (gst_base_rtp_depayload_set_gst_timestamp),
16357         (gst_base_rtp_depayload_queue_release),
16358         (gst_base_rtp_depayload_start_thread),
16359         (gst_base_rtp_depayload_set_property),
16360         (gst_base_rtp_depayload_get_property):
16361         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16362         Some random fixes, to fullfill the desires of thomas.
16363
16364 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
16365
16366         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16367         (gst_base_rtp_depayload_add_to_queue),
16368         (gst_base_rtp_depayload_push):
16369         Fixed the queueing algorithm.
16370
16371 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
16372
16373         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16374         (gst_base_rtp_depayload_push):
16375         A small fix
16376
16377 2005-10-31  Wim Taymans  <wim@fluendo.com>
16378
16379         * gst-libs/gst/audio/gstringbuffer.h:
16380         Don't break ABI.
16381
16382         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16383         (gst_ffmpeg_caps_to_pixfmt):
16384         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16385         (gst_ffmpegcsp_set_caps):
16386         Some more comments.
16387         Handle missing required caps fields better.
16388
16389 2005-10-31  Wim Taymans  <wim@fluendo.com>
16390
16391         * gst-libs/gst/audio/gstbaseaudiosink.c:
16392         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
16393         (gst_base_audio_sink_render):
16394         * gst-libs/gst/audio/gstringbuffer.c:
16395         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
16396         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16397         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
16398         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
16399         (gst_ring_buffer_read):
16400         * gst-libs/gst/audio/gstringbuffer.h:
16401         Add flushing mode to the ringbuffer so that it in all cases does
16402         not try to handle more audio. This makes sure it does not try to
16403         block anymore when flushing and fixes a livelock.
16404
16405 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
16406
16407         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
16408         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
16409         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
16410           Explicitly check for -1 values before doing a conversion
16411           and always map them to -1. (#315545)
16412
16413 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16414
16415         * gst/playback/gstplaybin.c: (gen_video_element):
16416           first try autovideosink, then xvimagesink, then error out
16417         * po/POTFILES.in:
16418           add translatable file
16419         * po/af.po:
16420         * po/az.po:
16421         * po/cs.po:
16422         * po/en_GB.po:
16423         * po/hu.po:
16424         * po/it.po:
16425         * po/nb.po:
16426         * po/nl.po:
16427         * po/or.po:
16428         * po/sq.po:
16429         * po/sr.po:
16430         * po/sv.po:
16431         * po/uk.po:
16432         * po/vi.po:
16433           update translations
16434
16435 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
16436
16437         * gst-libs/gst/rtp/gstbasedepayload.c:
16438         * gst-libs/gst/rtp/gstbasedepayload.h:
16439           Minor cleanups
16440
16441 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
16442
16443         * gst/playback/.cvsignore:
16444         * gst/playback/decodetest.c:
16445         * gst/playback/test3.c:
16446           Port these two tests as well.
16447
16448 2005-10-27  Wim Taymans  <wim@fluendo.com>
16449
16450         * ext/theora/theoradec.c: (theora_dec_src_query),
16451         (theora_dec_sink_event):
16452         * ext/theora/theoraenc.c: (theora_enc_sink_event),
16453         (theora_enc_change_state):
16454         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16455         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
16456         Take proper locks when handling events.
16457
16458 2005-10-27  Wim Taymans  <wim@fluendo.com>
16459
16460         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
16461         (gst_adder_change_state):
16462         Fix timestamps and fix deadlock when stopping the collectpads.
16463
16464 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
16465
16466         * gst-libs/gst/rtp/gstrtpbuffer.h:
16467         Declaring the payload types as strings too so that they can be used
16468         in the padtemplate inialization.
16469
16470 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
16471
16472         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
16473
16474         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16475         (gst_base_rtp_depayload_class_init):
16476         Fixes a small but nasty bug. The derived elements no longer segfaults
16477         on finalization.
16478
16479 2005-10-26  Michael Smith <msmith@fluendo.com>
16480
16481         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
16482           When clearing an audioconvert context, set tmpbufsize to zero, so
16483           we'll allocate it again later if required.
16484           This fixes audioconvert re-negotiating formats, which previously
16485           segfaulted with a NULL destination buffer.
16486
16487 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
16488
16489         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16490         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
16491         (gst_base_rtp_depayload_set_gst_timestamp),
16492         (gst_base_rtp_depayload_queue_release):
16493         Fixed a smalll memleak.
16494
16495 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
16496         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16497         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
16498         (gst_base_rtp_depayload_finalize),
16499         (gst_base_rtp_depayload_setcaps),
16500         (gst_base_rtp_depayload_add_to_queue),
16501         (gst_base_rtp_depayload_push),
16502         (gst_base_rtp_depayload_set_gst_timestamp),
16503         (gst_base_rtp_depayload_queue_release),
16504         (gst_base_rtp_depayload_thread),
16505         (gst_base_rtp_depayload_change_state):
16506         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16507         Changed the C++ comments to C comments
16508
16509 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
16510
16511         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
16512         * gst/tcp/gsttcpclientsrc.h:
16513         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
16514         * gst/tcp/gsttcpserversrc.h:
16515           Remove unused 'curoffset' structure member.
16516
16517 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
16518
16519         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16520         (gst_base_rtp_depayload_base_init),
16521         (gst_base_rtp_depayload_finalize):
16522         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16523         * gst-libs/gst/rtp/gstbasertppayload.h:
16524           The pad-template on the sinkpad should be set by the derived classes.
16525           Also added some useful macros.
16526
16527 2005-10-24  Wim Taymans  <wim@fluendo.com>
16528
16529         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16530         Correctly flush decoder samples even if we could not
16531         copy them to an output buffer. Fixes #319618.
16532
16533 2005-10-24  Julien MOUTTE  <julien@moutte.net>
16534
16535         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
16536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
16537         the caps against our xcontext caps.
16538
16539 2005-10-24  Wim Taymans  <wim@fluendo.com>
16540
16541         * gst-libs/gst/audio/gstbaseaudiosink.c:
16542         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
16543         Remove g_print
16544         Use sync property from baseclass to disable sync.
16545
16546 2005-10-24  Wim Taymans  <wim@fluendo.com>
16547
16548         * gst-libs/gst/audio/gstbaseaudiosink.c:
16549         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
16550         Buffers with no timestamps get aligned with previous buffers or
16551         on underrun, played ASAP.
16552
16553 2005-10-24  Julien MOUTTE  <julien@moutte.net>
16554
16555         * gst-libs/gst/video/video.h:
16556         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16557         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
16559         here comes my change on caps for framerate and geometry range.
16560         We are now accepting 1 to MAXINT for width and height, and from
16561         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
16562         to be blended correctly in videomixer.
16563
16564 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16565
16566         * configure.ac:
16567           back to HEAD
16568
16569 === release 0.9.4 ===
16570
16571 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16572
16573         * NEWS:
16574         * RELEASE:
16575         * configure.ac:
16576           releasing 0.9.4, "Velociraptor"
16577
16578 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16579
16580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
16581         * po/POTFILES.in:
16582           STOPPED -> FAILED
16583
16584 2005-10-21  Wim Taymans  <wim@fluendo.com>
16585
16586         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16587         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
16588         (pad_blocked), (close_pad_link), (new_pad):
16589         Don't try to remove elements twice.
16590
16591 2005-10-21  Wim Taymans  <wim@fluendo.com>
16592
16593         * ext/theora/theoradec.c: (theora_dec_src_query),
16594         (theora_dec_sink_event):
16595         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16596         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
16597         (vorbis_handle_data_packet):
16598         * ext/vorbis/vorbisdec.h:
16599         Fix old naming.
16600
16601         * gst-libs/gst/audio/gstbaseaudiosink.c:
16602         (gst_base_audio_sink_render):
16603         Don't try to sync on buffers without a timestamp.
16604
16605 2005-10-21  Wim Taymans  <wim@fluendo.com>
16606
16607         * ext/theora/theoradec.c: (theora_dec_src_query),
16608         (theora_dec_sink_event):
16609         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16610         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
16611         (vorbis_handle_data_packet):
16612         * ext/vorbis/vorbisdec.h:
16613         Fix old naming.
16614
16615 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
16616
16617         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
16618         (gst_vorbisenc_src_query):
16619           Implement position and duration queries.
16620
16621         * gst/playback/test3.c: (update_scale), (main):
16622           Fix for async state changes and print nicer output.
16623
16624 2005-10-20  Wim Taymans  <wim@fluendo.com>
16625
16626         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16627         (dump_element_stats), (main):
16628         * gst/playback/test6.c: (main):
16629         Fix tests again
16630
16631 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
16632
16633         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
16634         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16635           Don't use functions for position queries when handling
16636           duration queries.
16637
16638 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
16639
16640         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16641         (vorbis_handle_data_packet), (vorbis_dec_chain),
16642         (vorbis_dec_change_state):
16643         * ext/vorbis/vorbisdec.h:
16644           Vorbis streams can be embedded in other container formats
16645           than ogg, container formats where the demuxer might set 
16646           timestamps on encoded vorbis buffers instead of those silly 
16647           granulepos thingies. In short: make vorbisdec handle 
16648           timestamps on incoming buffers as well.
16649
16650 2005-10-20  Wim Taymans  <wim@fluendo.com>
16651
16652         * gst/playback/gstplaybasebin.c: (group_destroy),
16653         (gst_play_base_bin_change_state):
16654         Fix leak.
16655         Handle case where playbasebin is now ASYNC because
16656         decodebin is.
16657
16658 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
16659
16660         * gst/audioconvert/Makefile.am:
16661         * gst/audioconvert/bufferframesconvert.c:
16662         * gst/audioconvert/plugin.c: (plugin_init):
16663         * gst/audioconvert/plugin.h:
16664           And bye bye buffer-frames-convert
16665
16666 2005-10-19  Wim Taymans  <wim@fluendo.com>
16667
16668         * check/elements/audioconvert.c:
16669         * docs/libs/tmpl/gstaudio.sgml:
16670         * docs/libs/tmpl/gstcolorbalance.sgml:
16671         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16672         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
16673         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
16674         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
16675         * gst-libs/gst/audio/audio.h:
16676         * gst/audioconvert/audioconvert.h:
16677         * gst/audioconvert/gstaudioconvert.c:
16678         (gst_audio_convert_parse_caps):
16679         * gst/volume/gstvolume.c:
16680         Bye bye buffer-frames.
16681
16682 2005-10-19  Wim Taymans  <wim@fluendo.com>
16683
16684         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16685         (query_positions_elems), (query_positions_pads), (update_scale),
16686         (do_seek), (set_update_scale), (message_received), (main):
16687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16688         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
16689         (gst_ogg_demux_loop):
16690         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
16691         * ext/theora/theoradec.c: (theora_dec_src_query),
16692         (theora_dec_sink_event):
16693         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16694         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
16695         * gst/adder/gstadder.c: (gst_adder_query):
16696         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
16697         * gst/playback/test3.c: (update_scale):
16698         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16699         (dump_element_stats), (main):
16700         * gst/playback/test6.c: (main):
16701         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16702         Query API update.
16703
16704 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
16705
16706         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
16707         (xml_check_first_element), (xml_type_find), (smil_type_find),
16708         (plugin_init):
16709           Add typefinding for SMIL and for generic XML. Based on patch by
16710           Akos Maroy (#308663).
16711
16712 2005-10-18  Wim Taymans  <wim@fluendo.com>
16713
16714         * gst/playback/Makefile.am:
16715         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16716         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
16717         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
16718         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
16719         (gst_decode_bin_change_state):
16720         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16721         (gst_play_bin_send_event_to_sink):
16722         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16723         (dump_element_stats), (main):
16724         * gst/playback/test6.c: (main):
16725         Make playbin async, it'll commit state to paused when all streams
16726         are detected.
16727         Remove ugly hack.
16728         Added test6.c to show async behaviour.
16729
16730 2005-10-18  Wim Taymans  <wim@fluendo.com>
16731
16732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16733         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
16734         Fix for segment-start/stop API change.
16735
16736 2005-10-18  Wim Taymans  <wim@fluendo.com>
16737
16738         * check/Makefile.am:
16739         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
16740         (main):
16741         Add future test for clock selection.
16742
16743 2005-10-18  Wim Taymans  <wim@fluendo.com>
16744
16745         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
16746         (gst_alsasink_close):
16747         Set handle to NULL.
16748
16749         * gst-libs/gst/audio/gstringbuffer.c:
16750         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
16751         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
16752         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16753         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
16754         (gst_ring_buffer_read):
16755         More debug info.
16756
16757 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
16758
16759         * gst/audiotestsrc/Makefile.am:
16760         * gst/sine/Makefile.am:
16761         * gst/volume/Makefile.am:
16762           fix broken build of controllerized plugins
16763
16764 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16765
16766         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16767
16768         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16769         (gst_riff_create_video_template_caps):
16770           Add support for Indeo-3 (IV32).
16771
16772 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16773
16774         * configure.ac:
16775           rewrite
16776
16777 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16778
16779         * gst-libs/gst/video/video.c: (gst_video_get_size):
16780         * gst/audiotestsrc/gstaudiotestsrc.c:
16781           doc updates
16782
16783 2005-10-17  Andy Wingo  <wingo@pobox.com>
16784
16785         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
16786         with the collectpads change.
16787         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
16788
16789         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
16790
16791         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
16792
16793         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
16794         alloc_buffer flow return to callers.
16795         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
16796         change. Fix some memleaks in theoraenc.
16797
16798         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
16799         in strange circumstance.
16800
16801 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16802
16803         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16804         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
16805         from caps, let's use the caps...
16806
16807 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16808
16809         * configure.ac:
16810           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
16811
16812 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16813
16814         * gst-libs/gst/interfaces/Makefile.am:
16815           fix silly typo
16816
16817 2005-10-16  Andy Wingo  <wingo@pobox.com>
16818
16819         * gst/playback/gstdecodebin.c
16820         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
16821         function!
16822         (try_to_link_1): Increase kraziness level.
16823
16824 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16825
16826         * configure.ac:
16827           restructure like the core one
16828         * gst-libs/gst/audio/Makefile.am:
16829         * gst-libs/gst/interfaces/Makefile.am:
16830         * gst-libs/gst/net/Makefile.am:
16831         * gst-libs/gst/riff/Makefile.am:
16832         * gst-libs/gst/rtp/Makefile.am:
16833         * gst-libs/gst/tag/Makefile.am:
16834         * gst-libs/gst/video/Makefile.am:
16835           use correct linker flags, now the libs are properly versioned
16836         * check/elements/audioconvert.c: (verify_convert):
16837         * ext/alsa/gstalsaplugin.c:
16838         * ext/cdparanoia/gstcdparanoia.c:
16839         * ext/gnomevfs/gstgnomevfs.c:
16840         * ext/libvisual/visual.c:
16841         * ext/ogg/gstogg.c:
16842         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
16843         * ext/theora/theora.c:
16844         * ext/vorbis/vorbis.c:
16845         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16846         * gst-libs/gst/tag/gsttagediting.c:
16847         * gst-libs/gst/video/video.c:
16848         * gst/adder/gstadder.c:
16849         * gst/audioconvert/plugin.c:
16850         * gst/audiorate/gstaudiorate.c:
16851         * gst/audioresample/gstaudioresample.c:
16852         * gst/audioresample/resample_ref.c: (resample_scale_ref):
16853         * gst/audioscale/gstaudioscale.c:
16854         * gst/audioscale/resample.c:
16855         * gst/audiotestsrc/gstaudiotestsrc.c:
16856         * gst/ffmpegcolorspace/gstffmpeg.c:
16857         * gst/playback/gstdecodebin.c: (close_pad_link):
16858         * gst/playback/gstplaybin.c: (gen_video_element),
16859         (gen_audio_element):
16860         * gst/sine/gstsinesrc.c:
16861         * gst/subparse/gstsubparse.c:
16862         * gst/tags/gsttagediting.c:
16863         * gst/tcp/gsttcpplugin.c:
16864         * gst/typefind/gsttypefindfunctions.c:
16865         * gst/videorate/gstvideorate.c:
16866         * gst/videoscale/gstvideoscale.c:
16867         * gst/videotestsrc/gstvideotestsrc.c:
16868         * gst/volume/gstvolume.c:
16869         * sys/v4l/gstv4l.c:
16870         * sys/ximage/ximage.c:
16871         * sys/xvimage/xvimagesink.c:
16872           fix up defines
16873
16874 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
16875
16876         * ext/vorbis/vorbisenc.c:
16877         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
16878         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
16879         (gst_tag_to_vorbis_comments):
16880           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
16881
16882 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
16883
16884         * examples/stats/mp2ogg.c:
16885         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16886           typo fixes
16887
16888 2005-10-13  Michael Smith <msmith@fluendo.com>
16889
16890         * ext/ogg/gstoggmux.c:
16891           Use magic glib macros to define constants as 64 bit, to ensure
16892           appropriate vararg passing.
16893
16894 2005-10-13  Michael Smith <msmith@fluendo.com>
16895
16896         * ext/ogg/gstoggmux.c:
16897         * gst/audioconvert/audioconvert.c: (float):
16898           Don't use LL suffix, as it's not portable, and neither of these
16899           uses required it anyway.
16900
16901 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
16902
16903         * examples/indexing/indexmpeg.c: (main):
16904         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
16905         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
16906         (cdparanoia_convert), (cdparanoia_query):
16907         * ext/cdparanoia/gstcdparanoia.h:
16908         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
16909         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
16910         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
16911         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16912         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
16913         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
16914         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16915         (gst_multifdsink_render), (gst_multifdsink_start),
16916         (gst_multifdsink_stop):
16917         * gst/tcp/gstmultifdsink.h:
16918         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
16919         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16920         (gst_tcpclientsink_stop):
16921         * gst/tcp/gsttcpclientsink.h:
16922         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16923         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
16924         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
16925         * gst/tcp/gsttcpclientsrc.h:
16926         * gst/tcp/gsttcpserversink.h:
16927         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
16928         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16929         (gst_tcpserversrc_stop):
16930         * gst/tcp/gsttcpserversrc.h:
16931         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
16932         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
16933         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
16934           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
16935           moved bitshift from macro to enum definition
16936
16937 2005-10-12  Wim Taymans  <wim@fluendo.com>
16938
16939         * examples/seeking/Makefile.am:
16940         Oops.
16941
16942 2005-10-12  Wim Taymans  <wim@fluendo.com>
16943
16944         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16945         (gst_ring_buffer_read), (gst_ring_buffer_clear):
16946         Don't assert on normal stuff.
16947
16948         * gst/playback/gstplaybin.c: (do_playbin_seek):
16949         API fix.
16950
16951 2005-10-12  Wim Taymans  <wim@fluendo.com>
16952
16953         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16954         * examples/seeking/Makefile.am:
16955         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
16956         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16957         (do_seek), (set_update_scale), (message_received), (main):
16958         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16959         (gst_ring_buffer_read), (gst_ring_buffer_clear):
16960         Update for _get_state() API change.
16961
16962 2005-10-11  Wim Taymans  <wim@fluendo.com>
16963
16964         * gst-libs/gst/audio/gstbaseaudiosink.c:
16965         (gst_base_audio_sink_render):
16966         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16967         (gst_base_audio_src_create):
16968         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16969         (gst_ring_buffer_read):
16970         Cleanups.
16971         Commit and read from ringbuffer in samples rather than bytes.
16972
16973 2005-10-11  Wim Taymans  <wim@fluendo.com>
16974
16975         * gst-libs/gst/audio/gstbaseaudiosink.c:
16976         (gst_base_audio_sink_render):
16977         Respect segment rate and accum when scheduling samples.
16978
16979 2005-10-11  Julien MOUTTE  <julien@moutte.net>
16980
16981         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
16982         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
16983         EOS correctly, that needs more work.
16984
16985 2005-10-11  Wim Taymans  <wim@fluendo.com>
16986
16987         * check/generic/states.c: (GST_START_TEST):
16988         remove old property.
16989
16990         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16991         (gst_ogg_demux_perform_seek):
16992         * ext/theora/theoradec.c: (theora_dec_sink_event):
16993         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16994         (vorbis_handle_data_packet):
16995         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16996         (gst_base_rtp_depayload_set_gst_timestamp):
16997         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16998         Update for newsegment API change.
16999
17000 2005-10-11  Michael Smith <msmith@fluendo.com>
17001
17002         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
17003         (do_playbin_seek), (gst_play_bin_send_event):
17004           Override send_event differently, so that we can takes bits of
17005           functionality from GstPipeline (special handling for seeks,
17006           including pausing/resuming, and resetting stream time) and still get
17007           the appropriate behaviour of only forwarding event to a single sink,
17008           rather than all of them.
17009           Unfortunately requires a lot of code duplication, but the
17010           alternatives are equally ugly in the end.
17011
17012 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17013
17014         * check/elements/audioconvert.c: (setup_audioconvert),
17015         (cleanup_audioconvert), (get_int_caps), (verify_convert),
17016         (GST_START_TEST), (audioconvert_suite):
17017           clean up tests a little, fix some leaks.
17018
17019 2005-10-10  Wim Taymans  <wim@fluendo.com>
17020
17021         * ext/alsa/gstalsasink.c:
17022         Also allow unsigned int.
17023
17024         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17025         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
17026         Small cleanup
17027
17028 2005-10-10  Wim Taymans  <wim@fluendo.com>
17029
17030         * check/pipelines/simple_launch_lines.c: (run_pipeline):
17031         Small update, use API as stated in design docs.
17032
17033         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
17034         (update_scale), (do_seek), (seek_cb), (set_update_scale),
17035         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
17036         (message_received), (main):
17037         Updated seek example for GOption. Some usability improvements.
17038
17039 2005-10-10  Wim Taymans  <wim@fluendo.com>
17040
17041         * gst/audioconvert/audioconvert.h:
17042         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
17043         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
17044         Alloc temp storage somewhere else where we can do it more
17045         portable.
17046
17047 2005-10-10  Wim Taymans  <wim@fluendo.com>
17048
17049         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
17050         (gst_tcpserversrc_start):
17051         Don't block in accept while doing the state change, move
17052         to poll and make cancellable.
17053
17054 2005-10-09  Philippe Khalaf <burger@speedy.org>
17055
17056         * gst-libs/gst/rtp/rtpbasedepayload.c:
17057         Set timestamp and add queue delay to timestamp
17058         * gst-libs/gst/rtp/rtpbuffer.h:
17059         Set correct payload type for h263
17060
17061 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
17062
17063         * gst/audiotestsrc/gstaudiotestsrc.c:
17064         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
17065         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
17066         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
17067         (gst_audiotestsrc_create_triangle),
17068         (gst_audiotestsrc_create_silence),
17069         (gst_audiotestsrc_create_white_noise),
17070         (gst_audiotestsrc_init_pink_noise),
17071         (gst_audiotestsrc_generate_pink_noise_value),
17072         (gst_audiotestsrc_create_pink_noise),
17073         (gst_audiotestsrc_change_wave):
17074         * gst/audiotestsrc/gstaudiotestsrc.h:
17075           fixed typo, added pink noise
17076
17077 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
17078
17079         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
17080         (plugin_init):
17081           Add wavpack and spc typefind functions from 0.8 branch.
17082
17083 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
17084
17085         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
17086         (ar_type_find), (msdos_type_find), (plugin_init):
17087           Add typefind functions for tar archives, ar archives,
17088           RAR archives, and msdos-executables (dlls, exe, etc.).
17089           Some of those would be wrongly identified as mpeg
17090           streams of some sort before (#315550).
17091
17092 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
17093
17094         * configure.ac:
17095         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17096         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17097         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
17098         * gst/audiotestsrc/Makefile.am:
17099         * gst/audiotestsrc/gstaudiotestsrc.c:
17100         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
17101         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
17102         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
17103         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
17104         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
17105         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
17106         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
17107         (gst_audiotestsrc_create_silence),
17108         (gst_audiotestsrc_create_white_noise),
17109         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
17110         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
17111         (gst_audiotestsrc_start), (plugin_init):
17112         * gst/audiotestsrc/gstaudiotestsrc.h:
17113           add new plugin and element
17114         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
17115           use gobject_class
17116
17117 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
17118
17119         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
17120         (gst_adder_init), (gst_adder_request_new_pad),
17121         (gst_adder_change_state):
17122           Add query function to source pad, so adder reports the correct
17123           time/sample position when queried (#315457); fix state change
17124           function; use GST_DEBUG_FUNCPTR() for pad functions.
17125
17126 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17127
17128         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
17129           Fix leaks in typefind registration
17130           Clean up the gratuitous commenting and whitespacing a little
17131
17132 2005-10-08  Wim Taymans  <wim@fluendo.com>
17133
17134         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
17135         Only actually wait for the thread to be stopped if it's 
17136         running.
17137
17138 2005-10-08  Wim Taymans  <wim@fluendo.com>
17139
17140         * gst-libs/gst/audio/gstbaseaudiosink.c:
17141         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
17142         If we receive EOS we can start playback of what we had.
17143
17144 2005-10-08  Wim Taymans  <wim@fluendo.com>
17145
17146         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17147         (gst_multifdsink_finalize), (multifdsink_hash_remove),
17148         (gst_multifdsink_stop):
17149         Fix crasher when going to NULL multiple times.
17150
17151 2005-10-06  Wim Taymans  <wim@fluendo.com>
17152
17153         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
17154         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
17155         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17156         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
17157         patch from Edgard Lima <edgard.lima@indt.org.br>
17158         Fixed gstbaseaudiosrc adding ring buffer sync to it.
17159
17160 2005-10-06  Wim Taymans  <wim@fluendo.com>
17161
17162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
17163         Report the FLOW_RETURN as string in the error message.
17164
17165         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
17166         Don't assert when clearing an unnegotiated buffer.
17167
17168 2005-10-04  Michael Smith <msmith@fluendo.com>
17169
17170         * gst/playback/gstplaybasebin.c: (group_destroy),
17171         (gen_preroll_element), (remove_groups), (setup_source):
17172         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
17173         (setup_sinks), (gst_play_bin_send_event),
17174         (gst_play_bin_change_state):
17175           Set state to NULL before removing from bin. Fix refcounting.
17176
17177 2005-10-04  Michael Smith <msmith@fluendo.com>
17178
17179         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
17180           Correct refcounting in send_event() function. Previously was wrong
17181           if the first sink was unable to handle the event.
17182
17183 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17184
17185         * configure.ac:
17186           back to development
17187
17188 === release 0.9.3 ===
17189
17190 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17191
17192         * configure.ac:
17193           Releasing 0.9.3, "De Facto"
17194
17195 2005-10-03  Andy Wingo  <wingo@pobox.com>
17196
17197         * gst/playback/gstdecodebin.c (try_to_link_1)
17198         (remove_element_chain): set element to NULL before removing it.
17199
17200 2005-10-02  Johan Dahlin  <johan@gnome.org>
17201
17202         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
17203         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
17204         MT safe.
17205
17206 2005-10-02  Andy Wingo  <wingo@pobox.com>
17207
17208         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
17209         (gst_ring_buffer_prepare_read): 
17210         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
17211         Demote to LOG.
17212
17213 2005-09-29  Wim Taymans  <wim@fluendo.com>
17214
17215         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
17216         * ext/theora/theoradec.c: (theora_handle_data_packet):
17217         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17218         Propagate error codes from alloc_buffer too.
17219
17220 2005-09-29  Wim Taymans  <wim@fluendo.com>
17221
17222         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
17223         We use fixed caps.
17224
17225         * gst/playback/Makefile.am:
17226         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
17227         (dump_element_stats), (main):
17228         Added example stream introspection code.
17229
17230 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
17231
17232         * gst/adder/gstadder.c: (gst_adder_collected):
17233           fix adder for float elements
17234
17235 2005-09-28  Wim Taymans  <wim@fluendo.com>
17236
17237         * gst-libs/gst/audio/gstbaseaudiosink.c:
17238         (gst_base_audio_sink_class_init),
17239         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
17240         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17241         (gst_base_audio_src_class_init),
17242         (gst_base_audio_src_provide_clock):
17243         get_clock -> provide_clock
17244
17245 2005-09-28  Andy Wingo  <wingo@pobox.com>
17246
17247         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
17248         and unlocking.
17249
17250         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
17251         unlocking.
17252
17253         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
17254         Actually add the pad template.
17255         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
17256
17257         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
17258         I'm at it...
17259
17260         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
17261         from fdsrc. Get caps in create() instead of start() so it can be
17262         interrupted. Interruption somewhat untested.
17263
17264         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
17265         Proper EOS handling.
17266
17267 2005-09-27  Andy Wingo  <wingo@pobox.com>
17268
17269         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
17270
17271         * gst/tcp/gsttcpserversrc.c: Cleaned up.
17272
17273         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
17274
17275         * gst/tcp/gsttcp.h: 
17276         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
17277         out of tcpclientsrc.c. Cancellable.
17278         (gst_tcp_socket_read): Made private, cancellable, with better
17279         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
17280         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
17281         whole buffer, and better diagnostics.
17282         (gst_tcp_gdp_read_caps): Same.
17283
17284         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
17285
17286 2005-09-26  Andy Wingo  <wingo@pobox.com>
17287
17288         * gst/sine/gstsinesrc.h:
17289         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
17290         change the 'sync' property to 'is-live' and implement it halfway,
17291         update for controller api change.
17292
17293         * gst/volume/gstvolume.c (volume_transform_ip): Update for
17294         controller api change.
17295
17296 2005-09-24  Wim Taymans  <wim@fluendo.com>
17297
17298         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
17299         * gst-libs/gst/audio/gstaudiosink.c:
17300         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17301         (gst_audioringbuffer_stop):
17302         * gst-libs/gst/audio/gstbaseaudiosink.c:
17303         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
17304         (gst_base_audio_sink_change_state):
17305         * gst-libs/gst/audio/gstbaseaudiosink.h:
17306         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
17307         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17308         (gst_ring_buffer_commit), (gst_ring_buffer_read):
17309         * gst-libs/gst/audio/gstringbuffer.h:
17310         Fix sync again. Moved sample alignment to basesink.
17311
17312 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17313
17314         * docs/plugins/Makefile.am:
17315         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17316         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17317         * gst/volume/gstvolume.c:
17318           add/fix docs
17319         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
17320         * gst-libs/gst/audio/audio.h:
17321           add conversion macros for frames <-> clocktime
17322
17323 2005-09-23  David Schleef  <ds@schleef.org>
17324
17325         * gst/audioresample/Makefile.am:
17326         * gst/audioresample/debug.h:
17327         * gst/audioresample/gstaudioresample.c:
17328         * gst/audioresample/resample.c: Convert to using gst debugging
17329
17330 2005-09-22  Wim Taymans  <wim@fluendo.com>
17331
17332         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17333         (gst_play_bin_send_event):
17334         Only seek on one sink, the first one that succeeds.
17335
17336 2005-09-22  Michael Smith <msmith@fluendo.com>
17337
17338         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
17339         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
17340         Don't flush encoder state unless we have an initialised encoder.
17341         Clear out encoder state on PAUSED_TO_READY.
17342
17343 2005-09-22  Wim Taymans  <wim@fluendo.com>
17344
17345         * gst-libs/gst/rtp/gstbasertppayload.c:
17346         (gst_basertppayload_class_init), (gst_basertppayload_init),
17347         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17348         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17349         (gst_basertppayload_is_filled), (gst_basertppayload_push),
17350         (gst_basertppayload_set_property),
17351         (gst_basertppayload_get_property),
17352         (gst_basertppayload_change_state):
17353         * gst-libs/gst/rtp/gstbasertppayload.h:
17354         Added max-ptime to control amount of data in the rtp packets.
17355
17356 2005-09-21  Andy Wingo  <wingo@pobox.com>
17357
17358         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
17359         thingies.
17360
17361         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
17362         can be called multiple times, dogs.
17363
17364 2005-09-21  Wim Taymans  <wim@fluendo.com>
17365
17366         * gst-libs/gst/rtp/gstbasertppayload.c:
17367         (gst_basertppayload_class_init), (gst_basertppayload_init),
17368         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17369         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17370         (gst_basertppayload_push), (gst_basertppayload_get_property),
17371         (gst_basertppayload_change_state):
17372         Allow 0 ssrc too.
17373
17374 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
17375
17376         * docs/libs/compiling.sgml:
17377           fixing typos
17378
17379 2005-09-20  Wim Taymans  <wim@fluendo.com>
17380
17381         * gst-libs/gst/rtp/gstbasertppayload.c:
17382         (gst_basertppayload_class_init), (gst_basertppayload_init),
17383         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17384         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17385         (gst_basertppayload_push), (gst_basertppayload_set_property),
17386         (gst_basertppayload_get_property),
17387         (gst_basertppayload_change_state):
17388         * gst-libs/gst/rtp/gstbasertppayload.h:
17389         Added property to configure sequence number offsets.
17390
17391 2005-09-20  Wim Taymans  <wim@fluendo.com>
17392
17393         * gst-libs/gst/rtp/gstbasertppayload.c:
17394         (gst_basertppayload_class_init), (gst_basertppayload_init),
17395         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17396         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17397         (gst_basertppayload_push), (gst_basertppayload_set_property),
17398         (gst_basertppayload_get_property),
17399         (gst_basertppayload_change_state):
17400         * gst-libs/gst/rtp/gstbasertppayload.h:
17401         Make timestamp offset configurable.
17402
17403 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17404
17405         * check/pipelines/simple_launch_lines.c: (run_pipeline):
17406           fix wrong pop/unref
17407
17408 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
17409
17410         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17411
17412         * gst-libs/gst/interfaces/propertyprobe.c:
17413         (gst_property_probe_probe_property_name),
17414         (gst_property_probe_needs_probe_name),
17415         (gst_property_probe_get_values_name),
17416         (gst_property_probe_probe_and_get_values_name):
17417           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
17418           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
17419
17420 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17421
17422         * check/Makefile.am:
17423           have some tests be disabled for valgrinding
17424         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
17425         (GST_START_TEST):
17426         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
17427           Fix A Leak.  Chain To Parent Finalize.
17428
17429 2005-09-19  Wim Taymans  <wim@fluendo.com>
17430
17431         * examples/seeking/seek.c: (make_wav_pipeline), (main):
17432         Fixed wav pipeline.
17433
17434 2005-09-19  Wim Taymans  <wim@fluendo.com>
17435
17436         * gst-libs/gst/rtp/gstbasertppayload.c:
17437         (gst_basertppayload_class_init), (gst_basertppayload_init),
17438         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17439         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17440         (gst_basertppayload_push), (gst_basertppayload_get_property),
17441         (gst_basertppayload_change_state):
17442         Posting ERROR and WARNING messages is good.
17443
17444 2005-09-19  Wim Taymans  <wim@fluendo.com>
17445
17446         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17447         (gst_base_rtp_depayload_add_to_queue),
17448         (gst_base_rtp_depayload_push),
17449         (gst_base_rtp_depayload_set_gst_timestamp),
17450         (gst_base_rtp_depayload_queue_release):
17451         This one was not supposed to go in.
17452
17453 2005-09-19  Wim Taymans  <wim@fluendo.com>
17454
17455         * check/pipelines/simple_launch_lines.c: (run_pipeline):
17456         Fix for bus API.
17457
17458         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17459         (gst_base_rtp_depayload_chain),
17460         (gst_base_rtp_depayload_add_to_queue),
17461         (gst_base_rtp_depayload_push),
17462         (gst_base_rtp_depayload_set_gst_timestamp),
17463         (gst_base_rtp_depayload_queue_release):
17464         Some cleanups.
17465
17466         * gst-libs/gst/rtp/gstbasertppayload.c:
17467         (gst_basertppayload_class_init), (gst_basertppayload_init),
17468         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
17469         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
17470         (gst_basertppayload_get_property),
17471         (gst_basertppayload_change_state):
17472         Added debugging category.
17473
17474 2005-09-18  David Schleef  <ds@schleef.org>
17475
17476         * gst/playback/gstdecodebin.c: free plugin list correctly
17477         * gst/playback/gstplaybin.c: emit warning if autovideosink
17478           and autoaudiosink can't be found (instead of segfaulting)
17479
17480 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17481
17482         * check/elements/audioconvert.c: (GST_START_TEST):
17483           try out 24 bit conversion
17484
17485 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17486
17487         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
17488         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
17489         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
17490         * ext/vorbis/vorbisenc.h:
17491           Fix EOS handling.  Still needs a fix in the ogg muxer to
17492           mark the last page as eos.
17493
17494 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17495
17496         * common/gtk-doc-plugins.mak:
17497         * docs/plugins/Makefile.am:
17498         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17499         * gst/ffmpegcolorspace/Makefile.am:
17500         * gst/ffmpegcolorspace/avcodec.h:
17501         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17502         * gst/tcp/gstmultifdsink.c:
17503           fix up ffmpegcolorspace docs; extract header
17504
17505 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17506
17507         * common/gtk-doc-plugins.mak:
17508         * docs/plugins/Makefile.am:
17509         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17510         * ext/theora/Makefile.am:
17511         * ext/theora/gsttheoraenc.h:
17512         * ext/theora/theoraenc.c:
17513         * ext/vorbis/vorbisenc.c:
17514           pick up signals and args for vorbis; add some docs for vorbis
17515
17516 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17517
17518         * common/gstdoc-scangobj:
17519         * common/gtk-doc-plugins.mak:
17520         * docs/libs/Makefile.am:
17521         * docs/plugins/gst-plugins-base-plugins.args:
17522         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17523         * docs/plugins/gst-plugins-base-plugins.interfaces:
17524         * docs/plugins/gst-plugins-base-plugins.prerequisites:
17525         * docs/plugins/gst-plugins-base-plugins.signals:
17526           only scanobj stuff from our source module.  Not sure yet
17527           if that's correct, given the hierarchy stuff :)
17528
17529 2005-09-15  Wim Taymans  <wim@fluendo.com>
17530
17531         * gst/audioconvert/gstaudioconvert.c:
17532         And enable 24 bits mode as well..
17533
17534 2005-09-15  Wim Taymans  <wim@fluendo.com>
17535
17536         * gst-libs/gst/rtp/Makefile.am:
17537         * gst-libs/gst/rtp/gstbasertppayload.c:
17538         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
17539         (gst_basertppayload_class_init), (gst_basertppayload_init),
17540         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
17541         (gst_basertppayload_chain), (gst_basertppayload_set_options),
17542         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
17543         (gst_basertppayload_set_property),
17544         (gst_basertppayload_get_property),
17545         (gst_basertppayload_change_state):
17546         * gst-libs/gst/rtp/gstbasertppayload.h:
17547         Added rtp payloader base class.
17548
17549 2005-09-15  Andy Wingo  <wingo@pobox.com>
17550
17551         * configure.ac (plugindir): Remove the EOL matcher from the
17552         regexp, as it causes me problems. Libtool? Make? Who knows?
17553
17554 2005-09-14  David Schleef  <ds@schleef.org>
17555
17556         * check/generic/states.c: 
17557         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
17558         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17559           Fixes for changes in registry API.
17560
17561         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
17562           to GST_PLUGIN_LDFLAGS.
17563         * ext/libvisual/visual.c: Make the library shut up.
17564         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
17565         * gst-libs/gst/audio/gstaudiofilter.c: same
17566
17567 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17568
17569         * docs/plugins/Makefile.am:
17570         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17571         * docs/plugins/inspect/plugin-libvisual.xml:
17572         * docs/plugins/tmpl/element-tcpserversink.sgml:
17573         * ext/theora/theoraenc.c:
17574           add libvisual plugin and theoraenc element to docs
17575
17576 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17577
17578         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17579         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17580         * ext/theora/theoraenc.c:
17581           add theoraenc
17582
17583 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
17584
17585         * gst/audioconvert/Makefile.am:
17586           Audioconvert derives from GstBaseTransform and should
17587           link to the library with our base elements to avoid
17588           unresolved symbols. Makes things work with MinGW (#316160)
17589
17590         * gst/playback/test4.c: (main):
17591           Fix MinGW build problem and use g_usleep() instead of 
17592           sleep() (#316162)
17593
17594 2005-09-12  Wim Taymans  <wim@fluendo.com>
17595
17596         * gst/audioconvert/audioconvert.c: (float),
17597         (audio_convert_prepare_context), (audio_convert_convert):
17598         * gst/audioconvert/audioconvert.h:
17599         Cleanups, speedups, simplifications, added back support
17600         for 24 bits.
17601
17602 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17603
17604         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17605         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17606         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
17607         * docs/plugins/tmpl/element-tcpserversink.sgml:
17608         * gst/ffmpegcolorspace/gstffmpeg.c:
17609         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17610         * gst/videotestsrc/gstvideotestsrc.c:
17611         * gst/volume/gstvolume.c:
17612           add more elements to the docs
17613
17614 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
17615
17616         * check/Makefile.am:
17617         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
17618         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
17619           Add extra tests for basetransform based components. 
17620           Comment out the test_element_negotiation test until we decide
17621           if it's testing correct behaviour.
17622         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
17623         (gst_visual_chain), (gst_visual_change_state):
17624           Slightly more correct but still bogus timestamping.
17625           Fix state change function.
17626         * gst/audioconvert/gstaudioconvert.c:
17627         (gst_audio_convert_class_init):
17628         * gst/audioresample/gstaudioresample.c:
17629         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17630         (gst_ffmpegcsp_class_init):
17631         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17632         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
17633         (gst_videoscale_prepare_image):
17634         * gst/volume/gstvolume.c: (gst_volume_class_init),
17635         (volume_transform_ip):
17636           Basetransform updates. Enable passthrough modes.
17637         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
17638         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
17639         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17640           Negotiation fix that allows the window to return to the original
17641           size and renegotiate passthrough upstream. Extra debug output.
17642
17643 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17644
17645         * gst/sine/gstsinesrc.c:
17646         * gst/volume/gstvolume.c:
17647           fix up header include
17648
17649 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
17650
17651         * gst-libs/gst/audio/gstbaseaudiosink.c:
17652         (gst_base_audio_sink_render):
17653         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
17654         * gst/volume/gstvolume.c: (gst_volume_class_init),
17655         (volume_transform):
17656           fixing lost sync, some more debugging
17657
17658 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
17659
17660         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
17661         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
17662         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
17663         (gst_xvimagesink_check_xshm_calls):
17664           Fix compilation when XShm is not available.
17665
17666 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
17667
17668         * ext/libvisual/visual.c: (gst_visual_dispose),
17669         (gst_visual_getcaps), (gst_visual_src_setcaps),
17670         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
17671         (gst_visual_change_state):
17672           Finish fixing up libvisual plugin so that it runs. 
17673
17674 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17675
17676         * ext/vorbis/vorbisenc.c:
17677         * gst-libs/gst/tag/gstvorbistag.c:
17678           gsttaginterface.h -> gsttagsetter.h
17679
17680 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17681
17682         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
17683           added another test that failes for me (test is not active by default)
17684
17685 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17686
17687         * configure.ac:
17688           v4l2 is no longer in gst-plugins-base
17689
17690 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
17691
17692         * configure.ac:
17693           In the output at the end, don't show the first plugin on the same
17694           line as "Core plug-ins, always built:".
17695           Indent the output as for other plugin categories
17696         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
17697           #define that can be used to not use peer buffer_alloc functions for
17698           test purposes.
17699         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
17700         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
17701         (gst_ximagesink_show_frame):
17702         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
17703         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
17704         (gst_xvimagesink_show_frame):
17705           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
17706           fails gracefully instead of XError aborting or deadlocking.
17707
17708 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17709
17710         * ext/libvisual/Makefile.am:
17711           link against gst-base-libs
17712
17713 2005-09-06  David Schleef  <ds@schleef.org>
17714
17715         * configure.ac: Enable libvisual plugin.
17716         * ext/libvisual/Makefile.am:
17717         * ext/libvisual/visual.c: Fixes to make it compile.
17718
17719 === release 0.9.2 ===
17720
17721 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17722
17723         * NEWS:
17724         * RELEASE:
17725         * configure.ac:
17726         * docs/random/ChangeLog-0.8:
17727           releasing 0.9.2, "Spoon"
17728
17729 2005-09-05  Michael Smith <msmith@fluendo.com>
17730
17731         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
17732           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
17733           that in the vorbisenc element.
17734
17735 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17736
17737         * common/gtk-doc-plugins.mak:
17738         * docs/plugins/Makefile.am:
17739           fix distcheck
17740         * gst/audioresample/resample.c:
17741           fix wrong docstring
17742
17743 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17744
17745         * common/gst-xmlinspect.py:
17746         * common/gtk-doc-plugins.mak:
17747           only inspect plugins for this given package
17748           require gst-python 0.9
17749
17750 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17751
17752         * Makefile.am:
17753         * autogen.sh:
17754         * common/gst-xmlinspect.py:
17755         * configure.ac:
17756         * docs/Makefile.am:
17757         * docs/plugins/inspect/plugin-alsa.xml:
17758         * docs/plugins/inspect/plugin-audioresample.xml:
17759         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
17760         * docs/plugins/inspect/plugin-ogg.xml:
17761         * docs/plugins/tmpl/element-gnomevfssink.sgml:
17762         * docs/plugins/tmpl/element-multifdsink.sgml:
17763         * docs/plugins/tmpl/element-tcpserversink.sgml:
17764         * docs/plugins/tmpl/element-vorbisenc.sgml:
17765         * gst-plugins-base.spec.in:
17766           various doc-related updates
17767
17768 2005-08-31  Wim Taymans  <wim@fluendo.com>
17769
17770         * gst-libs/gst/audio/gstbaseaudiosink.c:
17771         (gst_base_audio_sink_render):
17772         Resync if the buffer timestamps drift more than a 10th 
17773         of a second.
17774
17775 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
17776
17777         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
17778         (gst_v4lsrc_get_property):
17779           The 'timestamp-offset' property is registered as an int64, so
17780           let's use g_value_{set|get}_int64() in our setter and getter
17781           functions (makes it work and fixes warnings with gst-inspect).
17782
17783 2005-08-30  Wim Taymans  <wim@fluendo.com>
17784
17785         * check/elements/audioconvert.c: (setup_audioconvert):
17786         * check/elements/audioresample.c: (setup_audioresample):
17787         * check/elements/volume.c: (setup_volume):
17788         Fix checks.
17789
17790 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17791
17792         * common/gtk-doc-plugins.mak:
17793         * common/plugins.xsl:
17794         * docs/plugins/Makefile.am:
17795           make module a param
17796
17797 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
17798
17799         * examples/seeking/seek.c: (make_mp3_pipeline),
17800         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
17801         (play_cb), (pause_cb), (stop_cb):
17802           update the example
17803
17804 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
17805
17806         * gst/volume/gstvolume.c: (gst_volume_class_init),
17807         (volume_transform):
17808           do not update controlled params, if buffer has no timestamp
17809
17810 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
17811
17812         * configure.ac:
17813         * gst/sine/Makefile.am:
17814         * gst/volume/Makefile.am:
17815           controllerized elements also need to link against controller-libs ;)
17816
17817 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
17818
17819         * docs/libs/tmpl/gstcolorbalance.sgml:
17820         * docs/libs/tmpl/gstgconf.sgml:
17821         * docs/libs/tmpl/gstmixer.sgml:
17822         * docs/libs/tmpl/gstringbuffer.sgml:
17823         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17824         (gst_sinesrc_create):
17825         * gst/volume/gstvolume.c: (gst_volume_class_init),
17826         (volume_transform):
17827           controllerized two audio plugins
17828
17829 2005-08-29  Andy Wingo  <wingo@pobox.com>
17830
17831         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
17832         (vorbis_handle_data_packet): Fix some int overflow errors.
17833
17834         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
17835         -1.
17836         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
17837         valid.
17838         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
17839         if it's valid. Fixed streaming-mode playback.
17840
17841         * check/elements/volume.c (cleanup_volume): Fix for running
17842         CK_FORK=no.
17843
17844         * check/elements/audioconvert.c: Convert from native endian, not
17845         little endian.
17846
17847 2005-08-29  Michael Smith <msmith@fluendo.com>
17848
17849         * ext/ogg/Makefile.am:
17850         * ext/ogg/gstogg.c: (plugin_init):
17851         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
17852         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
17853         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
17854         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
17855         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
17856         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
17857         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
17858         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
17859         Add an ogg parser element.
17860
17861 2005-08-28  Andy Wingo  <wingo@pobox.com>
17862
17863         * Updates for two-arg init from GST_BOILERPLATE_FULL.
17864
17865 2005-08-26  Wim Taymans  <wim@fluendo.com>
17866
17867         * gst/audioconvert/audioconvert.c: (if), (float),
17868         (audio_convert_get_func_index), (check_default),
17869         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17870         (audio_convert_clean_context), (audio_convert_get_sizes),
17871         (audio_convert_convert):
17872         Cleanups.
17873
17874 2005-08-26  Wim Taymans  <wim@fluendo.com>
17875
17876         * gst/audioconvert/audioconvert.c: (if), (float),
17877         (audio_convert_get_func_index), (check_default),
17878         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17879         (audio_convert_clean_context), (audio_convert_get_sizes),
17880         (audio_convert_convert):
17881         More elegant and working temp buffer selection algo.
17882
17883 2005-08-26  Wim Taymans  <wim@fluendo.com>
17884
17885         * gst/audioconvert/audioconvert.c: (if), (float),
17886         (audio_convert_get_func_index), (check_default),
17887         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17888         (audio_convert_clean_context), (audio_convert_get_sizes),
17889         (get_temp_buffer), (audio_convert_convert):
17890         Use realloc else we lose our original data.
17891
17892 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17893
17894         * gst/audioresample/gstaudioresample.c:
17895           use base class' newsegment to properly timestamp
17896
17897 2005-08-26  Wim Taymans  <wim@fluendo.com>
17898
17899         * gst/audioconvert/audioconvert.c: (if), (float),
17900         (audio_convert_get_func_index), (check_default),
17901         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17902         (audio_convert_clean_context), (audio_convert_get_sizes),
17903         (get_temp_buffer), (audio_convert_convert):
17904         * gst/audioconvert/gstaudioconvert.c:
17905         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
17906         (gst_audio_convert_transform_caps),
17907         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
17908         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
17909         Oops, allocate enough space to perform the channel mix.
17910
17911 2005-08-26  Wim Taymans  <wim@fluendo.com>
17912
17913         * gst/audioconvert/Makefile.am:
17914         * gst/audioconvert/audioconvert.c: (if), (float),
17915         (audio_convert_get_func_index), (check_default),
17916         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17917         (audio_convert_clean_context), (audio_convert_get_sizes),
17918         (get_temp_buffer), (audio_convert_convert):
17919         * gst/audioconvert/audioconvert.h:
17920         * gst/audioconvert/gstaudioconvert.c:
17921         (gst_audio_convert_class_init), (gst_audio_convert_init),
17922         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
17923         (gst_audio_convert_get_unit_size),
17924         (gst_audio_convert_transform_caps),
17925         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
17926         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
17927         * gst/audioconvert/gstaudioconvert.h:
17928         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
17929         (gst_channel_mix_fill_identical),
17930         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
17931         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
17932         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
17933         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
17934         (gst_channel_mix_mix):
17935         * gst/audioconvert/gstchannelmix.h:
17936         Cleanups, librarify a bit, optimize, better negotiation and more.
17937
17938 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
17939
17940         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
17941         Another from MikeS:
17942         During typefinding, don't support negative offsets
17943         (offsets from the end of the stream) in our typefind->peek() function
17944         - nothing embedded in ogg ever needs them. However, we need to recognise
17945         those requests and reject them, otherwise we return invalid pointers.
17946
17947 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
17948
17949         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17950         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
17951         (vorbisdec_finalize), (vorbis_handle_type_packet):
17952           Big shout-out to MikeS for fixing this giant memory leak.
17953           Huzzah!
17954
17955 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17956
17957         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
17958         (audio_convert_get_unit_size):
17959           plug some leaks
17960
17961 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17962
17963         * check/Makefile.am:
17964         * check/elements/audioconvert.c: (setup_audioconvert),
17965         (cleanup_audioconvert), (get_int_caps), (verify_convert),
17966         (GST_START_TEST), (audioconvert_suite), (main):
17967           add a test for audioconvert
17968         * gst/audioresample/gstaudioresample.c:
17969         * gst/audioresample/gstaudioresample.h:
17970           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
17971           note that for buffers of 1/3 sec this means DURATION(c) is 
17972           one nanosecond more than for a and b
17973
17974 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17975
17976         * check/Makefile.am:
17977         * check/elements/audioresample.c: (setup_audioresample),
17978         (cleanup_audioresample), (fail_unless_perfect_stream),
17979         (test_perfect_stream_instance), (GST_START_TEST),
17980           add a check for audioresample
17981         (audioresample_suite), (main):
17982         * check/elements/volume.c: (GST_START_TEST):
17983           remove unused method
17984         * gst/audioresample/gstaudioresample.c:
17985           set correct buffer parameters since we're changing them
17986         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17987           add some debug
17988
17989 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17990
17991         * gst/audioresample/debug.c:
17992         * gst/audioresample/gstaudioresample.c:
17993           add room for extra overlap samples when asked to transform size
17994           protect against possible mem corruption and check for discrepancies
17995           between written size and outbuffer's size so we can warn for
17996           potential problems
17997         * gst/audioresample/resample.c: (resample_init),
17998         (resample_get_output_size_for_input), (resample_get_output_size),
17999         (resample_set_n_channels), (resample_set_format):
18000           set debug level based on RESAMPLE_DEBUG env var
18001           make sure that get_output_size* returns a whole number of
18002           sample_size
18003           set sample_size each time either channel or format is set
18004         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
18005         * gst/audioresample/resample_functable.c:
18006         (resample_scale_functable):
18007         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18008           remove r->sample_size, it's done in resample.c now
18009           add some debugging to the ref implementation
18010           make sure we only give back bytes that are wholes of the sample
18011           size
18012
18013 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
18014         * gst/playback/gstplaybasebin.c: (fill_buffer):
18015         Revert unpopular change for GST_MESSAGE_SRC to GObject.
18016
18017 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
18018
18019         * gst/volume/gstvolume.c:
18020           made set_caps function static
18021
18022 2005-08-24  Wim Taymans  <wim@fluendo.com>
18023
18024         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
18025         (gst_vorbisenc_change_state):
18026         Stop leaking taglists.
18027
18028 2005-08-24  Wim Taymans  <wim@fluendo.com>
18029
18030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
18031         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
18032         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
18033         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
18034         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
18035         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
18036         Parse seeking events better.
18037         Unref static caps.
18038         Generate correct newsegment events, fixes seeking in live oggs.
18039
18040         * ext/theora/theoradec.c: (theora_dec_src_query),
18041         (theora_dec_src_event), (theora_dec_src_getcaps),
18042         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
18043         Use newsegment values to report correct play time.
18044
18045         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18046         (vorbis_dec_src_event), (vorbis_dec_sink_event):
18047         * ext/vorbis/vorbisdec.h:
18048         Parse and use newsegment values to report correct play time.
18049
18050         * gst-libs/gst/audio/gstbaseaudiosink.c:
18051         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
18052         Clear ringbuffer on flush.
18053         Use newsegment values to calculate playback time.
18054
18055         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
18056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
18057         Basesink does newsegment calculations for us now.
18058
18059 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18060
18061         * check/Makefile.am:
18062         * configure.ac:
18063           add core's plugins to the mix so that playbin works
18064         * check/generic/states.c: (GST_START_TEST):
18065           set a 0 timeout on pipelines, so they don't force the next
18066           state change
18067         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
18068         (gst_play_base_bin_change_state):
18069           remove the crappy error handling and do GST error handling
18070
18071 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18072
18073         * check/Makefile.am:
18074         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
18075           add same test as to core, it bitches out on playbin atm.
18076
18077 2005-08-24  Wim Taymans  <wim@fluendo.com>
18078
18079         * configure.ac:
18080         Remove audioscale.
18081
18082 2005-08-24  Wim Taymans  <wim@fluendo.com>
18083
18084         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
18085         (gst_videoscale_prepare_size), (parse_caps),
18086         (gst_videoscale_set_caps), (gst_videoscale_get_size),
18087         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
18088         (gst_videoscale_transform):
18089         * gst/videoscale/gstvideoscale.h:
18090         Refactor, make use of BaseTranform really well.
18091
18092 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18093
18094         * configure.ac:
18095           compile audioresample
18096         * gst/audioresample/Makefile.am:
18097         * gst/audioresample/buffer.c:
18098         * gst/audioresample/functable.c:
18099         * gst/audioresample/gstaudioresample.c:
18100         * gst/audioresample/gstaudioresample.h:
18101         * gst/audioresample/resample.c:
18102         (resample_get_output_size_for_input):
18103         * gst/audioresample/resample.h:
18104         * gst/audioresample/resample_chunk.c:
18105         * gst/audioresample/resample_functable.c:
18106         * gst/audioresample/resample_ref.c:
18107           port to use basetransform; doesn't work in all cases yet
18108
18109 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18110
18111         * gst/audioconvert/gstaudioconvert.c:
18112         (gst_audio_convert_class_init), (gst_audio_convert_init),
18113         (audio_convert_get_unit_size), (audio_convert_transform_caps),
18114         (audio_convert_fixate_caps), (audio_convert_set_caps),
18115         (audio_convert_transform),
18116         (gst_audio_convert_buffer_to_default_format),
18117         (gst_audio_convert_buffer_from_default_format),
18118         (gst_audio_convert_channels):
18119         * gst/audioconvert/gstchannelmix.c:
18120         * gst/audioconvert/gstchannelmix.h:
18121           port to basetransform
18122         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18123         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
18124         (gst_ffmpegcsp_get_unit_size):
18125         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
18126         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
18127           fix for basetransform changes
18128
18129 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
18130
18131         * check/Makefile.am:
18132           Add CHECK_CFLAGS and LDFLAGS
18133
18134         * gst/playback/gstplaybasebin.c: (fill_buffer):
18135           GST_MESSAGE_SRC became a GObject
18136
18137 2005-08-24  Wim Taymans  <wim@fluendo.com>
18138
18139         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
18140         (gst_ring_buffer_clear_all):
18141         * gst-libs/gst/audio/gstringbuffer.h:
18142         Added function to clear the ringbuffer.
18143
18144 2005-08-24  Andy Wingo  <wingo@pobox.com>
18145
18146         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
18147         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
18148         of _open and _close.
18149
18150         * sys/v4l/gstv4lxoverlay.h:
18151         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
18152         an Xv connection here, instead of all the time. Make Xv only be
18153         loaded if you axe for it. Kindof a workaround for buggy behaviour
18154         of Xv when using remote xservers (XvQueryExtension would block).
18155         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
18156         replace the _open and _close public API. Only start the xv
18157         connection if necessary.
18158         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
18159
18160 2005-08-23  David Schleef  <ds@schleef.org>
18161
18162         * gst/audioresample/Makefile.am: Leet audioresampling code
18163         * gst/audioresample/buffer.c:
18164         * gst/audioresample/buffer.h:
18165         * gst/audioresample/debug.c:
18166         * gst/audioresample/debug.h:
18167         * gst/audioresample/functable.c:
18168         * gst/audioresample/functable.h:
18169         * gst/audioresample/gstaudioresample.c:
18170         * gst/audioresample/gstaudioresample.h:
18171         * gst/audioresample/resample.c:
18172         * gst/audioresample/resample.h:
18173         * gst/audioresample/resample_chunk.c:
18174         * gst/audioresample/resample_functable.c:
18175         * gst/audioresample/resample_ref.c:
18176
18177 2005-08-23  Wim Taymans  <wim@fluendo.com>
18178
18179         * examples/seeking/seek.c: (make_vorbis_pipeline),
18180         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
18181         Small seek updates.
18182
18183 2005-08-23  Andy Wingo  <wingo@pobox.com>
18184
18185         * gst-libs/gst/audio/gstbaseaudiosrc.c
18186         (gst_base_audio_src_fixate): Only fixate endianness if it is
18187         present in the caps.
18188
18189 2005-08-22  Andy Wingo  <wingo@pobox.com>
18190
18191         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
18192         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
18193         device-name property.
18194
18195         * gst-libs/gst/audio/gstaudiosrc.h:
18196         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
18197         close_device in the ring buffer, like gstaudiosink.
18198
18199         * ext/alsa/gstalsamixer.h:
18200         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
18201         macro to implement the interface without much code. Cleanups. 
18202
18203         * ext/alsa/gstalsasrc.h:
18204         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
18205         READY.
18206
18207         * ext/alsa/Makefile.am: Add new files.
18208         * ext/alsa/gstalsamixerelement.c: 
18209         * ext/alsa/gstalsamixerelement.c: Split element code out from
18210         mixer code so that alsasrc can be a mixer too.
18211
18212 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18213
18214         * check/elements/volume.c: (setup_volume), (cleanup_volume),
18215         (GST_START_TEST):
18216         * check/elements/vorbisdec.c: (setup_vorbisdec),
18217         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
18218         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18219         (vorbis_handle_identification_packet),
18220         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
18221         (vorbis_handle_header_packet), (vorbis_dec_push),
18222         (vorbis_dec_chain):
18223           use the setup/teardown methods to save code.  save code is good.
18224
18225 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18226
18227         * check/Makefile.am:
18228           add ext dir for plugins
18229           add vorbisdec test conditionally
18230         * check/elements/volume.c: (setup_volume), (cleanup_volume),
18231         (GST_START_TEST), (volume_suite):
18232           add a test with wrong caps
18233         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
18234         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
18235           add a vorbisdec test
18236         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
18237         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
18238           clean up debug output
18239         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18240           yay, fix a segfault/security issue in vorbisdec
18241           gst-launch fakesrc ! vorbisdec wasn't happy
18242         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
18243         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
18244         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
18245         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
18246         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
18247         (gst_vorbisenc_set_metadata), (get_constraints_string),
18248         (update_start_message), (gst_vorbisenc_setup),
18249         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18250         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
18251         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
18252         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
18253         * ext/vorbis/vorbisenc.h:
18254           march in line
18255         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18256         (gst_ffmpegcsp_transform):
18257           have the kow come home
18258         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
18259           debug my func ptr
18260         * gst/volume/gstvolume.c: (volume_set_caps):
18261           add a debug
18262
18263 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18264
18265         * Makefile.am:
18266         * check/.cvsignore:
18267         * check/Makefile.am:
18268         * check/elements/.cvsignore:
18269         * check/elements/volume.c: (chain_func), (event_func),
18270         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
18271         (main):
18272         * configure.ac:
18273           add unit test structure for gst-plugins-base
18274           add a test for volume
18275         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
18276         (gst_volume_set_volume), (gst_volume_get_volume),
18277         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
18278         (volume_funcfind), (volume_process_float), (volume_process_int16),
18279         (volume_set_caps), (volume_transform), (volume_update_mute),
18280         (volume_update_volume), (volume_set_property),
18281         (volume_get_property):
18282           document a little; use basetransform vmethod _set_caps
18283
18284 2005-08-19  Andy Wingo  <wingo@pobox.com>
18285
18286         * ext/alsa/gstalsamixertrack.h:
18287         * ext/alsa/gstalsamixertrack.c:
18288         * ext/alsa/gstalsamixeroptions.h:
18289         * ext/alsa/gstalsamixeroptions.c:
18290         * ext/alsa/gstalsamixer.h:
18291         * ext/alsa/gstalsamixer.c: Port to 0.9.
18292
18293         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
18294         Remove gstalsa.c and alsaclock. No more cruft here.
18295         
18296 2005-08-18  Wim Taymans  <wim@fluendo.com>
18297
18298         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18299         (gst_base_rtp_depayload_chain),
18300         (gst_base_rtp_depayload_add_to_queue),
18301         (gst_base_rtp_depayload_push),
18302         (gst_base_rtp_depayload_queue_release):
18303         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18304         Fix for RTPBuffer changes.
18305
18306         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
18307         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
18308         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
18309         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
18310         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
18311         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
18312         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
18313         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
18314         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
18315         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
18316         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
18317         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
18318         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
18319         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
18320         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
18321         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
18322         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
18323         (gst_rtpbuffer_get_payload):
18324         * gst-libs/gst/rtp/gstrtpbuffer.h:
18325         Don't subclass GstBuffer but add methods and helper functions
18326         to construct and manipulate RTP packets in regular GstBuffers.
18327
18328 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
18329
18330         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
18331           moved statement below switch
18332         * gst/volume/gstvolume.c: (gst_volume_class_init):
18333           added debug ptr
18334
18335 2005-08-16  Wim Taymans  <wim@fluendo.com>
18336
18337         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18338         (gst_base_audio_src_change_state):
18339         Open and close device in READY<->NULL state change.
18340
18341 2005-08-16  Andy Wingo  <wingo@pobox.com>
18342
18343         * examples/seeking/Makefile.am: Don't compile non-compiling
18344         compiled objects with the compiler.
18345
18346         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
18347         elements.
18348
18349 2005-08-12  Philippe Khalaf <burger@speedy.org>
18350         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18351         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18352           Made a thread to release the queue.
18353           Removed timestamp conversion for now.
18354
18355 2005-08-10  Philippe Khalaf <burger@speedy.org>
18356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18357         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18358           Added rtp timestamp -> gst timestamp conversion.
18359           Fixed several problems with queue.
18360
18361 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
18362
18363         * gst-libs/gst/audio/gstaudioclock.h:
18364         * gst-libs/gst/audio/gstaudiofilter.h:
18365         * gst-libs/gst/audio/gstaudiosink.h:
18366         * gst-libs/gst/audio/gstaudiosrc.h:
18367         * gst-libs/gst/audio/gstbaseaudiosink.h:
18368         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18369         * gst-libs/gst/audio/gstringbuffer.h:
18370         * gst-libs/gst/net/gstnetbuffer.h:
18371         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18372         * gst-libs/gst/rtp/gstrtpbuffer.h:
18373           Add padding (you will need to rebuild gst-plugins-base,
18374           gst-plugins and all applications afterwards!)
18375
18376 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
18377
18378         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18379         (gst_riff_parse_chunk):
18380           Fix bug in debug message and add some more debug messages.
18381
18382 2005-08-08  Edward Hervey  <edward@fluendo.com>
18383
18384         * gst-libs/gst/riff/riff-media.c:
18385         backported updates since branch
18386
18387 2005-08-08  Andy Wingo  <wingo@pobox.com>
18388
18389         * gst-libs/gst/audio/gstbaseaudiosink.c
18390         (gst_base_audio_sink_change_state): Open the device in NULL->READY
18391         like good elements should. Close on READY->NULL too.
18392
18393         * gst-libs/gst/audio/gstaudiosink.c
18394         (gst_audioringbuffer_open_device,
18395         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
18396         (gst_audioringbuffer_release): Updates for new ring buffer API,
18397         hook into the new audio sink api.
18398
18399         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
18400         (GstAudioSinkClass.close): Just open and close the device -- no
18401         resource allocation or configuration.
18402         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
18403         vmethods, handle device setup and resource allocation.
18404
18405         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
18406         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
18407         base class API.
18408
18409         * gst-libs/gst/audio/gstringbuffer.h
18410         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
18411         New vmethods.
18412
18413         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
18414         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
18415         New API functions. The device should be opened before acquiring
18416         and closed after releasing.
18417
18418 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
18419
18420         * gst-libs/gst/interfaces/mixer.h:
18421           Reset padding to GST_PADDING.
18422
18423 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18424
18425         * gst/playback/gstplaybin.c: (remove_sinks):
18426           Remove visualization from parent explicitely; works around some
18427           apparent refcount issue that I haven't tracked down yet.
18428
18429 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18430
18431         * ext/alsa/gstalsasink.c: (set_hwparams):
18432           Assign debug category, add negotiation debug msgs.
18433
18434 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18435
18436         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
18437           Fix error code for file-not-found to NOT_FOUND.
18438
18439 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18440
18441         * common/gtk-doc-plugins.mak:
18442         * docs/plugins/Makefile.am:
18443         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18444         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18445           renamed to actual element names, so much nicer to look at
18446         * docs/plugins/tmpl/gstmultifdsink.sgml:
18447           remove
18448         * docs/plugins/tmpl/multifdsink.sgml:
18449         * docs/plugins/tmpl/tcpserversink.sgml:
18450           add
18451         * ext/alsa/gstalsa.c:
18452         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
18453         * ext/ogg/gstoggmux.c:
18454         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18455         * gst/playback/gstdecodebin.c:
18456         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
18457         * gst/tcp/gsttcpserversink.c:
18458           various fixes and documentation additions
18459
18460 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18461
18462         * common/Makefile.am:
18463         * common/gstdoc-scangobj:
18464         * common/gtk-doc-plugins.mak:
18465         * common/gtk-doc.mak:
18466           add a custom scangobj that uses the registry
18467           add a custom gtk-doc-plugins.mak that uses it
18468           some doc build fixes
18469         * configure.ac:
18470         * docs/Makefile.am:
18471         * docs/plugins/Makefile.am:
18472         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18473         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18474         * docs/plugins/gst-plugins-base-plugins.types:
18475         * docs/plugins/tmpl/gstmultifdsink.sgml:
18476           add docs for one element, multifdsink
18477         * gst/adder/gstadder.h:
18478         * gst/volume/gstvolume.h:
18479           don't privatize enum
18480         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
18481         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18482         (gst_sync_method_get_type), (gst_client_status_get_type),
18483         (gst_multifdsink_class_init),
18484         (gst_multifdsink_client_queue_buffer),
18485         (gst_multifdsink_handle_client_write):
18486         * gst/tcp/gstmultifdsink.h:
18487         * gst/tcp/gsttcp.h:
18488         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18489         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
18490         (gst_tcpclientsink_render):
18491         * gst/tcp/gsttcpclientsink.h:
18492         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18493         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
18494         (gst_tcpclientsrc_start):
18495         * gst/tcp/gsttcpclientsrc.h:
18496         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18497         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
18498         * gst/tcp/gsttcpserversrc.h:
18499         * gst/typefind/gsttypefindfunctions.c:
18500           remove superfluous Type stuff
18501
18502 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18503
18504         * gst/playback/gstplaybin.c: (gen_video_element):
18505           Enable videoscale.
18506
18507 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18508
18509         * gst-libs/gst/gconf/gconf.c:
18510         * gst-libs/gst/gconf/gconf.h:
18511           Fix some Andy Problem [tm].
18512
18513 2005-08-04  Andy Wingo  <wingo@pobox.com>
18514
18515         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
18516         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
18517         (gst_ffmpegcsp_get_size): Adapt to API changes.
18518
18519         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
18520         Implement an in-place do-nothing transform.
18521
18522 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18523
18524         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
18525         (gst_ximagesink_renegotiate_size):
18526           Do not set new window sizes yet if we prepare a new buffer size
18527           for upstream renegotiation (software scaling) at some point in the
18528           future, because this new size waqs not actually accepted yet. Once
18529           accepted, renegotiation later on will set the new sizes just fine.
18530           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
18531           embedding testcase.
18532
18533 2005-08-03  Andy Wingo  <wingo@pobox.com>
18534
18535         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
18536         (gst_ximagesink_buffer_alloc): 
18537         Protect the height, width, and desired_caps with the pool_lock.
18538         Fixes videotestsrc ! queue ! ximagesink.
18539
18540 2005-08-02  Edward Hervey  <edward@fluendo.com>
18541
18542         * gst/volume/gstvolume.c:
18543         include left from controller cleanup
18544
18545 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
18546         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
18547           Stop collectpads before calling the parent state
18548           change function on PAUSED->READY.
18549
18550 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
18551         * configure.ac:
18552           When testing for X libs, use the X CFlags 
18553         * gst/adder/gstadder.c: (gst_adder_change_state):
18554           Stop the collectpads before calling parent state change function
18555           on PAUSED->READY, otherwise we deadlock deactivating pads.
18556
18557 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
18558
18559         * configure.ac:
18560         * docs/libs/tmpl/gstcolorbalance.sgml:
18561         * docs/libs/tmpl/gstmixer.sgml:
18562         * examples/Makefile.am:
18563         * gst/sine/Makefile.am:
18564         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
18565         (gst_sinesrc_set_property), (plugin_init):
18566         * gst/sine/gstsinesrc.h:
18567         * gst/volume/Makefile.am:
18568         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18569         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
18570         (volume_process_float), (volume_process_int16),
18571         (volume_set_property), (plugin_init):
18572         * gst/volume/gstvolume.h:
18573           deactivate and remove dparams (libgstcontrol)
18574
18575 2005-07-29  Wim Taymans  <wim@fluendo.com>
18576
18577         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
18578         Convert me to BaseTransform!! help..
18579
18580 2005-07-29  Andy Wingo  <wingo@pobox.com>
18581
18582         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
18583         sinks.
18584
18585         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
18586         support of both endiannesses.
18587
18588 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
18589
18590         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18591           Fix confusing debug message (s/event/query/)
18592
18593 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
18594
18595         * gst/videotestsrc/videotestsrc.h:
18596           Use "_stdint.h" instead of <stdint.h>
18597
18598 2005-07-27  Wim Taymans  <wim@fluendo.com>
18599
18600         * ext/vorbis/Makefile.am:
18601         Revert wrong commit.
18602
18603 2005-07-27  Wim Taymans  <wim@fluendo.com>
18604
18605         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
18606         More compilation fixen.
18607
18608 2005-07-27  Wim Taymans  <wim@fluendo.com>
18609
18610         * gst-libs/gst/audio/gstbaseaudiosink.c:
18611         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
18612         (gst_base_audio_sink_create_ringbuffer),
18613         (gst_base_audio_sink_change_state):
18614         Fix compilation.
18615
18616 2005-07-27  Wim Taymans  <wim@fluendo.com>
18617
18618         * examples/seeking/seek.c: (setup_dynamic_link),
18619         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
18620         (query_positions_elems), (query_positions_pads), (do_seek):
18621         Update seek example.
18622
18623         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
18624         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
18625         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
18626         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18627         (gst_ogg_demux_handle_event),
18628         (gst_ogg_demux_deactivate_current_chain),
18629         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18630         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
18631         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
18632         (gst_ogg_demux_loop):
18633         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18634         * ext/theora/theoradec.c: (theora_dec_src_event),
18635         (theora_dec_src_getcaps), (theora_dec_sink_event),
18636         (theora_dec_push), (theora_dec_chain):
18637         * ext/vorbis/Makefile.am:
18638         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
18639         (vorbis_dec_sink_event), (vorbis_dec_push),
18640         (vorbis_handle_data_packet):
18641         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
18642         (gst_vorbisenc_chain):
18643         * gst/playback/gststreaminfo.c: (cb_probe):
18644         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
18645         * gst/videorate/gstvideorate.c: (gst_videorate_event):
18646         * gst/videoscale/gstvideoscale.c:
18647         (gst_videoscale_handle_src_event):
18648         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
18649         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
18650         (gst_ximagesink_navigation_send_event):
18651         * sys/xvimage/xvimagesink.c:
18652         (gst_xvimagesink_navigation_send_event):
18653         Various event updates and cleanups
18654
18655 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18656
18657         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
18658           Fix segfault for I420/YV12.
18659
18660 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18661
18662         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18663           Report bitrate.
18664
18665 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18666
18667         * gst/playback/gstplaybin.c: (gen_video_element),
18668         (gen_audio_element):
18669           Switch to auto*sink elements as default sinks; add volume element
18670           so that volume control in totem works.
18671
18672 2005-07-21  Wim Taymans  <wim@fluendo.com>
18673
18674         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
18675         * gst/playback/gstplaybin.c: (setup_sinks),
18676         (gst_play_bin_change_state):
18677         Refcount fix and more comments.
18678
18679 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18680
18681         * sys/ximage/Makefile.am:
18682         * sys/ximage/ximage.c: (plugin_init):
18683         * sys/ximage/ximagesink.c:
18684         Prepare for adding ximagesrc, rename of plugin to ximage etc.
18685         
18686
18687 2005-07-21  Wim Taymans  <wim@fluendo.com>
18688
18689         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
18690         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18691         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
18692         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
18693         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
18694         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
18695         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
18696         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
18697         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
18698         Generate correct disconts for live chained oggs.
18699
18700         * gst-libs/gst/audio/gstbaseaudiosink.c:
18701         (gst_base_audio_sink_render),
18702         (gst_base_audio_sink_create_ringbuffer),
18703         (gst_base_audio_sink_change_state):
18704         Handle discont math correctly.
18705
18706         * gst/playback/gstplaybin.c: (add_sink):
18707         Some small debug cleanup.
18708
18709 2005-07-21  Wim Taymans  <wim@fluendo.com>
18710
18711         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
18712         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18713         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
18714         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
18715         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
18716         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
18717         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18718         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
18719         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
18720         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
18721         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
18722         (gst_ogg_demux_change_state), (gst_ogg_print):
18723         Reorganize code to send the right disconts when in streaming
18724         mode.
18725
18726 2005-07-20  Andy Wingo  <wingo@pobox.com>
18727
18728         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
18729         fix (?), fixes a seggie mcfalterson (#310894).
18730
18731 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18732
18733         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
18734         (gst_ogg_mux_set_header_on_caps):
18735         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
18736         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
18737         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
18738         * gst-libs/gst/audio/multichannel.c:
18739         (gst_audio_set_channel_positions),
18740         (gst_audio_set_structure_channel_positions_list):
18741         * gst/playback/gstdecodebin.c: (dynamic_create):
18742         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
18743         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18744           Fixes for API changes in core.
18745
18746 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18747
18748         * gst/playback/gstplaybasebin.c: (fill_buffer):
18749           Use _new_custom() so we can set custom message types for buffering
18750           messages.
18751
18752 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18753
18754         * configure.ac:
18755         * gst-libs/gst/Makefile.am:
18756         * gst-libs/gst/gconf/.cvsignore:
18757         * gst-libs/gst/gconf/Makefile.am:
18758         * gst-libs/gst/gconf/test-gconf.c:
18759         * pkgconfig/Makefile.am:
18760         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
18761         * pkgconfig/gstreamer-gconf.pc.in:
18762           Remove gconf stuff, use gconf elements instead from now on.
18763
18764 2005-07-20  Wim Taymans  <wim@fluendo.com>
18765
18766         * gst-libs/gst/audio/TODO:
18767         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
18768         (gst_audio_clock_get_internal_time):
18769         * gst-libs/gst/audio/gstaudioclock.h:
18770         * gst-libs/gst/audio/gstbaseaudiosink.c:
18771         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
18772         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
18773         (gst_base_audio_sink_render),
18774         (gst_base_audio_sink_create_ringbuffer),
18775         (gst_base_audio_sink_change_state):
18776         Make sure the audio clock always returns an increasing value.
18777
18778 2005-07-19  Andy Wingo  <wingo@pobox.com>
18779
18780         * gst/videotestsrc/: Cleanups.
18781
18782 2005-07-19  Wim Taymans  <wim@fluendo.com>
18783
18784         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
18785         Better debugging.
18786
18787 2005-07-19  Wim Taymans  <wim@fluendo.com>
18788
18789         * examples/seeking/seek.c: (make_dv_pipeline),
18790         (make_vorbis_theora_pipeline), (query_rates),
18791         (query_positions_elems), (query_positions_pads), (do_seek):
18792         Make correct DV pipeline.
18793
18794 2005-07-18  Andy Wingo  <wingo@pobox.com>
18795
18796         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
18797         default. Also because it's the only thing that really works. (This
18798         is used in the GConf elements).
18799         Use AS_LIBTOOL_TAGS.
18800
18801 2005-07-18  Wim Taymans  <wim@fluendo.com>
18802
18803         * gst/playback/gstdecodebin.c: (remove_element_chain):
18804         * gst/playback/gstplaybin.c: (add_sink):
18805         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18806         (gst_stream_info_set_mute):
18807         * gst/playback/gststreamselector.c:
18808         (gst_stream_selector_get_linked_pad),
18809         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
18810         More leak and compile fixes.
18811
18812 2005-07-18  Wim Taymans  <wim@fluendo.com>
18813
18814         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18815         (query_rates), (query_positions_elems), (query_positions_pads),
18816         (do_seek), (seek_cb), (stop_seek):
18817         Updated seek example. 
18818
18819         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
18820         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
18821         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
18822         * gst/playback/gstplaybin.c: (add_sink):
18823         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18824         (gst_stream_info_set_mute):
18825         Some refcount leak fixes.
18826
18827 2005-07-16  Wim Taymans  <wim@fluendo.com>
18828
18829         * gst-libs/gst/audio/gstbaseaudiosink.c:
18830         (gst_base_audio_sink_render):
18831         Align samples even if we have roundoff errors in the 
18832         timestamp conversion.
18833
18834 2005-07-16  Wim Taymans  <wim@fluendo.com>
18835
18836         * docs/libs/tmpl/gstringbuffer.sgml:
18837         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18838         (query_rates), (query_positions_elems), (query_positions_pads),
18839         (update_scale), (do_seek):
18840         Updated seek example.
18841
18842         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18843         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
18844         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
18845         (gst_ogg_demux_loop):
18846         Push out correct discont values.
18847
18848         * ext/theora/theoradec.c: (theora_dec_src_convert),
18849         (theora_dec_sink_convert), (theora_dec_src_getcaps),
18850         (theora_dec_sink_event), (theora_handle_type_packet),
18851         (theora_handle_header_packet), (theora_dec_push),
18852         (theora_handle_data_packet), (theora_dec_chain),
18853         (theora_dec_change_state):
18854         Better timestamping.
18855
18856         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18857         (vorbis_dec_sink_event), (vorbis_dec_push),
18858         (vorbis_handle_data_packet), (vorbis_dec_chain):
18859         * ext/vorbis/vorbisdec.h:
18860         Better timestamping.
18861
18862         * gst-libs/gst/audio/gstbaseaudiosink.c:
18863         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
18864         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
18865         Handle syncing on timestamps instead of sample offsets. Make
18866         use of DISCONT values as described in design docs.
18867
18868         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18869         (gst_base_audio_src_get_time):
18870         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
18871         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
18872         (gst_ring_buffer_read):
18873         * gst-libs/gst/audio/gstringbuffer.h:
18874         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
18875         (gst_ximagesink_show_frame):
18876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
18877         Correcly convert buffer timestamp to stream time.
18878
18879 2005-07-16  Wim Taymans  <wim@fluendo.com>
18880
18881         * gst/audioconvert/gstaudioconvert.c:
18882         (gst_audio_convert_get_buffer):
18883         Timestamp buffers correctly.
18884
18885         * gst/playback/gstplaybin.c: (gen_video_element):
18886         Make internal fakesink silent.
18887
18888 2005-07-15  Wim Taymans  <wim@fluendo.com>
18889
18890         * gst/ffmpegcolorspace/Makefile.am:
18891         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18892         (gst_ffmpegcsp_caps_remove_format_info),
18893         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
18894         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
18895         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
18896         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
18897         Ported ffmpegcolorspace to basetransform.
18898
18899         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
18900         * gst/volume/gstvolume.c: (volume_transform):
18901         Ported to new API.
18902
18903 2005-07-14  Wim Taymans  <wim@fluendo.com>
18904
18905         * gst/videotestsrc/Makefile.am:
18906         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
18907         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
18908         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
18909         (gst_videotestsrc_init), (gst_videotestsrc_event),
18910         (gst_videotestsrc_create), (gst_videotestsrc_start),
18911         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
18912         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
18913         (gst_videotestsrc_get_property):
18914         * gst/videotestsrc/gstvideotestsrc.h:
18915         Make videotestsrc a pushsrc.
18916
18917 2005-07-14  Wim Taymans  <wim@fluendo.com>
18918
18919         * gst/tcp/gstfdset.c: (gst_fdset_free):
18920         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
18921         (gst_multifdsink_add), (gst_multifdsink_remove),
18922         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
18923         (gst_multifdsink_remove_client_link),
18924         (gst_multifdsink_client_queue_data),
18925         (gst_multifdsink_client_queue_caps),
18926         (gst_multifdsink_client_queue_buffer),
18927         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
18928         (gst_multifdsink_stop):
18929         * gst/tcp/gstmultifdsink.h:
18930         0.8 backporting.
18931
18932         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
18933         Also draw image when not from a pool.
18934
18935 2005-07-14  Wim Taymans  <wim@fluendo.com>
18936
18937         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
18938         (mute_stream), (silence_stream):
18939         Small debug additions.
18940
18941 2005-07-14  Wim Taymans  <wim@fluendo.com>
18942
18943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
18944         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18945         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
18946         Better error recovery, ignore unconnected pads and
18947         non-fatal errors.
18948
18949 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18950
18951         * docs/libs/tmpl/gstaudio.sgml:
18952         * docs/libs/tmpl/gstcolorbalance.sgml:
18953         * docs/libs/tmpl/gstgconf.sgml:
18954         * docs/libs/tmpl/gstmixer.sgml:
18955         * docs/libs/tmpl/gstringbuffer.sgml:
18956         * docs/libs/tmpl/gsttuner.sgml:
18957         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18958         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
18959         (gst_tcpclientsrc_class_init):
18960         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
18961         (gst_tcpserversrc_class_init):
18962         * sys/v4l/gstv4lelement.c:
18963           more autistic cleanliness in functions/names/defines
18964
18965 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18966
18967         * configure.ac:
18968           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
18969           added manually to each Makefile.am so we are sure it goes
18970           *last* and doesn't add -L flags before linking in libs of our
18971           own, like, say, internal .la libs, that then accidentally pick
18972           up the installed copy.
18973         * docs/libs/Makefile.am:
18974         * ext/alsa/Makefile.am:
18975         * ext/cdparanoia/Makefile.am:
18976         * ext/gnomevfs/Makefile.am:
18977         * ext/libvisual/Makefile.am:
18978         * ext/ogg/Makefile.am:
18979         * ext/theora/Makefile.am:
18980         * ext/vorbis/Makefile.am:
18981         * gst-libs/gst/video/Makefile.am:
18982         * gst/adder/Makefile.am:
18983         * gst/audioconvert/Makefile.am:
18984         * gst/audiorate/Makefile.am:
18985         * gst/audioscale/Makefile.am:
18986         * gst/ffmpegcolorspace/Makefile.am:
18987         * gst/playback/Makefile.am:
18988         * gst/sine/Makefile.am:
18989         * gst/subparse/Makefile.am:
18990         * gst/tags/Makefile.am:
18991         * gst/tcp/Makefile.am:
18992         * gst/typefind/Makefile.am:
18993         * gst/videorate/Makefile.am:
18994         * gst/videoscale/Makefile.am:
18995         * gst/videotestsrc/Makefile.am:
18996         * gst/volume/Makefile.am:
18997         * sys/v4l/Makefile.am:
18998         * sys/ximage/Makefile.am:
18999         * sys/xvimage/Makefile.am:
19000           adapt properly to this change. This should make sure that
19001           plugins and libs properly link to the as-yet-uninstalled
19002           copies of stuff like libgstinterfaces and libgstvideo
19003
19004 2005-07-13  Andy Wingo  <wingo@pobox.com>
19005
19006         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
19007         (gst_v4lsrc_fixate): Fixate on format as well.
19008
19009         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
19010         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
19011         buffer points to it.
19012         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
19013         rather just doing X calls ourselves. Also fixes a memleak.
19014
19015 2005-07-12  Andy Wingo  <wingo@pobox.com>
19016
19017         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
19018         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
19019         (gst_v4lsrc_create): Re-add the copy-mode property, default to
19020         TRUE to avoid deadlocks if an element holds on to our buffers.
19021
19022 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19023
19024         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19025         (gst_sinesrc_init), (gst_sinesrc_create),
19026         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
19027         (gst_sinesrc_start):
19028         * gst/sine/gstsinesrc.h:
19029           removing num-buffers property before moving it
19030
19031 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19032
19033         * configure.ac:
19034           use overridable ERROR_CFLAGS
19035         * docs/libs/gst-plugins-base-libs.types:
19036         * docs/libs/tmpl/gstringbuffer.sgml:
19037         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
19038         (gst_alsasink_class_init):
19039         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
19040         (gst_alsasrc_class_init):
19041         * gst-libs/gst/audio/audio.h:
19042         * gst-libs/gst/audio/gstaudioclock.h:
19043         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
19044         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
19045         (gst_audio_filter_link), (gst_audio_filter_init),
19046         (gst_audio_filter_chain), (gst_audio_filter_set_property),
19047         (gst_audio_filter_get_property),
19048         (gst_audio_filter_class_add_pad_templates):
19049         * gst-libs/gst/audio/gstaudiofilter.h:
19050         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19051         (gst_audio_filter_template_get_type),
19052         (gst_audio_filter_template_base_init),
19053         (gst_audio_filter_template_class_init),
19054         (gst_audio_filter_template_init),
19055         (gst_audio_filter_template_set_property),
19056         (gst_audio_filter_template_get_property), (plugin_init),
19057         (gst_audio_filter_template_setup),
19058         (gst_audio_filter_template_filter),
19059         (gst_audio_filter_template_filter_inplace):
19060         * gst-libs/gst/audio/gstaudiosink.c:
19061         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19062         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
19063         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
19064         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
19065         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
19066         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
19067         * gst-libs/gst/audio/gstaudiosink.h:
19068         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
19069         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
19070         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19071         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
19072         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
19073         (gst_audio_src_class_init), (gst_audio_src_init),
19074         (gst_audio_src_create_ringbuffer):
19075         * gst-libs/gst/audio/gstaudiosrc.h:
19076         * gst-libs/gst/audio/gstbaseaudiosink.c:
19077         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
19078         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
19079         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
19080         (gst_base_audio_sink_set_property),
19081         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
19082         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
19083         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
19084         (gst_base_audio_sink_create_ringbuffer),
19085         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
19086         * gst-libs/gst/audio/gstbaseaudiosink.h:
19087         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19088         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
19089         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
19090         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
19091         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
19092         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
19093         (gst_base_audio_src_event), (gst_base_audio_src_create),
19094         (gst_base_audio_src_create_ringbuffer),
19095         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
19096         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19097         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
19098         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
19099         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
19100         (gst_ring_buffer_debug_spec_caps),
19101         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
19102         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
19103         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
19104         (gst_ring_buffer_start), (gst_ring_buffer_pause),
19105         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
19106         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19107         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
19108         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
19109         (gst_ring_buffer_clear):
19110         * gst-libs/gst/audio/gstringbuffer.h:
19111         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
19112         (gst_video_sink_class_init), (gst_video_sink_get_type):
19113         * gst-libs/gst/video/videosink.h:
19114         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
19115         (gst_multifdsink_class_init),
19116         (gst_multifdsink_handle_client_write),
19117         (gst_multifdsink_change_state):
19118         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19119         (gst_tcpclientsink_setcaps):
19120         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19121         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
19122         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
19123         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
19124         (gst_ximagesink_send_pending_navigation),
19125         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
19126         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
19127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
19128         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19129         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
19130         (gst_xvimagesink_send_pending_navigation),
19131         (gst_xvimagesink_navigation_send_event),
19132         (gst_xvimagesink_set_xwindow_id),
19133         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
19134         (gst_xvimagesink_get_type):
19135         more macro splitting
19136
19137 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19138
19139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
19140           plug a memleak, allows me to import 1479 albums in one go
19141           in jamboree
19142         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19143         (vorbis_handle_type_packet), (vorbis_dec_chain),
19144         (vorbis_dec_change_state):
19145           fix some format strings
19146
19147 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19148
19149         * docs/libs/tmpl/gstcolorbalance.sgml:
19150         * docs/libs/tmpl/gstmixer.sgml:
19151         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
19152         (gst_alsasink_set_property), (gst_alsasink_get_property):
19153         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
19154         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
19155           add device property
19156
19157 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19158
19159         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19160         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19161         (audiocast_register_listener), (audiocast_thread_run),
19162         (gst_gnomevfssrc_send_additional_headers_callback),
19163         (gst_gnomevfssrc_received_headers_callback),
19164         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
19165         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
19166         (gst_gnomevfssrc_get_size):
19167           add/clean up debugging
19168         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
19169           cleanups
19170
19171 2005-07-07  Andy Wingo  <wingo@pobox.com>
19172
19173         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
19174         framerate. Need to get a handle on when exactly this function is
19175         called, tho.
19176
19177         * sys/v4l/v4lsrc_calls.h:
19178         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
19179         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
19180         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
19181
19182         * sys/v4l/v4l_calls.h: Cast to V4lElement.
19183         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
19184         v4lelements are sources.
19185
19186         * sys/v4l/gstv4lxoverlay.h:
19187         * sys/v4l/gstv4lxoverlay.c:
19188         * sys/v4l/gstv4ltuner.h:
19189         * sys/v4l/gstv4ltuner.c: Header loc fixen.
19190         
19191         * sys/v4l/gstv4lsrc.h:
19192         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
19193         PushSrc/BaseSrc. Removed most sync-related properties, videorate
19194         or something should handle that. Made a live source.
19195
19196         * sys/v4l/gstv4lelement.h:
19197         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
19198         signals. Some cleanups.
19199
19200         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
19201
19202         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
19203         stuff.
19204
19205         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
19206         stuff.
19207
19208         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
19209
19210 2005-07-07  Wim Taymans  <wim@fluendo.com>
19211
19212         * ext/theora/theoradec.c: (theora_get_query_types),
19213         (theora_dec_src_getcaps), (theora_dec_push):
19214         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
19215         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
19216         Remove deprecated/unused query types.
19217
19218 2005-07-06  Wim Taymans  <wim@fluendo.com>
19219
19220         * ext/alsa/Makefile.am:
19221         * ext/alsa/gstalsaplugin.c: (plugin_init):
19222         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
19223         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
19224         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
19225         (gst_alsasrc_class_init), (gst_alsasrc_init),
19226         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
19227         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
19228         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
19229         (gst_alsasrc_reset):
19230         * ext/alsa/gstalsasrc.h:
19231         * gst-libs/gst/audio/Makefile.am:
19232         * gst-libs/gst/audio/gstaudiosink.c:
19233         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19234         (gst_audioringbuffer_start):
19235         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
19236         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
19237         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
19238         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
19239         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
19240         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
19241         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
19242         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
19243         * gst-libs/gst/audio/gstaudiosrc.h:
19244         * gst-libs/gst/audio/gstbaseaudiosink.c:
19245         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
19246         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
19247         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
19248         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19249         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
19250         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
19251         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
19252         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
19253         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
19254         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
19255         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
19256         (gst_baseaudiosrc_change_state):
19257         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19258         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
19259         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
19260         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
19261         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
19262         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
19263         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
19264         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
19265         * gst-libs/gst/audio/gstringbuffer.h:
19266         Added audiosource base classes.
19267         Ported alsasrc, still very basic.
19268
19269 2005-07-06  Wim Taymans  <wim@fluendo.com>
19270
19271         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
19272         (theora_dec_push), (theora_handle_data_packet):
19273         Prepare for better timestamp fix later.
19274
19275         * gst/audioconvert/gstaudioconvert.c:
19276         List most accurate caps first
19277
19278         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
19279         Use proper pad task function.
19280
19281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19282         (gst_xvimagesink_show_frame):
19283         Fix deadlock when alloc failed.
19284
19285 2005-07-05  Andy Wingo  <wingo@pobox.com>
19286
19287         * ext/gnomevfs/gstgnomevfssrc.c:
19288         * gst/sine/gstsinesrc.c:
19289         * gst/tcp/gsttcpserversrc.c:
19290         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
19291
19292         * sys/v4l/: Port from 0.8.
19293
19294         * Many files: Null if we got it....
19295
19296 2005-07-05  Andy Wingo  <wingo@pobox.com>
19297
19298         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
19299         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
19300         Signedness fixes.
19301
19302 2005-07-05  Wim Taymans  <wim@fluendo.com>
19303
19304         * configure.ac:
19305         * gst/tcp/Makefile.am:
19306         * gst/tcp/README:
19307         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
19308         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
19309         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
19310         (is_sync_frame), (gst_multifdsink_handle_client_write),
19311         (gst_multifdsink_render), (gst_multifdsink_start),
19312         (gst_multifdsink_stop), (gst_multifdsink_change_state):
19313         * gst/tcp/gstmultifdsink.h:
19314         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
19315         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
19316         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
19317         * gst/tcp/gsttcp.h:
19318         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19319         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
19320         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
19321         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
19322         * gst/tcp/gsttcpclientsink.h:
19323         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
19324         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
19325         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
19326         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
19327         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
19328         * gst/tcp/gsttcpclientsrc.h:
19329         * gst/tcp/gsttcpplugin.c: (plugin_init):
19330         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
19331         * gst/tcp/gsttcpserversink.h:
19332         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
19333         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
19334         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
19335         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
19336         (gst_tcpserversrc_stop):
19337         * gst/tcp/gsttcpserversrc.h:
19338         * gst/tcp/gsttcpsink.c:
19339         * gst/tcp/gsttcpsink.h:
19340         * gst/tcp/gsttcpsrc.c:
19341         * gst/tcp/gsttcpsrc.h:
19342         Ported tcp plugins to 0.9. 
19343         
19344
19345 2005-07-05  Andy Wingo  <wingo@pobox.com>
19346
19347         * gst/playback/gstplaybasebin.c (fill_buffer):
19348         message_new_application fixen.
19349
19350         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
19351         Style fix.
19352
19353 2005-07-04  Wim Taymans  <wim@fluendo.com>
19354
19355         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19356         Set caps on output buffer.
19357
19358 2005-07-04  Andy Wingo  <wingo@pobox.com>
19359
19360         * ext/gnomevfs/gstgnomevfssrc.c
19361         (gst_gnomevfssrc_received_headers_callback) 
19362         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
19363         hopefully.
19364
19365         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
19366         No refcount leakage.
19367
19368         * configure.ac: Enable -Werror.
19369         
19370         * ext/theora/theoradec.c (theora_dec_src_getcaps):
19371         * gst/audioconvert/bufferframesconvert.c
19372         (buffer_frames_convert_fixate):
19373         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
19374         (gst_audio_convert_fixate):
19375         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
19376         (gst_sinesrc_create): Fixate func changes.
19377         
19378         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19379         (gst_ximagesink_buffer_alloc): Unused var.
19380
19381 2005-07-01  Andy Wingo  <wingo@pobox.com>
19382
19383         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
19384         getcaps to do explicit caps. Needs to be done in all decoders,
19385         possibly via a base class.
19386
19387         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
19388
19389         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
19390         caps on the sink pad, just rely on the pad template. Also, setting
19391         ANY caps on a pad is not valid because the caps are not fixed.
19392
19393         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
19394         caps on the buffer, and get the width from the desired_caps if
19395         they're set.
19396         (gst_ximagesink_renegotiate_size): Implement via setting the
19397         desired_caps on the ximagesink.
19398         (gst_ximagesink_setcaps): Only reset the width of the player if it
19399         wasn't already set. Not sure if this is right.
19400         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
19401
19402         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
19403         that the user wants. NULL unless the window has been resized.
19404
19405         * gst/volume/gstvolume.c (volume_transform): Adapt to
19406         basetransform refcount changes.
19407         
19408 2005-07-01  Andy Wingo  <wingo@pobox.com>
19409
19410         * gst/videoscale/gstvideoscale.c:
19411         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
19412         from BaseTransform, implements a transform_caps. Removed dead code
19413         including some PAR stuff that was never reached -- should probably
19414         be added back somehow.
19415
19416 2005-07-01  Andy Wingo  <wingo@pobox.com>
19417
19418         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
19419         come later.
19420
19421 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19422
19423         * configure.ac:
19424         * docs/libs/Makefile.am:
19425         * docs/libs/gst-plugins-libs.types:
19426         * ext/alsa/Makefile.am:
19427         * ext/alsa/gstalsamixer.h:
19428         * ext/alsa/gstalsamixeroptions.h:
19429         * ext/alsa/gstalsamixertrack.h:
19430         * gst-libs/gst/Makefile.am:
19431         * gst-libs/gst/colorbalance/.cvsignore:
19432         * gst-libs/gst/colorbalance/Makefile.am:
19433         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
19434         * gst-libs/gst/colorbalance/colorbalance.c:
19435         * gst-libs/gst/colorbalance/colorbalance.h:
19436         * gst-libs/gst/colorbalance/colorbalance.vcproj:
19437         * gst-libs/gst/colorbalance/colorbalancechannel.c:
19438         * gst-libs/gst/colorbalance/colorbalancechannel.h:
19439         * gst-libs/gst/interfaces/Makefile.am:
19440         * gst-libs/gst/interfaces/colorbalance.c:
19441         (gst_color_balance_class_init):
19442         * gst-libs/gst/interfaces/colorbalance.h:
19443         * gst-libs/gst/interfaces/interfaces-marshal.list:
19444         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
19445         * gst-libs/gst/interfaces/mixer.h:
19446         * gst-libs/gst/interfaces/mixeroptions.h:
19447         * gst-libs/gst/interfaces/navigation.c:
19448         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
19449         * gst-libs/gst/interfaces/tuner.h:
19450         * gst/volume/Makefile.am:
19451         * gst/volume/gstvolume.c:
19452         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19453         * sys/ximage/Makefile.am:
19454         * sys/ximage/ximagesink.c:
19455         * sys/xvimage/Makefile.am:
19456         * sys/xvimage/xvimagesink.c:
19457           fold in all interfaces into an interfaces dir, preserving CVS
19458           history
19459
19460 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19461
19462         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19463           Fix build after riff changes.
19464
19465 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19466
19467         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19468         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
19469         (gst_riff_create_video_template_caps),
19470         (gst_riff_create_audio_template_caps),
19471         (gst_riff_create_iavs_template_caps):
19472         * gst-libs/gst/riff/riff-media.h:
19473         * gst-libs/gst/riff/riff-read.h:
19474         * gst-libs/gst/riff/riff.c: (gst_riff_init):
19475           Add gst_riff_init() to initialize the debug category, instead
19476           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
19477
19478 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19479
19480         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
19481           Oops, I shouldn't apply hacks.
19482
19483 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19484
19485         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
19486           Remove pad_loop function which doesn't work.
19487
19488 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19489
19490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
19491           Send EOS when deactivating.
19492         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19493         (check_queue), (queue_threshold_reached), (queue_out_of_data),
19494         (gen_preroll_element), (probe_triggered), (mute_stream),
19495         (silence_stream), (new_decoded_pad), (setup_substreams),
19496         (set_active_source):
19497         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
19498         (remove_sinks), (add_sink):
19499         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
19500           Change for new probe API.
19501
19502 2005-06-29  Wim Taymans  <wim@fluendo.com>
19503
19504         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
19505         * gst-libs/gst/audio/gstbaseaudiosink.c:
19506         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
19507         (gst_baseaudiosink_change_state):
19508         * gst-libs/gst/audio/gstbaseaudiosink.h:
19509         * gst-libs/gst/audio/gstringbuffer.c:
19510         (gst_ringbuffer_set_callback):
19511         Fix compilation error.
19512         Ringbuffer starts out as not running.
19513         Free our clock in dispose.
19514         When releasing the ringbuffer we need to renegotiate so
19515         clear the pad caps.
19516
19517 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19518
19519         * autogen.sh:
19520         * configure.ac:
19521         * docs/Makefile.am:
19522         * docs/libs/Makefile.am:
19523         * docs/libs/gst-plugins-libs-docs.sgml:
19524         * docs/libs/gst-plugins-libs-sections.txt:
19525         * docs/libs/gst-plugins-libs.types:
19526         * docs/libs/tmpl/gstaudio.sgml:
19527         * docs/libs/tmpl/gstcolorbalance.sgml:
19528         * docs/libs/tmpl/gstringbuffer.sgml:
19529         * gst-libs/gst/audio/gstringbuffer.c:
19530         (gst_ringbuffer_set_callback):
19531           reinstate gtk-doc docs for plugin libs
19532
19533 2005-06-28  Wim Taymans  <wim@fluendo.com>
19534
19535         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19536         (gst_ogg_demux_init):
19537         Removed pad loop function.
19538
19539 2005-06-28  Wim Taymans  <wim@fluendo.com>
19540
19541         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
19542         If we're building a chain we are not in an error case
19543         when we queue a buffer.
19544
19545 2005-06-28  Andy Wingo  <wingo@pobox.com>
19546
19547         * *.c: Don't cast to GstObject before reffing/unreffing.
19548
19549 2005-06-27  Andy Wingo  <wingo@pobox.com>
19550
19551         * gst/videotestsrc/gstvideotestsrc.c
19552         (gst_videotestsrc_activate_push): Activation API changes.
19553
19554         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
19555         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
19556         they have refs on the decodebin.
19557
19558         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
19559         parent class.
19560         (gst_ogg_pad_typefind): Don't leak a pad ref.
19561         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
19562         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
19563         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
19564
19565 2005-06-27  Edward Hervey  <edward@fluendo.com>
19566
19567         * ext/theora/theoradec.c: (theora_dec_change_state): 
19568         re-arranged call to parent's state change in order to avoid locks (or
19569         worse).
19570
19571 2005-06-26  Edward Hervey  <edward@fluendo.com>
19572
19573         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19574         2nd argument of 'unknow-type' signal is a GstCaps and not a
19575         GstMiniObject
19576
19577 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
19578         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
19579           Set the worker thread's running flag to TRUE before starting the
19580           thread.
19581         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
19582           Catch a failure to add typefind to the bin.
19583
19584 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19585
19586         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19587         (gst_sinesrc_init), (gst_sinesrc_create),
19588         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
19589         (gst_sinesrc_start):
19590         * gst/sine/gstsinesrc.h:
19591           add num-buffers and timestamp-offset properties
19592         * gst/videotestsrc/gstvideotestsrc.c:
19593         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
19594         (gst_videotestsrc_get_property):
19595           add timestamp-offset property
19596
19597 2005-06-23  Christian Schaller  <uraeus@gnome.org>
19598
19599         * configure.ac: add videorate
19600         * gst-plugins-base.spec.in: add videorate
19601
19602 2005-06-23  Wim Taymans  <wim@fluendo.com>
19603
19604         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19605         (gst_videorate_getcaps), (gst_videorate_setcaps),
19606         (gst_videorate_event), (gst_videorate_chain):
19607         Fixed videorate, fixating an already fixated caps is not
19608         an error.
19609
19610 2005-06-23  Wim Taymans  <wim@fluendo.com>
19611
19612         * ext/ogg/README:
19613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
19614         Buffer on caps is not boxed anymore.
19615
19616 2005-06-22  Wim Taymans  <wim@fluendo.com>
19617
19618         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
19619         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
19620         Set buffers on caps as miniobjects and not as boxed.
19621
19622 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19623
19624         * configure.ac:
19625           back to HEAD
19626
19627 === release 0.9.1 ===
19628
19629 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19630
19631         * .cvsignore:
19632         * NEWS:
19633         * README:
19634         * RELEASE:
19635         * configure.ac:
19636         * po/af.po:
19637         * po/az.po:
19638         * po/cs.po:
19639         * po/en_GB.po:
19640         * po/hu.po:
19641         * po/it.po:
19642         * po/nb.po:
19643         * po/nl.po:
19644         * po/or.po:
19645         * po/sq.po:
19646         * po/sr.po:
19647         * po/sv.po:
19648         * po/uk.po:
19649         * po/vi.po:
19650           updates for release
19651
19652 2005-06-09  Andy Wingo  <wingo@pobox.com>
19653
19654         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
19655         
19656 2005-06-09  Andy Wingo  <wingo@pobox.com>
19657
19658         * configure.ac:
19659         * gst-libs/gst/Makefile.am:
19660         * gst-libs/gst/net/Makefile.am:
19661         Add gstnet to build.
19662
19663 2005-06-09  Andy Wingo  <wingo@pobox.com>
19664
19665         * gst-libs/gst/gconf/gconf.c:
19666         * gst/playback/test.c:
19667         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
19668         fixes.
19669
19670         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
19671
19672         * ext/theora/theoraenc.c (theora_enc_chain): 
19673         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
19674
19675         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
19676         RealPad.
19677
19678 2005-06-02  Wim Taymans  <wim@fluendo.com>
19679
19680         * gst-libs/gst/net/Makefile.am:
19681         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19682         * pkgconfig/gstreamer-libs.pc.in:
19683         Added net stuff, version net lib.
19684
19685 2005-06-02  Wim Taymans  <wim@fluendo.com>
19686
19687         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
19688         (query_rates), (query_positions_elems), (query_positions_pads),
19689         (do_seek):
19690         Updated seek example.
19691
19692 2005-06-02  Andy Wingo  <wingo@pobox.com>
19693
19694         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
19695         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
19696         list.
19697
19698         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
19699         remove the typefind, the bin dispose will do it for us. When it's
19700         removed and unreffed, the signal handler will be disconnected,
19701         too.
19702         (unlinked): It's too difficult to disconnect from unlinked
19703         handlers, as they are on pads not elements. Just punt if the pads
19704         aren't grandkids of the bin.
19705
19706 2005-06-02  Wim Taymans  <wim@fluendo.com>
19707
19708         * ext/ogg/README:
19709         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19710         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
19711         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
19712         * ext/theora/theoradec.c: (theora_dec_src_query),
19713         (theora_handle_data_packet):
19714         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19715         (theora_enc_chain):
19716         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19717         (vorbis_handle_data_packet):
19718         * gst/audioconvert/bufferframesconvert.c:
19719         (buffer_frames_convert_chain):
19720         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19721         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19722         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19723         (gst_ffmpegcsp_chain):
19724         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19725         (gst_videorate_getcaps), (gst_videorate_setcaps),
19726         (gst_videorate_event), (gst_videorate_chain):
19727         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
19728         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
19729         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19730         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
19731         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19732         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
19733         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
19734         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
19735         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
19736         Cleanups and buffer alloc.
19737
19738 2005-05-31  Wim Taymans  <wim@fluendo.com>
19739
19740         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
19741         Don't try to call the delay method when the device is not
19742         opened.
19743
19744 2005-05-31  Wim Taymans  <wim@fluendo.com>
19745
19746         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
19747         Get actual segment size and buffer size after opening
19748         the device.
19749
19750 2005-05-30  Wim Taymans  <wim@fluendo.com>
19751
19752         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
19753         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
19754         Also FLUSH upstream, makes the loop function exit faster.
19755         
19756         * ext/theora/theoradec.c: (theora_dec_src_query):
19757         Some more debug info in the query.
19758         
19759         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19760         (gst_ximagesink_setcaps):
19761         Release lock on par error, better error reporting.
19762
19763 2005-05-26  Wim Taymans  <wim@fluendo.com>
19764
19765         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19766         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
19767         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
19768         Clear chains in READY
19769         Queue packets until the chain is activated.
19770
19771 2005-05-25  Wim Taymans  <wim@fluendo.com>
19772
19773         * gst-libs/gst/audio/gstaudiosink.c:
19774         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19775         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19776         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19777         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19778         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19779         (gst_audiosink_create_ringbuffer):
19780         * gst-libs/gst/audio/gstbaseaudiosink.c:
19781         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19782         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19783         (gst_baseaudiosink_set_property), (build_linear_format),
19784         (debug_spec_caps), (debug_spec_buffer),
19785         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19786         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19787         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19788         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19789         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19790         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19791         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
19792         (gst_ringbuffer_play), (gst_ringbuffer_pause),
19793         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
19794         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
19795         (wait_segment), (gst_ringbuffer_commit),
19796         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
19797         (gst_ringbuffer_clear):
19798         Various small cleanups.
19799
19800         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19801         (gst_audio_convert_change_state):
19802         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
19803         No need to take the locks anymore.
19804
19805 2005-05-25  Wim Taymans  <wim@fluendo.com>
19806
19807         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19808         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
19809         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
19810         (type_found):
19811         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
19812         (group_destroy), (group_commit), (queue_overrun),
19813         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
19814         (mute_stream), (new_decoded_pad), (setup_substreams),
19815         (setup_source), (mute_group_type), (set_active_source),
19816         (gst_play_base_bin_change_state):
19817         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19818         (gen_video_element), (gen_text_element), (gen_audio_element),
19819         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
19820         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
19821         (gst_stream_info_dispose), (gst_stream_info_set_mute):
19822         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19823         Some playbin cleanups mostly refcounting sloppyness.
19824
19825 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19826
19827         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
19828           Work with streaming input.
19829
19830 2005-05-25  Wim Taymans  <wim@fluendo.com>
19831
19832         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19833         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19834         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19835         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
19836         No need to take the STREAM lock anymore.
19837
19838 2005-05-25  Wim Taymans  <wim@fluendo.com>
19839
19840         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
19841         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
19842         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
19843         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
19844         (gst_ogg_demux_sink_activate):
19845         * ext/theora/theoradec.c: (theora_dec_src_event),
19846         (theora_handle_comment_packet), (theora_dec_chain),
19847         (theora_dec_change_state):
19848         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19849         (vorbis_handle_data_packet), (vorbis_dec_chain),
19850         (vorbis_dec_change_state):
19851         Remove STREAM locks as they are taken in core now.
19852         Never set bogus granulepos on vorbis/theora.
19853         Fix leaks in theoradec tag parsing.
19854
19855 2005-05-25  Wim Taymans  <wim@fluendo.com>
19856
19857         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
19858         Fix memleaks, GST_BUFFER_DATA() is not freed.
19859
19860 2005-05-25  Wim Taymans  <wim@fluendo.com>
19861
19862         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
19863         Open non-blocking, set to blocking mode afterwards to avoid
19864         lockups when audio device is busy.
19865
19866 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19867
19868         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
19869           This can't be good.
19870
19871 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19872
19873         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19874         (gst_audio_convert_chain), (gst_audio_convert_link_src),
19875         (gst_audio_convert_setcaps):
19876           Implement instant setup switching.
19877
19878 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19879
19880         * gst/playback/gstplaybasebin.c: (probe_triggered):
19881           Fix missing unlock.
19882         * gst/playback/gstplaybin.c: (add_sink):
19883           First add, then link (otherwise pad link fails).
19884
19885 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19886
19887         * examples/Makefile.am:
19888         fix buildbot (make distcheck)
19889
19890 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19891
19892         * gst/playback/gstplaybin.c: (gen_vis_element):
19893           Remove some wrong code. Doesn't work yet.
19894
19895 2005-05-19  Wim Taymans  <wim@fluendo.com>
19896
19897         * gst-libs/gst/net/Makefile.am:
19898         * gst-libs/gst/net/README:
19899         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
19900         (gst_netbuffer_class_init), (gst_netbuffer_init),
19901         (gst_netbuffer_finalize), (gst_netbuffer_copy),
19902         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
19903         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
19904         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
19905         * gst-libs/gst/net/gstnetbuffer.h:
19906         Added buffer subclass to store extra to/from addresses for
19907         network sources/sinks.
19908
19909 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19910
19911         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
19912           Don't lock an unassigned variable.
19913
19914 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19915
19916         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
19917           Increase buffer for video, decrease buffer for other media types.
19918         * gst/playback/gstplaybin.c: (gen_video_element),
19919         (gen_audio_element):
19920           Change names for debugging purposes.
19921
19922 2005-05-18  Wim Taymans  <wim@fluendo.com>
19923
19924         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19925         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19926         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19927         (gst_ffmpegcsp_chain):
19928         Enable buffer alloc passthrough if the source and dest
19929         formats are the same.
19930
19931 2005-05-17  Wim Taymans  <wim@fluendo.com>
19932
19933         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
19934         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
19935         (gst_ogg_demux_chain_unlocked):
19936         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19937         (gst_audio_convert_caps_remove_format_info),
19938         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19939         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
19940         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19941         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19942         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
19943         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
19944         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19945         (gst_ffmpegcsp_get_property):
19946         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19947         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
19948         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
19949         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
19950         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
19951         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19952         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
19953         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
19954         Leak fixes in oggdemux.
19955         Some cleanups in audioconvert.
19956         Make passthrough work along with buffer_alloc etc.
19957         Make buffer_alloc and buffer recycling actually work in
19958         xvimagesink.
19959
19960 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19961
19962         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
19963           make the compiler happy
19964
19965 2005-05-17  Wim Taymans  <wim@fluendo.com>
19966
19967         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
19968         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19969         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
19970         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
19971         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
19972         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
19973         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19974         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
19975         (gst_xvimagesink_set_xwindow_id):
19976         * sys/xvimage/xvimagesink.h:
19977         Port xvimagesink to new MiniObject.
19978
19979 2005-05-17  Wim Taymans  <wim@fluendo.com>
19980
19981         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
19982         (gst_audiofilter_chain):
19983         * gst-libs/gst/audio/gstaudiosink.c:
19984         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19985         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19986         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19987         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19988         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19989         (gst_audiosink_create_ringbuffer):
19990         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19991         (gst_audio_convert_caps_remove_format_info),
19992         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19993         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19994         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19995         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19996         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19997         Fix passthrough in ffmpegcolorspace.
19998         Fix memset in audiosink on wrong memory.
19999
20000 2005-05-16  David Schleef  <ds@schleef.org>
20001
20002         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
20003         to GstMiniObject.
20004
20005 2005-05-16  David Schleef  <ds@schleef.org>
20006
20007         Port from GstData to GstMiniObject.
20008         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
20009         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
20010         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
20011         (gst_ogg_mux_collected):
20012         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20013         * ext/theora/theoradec.c: (theora_handle_comment_packet),
20014         (theora_handle_data_packet):
20015         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
20016         (theora_set_header_on_caps), (theora_enc_chain):
20017         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20018         (vorbis_handle_comment_packet):
20019         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
20020         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
20021         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
20022         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
20023         * gst/audioconvert/gstaudioconvert.c:
20024         (gst_audio_convert_get_buffer):
20025         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20026         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
20027         (mute_stream), (silence_stream):
20028         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
20029         * gst/volume/gstvolume.c: (volume_transform):
20030         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20031         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
20032         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
20033         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
20034         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
20035         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
20036         (gst_ximagesink_buffer_alloc):
20037         * sys/ximage/ximagesink.h:
20038
20039 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20040
20041         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20042         (fill_buffer), (check_queue), (queue_threshold_reached),
20043         (queue_out_of_data):
20044         * gst/playback/gstplaybasebin.h:
20045           Post buffer-fullness on the bus.
20046
20047 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20048
20049         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20050         (try_to_link_1):
20051         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20052         (group_commit), (probe_triggered), (setup_source),
20053         (gst_play_base_bin_change_state):
20054         * gst/playback/gstplaybasebin.h:
20055         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20056         (gst_play_bin_init), (remove_sinks), (setup_sinks),
20057         (gst_play_bin_change_state):
20058           Move setup_output_pads into a virtual function, remove
20059           group-switch (no longer needed) and redirect (handled by bus
20060           now) signals.
20061
20062 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20063
20064         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
20065         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
20066         (get_active_group), (get_building_group), (group_destroy),
20067         (group_commit), (check_queue), (queue_overrun),
20068         (queue_threshold_reached), (queue_out_of_data),
20069         (gen_preroll_element), (remove_groups), (unknown_type),
20070         (add_element_stream), (no_more_pads), (probe_triggered),
20071         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
20072         (setup_substreams), (setup_source), (finish_source),
20073         (prepare_output), (muted_group_change_state),
20074         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20075         (gst_play_base_bin_change_state):
20076         * gst/playback/gstplaybasebin.h:
20077         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20078         (gst_play_bin_init), (gst_play_bin_set_property),
20079         (gen_video_element), (gen_text_element), (gen_audio_element),
20080         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
20081         (gst_play_bin_change_state):
20082         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20083         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
20084         (stream_info_change_state), (gst_stream_info_set_mute),
20085         (gst_stream_info_get_property):
20086         * gst/playback/gststreaminfo.h:
20087         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
20088         (gst_stream_selector_get_linked_pad),
20089         (gst_stream_selector_getcaps),
20090         (gst_stream_selector_get_linked_pads),
20091         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20092         * gst/playback/gststreamselector.h:
20093           Rough port of playbin. Needs some more work, but is mostly done,
20094           and uses a few locks in important places, which should make stuff
20095           like chain-switches clean. Still uses GST_STATE() in a few places,
20096           which isn't all that good an idea, subtitles/elements disabled
20097           because no elements to test with and thus probably broken, query
20098           and event handling moved to GstBin, internal thread removed
20099           alltogether because the pipeline does that for us now. Can play
20100           Ogg/Vorbis files. Haven't tested anything else yet.
20101
20102 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20103
20104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
20105           Do no-more-pads (needed for autoplugging).
20106
20107 2005-05-10  Andy Wingo  <wingo@pobox.com>
20108
20109         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
20110         message to the bus with the tags. Still not sent downstream tho.
20111
20112         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
20113         get_parent.
20114         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
20115         avoid refcounting hassles.
20116
20117 2005-05-09  Andy Wingo  <wingo@pobox.com>
20118
20119         * gst/volume/Makefile.am:
20120         * gst/volume/demo.c
20121         * gst/volume/gstvolume.h
20122         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
20123         basetransform. Probably need an audio filter base class.
20124
20125 2005-05-09  Wim Taymans  <wim@fluendo.com>
20126
20127         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
20128         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
20129         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
20130         (gst_vorbisenc_chain):
20131         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20132         (gst_audio_convert_caps_remove_format_info),
20133         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
20134         (gst_audio_convert_fixate), (gst_audio_convert_channels):
20135         Make caps writable before writing to it.
20136         Fix negotiation in audioconvert some more.
20137
20138 2005-05-09  Wim Taymans  <wim@fluendo.com>
20139
20140         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20141         (gst_videorate_getcaps), (gst_videorate_setcaps),
20142         (gst_videorate_event), (gst_videorate_chain):
20143         Better negotiation.
20144
20145 2005-05-09  Wim Taymans  <wim@fluendo.com>
20146
20147         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
20148         (gst_videorate_getcaps), (gst_videorate_setcaps),
20149         (gst_videorate_blank_data), (gst_videorate_init),
20150         (gst_videorate_event), (gst_videorate_chain),
20151         (gst_videorate_change_state):
20152         Port videorate, do a better job at negotiation while we're at
20153         it.
20154
20155 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
20156
20157         * configure.ac:
20158           Disable libvisual
20159
20160         * examples/Makefile.am:
20161         * gst-libs/gst/audio/Makefile.am:
20162         * gst-libs/gst/riff/Makefile.am:
20163         * gst-libs/gst/tag/Makefile.am:
20164         * gst-libs/gst/video/Makefile.am:
20165           Fixups for missing variables.
20166
20167 2005-05-09  Wim Taymans  <wim@fluendo.com>
20168
20169         * examples/seeking/seek.c: (make_theora_pipeline),
20170         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
20171         (query_rates), (query_positions_elems), (query_positions_pads),
20172         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
20173         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20174         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
20175         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
20176         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
20177         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
20178         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20179         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
20180         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
20181         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20182         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20183         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20184         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
20185         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
20186         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
20187         (theora_dec_src_convert), (theora_dec_sink_convert),
20188         (theora_dec_src_query), (theora_dec_sink_query),
20189         (theora_dec_src_event), (theora_dec_sink_event),
20190         (theora_handle_comment_packet), (theora_handle_type_packet),
20191         (theora_handle_header_packet), (theora_handle_data_packet),
20192         (theora_dec_chain):
20193         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
20194         (vorbis_dec_convert), (vorbis_dec_src_query),
20195         (vorbis_dec_sink_query), (vorbis_dec_src_event),
20196         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
20197         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
20198         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
20199         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
20200         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
20201         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
20202         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20203         (gst_play_bin_query):
20204         * gst/playback/test3.c: (update_scale):
20205         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
20206         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
20207         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20208         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
20209         (gst_videotestsrc_src_query):
20210         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
20211         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
20212         (paint_hline_YUV9):
20213         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
20214         Port to new query API.
20215         Updated seek.
20216         Cleanups in x[v]imagesink
20217
20218 2005-05-09  Andy Wingo  <wingo@pobox.com>
20219
20220         * ext/alsa/gstalsasink.h:
20221         * ext/gnomevfs/gstgnomevfssrc.c:
20222         (gst_gnomevfssrc_get_icy_metadata):
20223         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
20224         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
20225         * ext/theora/theoradec.c (theora_dec_src_query)
20226         (theora_dec_src_event, theora_dec_sink_event)
20227         (theora_handle_comment_packet, theora_handle_data_packet):
20228         * ext/theora/theoraenc.c (theora_enc_chain):
20229         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
20230         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
20231         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
20232         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
20233         (qt_type_find):
20234         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
20235         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
20236         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
20237         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
20238         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
20239         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
20240         (paint_setup_xBGR8888, paint_setup_RGBx8888)
20241         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
20242         (paint_setup_RGB565, paint_setup_xRGB1555):
20243         * gst/videotestsrc/videotestsrc.h:
20244         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
20245         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
20246         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
20247         GCC4 fixes.
20248         
20249         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
20250         gst_pad_query_position. Fixes oggdemux.
20251
20252 2005-05-08  David Schleef  <ds@schleef.org>
20253
20254         * configure.ac: Require liboil.
20255         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
20256         a few more.
20257         * gst/videotestsrc/videotestsrc.c:
20258         * gst/videotestsrc/videotestsrc.h:
20259
20260 2005-05-06  Wim Taymans  <wim@fluendo.com>
20261
20262         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20263         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
20264         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
20265         Well, unreffing a buffer right before pushing it is asking
20266         for trouble..
20267
20268 2005-05-06  Christian Schaller  <uraeus@gnome.org>
20269
20270         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
20271
20272 2005-05-06  Wim Taymans  <wim@fluendo.com>
20273
20274         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20275         (gst_audio_convert_caps_remove_format_info),
20276         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
20277         (gst_audio_convert_fixate), (gst_audio_convert_channels):
20278         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20279         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
20280         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
20281         * gst/sine/Makefile.am:
20282         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
20283         (gst_sinesrc_class_init), (gst_sinesrc_init),
20284         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
20285         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
20286         (gst_sinesrc_update_freq):
20287         * gst/sine/gstsinesrc.h:
20288         * gst/tcp/gstmultifdsink.c:
20289         * sys/xvimage/xvimagesink.c:
20290         Fixed negotiation wrt _peer_get_caps()
20291         Some cleanups.
20292
20293
20294 2005-05-06  Wim Taymans  <wim@fluendo.com>
20295
20296         * gst-libs/gst/audio/gstaudiosink.c:
20297         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20298         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20299         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20300         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20301         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
20302         (gst_audiosink_create_ringbuffer):
20303         * gst-libs/gst/audio/gstbaseaudiosink.c:
20304         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
20305         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
20306         (gst_baseaudiosink_set_property), (build_linear_format),
20307         (debug_spec_caps), (debug_spec_buffer),
20308         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
20309         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
20310         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
20311         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20312         * gst-libs/gst/audio/gstbaseaudiosink.h:
20313         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20314         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20315         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
20316         (gst_ringbuffer_play), (gst_ringbuffer_pause),
20317         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
20318         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
20319         (wait_segment), (gst_ringbuffer_commit),
20320         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
20321         (gst_ringbuffer_clear):
20322         * gst-libs/gst/audio/gstringbuffer.h:
20323         Make the base audiosink return an error when there is no
20324         audiobuffer negotiated.
20325
20326 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20327
20328         * ext/Makefile.am:
20329         Disable cdparanoia until someone ports it!
20330
20331 2005-05-06  Wim Taymans  <wim@fluendo.com>
20332
20333         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20334         (gst_ogg_demux_sink_activate):
20335         And revert after wingo's revert.. sigh..
20336
20337 2005-05-05  Andy Wingo  <wingo@pobox.com>
20338
20339         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
20340         GObject.
20341         * configure.ac: Return audiorate and subparse from the ghetto.
20342         Re-enable -Wall -Werror.
20343         * gst/subparse/gstsubparse.c:
20344         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
20345         or chain-based. Cleaned up a bit. Not tested.
20346         
20347 2005-05-05  Christian Schaller <christian@fluendo.com> 
20348
20349         * Makefile.am: remove stuff that is not building
20350         * configure.ac: remove stuff that is not building
20351         * examples/Makefile.am: remove stuff that is not building
20352         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
20353         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
20354         * sys/Makefile.am: remove stuff that is not building
20355         * testsuite/Makefile.am: remove stuff that is not building
20356
20357 2005-05-05  Andy Wingo  <wingo@pobox.com>
20358
20359         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20360         * gst-libs/gst/tag/gstvorbistag.c:
20361         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
20362         * gst/adder/gstadder.h:
20363         * gst/audioconvert/gstchannelmix.c:
20364         (gst_audio_convert_fill_one_other):
20365         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
20366         (gst_audiorate_init), (gst_audiorate_chain):
20367         * gst/playback/gstplaybasebin.c: (setup_source):
20368         * gst/playback/test3.c: (update_scale):
20369         Some GCC4 fixes
20370         
20371         * po/af.po:
20372         * po/az.po:
20373         * po/cs.po:
20374         * po/en_GB.po:
20375         * po/hu.po:
20376         * po/it.po:
20377         * po/nb.po:
20378         * po/nl.po:
20379         * po/or.po:
20380         * po/sq.po:
20381         * po/sr.po:
20382         * po/sv.po:
20383         * po/uk.po:
20384         * po/vi.po: Foo
20385
20386 2005-05-05  Wim Taymans  <wim@fluendo.com>
20387
20388         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20389         (gst_audio_convert_caps_remove_format_info),
20390         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
20391         (gst_audio_convert_change_state), (gst_audio_convert_channels):
20392         * gst/videotestsrc/gstvideotestsrc.c:
20393         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
20394         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
20395         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
20396         (gst_videotestsrc_init), (gst_videotestsrc_loop):
20397         Don't ignore _push() return values.
20398         Make sure no processing is done when shutting down.
20399         Videotestsrc pad activation fix.
20400
20401 2005-05-05  Wim Taymans  <wim@fluendo.com>
20402
20403         * gst/adder/Makefile.am:
20404         * gst/adder/gstadder.c: (gst_adder_setcaps),
20405         (gst_adder_class_init), (gst_adder_init),
20406         (gst_adder_request_new_pad), (gst_adder_collected),
20407         (gst_adder_change_state):
20408         * gst/adder/gstadder.h:
20409         Ported adder as an example of a mixer element using
20410         collect pads. Needs more negotiation work.
20411
20412 2005-05-05  Wim Taymans  <wim@fluendo.com>
20413
20414         * ext/theora/theoradec.c: (_inc_granulepos),
20415         (theora_dec_src_event), (theora_dec_sink_event),
20416         (theora_handle_comment_packet), (theora_handle_type_packet),
20417         (theora_handle_header_packet), (theora_handle_data_packet),
20418         (theora_dec_chain):
20419         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20420         (gst_theora_enc_init), (theora_enc_sink_setcaps),
20421         (theora_push_buffer), (theora_push_packet),
20422         (theora_enc_sink_event), (theora_enc_chain),
20423         (theora_enc_change_state), (theora_enc_set_property),
20424         (theora_enc_get_property):
20425         Added stream lock to decoder so that we can serialize
20426         the discont event.
20427         More theoraenc porting, recover from errors, do clean
20428         shutdown.
20429
20430 2005-05-05  Wim Taymans  <wim@fluendo.com>
20431
20432         * ext/ogg/Makefile.am:
20433         * ext/ogg/README:
20434         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20435         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
20436         (gst_ogg_print):
20437         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20438         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
20439         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
20440         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
20441         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
20442         (gst_ogg_mux_change_state):
20443         Ported ogg muxer.
20444
20445 2005-05-05  Wim Taymans  <wim@fluendo.com>
20446
20447         * docs/design-audiosinks.txt:
20448         * gst-libs/gst/audio/TODO:
20449         * gst-libs/gst/audio/gstaudiosink.c:
20450         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20451         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20452         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20453         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20454         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
20455         (gst_audiosink_create_ringbuffer):
20456         * gst-libs/gst/audio/gstbaseaudiosink.c:
20457         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
20458         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
20459         (gst_baseaudiosink_set_property), (build_linear_format),
20460         (debug_spec_caps), (debug_spec_buffer),
20461         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
20462         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
20463         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
20464         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20465         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20466         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20467         (gst_ringbuffer_release), (gst_ringbuffer_play),
20468         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
20469         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
20470         (gst_ringbuffer_set_sample), (wait_segment),
20471         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
20472         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
20473         More work on the audiosink, mostly debugging and a race in
20474         shutdown.
20475
20476 2005-04-28  Wim Taymans  <wim@fluendo.com>
20477
20478         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20479         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
20480         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
20481         (vorbis_dec_src_query), (vorbis_dec_src_event),
20482         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
20483         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
20484         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
20485         Don't crap out when seeking back to position 0.
20486
20487 2005-04-28  Wim Taymans  <wim@fluendo.com>
20488
20489         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
20490         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
20491         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
20492         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
20493         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
20494         Make audio sink configurable, use alsasink as default.
20495
20496 2005-04-28  Wim Taymans  <wim@fluendo.com>
20497
20498         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20499         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
20500         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
20501         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
20502         (vorbis_dec_change_state):
20503         * ext/vorbis/vorbisdec.h:
20504         Refactor, use STREAM_LOCK.
20505
20506 2005-04-28  Wim Taymans  <wim@fluendo.com>
20507
20508         * ext/theora/theoradec.c: (_inc_granulepos),
20509         (theora_dec_sink_event), (theora_handle_comment_packet),
20510         (theora_handle_type_packet), (theora_handle_header_packet),
20511         (theora_handle_data_packet), (theora_dec_chain),
20512         (theora_dec_change_state):
20513         Refactor a bit, use STREAM_LOCK.
20514
20515 2005-04-28  Wim Taymans  <wim@fluendo.com>
20516
20517         * ext/alsa/Makefile.am:
20518         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
20519         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
20520         (gst_alsa_link), (gst_alsa_close_audio):
20521         * ext/alsa/gstalsaplugin.c: (plugin_init):
20522         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
20523         (gst_alsasink_dispose), (gst_alsasink_base_init),
20524         (gst_alsasink_class_init), (gst_alsasink_init),
20525         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
20526         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
20527         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
20528         (gst_alsasink_reset):
20529         * ext/alsa/gstalsasink.h:
20530         Implement alsasink with simple open/write/close API. 
20531         Make alsa dir build by disabling compilation of code.
20532
20533 2005-04-28  Wim Taymans  <wim@fluendo.com>
20534
20535         * gst-libs/gst/audio/Makefile.am:
20536         * gst-libs/gst/audio/audio.h:
20537         * gst-libs/gst/audio/audioclock.c:
20538         * gst-libs/gst/audio/audioclock.h:
20539         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
20540         (gst_audio_clock_class_init), (gst_audio_clock_init),
20541         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
20542         * gst-libs/gst/audio/gstaudioclock.h:
20543         * gst-libs/gst/audio/gstaudiosink.c:
20544         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20545         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20546         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20547         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20548         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
20549         (gst_audiosink_create_ringbuffer):
20550         * gst-libs/gst/audio/gstbaseaudiosink.c:
20551         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
20552         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
20553         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
20554         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
20555         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
20556         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
20557         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
20558         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20559         * gst-libs/gst/audio/gstbaseaudiosink.h:
20560         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20561         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
20562         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20563         (gst_ringbuffer_release), (gst_ringbuffer_play),
20564         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
20565         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
20566         (gst_ringbuffer_set_sample), (wait_segment),
20567         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
20568         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
20569         * gst-libs/gst/audio/gstringbuffer.h:
20570         Make ringbuffer faster and more simple by removing the locks
20571         in the playback thread.
20572         Add sample accurate playback based on buffer sample offsets.
20573         Make the baseaudiosink provide a clock.
20574         Parse caps in the base class.
20575         Correctly handle seeking, flushing and state changes.
20576
20577 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20578
20579         * configure.ac:
20580         * gst/audioconvert/Makefile.am:
20581         * gst/audioscale/Makefile.am:
20582           Fix part of the build.  Come on guys, autogen didn't even work :)
20583
20584 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20585
20586         * configure.ac:
20587         * gst-libs/gst/Makefile.am:
20588         * gst-libs/gst/media-info/.cvsignore:
20589         * gst-libs/gst/media-info/Makefile.am:
20590         * gst-libs/gst/media-info/README:
20591         * gst-libs/gst/media-info/media-info-priv.c:
20592         * gst-libs/gst/media-info/media-info-priv.h:
20593         * gst-libs/gst/media-info/media-info-test.c:
20594         * gst-libs/gst/media-info/media-info.c:
20595         * gst-libs/gst/media-info/media-info.h:
20596         * gst-libs/gst/media-info/media-info.vcproj:
20597         * pkgconfig/Makefile.am:
20598         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20599         * pkgconfig/gstreamer-media-info.pc.in:
20600           Remove media-info, which is also successed by playbin (see Totem
20601           implementation).
20602
20603 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20604
20605         * configure.ac:
20606         * examples/Makefile.am:
20607         * examples/gstplay/.cvsignore:
20608         * examples/gstplay/Makefile.am:
20609         * examples/gstplay/player.c:
20610         * gst-libs/gst/Makefile.am:
20611         * gst-libs/gst/play/.cvsignore:
20612         * gst-libs/gst/play/Makefile.am:
20613         * gst-libs/gst/play/play.c:
20614         * gst-libs/gst/play/play.h:
20615         * gst-libs/gst/play/play.vcproj:
20616         * pkgconfig/Makefile.am:
20617         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20618         * pkgconfig/gstreamer-play.pc.in:
20619           Remove libgstplay, playbin is now the official successor.
20620
20621 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20622
20623         * configure.ac:
20624         * gst-libs/gst/Makefile.am:
20625         * gst-libs/gst/xwindowlistener/Makefile.am:
20626         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
20627         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
20628           Remove deprecated xwindowlistener (I've moved xwindowlistening
20629           in the v4l/v4l2 plugins over to serverside).
20630
20631 2005-04-25  David Schleef  <ds@schleef.org>
20632
20633         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
20634         to examples/dynparams.  Examples do not belong interspersed with
20635         source code.
20636         * examples/dynparams/demo-dparams.c:
20637         * gst/sine/Makefile.am:
20638         * gst/sine/demo-dparams.c:
20639
20640 2005-04-25  David Schleef  <ds@schleef.org>
20641
20642         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
20643         * gst-libs/gst/audio/Makefile.am:
20644         * gst-libs/gst/riff/Makefile.am:
20645         * gst-libs/gst/tag/Makefile.am:
20646         * gst-libs/gst/video/Makefile.am:
20647         * gst-libs/gst/xwindowlistener/Makefile.am:
20648
20649         Convert to 0.9 API, seems to work:
20650         * sys/ximage/Makefile.am:
20651         * sys/ximage/ximagesink.c:
20652
20653 2005-04-24  David Schleef  <ds@schleef.org>
20654
20655         Link plugins against libraries:
20656         * ext/alsa/Makefile.am:
20657         * gst/tcp/Makefile.am:
20658
20659         Remove asm code that should be in liboil
20660         * gst/videoscale/Makefile.am:
20661         * gst/videoscale/videoscale_x86_asm.s:
20662
20663         gettext wants these checked in:
20664         * po/af.po:
20665         * po/az.po:
20666         * po/cs.po:
20667         * po/en_GB.po:
20668         * po/hu.po:
20669         * po/it.po:
20670         * po/nb.po:
20671         * po/nl.po:
20672         * po/or.po:
20673         * po/sq.po:
20674         * po/sr.po:
20675         * po/sv.po:
20676         * po/uk.po:
20677         * po/vi.po:
20678
20679 2005-04-24  David Schleef  <ds@schleef.org>
20680
20681         Convert gst_main() to g_main_loop_run()
20682         * gst/playback/decodetest.c: (main):
20683         * gst/playback/test2.c: (main):
20684         * gst/playback/test3.c: (main):
20685         * gst/playback/test4.c: (main):
20686
20687         Link plugins against libraries:
20688         * ext/libvisual/Makefile.am:
20689         * sys/xvimage/Makefile.am:
20690
20691 2005-04-24  David Schleef  <ds@schleef.org>
20692
20693         * configure.ac: Remove idct and resample libs
20694         * gst-libs/gst/Makefile.am: same
20695
20696         Remove usage of gst_library_load():
20697         * ext/alsa/gstalsaplugin.c: (plugin_init):
20698         * ext/libvisual/visual.c: (plugin_init):
20699         * ext/ogg/gstogg.c: (plugin_init):
20700         * ext/theora/theora.c: (plugin_init):
20701         * ext/vorbis/vorbis.c: (plugin_init):
20702         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
20703         * gst/audioscale/gstaudioscale.c:
20704         * gst/adder/gstadder.c: (plugin_init):
20705         * gst/audioconvert/plugin.c: (plugin_init):
20706         * sys/ximage/ximagesink.c: (plugin_init):
20707         * sys/xvimage/xvimagesink.c: (plugin_init):
20708         * gst/tcp/gsttcpplugin.c: (plugin_init):
20709
20710         Link plugins against libraries:
20711         * ext/ogg/Makefile.am:
20712         * ext/theora/Makefile.am:
20713         * ext/vorbis/Makefile.am:
20714         * gst/audioconvert/Makefile.am:
20715
20716         Create proper libraries:
20717         * gst-libs/gst/riff/Makefile.am:
20718         * gst-libs/gst/audio/Makefile.am:
20719         * gst-libs/gst/video/Makefile.am:
20720
20721         Move resample library to audioscale plugin directory:
20722         * gst-libs/gst/resample/Makefile.am:
20723         * gst-libs/gst/resample/README:
20724         * gst-libs/gst/resample/dtof.c:
20725         * gst-libs/gst/resample/dtos.c:
20726         * gst-libs/gst/resample/functable.c:
20727         * gst-libs/gst/resample/private.h:
20728         * gst-libs/gst/resample/resample.c:
20729         * gst-libs/gst/resample/resample.h:
20730         * gst-libs/gst/resample/resample.vcproj:
20731         * gst-libs/gst/resample/test.c:
20732         * gst/audioscale/Makefile.am:
20733         * gst/audioscale/README:
20734         * gst/audioscale/dtof.c:
20735         * gst/audioscale/dtos.c:
20736         * gst/audioscale/functable.c:
20737         * gst/audioscale/private.h:
20738         * gst/audioscale/resample.c:
20739         * gst/audioscale/resample.h:
20740         * gst/audioscale/test.c:
20741
20742         Move tagedit library to gst-libs:
20743         * gst-libs/gst/tag/Makefile.am:
20744         * gst-libs/gst/tag/gstid3tag.c:
20745         * gst-libs/gst/tag/gsttagediting.c:
20746         * gst-libs/gst/tag/gsttageditingprivate.h:
20747         * gst-libs/gst/tag/gstvorbistag.c:
20748         * gst/tags/Makefile.am:
20749         * gst/tags/gstid3tag.c:
20750         * gst/tags/gstvorbistag.c:
20751
20752         Fix for core changes:
20753         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20754         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
20755         (gst_sinesrc_getrange):
20756
20757 2005-04-23  David Schleef  <ds@schleef.org>
20758
20759         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
20760         in gst-plugins in a long time, and properly belongs in liboil.
20761         * gst-libs/gst/idct/Makefile.am:
20762         * gst-libs/gst/idct/README:
20763         * gst-libs/gst/idct/dct.h:
20764         * gst-libs/gst/idct/doieee:
20765         * gst-libs/gst/idct/fastintidct.c:
20766         * gst-libs/gst/idct/floatidct.c:
20767         * gst-libs/gst/idct/idct.c:
20768         * gst-libs/gst/idct/idct.h:
20769         * gst-libs/gst/idct/idtc.vcproj:
20770         * gst-libs/gst/idct/ieeetest.c:
20771         * gst-libs/gst/idct/intidct.c:
20772
20773 2005-04-20  Wim Taymans  <wim@fluendo.com>
20774
20775         * docs/design-audiosinks.txt:
20776         * gst-libs/gst/audio/Makefile.am:
20777         * gst-libs/gst/audio/TODO:
20778         * gst-libs/gst/audio/gstaudiosink.c:
20779         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20780         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20781         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
20782         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20783         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20784         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
20785         (gst_audiosink_class_init), (gst_audiosink_init),
20786         (gst_audiosink_create_ringbuffer):
20787         * gst-libs/gst/audio/gstaudiosink.h:
20788         * gst-libs/gst/audio/gstbaseaudiosink.c:
20789         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
20790         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
20791         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
20792         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
20793         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
20794         (gst_baseaudiosink_create_ringbuffer),
20795         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20796         * gst-libs/gst/audio/gstbaseaudiosink.h:
20797         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20798         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
20799         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
20800         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20801         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
20802         (gst_ringbuffer_play), (gst_ringbuffer_pause),
20803         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
20804         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
20805         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
20806         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
20807         * gst-libs/gst/audio/gstringbuffer.h:
20808         An attempt at a set of audio base classes together with some
20809         design docs.
20810
20811 2005-04-20  Wim Taymans  <wim@fluendo.com>
20812
20813         * gst/audioconvert/Makefile.am:
20814         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20815         (gst_audio_convert_caps_remove_format_info),
20816         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
20817         (gst_audio_convert_channels):
20818         Link against audio libs.
20819         Fix audio convert plugin.
20820
20821 2005-04-20  Wim Taymans  <wim@fluendo.com>
20822
20823         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
20824         (gst_ogg_demux_sink_activate):
20825         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20826         (theora_set_header_on_caps), (theora_enc_sink_event),
20827         (theora_enc_chain):
20828         Fix theora encoder.
20829
20830 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20831
20832         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
20833         * gst/playback/gstdecodebin.c: (find_compatibles):
20834           Work with staticpadtemplates in elementfactories.
20835
20836 2005-04-12  Wim Taymans  <wim@fluendo.com>
20837
20838         * gst/playback/README:
20839         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20840         (compare_ranks), (print_feature), (gst_decode_bin_init),
20841         (dynamic_create), (dynamic_free), (find_compatibles),
20842         (mimetype_is_raw), (close_pad_link), (got_redirect),
20843         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
20844         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
20845         (gst_decode_bin_change_state):
20846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20847         (gst_play_base_bin_init), (group_destroy), (group_commit),
20848         (check_queue), (queue_overrun), (queue_threshold_reached),
20849         (queue_out_of_data), (gen_preroll_element), (unknown_type),
20850         (new_decoded_pad), (setup_subtitle), (gen_source_element),
20851         (got_redirect), (setup_source), (play_base_eos),
20852         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
20853         (gst_play_base_bin_remove_element):
20854         * gst/playback/gstplaybasebin.h:
20855         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20856         (gst_play_bin_init), (gst_play_bin_dispose),
20857         (gst_play_bin_set_property), (gen_video_element),
20858         (gen_text_element), (gen_audio_element), (remove_sinks),
20859         (gst_play_bin_send_event):
20860         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
20861         (stream_info_change_state), (gst_stream_info_set_mute):
20862         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
20863         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
20864         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
20865         (gst_stream_selector_chain):
20866         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
20867         (main):
20868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
20869         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
20870         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
20871         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
20872         Raw and crude port of decodebin. 
20873         Make playbin compile.
20874
20875 2005-04-06  Wim Taymans  <wim@fluendo.com>
20876
20877         * ext/gnomevfs/Makefile.am:
20878         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20879         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
20880         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20881         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
20882         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
20883         (gst_gnomevfssrc_stop):
20884         * ext/ogg/Makefile.am:
20885         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
20886         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
20887         * ext/theora/Makefile.am:
20888         * ext/theora/theoradec.c: (_inc_granulepos),
20889         (theora_dec_sink_event), (theora_dec_chain):
20890         * ext/vorbis/Makefile.am:
20891         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20892         (vorbis_dec_sink_event), (vorbis_dec_chain):
20893         * gst-libs/gst/audio/Makefile.am:
20894         * sys/xvimage/Makefile.am:
20895         Make gnomevfssrc extend the source base class.
20896         Fix linking against libs in various plugins.
20897
20898 2005-04-06  Andy Wingo  <wingo@pobox.com>
20899
20900         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
20901         GST_BASE_LIBS.
20902
20903         * configure.ac: Add check and AC_SUBST for libgstbase.
20904
20905 2005-03-31  Wim Taymans  <wim@fluendo.com>
20906
20907         * examples/seeking/Makefile.am:
20908         * examples/seeking/cdparanoia.c: (main):
20909         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
20910         (play_cb), (pause_cb), (stop_cb), (main):
20911         * examples/seeking/playbin.c:
20912         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
20913         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
20914         (make_sid_pipeline), (make_vorbis_pipeline),
20915         (make_theora_pipeline), (make_vorbis_theora_pipeline),
20916         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
20917         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
20918         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
20919         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
20920         (stop_cb), (main):
20921         * examples/seeking/spider_seek.c:
20922         * examples/seeking/vorbisfile.c:
20923         * ext/gnomevfs/Makefile.am:
20924         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20925         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
20926         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
20927         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
20928         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
20929         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
20930         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
20931         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20932         * ext/ogg/README:
20933         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
20934         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
20935         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
20936         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
20937         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
20938         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
20939         (gst_ogg_pad_event), (gst_ogg_pad_reset),
20940         (gst_ogg_demux_factory_filter), (compare_ranks),
20941         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
20942         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
20943         (gst_ogg_chain_new), (gst_ogg_chain_free),
20944         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
20945         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
20946         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
20947         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
20948         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
20949         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
20950         (gst_ogg_demux_get_prev_page),
20951         (gst_ogg_demux_deactivate_current_chain),
20952         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
20953         (gst_ogg_demux_bisect_forward_serialno),
20954         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20955         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
20956         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
20957         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
20958         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
20959         (gst_ogg_demux_change_state), (gst_ogg_print):
20960         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20961         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
20962         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
20963         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
20964         (gst_ogg_mux_loop):
20965         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20966         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
20967         (theora_dec_src_convert), (theora_dec_sink_convert),
20968         (theora_dec_src_query), (theora_dec_src_event),
20969         (theora_dec_sink_event), (theora_dec_chain),
20970         (theora_dec_change_state):
20971         * ext/theora/theoraenc.c: (gst_theora_enc_init),
20972         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
20973         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
20974         (theora_enc_change_state):
20975         * ext/vorbis/Makefile.am:
20976         * ext/vorbis/oggvorbisenc.c:
20977         * ext/vorbis/oggvorbisenc.h:
20978         * ext/vorbis/vorbis.c: (plugin_init):
20979         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
20980         (vorbis_dec_src_query), (vorbis_dec_src_event),
20981         (vorbis_dec_sink_event), (vorbis_dec_chain),
20982         (vorbis_dec_change_state):
20983         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
20984         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
20985         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20986         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
20987         (gst_vorbisenc_change_state):
20988         * ext/vorbis/vorbisenc.h:
20989         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
20990         * gst-libs/gst/audio/audioclock.c:
20991         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20992         (gst_audiofilter_init), (gst_audiofilter_chain):
20993         * gst-libs/gst/audio/testchannels.c: (main):
20994         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
20995         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
20996         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
20997         (gmip_find_track_streaminfo), (gmip_find_track_format):
20998         * gst-libs/gst/media-info/media-info.c:
20999         (gst_media_info_read_idler):
21000         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
21001         (gst_play_get_all_by_interface):
21002         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
21003         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
21004         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
21005         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
21006         (gst_riff_parse_info):
21007         * gst-libs/gst/riff/riff-read.h:
21008         * gst-libs/gst/riff/riff.c: (plugin_init):
21009         * gst-libs/gst/video/Makefile.am:
21010         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
21011         (gst_videosink_class_init), (gst_videosink_get_type):
21012         * gst-libs/gst/video/videosink.h:
21013         * gst/audioconvert/bufferframesconvert.c:
21014         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
21015         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
21016         * gst/audioconvert/channelmixtest.c: (main):
21017         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21018         (gst_audio_convert_chain),
21019         (gst_audio_convert_caps_remove_format_info),
21020         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
21021         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
21022         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
21023         (gst_audio_convert_buffer_to_default_format),
21024         (gst_audio_convert_buffer_from_default_format),
21025         (gst_audio_convert_channels):
21026         * gst/audioconvert/gstchannelmix.h:
21027         * gst/ffmpegcolorspace/avcodec.h:
21028         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21029         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21030         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
21031         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
21032         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
21033         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21034         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21035         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
21036         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21037         (dv_type_find):
21038         * gst/videotestsrc/gstvideotestsrc.c:
21039         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
21040         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
21041         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
21042         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
21043         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
21044         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
21045         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
21046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21047         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
21048         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
21049         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
21050         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
21051         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
21052         (gst_xvimagesink_navigation_send_event),
21053         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
21054         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
21055         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21056         * sys/xvimage/xvimagesink.h:
21057         Plugin port to 0.9, ogg/theora playback should work in the seek
21058         example now.
21059         Removed old examples.
21060         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
21061         explained in 0.9 TODO doc.
21062
21063
21064 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21065
21066         * autogen.sh:
21067         * configure.ac:
21068         * ext/Makefile.am:
21069         * gst/Makefile.am:
21070         * po/POTFILES.in:
21071         * po/af.po:
21072         * po/az.po:
21073         * po/cs.po:
21074         * po/en_GB.po:
21075         * po/hu.po:
21076         * po/it.po:
21077         * po/nb.po:
21078         * po/nl.po:
21079         * po/or.po:
21080         * po/sq.po:
21081         * po/sr.po:
21082         * po/sv.po:
21083         * po/uk.po:
21084         * po/vi.po:
21085         * sys/Makefile.am:
21086         * testsuite/Makefile.am:
21087           remove a whole bunch of plugins.  This module now contains a set
21088           of free reference plugins/elements as agreed.
21089
21090 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21091
21092         * configure.ac:
21093           hunting season on 0.9 is now OPEN
21094
21095 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21096
21097         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21098           Kick the hell out of gcc for not warning me about a symbol conflict.
21099
21100 2005-02-22  Luca Ognibene  <luogni@tin.it>
21101
21102         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21103
21104         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
21105           Don't leak caps string (fixes #168134)
21106
21107         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
21108         (gst_jpegenc_init), (gst_jpegenc_finalize),
21109         (gst_jpegenc_change_state):
21110           Don't leak line buffers and context struct (fixes #168133).
21111
21112 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
21113
21114         * configure.ac:
21115         * ext/dirac/gstdiracdec.cc:
21116         (gst_diracdec_chain):
21117           Since dirac 0.5.0 the framerate in dirac is expressed as a
21118           rational number. Fix build and up requirement to 0.5.0, and
21119           also pass parameters to gst_diracdec_link in the right order
21120           (fixes #167959).
21121
21122 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
21123
21124         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
21125         * ext/faad/gstfaad.h:
21126         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
21127         certain invalid muxed streams, where some packets will contain 
21128         junk after decoder data. Partially fixes #149158.
21129
21130 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
21131         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
21132           Make sure we only write to writable buffers
21133
21134 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
21135
21136         * gst-libs/gst/riff/riff-media.c:
21137         (gst_riff_create_audio_caps_with_data):
21138           Do actually fix invalid RIFF fmt header values for alaw
21139           and mulaw audio instead of just saying so.
21140
21141         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21142           Give gst_riff_create_audio_caps_with_data() a chance to
21143           fix up broken format header fields before extracting any
21144           parameters from the header. (fixes #167633)
21145
21146 2005-02-19  Martin Holters  <martin.holters@gmx.de>
21147
21148         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21149
21150         * gst/audioconvert/bufferframesconvert.c:
21151         (buffer_frames_convert_link):
21152           Don't leak othercaps. (fixes #167878)
21153
21154 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
21155
21156         * configure.ac:
21157         * ext/libvisual/visual.c: (gst_visual_srclink),
21158         (gst_visual_change_state):
21159           Support libvisual 0.2.0.
21160
21161 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
21162
21163         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
21164         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
21165           Use same rowstrides for I420 as used everywhere else.
21166
21167 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
21168
21169         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
21170           Declare variables at beginning of block and make gcc-2.95 happy
21171           (fixes # 167482, patch by Gergely Nagy).
21172           
21173         * gst/tcp/gsttcpclientsrc.c:
21174         * gst/tcp/gsttcpclientsrc.h:
21175           Move some includes into the header, so that struct sockaddr_in is
21176           defined when it should be defined on FreeBSD as well (fixes
21177           #167483).
21178           
21179         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
21180           Don't pass uninitialised values to setsockopt() here either.
21181
21182 2005-02-17  Luca Ognibene  <luogni at tin dot it>
21183
21184         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21185
21186         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
21187           Don't pass uninitialised values to setsockopt(). (fixes #167704)
21188
21189 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21190
21191         * gst/playback/gstplaybin.c: (add_sink):
21192           Invert bin_add/link order to workaround deadlock in opt.
21193
21194 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21195
21196         * gst/modplug/gstmodplug.cc:
21197           Add missing break causing position queries to fail.
21198
21199 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21200
21201         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
21202           Granpos can apparently be -1, which screws up calculations...
21203
21204 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
21205
21206         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
21207         (gst_ximagesink_send_pending_navigation),
21208         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
21209         (gst_ximagesink_init):
21210         * sys/ximage/ximagesink.h:
21211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
21212         (gst_xvimagesink_send_pending_navigation),
21213         (gst_xvimagesink_navigation_send_event),
21214         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
21215         * sys/xvimage/xvimagesink.h:
21216           Use a mutex protected list to marshal navigation
21217           events into the stream thread from whichever thread
21218           sends them.
21219
21220 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
21221
21222         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
21223           Display current position and track length; misc. clean-ups.
21224           
21225         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
21226         (speed_init), (speed_chain):
21227           Add query function, so that the stream length and current position
21228           get adjusted when queried (note that current position queries may
21229           still be wrong if the audio sink returns values based on buffer
21230           timestamps instead of passing on the query).
21231
21232 2005-02-13  Benjamin Otte  <otte@gnome.org>
21233
21234         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21235         (gst_audio_convert_channels):
21236           create channel conversion matrix when linking
21237         * gst/audioconvert/.cvsignore:
21238         * gst/audioconvert/Makefile.am:
21239         * gst/audioconvert/channelmixtest.c: (main):
21240           add (ugly) test that ensures stereo <=> mono conversion works
21241           correctly
21242
21243 2005-02-13  Benjamin Otte  <otte@gnome.org>
21244
21245         * gst/audioconvert/gstchannelmix.h:
21246           include missing header file
21247         * gst/audioconvert/gstchannelmix.c:
21248         (gst_audio_convert_fill_compatible):
21249           use same sign for both channels when converting to/from compatible
21250           channel. Previously used different signs made the signals cancel
21251           each other out and appear like silence. (fixes #167269)
21252
21253 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
21254
21255         * gst/ffmpegcolorspace/avcodec.h:
21256         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21257         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21258         (gst_ffmpegcsp_avpicture_fill):
21259         * gst/ffmpegcolorspace/imgconvert.c:
21260           Convert to and from YV12 (fixes #156379).
21261
21262 2005-02-12  Julien MOUTTE  <julien@moutte.net>
21263
21264         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
21265         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21266         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
21267         (gst_ximagesink_expose), (gst_ximagesink_set_property),
21268         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
21269         methods from chain and negotiation and vice versa (Fixes #166142).
21270         * sys/ximage/ximagesink.h: Add stream_lock.
21271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
21272         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
21273         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
21274         (gst_xvimagesink_expose): Check for xcontext before trying to link.
21275
21276 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
21277
21278         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
21279           Don't send "Hey! You gave me a NULL pointer you naughty person" as
21280           error message when we can't open the DVD device (when dvdnav_open()
21281           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
21282           the above). Send something more useful instead (fixes #167117).
21283
21284 2005-02-11  Julien MOUTTE  <julien@moutte.net>
21285
21286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
21287         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
21288         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
21289         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
21290         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
21291         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
21292         methods from chain and negotiation and vice versa (Fixes #166142).
21293         Fix a possible bug of images in the buffer pool being discarded because
21294         we are looking at the wrong geometry.
21295         * sys/xvimage/xvimagesink.h: Add stream_lock.
21296
21297 2005-02-11  David Schleef  <ds@schleef.org>
21298
21299         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
21300         unsigned int. (fixes #167128)
21301
21302 2005-02-11  David Schleef  <ds@schleef.org>
21303
21304         * gst/librfb/Makefile.am: Testing stuff before committing is
21305           for wimps... and people with fast machines.  Fix stupid
21306           mistake.
21307
21308 2005-02-11  David Schleef  <ds@schleef.org>
21309
21310         * configure.ac: Pull in librfb from my CVS tree, because it is
21311           too small and annoying to be separate.  Move rfbsrc plugin
21312           to gst/.
21313         * ext/Makefile.am:
21314         * ext/librfb/Makefile.am:
21315         * ext/librfb/gstrfbsrc.c:
21316         * gst/librfb/Makefile.am:
21317         * gst/librfb/gstrfbsrc.c:
21318         * gst/librfb/rfb.c:
21319         * gst/librfb/rfb.h:
21320         * gst/librfb/rfbbuffer.c:
21321         * gst/librfb/rfbbuffer.h:
21322         * gst/librfb/rfbbytestream.c:
21323         * gst/librfb/rfbbytestream.h:
21324         * gst/librfb/rfbcontext.h:
21325         * gst/librfb/rfbdecoder.c:
21326         * gst/librfb/rfbdecoder.h:
21327         * gst/librfb/rfbutil.h:
21328
21329 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
21330
21331         * gst/speed/Makefile.am:
21332         * gst/speed/demo-mp3.c: (main):
21333         * gst/speed/filter.func:
21334         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
21335         (speed_class_init), (speed_init), (speed_chain_int16),
21336         (speed_chain_float32), (speed_chain), (speed_set_property),
21337         (speed_get_property), (speed_change_state):
21338         * gst/speed/gstspeed.h:
21339           Fix speed element and make it chain-based (fixes #156467),
21340           and make it handle more than one channel.
21341
21342 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
21343
21344         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
21345         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
21346         (gst_dtsdec_chain), (gst_dtsdec_change_state):
21347         * ext/dts/gstdtsdec.h:
21348           Don't clobber the stack constructing the channels array.
21349           Make the element chain-based. DTS tracks can now be played.
21350           
21351 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
21352
21353         * gst-libs/gst/audio/multichannel.h:
21354         * gst-libs/gst/gconf/gconf.h:
21355         * gst-libs/gst/idct/idct.h:
21356         * gst-libs/gst/media-info/media-info-priv.h:
21357         * gst-libs/gst/play/play.h:
21358         * gst-libs/gst/resample/private.h:
21359         * gst-libs/gst/resample/resample.h:
21360         * gst-libs/gst/riff/riff-ids.h:
21361         * gst-libs/gst/video/video.h:
21362         * gst-libs/gst/video/videosink.h:
21363           Add G_BEGIN_DECLS and G_END_DECLS around headers where
21364           missing, so that they work when included from C++ code.
21365
21366 2005-02-09  David Schleef  <ds@schleef.org>
21367
21368         * testsuite/gst-lint: Check for non-statically scoped
21369           parent_class variables.  This won't be a problem once
21370           plugins are loaded with RTLD_LOCAL.
21371
21372 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21373
21374         * ext/mplex/gstmplexibitstream.cc:
21375           gcc madness.
21376
21377 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21378
21379         * ext/ogg/gstogmparse.c:
21380         * gst/debug/gstnavigationtest.c:
21381           Die, thou faulty symbol pollutors (non-static parent_class).
21382
21383 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21384
21385         * ext/mplex/gstmplexibitstream.cc:
21386           Fix event handling (#165525).
21387
21388 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21389
21390         * ext/mikmod/gstmikmod.c:
21391         * gst/modplug/gstmodplug.cc:
21392           Add missing endianness to template (fixes #165509).
21393
21394 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21395
21396         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
21397           Fix wrong order of reading of optional bytes (#165290).
21398
21399 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21400
21401         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21402           Implement FILLER event awareness.
21403
21404 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21405
21406         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
21407           Fix track calculations (#166208).
21408
21409 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
21410
21411         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21412
21413         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
21414         * ext/libpng/gstpngenc.c:
21415           Fix byte-order, use proper fixed caps. Fixes #164197.
21416
21417 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
21418
21419         * configure.ac:
21420           Add dvdlpcmdec 
21421
21422         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
21423         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
21424           Don't push buffers if the src pad isn't negotiated yet.
21425           
21426         * gst/audioconvert/gstaudioconvert.c:
21427         (gst_audio_convert_buffer_to_default_format),
21428         (gst_audio_convert_buffer_from_default_format):
21429           Add support for 24-bit width.
21430
21431         * gst/dvdlpcmdec/.cvsignore:
21432         * gst/dvdlpcmdec/Makefile.am:
21433         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
21434         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
21435         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
21436         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
21437         (plugin_init):
21438         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
21439           New decoder for rearranging DVD LPCM into our audio/x-raw-int
21440           format. Needs support for the channels maps if someone can find 
21441           a DVD LPCM track with > 2 channels.
21442
21443         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
21444         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
21445         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
21446         * gst/mpegstream/gstdvddemux.h:
21447         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
21448         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
21449         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
21450         * gst/mpegstream/gstmpegdemux.h:
21451         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
21452         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
21453         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
21454         (gst_mpeg_parse_handle_src_query),
21455         (gst_mpeg_parse_handle_src_event):
21456           Use audio/x-dvd-lpcm for LPCM output.
21457           Add DTS output.
21458
21459 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
21460
21461         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21462
21463         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
21464         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
21465           Add BGRA handling (#165736).
21466
21467 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
21468
21469         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21470
21471         * gst/law/alaw-decode.c: (alawdec_link):
21472         * gst/law/alaw-encode.c: (alawenc_link):
21473         * gst/law/mulaw-decode.c: (mulawdec_link):
21474         * gst/law/mulaw-encode.c: (mulawenc_link):
21475           Fix caps memleaks (#166600).
21476
21477 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
21478
21479         * ext/tarkin/mem.h:
21480         * ext/tarkin/wavelet.h:
21481         * ext/tarkin/yuv.h:
21482         * gst/ffmpegcolorspace/avcodec.h:
21483           Include "_stdint.h" instead of <stdint.h>. Fixes build on
21484           systems that don't have stdint.h, like Solaris9 (fixes #166631).
21485
21486 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21487
21488         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
21489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
21490         (gst_xvimagesink_change_state):
21491           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
21492           Xv video (and thereby regenerate Xv colourkey) in clear() so
21493           that PLAY -> READY -> PLAY works (fixes #162504).
21494
21495 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21496
21497         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
21498           Switch to list instead of range, since MJPEG-devices really just
21499           support decimations, not any size.
21500
21501 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
21502         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
21503         (gst_mpeg2dec_reset), (free_all_buffers),
21504         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
21505         * ext/mpeg2dec/gstmpeg2dec.h:
21506           The libmpeg2 user-allocated buffer management is awkward, 
21507           to say the least. Hopefully this fixes things.
21508
21509 2005-02-04  Andy Wingo  <wingo@pobox.com>
21510
21511         * gst/audioconvert/bufferframesconvert.c
21512         (buffer_frames_convert_fixate): New function, fixates to 256
21513         frames per buffer by default. (Much better than 1.)
21514         (buffer_frames_convert_init): Set the fixate function for both src
21515         and sink pad.
21516         (buffer_frames_convert_link): After success setting nonfixed caps,
21517         get the negotiated caps so we can know how many buffer-frames it
21518         will be. No idea how this worked at all before.
21519
21520 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
21521
21522         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21523         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
21524         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
21525         (handle_sequence), (handle_picture):
21526         * ext/mpeg2dec/gstmpeg2dec.h:
21527           Rearrange buffer tracking and refcounting and refactor
21528           a little for readability. 
21529
21530 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
21531         * sys/v4l/gstv4l.c: (plugin_init):
21532         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
21533         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
21534         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
21535         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
21536         * sys/v4l/gstv4ljpegsrc.h:
21537         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
21538         * sys/v4l/v4l_calls.h:
21539         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
21540         (gst_v4lsrc_get_fps):
21541         * sys/v4l/v4lsrc_calls.h:
21542           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
21543           you jpeg inside rgb frames" driver.
21544           Don't error in the v4lsrc link function, just return 
21545           REFUSED.
21546
21547 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21548
21549         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
21550         (gst_qcamsrc_open):
21551           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
21552
21553 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21554
21555         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
21556           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
21557
21558 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21559
21560         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
21561           Reset negotiated state on PAUSED->READY.
21562
21563 2005-02-02  David Schleef  <ds@schleef.org>
21564
21565         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
21566         whereever possible.  (Fixes #165997)
21567         * examples/capsfilter/capsfilter1.c: (main):
21568         * examples/dynparams/filter.c: (create_ui):
21569         * examples/seeking/cdparanoia.c: (get_track_info), (main):
21570         * examples/seeking/chained.c: (main):
21571         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
21572         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
21573         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
21574         (make_mpeg_pipeline), (make_mpegnt_pipeline):
21575         * examples/seeking/spider_seek.c: (make_spider_pipeline):
21576         * examples/switch/switcher.c: (main):
21577         * ext/dv/demo-play.c: (main):
21578         * ext/faad/gstfaad.c: (gst_faad_change_state):
21579         * ext/mad/gstmad.c: (gst_mad_chain):
21580         * ext/smoothwave/demo-osssrc.c: (main):
21581         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
21582         (gst_gconf_render_bin_from_description),
21583         (gst_gconf_get_default_audio_sink),
21584         (gst_gconf_get_default_video_sink),
21585         (gst_gconf_get_default_audio_src),
21586         (gst_gconf_get_default_video_src),
21587         (gst_gconf_get_default_visualization_element):
21588         * gst/level/demo.c: (main):
21589         * gst/level/plot.c: (main):
21590         * gst/playback/gstplaybin.c: (gen_video_element),
21591         (gen_audio_element):
21592         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
21593         * gst/playondemand/demo-mp3.c: (setup_pipeline):
21594         * gst/sine/demo-dparams.c: (main):
21595         * gst/spectrum/demo-osssrc.c: (main):
21596         * gst/speed/demo-mp3.c: (main):
21597         * gst/volume/demo.c: (main):
21598         * testsuite/embed/embed.c: (main):
21599
21600 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
21601
21602         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
21603         (gst_tcpclientsink_finalize):
21604         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
21605         (gst_tcpclientsrc_finalize):
21606         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21607         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
21608         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
21609         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
21610           Don't leak the hostname when shutting down.
21611           In tcpserversrc, take a copy of the default hostname.
21612
21613 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21614
21615         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
21616           Set caps to systemstream=TRUE.
21617
21618 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21619
21620         * testsuite/Makefile.am:
21621           Fix more OSX buildbots.
21622
21623 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
21624
21625         * ext/mpeg2dec/gstmpeg2dec.c:
21626           Don't send things to NULL PAD_PEERs
21627
21628         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
21629           Copy-on-write the incoming buffer.
21630
21631         * gst/mpegstream/gstdvddemux.h:
21632         * gst/mpegstream/gstmpegclock.h:
21633         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21634         (normal_seek), (gst_mpeg_demux_handle_src_event):
21635         * gst/mpegstream/gstmpegdemux.h:
21636         * gst/mpegstream/gstmpegpacketize.h:
21637         * gst/mpegstream/gstmpegparse.c:
21638         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
21639         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
21640         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
21641         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
21642         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
21643         * gst/mpegstream/gstmpegparse.h:
21644         * gst/mpegstream/gstrfc2250enc.h:
21645           Various changes to the way time is computed that make seeking and
21646           total time estimation much better here.
21647           Use G_BEGIN/END_DECLS instead of __cplusplus
21648
21649         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
21650           Use gst_buffer_stamp instead of only copying the TIMESTAMP
21651
21652 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21653
21654         * gst/subparse/gstsubparse.c:
21655           Fix OSX buildbot.
21656
21657 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
21658
21659         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
21660         (theora_enc_chain), (theora_enc_change_state):
21661         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21662         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
21663         (gst_vorbisenc_change_state):
21664         * ext/vorbis/vorbisenc.h:
21665           Set granulepos and timestamp correctly for streams not
21666           starting at 0, taking into account the initial delay.
21667
21668 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
21669
21670         * gst/mpegstream/gstdvddemux.c:
21671           Add audio/x-dts to audio pad template caps
21672
21673 2005-01-30  David Schleef  <ds@schleef.org>
21674
21675         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
21676         (create_context), (gst_polypsink_link): Fix silly endianness
21677         bug.  Add some debugging.  Remove float from caps; it doesn't
21678         work.  Attempt to get remote audio working.
21679
21680 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21681
21682         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
21683           Add 3IV2 fourcc.
21684
21685 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21686
21687         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
21688         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
21689         (gst_avi_demux_stream_data):
21690         * gst/avi/gstavidemux.h:
21691           Invert DIB images. Fixes #132341.
21692
21693 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21694
21695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21696         (gst_ffmpegcsp_chain):
21697           D'oh, reference the palette data, not the palette structure.
21698           Fixes color distortion in #132341.
21699
21700 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21701
21702         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21703           PAR can be non-fixed when not provided as argument (#162626).
21704
21705 2005-01-29  David Moore  <dcm@acm.org>
21706
21707         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21708
21709         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21710         (gst_qtdemux_loop_header):
21711           Re-apply patch from #142272 that allows non-seekable sources,
21712           re-proposed by Daniel Drake <dsd@gentoo.org>.
21713
21714 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21715
21716         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
21717           Use the src template for creating the src pad (#162330).
21718
21719 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21720
21721         * configure.ac:
21722         * ext/musepack/Makefile.am:
21723         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
21724         (gst_musepackdec_init), (gst_musepackdec_dispose),
21725         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
21726         (gst_musepack_stream_init), (gst_musepackdec_loop),
21727         (gst_musepackdec_change_state):
21728         * ext/musepack/gstmusepackdec.cpp:
21729         * ext/musepack/gstmusepackdec.h:
21730         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
21731         (gst_musepack_reader_read), (gst_musepack_reader_seek),
21732         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
21733         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
21734         * ext/musepack/gstmusepackreader.cpp:
21735         * ext/musepack/gstmusepackreader.h:
21736           Update to 1.1 API (#165446).
21737
21738 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21739
21740         * ext/Makefile.am:
21741           Unbreak buildbot.
21742
21743 2005-01-28  Andy Wingo  <wingo@pobox.com>
21744
21745         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
21746         to reflect a different dubious internet source. Add a reference
21747         and some commentary.
21748
21749 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21750
21751         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
21752         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
21753         * gst/playback/gststreamselector.h:
21754           Be more selective when we're redoing caps negotiation from
21755           within the chain function on a stream change.
21756
21757 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21758
21759         * configure.ac:
21760         * ext/Makefile.am:
21761         * ext/amrnb/Makefile.am:
21762         * ext/amrnb/amrnb.c: (plugin_init):
21763         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
21764         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
21765         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
21766         (gst_amrnbdec_state_change):
21767         * ext/amrnb/amrnbdec.h:
21768         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
21769         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
21770         (gst_amrnbparse_init), (gst_amrnbparse_formats),
21771         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
21772         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
21773         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
21774         * ext/amrnb/amrnbparse.h:
21775           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
21776         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21777           Add AMR-NB/-WB raw formats.
21778         * ext/alsa/gstalsa.c: (gst_alsa_link):
21779           Keep valid time when changing format.
21780         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21781         (qtdemux_parse_trak):
21782           Add some more format-specific options (#140141, #143555, #155163).
21783
21784 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21785
21786         * gst/matroska/matroska-demux.c:
21787         (gst_matroska_demux_parse_blockgroup):
21788           Fix logic error in timing of subtitle stream synchronization.
21789         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21790           Add skip-chunk, which is found in kodak-camera streams.
21791
21792 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21793
21794         * po/LINGUAS:
21795         * po/vi.po:
21796           Adding Vietnamese translation (submitted by Clytie Siddall)
21797
21798 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21799
21800         * gst/playback/gstdecodebin.c: (try_to_link_1):
21801           Use realpad for signal.
21802
21803 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21804
21805         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
21806           Fix category so decodebin picks it up.
21807
21808 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21809
21810         * ext/mad/Makefile.am:
21811         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
21812         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
21813         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
21814         (found_type), (gst_id3demux_bin_change_state):
21815         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21816         (gst_id3_tag_init), (gst_id3_tag_handle_event),
21817         (gst_id3_tag_src_link), (gst_id3_tag_chain),
21818         (gst_id3_tag_change_state), (plugin_init):
21819         * ext/mad/gstmad.h:
21820           Add id3demuxbin (which is a simple bin consisting of id3demux
21821           and typefind), take over rank from id3demux, remove typefind
21822           code from id3demux. Makes all broken mp3s that I know of work,
21823           and thereby fixes #152688.
21824
21825 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
21826
21827         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21828
21829         * ext/mad/gstmad.c: (gst_mad_src_event):
21830         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
21831           Allow seeks on audio pad, make mad forward those (#164826).
21832         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21833           Set duration (#165335).
21834
21835 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21836
21837         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
21838         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
21839         (gst_asf_demux_process_ext_content_desc),
21840         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
21841         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
21842         * gst/asfdemux/gstasfdemux.h:
21843           Improve metadata display, e.g. if the metadata comes before the
21844           streams are loaded (which is perfectly valid).
21845
21846 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21847
21848         * tools/gst-launch-ext-m.m:
21849           Fix AVI/ASF pipelines (#165340).
21850
21851 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
21852         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
21853         build failure on amd64
21854
21855 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
21856
21857         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
21858         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
21859           Check environment variables GST_ID3V2_TAG_ENCODING,
21860           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
21861           list of character encodings to force interpretation of non-unicode
21862           strings stored in an ID3v2 tag to a particular encoding. If none
21863           is specified, try to use current locale's encoding, then fall back
21864           to ISO-8859-1 (which will always succeed). (Resolves #149274)
21865         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
21866         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
21867           Check environment variables GST_ID3V1_TAG_ENCODING,
21868           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
21869           list of character encodings to use in case a string encountered
21870           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
21871           specified, try to use the current locale's encoding, then fall
21872           back to ISO-8859-1 (which will always succeed).
21873
21874 2005-01-25  Benjamin Otte  <otte@gnome.org>
21875
21876         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
21877           - on half framerate, compute the rate in advance so the comparisons
21878             don't compare wrong values
21879           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
21880             behaviour
21881           - don't use mad_header_decode anymore, mad_frame_decode does that
21882             automatically
21883           - when getting rid of consumed bytes, reset the stream's skiplen
21884           (fixes #163867)
21885
21886 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
21887
21888         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
21889           Use 1/2 a second for default max_discont, as PES streams from DVB
21890           seem to have larger spacings in the SCR. 
21891           Fix a typo.
21892
21893 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21894
21895         * gst/playback/gstplaybasebin.c: (group_commit):
21896           Notify delayed stream-info availability.
21897
21898 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
21899         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
21900         (gst_a52dec_handle_event), (gst_a52dec_chain):
21901         Add some debug output. Check that a discont has a valid
21902         time associated.
21903         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21904         (gst_alsa_sink_loop):
21905         Ignore TAG events. A little extra debug for broken timestamps.
21906         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
21907         (dvdnavsrc_change_state):
21908         Ensure we send a discont to engage the link before we send any
21909         other events.
21910         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
21911         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
21912         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
21913         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
21914         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
21915         dvd://title works in totem because typefinding sends a seek that ends
21916         up going back to chapter 1 regardless.
21917         * ext/mpeg2dec/gstmpeg2dec.c:
21918         * ext/mpeg2dec/gstmpeg2dec.h:
21919         Output correct timestamps and handle disconts.
21920         * ext/ogg/gstoggdemux.c: (get_relative):
21921         Small guard against a null dereference.
21922         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
21923         (gst_textoverlay_set_property):
21924         Free memory when done. Don't call gst_event_filler_get_duration on
21925         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
21926         g_warning.
21927         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
21928         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
21929         (gst_sw_srclink), (gst_smoothwave_chain):
21930         Draw solid lines, prettier colours.
21931         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
21932         Add a default palette that'll work for some movies.
21933         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
21934         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
21935         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
21936         * gst/mpegstream/gstdvddemux.h:
21937         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
21938         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
21939         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21940         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
21941         * gst/mpegstream/gstmpegparse.h:
21942         Use PTM/NAV events when for timestamp adjustment when connected to 
21943         dvdnavsrc. Don't use many discont events where one suffices.
21944         * gst/playback/gstplaybasebin.c: (group_destroy),
21945         (gen_preroll_element), (gst_play_base_bin_add_element):
21946         * gst/playback/gstplaybasebin.h:
21947         Make sure we remove subtitles from the same bin we put them in.
21948         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
21949         (gst_subparse_buffer_format_autodetect),
21950         (gst_subparse_change_state):
21951         Fix some memleaks and invalid accesses.
21952         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
21953         (oggskel_type_find), (cmml_type_find), (plugin_init):
21954         Some typefind functions for Annodex v3.0 files
21955         * gst/wavparse/gstwavparse.h:
21956         GstRiffReadClass is the correct parent class.
21957
21958 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21959
21960         * gst-libs/gst/riff/riff-media.c:
21961         (gst_riff_create_video_caps_with_data):
21962           Add extradata to huffyuv (fixes #165013).
21963         * gst-libs/gst/riff/riff-read.c:
21964         (gst_riff_read_strf_vids_with_data):
21965           Fix extradata extraction if it is in the chunk size.
21966
21967 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
21968
21969         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21970
21971         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
21972         (gst_quarktv_change_state), (gst_quarktv_dispose):
21973           Memory free'ing location fix (#164708).
21974
21975 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21976
21977         * gst/playback/gstplaybasebin.c: (group_commit),
21978         (gen_preroll_element), (probe_triggered), (gen_source_element),
21979         (setup_source), (gst_play_base_bin_change_state),
21980         (gst_play_base_bin_add_element):
21981           Don't block for streams.
21982         * gst/playback/gststreaminfo.c: (stream_info_change_state),
21983         (gst_stream_info_set_mute):
21984           Use gst_pad_set_active_recursive.
21985
21986 2005-01-25  Andy Wingo  <wingo@pobox.com>
21987
21988         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
21989         for #ifndef HAVE_XVIDEO.
21990
21991 2005-01-24  Jeffrey C. Ollie
21992
21993         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
21994
21995         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
21996         * ext/gsm/gstgsmdec.h:
21997         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
21998         * ext/gsm/gstgsmenc.h:
21999         Fix rate to 8kHz as per spec, removes obscure errors when no rate
22000         was given by property. Add proper buffer timestamps and offsets.
22001
22002 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22003
22004         * gst-libs/gst/riff/riff-media.c:
22005         (gst_riff_create_audio_caps_with_data):
22006           Audio can be <8000Hz.
22007
22008 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22009
22010         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22011           Explicit state change to workaround refcount bugs.
22012
22013 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22014
22015         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
22016         (gst_avimux_riff_get_avi_header):
22017           Fix...
22018
22019 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22020
22021         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
22022         (gst_riff_read_element_data):
22023         * gst-libs/gst/riff/riff-read.h:
22024           Add _peek version (req'ed in CDXA).
22025         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
22026         (gst_cdxaparse_loop):
22027           Fix parsing in playbin.
22028         * gst/playback/gstdecodebin.c: (close_pad_link):
22029           Ignore current_ pads, they cause major annoyance.
22030
22031 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22032
22033         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22034           Safety guard.
22035
22036 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22037
22038         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
22039           Fix padding...
22040
22041 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22042
22043         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
22044           Allow for 0-sized buffers. Fixes length query problems in
22045           starwars.mkv from the testsuite.
22046
22047 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
22048
22049         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
22050         (gst_video_box_i420), (gst_video_box_chain):
22051           Fix row strides for I420 (fixes #163159)
22052           
22053 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22054
22055         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
22056           MPEG2 has a useful rate property, so we can actually use that.
22057           For MPEG-1, continue using the bytes/time properties.
22058
22059 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22060
22061         * gst-libs/gst/riff/riff-media.c:
22062         (gst_riff_create_video_caps_with_data),
22063         (gst_riff_create_video_template_caps):
22064           Add intel-h263.
22065
22066 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22067
22068         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
22069           Fail if caps negotiation fails. Should fix #162184, and should
22070           definately be in there regardless of it fixing the actual bug.
22071         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
22072         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
22073         (gst_avimux_riff_get_avix_header),
22074         (gst_avimux_riff_get_video_header),
22075         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
22076         (gst_avimux_start_file), (gst_avimux_handle_event),
22077         (gst_avimux_change_state):
22078         * gst/avi/gstavimux.h:
22079           Refactor structure writing to use GST_WRITE_UINT macros, add
22080           metadata writing support.
22081
22082 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22083
22084         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
22085           Elements may already be destroyed when this function is called.
22086
22087 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22088
22089         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
22090         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
22091           More memory leak fixes (#149162).
22092
22093 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22094
22095         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
22096         (gst_qtdemux_add_stream):
22097           Fix two memleaks.
22098
22099 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22100
22101         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
22102           Argh...
22103
22104 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22105
22106         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
22107           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
22108           when fixating to six channels in Totem.
22109
22110 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
22111
22112         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
22113           Fix compile warnings on Solaris 10 buildbot
22114
22115 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
22116
22117         * ext/dvdread/dvdreadsrc.c: (_read):
22118           Don't read beyond the last cell in a chapter (fixes 
22119           invalid memory access)
22120
22121 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
22122
22123         * ext/dvdread/stream_labels.c:
22124         (dvdreadsrc_get_audio_stream_labels):
22125           Use NULL for an empty GList instead of g_list_alloc(); fix 
22126           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
22127           of GString (easier to bulk free later)
22128
22129 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
22130
22131         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22132
22133         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22134         (gst_ffmpeg_pixfmt_to_caps):
22135           Fix BGRA32 caps (#164209).
22136
22137 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
22138
22139         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22140
22141         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22142         (gst_ffmpeg_caps_to_pixfmt):
22143           alpha_mask can be RGBA/ABGR. Fixes #164265.
22144
22145 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
22146
22147         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22148
22149         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
22150         (gst_mpeg2dec_alloc_buffer):
22151         * ext/mpeg2dec/gstmpeg2dec.h:
22152           Crop if decoding size is not the actual image size (#163676).
22153
22154 2005-01-17  Steve Baker  <steve@stevebaker.org>
22155
22156         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22157
22158         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
22159         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
22160           Add libsndfile typefind functions (#163309).
22161
22162 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22163
22164         * tools/gst-launch-ext-m.m:
22165           Add .aac, fix .m1v/.m2v (#163891).
22166
22167 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22168
22169         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
22170           Sanity check, don't wait endlessly since the clock might not
22171           actually run at this point (which is a deadlock). Fixes #164069.
22172
22173 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22174
22175         * gst/playback/gstplaybasebin.c: (probe_triggered):
22176           Of course, only pause if group is done...
22177
22178 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22179
22180         * gst/playback/gstplaybasebin.c: (probe_triggered):
22181           Thread safety.
22182
22183 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
22184
22185         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
22186           Don't return state change success when the parent
22187           failed.
22188
22189 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22190
22191         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
22192           Free events (fix memleak in #162905).
22193
22194 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
22195
22196         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22197
22198         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22199         (gst_ffmpeg_caps_to_pixfmt):
22200           Fix for depth = 15. Fixes #161675.
22201
22202 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22203
22204         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22205           Set FPS correctly, even for webcams and the like.
22206         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
22207           Don error on setting while capturing.
22208
22209 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22210
22211         * ext/dv/gstdvdec.c:
22212         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
22213         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
22214           I'm a bad boy. using /1001. to force C to do float division
22215           and not integer division (as it did in my last commit)
22216           Thanks to David I. Lehn for pointing this mistake.
22217
22218 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22219
22220         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22221           Revert Johan's 1.35->1.36 since it breaks compat.
22222
22223 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22224
22225         * ext/dv/gstdvdec.c:
22226         * ext/libfame/gstlibfame.c:
22227         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
22228         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
22229           replace framerate aproximations by their real value
22230           (24000/1001, 30000/1001, 60000/1001)
22231           Finish fixing bug #164049
22232
22233 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22234
22235         * ext/ogg/gstoggmux.c:
22236           eos/bos debugging
22237         * gst/tcp/gstmultifdsink.c:
22238         * gst/tcp/gstmultifdsink.h:
22239         * gst/tcp/gsttcp.c:
22240         * gst/tcp/gsttcp.h:
22241         * gst/tcp/gsttcpclientsink.c:
22242         * gst/tcp/gsttcpclientsrc.c:
22243         * gst/tcp/gsttcpserversink.c:
22244         * gst/tcp/gsttcpserversrc.c:
22245           improve reusability of elements after state changes and errors
22246           make multifdsink throw away streamheaders when receiving new ones
22247
22248 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22249
22250         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
22251           Fix for if items are already in list...
22252
22253 2005-01-12  Benjamin Otte  <otte@gnome.org>
22254
22255         * gst/adder/gstadder.c: (gst_adder_loop):
22256           fix adder a bit so it doesn't screw up with events as much anymore
22257
22258 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
22259
22260         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
22261         (pixbufscale_scale), (gst_pixbufscale_chain):
22262         * ext/gdk_pixbuf/pixbufscale.h:
22263           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
22264           to ensure rowstrides are calculated the same way as 
22265           ffmpegcolorspace
22266           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
22267           that we pick up duration and offset also.
22268
22269 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22270
22271         * gst/avi/gstavimux.c: (gst_avimux_class_init),
22272         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
22273           Reusability fixes.
22274
22275 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22276
22277         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
22278         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
22279         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
22280         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
22281           Update flags when requested.
22282
22283 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22284
22285         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
22286           Fix dmix.
22287
22288 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22289
22290         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22291         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
22292         (probe_triggered), (new_decoded_pad), (gen_source_element),
22293         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
22294         * gst/playback/gstplaybasebin.h:
22295         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22296         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
22297         (gst_play_bin_change_state):
22298           Implement group-switch signal for use in apps to clear metadata
22299           cache, clean up subtitle, add suburi property instead of # hack,
22300           some error-out fixes.
22301
22302 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22303
22304         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22305           Debug.
22306         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
22307           If we got a state change in the _get handler, don't return success.
22308
22309 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22310
22311         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
22312         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
22313           Make jpegdec quiet on MJPEG decoding
22314         * gst/asfdemux/README:
22315           Fix mimetypes for MJPEG and H263
22316
22317 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22318
22319         * ext/theora/theoradec.c: (theora_dec_chain):
22320           Fix broken code generation by gcc by swapping arguments.
22321         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22322           Fix \n in debug.
22323
22324 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22325
22326         * TODO:
22327           delete this file, it is by far outdated
22328         * ext/alsa/gstalsa.1: remove
22329         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
22330         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
22331         (gst_alsa_get_caps):
22332           Add HW probing for supported sample rates. Fixes #161704
22333
22334 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22335
22336         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
22337           Don't crash, biatch! :).
22338
22339 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22340
22341         * ext/musepack/gstmusepackreader.cpp:
22342         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
22343           Some work on tags - still doesn't work in playbin...
22344         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
22345           Handle events...
22346
22347 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22348
22349         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
22350           Also shove tags on kid pads.
22351
22352 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22353
22354         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
22355           Don't bail on unknown events.
22356         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
22357           Don't crash on events before negotiation.
22358         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
22359           Send tags on pads, too.
22360         * gst/playback/gststreamselector.c:
22361         (gst_stream_selector_request_new_pad):
22362           Forward events on first pad if no input was selected yet.
22363
22364 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22365
22366         * gst/playback/gstplaybasebin.c: (setup_substreams):
22367           Don't disable streamtype if the stream doesn't exist, since
22368           then playing a video after audio will disable both and nothing
22369           will happen. Fixes the testsuite.
22370
22371 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22372
22373         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
22374         (gst_v4l_xoverlay_set_xwindow_id):
22375         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
22376         (gst_v4l2_xoverlay_set_xwindow_id):
22377           Add debug categories, fix overlay disabling.
22378
22379 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22380
22381         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
22382         * ext/alsa/gstalsa.h:
22383           Add HW probing for period_count/size and buffer_size MIX/MAX
22384           Adjust default/user defined value if out of bounds
22385           Should fix bug #162024
22386
22387 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22388
22389         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
22390           Fix warning (#161191).
22391
22392 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22393
22394         * ext/dvdread/stream_labels.c:
22395         (dvdreadsrc_get_audio_stream_labels):
22396           Fix warning (init the good variable in switch default)
22397
22398 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
22399
22400         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22401
22402         * gst/tta/gstttaparse.c: (gst_tta_src_event):
22403           Fix gcc-2.95 compile (#163485).
22404
22405 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22406
22407         * configure.ac:
22408         * ext/flac/gstflacenc.c: (gst_flacenc_init),
22409         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
22410         (gst_flacenc_tell_callback), (gst_flacenc_chain),
22411         (gst_flacenc_change_state):
22412         * ext/flac/gstflacenc.h:
22413           Update for API change in flac-1.1.1. Update requirement in
22414           configure.ac. Fixes #162974.
22415
22416 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22417
22418         * gst/playback/gstplaybasebin.c: (group_destroy):
22419           Remove hack to get rid of assert and get rid of unlinked
22420           signals properly.
22421
22422 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22423
22424         * gst/playback/gstplaybasebin.c: (setup_source):
22425           Set source to NULL so that resources are free'ed. Fixes issues
22426           with playback of CDDA and similar device-accessing things.
22427
22428 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22429
22430         * testsuite/embed/Makefile.am:
22431           test->noinst, fix make test in buildbot.
22432
22433 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22434
22435         * ext/dvdread/stream_labels.c: new file
22436         * ext/dvdread/stream_labels.h: new file
22437         * ext/dvdread/Makefile.am:
22438         * ext/dvdread/dvdreadsrc.c: (_seek_title):
22439           Extract audio stream label from DVD IFO files.
22440           It only dump them on the console for now, still have to
22441           make playbin aware of them.
22442
22443 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22444
22445         * gst/playback/gstplaybasebin.c: (setup_source):
22446           Fix hanging subs.
22447
22448 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22449
22450         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22451         (gen_preroll_element), (remove_groups), (setup_subtitle),
22452         (gen_source_element), (setup_source):
22453         * gst/playback/gstplaybasebin.h:
22454           Multiple .sub files is just a stupid idea... Fix some threading
22455           mistakes. Interestingly, external .sub files cause playbin to
22456           hang, I don't know why... Parsing fixes contributed by Fran??ois
22457           Kooman <fkooman@tuxed.net>.
22458
22459 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22460
22461         * testsuite/embed/Makefile.am:
22462           Fix buildbot.
22463
22464 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
22465
22466         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22467
22468         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22469         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22470         (gst_pngenc_set_property):
22471         * ext/libpng/gstpngenc.h:
22472           Add compression level property (#163323).
22473
22474 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22475
22476         * configure.ac:
22477         * examples/capsfilter/capsfilter1.c: (main):
22478         * examples/seeking/spider_seek.c: (make_spider_pipeline):
22479         * ext/dvdread/Makefile.am:
22480         * ext/dvdread/demo-play:
22481         * ext/dvdread/demo-play.c:
22482         * gconf/gstreamer.schemas.in:
22483         * gst-libs/gst/gconf/gconf.c:
22484         * sys/v4l/TODO:
22485         * testsuite/Makefile.am:
22486         * testsuite/embed/Makefile.am:
22487         * testsuite/embed/embed.c: (cb_expose), (main):
22488           Remove all references to xvideosink, fix examples (#140845).
22489         * gst/playback/gstplaybasebin.c: (group_destroy):
22490           Apparently, disposal does not unlink - so do explicitely.
22491         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22492           Add debug.
22493
22494 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
22495
22496         * README: fix PKG_CONFIG_PATH instructions, what was there
22497         previously was breaking default search path, not nice. 
22498         Fixes #163358
22499
22500 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22501
22502         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
22503         (gst_audioscale_chain):
22504           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
22505           when resampling - how the ^@$^!@^! is this possible?!?
22506
22507 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22508
22509         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22510           Reset variables on READY.
22511         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
22512         (gst_matroska_mux_loop):
22513           Require data before writing header.
22514
22515 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
22516
22517         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22518
22519         * ext/mad/gstmad.c: (gst_mad_chain):
22520           Don't call mad_stream_sync() directly after recovering sync.
22521           Fixes #151661.
22522
22523 2005-01-09  Martin Eikermann  <meiker@upb.de>
22524
22525         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22526
22527         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
22528         (snapshot_handler), (gst_snapshot_sinkconnect),
22529         (gst_snapshot_chain):
22530           Allocate resources when required, fix recursive signal emission
22531           and fix caps. Fixes #161667.
22532
22533 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
22534
22535         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22536
22537         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
22538         (gst_pngdec_chain):
22539           Handle only 8-bppc (bits-per-pixel-component) images, better
22540           error handling and correct strides. Fixes #163177.
22541         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
22542         (gst_pngenc_chain):
22543           Better error handling. Fixes #163348.
22544
22545 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22546
22547         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
22548         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
22549         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
22550         (dvdnavsrc_uri_handler_init):
22551           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
22552         * gst/playback/gstplaybasebin.c: (gen_source_element):
22553           Add MMS to streaming URIs.
22554
22555 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22556
22557         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
22558         * sys/xvimage/xvimagesink.c:
22559         (gst_xvimagesink_navigation_send_event):
22560           Check for pad availability before sending event.
22561
22562 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22563
22564         * gst-plugins.spec.in:
22565           Add subparse.
22566
22567 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22568
22569         * configure.ac:
22570           Since we use functions from CVS, up requirement.
22571
22572 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22573
22574         * gst/playback/Makefile.am:
22575         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22576         (group_destroy), (group_commit), (group_is_muted),
22577         (gen_preroll_element), (add_stream), (unknown_type),
22578         (probe_triggered), (preroll_unlinked), (mute_stream),
22579         (silence_stream), (new_decoded_pad), (setup_substreams),
22580         (setup_source), (get_active_source), (mute_group_type),
22581         (muted_group_change_state), (set_active_source),
22582         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22583         (play_base_eos), (gst_play_base_bin_change_state):
22584         * gst/playback/gstplaybasebin.h:
22585         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
22586         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22587         (gst_stream_info_dispose), (stream_info_mute_pad),
22588         (stream_info_change_state), (gst_stream_info_set_mute):
22589         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
22590         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
22591         (gst_stream_selector_init), (gst_stream_selector_dispose),
22592         (gst_stream_selector_get_linked_pad),
22593         (gst_stream_selector_get_caps), (gst_stream_selector_link),
22594         (gst_stream_selector_get_linked_pads),
22595         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
22596         * gst/playback/gststreamselector.h:
22597           Adding stream selection support plus required properties for
22598           applications to use this. Fully fixes #100931.
22599
22600 2005-01-08  Benjamin Otte  <otte@gnome.org>
22601
22602         * gst/games/gstpuzzle.c: (nav_event_handler):
22603           - handle nav events differently: forward every event no matter if it
22604             was handled or not.
22605           - translate events
22606           You can now cheat by using navigationtest ! puzzle and moving the
22607           mouse close to the edge of a tile. ;)
22608
22609 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22610
22611         * configure.ac:
22612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
22613         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
22614         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
22615         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
22616         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
22617         (gst_ogm_parse_plugin_init):
22618         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
22619         (gst_textoverlay_link), (gst_textoverlay_getcaps),
22620         (gst_textoverlay_event), (gst_textoverlay_video_chain),
22621         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
22622         * ext/pango/gsttextoverlay.h:
22623         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
22624         (gst_matroska_demux_handle_seek_event),
22625         (gst_matroska_demux_sync_streams),
22626         (gst_matroska_demux_parse_blockgroup),
22627         (gst_matroska_demux_subtitle_caps),
22628         (gst_matroska_demux_plugin_init):
22629         * gst/matroska/matroska-ids.h:
22630         * gst/playback/gstdecodebin.c: (close_pad_link):
22631         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22632         (gen_preroll_element), (remove_groups), (add_stream),
22633         (new_decoded_pad), (setup_subtitles), (gen_source_element),
22634         (setup_source):
22635         * gst/playback/gstplaybasebin.h:
22636         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
22637         * gst/subparse/Makefile.am:
22638         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
22639         (gst_subparse_base_init), (gst_subparse_class_init),
22640         (gst_subparse_init), (gst_subparse_formats),
22641         (gst_subparse_eventmask), (gst_subparse_event),
22642         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
22643         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
22644         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
22645         (parse_mpsub_deinit), (parse_mpsub_init),
22646         (gst_subparse_buffer_format_autodetect),
22647         (gst_subparse_format_autodetect), (gst_subparse_loop),
22648         (gst_subparse_change_state), (gst_subparse_type_find),
22649         (plugin_init):
22650         * gst/subparse/gstsubparse.h:
22651         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
22652         (plugin_init):
22653           Add subtitle support, .sub parser (supports SRT and MPsub),
22654           OGM text support, Matroska UTF-8 text support, deadlock fixes
22655           all over the place, subtitle awareness in decodebin/playbin
22656           and some fixes to textoverlay to handle subtitles in a stream
22657           correctly. Fixes #100931.
22658
22659 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22660
22661         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22662           Check for pad availability before doing a query on it.
22663
22664 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22665
22666         * ext/dv/gstdvdec.c:
22667           really fix bpp24/32 dvdec caps (classic rgba indeed)
22668         * gst/asfdemux/gstasfdemux.c:
22669         (gst_asf_demux_process_ext_content_desc):
22670           don't send text tags if they are empty (bis repetita)
22671
22672 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22673
22674         * ext/dv/gstdvdec.c:
22675          remove unneeded comment from dvdec
22676           (related to DV 4CC codes in AVI files)
22677           moved them in gstreamer/docs/random/mimetypes
22678         * gst/asfdemux/gstasfdemux.c:
22679         (gst_asf_demux_process_ext_content_desc):
22680          don't send text tags if they are empty
22681          fix mem leak on error path
22682         * gst/ffmpegcolorspace/avcodec.h:
22683         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22684         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
22685         (gst_ffmpegcsp_avpicture_fill):
22686         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
22687         * gst/ffmpegcolorspace/imgconvert_template.h:
22688          adds BGR32 and BGRA32 to ffmpegcolorspace
22689           (still bad colors, fixing it on next commit)
22690           helps with dvdec outputing BGR32
22691
22692 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22693
22694         * ext/dv/gstdvdec.c:
22695          Fix audio caps i just broke (missing ',')
22696         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
22697         (gst_matroska_mux_reset):
22698          Fix typo + add FIXME about old "x-gst-metadata" crap
22699
22700 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22701
22702         * ext/dv/demo-play.c: (main):
22703          xvideosink -> xvimagesink
22704         * ext/dv/gstdvdec.c:
22705          change rgb 32/32 caps to 24/32 (no alpha)
22706          change nb of channels to be a list (2 or 4, not 2)
22707          change sample rate to be a list (32, 44.1, 48 kHz) not a range
22708         * gst/asfdemux/gstasfdemux.c:
22709         (gst_asf_demux_process_ext_content_desc):
22710          Add 'date/year' to extracted metadata list
22711
22712 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22713
22714         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
22715           The return value of fixate_to does not imply that the requested
22716           value was set, so don't assume.
22717
22718 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
22719
22720         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22721
22722         * ext/libpng/gstpngdec.c:
22723         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
22724         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
22725         * ext/libpng/gstpngenc.h:
22726           Alpha support (encoder; #163161), mime fixage.
22727
22728 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
22729
22730         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22731
22732         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
22733         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
22734         (gst_faac_set_property), (gst_faac_get_property):
22735         * ext/faac/gstfaac.h:
22736           Allow for ADTS output (#153434).
22737
22738 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22739
22740         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22741           Fix against template (#150576).
22742
22743 2005-01-06  Benjamin Otte  <otte@gnome.org>
22744
22745         * gst/games/gstpuzzle.c: (draw_puzzle):
22746           don't draw a puzzle if either width or height of tiles would be 0.
22747
22748 2005-01-06  Benjamin Otte  <otte@gnome.org>
22749
22750         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
22751         (gst_puzzle_class_init), (gst_puzzle_finalize):
22752           no memleaks, please
22753         (gst_puzzle_create), (gst_puzzle_init),
22754         (gst_puzzle_set_property), (gst_puzzle_setup):
22755           change initialization code around so we don't reshuffle on resize
22756         (draw_puzzle):
22757           fix another stupid typo
22758
22759 2005-01-06  Benjamin Otte  <otte@gnome.org>
22760
22761         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
22762           fix stupid typo that borked copying on YUY2
22763
22764 2005-01-06  Benjamin Otte  <otte@gnome.org>
22765
22766         * gst/games/gstpuzzle.c: (draw_puzzle):
22767           fix edges when image sizes aren't multiples of tile sizes
22768
22769 2005-01-06  Benjamin Otte  <otte@gnome.org>
22770
22771         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
22772           make RGB endianness work correctly
22773         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
22774           refactor and fix race with initial shuffling
22775         (nav_event_handler):
22776           allow using the mouse to puzzle
22777         (draw_puzzle):
22778           insist on tiles having width and height as multiples of 4 to get
22779           clean YUV image handling
22780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22781         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
22782           s/DEBUG/LOG/ for common messages
22783         (gst_xvimagesink_navigation_send_event):
22784           fix mouse event translation to not include screen PAR
22785         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
22786           fix mouse event translation to actually work
22787
22788 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22789
22790         * gst/asfdemux/gstasfdemux.c:
22791         (gst_asf_demux_process_ext_content_desc):
22792          Extract TrackNumber metadata + clean up code
22793         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
22794          Hope this is the good fix (var used unitialised)
22795
22796 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22797
22798         * ext/faad/gstfaad.c: (gst_faad_chain):
22799           Only increment timestamp if it's valid. Fixes raw AAC streams.
22800
22801 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22802
22803         * configure.ac:
22804         * gst/games/Makefile.am:
22805         * gst/games/gstpuzzle.c:
22806           add a puzzle game with...
22807         * gst/games/gstvideoimage.c:
22808         * gst/games/gstvideoimage.h:
22809           ... full colorspace support (that includes YUV9 and RGB16)) stolen
22810           from videotestsrc and made into something that would be a nice
22811           library for a lot of other plugins.
22812
22813 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22814
22815         * configure.ac:
22816          don't compile faad plugin if a RC of 2.0 is found
22817          Fixes #155346 (and FC1 buildbot)
22818         * gst/asfdemux/gstasfdemux.c:
22819         (gst_asf_demux_process_ext_content_desc):
22820          try to make Solaris compiler happier
22821
22822 2005-01-06  Paul Jack  <pjack@sfaf.org>
22823
22824         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22825
22826         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
22827           Fix segfault (#161667).
22828
22829 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22830
22831         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22832           Fix framerate reporting.
22833
22834 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22835
22836         * gst-libs/gst/riff/riff-ids.h:
22837         * gst/wavenc/riff.h:
22838          Add AMR (VBR and CBR) ids to riff.h audio codec list
22839         * gst/asfdemux/gstasfdemux.c:
22840         (gst_asf_demux_process_ext_content_desc),
22841         (gst_asf_demux_process_object):
22842           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
22843
22844 2005-01-05  Martin Eikermann  <meiker@upb.de>
22845
22846         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22847
22848         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22849         (gst_dvd_demux_handle_discont):
22850         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
22851         (gst_mpeg_demux_handle_discont):
22852           Recreate pads on new-media (#160730).
22853         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
22854           Send discont even if manager changes timestamps (#161929).
22855
22856 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
22857
22858         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22859
22860         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
22861           Fix invalid memory access (#159211).
22862
22863 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22864
22865         * examples/gstplay/player.c: (main):
22866           Don't iterate.
22867         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
22868           Add visualizations.
22869         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
22870         (gst_a52dec_handle_frame):
22871           Set duration.
22872         * ext/dvdnav/gst-dvd:
22873           Add audioconvert. Fixes #161325.
22874         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
22875           Explicitely case to gint64. Possible valgrind error.
22876         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
22877         (gst_play_tick_callback), (gst_play_change_state),
22878         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
22879         (gst_play_set_location), (gst_play_get_location),
22880         (gst_play_seek_to_time), (gst_play_set_data_src),
22881         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22882         (gst_play_set_visualization), (gst_play_connect_visualization),
22883         (gst_play_get_framerate), (gst_play_get_all_by_interface),
22884         (gst_play_new):
22885           Use playbin. Fixes #139749 and #147744.
22886         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
22887           Add genre tag.
22888         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
22889         (audioscale_get_type), (gst_audioscale_base_init),
22890         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
22891         (gst_audioscale_getcaps), (gst_audioscale_fixate),
22892         (gst_audioscale_link), (gst_audioscale_get_buffer),
22893         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
22894         (gst_audioscale_init), (gst_audioscale_dispose),
22895         (gst_audioscale_chain), (gst_audioscale_set_property),
22896         (gst_audioscale_get_property), (plugin_init):
22897           Indent properly.
22898         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
22899           Fix LPCM.
22900         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
22901         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
22902         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
22903           Add more metadata (fixes #162656).
22904
22905 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22906
22907         * configure.ac:
22908           back to cvs
22909
22910 === release 0.8.7 ===
22911
22912 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22913
22914         * NEWS:
22915         * RELEASE:
22916         * configure.ac:
22917           releasing 0.8.7, "Hyperspace"
22918
22919 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22920
22921         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
22922
22923         * gst/playback/gstplaybasebin.c:
22924          Fix for #162924 - free caps after use, not before
22925
22926 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22927
22928         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22929
22930         * gst/playback/gstplaybasebin.c:
22931         * gst/wavparse/gstwavparse.c:
22932           Fix for #154773 - fixes playback of small .wav files
22933
22934 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22935
22936         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22937
22938         * gst/audioscale/gstaudioscale.c:
22939           Fix for #162819 - make audioscale reusable
22940           Fixes playback of more than one file with playbin/totem
22941
22942 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22943
22944         * gst/ffmpegcolorspace/avcodec.h:
22945         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22946         * gst/ffmpegcolorspace/imgconvert.c:
22947           clean up the mess that made me cry and avoid needless duplication
22948
22949 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22950
22951         * gst/ffmpegcolorspace/imgconvert.c:
22952           give some indication of why we're segfaulting
22953
22954 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22955
22956         * configure.ac:
22957           Fix indentation, fix v4l2 plugin detection.
22958         * ext/Makefile.am:
22959           Fix libmms location (Maciej, use diff -u!).
22960         * ext/alsa/gstalsa.c: (gst_alsa_init):
22961           Initialize caps cache to NULL.
22962         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22963           Only change state on audiosink if it exists.
22964
22965 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
22966
22967         * gst/matroska/matroska-demux.c:
22968         * gst/matroska/matroska-ids.h:
22969         * gst/matroska/matroska-demux.h:
22970         Fix Vorbis streams failing to decode in some files, where cluster_time
22971         isn't 0, because then it doesn't send codec_priv before actual data.
22972         Remove time-based test and replace it with marker set on beginning of
22973         new stream
22974
22975 2004-12-28  David Schleef  <ds@schleef.org>
22976
22977         Merge patch from Ronald fixing problems with streaming
22978         text.
22979         * ext/cairo/gstcairo.c: (plugin_init):
22980         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22981         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22982         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22983         (gst_textoverlay_font_init), (gst_textoverlay_init),
22984         (gst_textoverlay_set_property):
22985         * ext/cairo/gsttextoverlay.h:
22986
22987 2004-12-27  David Schleef  <ds@schleef.org>
22988
22989         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22990         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22991         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22992         (gst_textoverlay_font_init), (gst_textoverlay_init),
22993         (gst_textoverlay_set_property): Improvements to actually
22994         render text as white on black outline on video, including
22995         font selection and horizontal/vertical alignment.  (Ronald's
22996         christmas present)
22997         * ext/cairo/gsttextoverlay.h:
22998
22999 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23000
23001         * ext/ogg/gstogg.c:
23002         * ext/ogg/gstogmparse.c:
23003           fix ogm[audio/video]parse plugin registration
23004           (riff won't load if bytestream is already loaded)
23005
23006 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23007
23008         * gst/audioconvert/gstchannelmix.c:
23009           fix for GLIB < 2.4
23010
23011 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23012
23013         * Makefile.am:
23014         * configure.ac:
23015           disable docs again until it actually passes make distcheck.
23016
23017 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23018
23019         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
23020         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
23021         (plugin_init):
23022           Add 3GP (variables name Q3GP because they can't start with a
23023           number). Add samr audio fourcc (used in .3gp files), decoder
23024           is work in progress. Also do a GST_WARNING instead of ERROR
23025           in case of unknown nodes, to decrease output.
23026
23027 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23028
23029         * Makefile.am:
23030           really fix dist
23031
23032 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23033
23034         * configure.ac:
23035         * ext/speex/gstspeexdec.h:
23036         * ext/speex/gstspeexenc.h:
23037           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
23038           Fix detection code in configure.ac
23039
23040 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23041
23042         * gst/matroska/matroska-demux.c:
23043         (gst_matroska_demux_parse_blockgroup):
23044           Save position, so that queries give proper return values. Don't
23045           know how this could ever have worked before...
23046
23047 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23048
23049         * configure.ac:
23050           Put additional LAME check inside the conditional.  Fixes #152339
23051
23052 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23053
23054         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23055         (gst_avi_demux_stream_scan):
23056           Add some more debug. Fix logic error when setting movi offset
23057           while reading index.
23058
23059 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23060
23061         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23062         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
23063         (gst_avi_demux_process_next_entry):
23064           Add some debugging. Better detection of broken indexes and the
23065           accompanying index recovery. No infinite loops on state changes
23066           when we're still in our loopfunction.
23067
23068 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23069
23070         * configure.ac:
23071           Fix up.
23072
23073 2004-12-22  Archana Shah  <archana.shah@wipro.com>
23074
23075         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23076
23077         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
23078           Normalizing the value before setting
23079         (gst_sunaudiomixer_get_volume):
23080           Normalizing the value after getting. Fixes bug# 161980
23081
23082 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
23083
23084         * Makefile.am: Make sure docs gets disted
23085         * docs/Makefile.am: Make sure all needed files get disted
23086         * gst-plugins.spec.in: latest updates
23087
23088 2004-12-22  Wim Taymans  <wim@fluendo.com>
23089
23090         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23091         Revert patch 1.38 as clock distribution over schedulers does
23092         not work correcly in the core yet.
23093
23094 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23095
23096         * sys/oss/README: remove this file, which predates my birth
23097           (and which content is by far outdated)
23098
23099 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
23100
23101         * Makefile.am:
23102         * configure.ac:
23103         * docs/Makefile.am:
23104         * docs/libs/Makefile.am:
23105         * docs/libs/gst-plugins-libs-docs.sgml:
23106         * docs/libs/gst-plugins-libs-sections.txt:
23107         * docs/libs/tmpl/gstgconf.sgml:
23108         * docs/upload.mak:
23109         * docs/version.entities.in:
23110           Added boilerplate gtk-doc files for plugin-libs documentation.
23111
23112 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23113
23114         * gst/auparse/gstauparse.c: fix int and float audio caps
23115
23116 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23117
23118         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
23119         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
23120           g_assert() can be a macro, don't use #ifdef inside it.
23121
23122 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
23123
23124         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23125
23126         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
23127         (gst_videorate_init), (gst_videorate_chain),
23128         (gst_videorate_change_state):
23129           Event handling (fixes #159986).
23130
23131 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23132
23133         * gst-libs/gst/riff/riff-media.c:
23134         (gst_riff_create_video_caps_with_data):
23135           Add BLZ0 (Blizzard's version of DivX) fourcc.
23136
23137 2004-12-18  David Schleef  <ds@schleef.org>
23138
23139         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
23140         portability fix.
23141
23142 2004-12-18  David Schleef  <ds@schleef.org>
23143
23144         * gst/tta/ttadec.h: Disable some header code that isn't used
23145         and clearly isn't portable.
23146
23147 2004-12-18  David Schleef  <ds@schleef.org>
23148
23149         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
23150         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
23151         (avcodec_get_pix_fmt), (avpicture_layout),
23152         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
23153         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
23154         Fix code to not use GCC extensions (and c99 extensions that
23155         Forte does not like.)
23156
23157 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23158
23159         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23160
23161         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
23162         (gst_deinterlace_chain):
23163           Rowstride fixes. Fixes #161039.
23164         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
23165         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
23166         (gst_video_crop_getcaps), (gst_video_crop_link),
23167         (gst_video_crop_i420), (gst_video_crop_chain),
23168         (gst_video_crop_change_state):
23169           Rework of negotiation. Actually works now. Fixes #158650.
23170
23171 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23172
23173         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
23174           That was very stupid.
23175
23176 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23177
23178         * gst/matroska/matroska-demux.c:
23179         (gst_matroska_demux_parse_blockgroup):
23180           Fix possible crasher.
23181
23182 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23183
23184         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
23185         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
23186           Lace sizes can be zero.
23187
23188 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23189
23190         * ext/musepack/gstmusepackdec.cpp:
23191           Fetch error return values. Fixes #161624.
23192         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
23193           Really EOS.
23194
23195 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23196
23197         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
23198           Work for truncated (unfinished download etc.) files. Fixes #160514.
23199
23200 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23201
23202         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23203           Fix for integer overflow. Makes #156001 not crash. Probably masks
23204           the real bug.
23205
23206 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23207
23208         * gst/ac3parse/gstac3parse.c: (plugin_init):
23209           Parsers never have ranks. Fixes #159651.
23210
23211 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23212
23213         * gst/playback/gstdecodebin.c: (compare_ranks):
23214           make sure the facotries are ordered the same every time even if they
23215           have the same rank by using the name
23216         * gst/playback/gstdecodebin.c: (find_compatibles):
23217           make sure we don't add factories to the list twice
23218
23219 2004-12-16  David Schleef  <ds@schleef.org>
23220
23221         * configure.ac: look for musepack headers as musepack/*.h
23222         (fixes #159847)
23223         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
23224         * ext/musepack/gstmusepackreader.h: same
23225
23226 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23227
23228         * gst-libs/gst/riff/riff-read.c:
23229         (gst_riff_read_strf_auds_with_data):
23230           Read extradata correctly (fixes #155879).
23231
23232 2004-12-16  David Schleef  <ds@schleef.org>
23233
23234         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
23235         audio.  does _not_ attempt or allow conversion unless channels
23236         is 1 or 2.
23237
23238 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
23239
23240         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
23241
23242 2004-12-16  David Schleef  <ds@schleef.org>
23243
23244         * gst/audioscale/gstaudioscale.c: the resample library only
23245         handles 1 or 2 channels.  Change caps to compensate.
23246
23247 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23248
23249         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
23250         (gst_matroska_demux_audio_caps):
23251           Some MPEG-AAC hacks, because else it doesn't work...
23252
23253 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23254
23255         * gst-libs/gst/riff/riff-media.c:
23256         (gst_riff_create_video_caps_with_data),
23257         (gst_riff_create_video_template_caps):
23258           Add h264.
23259
23260 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23261
23262         * gst-libs/gst/audio/Makefile.am:
23263           Try to fix buildbot.
23264
23265 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23266
23267         * gst/tcp/gstmultifdsink.c:
23268           Clean up and uniformize debugging.
23269
23270 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
23271
23272         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23273
23274         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
23275         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
23276         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
23277         (gst_mpeg_demux_change_state):
23278           Reset on ready. Fixes 160276.
23279
23280 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
23281
23282         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23283
23284         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23285         (gst_ffmpegcsp_pad_link):
23286           Fix memleak (#154815).
23287
23288 2004-12-16  James Bowes  <bowes@cs.dal.ca>
23289
23290         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23291
23292         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
23293         (gst_musicbrainz_init), (gst_musicbrainz_chain),
23294         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
23295         * ext/musicbrainz/gsttrm.h:
23296           Add support for using a proxy server when getting a trm id from
23297           the MusicBrainz database (#149613).
23298
23299 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
23300
23301         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23302
23303         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
23304         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23305           Fix memleaks (#157233).
23306
23307 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
23308
23309         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23310
23311         * gst-libs/gst/resample/resample.c: (gst_resample_close):
23312         * gst-libs/gst/resample/resample.h:
23313         * gst/audioscale/gstaudioscale.c:
23314           Fix memleak (#159215).
23315
23316 2004-12-16  Toni Willberg  <toniw@iki.fi>
23317
23318         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23319
23320         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
23321         * sys/oss/oss_probe.c: (main):
23322           Check for mono/stereo support (similar to samplerate probing),
23323           fixes #159433. Also add missing copyright header to oss_probe.c.
23324
23325 2004-12-15  David Schleef  <ds@schleef.org>
23326
23327         * configure.ac: add audioresample and cairo plugins.  Remove
23328         HAVE_MMX stuff, because it's not used.
23329         * ext/Makefile.am: same
23330         * ext/audioresample/Makefile.am: You are not ready for an
23331         audio resampling element based on audioresample.
23332         * ext/audioresample/gstaudioresample.c:
23333         * ext/audioresample/gstaudioresample.h:
23334         * ext/cairo/Makefile.am: You are not ready for overlay elements
23335         based on cairo.  Don't look too closely, these elements kinda
23336         suck right now.
23337         * ext/cairo/gstcairo.c: new
23338         * ext/cairo/gsttextoverlay.c: new
23339         * ext/cairo/gsttextoverlay.h: new
23340         * ext/cairo/gsttimeoverlay.c: new
23341         * ext/cairo/gsttimeoverlay.h: new
23342         * gst-libs/gst/media-info/media-info-priv.h: fix compile
23343         problem with compilers that don't support variadic macros.
23344
23345 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23346
23347         Reviewed by:  David Schleef  <ds@schleef.org>
23348
23349         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
23350         Bala, registering sunaudiosrc (oops!), and cleaning up code a
23351         bit.  Also ran indent-gst.
23352         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
23353         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
23354         (gst_sunaudiosrc_setparams):
23355
23356 2004-12-14  David Schleef  <ds@schleef.org>
23357
23358         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
23359         output rate to 16000.  Should fix #160235.
23360
23361 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23362
23363         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
23364         Add typefinding for mpeg2 pes streams
23365
23366 2004-12-13  David Schleef  <ds@schleef.org>
23367
23368         * configure.ac:  Applied patch from bug #143659, making default
23369         sources and sinks OS-dependent (for Solaris), and added code
23370         for OS/X.
23371         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
23372
23373 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23374
23375         * gst-libs/gst/riff/riff-media.c:
23376           forgot to add h2.64 to avidemux template caps
23377
23378 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23379
23380         * gst/wavenc/riff.h:
23381         * gst-libs/gst/riff/riff-media.c:
23382         * gst-libs/gst/riff/riff-ids.h:
23383         * gst/avi/gstavimux.c
23384         add 4CC code for VideoSoft h264 in AVI (VSSH)
23385           fixes bug #160655
23386         remove s323 from riff, it's quicktime specific :(
23387
23388 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23389
23390         * gst/asfdemux/README
23391         * gst/wavenc/riff.h
23392         * gst-libs/gst/riff/riff-ids.h
23393         * gst-libs/gst/riff/riff-media.c
23394         * gst/qtdemux/qtdemux.c:
23395           add new 4CC codes for h263 related codecs
23396           fixes partially bug #155163
23397
23398 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
23399
23400         * configure.ac: Update polyaudio requirement to 0.7
23401         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
23402
23403 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23404
23405         * gst/interleave/deinterleave.c:
23406         fix my name's spelling! :)
23407
23408 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23409
23410         * AUTHORS ChangeLog
23411         * gst/auparse/gstauparse.c
23412         * gst/interleave/deinterleave.c
23413         * gst/law/:
23414                 alaw-decode.c alaw-encode.c
23415                 mulaw-decode.c mulaw-encode.c
23416         * gst/oneton/gstoneton.c
23417         * sys/osxaudio/:
23418                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
23419         * sys/osxvideo/:
23420                 cocoawindow.h cocoawindow.m
23421                 osxvideosink.h osxvideosink.m
23422
23423         put the same mail address for Zaheer Abbas Merali everywhere
23424
23425 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23426
23427         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
23428           Align by packetsize, and assert that we a packet available before
23429           playing. The first makes webstreams work (they often include
23430           trailing padding data in a packet), the second allows pausing a
23431           ASF stream in totem without getting demux errors afterwards.
23432
23433 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23434
23435         * ext/ogg/gstoggdemux.c: (get_relative):
23436           Check for non-NULL before accessing member (end-of-chain).
23437
23438 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23439
23440         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23441         (cdparanoia_set_property), (cdparanoia_get_property):
23442         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
23443         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
23444         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23445         (dvdreadsrc_init), (dvdreadsrc_set_property),
23446         (dvdreadsrc_get_property):
23447         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
23448         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
23449           Synchronize property names where not yet the case. Devices are
23450           now device=X, other versions are deprecated (but still exist).
23451           Also use g_free() unconditionally.
23452         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23453         (setup_source), (gst_play_base_bin_get_property):
23454           Expose source.
23455
23456 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23457
23458         * configure.ac: move GCONF macro outside conditional for the am
23459           conditional. Fixes #160439
23460
23461 2004-12-08  David Schleef  <ds@schleef.org>
23462
23463         * tools/gst-visualise-m.m: Switch to elements that currently
23464         exist.
23465
23466 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23467
23468         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23469           We love wrong commas.
23470
23471 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23472
23473         * gst/matroska/matroska-demux.c:
23474         (gst_matroska_demux_handle_src_query):
23475           Don't set DEFAULT, unsupported - makes length display incorrectly
23476           in some cases.
23477
23478 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
23479
23480         * gst/monoscope/README: remove blurb about files being GPL
23481         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
23482         * gst/monoscope/monoscope.c: Change license to BSD with explanation
23483           monoscope is now effectively LGPL licensed
23484
23485 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
23486
23487         * gst/monoscope/README: Update information to be more correct
23488         * gst/monoscope/convolve.c: Relicense to LGPL
23489         * gst/monoscope/convolve.h: Relicense to LGPL
23490
23491 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
23492
23493         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23494           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
23495         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
23496           set default_duration for mpeg1 audio
23497
23498 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23499
23500         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
23501         * ext/alsa/gstalsa.h:
23502           refactor big chunks of the core caps negotiation code to make it
23503           a lot faster, because people claim it's really slow
23504           (actually, just cache the getcaps when the device is opened)
23505
23506 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23507
23508         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
23509         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
23510         (gst_a52dec_handle_frame), (gst_a52dec_chain),
23511         (gst_a52dec_change_state), (plugin_init):
23512         * ext/a52dec/gsta52dec.h:
23513           Do something useful with timestamps. Make chain-based (since
23514           there's really no reason to be loopbased).
23515         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
23516           Update current_byte/frame correctly.
23517
23518 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23519
23520         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
23521         (gst_ape_demux_stream_init):
23522           Forward tags, too.
23523
23524 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23525
23526         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
23527           Let's make sure we're done typefinding when detecting tags.
23528
23529 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23530
23531         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
23532         (gst_ebml_read_init), (gst_ebml_read_use_event),
23533         (gst_ebml_read_element_id), (gst_ebml_peek_id),
23534         (gst_ebml_read_seek), (gst_ebml_read_skip),
23535         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
23536         (gst_ebml_read_master):
23537         * gst/matroska/ebml-read.h:
23538         * gst/matroska/matroska-demux.c:
23539         (gst_matroska_demux_parse_contents),
23540         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
23541           Disgustingly evil hack for working around INTERRUPT events and
23542           their extremely annoying habit of being a pain in the ass. We
23543           simply peek a cluster before reading any of it.
23544
23545 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23546
23547         * ext/musepack/gstmusepackdec.cpp:
23548           There's also floating point libmusepacks.
23549
23550 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23551
23552         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
23553         (gst_faad_chanpos_to_gst), (gst_faad_chain):
23554           Set DURATION even if source buffer didn't. Also use increasing
23555           timestamps.
23556         * gst-libs/gst/riff/riff-media.c:
23557         (gst_riff_create_audio_caps_with_data):
23558           Block_align can have larger values than 8192.
23559
23560 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23561
23562         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
23563         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
23564         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
23565         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
23566           Fix caps.
23567
23568 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23569
23570         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
23571           Fix logic bug.
23572
23573 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23574
23575         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
23576           Yay, another one.
23577
23578 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23579
23580         * ext/esd/esdsink.c: (gst_esdsink_chain):
23581           Make error actually say something useful (fixes #156798).
23582         * gst-libs/gst/riff/riff-media.c:
23583         (gst_riff_create_video_caps_with_data),
23584         (gst_riff_create_video_template_caps):
23585           Add Intel Video 5.0 fourcc (IV50).
23586
23587 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
23588
23589         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
23590         detection on mono and stereo mp3 files.
23591
23592 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23593
23594         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23595           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
23596           the contained stream).
23597
23598 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23599
23600         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
23601           Oops, remove debug.
23602
23603 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23604
23605         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23606
23607         * gst/law/alaw-decode.c: (alawdec_getcaps):
23608         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
23609           Prevent warnings when negotiating caps (fixes #159338).
23610
23611 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23612
23613         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23614         (gst_ffmpegcsp_chain):
23615           Remove old leftover that shouldn't be there...
23616
23617 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23618
23619         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23620
23621         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
23622           Don't forward DISCONT events (fixes #159684).
23623
23624 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23625
23626         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
23627           Unlink manually since sometimes bin disposal (and therefore
23628           pad unlinking) is delayed, which will cause a new media file
23629           to not be able to start playing instantly.
23630
23631 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23632
23633         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
23634           On mute of an unlinked stream, check for pad availability so
23635           we don't crash on unlinked pad.
23636
23637 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23638
23639         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23640         (gst_avi_demux_massage_index):
23641           Fix quite humiliating bug in omitting 0-sized index chunks but
23642           forgetting to count them for timestamps.
23643
23644 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23645
23646         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
23647           Actually leave the loop if we failed to sync. Don't crash.
23648
23649 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23650
23651         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
23652         (gst_dvd_demux_process_private):
23653         * gst/mpegstream/gstdvddemux.h:
23654           Fix crash (#159759). Doesn't work, though. :-(.
23655
23656 2004-11-28  Benjamin Otte  <otte@gnome.org>
23657
23658         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
23659           more overwriting protection due to modifying channels one by one
23660           instead of all at once
23661
23662 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23663
23664         * gst/audioconvert/gstchannelmix.c:
23665         (gst_audio_convert_fill_normalize):
23666           Normalize using absolute values.
23667
23668 2004-11-28  Julien MOUTTE  <julien@moutte.net>
23669
23670         * configure.ac:
23671         * ext/Makefile.am:
23672         * ext/directfb/Makefile.am:
23673         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
23674         (gst_directfbvideosink_get_pixel_format),
23675         (gst_directfbvideosink_get_format_from_fourcc),
23676         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
23677         (gst_directfbvideosink_sink_link),
23678         (gst_directfbvideosink_change_state),
23679         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
23680         (gst_directfbvideosink_buffer_alloc),
23681         (gst_directfbvideosink_interface_supported),
23682         (gst_directfbvideosink_interface_init),
23683         (gst_directfbvideosink_navigation_send_event),
23684         (gst_directfbvideosink_navigation_init),
23685         (gst_directfbvideosink_set_property),
23686         (gst_directfbvideosink_get_property),
23687         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
23688         (gst_directfbvideosink_base_init),
23689         (gst_directfbvideosink_class_init),
23690         (gst_directfbvideosink_get_type), (plugin_init):
23691         * ext/directfb/directfbvideosink.h: Adding a first version of
23692         directfbvideosink.
23693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
23694         more.
23695
23696 2004-11-28  Benjamin Otte  <otte@gnome.org>
23697
23698         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
23699           walk the samples backwards if out_channels > in_channels so we don't
23700           overwrite data
23701
23702 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23703
23704         * gst/audioconvert/Makefile.am:
23705         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23706         (gst_audio_convert_link), (gst_audio_convert_change_state),
23707         (gst_audio_convert_channels):
23708         * gst/audioconvert/gstchannelmix.c:
23709         (gst_audio_convert_unset_matrix),
23710         (gst_audio_convert_fill_identical),
23711         (gst_audio_convert_fill_compatible),
23712         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
23713         (gst_audio_convert_fill_others),
23714         (gst_audio_convert_fill_normalize),
23715         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
23716         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
23717         * gst/audioconvert/gstchannelmix.h:
23718           Implement a channel mixer.
23719
23720 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
23721
23722         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
23723         * ext/alsa/gstalsa.h:
23724         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
23725         Make alsasink actually honor gst_element_set_clock and use that
23726         clock instead of its internal one.
23727
23728 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
23729
23730         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
23731         (gst_play_base_bin_change_state): nullify source and decoder when
23732         going from READY to NULL so that we don't try to do weird stuff with
23733         them when going from NULL to READY
23734         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
23735         instead of g_object_unref
23736         (gen_video_element), (gen_audio_element): more refcounting fixes, now
23737         it should be correct
23738         (gst_play_bin_change_state): don't call remove_sinks if we are
23739         currently disposing the object
23740
23741 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23742
23743         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
23744           Don't forget bass if it's there. Else left channel is silent...
23745
23746 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23747
23748         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
23749         (gst_a52dec_change_state):
23750           Don't do sample adjusting anymore, we use float audio now.
23751         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
23752           Don't fixate to non-existing properties.
23753
23754 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23755
23756         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
23757         (gst_a52dec_change_state):
23758           Advertise that we can do surround sound.
23759
23760 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23761
23762         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
23763           Add buffer-frames=0.
23764         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
23765         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
23766         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
23767         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
23768         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
23769         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
23770         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
23771         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
23772         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
23773         * ext/dvdread/dvdreadsrc.h:
23774           Add seeking, querying for bytes, sectors, title, angle and
23775           chapter. Handle multiple chapters. Relicense to LGPL because
23776           Billy agreed on that (thanks Billy!).
23777
23778 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
23779
23780         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
23781         call parent dispose method
23782
23783 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
23784
23785         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
23786         (gst_audio_clock_get_internal_time):
23787         Fix active <-> inactive transitions: ensure time value always
23788         grows and avoid abrupt value changes.
23789
23790 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
23791
23792         * configure.ac:
23793         * gst/tta/Makefile.am:
23794         * gst/tta/crc32.h:
23795         * gst/tta/filters.h:
23796         * gst/tta/gsttta.c:
23797         * gst/tta/gstttadec.c:
23798         * gst/tta/gstttadec.h:
23799         * gst/tta/gstttaparse.c:
23800         * gst/tta/gstttaparse.h:
23801         * gst/tta/ttadec.h:
23802           added TTA parser and decoder
23803
23804 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23805
23806         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23807         (probe_triggered), (check_queue), (buffer_underrun),
23808         (buffer_running), (buffer_overrun), (gen_source_element),
23809         (setup_source):
23810         * gst/playback/gstplaybasebin.h:
23811           Implement buffering. Needs some more work.
23812
23813 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23814
23815         * ext/theora/theoradec.c: (theora_dec_chain):
23816           Fix ilog mask range overflow.
23817
23818 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23819
23820         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
23821           Don't omit the last (which in case of dmix is the only :) )
23822           channel count. Don't set channels if <= 2.
23823
23824 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
23825
23826         * gst/playback/gstplaybin.c: (gen_video_element),
23827         (gen_audio_element): Removed 2 obsolete comments
23828
23829 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
23830
23831         * ext/vorbis/oggvorbisenc.c
23832         * ext/vorbis/vorbisenc.c :
23833           change description fields of those plugins to differentiate them
23834           (pitivi show Encoders by description, they had the same one)
23835
23836 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
23837
23838         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23839
23840         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
23841         (gst_play_bin_set_property), (gen_video_element),
23842         (gen_audio_element):
23843           Refcounting fixes for provided audio-/videosinks.
23844
23845 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23846
23847         * gst/playback/gstplaybin.c: (gen_video_element),
23848         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
23849           Don't reference all sinks, but only the video- and audiosinks.
23850           The vis. element should be disposed when we're done with it.
23851           We don't have any reason to keep it around. This fixes warnings
23852           when reusing playbin for playing multiple audio files with
23853           vis. enabled. Also release audio device on pause - idea stolen
23854           from Rhythmbox.
23855
23856 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23857
23858         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
23859         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
23860         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
23861         * ext/alsa/gstalsaplugin.c: (plugin_init):
23862         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
23863         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
23864         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
23865         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
23866         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
23867         (gst_faad_change_state), (plugin_init):
23868         * ext/faad/gstfaad.h:
23869         * ext/vorbis/vorbis.c: (plugin_init):
23870         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23871         * gst-libs/gst/audio/Makefile.am:
23872         * gst-libs/gst/audio/audio.c: (plugin_init):
23873         * gst-libs/gst/audio/multichannel.c:
23874         (gst_audio_check_channel_positions),
23875         (gst_audio_get_channel_positions),
23876         (gst_audio_set_channel_positions),
23877         (gst_audio_set_structure_channel_positions_list),
23878         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
23879         (gst_audio_fixate_channel_positions):
23880         * gst-libs/gst/audio/multichannel.h:
23881         * gst-libs/gst/audio/testchannels.c: (main):
23882         * gst/audioconvert/gstaudioconvert.c:
23883         (gst_audio_convert_class_init), (gst_audio_convert_init),
23884         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
23885         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
23886         (gst_audio_convert_fixate), (gst_audio_convert_channels):
23887         * gst/audioconvert/plugin.c: (plugin_init):
23888           Surround sound support.
23889
23890 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23891
23892         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
23893           Fix position for discont if we're close as well. Nitpicking, but
23894           saves a few milliseconds of extra waiting or skipping.
23895
23896 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23897
23898         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
23899           We sometimes need parsers for playback, so add those too.
23900
23901 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23902
23903         * configure.ac:
23904         * gst/apetag/Makefile.am:
23905         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
23906         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
23907         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
23908         (gst_ape_demux_get_src_query_types),
23909         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
23910         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
23911         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
23912         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
23913         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
23914         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
23915         (gst_ape_demux_change_state):
23916         * gst/apetag/apedemux.h:
23917         * gst/apetag/apetag.c: (plugin_init):
23918         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
23919         (plugin_init):
23920           APE v1/2 tag reader plus typefind function.
23921
23922 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23923
23924         * configure.ac:
23925         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23926         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
23927           Remove hacks for older core. Require newer core version
23928           accordingly.
23929
23930 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23931
23932         * gst/cdxaparse/Makefile.am:
23933         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
23934         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
23935         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
23936         * gst/cdxaparse/gstcdxaparse.h:
23937         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
23938         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
23939         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
23940         (gst_cdxastrip_get_src_query_types),
23941         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
23942         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
23943         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
23944         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
23945         * gst/cdxaparse/gstcdxastrip.h:
23946           SVCD/VCD header stripping separated from CDXA image parsing.
23947         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23948         (plugin_init):
23949           Add VCD/SVCD header typefinding for VCD/SVCD.
23950         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
23951         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
23952         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
23953         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
23954         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
23955         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
23956         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
23957         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
23958         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
23959         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
23960         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
23961         * sys/vcd/vcdsrc.h:
23962           Fix up, add seeking, querying, URI interface. Works in totem now.
23963
23964 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23965
23966         * configure.ac:
23967           back to CVS
23968
23969 === release 0.8.6 ===
23970
23971 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23972
23973         * NEWS:
23974         * RELEASE:
23975         * configure.ac:
23976         * po/af.po:
23977         * po/az.po:
23978         * po/cs.po:
23979         * po/en_GB.po:
23980         * po/hu.po:
23981         * po/it.po:
23982         * po/nb.po:
23983         * po/nl.po:
23984         * po/or.po:
23985         * po/sq.po:
23986         * po/sr.po:
23987         * po/sv.po:
23988         * po/uk.po:
23989           releasing 0.8.6, "IOU Love"
23990
23991 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23992
23993         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23994
23995         * gst/playback/gstplaybasebin.c:
23996           Fix unplayable files error handling.  Fixes #158365
23997
23998 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23999
24000         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
24001
24002         * gst/typefind/gsttypefindfunctions.c:
24003           Fix broken mp3 typefinding.  Fixes #158375
24004
24005 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24006
24007         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
24008
24009         * ext/ogg/gstoggdemux.c:
24010           Fix sync on broken files.  Fixes #158976
24011
24012 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24013
24014         patch by: Edward Hervey <bilboed@bilboed.com>
24015
24016         * ext/libpng/gstpngenc.c:
24017           Copy over buffer properties.  Fixes #158832
24018
24019 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24020
24021         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
24022
24023         * ext/dvdread/dvdreadsrc.c:
24024           Fixes invalid reads (#158462)
24025
24026 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24027
24028         * sys/v4l/gstv4lsrc.c:
24029         * sys/v4l/gstv4lsrc.h:
24030         * sys/v4l/v4lsrc_calls.c:
24031           Probe less and cache it.  Fixes #159187.
24032
24033 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24034
24035         * gst/videorate/gstvideorate.c:
24036           Handle all video formats. Fixes #159186.
24037
24038 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
24039         * gst/synaesthesia/gstsynaesthesia.c:
24040         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
24041         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
24042         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
24043         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
24044         (gst_synaesthesia_change_state), (plugin_init):
24045         Fix up synaesthesia to work under different samplerates/ buffer sizes.
24046         Force 320x200 output, as that's the only thing the underlying
24047         synaesthesia implementation supports. Still needs to be made
24048         re-entrant.
24049
24050 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24051
24052         * configure.ac:
24053           Fix mpeg2enc configure check (similar to mplex check below).
24054
24055 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
24056
24057         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24058
24059         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24060           Fix for gcc-2.95 (fixes #158221).
24061
24062 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24063
24064         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
24065           Re-add clock distribution hack (until new core is released).
24066           Fixes #158125.
24067
24068 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
24069         * configure.ac:
24070           fix mplex configure check segfaulting on some systems (bug #140994)
24071
24072 2004-11-13  Benjamin Otte  <otte@gnome.org>
24073
24074         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
24075           add debugging
24076         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24077           do a wait when we enter the loop func with no data available to
24078           write instead of getting into an 100% CPU loop by just returning and
24079           being called again by the scheduler
24080
24081 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
24082
24083         * configure.ac:
24084         * ext/libvisual/visual.c: (gst_visual_get_type),
24085         (libvisual_log_handler), (gst_visual_getcaps),
24086         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
24087         (plugin_init):
24088           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
24089         * ext/smoothwave/Makefile.am:
24090         * ext/smoothwave/demo-osssrc.c: (main):
24091         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
24092         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
24093         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
24094         (plugin_init):
24095         * ext/smoothwave/gstsmoothwave.h:
24096           Make gstsmoothwave a working element in the 20th century.
24097
24098         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
24099           Fix incorrect link function
24100
24101 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24102
24103         * gst/volume/gstvolume.c:
24104           Allow buffer-frames=0.
24105
24106 2004-11-12 Iain <iaingnome@gmail.com>
24107
24108         * configure.ac: Check for polypaudio
24109
24110         * ext/Makefile.am: Build the polyp dir
24111
24112         * ext/polyp: The polypsink sources.
24113
24114 2004-10-30 Iain <iaingnome@gmail.com>
24115
24116         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
24117         caps to reflect the new number of channels.
24118
24119 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24120
24121         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24122           Fix for negotiation order problem. This would show when the
24123           ALSA loopfuction was called before any other function. ALSA
24124           wouldn't do anything because we're not negotiated yet, leading
24125           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
24126
24127 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24128
24129         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24130
24131         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
24132           No warnings (#157986).
24133
24134 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24135
24136         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24137           Prefer apev1/2 and id3v1 (at end of file) over musepack.
24138
24139 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24140
24141         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
24142           Signal no-more-pads (so it works in playbin).
24143
24144 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24145
24146         * ext/musepack/gstmusepackreader.cpp:
24147           Workaround for older core.
24148
24149 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24150
24151         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
24152           Actually test for odd width/height rather than testing whether
24153           a temporary variable that was 0 before we subtracted 1 is now
24154           not equal to zero (which it always is).
24155
24156 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24157
24158         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
24159         Fix compilation if HAVE_XVIDEO is not defined
24160
24161 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24162
24163         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
24164         Fix compilation if HAVE_XVIDEO is not defined
24165
24166 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
24167
24168         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
24169         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
24170         (gst_goom_change_state), (plugin_init):
24171         Use the bytestream adapter so goom doesn't depend on the input
24172         buffer size.
24173         Add a debug category
24174
24175 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24176
24177         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
24178           Only set hardware parameters *after* negotiation. Before
24179           negotiation, it will set ANY and that seems to cause crashes
24180           (see e.g. #151288, #153227).
24181
24182 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24183
24184         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24185           This seems to be antique leftover. It needs to pass error
24186           checking.
24187         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
24188         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
24189         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
24190         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
24191           Fix GstXOverlay implementation (#151059).
24192
24193 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24194
24195         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
24196           Don't assert (#157853).
24197
24198 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24199
24200         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24201           Fix bytes/samples confustion.
24202         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
24203           Fix for underrun (#144389).
24204
24205 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24206
24207         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
24208           Disable halfway-seek for pending release (since it needs a new
24209           core release).
24210
24211 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24212
24213         * sys/v4l/gstv4lsrc.c:
24214         * sys/v4l/gstv4lsrc.h:
24215         * sys/v4l/v4lsrc_calls.c:
24216           add autoprobe-fps property so we can separate autoprobing parts
24217
24218 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24219
24220         * sys/v4l/gstv4lsrc.c:
24221         * sys/v4l/v4lsrc_calls.c:
24222         initialise fourcc to catch unset fourcc's, and debug
24223
24224 2004-11-09  Wim Taymans  <wim@fluendo.com>
24225
24226         * gst/playback/README:
24227         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
24228         * gst/playback/gstplaybin.c: (gst_play_bin_init),
24229         (gst_play_bin_dispose), (gst_play_bin_set_property),
24230         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
24231         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
24232         (gst_play_bin_get_formats), (gst_play_bin_convert),
24233         (gst_play_bin_get_query_types), (gst_play_bin_query):
24234         Cleanups and some more documentation.
24235
24236 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
24237
24238         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
24239         (gst_cacasink_init), (gst_cacasink_chain):
24240         * ext/libcaca/gstcacasink.h:
24241         Cacasink inherits from VideoSink, so let that store the clock.
24242
24243 2004-11-09  Wim Taymans  <wim@fluendo.com>
24244
24245         * gst/playback/README:
24246         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
24247         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
24248         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
24249         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
24250         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
24251         (setup_sinks):
24252         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
24253         (gst_stream_info_is_mute), (gst_stream_info_set_property):
24254         * gst/playback/gststreaminfo.h:
24255         Updated README.
24256         Only switch groups if all streams have muted (EOSed).
24257         Send Tags in sync with the stream playback instead of in
24258         the playback/preroll phase.
24259         Some cleanups, free the fakesrc elements.
24260
24261 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24262
24263         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
24264           buffer-frames property was missing
24265         * ext/arts/gst_arts.c:
24266           rate missing from sinkcaps
24267         * ext/audiofile/gstafparse.c:
24268         * ext/audiofile/gstafsink.c:
24269         * ext/audiofile/gstafsrc.c:
24270         * ext/swfdec/gstswfdec.c:
24271           int audio doesn't know buffer-frames
24272         * ext/cdparanoia/gstcdparanoia.c:
24273           int audio doesn't know chunksize either
24274         * ext/nas/nassink.c:
24275           it's endianness, not endianess
24276         * gst-libs/gst/audio/audio.h:
24277           make float standard pad template caps really describe float
24278         * gst/law/mulaw.c: (linear_factory):
24279           signed only, please
24280         * gst/mpegstream/gstdvddemux.c:
24281           widths of 20 are not valid
24282
24283 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24284
24285         Submitted by: Luca Ferretti <elle.uca@infinito.it>
24286
24287         * po/LINGUAS:
24288         * po/it.po:
24289           Add Italian
24290
24291 2004-11-08  Wim Taymans  <wim@fluendo.com>
24292
24293         * gst/playback/README:
24294         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
24295         * gst/playback/gstplaybasebin.c: (probe_triggered),
24296         (gst_play_base_bin_change_state):
24297         Updated README, added more comments for fixmes etc..
24298
24299 2004-11-08  Wim Taymans  <wim@fluendo.com>
24300
24301         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
24302         We can remove this hack now.
24303
24304 2004-11-08  Wim Taymans  <wim@fluendo.com>
24305
24306         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
24307         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24308         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
24309         Only mix AYUV for maximum quality.
24310
24311 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24312
24313         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
24314         (gst_ogg_demux_push), (gst_ogg_pad_push):
24315           Let's act as if we're synchronized now! :).
24316         * ext/theora/theoradec.c: (theora_dec_chain):
24317           Add some debug.
24318
24319 2004-11-08  Wim Taymans  <wim@fluendo.com>
24320
24321         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24322         (gst_alpha_set_property), (gst_alpha_sink_link),
24323         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
24324         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
24325         (gst_alpha_init_params), (gst_alpha_chain):
24326         Implement alpha functions for AYUV too, this increases
24327         accuracy quite a bit.
24328
24329 2004-11-08  Wim Taymans  <wim@fluendo.com>
24330
24331         * gst/ffmpegcolorspace/avcodec.h:
24332         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24333         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
24334         (gst_ffmpegcsp_avpicture_fill):
24335         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24336         (gst_ffmpegcsp_caps_remove_format_info):
24337         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
24338         (shrink12), (img_get_alpha_info), (deinterlace_line),
24339         (deinterlace_line_inplace):
24340         * gst/ffmpegcolorspace/imgconvert_template.h:
24341         Added AYUV colorspace and handle RGBA a bit more respectful.
24342
24343 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24344
24345         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24346           Actually always send a discont (cornercase when resending the
24347           same serial-tagged chain twice).
24348
24349 2004-11-08  Julien MOUTTE  <julien@moutte.net>
24350
24351         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
24352         (gst_ximagesink_finalize):
24353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
24354         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
24355
24356 2004-11-08  Wim Taymans  <wim@fluendo.com>
24357
24358         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
24359         Don't segfault on NULL data.
24360
24361 2004-11-08  Wim Taymans  <wim@fluendo.com>
24362
24363         * gst/playback/gstdecodebin.c: (unlinked):
24364         * gst/playback/gstplay-marshal.list:
24365         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24366         (gst_play_base_bin_init), (group_create), (get_active_group),
24367         (get_building_group), (group_destroy), (group_commit),
24368         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
24369         (add_element_stream), (no_more_pads), (probe_triggered),
24370         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
24371         (state_change), (setup_source), (gst_play_base_bin_get_property),
24372         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
24373         (gst_play_base_bin_link_stream),
24374         (gst_play_base_bin_get_streaminfo):
24375         * gst/playback/gstplaybasebin.h:
24376         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24377         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
24378         Add support for chained ogg files. Prepare for playlist
24379         support. This patch introduces the concept of pad groups, which
24380         together compose one playable media file.
24381
24382 2004-11-07  David Schleef  <ds@schleef.org>
24383
24384         * testsuite/gst-lint: Check for pad templates that aren't statically
24385         scoped.
24386
24387 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24388
24389         * configure.ac:
24390         * ext/Makefile.am:
24391         * ext/musepack/Makefile.am:
24392         * ext/musepack/gstmusepackdec.cpp:
24393         * ext/musepack/gstmusepackdec.h:
24394         * ext/musepack/gstmusepackreader.cpp:
24395         * ext/musepack/gstmusepackreader.h:
24396           Add musepack decoder.
24397         * ext/faad/gstfaad.c: (gst_faad_base_init):
24398           Make pad templates static.
24399         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
24400         (plugin_init):
24401           Add musepack typefinder, make mp3 typefinding work halfway stream,
24402           which doesn't actually work yet because id3demux doesn't implement
24403           _get_length().
24404
24405 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24406
24407         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24408         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
24409           Fix interrupt event handling (#144436).
24410
24411 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24412
24413         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
24414           Hide unused glory.
24415
24416 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24417
24418         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24419
24420         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
24421           Fix weird caps (#157548).
24422
24423 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24424
24425         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24426
24427         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
24428           Add missing NULL terminator (#157543).
24429
24430 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24431
24432         * gst/tcp/gsttcp.h:
24433         * gst/tcp/gsttcpclientsink.c:
24434         * gst/tcp/gsttcpclientsrc.c:
24435         * gst/tcp/gsttcpserversink.c:
24436         * gst/tcp/gsttcpserversrc.c:
24437           ports can go up to 65535.  Move common defines to gsttcp.h
24438
24439 2004-11-05  Wim Taymans  <wim@fluendo.com>
24440
24441         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
24442         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
24443         Added two more colorspaces.
24444
24445 2004-11-05  Wim Taymans  <wim@fluendo.com>
24446
24447         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24448         (gst_ffmpegcsp_avpicture_fill):
24449         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
24450         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
24451         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
24452         More stride fixes.
24453
24454 2004-11-05  Wim Taymans  <wim@fluendo.com>
24455
24456         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
24457         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
24458         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
24459         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
24460         (gst_videomixer_loop):
24461         More stride fixes.
24462
24463 2004-11-05  Benjamin Otte  <otte@gnome.org>
24464
24465         * ext/mad/gstmad.c: (gst_mad_chain):
24466           don't overflow data buffer. Flush not needed sync data when syncing
24467           failed.
24468
24469 2004-11-04  Wim Taymans  <wim@fluendo.com>
24470
24471         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24472         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24473         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
24474         (gst_alpha_init_params), (gst_alpha_chain),
24475         (gst_alpha_change_state):
24476         Updated the chroma keying algorithm with something more
24477         sophisticated.
24478
24479 2004-11-03  Wim Taymans  <wim@fluendo.com>
24480
24481         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
24482         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24483         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
24484         Fix stride issues. Does not completely work for odd
24485         heights.
24486
24487 2004-11-03  Wim Taymans  <wim@fluendo.com>
24488
24489         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24490         (gst_alpha_chroma_key), (gst_alpha_chain):
24491         Fix stride issues. Does not completely work for odd
24492         heights.
24493
24494 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
24495
24496         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
24497         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
24498         leak fixes
24499
24500 2004-11-03  Wim Taymans  <wim@fluendo.com>
24501
24502         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24503         (gst_ffmpegcsp_avpicture_fill):
24504         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
24505         (avpicture_alloc):
24506         * gst/ffmpegcolorspace/imgconvert_template.h:
24507         Use correct _fill function to get correct strides.
24508
24509 2004-11-02  David Schleef  <ds@schleef.org>
24510
24511         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24512         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
24513         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
24514         Change all g_print()s to debugging.  Add a bunch of consistency
24515         checks.
24516
24517 2004-11-02  Wim Taymans  <wim@fluendo.com>
24518
24519         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24520         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
24521         (unlinked), (no_more_pads), (close_link):
24522         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24523         (unknown_type), (add_element_stream), (new_decoded_pad),
24524         (removed_decoded_pad), (setup_source):
24525         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
24526         (gst_stream_info_class_init), (gst_stream_info_init),
24527         (gst_stream_info_new), (gst_stream_info_dispose),
24528         (stream_info_mute_pad), (gst_stream_info_set_property),
24529         (gst_stream_info_get_property):
24530         * gst/playback/gststreaminfo.h:
24531         Fix playback of multiple files.
24532         a slightly different approach to handling dynamic pad removals.
24533         This one only looks at pads that we have linked.
24534
24535 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
24536
24537         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
24538         free" warning from libc.
24539
24540 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24541
24542         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24543         (get_unconnected_element), (remove_starting_from), (pad_removed),
24544         (close_link):
24545           Implement support for dynamic pad changing. We listen to "live"
24546           pad removals (i.e. while playing) and re-setup autoplugging
24547           after that. Playbasebin/playbin need some more work for this
24548           to finally work, but decodebin supports (and replugs) chained
24549           ogg now.
24550
24551 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
24552
24553         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
24554         (gst_alsa_finalize):
24555         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
24556         (gst_cdaudio_finalize):
24557         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
24558         (cdparanoia_finalize):
24559         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
24560         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
24561         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
24562         (dvdreadsrc_finalize):
24563         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
24564         (gst_flacdec_finalize):
24565         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
24566         (gst_flacenc_finalize):
24567         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
24568         (gst_gnomevfssink_finalize):
24569         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
24570         (gst_gnomevfssrc_finalize):
24571         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
24572         (gst_fameenc_finalize):
24573         * ext/nas/nassink.c: (gst_nassink_class_init),
24574         (gst_nassink_finalize):
24575         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
24576         (gst_sdlvideosink_class_init):
24577         * ext/sndfile/gstsf.c: (gst_sf_dispose):
24578         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
24579         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
24580         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
24581         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24582         (gst_x_window_listener_dispose):
24583         * gst/audioscale/gstaudioscale.c:
24584         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
24585         (play_on_demand_finalize):
24586         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
24587         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24588         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
24589         (cdplayer_finalize):
24590         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
24591         (gst_glimagesink_class_init):
24592         * sys/oss/gstosselement.c: (gst_osselement_class_init),
24593         (gst_osselement_finalize):
24594         * sys/oss/gstosssink.c: (gst_osssink_dispose):
24595         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
24596         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
24597           Fixes a bunch of problems with finalize and dispose functions,
24598           either assumptions that dispose is only called once, or not calling
24599           the parent class dispose/finalize function
24600
24601 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
24602
24603         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
24604           added two api precondition guards
24605           use g_strdup with getenv to fix crash when using ENVVAR
24606
24607 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
24608         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24609         (gst_esdsink_finalize):
24610         Use a finalize function, not dispose, and more importantly,
24611         call the parent class finalize function too
24612
24613 2004-11-01  Johan Dahlin  <johan@gnome.org>
24614
24615         * ext/ogg/gstoggdemux.c:
24616         * gst/tags/gstvorbistag.c:
24617         Plug leaks.
24618
24619 2004-10-31  Benjamin Otte  <otte@gnome.org>
24620
24621         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24622           lotsa memleaks today. But they're all small...
24623
24624 2004-10-31  Benjamin Otte  <otte@gnome.org>
24625
24626         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24627           another memleak crushed
24628
24629 2004-10-31  Benjamin Otte  <otte@gnome.org>
24630
24631         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24632           fix memleak
24633
24634 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24635
24636         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24637           Hack to prevent crash when going to READY inside signal handler
24638           while this function is active.
24639
24640 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24641
24642         * gst/ffmpegcolorspace/Makefile.am:
24643         * gst/ffmpegcolorspace/avcodec.h:
24644         * gst/ffmpegcolorspace/common.h:
24645         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
24646         * gst/ffmpegcolorspace/dsputil.h:
24647         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
24648         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24649         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
24650         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
24651         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
24652         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
24653         (gst_ffmpegcsp_avpicture_fill):
24654         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
24655         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24656         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24657         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
24658         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24659         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24660         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24661         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
24662         * gst/ffmpegcolorspace/imgconvert.c:
24663         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
24664         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
24665         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
24666         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
24667         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
24668         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
24669         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
24670         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
24671         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
24672         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
24673         (grow21), (grow22), (grow41), (grow44), (conv411),
24674         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
24675         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
24676         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
24677         (avpicture_free), (is_yuv_planar), (img_convert),
24678         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
24679         (deinterlace_line_inplace), (deinterlace_bottom_field),
24680         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
24681         * gst/ffmpegcolorspace/imgconvert_template.h:
24682         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
24683         * gst/ffmpegcolorspace/mmx.h:
24684         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
24685         (av_fast_realloc), (av_mallocz_static), (av_free_static),
24686         (av_freep), (avcodec_get_context_defaults),
24687         (avcodec_alloc_context), (avcodec_init):
24688           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
24689           handling plus update from ffmpeg CVS. Large clean-up.
24690
24691 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24692
24693         * gst/playback/Makefile.am:
24694           We need the marshallers for decodebin, too.
24695
24696 2004-10-30  David Schleef  <ds@schleef.org>
24697
24698         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
24699           quicktime typefinding work with 64-bit offsets.
24700
24701 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
24702
24703         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
24704           Set EOS on the element when processing an EOS event.
24705         * ext/speex/gstspeexdec.h:
24706         * ext/speex/gstspeexenc.h:
24707           Only keep a const ptr to the mode
24708         * gst-libs/gst/riff/riff-media.c:
24709         (gst_riff_create_audio_caps_with_data),
24710         (gst_riff_create_audio_template_caps):
24711           Allow WMAV3, with up to 6 channels.
24712         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
24713           Don't call gst_pad_set_event_function on a sink pad.
24714         * gst/mpegstream/gstdvddemux.c:
24715         (gst_dvd_demux_get_subpicture_stream),
24716         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
24717           Copy the explicit caps that were set across to the cur_* pads,
24718           instead of trying to use a possibly non-existent negotiated caps.
24719           Reset the type of subpicture pads to UNKNOWN after calling
24720           init_stream, so that the caps get set.
24721
24722 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
24723
24724         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24725
24726         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24727           Don't touch buffer if it is of size 0 (fixes #151064).
24728
24729 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24730
24731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
24732           Synchronized discont handling.
24733
24734 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24735
24736         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24737         (gst_ogg_demux_push):
24738           Make seeking sort-of exact again (fixes #156387).
24739
24740 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24741
24742         * gst/playback/gstplaybasebin.c: (unknown_type),
24743         (add_element_stream), (new_decoded_pad),
24744         (gst_play_base_bin_change_state):
24745         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24746         (gst_stream_info_init), (gst_stream_info_new),
24747         (gst_stream_info_dispose), (gst_stream_info_get_property):
24748         * gst/playback/gststreaminfo.h:
24749           Make caps explicitely available. Makes testing for unsupported
24750           types possible. Improves error reporting.
24751
24752 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24753
24754         * gst/audioconvert/gstaudioconvert.c:
24755         (gst_audio_convert_buffer_to_default_format):
24756           Really don't touch read-only buffers (#156563).
24757
24758 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
24759
24760         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24761
24762         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
24763           Fix memleak (#155223).
24764
24765 2004-10-29  Wim Taymans  <wim@fluendo.com>
24766
24767         * gst/tcp/.cvsignore:
24768         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
24769         (gst_multifdsink_class_init), (gst_multifdsink_init),
24770         (gst_multifdsink_add), (gst_multifdsink_remove),
24771         (gst_multifdsink_remove_client_link), (is_sync_frame),
24772         (gst_multifdsink_new_client),
24773         (gst_multifdsink_handle_client_write),
24774         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24775         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24776         (gst_multifdsink_get_property):
24777         * gst/tcp/gstmultifdsink.h:
24778         Added burst on connect sync_method, deprecated sync_clients,
24779         streamlined the sync code some more.
24780
24781 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24782
24783         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
24784         (gst_play_base_bin_change_state):
24785           Improve error reporting.
24786
24787 2004-10-28  Wim Taymans  <wim@fluendo.com>
24788
24789         * gst/tcp/Makefile.am:
24790         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
24791         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
24792         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
24793         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24794         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24795         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24796         (gst_fdset_wait):
24797         Added more locks around fdset structures. Fixed/reworked
24798         the poll array resizing code.
24799         Added stress test for fdset.
24800
24801 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24802
24803         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
24804         fix build
24805
24806 2004-10-28  Benjamin Otte  <otte@gnome.org>
24807
24808         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
24809           fix link function to always query channels and query width for
24810           floats
24811         * configure.ac:
24812           add equalizer dir
24813         * gst/equalizer/Makefile.am:
24814         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
24815         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
24816         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
24817         (arg_to_scale), (setup_filter),
24818         (gst_iir_equalizer_compute_frequencies),
24819         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
24820         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
24821         (plugin_init):
24822           add an equalizer
24823
24824 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24825
24826         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
24827
24828         * po/LINGUAS:
24829         * po/nb.po:
24830           Added Norwegian Bokmaal translation
24831
24832 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24833
24834         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24835           Don't break on options (fixes #156488).
24836
24837 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24838
24839         * configure.ac:
24840         * ext/cdaudio/Makefile.am:
24841         * sys/Makefile.am:
24842           fix build on older automake
24843
24844 2004-10-26  Wim Taymans  <wim@fluendo.com>
24845
24846         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
24847         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
24848         Allow a little margin when negotiating the framerate.
24849
24850 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
24851
24852         * gst/level/gstlevel.c:
24853           synchonised naming of pads and pad-templates
24854
24855 2004-10-26  Wim Taymans  <wim@fluendo.com>
24856
24857         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24858         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
24859         (_find_streams_check), (gst_ogg_demux_push):
24860         Fix EOS again. Needs to be done in a better way. We should not
24861         remove the pad if there is no new chained stream.
24862
24863 2004-10-26 Iain <iaingnome@gmail.com>
24864
24865         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
24866         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
24867         of the caps.
24868         * gst/interleave/interleave.c (interleave_class_init): Hook up release
24869         pad.
24870         (interleave_release_pad): Remove the pad.
24871         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
24872         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
24873         the set device.
24874         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
24875         attrs
24876         (gst_xvimagesink_xcontext_clear): Free the xcontext.
24877         (gst_xvimagesink_finalize): Free the par.
24878
24879 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24880
24881         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
24882         (gst_avimux_stop_file):
24883           First calculate the rate, and only then use it. Hdr.rate is a
24884           multiple and not a derivative of hdr.scale. Scale is not the
24885           same as blockalign but is solely related to rate.
24886
24887 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24888
24889         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
24890         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
24891           Implement seeking.
24892
24893 2004-10-25  James Henstridge  <james@jamesh.id.au>
24894
24895         Reviewed by:  David Schleef  <ds@schleef.org>
24896
24897         * examples/gstplay/player.c: (got_stream_length), (main):
24898         * examples/seeking/cdplayer.c: (update_scale):
24899         * examples/seeking/seek.c: (format_value), (update_scale):
24900         * examples/seeking/spider_seek.c: (format_value), (update_scale),
24901         (stop_seek):
24902         Build fixes on AMD64.
24903
24904 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24905
24906         reviewed by: Ronald Bultje <rbultje at gnome dot org>
24907
24908         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
24909         Fix for some v4l cards which hang in v4lsrc
24910
24911 2004-10-25  Wim Taymans  <wim@fluendo.com>
24912
24913         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
24914         (gst_ogg_demux_push), (gst_ogg_chains_clear):
24915         Make sure to remove the pad when a new chain is
24916         encountered. Set some vars to NULL so we don't try
24917         to reference freed memory.
24918
24919 2004-10-25  Wim Taymans  <wim@fluendo.com>
24920
24921         * examples/seeking/Makefile.am:
24922         * examples/seeking/cdplayer.c: (update_scale):
24923         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
24924         * examples/seeking/playbin.c: (make_playerbin_pipeline),
24925         (format_value), (update_scale), (iterate), (start_seek),
24926         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
24927         (print_usage), (main):
24928         Added some more examples, update others.
24929
24930 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24931
24932         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
24933         * ext/speex/gstspeexdec.c: (speex_dec_chain):
24934         * ext/theora/theoradec.c: (theora_dec_chain):
24935         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24936           Add codec-name metadata.
24937
24938 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
24939
24940         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24941
24942         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24943         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24944         * ext/alsa/gstalsamixertrack.h:
24945         * po/POTFILES.in:
24946           ALSA mixer track label internationalization (#154054).
24947
24948 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24949
24950         * ext/theora/theoradec.c: (theora_dec_chain):
24951           Export bitrate as metadata.
24952
24953 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24954
24955         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24956         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24957         * ext/alsa/gstalsamixertrack.h:
24958           Fix names, fix loop.
24959
24960 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24961
24962         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
24963         (speex_dec_convert):
24964           sinkconvert function so oggdemux can get the file length (totem).
24965
24966 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
24967
24968         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24969
24970         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24971           Don't push incomplete packets.
24972         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
24973           Fix MPEG-4 audio typefinding.
24974
24975 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24976
24977         * sys/v4l/Makefile.am:
24978         * sys/v4l/gstv4l.c: (plugin_init):
24979         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
24980         (gst_v4lelement_init), (gst_v4lelement_dispose),
24981         (gst_v4lelement_change_state):
24982         * sys/v4l/gstv4lelement.h:
24983         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
24984         (gst_v4l_xoverlay_close), (idle_refresh),
24985         (gst_v4l_xoverlay_set_xwindow_id):
24986         * sys/v4l/gstv4lxoverlay.h:
24987         * sys/v4l/v4l-overlay_calls.c:
24988         * sys/v4l/v4l_calls.h:
24989         * sys/v4l2/Makefile.am:
24990         * sys/v4l2/gstv4l2.c: (plugin_init):
24991         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
24992         (gst_v4l2element_init), (gst_v4l2element_dispose),
24993         (gst_v4l2element_change_state):
24994         * sys/v4l2/gstv4l2element.h:
24995         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
24996         (gst_v4l2_xoverlay_close), (idle_refresh),
24997         (gst_v4l2_xoverlay_set_xwindow_id):
24998         * sys/v4l2/gstv4l2xoverlay.h:
24999         * sys/v4l2/v4l2-overlay_calls.c:
25000         * sys/v4l2/v4l2_calls.h:
25001           Remove client-side overlay handling, use the X-server v4l plugin
25002           for that. Nicer overlay, less code. Also make the plugin
25003           compileable without X (but then without overlay, obviously).
25004           Makes xwindowlistener obsolete, should we remove that?
25005
25006 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25007
25008         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
25009         (gst_osssrc_src_query):
25010         * sys/oss/gstosssrc.h:
25011           OK, so people want offset in DEFAULT. This time, actually fix all
25012           cases.
25013         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
25014           Add FPS properly.
25015
25016 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25017
25018         * gst/asfdemux/gstasfmux.c:
25019         * gst/avi/gstavimux.c:
25020           Framerate.
25021
25022 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25023
25024         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
25025           Fix properties (channel, norm, frequency).
25026
25027 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25028
25029         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
25030           Flag typo.
25031         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
25032           No warnings.
25033
25034 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25035
25036         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
25037           Fix hang.
25038
25039 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25040
25041         * sys/v4l2/gstv4l2element.h:
25042           Yet Another Hack (tm) for kernel header borkedness.
25043         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
25044         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
25045         (gst_v4l2src_link), (gst_v4l2src_getcaps),
25046         (gst_v4l2src_change_state):
25047         * sys/v4l2/gstv4l2src.h:
25048         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
25049         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
25050           Fix caps, keep track of state, work.
25051
25052 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25053
25054         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
25055           Quiet.
25056
25057 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25058
25059         * sys/oss/gstosssrc.c: (gst_osssrc_get):
25060           Don't mix bytes and samples.
25061
25062 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25063
25064         * ext/ogg/gstoggmux.c:
25065           Basic pad template which accepts OGM tracks, speex, flac, vorbis
25066           and theora. Any is incorrect.
25067         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
25068           Fix caps.
25069         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
25070         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
25071         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
25072         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
25073         * sys/v4l/gstv4lmjpegsrc.h:
25074         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
25075         (gst_v4lsrc_change_state):
25076         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
25077         (gst_v4lmjpegsrc_capture_stop):
25078           Fix caps. Keep track of internal state. Work.
25079
25080 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25081
25082         * ext/Makefile.am:
25083           Fix the build fixes.
25084
25085 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25086
25087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25088         (gst_ogg_demux_src_event), (_find_chain_seek),
25089         (gst_ogg_pad_push):
25090           Check for pad availability before using it.
25091         * ext/ogg/gstoggdemux.c: (_find_chain_process):
25092           Fix parsing of chained ogg. Needs more work on the decoder side.
25093
25094 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25095
25096         * gst/spectrum/Makefile.am:
25097         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
25098         (idle_func):
25099           Fix demo and reenable it. Yes, I'm currently playing with audio
25100           analysis tools
25101
25102 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25103
25104         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25105           We love it if files that start at zero work too...
25106
25107 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25108
25109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
25110           Handle files with missing EOS headers.
25111
25112 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25113
25114         * gst/tcp/gsttcpserversink.c:
25115         (gst_tcpserversink_handle_server_read),
25116         (gst_tcpserversink_init_send):
25117         Zero some variables first (need for accept not to return EINVAL)
25118
25119 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25120
25121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25122         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
25123         * ext/theora/theoradec.c: (theora_dec_sink_convert),
25124         (theora_dec_chain):
25125         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25126         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
25127           Seeking and querying finetune.
25128
25129 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25130
25131         * configure.ac:
25132         * ext/Makefile.am:
25133         * ext/raw1394/Makefile.am:
25134           fix the build
25135
25136 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25137
25138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
25139           Wrong return.
25140         * gst/playback/Makefile.am:
25141         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
25142         * gst/playback/gstplay-marshal.list:
25143         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
25144           Fix marshallers.
25145
25146 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25147
25148         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
25149           Silence.
25150
25151 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25152
25153         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25154         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
25155         (gst_ogg_pad_push):
25156           Yay for non-lineair granulepos in theora.
25157
25158 2004-10-18  Wim Taymans  <wim@fluendo.com>
25159
25160         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
25161         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
25162         * ext/dv/gstdvdec.h:
25163         Make sure we renegotiate aspect ratio when the camera switches.
25164
25165 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25166
25167         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25168         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
25169           Start at zero.
25170         * ext/theora/theoradec.c: (theora_dec_chain):
25171           Skip headers. Bad idea for chained ogg, but fixes seeking.
25172
25173 2004-10-18  Wim Taymans  <wim@fluendo.com>
25174
25175         * configure.ac:
25176         I swear, this is the last time I touch this.
25177
25178 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25179
25180         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25181         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
25182         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
25183           Faster seeking.
25184         * ext/theora/theoradec.c: (theora_dec_sink_convert):
25185           Time-to-default conversion.
25186         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25187           Don't error on unknown packets, just skip. We should probably
25188           read them if we want to support chained ogg.
25189
25190 2004-10-18  Wim Taymans  <wim@fluendo.com>
25191
25192         * configure.ac:
25193         Added cdaudio to wrong list.
25194
25195 2004-10-18  Wim Taymans  <wim@fluendo.com>
25196
25197         * configure.ac:
25198         Revive cdaudio.
25199
25200 2004-10-18  Wim Taymans  <wim@fluendo.com>
25201
25202         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
25203         (gst_dvdec_video_link), (gst_dvdec_push):
25204         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
25205         (gst_smokeenc_resync), (gst_smokeenc_chain):
25206         Fix mimetype on smoke encoder.
25207         Add aspect ratio to dvdec. Not sure if these
25208         values are correct though....
25209
25210 2004-10-18  Wim Taymans  <wim@fluendo.com>
25211
25212         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
25213         Fix vorbis property descriptions and ranges.
25214
25215 2004-10-18  Wim Taymans  <wim@fluendo.com>
25216
25217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
25218         Really do nothing when no data is available.
25219         Go to the playing state when the stream is not seekable
25220         instead of failing.
25221
25222 2004-10-18  Wim Taymans  <wim@fluendo.com>
25223
25224         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
25225         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
25226         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
25227         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
25228         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
25229         Added uri handler for cd://
25230         Port to new API.
25231
25232 2004-10-18  Wim Taymans  <wim@fluendo.com>
25233
25234         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25235         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
25236         (try_to_link_1), (no_more_pads), (close_link), (type_found):
25237         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
25238         (remove_prerolls), (unknown_type), (add_element_stream),
25239         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
25240         (gst_play_base_bin_remove_element),
25241         (gst_play_base_bin_link_stream):
25242         * gst/playback/gstplaybin.c: (gen_video_element),
25243         (gen_vis_element), (remove_sinks), (setup_sinks):
25244         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
25245         (gst_stream_info_get_type), (gst_stream_info_class_init),
25246         (gst_stream_info_init), (gst_stream_info_new),
25247         (gst_stream_info_dispose), (stream_info_mute_pad),
25248         (gst_stream_info_set_property), (gst_stream_info_get_property):
25249         * gst/playback/gststreaminfo.h:
25250         Add sink padtemplate to decodebin.
25251         Added some more comments.
25252         Make queue size configurable in playbasebin.
25253         Added possibility to use elements as sinks (ex cdaudio).
25254
25255 2004-10-15  Wim Taymans  <wim@fluendo.com>
25256
25257         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
25258         (gst_speexenc_chain):
25259         Fix speex timestamps so that it gets muxed properly.
25260
25261 2004-10-15  Wim Taymans  <wim@fluendo.com>
25262
25263         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
25264         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
25265         (gst_dv1394src_init), (gst_dv1394src_dispose),
25266         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
25267         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
25268         (gst_dv1394src_event), (gst_dv1394src_get_formats),
25269         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
25270         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
25271         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
25272         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
25273         * ext/raw1394/gstdv1394src.h:
25274         Added conversion/query functions.
25275         Update buffer timestamps,
25276         Added signals.
25277         Added uri dv:// so it might play from the firewire in playbin.
25278         Fix a possible leak.
25279         Added debugging.
25280
25281 2004-10-15  Wim Taymans  <wim@fluendo.com>
25282
25283         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
25284         (gst_dv1394src_init), (gst_dv1394src_set_property),
25285         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
25286         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
25287         * ext/raw1394/gstdv1394src.h:
25288         Added AV/C VTR control support needed for some cameras.
25289         Added automatic port detection.
25290         Added properties for selecting the channel.
25291         The configure.ac script is not yet updated to reflect the
25292         new libavc1394 and librom1394 dependencies.
25293
25294 2004-10-15  Wim Taymans  <wim@fluendo.com>
25295
25296         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25297         (qtdemux_parse), (gst_qtdemux_handle_esds):
25298         An esds box is not a container.
25299         Fix parsing of mp4v boxes.
25300         Do not try to renegotiate fps for each frame. Need to
25301         find a better method. This should fix mp4 playback.
25302
25303 2004-10-14  David Schleef  <ds@schleef.org>
25304
25305         * configure.ac: update for swfdec-0.3 and liboil-0.2
25306         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
25307         * ext/swfdec/gstswfdec.h: same
25308         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
25309         * gst/videotestsrc/videotestsrc.c: same
25310
25311 2004-10-14  Wim Taymans  <wim@fluendo.com>
25312
25313         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25314         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
25315         (is_sync_frame), (gst_multifdsink_new_client),
25316         (gst_multifdsink_handle_client_write),
25317         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
25318         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
25319         Turn warnings into info.
25320         Don't allow a state change in the streaming thread.
25321
25322 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25323
25324         * ext/vorbis/oggvorbisenc.c:
25325         * ext/vorbis/vorbisdec.c:
25326           fix template sample rate
25327
25328 2004-10-13  Wim Taymans  <wim@fluendo.com>
25329
25330         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
25331         Decoding the header first fixes some problems in resyncing
25332         in more mp3s.
25333
25334 2004-10-12  Wim Taymans  <wim@fluendo.com>
25335
25336         * gst/playback/gstplaybin.c: (gen_video_element),
25337         (gen_vis_element), (remove_sinks), (setup_sinks):
25338         Added vis plugin support, need to configure the vis
25339         element to activate it.
25340
25341 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25342
25343         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
25344         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25345           Some debug.
25346         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
25347         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
25348         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
25349         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
25350         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
25351         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
25352         * gst/avi/gstavidemux.h:
25353           Support for openDML-2.0 indx/ix## chunks. Support for broken index
25354           recovery (where, if part of the index is broken, we will still read
25355           the rest of the index and recover the broken part by stream
25356           scanning). More broken media support. EOS workarounds. General AVI
25357           braindamage headache recovery. Aspirin included.
25358
25359 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25360
25361         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
25362         (cdparanoia_event), (cdparanoia_query):
25363           Get rid of hideous lead-in.
25364
25365 2004-10-11  Wim Taymans  <wim@fluendo.com>
25366
25367         * gst/playback/gstplaybasebin.c: (setup_source):
25368         Wrong var used to get g_list_next.
25369
25370 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25371
25372         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
25373         (cdparanoia_get), (cdparanoia_open):
25374           Report discid as metadata, add duration.
25375
25376 2004-10-11  Wim Taymans  <wim@fluendo.com>
25377
25378         * gst/playback/gstplaybasebin.c: (setup_source):
25379         Cleanup the previous pipeline a little earlier for the
25380         case that a source element provides raw data.
25381
25382 2004-10-11  Benjamin Otte  <otte@gnome.org>
25383
25384         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25385           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
25386           consuming the last 128 bytes, even though it was valid mp3 data.
25387
25388 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25389
25390         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
25391         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
25392         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25393         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
25394
25395 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25396
25397         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
25398         Fix for webcams that support only specific width or height
25399
25400 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25401
25402         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25403
25404         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
25405           Fix wrong discont event setup (fixes #154967).
25406
25407 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
25408
25409         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25410
25411         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25412           Error out on invalid data (fixes #154807).
25413
25414 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25415
25416         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25417
25418         * ext/dvdread/dvdreadsrc.c: (_read):
25419           Make titles > 0 work again (fixes #154834).
25420
25421 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25422
25423         * gst-libs/gst/riff/riff-media.c:
25424         (gst_riff_create_video_template_caps):
25425           WMV3 missing in template caps.
25426
25427 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25428
25429         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25430           OK, so the original code was too strict. It makes random AVI files
25431           hang for seconds upon opening, which is unacceptable and is far
25432           beyond the original goal of getting multiple chunks for one-chunk
25433           sounc stream files. So now do just that.
25434
25435 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25436
25437         * gst/playback/gstplaybasebin.c: (setup_source),
25438         (gst_play_base_bin_change_state):
25439           Actually clean up streaminfo if output fails. This would trigger
25440           if, for example, there was no CD in the drive. No preroll, so
25441           a streaminfo structure is created, but the subsequent state change
25442           of the thread fails.
25443         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
25444           Don't change state if parent failed.
25445
25446 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25447
25448         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25449         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
25450         (gen_video_element), (remove_sinks):
25451           Add small bits of code for screenshot handling.
25452
25453 2004-10-08  Wim Taymans  <wim@fluendo.com>
25454
25455         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
25456         (gen_video_element), (gen_audio_element), (setup_sinks):
25457         Don't assume the user provided sinks are named "sink"...
25458
25459 2004-10-08  Wim Taymans  <wim@fluendo.com>
25460
25461         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
25462         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
25463         (gst_play_base_bin_link_stream):
25464         Do not try to autoplug sources that generate raw streams like
25465         cdparanoia.
25466         disconnect the preroll overrun signal when we don't need it anymore.
25467
25468 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
25469
25470         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
25471         Added reworked patch from #154903 from milosz derezynski (deadchip).
25472
25473 2004-10-08  Wim Taymans  <wim@fluendo.com>
25474
25475         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
25476         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
25477         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
25478         (cdparanoia_convert), (cdparanoia_uri_get_type),
25479         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
25480         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
25481         * ext/cdparanoia/gstcdparanoia.h:
25482         This adds the cdda://<tracknum> uri.
25483
25484 2004-10-08  Wim Taymans  <wim@fluendo.com>
25485
25486         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25487         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
25488         (try_to_link_1), (no_more_pads), (close_link), (type_found):
25489         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25490         (unknown_type), (gst_play_base_bin_remove_element),
25491         (gst_play_base_bin_link_stream):
25492         * gst/playback/gstplaybasebin.h:
25493         * gst/playback/gstplaybin.c: (gst_play_bin_init),
25494         (gst_play_bin_set_property), (gen_video_element),
25495         (gen_audio_element), (setup_sinks):
25496         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
25497         (gst_stream_info_get_type), (gst_stream_info_class_init),
25498         (gst_stream_info_init), (gst_stream_info_new),
25499         (gst_stream_info_dispose), (stream_info_mute_pad),
25500         (gst_stream_info_set_property), (gst_stream_info_get_property):
25501         * gst/playback/gststreaminfo.h:
25502         Reuse the audio and video bins.
25503         Some internal cleanups in the stream selection code.
25504
25505 2004-10-08  Julien MOUTTE  <julien@moutte.net>
25506
25507         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25508         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
25509         * sys/ximage/ximagesink.h:
25510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25511         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
25512         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
25513         not coming from those elements. Moreover these elements should not keep
25514         the xid they have been given when in NULL state.
25515
25516 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25517
25518         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25519         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
25520         * sys/ximage/ximagesink.h:
25521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25522         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
25523         * sys/xvimage/xvimagesink.h:
25524           Actually only create a new toplevel window if we're not gonna
25525           embed it right after.
25526
25527 2004-10-07  Wim Taymans  <wim@fluendo.com>
25528
25529         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
25530         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
25531         * gst/playback/gstplaybin.c: (setup_sinks):
25532         Implement muting/unmuting of streams, mute streams that are not
25533         used.
25534
25535 2004-10-07  Wim Taymans  <wim@fluendo.com>
25536
25537         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
25538         (plugin_init):
25539         Added lame audio/x-ac3 typefind function.
25540
25541 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25542
25543         * configure.ac:
25544           bump nano to cvs
25545
25546 === release 0.8.5 ===
25547
25548 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25549
25550         * NEWS:
25551         * RELEASE:
25552         * configure.ac:
25553           releasing 0.8.5, "Take You On"
25554
25555 2004-10-06  Wim Taymans  <wim@fluendo.com>
25556
25557         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
25558         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25559         (no_more_pads), (close_link), (type_found):
25560         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25561         * gst/playback/gstplaybin.c: (gen_video_element):
25562         Do not signal the no_more_pads after the first pad when
25563         we are plugging a non dynamic element with multiple
25564         output pads (like swfdec, dvdec, ...).
25565
25566 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25567
25568         * configure.ac:
25569           bump for prerelease
25570
25571 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25572
25573         * gst/wavparse/gstwavparse.c:
25574           add ATRAC3 to STATIC CAPS to fix a warning
25575
25576         * gst/matroska/ebml-read.c:
25577         * gst-libs/gst/riff/riff-read.c:
25578           fix typos
25579
25580 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25581
25582         * gst-libs/gst/riff/riff-media.c:
25583           generate caps for ATRAC3 audio streams
25584
25585         * gst/realmedia/rmdemux.c:
25586           generate caps for ATRAC3 audio streams
25587
25588 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25589
25590         * gst/wavparse/Makefile.am
25591         * gst/wavparse/riff.h
25592         * gst/wavparse/wavparse.vcproj
25593           riff.h removal (unused and duplication with riff-ids.h)
25594
25595 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25596
25597         * gst/wavparse/gstwavparse.h
25598           remove duplicated defines for audio codec codes
25599
25600         * gst-libs/gst/riff/riff-ids.h
25601         * gst/wavenc/riff.h:
25602           add "4CC" code for ATRAC3 audio streams
25603           add "4CC" code for ITU_G721_ADPCM (unused for now)
25604
25605 2004-10-06  Wim Taymans  <wim@fluendo.com>
25606
25607         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
25608         Actually _do_ negotiation. Pass gdouble as arg instead
25609         of guint64 for the framerate.
25610
25611 2004-10-06  Wim Taymans  <wim@fluendo.com>
25612
25613         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
25614         (find_compatibles), (close_pad_link), (try_to_link_1),
25615         (no_more_pads), (close_link), (type_found):
25616         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25617         * gst/playback/gstplaybin.c: (gen_video_element),
25618         (gen_audio_element):
25619         Set state on newly added element to READY so that negotiation
25620         can happen ASAP.
25621         Addes some more debug info.
25622         Do not try to plug pads with multiple caps structures or ANY
25623         because it is too dangerous since we do not do dynamic
25624         replugging.
25625
25626 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25627
25628         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
25629
25630         * po/LINGUAS:
25631         * po/or.po:
25632           add Oriya translation
25633
25634 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25635
25636         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25637           Prevent overwrite of size member. Makes audio sound crappy.
25638
25639 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25640
25641         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25642         Add rmvb to the list of known RealMedia extensions
25643
25644 2004-10-05  Wim Taymans  <wim@fluendo.com>
25645
25646         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
25647         (mngdec_openstream), (mngdec_closestream),
25648         (mngdec_handle_sink_event), (mngdec_readdata),
25649         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
25650         (mngdec_getcanvasline), (mngdec_refresh),
25651         (gst_mngdec_change_state):
25652         Set the framerate correctly.
25653
25654 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25655
25656         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25657           There was something wrong with the index massaging.
25658
25659 2004-10-04  Wim Taymans  <wim@fluendo.com>
25660
25661         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
25662         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
25663         (gst_smokedec_chain):
25664         * ext/jpeg/gstsmokedec.h:
25665         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
25666         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
25667         * ext/jpeg/gstsmokeenc.h:
25668         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
25669         (smokecodec_decode_new), (smokecodec_info_free),
25670         (smokecodec_set_quality), (smokecodec_get_quality),
25671         (smokecodec_set_threshold), (smokecodec_get_threshold),
25672         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
25673         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
25674         (smokecodec_encode), (smokecodec_parse_id),
25675         (smokecodec_parse_header), (smokecodec_decode):
25676         * ext/jpeg/smokecodec.h:
25677         * ext/jpeg/smokeformat.h:
25678         Updated smoke, new bitstream, allows embedding in ogg.
25679
25680 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25681
25682         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
25683           Fix seeking in some files. All this code is no longer needed (and
25684           actually breaks stuff) because we now synchronize the full index
25685           right when reading the header.
25686
25687 2004-10-04  Wim Taymans  <wim@fluendo.com>
25688
25689         * configure.ac:
25690         configure update for libmng.
25691
25692 2004-10-04  Wim Taymans  <wim@fluendo.com>
25693
25694         * ext/libmng/Makefile.am:
25695         * ext/libmng/gstmng.c: (plugin_init):
25696         * ext/libmng/gstmng.h:
25697         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
25698         (gst_mngdec_base_init), (gst_mngdec_class_init),
25699         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
25700         (gst_mngdec_loop), (gst_mngdec_get_property),
25701         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
25702         (mngdec_closestream), (mngdec_handle_sink_event),
25703         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
25704         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
25705         (gst_mngdec_change_state):
25706         * ext/libmng/gstmngdec.h:
25707         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
25708         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
25709         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
25710         (gst_mngenc_chain), (gst_mngenc_get_property),
25711         (gst_mngenc_set_property):
25712         * ext/libmng/gstmngenc.h:
25713         Added basic MNG decoder. Needs more work. The encoder does
25714         not work yet.
25715
25716 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25717
25718         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
25719         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
25720         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
25721           Don't hang on length=0 chunks. Some negotiation fixes. Signal
25722           no-more-pads.
25723
25724 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25725
25726         * configure.ac:
25727           you need at least 1.0.4 of speex
25728
25729 2004-10-04 Iain <iaingnome@gmail.com>
25730
25731         * ext/speex/gstspeexdec.h: Revert the includes changes.
25732
25733         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
25734
25735 2004-09-30 Iain <iaingnome@gmail.com>
25736
25737         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
25738         found during init or set as a property instead of hardcoding /dev/audio
25739
25740 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25741
25742         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
25743         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
25744         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
25745         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
25746         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
25747         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
25748         (gst_rmdemux_dump_data):
25749           Use debug category, fix EOS handling. filesrc ! rmdemux now
25750           works.
25751
25752 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25753
25754         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
25755         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
25756         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
25757           Improve allocation, cutting and sorting of the index. How takes a
25758           few seconds instead of minutes.
25759
25760 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
25761
25762         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
25763           fixed compilation
25764
25765 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25766
25767         * gst-libs/gst/riff/riff-media.c:
25768         (gst_riff_create_video_caps_with_data),
25769         (gst_riff_create_video_template_caps):
25770           Add wing commander format mimetype/fourccs.
25771         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25772           Don't crash if some value is 0.
25773
25774 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25775
25776         * gst-libs/gst/riff/riff-media.c:
25777         (gst_riff_create_video_caps_with_data),
25778         (gst_riff_create_video_template_caps):
25779           Add DIB fourcc (raw, palettized 8-bit RGB).
25780         * gst-libs/gst/riff/riff-read.c:
25781         (gst_riff_read_strf_vids_with_data):
25782           Oops, fix strf_data reading bug.
25783         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25784           Use a non-NULL tag.
25785         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25786           Time for hacks. Sorry Dave. At least one quicktime movie (a
25787           trailer) that I've encountered contains multiple video tracks.
25788           One of those is the actual video track, the other are one-frame
25789           tracks (images). Unfortunately, the number of frames according
25790           to the trak header is 1 for each, so that doesn't help. So
25791           instead, I look at the duration and discard tracks with a
25792           duration shorter than 20% of the length of the stream. Better
25793           than nothing.
25794
25795 2004-10-01  Christian Schaller <christian@fluendo.com>
25796
25797         * ext/ivorbis/vorbis.c:
25798           Patch from Phil Blundell (Bug 152341)
25799
25800 2004-10-01  Wim Taymans  <wim@fluendo.com>
25801
25802         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
25803         (speex_dec_get_formats), (speex_dec_convert),
25804         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
25805         (speex_dec_chain), (gst_speexdec_get_property),
25806         (gst_speexdec_set_property):
25807         Small cleanups.
25808
25809 2004-10-01  Wim Taymans  <wim@fluendo.com>
25810
25811         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
25812         (gst_wavparse_stream_init), (gst_wavparse_fmt),
25813         (gst_wavparse_other), (gst_wavparse_loop),
25814         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25815         (gst_wavparse_srcpad_event):
25816         * gst/wavparse/gstwavparse.h:
25817         Added some more debugging info.
25818         Fix the case where the length of the file is 0.
25819         Make sure we seek to sample borders.
25820
25821 2004-10-01  Wim Taymans  <wim@fluendo.com>
25822
25823         * gst/playback/README:
25824         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
25825         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
25826         (try_to_link_1), (no_more_pads), (close_link), (type_found):
25827         Add some debug info to decodebin, update README
25828
25829 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25830
25831         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
25832           Don't use g_print(); use GST_DEBUG().
25833
25834 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25835
25836         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25837         (gst_ogg_mux_queue_pads):
25838           Handle EOS properly.
25839
25840 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
25841
25842         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25843
25844         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
25845         (gst_faad_chain), (gst_faad_change_state):
25846         * ext/faad/gstfaad.h:
25847           Allow playback of raw (unframed) MPEG AAC files (#148993).
25848
25849 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
25850
25851         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25852
25853         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25854           Throw error if we didn't recognize the stream. Fixes #152289.
25855
25856 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25857
25858         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25859           Fix negotiation.
25860
25861 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
25862
25863         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25864
25865         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25866           Fix memleak.
25867
25868 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
25869
25870         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25871
25872         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
25873           Solve #152805.
25874         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
25875           Solve 152806.
25876
25877 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25878
25879         * gst-libs/gst/riff/riff-media.c:
25880         (gst_riff_create_video_caps_with_data),
25881         (gst_riff_create_audio_caps_with_data):
25882           Add codec_data handling (like asfdemux used to do).
25883         * gst/asfdemux/gstasf.c: (plugin_init):
25884         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
25885         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
25886           Use riff-media for caps creation instead of our own (mostly
25887           broken) copy of its functions.
25888
25889 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25890
25891         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
25892           Don't actually error out if we get another return value than
25893           -EINVAL. Opposite to what I first thought, drivers have random
25894           return values for this, although -EINVAL is the expected return
25895           value. Since this is not fatal, we shouldn't use
25896           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
25897
25898 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25899
25900         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
25901         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
25902         (dvdreadsrc_get_property), (_open), (_seek), (_read),
25903         (dvdreadsrc_get), (dvdreadsrc_open_file),
25904         (dvdreadsrc_change_state):
25905           Fix. Don't do one big huge loop around the whole DVD, that will
25906           cache all data and thus eat sizeof(dvd) (several GB) before we
25907           see something.
25908         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25909           Actually NULL'ify event after using it.
25910         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
25911         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
25912         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
25913         (gst_ebml_read_seek), (gst_ebml_read_skip):
25914           Handle events.
25915         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
25916         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
25917         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
25918           Fix timing (this will probably break if I seek using menus, but
25919           I didn't get there yet). VOBs and normal DVDs should now work.
25920           Add a mpeg2-only pad with high rank so this get autoplugged for
25921           MPEG-2 movies.
25922         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
25923         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
25924         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
25925         (gst_mpeg_demux_get_audio_stream),
25926         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
25927         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
25928           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
25929           MPEG-1 but use dvddemux for MPEG-2.
25930         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
25931         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
25932         (gst_mpeg_parse_parse_packhead):
25933           Timing. Only add pad template if it exists. Add sink template from
25934           class and not from ourselves. This means we will always use the
25935           correct sink template even if it is not the one defined in this
25936           file.
25937
25938 2004-09-29  Wim Taymans  <wim@fluendo.com>
25939
25940         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
25941         (gst_mpeg_demux_parse_pes):
25942         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
25943         Fix playback of mpeg again, timestamps where screwed up by
25944         patch 1.61.
25945
25946 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25947
25948         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
25949           Only return true if we actually filled something in. Prevents
25950           player applications from showing a random length for flac files.
25951         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
25952         (gst_riff_read_use_event), (gst_riff_read_handle_event),
25953         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
25954         (gst_riff_read_strf_vids_with_data),
25955         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
25956           OK, ok, so I implemented event handling. Apparently it's normal
25957           that we receive random events at random points without asking
25958           for it.
25959         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
25960         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
25961         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
25962         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
25963         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
25964         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
25965         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
25966         * gst/avi/gstavidemux.h:
25967           Implement non-lineair chunk handling and subchunk processing.
25968           The first solves playback of AVI files where the audio and video
25969           data of individual buffers that we read are not synchronized.
25970           This should not happen according to the wonderful AVI specs, but
25971           of course it does happen in reality. It is also a prerequisite for
25972           the second. Subchunk processing allows us to cut chunks in small
25973           pieces and process each of these pieces separately. This is
25974           required because I've seen several AVI files with incredibly large
25975           audio chunks, even some files with only one audio chunk for the
25976           whole file. This allows for proper playback including seeking.
25977           This patch is supposed to fix all AVI A/V sync issues.
25978         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
25979         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
25980           Work.
25981         * gst/modplug/gstmodplug.cc:
25982           Proper return value setting for the query() function.
25983         * gst/playback/gstplaybasebin.c: (setup_source):
25984           Being in non-playing state (after, e.g., EOS) is not necessarily
25985           a bad thing. Allow for that. This fixes playback of short files.
25986           They don't actually playback fully now, because the clock already
25987           runs. This means that small files (<500kB) with a small length
25988           (<2sec) will still not or barely play. Other files, such as mod
25989           or flx, will work correctly, however.
25990
25991 2004-09-28  Wim Taymans  <wim@fluendo.com>
25992
25993         * ext/speex/gstspeex.c: (plugin_init):
25994         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
25995         (gst_speex_dec_class_init), (speex_dec_get_formats),
25996         (speex_get_event_masks), (speex_get_query_types),
25997         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
25998         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
25999         (gst_speexdec_get_property), (gst_speexdec_set_property),
26000         (speex_dec_change_state):
26001         * ext/speex/gstspeexdec.h:
26002         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
26003         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
26004         (gst_speexenc_base_init), (gst_speexenc_class_init),
26005         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
26006         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
26007         (gst_speexenc_src_query), (gst_speexenc_init),
26008         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
26009         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
26010         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
26011         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
26012         (gst_speexenc_chain), (gst_speexenc_get_property),
26013         (gst_speexenc_set_property), (gst_speexenc_change_state):
26014         * ext/speex/gstspeexenc.h:
26015         Rewrote speex encoder, make sure it can be embedded in ogg.
26016         Implemented speex decoder.
26017
26018 2004-09-28  Christian Schaller <christian@fluendo.com>
26019
26020         * configure.ac:
26021         Remove kioslave plugin. Markey is brewing a new working one
26022         * ext/Makefile.am: Remove kioslave plugin
26023         * ext/kio: remove
26024         * gst-plugins.spec.in: remove kio plugin from spec
26025
26026 2004-09-27  Wim Taymans  <wim@fluendo.com>
26027
26028         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26029         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
26030         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
26031         (gst_multifdsink_new_client),
26032         (gst_multifdsink_handle_client_write),
26033         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26034         (gst_multifdsink_handle_clients):
26035         * gst/tcp/gstmultifdsink.h:
26036         Make syncing to keyframes actually work for new clients and lagging
26037         clients.
26038
26039 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26040
26041         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
26042         (gst_navigationtest_handle_src_event), (draw_box_planar411),
26043         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
26044         * gst/debug/gstnavigationtest.h:
26045           make navigationtest display button-press and button-release events
26046
26047 2004-09-26 Iain <iaingnome@gmail.com>
26048
26049         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
26050         the channels have received a new media event.
26051         (interleave_buffered_loop): Compresses a new media event on all
26052         channels into one.
26053
26054 2004-09-26 Iain <iaingnome@gmail.com>
26055
26056         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
26057         call the sinkpad's default event handler and not the srcpads. He also
26058         says this is confusing :)
26059         (gst_wavenc_stop_file): Company says that seek events only go upstream
26060         we should send a discontinuous downstream instead.
26061
26062 2004-09-25  Christian Schaller <christian@fluendo.com>
26063
26064         * Update SPEC file to be usable in conjunction with Fedora Core,
26065           Fedora.us and freshrpms packages
26066         * Fix typo in multifilesrc test Makefile
26067
26068 2004-09-24  Wim Taymans  <wim@fluendo.com>
26069
26070         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
26071         Only signal the no_more_pads signal when we have
26072         added the stream to our list.
26073
26074 2004-09-24  Wim Taymans  <wim@fluendo.com>
26075
26076         * gst/playback/gstplaybasebin.c: (remove_prerolls),
26077         (new_decoded_pad):
26078         * gst/playback/gstplaybasebin.h:
26079         * gst/playback/gstplaybin.c: (setup_sinks):
26080         Don't try to preroll or decode more than one audio/video
26081         track.
26082
26083 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26084
26085         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26086           Throw error if we failed to find a suitable output. This should
26087           throw an error if we successfully set up a pipeline (e.g. because
26088           we recognized a media file) but found no decodable streams in it
26089           (e.g. because it contains only media stream types for which we
26090           have no decoders, or because it's not a media type).
26091
26092 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26093
26094         * ext/dirac/Makefile.am:
26095         * ext/dirac/gstdirac.cc:
26096         * ext/dirac/gstdiracdec.cc:
26097         * ext/dirac/gstdiracdec.h:
26098           Do something. Don't actually know if this works because I don't
26099           have a demuxer yet.
26100         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
26101           Add channels=1 to caps returned from _getcaps().
26102         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
26103         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
26104         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
26105         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
26106         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
26107         (gst_ogm_parse_change_state):
26108           Separate between audio/video so ogmaudioparse actually uses the
26109           audio pad templates. Both audio and video work now, including
26110           autoplugging. Also use sometimes-srcpad hack.
26111         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
26112           Handle events better. Don't hang on infinite loops.
26113         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
26114         (gst_avi_demux_init), (gst_avi_demux_reset),
26115         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
26116         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
26117         (gst_avi_demux_change_state):
26118         * gst/avi/gstavidemux.h:
26119           Improve A/V sync. Still not perfect.
26120         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
26121         (gst_ebml_read_skip):
26122           Handle events better.
26123         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26124         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
26125         (qtdemux_audio_caps):
26126           Add IMA4. Improve event handling. Save offset after a seek when
26127           the headers are at the end of the file so that we don't end up in
26128           an infinite loop.
26129         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26130           Add low-priority typefind support for files with no length.
26131
26132 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26133
26134         * testsuite/multifilesink/Makefile.am:
26135         fix typo
26136
26137 2004-09-22  Julien MOUTTE  <julien@moutte.net>
26138
26139         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
26140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
26141         mistakes from thaytan's patches.
26142
26143 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
26144
26145         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
26146           For completeness, XSync in the destroy function as xvimage does.
26147
26148 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
26149
26150         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
26151            Correct caps negotiation
26152         * gst/volume/gstvolume.c: (volume_chain_float),
26153         (volume_chain_int16):
26154            Modify debug output to be little more informative
26155         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
26156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26157         (gst_xvimagesink_xvimage_destroy):
26158           Add XSync calls after detaching from the shared memory segment to
26159           avoid a crash.
26160
26161 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26162
26163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26164         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
26165         * ext/vorbis/vorbis.c: (plugin_init):
26166         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26167         (gst_vorbisenc_chain):
26168         * ext/vorbis/vorbisenc.h:
26169         remove explicit newmedia support from oggmux and vorbisenc
26170         add debug category to vorbisenc
26171         * gst/multifilesink/gstmultifilesink.c:
26172         (gst_multifilesink_class_init), (gst_multifilesink_init),
26173         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
26174         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
26175         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
26176         (plugin_init):
26177         * gst/multifilesink/gstmultifilesink.h:
26178         add support for streamheader in multifilesink
26179
26180 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26181
26182         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
26183         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
26184         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
26185           Prevent infinite loops. More correct error reporting.
26186         * gst/auparse/gstauparse.c: (gst_auparse_chain):
26187           Error out if negotiation fails.
26188         * gst/playback/gstplaybasebin.c: (setup_source),
26189         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
26190         (gst_play_base_bin_found_tag):
26191           Error/tag forwarding. Pre-roll fixes for source errors on state
26192           changes (e.g. "file does not exist") to prevent hangs.
26193
26194 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26195
26196         * testsuite/multifilesink/Makefile.am:
26197         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
26198         (gst_newmedia_class_init), (gst_newmedia_init),
26199         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
26200         (newfile_signal), (test_signal), (main):
26201         * testsuite/multifilesink/multifilesrc_test.c: (main):
26202         * testsuite/multifilesink/oggtheora_test.c:
26203         (gst_newmedia_base_init), (gst_newmedia_class_init),
26204         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
26205         (test_format), (newfile_signal), (test_signal), (main):
26206         * testsuite/multifilesink/oggvorbis_test.c:
26207         (gst_newmedia_base_init), (gst_newmedia_class_init),
26208         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
26209         (test_format), (newfile_signal), (test_signal), (main):
26210         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
26211         (gst_newmedia_class_init), (gst_newmedia_init),
26212         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
26213         (newfile_signal), (test_signal), (main):
26214         New media tests
26215
26216 2004-09-20  Christian Schaller <christian@fluendo.com>
26217
26218         * Fix mikmod license to LGPL as they have relicensed
26219         * Move Dirac and Effectv into LGPL section of README_license
26220
26221 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26222
26223         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
26224         (gst_mad_change_state):
26225           Allow for mp3 rate/channels changes. However, only very
26226           conservatively. Reason that we *have* to enable this is smiply
26227           because the mad find_sync() function is not good enough, it will
26228           regularly sync on random data as valid frames and therefore make
26229           us provide random caps as *final* caps of the stream. The best fix
26230           I could think of is to simply require several of the same stream
26231           changes in a row before we change caps.
26232           The actual testcase that works now is #
26233         * ext/ogg/Makefile.am:
26234         * ext/ogg/gstogg.c: (plugin_init):
26235         * ext/ogg/gstogmparse.c:
26236           OGM support (video only for now; I need an audio sample file).
26237         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
26238         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
26239         (gst_asf_demux_add_video_stream):
26240           WMV extradata.
26241         * gst/playback/gstplaybasebin.c: (unknown_type):
26242           Don't error out on single unknown-types after all. It's wrong.
26243           If we found type of video and audio but not of a subtitle stream,
26244           it will still error out (which is unwanted). Will find a better fix
26245           later on.
26246         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
26247         (ogmaudio_type_find), (plugin_init):
26248           OGM support.
26249
26250 2004-09-20  Johan Dahlin  <johan@gnome.org>
26251
26252         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
26253         after setting caps.
26254
26255 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26256
26257         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
26258         * gst/wavenc/gstwavenc.h:
26259         Added newmedia support to wavenc
26260
26261 2004-09-17  Wim Taymans  <wim@fluendo.com>
26262
26263         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
26264         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
26265         (gst_fdset_fd_can_write), (gst_fdset_wait):
26266         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
26267         (gst_multifdsink_init), (gst_multifdsink_add),
26268         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
26269         (gst_multifdsink_remove_client_link),
26270         (gst_multifdsink_client_queue_buffer),
26271         (gst_multifdsink_handle_client_write),
26272         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
26273         (gst_multifdsink_close), (gst_multifdsink_change_state):
26274         * gst/tcp/gstmultifdsink.h:
26275         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26276         (gst_tcpserversink_removed):
26277         Small cleanups in fdset.c
26278         Use a hastable to map fd to the client structure for faster
26279         lookup in _remove and get_stats.
26280         Added virtual function to close the fds.
26281         Handle clients even when the select/poll call was unblocked because
26282         of a command.
26283         Implement syncing to keyframe in the recovery procedure.
26284
26285 2004-09-16 Iain <iaingnome@gmail.com>
26286
26287         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
26288         try caps.
26289
26290 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26291
26292         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
26293           Caps are only set if the type of the stream is unknown, but this
26294           is initialized in ->init_stream(), so set to UNKNOWN after calling
26295           ->init_stream() so that capsnego starts.
26296
26297 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26298
26299         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26300         (gst_avi_demux_stream_data):
26301           Just hardcode for raw audio then. AVI audio sucks.
26302
26303 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
26304
26305         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26306         * gst/matroska/matroska-mux.c: (audiosink_templ),
26307         (gst_matroska_mux_audio_pad_link):
26308         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
26309         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
26310
26311 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26312
26313         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26314         (gst_avi_demux_stream_data):
26315           Try to fix a/v sync issues.
26316
26317 2004-09-15  David Schleef  <ds@schleef.org>
26318
26319         * configure.ac: remove NASM check, since we don't use it.  Update
26320         dirac check to 0.4
26321         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
26322         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26323         Initialized variables.
26324         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26325         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
26326         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
26327         SVQ3 format
26328
26329 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26330
26331         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26332         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
26333         * gst/avi/gstavidemux.h:
26334           Fix for compressed audio (mp3) timestamp generation. How did this
26335           ever work?
26336
26337 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26338
26339         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
26340           Volume is a double not a float.
26341
26342 2004-09-15  Wim Taymans  <wim@fluendo.com>
26343
26344         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
26345         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
26346         Don't close the fd in multifdsink as we didn't open it in the
26347         first place. Some cleanups.
26348
26349 2004-09-15  Wim Taymans  <wim@fluendo.com>
26350
26351         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26352         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26353         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26354         Fix the case where the muxer would mark pages as delta
26355         frames when they are not (vorbis only ogg).
26356
26357 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26358
26359         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
26360         (gst_play_base_bin_change_state):
26361           Handle the case where we failed to setup a clear pipeline. This
26362           will throw an error (or EOS, another nice case) and if you don't
26363           catch that, the app will wait for the signal forever (and thus
26364           hang).
26365
26366 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26367
26368         * ext/gnomevfs/gstgnomevfssink.c:
26369         (gst_gnomevfssink_uri_get_protocols):
26370         * ext/gnomevfs/gstgnomevfssrc.c:
26371         (gst_gnomevfssrc_uri_get_protocols):
26372         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
26373         * ext/gnomevfs/gstgnomevfsuri.h:
26374           Use _uri_new() instead of _open(), so it doesn't take as long and
26375           Christophe's computer won't hang.
26376         * gst/playback/gstplaybasebin.c: (unknown_type):
26377           Throw error on unknown media type, so apps actually display it.
26378
26379 2004-09-14  Brian Cameron  <brian.cameron@sun.com
26380
26381         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
26382           this script to work on Solaris since bash shell handles echo
26383           differenly than bash.
26384
26385 2004-09-17  Wim Taymans  <wim@fluendo.com>
26386
26387         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
26388         (setup_source), (gst_play_base_bin_set_property),
26389         (gst_play_base_bin_add_element):
26390         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
26391         Some more work on making sure seeking pauses the pipeline and
26392         that changing the uri actually does something.
26393
26394 2004-09-17  Wim Taymans  <wim@fluendo.com>
26395
26396         * gst/tcp/gstfdset.c: (gst_fdset_wait):
26397         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
26398         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
26399         (gst_tcpserversink_close):
26400         Be a bit more paranoid when freeing memory.
26401
26402 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26403
26404         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
26405         (qtdemux_parse_trak):
26406           Don't crash by dividing by zero (see sample movie in #126922).
26407
26408 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26409
26410         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26411           Don't touch non-existing data (fixes crash on file in #140147).
26412
26413 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26414
26415         * gst/playback/gstplaybasebin.c:
26416         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
26417           Handle double disposals, and proper change of URIs.
26418
26419 2004-09-13  Martin Eikermann <meiker@upb.de>
26420
26421         * gst/mpegstream/gstmpegparse.c:
26422           fix synchronistation for streams recorded from digital PCR
26423           fixes bug #119376
26424
26425 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26426
26427         * ext/gnomevfs/Makefile.am:
26428         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26429         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
26430         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
26431         (gst_gnomevfssink_uri_get_type),
26432         (gst_gnomevfssink_uri_get_protocols),
26433         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
26434         (gst_gnomevfssink_uri_handler_init),
26435         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
26436         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
26437         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
26438         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
26439         (gst_gnomevfssrc_uri_get_type),
26440         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
26441         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
26442         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
26443         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
26444         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
26445         * ext/gnomevfs/gstgnomevfsuri.h:
26446           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
26447           of fake URIs to see which this version of Gnome-VFS likes, and
26448           uses that for the Gst-URI interface. Makes playbin support http://
26449           streams. Also fix up some stupid behaviour in gnomevfssrc.
26450
26451 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26452
26453         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26454         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26455         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26456         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26457           Update mixer (to sync with other sessions) if we try to obtain
26458           a new value. This makes alsamixer work accross applications.
26459         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
26460           Only call sync functions if we're running, else alsalib asserts.
26461         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
26462           Sometimes fails to compile. Possibly a gcc bug.
26463         * gst/playback/gstplaybin.c: (gen_video_element),
26464         (gen_audio_element):
26465           Add a reference to an application-provided object, because we lose
26466           this same reference if we add it to the bin. If we don't do this,
26467           we can only use this object once and thus crash if we go from
26468           ready to playing, back to ready and back to playing again.
26469           Also add an audioscale element because several cheap soundcards -
26470           like mine - don't support all samplerates.
26471         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
26472         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
26473           Fix wrong order or PAR calls. Makes automatically obtained PAR
26474           from the X server atually being used.
26475
26476 2004-09-12  David Schleef  <ds@schleef.org>
26477
26478         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
26479         #151887, #152102, #152247.
26480         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
26481         * examples/seeking/cdparanoia.c: same
26482         * examples/seeking/cdplayer.c: same
26483         * examples/seeking/seek.c: same
26484         * examples/seeking/spider_seek.c: same
26485         * examples/seeking/vorbisfile.c: same
26486         * examples/stats/mp2ogg.c: same
26487         * ext/esd/esdsink.c: (gst_esdsink_class_init),
26488         (gst_esdsink_dispose): Dispose of element properly.
26489         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
26490         fixes.
26491         * ext/nas/nassink.c: (gst_nassink_class_init),
26492         (gst_nassink_dispose): Dispose of element correctly.
26493         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
26494         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
26495         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
26496         Fix 64-bit warning.
26497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26498         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
26499         Fix 64-bit warning.
26500
26501 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26502
26503         * configure.ac : change speex detection as 1.1.6 now uses
26504           .pc/pkg-config and they changed their headers location.
26505
26506 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
26507
26508         * gst/matroska/matroska-mux.h:
26509         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
26510         (gst_matroska_mux_start), (gst_matroska_mux_finish),
26511         (gst_matroska_mux_write_data):
26512           Write multiple blocks/frames per cluster.
26513                 Write meta-seek information (seek heads).
26514
26515 2004-09-09  Scott Wheeler <wheeler@kde.org>
26516
26517         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
26518         (gst_play_bin_set_property), (gst_play_bin_get_property),
26519         (gen_audio_element), (gen_audio_element):
26520           Add a volume element / property to the pipeline.
26521
26522 2004-09-07  Wim Taymans  <wim@fluendo.com>
26523
26524         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
26525         Copy timestamps from the master pad to the output buffers.
26526
26527 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26528
26529         * ext/raw1394/gstdv1394src.c:
26530           throw errors when applicable
26531
26532 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
26533
26534         * gst/matroska/ebml-ids.h:
26535         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
26536         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
26537         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
26538           automatically convert unix time <-> ebml time when reading/writing
26539           a date, use gst_ebml_write_uint to write CUETIME,
26540           not gst_ebml_write_date.
26541         * gst/matroska/matroska-ids.h:
26542         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
26543         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
26544         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
26545         (gst_matroska_mux_write_data):
26546           Write track and segment UIDs, write muxing date, write
26547           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
26548           Create cues for audio only files.
26549
26550 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26551
26552         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26553         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
26554           Re-commit ALSA switches.
26555         * gst/adder/gstadder.c: (gst_adder_loop):
26556           64-bit fix (#151416).
26557         * gst/debug/progressreport.c: (gst_progressreport_report):
26558           64-bit fix (#151419).
26559         * gst/matroska/matroska-demux.c:
26560         (gst_matroska_demux_parse_contents):
26561           64-bit fix (#151420).
26562         * gst/playback/test3.c: (update_scale):
26563           64-bit fix (#151421).
26564
26565 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26566
26567         * configure.ac:
26568           bump nano to cvs
26569
26570 === release 0.8.4 ===
26571
26572 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26573
26574         * configure.ac: releasing 0.8.4, "Alias"
26575
26576 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26577
26578         * ext/theora/Makefile.am:
26579           fix makefile.  Fixes #151462.
26580
26581 2004-08-30  Wim Taymans  <wim@fluendo.com>
26582
26583         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
26584         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26585         (gst_multifdsink_remove_client_link),
26586         (gst_multifdsink_client_queue_buffer),
26587         (gst_multifdsink_handle_client_write):
26588         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
26589         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
26590         Fix some memory leaks.
26591
26592 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26593
26594         Patch by: David Schleef
26595
26596         * configure.ac:
26597         * sys/Makefile.am:
26598           rename our detection macro for V4L2.  Fixes #151236.
26599
26600 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26601
26602         Patch by: David Schleef
26603
26604         * configure.ac:
26605           check to define LAMEPRESET.  Fixes #151232.
26606
26607 2004-08-27  David Schleef  <ds@schleef.org>
26608
26609         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
26610         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
26611         (gst_glimagesink_fixate):  Move local variable declarations to
26612         make gcc-2.95 happy.
26613
26614 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26615
26616         * configure.ac:
26617           bump nano for prerelease
26618
26619 2004-08-27  David Schleef  <ds@schleef.org>
26620
26621         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
26622         * sys/sunaudio/gstsunaudiosrc.c:
26623         * sys/sunaudio/gstsunaudiosrc.h:
26624
26625 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
26626
26627         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
26628         handle EOS correctly
26629         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
26630         * gst/matroska/matroska-mux.h:
26631         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
26632         VFW compatibility mode
26633
26634 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26635
26636         patch by: Zaheer Abbas Merali
26637
26638         * ext/ogg/gstoggmux.c:
26639         * ext/vorbis/vorbisenc.c:
26640         * ext/vorbis/vorbisenc.h:
26641           handle NEWMEDIA
26642
26643 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
26644
26645         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
26646         fix byte order reversion on little endian machines.
26647         * gst/matroska/matroska-mux.c: (audiosink_templ),
26648         (gst_matroska_mux_audio_pad_link):
26649         add TTA codec to the list of supported codecs.
26650         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
26651         (gst_matroska_mux_start), (gst_matroska_mux_finish),
26652         (gst_matroska_mux_write_data):
26653         * gst/matroska/matroska-mux.h:
26654         write segment duration correctly, write muxing app string, fixes bugs
26655         #140897 and #140898.
26656         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
26657         wait for all pads to be negotiated before starting to mux.
26658
26659 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26660
26661         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
26662         * ext/lame/gstlame.h:
26663         Added new media support to lame
26664
26665 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
26666
26667         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
26668         send vorbis headers at the beginning of a stream, fixes bug #141554.
26669         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
26670         bug #148950.
26671         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
26672         (gst_matroska_demux_plugin_init):
26673         * gst/matroska/matroska-ids.h:
26674         enable demuxing of TTA audio streams, fixes bug #148951.
26675         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
26676         enable typefinding for TTA audio files, fixes bug #148711.
26677         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
26678         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
26679         fixes playback of packed bitstream and xvid with bframes, bug #135407.
26680
26681 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
26682
26683         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
26684         (gst_riff_read_element_data), (gst_riff_read_seek),
26685         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
26686         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
26687         <teuf@gnome.org>
26688
26689 2004-08-23 Iain <iaingnome@gmail.com>
26690
26691         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
26692         tags. They appear to be handled differently to normal.
26693         (tag_list_to_id3_tag_foreach): Ditto.
26694
26695 2004-08-22  Wim Taymans  <wim@fluendo.com>
26696
26697         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26698         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26699         Make sure we never send -1 granulepos.
26700
26701 2004-08-20  Wim Taymans  <wim@fluendo.com>
26702
26703         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26704         (gst_ogg_mux_loop):
26705         I will accept bitchslappings with non sharp objects.
26706
26707 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26708
26709         * configure.ac:
26710         Clean up the test for lame presets
26711
26712 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26713
26714         * configure.ac:
26715         * ext/lame/Makefile.am:
26716         * ext/lame/gstlame.c: (gst_lame_class_init),
26717         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
26718         Only enable lame presets if version of lame has presets in API
26719
26720 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
26721         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
26722         * gst/udp/gstudpsrc.h:
26723           Don't call gst_pad_push in a get function. Fixes #150449
26724
26725 2004-08-18  Wim Taymans  <wim@fluendo.com>
26726
26727         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
26728         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
26729         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
26730         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26731         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26732         (gst_fdset_wait):
26733         * gst/tcp/gstfdset.h:
26734         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26735         (gst_multifdsink_client_queue_buffer),
26736         (gst_multifdsink_handle_client_write):
26737         * gst/tcp/gstmultifdsink.h:
26738         Some extra checks in gstfdset.
26739         Only use send() when the fd is a socket. Don't try to
26740         read from write only fds.
26741
26742 2004-08-18  Wim Taymans  <wim@fluendo.com>
26743
26744         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
26745         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
26746         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26747         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26748         (gst_fdset_wait):
26749         Add more locking and bounds checking.
26750
26751 2004-08-18  Wim Taymans  <wim@fluendo.com>
26752
26753         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
26754         Realloc test fdset in the lock and right before starting
26755         the poll call. Bump the limit to 4096.
26756
26757 2004-08-17  David Schleef  <ds@schleef.org>
26758
26759         * sys/sunaudio/Makefile.am:
26760         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
26761         of rates and channels.  Make debugging less obnoxious.
26762
26763         Patch from Balamurali Viswanathan implementing a mixer for
26764         Sun audio.  (bug #144091):
26765         * sys/sunaudio/gstsunelement.c:
26766         * sys/sunaudio/gstsunelement.h:
26767         * sys/sunaudio/gstsunmixer.c:
26768         * sys/sunaudio/gstsunmixer.h:
26769
26770 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26771
26772         * gst/audioscale/gstaudioscale.c:
26773         * gst/audioscale/gstaudioscale.h:
26774         made audioscale resample from any sample rate to any sample rate
26775
26776 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26777
26778         * ext/libpng/gstpngdec.c:
26779           error out on unsupported types
26780
26781 2004-08-17  Iain <iaingnome@gmail.com>
26782
26783         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
26784         mid_side and loose_mid_side properties if its a stereo stream.
26785
26786 2004-08-17  Wim Taymans  <wim@fluendo.com>
26787
26788         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26789         (theora_get_formats), (theora_dec_src_convert),
26790         (theora_dec_sink_convert), (theora_dec_src_query),
26791         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
26792         Add a debug line.
26793
26794 2004-08-17  Wim Taymans  <wim@fluendo.com>
26795
26796         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
26797         (gst_ogg_pad_push):
26798         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26799         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
26800         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
26801         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26802         Mark delta units in the muxer.
26803         Try to decode the packet after an out-of-sync error from
26804         libogg.
26805
26806 2004-08-17  Wim Taymans  <wim@fluendo.com>
26807
26808         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26809         (gst_multifdsink_init), (gst_multifdsink_add),
26810         (gst_multifdsink_client_queue_buffer),
26811         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
26812         * gst/tcp/gstmultifdsink.h:
26813         Added option to send a keyframe to clients as the first buffer.
26814         Make timeout property writable.
26815
26816 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26817
26818         patch by: Wim Taymans
26819
26820         * gst/tcp/gstfdset.c:
26821         * gst/tcp/gstmultifdsink.c:
26822           fix index comparison, should include 0
26823
26824 2004-08-16  Wim Taymans  <wim@fluendo.com>
26825
26826         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
26827         (gst_fdset_add_fd), (gst_fdset_remove_fd),
26828         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26829         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26830         (gst_fdset_wait):
26831           copy when reallocing for poll so the select arguments don't get
26832           changed during the call
26833
26834 2004-08-16  Wim Taymans  <wim@fluendo.com>
26835
26836         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
26837         (gst_theora_enc_class_init), (theora_enc_sink_link),
26838         (theora_buffer_from_packet), (theora_enc_chain):
26839         Fix bug where buffers were not marked as keyframes
26840         correctly.
26841
26842 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26843
26844         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
26845         (gst_lame_preset_get_type), (gst_lame_class_init):
26846         describe the enum values for vbr mode and presets more verbosely
26847
26848 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26849
26850         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
26851         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
26852         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
26853         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
26854         * ext/lame/gstlame.h:
26855         add preset property to lame so it can use lame presets
26856
26857 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26858
26859         * ext/lame/gstlame.c: (gst_lame_get_property):
26860         whoops forgot break, thanks teuf
26861
26862 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26863
26864         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
26865         (gst_lame_class_init), (gst_lame_src_getcaps),
26866         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
26867         (gst_lame_get_property), (gst_lame_setup):
26868         * ext/lame/gstlame.h:
26869         fix lame's broken vbr stuff, allow it to resample if need be, and also
26870         make xing header optional
26871
26872 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26873
26874         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
26875         added getcaps function so samplerate doesnt get fixated to silly values
26876
26877 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26878
26879         * ext/lame/gstlame.c: (gst_lame_src_link):
26880         revert previous fix
26881
26882 2004-08-12  Johan Dahlin  <johan@gnome.org>
26883
26884         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
26885         checks. Doesn't matter what state we are in. Interfaces are a
26886         compile time thing, not runtime. It also broke the python bindings.
26887
26888 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26889
26890         * ext/lame/gstlame.c: (gst_lame_src_link):
26891         made source pad link function check if sinkpad is ok..fixes the problem
26892         where core fixates the output rate of lame stupidly
26893
26894 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26895
26896         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
26897         * sys/v4l/v4l_calls.c:
26898         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
26899           fix fixate function to handle nonsimple caps.
26900           remove bogus check in _link
26901           cleanups
26902
26903 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26904
26905         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
26906         set default compression ratio parameter to 0.0 so bitrate parameter
26907         works :)
26908
26909 2004-08-11  David Schleef  <ds@schleef.org>
26910
26911         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
26912
26913 2004-08-11  David Schleef  <ds@schleef.org>
26914
26915         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
26916         before.
26917
26918 2004-08-11  David Schleef  <ds@schleef.org>
26919
26920         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
26921
26922 2004-08-11  David Schleef  <ds@schleef.org>
26923
26924         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
26925           license field
26926         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
26927         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
26928           LGPL.
26929         * gst/auparse/gstauparse.c: Fix plugin license field.
26930         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
26931         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
26932         * gst/rtp/gstrtp.c: Fix plugin license field.
26933
26934 2004-08-11  Wim Taymans  <wim@fluendo.com>
26935
26936         * gst/tcp/Makefile.am:
26937         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
26938         (ensure_size), (gst_fdset_new), (gst_fdset_free),
26939         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
26940         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
26941         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
26942         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
26943         (gst_fdset_fd_can_write), (gst_fdset_wait):
26944         * gst/tcp/gstfdset.h:
26945         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
26946         (gst_multifdsink_class_init), (gst_multifdsink_init),
26947         (gst_multifdsink_add), (gst_multifdsink_remove),
26948         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
26949         (gst_multifdsink_remove_client_link),
26950         (gst_multifdsink_handle_client_read),
26951         (gst_multifdsink_client_queue_data),
26952         (gst_multifdsink_client_queue_caps),
26953         (gst_multifdsink_client_queue_buffer),
26954         (gst_multifdsink_handle_client_write),
26955         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26956         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26957         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26958         (gst_multifdsink_close):
26959         * gst/tcp/gstmultifdsink.h:
26960         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26961         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26962         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
26963         (gst_tcpserversink_close):
26964         * gst/tcp/gsttcpserversink.h:
26965         Abstracted away the select call, implemented poll (yes we ran into
26966         the 1024 limit in production).
26967
26968 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
26969
26970         * gst/tcp/gsttcp.c:
26971         * gst/tcp/gsttcpplugin.c:
26972           improve debuggging, remove assert
26973
26974 2004-08-10  Wim Taymans  <wim@fluendo.com>
26975
26976         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
26977         (gst_client_status_get_type), (gst_multifdsink_class_init),
26978         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
26979         (gst_multifdsink_handle_client_read),
26980         (gst_multifdsink_handle_client_write),
26981         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26982         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26983         (gst_multifdsink_get_property):
26984         * gst/tcp/gstmultifdsink.h:
26985         * gst/tcp/gsttcp-marshal.list:
26986         Starting to prepare for specifying buffer time in other units
26987         than buffers. Expose remove reason in signal.
26988
26989 2004-08-10  Wim Taymans  <wim@fluendo.com>
26990
26991         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26992         (gst_multifdsink_remove), (gst_multifdsink_clear),
26993         (gst_multifdsink_remove_client_link),
26994         (gst_multifdsink_handle_client_read),
26995         (gst_multifdsink_client_queue_data),
26996         (gst_multifdsink_client_queue_buffer),
26997         (gst_multifdsink_handle_client_write),
26998         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
26999         (gst_multifdsink_chain), (gst_multifdsink_close):
27000         * gst/tcp/gstmultifdsink.h:
27001         Added more debugging info. Changed the way clients are
27002         removed from the lists. Fixed a bug where a bad file descriptor
27003         could cause many clients to be removed.
27004
27005 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27006
27007         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
27008           allow all pixel-aspect-ratios, not just 1:1
27009
27010 2004-08-09  David Schleef  <ds@schleef.org>
27011
27012         * sys/glsink/ARB_multitexture.h:  Remove old files.
27013         * sys/glsink/EXT_paletted_texture.h:
27014         * sys/glsink/NV_register_combiners.h:
27015         * sys/glsink/gstgl_nvimage.c:
27016         * sys/glsink/gstgl_pdrimage.c:
27017         * sys/glsink/gstgl_rgbimage.c:
27018         * sys/glsink/gstglsink.c:
27019         * sys/glsink/gstglsink.h:
27020         * sys/glsink/gstglxwindow.c:
27021         * sys/glsink/regcomb_yuvrgb.c:
27022
27023 2004-08-09  David Schleef  <ds@schleef.org>
27024
27025         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
27026         GL sink plugin.  (Bug #147302)
27027
27028         * configure.ac: Test for OpenGL
27029         * sys/Makefile.am: Use test for OpenGL
27030         * sys/glsink/Makefile.am:
27031         * sys/glsink/glimagesink.c: rewrite
27032         * sys/glsink/glimagesink.h: rewrite
27033
27034 2004-08-09  David Schleef  <ds@schleef.org>
27035
27036         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
27037         sane framerates.
27038         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
27039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
27040         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
27041
27042 2004-08-09  Wim Taymans  <wim@fluendo.com>
27043
27044         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27045         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27046         (gst_multifdsink_client_remove),
27047         (gst_multifdsink_handle_client_read),
27048         (gst_multifdsink_handle_client_write),
27049         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
27050         Do a bit more logging, make the client_read code more robust.
27051
27052 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27053
27054         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
27055         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
27056         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
27057         (gst_jpegdec_init), (gst_jpegdec_chain):
27058         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
27059         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
27060           cleanups, debugging fixes and memleak plugging
27061
27062 2004-08-09  Wim Taymans  <wim@fluendo.com>
27063
27064         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
27065         (theora_get_formats), (theora_dec_src_convert),
27066         (theora_dec_sink_convert), (theora_dec_src_query),
27067         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
27068         (theora_dec_change_state):
27069         Don't crash on missing header packets.
27070
27071 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27072
27073         * po/LINGUAS:
27074         * po/sq.po:
27075           Added Albanian translation (Laurent Dhima)
27076         * po/cs.po:
27077           updated
27078
27079 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27080
27081         * ext/lame/gstlame.c:
27082           fix/add debugging
27083
27084 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27085
27086         * sys/ximage/ximagesink.c:
27087         * sys/xvimage/xvimagesink.c:
27088           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
27089
27090 2004-08-06  Wim Taymans  <wim@fluendo.com>
27091
27092         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27093         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27094         (gst_multifdsink_client_remove),
27095         (gst_multifdsink_handle_client_read),
27096         (gst_multifdsink_handle_client_write),
27097         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
27098         Make sure we don't try to read more from a client that what
27099         ioctl says us or we deadlock.
27100
27101 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27102
27103         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
27104         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
27105         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
27106           decouple running_time and n_frames so it can handle changing
27107           framerate while running
27108
27109 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27110
27111         * po/nl.po:
27112         * po/sv.po:
27113           updated translations
27114
27115 2004-08-04  Benjamin Otte  <otte@gnome.org>
27116
27117         * gst/videotestsrc/gstvideotestsrc.c:
27118         (gst_videotestsrc_get_capslist), (generate_capslist),
27119         (plugin_init):
27120           generate the list of supported caps at startup and reuse it instead
27121           of always generating it
27122
27123 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27124
27125         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
27126           whoops, last checkin broke normal build
27127
27128 2004-08-03  Benjamin Otte  <otte@gnome.org>
27129
27130         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
27131         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27132         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27133         (gst_alsa_mixer_get_option):
27134         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
27135         (dvdnavsrc_print_event):
27136         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
27137         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
27138         (gst_ogg_mux_pad_unlink):
27139         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
27140         (gst_multipart_mux_pad_unlink):
27141         * gst/videofilter/gstvideobalance.c:
27142         (gst_videobalance_colorbalance_set_value):
27143         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
27144         (gst_videomixer_pad_unlink):
27145         * po/uk.po:
27146         * sys/oss/gstossmixer.c:
27147         * sys/v4l/gstv4lcolorbalance.c:
27148         * sys/v4l/gstv4ltuner.c:
27149         * sys/v4l/v4lsrc_calls.c:
27150         * sys/v4l2/gstv4l2colorbalance.c:
27151         * sys/v4l2/gstv4l2tuner.c:
27152           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
27153
27154 2004-08-03  Benjamin Otte  <otte@gnome.org>
27155
27156         * examples/dynparams/filter.c: (ui_control_create):
27157         * examples/gstplay/player.c: (print_tag):
27158         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
27159         * ext/gdk_pixbuf/gstgdkanimation.c:
27160         (gst_gdk_animation_iter_may_advance):
27161         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
27162         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
27163         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
27164         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
27165         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
27166         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27167         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
27168         * gst/sine/demo-dparams.c: (main):
27169         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
27170         * testsuite/alsa/formats.c: (create_pipeline):
27171         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
27172           fixes for G_DISABLE_ASSERT and friends
27173         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
27174         (mp3_type_frame_length_from_header), (mp3_type_find),
27175         (plugin_init):
27176           require mp3 typefinding to have at least MIN_HEADERS valid headers
27177           add typefinding for AAC adts files
27178
27179 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
27180
27181         * sys/ximage/ximagesink.c:
27182         (gst_ximagesink_calculate_pixel_aspect_ratio):
27183         * sys/xvimage/xvimagesink.c:
27184         (gst_xvimagesink_calculate_pixel_aspect_ratio):
27185         Make sure we calculate pixel-aspect-ratio using floating point maths
27186
27187 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27188
27189         * po/uk.po:
27190           updated translation
27191
27192 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27193
27194         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
27195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
27196           add debugging for display PAR calculation
27197
27198 2004-08-02  David Schleef  <ds@schleef.org>
27199
27200         * configure.ac: Fix mikmod CFLAGS.
27201
27202 2004-07-27  Benjamin Otte  <otte@gnome.org>
27203
27204         * gst/audioscale/gstaudioscale.c:
27205         - fix templates to only support S16, it's the only format that works
27206         - make caps nego code use try_set_caps_nonfixed and fixation instead
27207         of try_set_caps twice, which is not nice for autopluggers
27208         - change rank to secondary, so autopluggers can pick it up after
27209         audioconvert
27210
27211 2004-08-02  Iain <iain@prettypeople.org>
27212
27213         * gst/interleave/interleave.c (interleave_init),
27214         (interleave_request_new_pad),
27215         (interleave_pad_removed),
27216         (interleave_buffered_loop): Use the real pad count, not the artificial
27217         one.
27218
27219 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27220
27221         * configure.ac: bump nano back to development
27222
27223 === release 0.8.3 ===
27224
27225 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27226
27227         * configure.ac: releasing 0.8.3, "Water"
27228
27229 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27230
27231         * sys/xvimage/xvimagesink.c:
27232         (gst_xvimagesink_calculate_pixel_aspect_ratio),
27233         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
27234         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
27235         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
27236         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
27237         * sys/xvimage/xvimagesink.h:
27238           apply similar PAR fixes as to ximagesink
27239
27240 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27241
27242         patch from: Benjamin Otte
27243
27244         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
27245           add link function to lame.  Fixes #148986.
27246
27247 2004-08-02  Johan Dahlin  <johan@gnome.org>
27248
27249         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
27250         fix debugging log
27251
27252 2004-07-30  David Schleef  <ds@schleef.org>
27253
27254         * gst/videomixer/Makefile.am: Fix things that should have been
27255         fixed in the last checkin.
27256
27257 2004-07-30  David Schleef  <ds@schleef.org>
27258
27259         * gst/multipart/Makefile.am: Fix things that should have been
27260         fixed in the last checkin.
27261
27262 2004-07-30  David Schleef  <ds@schleef.org>
27263
27264         * testsuite/multifilesink/Makefile.am: Fix unused variable.
27265
27266 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
27267
27268         * configure.ac:
27269           bump nano for prerelease
27270         * po/af.po:
27271         * po/az.po:
27272         * po/cs.po:
27273         * po/en_GB.po:
27274         * po/hu.po:
27275         * po/nl.po:
27276         * po/sr.po:
27277         * po/sv.po:
27278         * po/uk.po:
27279           updates
27280
27281 2004-07-30  Wim Taymans  <wim@fluendo.com>
27282
27283         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27284         (gst_multifdsink_add), (gst_multifdsink_remove),
27285         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
27286         (gst_multifdsink_client_remove),
27287         (gst_multifdsink_handle_client_write),
27288         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
27289         * gst/tcp/gstmultifdsink.h:
27290         Recover from a select with a bad file descriptor by removing
27291         the client.
27292
27293 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
27294
27295         * configure.ac:
27296           fix requirement of core
27297         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
27298         (gst_play_pipeline_setup):
27299           don't use colorspace element.  do use hermescolorspace element.
27300           make macro to get a colorspace element.
27301           mark strings for translation.
27302         * po/POTFILES.in:
27303           add play.c
27304         * po/af.po:
27305         * po/az.po:
27306         * po/cs.po:
27307         * po/en_GB.po:
27308         * po/hu.po:
27309         * po/nl.po:
27310         * po/sr.po:
27311         * po/sv.po:
27312         * po/uk.po:
27313           update translations
27314
27315 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27316
27317         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
27318         fix default for newmedia flag
27319
27320 2004-07-30  Wim Taymans  <wim@fluendo.com>
27321
27322         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
27323         (gst_theora_dec_init), (theora_get_formats),
27324         (theora_dec_src_convert), (theora_dec_sink_convert),
27325         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27326         (theora_dec_chain), (theora_dec_set_property),
27327         (theora_dec_get_property):
27328         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
27329         (gst_theora_enc_class_init), (gst_theora_enc_init),
27330         (theora_enc_sink_link), (theora_enc_chain),
27331         (theora_enc_set_property), (theora_enc_get_property):
27332         Added cropping option to theora decoder.
27333         Added border option to theora encoder.
27334
27335 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27336
27337         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27338         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27339         (gst_pngenc_set_property):
27340         * ext/libpng/gstpngenc.h:
27341         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
27342
27343 2004-07-30  Wim Taymans  <wim@fluendo.com>
27344
27345         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27346         (theora_enc_sink_link), (theora_enc_chain),
27347         (theora_enc_set_property), (theora_enc_get_property):
27348         Fix encoding of non-multiple-of-16 video.
27349
27350 2004-07-29  David Schleef  <ds@schleef.org>
27351
27352         * configure.ac: make test for audiofile more strict
27353
27354 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27355
27356         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
27357           give different names to typefind functions
27358
27359 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
27360
27361         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27362         (gst_ximagesink_calculate_pixel_aspect_ratio),
27363         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
27364         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
27365         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
27366         (gst_ximagesink_get_property), (gst_ximagesink_init):
27367         * sys/ximage/ximagesink.h:
27368           allocate PAR's dynamically.
27369           use autodetected PAR if no object-set PAR is given.
27370           add workaround for directfb's X not setting physical size.
27371           fix to xvimagesink will follow tomorrow.
27372
27373 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27374
27375         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
27376         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
27377         (gst_shout2send_get_type), (gst_shout2send_set_clock),
27378         (gst_shout2send_class_init), (gst_shout2send_init),
27379         (set_shout_metadata), (gst_shout2send_set_metadata),
27380         (gst_shout2send_chain), (gst_shout2send_set_property),
27381         (gst_shout2send_get_property), (gst_shout2send_connect),
27382         (gst_shout2send_change_state):
27383         * ext/shout2/gstshout2.h:
27384         - fix for sending mp3 audio to icecast2 server, if pad link function not
27385         called before PAUSED state
27386         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
27387         - added tagging support for mp3 audio broadcasted
27388         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
27389         debug info
27390
27391 2004-07-28  Wim Taymans  <wim@fluendo.com>
27392
27393         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
27394         (gst_ogg_demux_push):
27395         Return query failure when we don't know the length of
27396         an ogg stream insteda of returning TRUE with a bogus value.
27397
27398 2004-07-28  Wim Taymans  <wim@fluendo.com>
27399
27400         * ext/theora/theoradec.c: (theora_get_formats),
27401         (theora_dec_src_convert), (theora_dec_sink_convert),
27402         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27403         (theora_dec_chain):
27404         Don't screw up the 1 Chroma for 1 luma sample situation when we
27405         have an odd offset/width by adding a black border in those cases.
27406
27407 2004-07-28  Wim Taymans  <wim@fluendo.com>
27408
27409         * ext/theora/theoradec.c: (theora_get_formats),
27410         (theora_dec_src_convert), (theora_dec_sink_convert),
27411         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27412         (theora_dec_chain):
27413         * ext/theora/theoraenc.c: (theora_enc_sink_link):
27414         Added first attempt at cropping of the image as required by the
27415         theora spec. We need more properties in the caps (offset_x,
27416         offset_y,stride) to implement this correctly.
27417
27418 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
27419
27420         * ext/dvdnav/README:
27421           Update the README to use dvddemux
27422         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
27423           Ensure getcaps returns a subset of the template caps
27424         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
27425         (gst_mpeg2subt_init):
27426           Ensure getcaps returns a subset of the template caps
27427         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27428         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
27429         (gst_dvd_demux_get_subpicture_stream),
27430         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
27431         * gst/mpegstream/gstdvddemux.h:
27432           Set the explicit caps on the current_video pad before pushing
27433           anything
27434         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
27435         (gst_mpeg_demux_get_audio_stream):
27436           Free caps used to gst_pad_set_explicit_caps, which takes a const
27437           GstCaps *
27438
27439 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
27440
27441         * configure.ac: update GStreamer requirement to 0.8.4 because of
27442           GstFraction.
27443
27444 2004-07-28  Wim Taymans  <wim@fluendo.com>
27445
27446         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
27447         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
27448         Add the pad to the element after setting up the caps. This
27449         makes it a lot easier to autoplug.
27450
27451 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
27452
27453         * gst/median/gstmedian.c:
27454         * gst/mpeg2subt/gstmpeg2subt.c:
27455         * gst/mpegaudioparse/gstmpegaudioparse.c:
27456         * gst/mpegstream/gstdvddemux.c:
27457         * gst/mpegstream/gstmpegdemux.c:
27458         * gst/mpegstream/gstmpegpacketize.c:
27459         * gst/rtjpeg/gstrtjpeg.c:
27460         * gst/rtjpeg/gstrtjpegdec.c:
27461         * gst/rtjpeg/gstrtjpegenc.c:
27462         * gst/sine/gstsinesrc.c:
27463         * gst/smooth/gstsmooth.c:
27464         * gst/smpte/gstsmpte.c:
27465         * gst/smpte/gstsmpte.h:
27466         * gst/stereo/gststereo.c:
27467         * gst/videofilter/gstgamma.c:
27468         * gst/videofilter/gstvideobalance.c:
27469         * gst/videofilter/gstvideofilter.c:
27470         * gst/videofilter/gstvideoflip.c:
27471         * gst/videoscale/gstvideoscale.c:
27472         * gst/videoscale/videoscale.c:
27473         * gst/videotestsrc/gstvideotestsrc.c:
27474         * gst/videotestsrc/videotestsrc.c:
27475         * gst/wavenc/gstwavenc.c:
27476         * gst/wavparse/gstwavparse.c:
27477           fix local includes and 64 bits constants
27478
27479 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
27480
27481         * win32/gst.sln:
27482         * gst-libs/gst/*/*.vcproj:
27483         * gst/*/*.vcproj:
27484           more working plugins
27485
27486 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27487
27488         * testsuite/alsa/Makefile.am:
27489         * testsuite/alsa/srcstate.c:
27490         add test for alsasrc changing state
27491
27492 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27493
27494         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
27495         (gst_silence_get):
27496         * gst/silence/gstsilence.h:
27497         fix silence generation for 16bit raw audio
27498
27499 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27500
27501         * gst/matroska/matroska-demux.c:
27502         (gst_matroska_demux_parse_metadata),
27503         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
27504         * gst/mpegaudio/common.c:
27505         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
27506         (gst_videoscale_getcaps), (gst_videoscale_link),
27507         (gst_videoscale_src_fixate), (gst_videoscale_init),
27508         (gst_videoscale_finalize):
27509         * gst/videoscale/gstvideoscale.h:
27510         * gst/videotestsrc/gstvideotestsrc.c:
27511         (gst_videotestsrc_get_capslist):
27512         * gst/wavenc/gstwavenc.c:
27513         * sys/oss/gstossmixer.c: (fill_labels):
27514         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27515         (gst_ximagesink_handle_xevents),
27516         (gst_ximagesink_calculate_pixel_aspect_ratio),
27517         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
27518         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
27519         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
27520         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
27521         (gst_ximagesink_init), (gst_ximagesink_class_init):
27522         * sys/ximage/ximagesink.h:
27523         * sys/xvimage/xvimagesink.c:
27524         (gst_xvimagesink_calculate_pixel_aspect_ratio),
27525         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
27526         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
27527         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
27528         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
27529         * sys/xvimage/xvimagesink.h:
27530           first batch of pixel aspect ratio commits.
27531
27532 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27533
27534         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27535         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
27536         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
27537           handle stride, needs work if we want to move stride handling
27538           upstream, but works correctly for our purposes.
27539
27540 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27541
27542         * gst/videoscale/README:
27543           add testing examples
27544         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
27545         (gst_videoscale_chain):
27546         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27547         (gst_videoscale_get_size):
27548           add get_size function that handles stride like videotestsrc.
27549           fixes conversion for YUV formats for as much as I can test them.
27550
27551 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27552
27553         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
27554         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
27555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27556         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
27557         (gst_xvimagesink_xvimage_put):
27558           further cleanups, logging, error handling and synchronizing
27559
27560 2004-07-27  Wim Taymans  <wim@fluendo.com>
27561
27562         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27563         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
27564         (gst_videomixer_pad_set_property),
27565         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
27566         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27567         (gst_videomixer_class_init), (gst_videomixer_init),
27568         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
27569         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
27570         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
27571         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27572         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27573         (gst_videomixer_loop), (plugin_init):
27574         Be a nicer negotiation citizen and provide a getcaps function on
27575         the srcpad. This also fixes a crash when resizing.
27576
27577 2004-07-27  Julien MOUTTE  <julien@moutte.net>
27578
27579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27580         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
27581
27582 2004-07-27  Wim Taymans  <wim@fluendo.com>
27583
27584         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
27585         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27586         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27587         (gst_pngenc_set_property):
27588         * ext/libpng/gstpngenc.h:
27589         Added snapshot property to pngenc.
27590         removed g_print from pngdec
27591
27592 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
27593
27594         * gst/ac3parse/ac3parse.vcproj
27595         * gst/adder/adder.vcproj
27596         * gst/alpha/alpha.vcproj
27597         * gst/alpha/alphacolor.vcproj
27598         * gst/asfdemux/asf.vcproj
27599         * gst/audioconvert/audioconvert.vcproj
27600         * gst/audiorate/audiorate.vcproj
27601         * gst/audioscale/audioscale.vcproj
27602         * gst/auparse/auparse.vcproj
27603         * gst/avi/avi.vcproj
27604         * gst/cdxaparse/cdxaparse.vcproj
27605         * gst/chart/chart.vcproj
27606         * gst/colorspace/colorspace.vcproj
27607         * gst/cutter/cutter.vcproj
27608         * gst/debug/debug.vcproj
27609         * gst/debug/efence.vcproj
27610         * gst/debug/navigationtest.vcproj
27611         * gst/deinterlace/deinterlace.vcproj
27612         * gst/effectv/effectv.vcproj
27613         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
27614         * gst/filter/filter.vcproj
27615         * gst/flx/flxdec.vcproj
27616         * gst/goom/goom.vcproj
27617         * gst/interleave/interleave.vcproj
27618         * gst/law/alaw.vcproj
27619         * gst/law/mulaw.vcproj
27620         * gst/matroska/matroska.vcproj
27621         * gst/median/median.vcproj
27622         * gst/mixmatrix/mixmatrix.vcproj
27623         * gst/mpeg1sys/mpeg1systemencode.vcproj
27624         * gst/mpeg1videoparse/mp1videoparse.vcproj
27625         * gst/mpeg2sub/mpeg2subt.vcproj
27626         * gst/mpegaudio/mpegaudio.vcproj
27627         * gst/mpegaudioparse/mpegaudioparse.vcproj
27628         * gst/mpegstream/mpegstream.vcproj
27629         * gst/multifilesink/multifilesink.vcproj
27630         * gst/multipart/multipart.vcproj
27631         * gst/oneton/oneton.vcproj
27632         * gst/overlay/overlay.vcproj
27633         * gst/passthrough/passthrough.vcproj
27634         * gst/qtdemux/qtdemux.vcproj
27635         * gst/realmedia/rmdemux.vcproj
27636         * gst/rtjpeg/rtjpeg.vcproj
27637         * gst/rtp/rtp.vcproj
27638         * gst/silence/silence.vcproj
27639         * gst/sine/sinesrc.vcproj
27640         * gst/smooth/smooth.vcproj
27641         * gst/smpte/smpte.vcproj
27642         * gst/spectrum/spectrum.vcproj
27643         * gst/speed/speed.vcproj
27644         * gst/stereo/stereo.vcproj
27645         * gst/switch/switch.vcproj
27646         * gst/tags/tagedit.vcproj
27647         * gst/tcp/tcp.vcproj
27648         * gst/typefind/typefindfunctions.vcproj
27649         * gst/udp/udp.vcproj
27650         * gst/videobox/videobox.vcproj
27651         * gst/videocrop/videocrop.vcproj
27652         * gst/videodrop/videodrop.vcproj
27653         * gst/videofilter/gamma.vcproj
27654         * gst/videofilter/videobalance.vcproj
27655         * gst/videofilter/videofilter.vcproj
27656         * gst/videofilter/videoflip.vcproj
27657         * gst/videoflip/videoflip.vcproj
27658         * gst/videomixer/videomixer.vcproj
27659         * gst/videorate/videorate.vcproj
27660         * gst/videoscale/videoscale.vcproj
27661         * gst/videotestsrc/videotestsrc.vcproj
27662         * gst/virtualdub/virtualdub.vcproj
27663         * gst/volenv/volenv.vcproj
27664         * gst/volume/volume.vcproj
27665         * gst/wavenc/wavenc.vcproj
27666         * gst/wavparse/wavparse.vcproj
27667         * gst/y4m/y4menc.vcproj
27668         * gst-libs/gst/audio/audio.vcproj
27669         * gst-libs/gst/audio/audiofilter.vcproj
27670         * gst-libs/gst/colorbalance/colorbalance.vcproj
27671         * gst-libs/gst/idct/idtc.vcproj
27672         * gst-libs/gst/media-info/media-info.vcproj
27673         * gst-libs/gst/mixer/mixer.vcproj
27674         * gst-libs/gst/navigation/navigation.vcproj
27675         * gst-libs/gst/play/play.vcproj
27676         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
27677         * gst-libs/gst/resample/resample.vcproj
27678         * gst-libs/gst/riff/riff.vcproj
27679         * gst-libs/gst/tuner/tuner.vcproj
27680         * gst-libs/gst/video/video.vcproj
27681         * gst-libs/gst/xoverlay/xoverlay.vcproj
27682           avoid problems with math.h, fix release dependancy
27683           rename GStreamer-0.8.lib to libgstreamer.lib
27684
27685 2004-07-27  Julien MOUTTE  <julien@moutte.net>
27686
27687         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
27688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
27689         the atom is not available we have to unlock the mutex. Fixes #148023
27690
27691 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27692
27693         * gst-libs/gst/media-info/media-info.h:
27694           issue for a vararg macro with MSVC
27695
27696 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27697
27698         * gst/effectv/effectv.vcproj
27699         * gst-libs/gst/idct/idct.vcproj:
27700         * gst-libs/gst/media-info/media-info.vcproj:
27701         * gst-libs/gst/navigation/navigation.vcproj:
27702         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
27703         * gst-libs/gst/video/video.vcproj:
27704         * gst-libs/gst/xoverlay/xoverlay.vcproj:
27705           fixes for build problems
27706
27707 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27708
27709         * gst-libs/gst/audio/audio.def:
27710         * gst-libs/gst/audio/riff.def:
27711           add some definitions needed by plugins
27712
27713 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27714
27715         * gst/asfdemux/gstasfmux.c
27716           Fix some 64 bits constants to be glib friendly
27717
27718 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27719
27720         * gst/ac3parse/gstac3parse.c
27721         * gst/audioscale/gstaudioscale.c
27722         * gst/auparse/gstauparse.c
27723         * gst/colorspace/gstcolorspace.c
27724         * gst/colorspace/yuv2rgb.h
27725           local include fixes
27726
27727 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27728
27729         * win32/gst.sln
27730           add more plugins to the build
27731
27732 2004-07-26  Julien MOUTTE  <julien@moutte.net>
27733
27734         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
27735         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
27736
27737 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27738
27739         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
27740         (gst_level_set_property), (gst_level_get_property),
27741         (gst_level_base_init), (gst_level_class_init):
27742           add debugging categories.  cleanups.
27743
27744 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27745
27746         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27747         (gst_videoscale_planar411), (gst_videoscale_planar400),
27748         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
27749         (gst_videoscale_scale_nearest_str1),
27750         (gst_videoscale_scale_nearest_str2),
27751         (gst_videoscale_scale_nearest_str4),
27752         (gst_videoscale_scale_nearest_16bit),
27753         (gst_videoscale_scale_nearest_24bit):
27754           fixed stride issues
27755           tested with 320x240 -> 321, 322, 324 x240
27756           tested with YV12, I420, YUY2, UYVY
27757           fixed packed422rev (don't think it could have worked before)
27758           by testing with UYVY
27759
27760 2004-07-26  Benjamin Otte  <otte@gnome.org>
27761
27762         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
27763         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
27764         (plugin_init):
27765           add debugging category, add error checks like checking return values
27766           of setup calls, make sure it still works after
27767           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
27768
27769 2004-07-26  Wim Taymans  <wim@fluendo.com>
27770
27771         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
27772         (gst_mpeg_demux_get_audio_stream),
27773         (gst_mpeg_demux_process_private):
27774         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
27775         Check for error codes from the negotiation functions. Make sure
27776         we really set the pad caps when a new pad is created.
27777
27778 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27779
27780         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27781         (gst_ffmpeg_caps_to_pix_fmt):
27782         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27783         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27784         (gst_ffmpegcolorspace_pad_link):
27785           don't make function do two things at the same time without reason.
27786
27787 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27788
27789         * gst/ac3parse/ac3parse.vcproj
27790         * gst/adder/adder.vcproj
27791         * gst/alpha/alpha.vcproj
27792         * gst/alpha/alphacolor.vcproj
27793         * gst/asfdemux/asf.vcproj
27794         * gst/audioconvert/audioconvert.vcproj
27795         * gst/audiorate/audiorate.vcproj
27796         * gst/audioscale/audioscale.vcproj
27797         * gst/auparse/auparse.vcproj
27798         * gst/avi/avi.vcproj
27799         * gst/cdxaparse/cdxaparse.vcproj
27800         * gst/chart/chart.vcproj
27801         * gst/colorspace/colorspace.vcproj
27802         * gst/cutter/cutter.vcproj
27803         * gst/debug/debug.vcproj
27804         * gst/debug/efence.vcproj
27805         * gst/debug/navigationtest.vcproj
27806         * gst/deinterlace/deinterlace.vcproj
27807         * gst/effectv/effectv.vcproj
27808         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
27809         * gst/filter/filter.vcproj
27810         * gst/flx/flxdec.vcproj
27811         * gst/goom/goom.vcproj
27812         * gst/interleave/interleave.vcproj
27813         * gst/law/alaw.vcproj
27814         * gst/law/mulaw.vcproj
27815         * gst/matroska/matroska.vcproj
27816         * gst/median/median.vcproj
27817         * gst/mixmatrix/mixmatrix.vcproj
27818         * gst/mpeg1sys/mpeg1systemencode.vcproj
27819         * gst/mpeg1videoparse/mp1videoparse.vcproj
27820         * gst/mpeg2sub/mpeg2subt.vcproj
27821         * gst/mpegaudio/mpegaudio.vcproj
27822         * gst/mpegaudioparse/mpegaudioparse.vcproj
27823         * gst/mpegstream/mpegstream.vcproj
27824         * gst/multifilesink/multifilesink.vcproj
27825         * gst/multipart/multipart.vcproj
27826         * gst/oneton/oneton.vcproj
27827         * gst/overlay/overlay.vcproj
27828         * gst/passthrough/passthrough.vcproj
27829         * gst/qtdemux/qtdemux.vcproj
27830         * gst/realmedia/rmdemux.vcproj
27831         * gst/rtjpeg/rtjpeg.vcproj
27832         * gst/rtp/rtp.vcproj
27833         * gst/silence/silence.vcproj
27834         * gst/sine/sinesrc.vcproj
27835         * gst/smooth/smooth.vcproj
27836         * gst/smpte/smpte.vcproj
27837         * gst/spectrum/spectrum.vcproj
27838         * gst/speed/speed.vcproj
27839         * gst/stereo/stereo.vcproj
27840         * gst/switch/switch.vcproj
27841         * gst/tags/tagedit.vcproj
27842         * gst/tcp/tcp.vcproj
27843         * gst/typefind/typefindfunctions.vcproj
27844         * gst/udp/udp.vcproj
27845         * gst/videobox/videobox.vcproj
27846         * gst/videocrop/videocrop.vcproj
27847         * gst/videodrop/videodrop.vcproj
27848         * gst/videofilter/gamma.vcproj
27849         * gst/videofilter/videobalance.vcproj
27850         * gst/videofilter/videofilter.vcproj
27851         * gst/videofilter/videoflip.vcproj
27852         * gst/videoflip/videoflip.vcproj
27853         * gst/videomixer/videomixer.vcproj
27854         * gst/videorate/videorate.vcproj
27855         * gst/videoscale/videoscale.vcproj
27856         * gst/videotestsrc/videotestsrc.vcproj
27857         * gst/virtualdub/virtualdub.vcproj
27858         * gst/volenv/volenv.vcproj
27859         * gst/volume/volume.vcproj
27860         * gst/wavenc/wavenc.vcproj
27861         * gst/wavparse/wavparse.vcproj
27862         * gst/y4m/y4menc.vcproj
27863           more plugins supported under windows
27864
27865 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27866
27867         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27868         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
27869         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
27870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27871         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
27872           Add debugging statements.  Use the sizes as returned by the
27873           *CreateImage calls.
27874
27875 2004-07-26  Johan Dahlin  <johan@gnome.org>
27876
27877         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
27878         the pad is negotiated.
27879
27880         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
27881
27882 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27883
27884         * gst-libs/gst/colorbalance/colorbalance.vcproj:
27885         * gst-libs/gst/idct/idct.vcproj:
27886         * gst-libs/gst/media-info/media-info.vcproj:
27887         * gst-libs/gst/mixer/mixer.vcproj:
27888         * gst-libs/gst/navigation/navigation.vcproj:
27889         * gst-libs/gst/play/play.vcproj:
27890         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
27891         * gst-libs/gst/resample/resample.vcproj:
27892         * gst-libs/gst/tuner/tuner.vcproj:
27893         * gst-libs/gst/video/video.vcproj:
27894         * gst-libs/gst/xoverlay/xoverlay.vcproj:
27895           more plugins supported under windows
27896
27897 2004-07-25 Iain <iain@prettypeople.org>
27898
27899         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
27900         pad now rather than when the pad is created because state changes wipe
27901         explicit caps (fixes #148043).
27902
27903 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
27904
27905         reviewed by Benjamin Otte  <otte@gnome.org>
27906
27907         * ext/mad/gstmad.c:
27908           fix mad plugin crashing on Sun (fixes #148289)
27909
27910 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27911
27912         * gst/avi/avi.def:
27913         * gst/avi/avi.vcproj:
27914         * gst/matroska/matroska.def:
27915         * gst/matroska/matroska.vcproj:
27916           remove unused .def files
27917
27918 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27919
27920         * gst-libs/gst/audio/gstaudiofilter.c:
27921           Clean the local include
27922
27923 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27924
27925         * win32/gst.sln:
27926         * gst-libs/gst/audio/audio.def:
27927         * gst-libs/gst/audio/audio.vcproj:
27928         * gst-libs/gst/audio/audiofilter.vcproj:
27929         * gst-libs/gst/audio/riff.def:
27930         * gst-libs/gst/audio/riff.vcproj:
27931         * gst-libs/gst/gst-libs.def:
27932         * gst-libs/gst/gst-libs.vcproj:
27933         * gst/avi/avi.vcproj:
27934         * gst/avi/avi.vcproj:
27935           Copy the files where needed after building, cleaner projects
27936
27937 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27938
27939         * gst/matroska/ebml-write.c:
27940           Fix some 64 bits constants to be glib friendly
27941
27942 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
27943
27944         * win32/gst.sln:
27945         * gst-libs/gst/gst-libs.def:
27946         * gst-libs/gst/gst-libs.vcproj:
27947         * gst/matroska/matroska.def:
27948         * gst/matroska/matroska.vcproj:
27949           Add the preliminary canvas to build plugins on Win32
27950
27951 2004-07-23  Benjamin Otte  <otte@gnome.org>
27952
27953         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27954           don't enfore negotiation from source side, it breaks
27955           sinesrc ! audioconvert ! osssink
27956
27957 2004-07-22  David Schleef  <ds@schleef.org>
27958
27959         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
27960         for ELF files, since they can easily be recognized as audio/mpeg.
27961         (bug #147441)
27962
27963 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27964
27965         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27966         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
27967         (gst_videoscale_scale_nearest_24bit),
27968         (gst_videoscale_scale_nearest_16bit):
27969           fix 16bit and 24bit for stride (24bit might need testing)
27970           don't pretend we do more than one algorithm
27971
27972 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27973
27974         * configure.ac:
27975         * gst/Makefile.am:
27976         * gst/multifilesink/Makefile.am:
27977         * gst/multifilesink/gstmultifilesink.c:
27978         (gst_multifilesink_get_formats),
27979         (gst_multifilesink_get_query_types), (_do_init),
27980         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
27981         (gst_multifilesink_init), (gst_multifilesink_dispose),
27982         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
27983         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
27984         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
27985         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
27986         (gst_multifilesink_chain), (gst_multifilesink_change_state),
27987         (gst_multifilesink_uri_get_type),
27988         (gst_multifilesink_uri_get_protocols),
27989         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
27990         (gst_multifilesink_uri_handler_init), (plugin_init):
27991         * gst/multifilesink/gstmultifilesink.h:
27992         * testsuite/Makefile.am:
27993         * testsuite/multifilesink/Makefile.am:
27994         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
27995         (gst_newmedia_class_init), (gst_newmedia_init),
27996         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
27997         (newfile_signal), (test_signal), (main):
27998         multifilesink plugin for creating new files every time a new media
27999         discontinuity event occurs
28000
28001 2004-07-22  Wim Taymans  <wim@fluendo.com>
28002
28003         * gst/alpha/Makefile.am:
28004         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
28005         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
28006         (gst_alpha_color_init), (gst_alpha_color_set_property),
28007         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
28008         (transform), (gst_alpha_color_chain),
28009         (gst_alpha_color_change_state), (plugin_init):
28010         Stupid plugin to to RGBA to AYUV conversion because none of
28011         the colorspace plugins can handle that yet.
28012
28013 2004-07-22  Wim Taymans  <wim@fluendo.com>
28014
28015         * examples/seeking/seek.c: (update_scale), (main):
28016         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28017         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
28018         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
28019         (gst_decode_bin_init), (gst_decode_bin_dispose),
28020         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28021         (no_more_pads), (close_link), (type_found),
28022         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28023         (plugin_init):
28024         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28025         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28026         (gst_play_base_bin_dispose), (queue_overrun),
28027         (gen_preroll_element), (remove_prerolls), (unknown_type),
28028         (no_more_pads), (new_stream), (setup_source),
28029         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
28030         (play_base_eos), (gst_play_base_bin_change_state),
28031         (gst_play_base_bin_add_element),
28032         (gst_play_base_bin_remove_element),
28033         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28034         (gst_play_base_bin_unlink_stream),
28035         (gst_play_base_bin_get_streaminfo):
28036         * gst/playback/gstplaybin.c: (gen_video_element),
28037         (gen_audio_element):
28038         * gst/playback/gststreaminfo.h:
28039         More playback updates, attempt to fix things after the state change
28040         breakage.
28041
28042 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
28043
28044         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
28045         (gst_videoscale_scale_nearest_16bit):
28046           comment algorithm
28047
28048 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
28049
28050         * gst/videotestsrc/gstvideotestsrc.c:
28051         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
28052         (gst_videotestsrc_init), (gst_videotestsrc_get),
28053         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
28054         (gst_videotestsrc_get_property):
28055         * gst/videotestsrc/gstvideotestsrc.h:
28056         * gst/videotestsrc/videotestsrc.c:
28057         * gst/videotestsrc/videotestsrc.h:
28058           cleanup and commenting
28059
28060 2004-07-21  Wim Taymans  <wim@fluendo.com>
28061
28062         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
28063         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
28064         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
28065         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
28066         (_find_chain_get_unknown_part), (_find_streams_check),
28067         (gst_ogg_demux_push), (gst_ogg_pad_push):
28068         * ext/theora/theoradec.c: (theora_get_formats),
28069         (theora_dec_src_convert), (theora_dec_sink_convert),
28070         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28071         (theora_dec_chain):
28072         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28073         (vorbis_dec_convert), (vorbis_dec_src_query),
28074         (vorbis_dec_src_event), (vorbis_dec_event):
28075         More seeking fixes, oggdemux now supports seeking to time and
28076         uses the downstream element to convert granulepos to time.
28077         Seeking in theora-only ogg files now works.
28078
28079 2004-07-21  Wim Taymans  <wim@fluendo.com>
28080
28081         * ext/theora/theoradec.c: (gst_theora_dec_init),
28082         (theora_get_formats), (theora_get_event_masks),
28083         (theora_get_query_types), (theora_dec_src_convert),
28084         (theora_dec_sink_convert), (theora_dec_src_query),
28085         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
28086         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28087         (vorbis_get_event_masks), (vorbis_get_query_types),
28088         (gst_vorbis_dec_init), (vorbis_dec_convert),
28089         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
28090         Added query/convert/formats functions to vorbis and theora decoders
28091         so that the outside world can use them too. Fixed seeking on an
28092         ogg/theora/vorbis file by disabling the seeking seeking on the
28093         theora srcpad.
28094
28095 2004-07-21  Julien MOUTTE  <julien@moutte.net>
28096
28097         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28098         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
28099         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
28100         images creation for both elements. We don't create the image on caps
28101         nego or renego, we just destroy the internal one if present if it does
28102         not match the needs. The chain function takes care of creating a new
28103         image when needed.
28104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28105         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
28106         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
28107         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
28108         the image format information. The buffer pool checks for the context
28109         image format and discard images with different formats.
28110         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
28111
28112 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
28113
28114         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28115         (gst_ffmpegcolorspace_chain):
28116           no point in doing any chaining if the pad we want to push from
28117           isn't usable.
28118
28119 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28120
28121         * gst-libs/gst/riff/riff-media.c:
28122         (gst_riff_create_audio_caps_with_data):
28123           Fix double end-to-native symbol conversion (#148021).
28124
28125 2004-07-20  David Schleef  <ds@schleef.org>
28126
28127         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
28128         Don't use an Atom that doesn't exist.
28129
28130 2004-07-20  Wim Taymans  <wim@fluendo.com>
28131
28132         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
28133         (gst_multifdsink_add), (gst_multifdsink_get_stats),
28134         (gst_multifdsink_client_remove),
28135         (gst_multifdsink_handle_client_write),
28136         (gst_multifdsink_queue_buffer):
28137         * gst/tcp/gstmultifdsink.h:
28138         More multifdsink stats. Avoid deadlock by releasing locks
28139         before sending out a signal.
28140
28141 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28142
28143         * po/LINGUAS:
28144         * po/hu.po:
28145           added Hungarian translation (Laszlo Dvornik)
28146
28147 2004-07-20  Wim Taymans  <wim@fluendo.com>
28148
28149         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
28150         (gst_multifdsink_add), (gst_multifdsink_client_remove),
28151         (gst_multifdsink_handle_client_write),
28152         (gst_multifdsink_queue_buffer):
28153         * gst/tcp/gsttcp-marshal.list:
28154         Fixed the stupid marshal definition.
28155
28156 2004-07-20  Wim Taymans  <wim@fluendo.com>
28157
28158         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
28159         (gst_multifdsink_init), (gst_multifdsink_add),
28160         (gst_multifdsink_client_remove),
28161         (gst_multifdsink_handle_client_write),
28162         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
28163         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
28164         (gst_multifdsink_init_send):
28165         * gst/tcp/gstmultifdsink.h:
28166         Added more stats, added timeout for a client, fixed some typos
28167         and added some comments.
28168
28169 2004-07-20  Wim Taymans  <wim@fluendo.com>
28170
28171         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
28172         (gst_multifdsink_add), (gst_multifdsink_get_stats),
28173         (gst_multifdsink_client_remove),
28174         (gst_multifdsink_handle_client_write):
28175         * gst/tcp/gstmultifdsink.h:
28176         * gst/tcp/gsttcp-marshal.list:
28177         Added get_stats method that returns a GValueArray of
28178         stats values.
28179
28180 2004-07-19  Benjamin Otte  <otte@gnome.org>
28181
28182         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28183           make sure longname, description and author are valid UTF-8
28184
28185 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28186
28187         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
28188         (gst_ximagesink_set_property):
28189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
28190         (gst_xvimagesink_set_property):
28191           make sure SYNCHRONOUS is respected after getting the X context
28192
28193 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28194
28195         * gst/matroska/matroska-demux.c:
28196         (gst_matroska_demux_handle_src_event),
28197         (gst_matroska_demux_parse_blockgroup):
28198         * gst/matroska/matroska-ids.h:
28199           add BlockReference tag and ignore it to clear out log.
28200           ignore NAVIGATION events to clear out log.
28201
28202 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28203
28204         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
28205         (gst_matroska_demux_add_stream):
28206         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
28207           add debug categories
28208
28209 2004-07-16  Wim Taymans  <wim@fluendo.com>
28210
28211         * ext/libpng/Makefile.am:
28212         * ext/libpng/gstpng.c: (plugin_init):
28213         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
28214         (gst_pngdec_get_type), (gst_pngdec_base_init),
28215         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
28216         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
28217         * ext/libpng/gstpngdec.h:
28218         Added png decoder.
28219
28220 2004-07-16  Julien MOUTTE  <julien@moutte.net>
28221
28222         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28223         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
28224         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
28225         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
28226         (gst_ximagesink_buffer_alloc):
28227         * sys/ximage/ximagesink.h:
28228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28229         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28230         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
28231         (gst_xvimagesink_buffer_alloc):
28232         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
28233         again. Using internal data pointer of the x(v)image to store image's
28234         data to be coherent with the buffer alloc mechanism. Investigated the
28235         image destruction code to be sure that everything gets freed correctly.
28236
28237 2004-07-16  Wim Taymans  <wim@fluendo.com>
28238
28239         * gst-libs/gst/riff/riff-read.c:
28240         (gst_riff_read_strf_vids_with_data),
28241         (gst_riff_read_strf_auds_with_data):
28242         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
28243         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28244         Make sure we don't create 0 sized subbuffers in riff-read.
28245         Signal the no more pads signal after reading the avi header.
28246
28247 2004-07-16  Wim Taymans  <wim@fluendo.com>
28248
28249         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28250         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
28251         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
28252         (gst_decode_bin_init), (gst_decode_bin_dispose),
28253         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28254         (no_more_pads), (close_link), (type_found),
28255         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28256         (gst_decode_bin_change_state), (plugin_init):
28257         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28258         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28259         (gst_play_base_bin_dispose), (queue_overrun),
28260         (gen_preroll_element), (remove_prerolls), (unknown_type),
28261         (no_more_pads), (new_stream), (setup_source),
28262         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
28263         (play_base_eos), (gst_play_base_bin_change_state),
28264         (gst_play_base_bin_add_element),
28265         (gst_play_base_bin_remove_element),
28266         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28267         (gst_play_base_bin_unlink_stream),
28268         (gst_play_base_bin_get_streaminfo):
28269         * gst/playback/gstplaybasebin.h:
28270         Better error recovery. Added configurable preroll queue size. Faster
28271         detection of no-more-pads.
28272
28273 2004-07-16  Wim Taymans  <wim@fluendo.com>
28274
28275         * gst-libs/gst/video/video.h:
28276         Added 32 bits RGBA. Not sure if we should use another mime-type
28277         for alpha rgb. Currently the presence of the alpha_mask property
28278         signals an alpha channel.
28279
28280 2004-07-16  Wim Taymans  <wim@fluendo.com>
28281
28282         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28284         FPS seems to be 0.0 to MAX everywhere else.
28285
28286 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28287
28288         * gst-libs/gst/riff/riff-media.c:
28289         (gst_riff_create_video_caps_with_data):
28290           mp42/mp43 (no caps) exist too.
28291         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
28292           Set pixel_width/height; we've got them in-caps.
28293         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28294         * gst/wavparse/gstwavparse.c: (plugin_init):
28295           Both are valid primary.
28296         * sys/oss/gstossmixer.c:
28297           Remove i18n hack and enable translations.
28298
28299 2004-07-15  Benjamin Otte  <otte@gnome.org>
28300
28301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28302         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
28303           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
28304
28305 2004-07-15  Benjamin Otte  <otte@gnome.org>
28306
28307         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28308         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
28309         (gst_alsa_close_audio):
28310           disable some of the debugging code for now. Writing debugging to a
28311           buffer is broken in current alsalib releases.
28312
28313 2004-07-12  Benjamin Otte  <otte@gnome.org>
28314
28315         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
28316           use bufferpools
28317
28318 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28319
28320         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
28321         (theora_dec_src_query), (theora_dec_event):
28322         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
28323           add debugging categories.  Remove \n's.
28324
28325 2004-07-13  Johan Dahlin  <johan@gnome.org>
28326
28327         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
28328         (gst_play_bin_get_property): Impl.
28329
28330 2004-07-13  Wim Taymans  <wim@fluendo.com>
28331
28332         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
28333         When trying to find the stream length, seek back N pages
28334         instead of just one, where N is the number of streams in
28335         the current chain.
28336
28337 2004-07-13  Wim Taymans  <wim@fluendo.com>
28338
28339         * gst-libs/gst/riff/riff-media.c:
28340         (gst_riff_create_audio_caps_with_data),
28341         (gst_riff_create_audio_caps),
28342         (gst_riff_create_audio_template_caps):
28343         * gst-libs/gst/riff/riff-media.h:
28344         * gst-libs/gst/riff/riff-read.c:
28345         (gst_riff_read_strf_vids_with_data),
28346         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
28347         * gst-libs/gst/riff/riff-read.h:
28348         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
28349         (gst_avi_demux_add_stream):
28350         Set codec_data on caps for avidemuxer.
28351
28352 2004-07-12  David Schleef  <ds@schleef.org>
28353
28354         * configure.ac: Fix test for Objective C
28355
28356 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
28357         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
28358         (gst_gdk_pixbuf_chain):
28359           Add svg and pcx to template caps, and ensure that getcaps returns a
28360           subset of the template caps.
28361           Copy each row manually for output, as gdkpixbuf may pad the
28362           rowstride to a 32-bit word boundary.
28363
28364 2004-07-12  Wim Taymans  <wim@fluendo.com>
28365
28366         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
28367         (gst_riff_create_video_template_caps):
28368         Fix the template caps to include some more media types.
28369
28370 2004-07-12  Wim Taymans  <wim@fluendo.com>
28371
28372         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28373         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28374         (compare_ranks), (print_feature), (gst_decode_bin_init),
28375         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
28376         (try_to_link_1), (new_pad), (close_link), (type_found),
28377         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28378         (gst_decode_bin_change_state), (plugin_init):
28379         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28380         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28381         (gst_play_base_bin_dispose), (queue_overrun),
28382         (gen_preroll_element), (remove_prerolls), (no_more_pads),
28383         (new_stream), (setup_source), (gst_play_base_bin_set_property),
28384         (gst_play_base_bin_get_property), (play_base_eos),
28385         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28386         (gst_play_base_bin_remove_element),
28387         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28388         (gst_play_base_bin_unlink_stream),
28389         (gst_play_base_bin_get_streaminfo):
28390         * gst/playback/gstplaybasebin.h:
28391         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28392         (gst_play_bin_class_init), (gst_play_bin_init),
28393         (gst_play_bin_dispose), (gst_play_bin_set_property),
28394         (gst_play_bin_get_property), (gen_video_element),
28395         (gen_audio_element), (remove_sinks), (setup_sinks),
28396         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
28397         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28398         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28399         (gst_play_bin_query), (plugin_init):
28400         * gst/playback/test4.c: (main):
28401         More fixes on reusing of the element.
28402
28403 2004-07-11  Benjamin Otte  <otte@gnome.org>
28404
28405         * ext/mad/gstmad.c: (normal_seek):
28406           allow seeking for other methods than just SET
28407
28408 2004-07-11  Andy Wingo  <wingo@pobox.com>
28409
28410         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
28411         float, "any" caps -> buffer_frames=[0,MAX].
28412
28413         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
28414         doesn't intersect our caps with the template any more. Do it
28415         ourselves.
28416         (interleave_buffered_loop): Use g_newa instead of malloc/free.
28417
28418 2004-07-09  Wim Taymans  <wim@fluendo.com>
28419
28420         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28421         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28422         (compare_ranks), (print_feature), (gst_decode_bin_init),
28423         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
28424         (try_to_link_1), (new_pad), (close_link), (type_found),
28425         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28426         (gst_decode_bin_change_state), (plugin_init):
28427         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28428         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28429         (gst_play_base_bin_dispose), (queue_overrun),
28430         (gen_preroll_element), (remove_prerolls), (no_more_pads),
28431         (new_stream), (setup_source), (gst_play_base_bin_set_property),
28432         (gst_play_base_bin_get_property), (play_base_eos),
28433         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28434         (gst_play_base_bin_remove_element),
28435         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28436         (gst_play_base_bin_unlink_stream),
28437         (gst_play_base_bin_get_streaminfo):
28438         * gst/playback/gstplaybasebin.h:
28439         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28440         (gst_play_bin_class_init), (gst_play_bin_init),
28441         (gst_play_bin_dispose), (gst_play_bin_set_property),
28442         (gst_play_bin_get_property), (gen_video_element),
28443         (gen_audio_element), (remove_sinks), (setup_sinks),
28444         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
28445         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28446         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28447         (gst_play_bin_query), (plugin_init):
28448         * gst/playback/test4.c: (main):
28449         Work on object reuse and seeking.
28450
28451 2004-07-09  Wim Taymans  <wim@fluendo.com>
28452
28453         * examples/seeking/seek.c: (iterate):
28454         Don't consume all CPU in the idle loop.
28455
28456 2004-07-09  Wim Taymans  <wim@fluendo.com>
28457
28458         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
28459         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
28460         Add pad to element *after* setting the pad functions so that
28461         the scheduler can use the correct ones.
28462
28463 2004-07-09  Wim Taymans  <wim@fluendo.com>
28464
28465         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
28466         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
28467         Sync to keyframe after seek
28468
28469 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28470
28471         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28472         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28473         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
28474         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
28475         * ext/libvisual/visual.c: (gst_visual_change_state):
28476         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
28477         * ext/theora/theoradec.c: (theora_dec_change_state):
28478         * ext/theora/theoraenc.c: (theora_enc_change_state):
28479         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
28480         * gst-libs/gst/navigation/navigation.c:
28481         * gst/adder/gstadder.c: (gst_adder_change_state):
28482         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
28483         (gst_audio_convert_get_buffer):
28484         * gst/multipart/multipartdemux.c:
28485         (gst_multipart_demux_change_state):
28486         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
28487         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28488         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28489         * gst/videoscale/gstvideoscale.c:
28490         (gst_videoscale_handle_src_event):
28491         * gst/volume/gstvolume.c: (volume_chain_int16):
28492           don't assert in state change, this should be done by the base
28493           GstElement class.
28494           various debugging fixes.
28495
28496 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28497
28498         * configure.ac:
28499         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28500         (gst_play_dispose), (gst_play_set_location),
28501         (gst_play_set_data_src), (gst_play_set_video_sink),
28502         (gst_play_set_audio_sink), (gst_play_set_visualization),
28503         (gst_play_connect_visualization), (gst_play_get_sink_element),
28504         (gst_play_get_all_by_interface):
28505         * gst-libs/gst/play/play.h:
28506           add new method to get elements implementing an interface.
28507           add various error logging
28508
28509 2004-07-08  Wim Taymans  <wim@fluendo.com>
28510
28511         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
28512         (make_mpeg_pipeline), (make_mpegnt_pipeline),
28513         (make_playerbin_pipeline), (query_durations_elems),
28514         (query_durations_pads), (query_positions_elems),
28515         (query_positions_pads), (update_scale), (iterate), (stop_seek),
28516         (main):
28517         Added playbin seeking example.
28518
28519 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28520
28521         * gst-libs/gst/play/play.c: (gst_play_set_location),
28522         (gst_play_set_data_src), (gst_play_set_video_sink),
28523         (gst_play_set_audio_sink), (gst_play_set_visualization),
28524         (gst_play_connect_visualization), (gst_play_get_framerate):
28525           use a macro to look up elements from hash table
28526
28527 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28528
28529         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28530         (gst_play_get_length_callback), (gst_play_set_location),
28531         (gst_play_seek_to_time), (gst_play_set_data_src),
28532         (gst_play_set_video_sink), (gst_play_set_audio_sink),
28533         (gst_play_set_visualization), (gst_play_connect_visualization),
28534         (gst_play_get_sink_element):
28535         - add debugging info
28536         - fix looking up sink elements by iterating over complete caps
28537         - put everything except for source and autoplugger in a complete bin
28538
28539 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28540
28541         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
28542         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
28543         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
28544         (gst_alsa_sink_write), (gst_alsa_sink_loop):
28545         * ext/alsa/gstalsasink.h:
28546         - add debugging info
28547         - clean up schizophrenia of data/buffer/event
28548         - fix double event unref error
28549
28550 2004-07-08  Wim Taymans  <wim@fluendo.com>
28551
28552         * gst/playback/Makefile.am:
28553         Add headers to noinst
28554
28555 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28556
28557         * tools/gst-launch-ext-m.m:
28558         * tools/gst-launch-ext.1.in:
28559           convert to the third millenium
28560
28561 2004-07-07  David Schleef  <ds@schleef.org>
28562
28563         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
28564
28565 2004-07-07  Wim Taymans  <wim@fluendo.com>
28566
28567         * gst/playback/Makefile.am:
28568         * gst/playback/README:
28569         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28570         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28571         (compare_ranks), (print_feature), (gst_decode_bin_init),
28572         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
28573         (try_to_link_1), (new_pad), (close_link), (type_found),
28574         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28575         (plugin_init):
28576         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28577         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28578         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
28579         (gen_preroll_element), (no_more_pads), (new_stream),
28580         (setup_source), (gst_play_base_bin_set_property),
28581         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
28582         (gst_play_base_bin_add_element),
28583         (gst_play_base_bin_remove_element),
28584         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28585         (gst_play_base_bin_unlink_stream),
28586         (gst_play_base_bin_get_streaminfo):
28587         * gst/playback/gstplaybasebin.h:
28588         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28589         (gst_play_bin_class_init), (gst_play_bin_init),
28590         (gst_play_bin_dispose), (gst_play_bin_set_property),
28591         (gst_play_bin_get_property), (gen_video_element),
28592         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
28593         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28594         (gst_play_bin_get_formats), (gst_play_bin_convert),
28595         (gst_play_bin_get_query_types), (gst_play_bin_query),
28596         (plugin_init):
28597         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
28598         (gst_stream_info_get_type), (gst_stream_info_class_init),
28599         (gst_stream_info_init), (gst_stream_info_new),
28600         (gst_stream_info_dispose), (gst_stream_info_set_property),
28601         (gst_stream_info_get_property):
28602         * gst/playback/gststreaminfo.h:
28603         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
28604         (main):
28605         * gst/playback/test2.c: (main):
28606         * gst/playback/test3.c: (update_scale), (main):
28607         More playbin fixes. Added README. Do better element filtering.
28608         Added base class to preroll media. Added test apps.
28609
28610 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28611
28612         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
28613         * ext/mpeg2dec/gstmpeg2dec.h:
28614           various debugging improvements.  Reset stream to next picture
28615           instead of sequence header, otherwise seeks cannot work.
28616
28617 2004-07-07  Wim Taymans  <wim@fluendo.com>
28618
28619         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
28620         (gst_video_box_class_init), (gst_video_box_set_property),
28621         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
28622         Use pad_alloc where possible.
28623
28624 2004-07-07  Wim Taymans  <wim@fluendo.com>
28625
28626         * sys/oss/gstosselement.c: (gst_osselement_reset),
28627         (gst_osselement_parse_caps):
28628         * sys/oss/gstosselement.h:
28629         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28630         Fix offset on osssrc.
28631
28632 2004-07-07  Wim Taymans  <wim@fluendo.com>
28633
28634         * ext/theora/theora.c: (plugin_init):
28635         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
28636         (theora_dec_src_query), (theora_dec_chain):
28637         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28638         (theora_enc_sink_link), (theora_buffer_from_packet),
28639         (theora_push_packet), (theora_enc_chain):
28640         Fix theora granulepos calculation.
28641         Fix overflow in duration/position calculation.
28642         Bump rank to PRIMARY for theoradec.
28643         Use granulepos of last packet to calculate position.
28644         Set keyframe flag on buffers when needed.
28645
28646 2004-07-06  David Schleef  <ds@schleef.org>
28647
28648         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
28649         serious?  (Fixed, obviously.)
28650
28651 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28652
28653         * po/LINGUAS:
28654         * po/cs.po:
28655           added Czech translation (Miloslav Trmac)
28656
28657 2004-07-05  Wim Taymans  <wim@fluendo.com>
28658
28659         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28660         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28661         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
28662         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28663         (close_link), (type_found), (gst_decode_bin_set_property),
28664         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
28665         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
28666         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
28667         (gst_decode_bin_query), (plugin_init):
28668         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28669         (gst_play_bin_class_init), (gst_play_bin_init),
28670         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
28671         (get_video_element), (new_pad), (setup_source),
28672         (gst_play_bin_set_property), (gst_play_bin_get_property),
28673         (gst_play_bin_change_state), (gst_play_bin_add_element),
28674         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
28675         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28676         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28677         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
28678         * gst/playback/test.c: (main):
28679         More fixes, cleaned up playbin, make it use decodebin. Added
28680         threaded property to playbin.
28681
28682 2004-07-05  Wim Taymans  <wim@fluendo.com>
28683
28684         * configure.ac:
28685         * gst/playback/Makefile.am:
28686         * gst/playback/decodetest.c: (main):
28687         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28688         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28689         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
28690         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28691         (close_link), (type_found), (gst_decode_bin_set_property),
28692         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
28693         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
28694         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
28695         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
28696         (plugin_init):
28697         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28698         (gst_play_bin_class_init), (gst_play_bin_init),
28699         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
28700         (collect_sink_pads), (find_compatibles), (close_pad_link),
28701         (try_to_link_1), (new_pad), (close_link), (type_found),
28702         (setup_source), (gst_play_bin_set_property),
28703         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
28704         (compare_ranks), (gst_play_bin_collect_factories),
28705         (gst_play_bin_change_state), (gst_play_bin_add_element),
28706         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
28707         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28708         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28709         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
28710         * gst/playback/test.c: (main):
28711         Added some playback helper elements and some test apps, very alpha
28712         still.
28713
28714 2004-07-04  Benjamin Otte  <otte@gnome.org>
28715
28716         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
28717           only restart audio when we indeed have an xrun to fix repeated
28718           xruns. Fix suggested by Giuliano Pochini.
28719
28720 2004-07-03  David Schleef  <ds@schleef.org>
28721
28722         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
28723         call to gst_debug_log() if debugging is disabled (bug #145118)
28724
28725 2004-07-03  Benjamin Otte  <otte@gnome.org>
28726
28727         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
28728           use our own functions for restarting the alsa device.
28729         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28730           I should apply patches myself - use MIN for the third argument, not
28731           the second, this fixes seeking
28732
28733 2004-07-02  David Schleef  <ds@schleef.org>
28734
28735         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28736         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
28737         do with the logic.
28738
28739 2004-07-02  David Schleef  <ds@schleef.org>
28740
28741         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
28742         output buffers.  Fix logic mistake.  (bug #144866)
28743
28744 2004-07-02  David Schleef  <ds@schleef.org>
28745
28746         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
28747         on X.  (bug #144753)
28748
28749 2004-07-02  David Schleef  <ds@schleef.org>
28750
28751         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
28752         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
28753         (bug #144624)
28754         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
28755         (gst_osselement_rate_probe_check): Add another workaround for
28756         buggy drivers (bug #145336)
28757
28758 2004-07-02  David Schleef  <ds@schleef.org>
28759
28760         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
28761         Most systems don't have MSG_NOSIGNAL.
28762
28763 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28764
28765         * Makefile.am:
28766         * gst-libs/gst/colorbalance/Makefile.am:
28767         * gst-libs/gst/mixer/Makefile.am:
28768         * gst-libs/gst/play/Makefile.am:
28769         * gst-libs/gst/tuner/Makefile.am:
28770           (hopefully) fix both install and dist and make error message useful.
28771           needs testing across automakes.
28772
28773 2004-07-02  Benjamin Otte  <otte@gnome.org>
28774
28775         * ext/ogg/gstogg.c: (plugin_init):
28776           we require bytestream now
28777         * ext/ogg/gstoggdemux.c:
28778           huge diff to implement chain setup in a fast and generic way. This
28779           improves tag reading and startup of huge files (read: Theora videos)
28780           quite a bit. It probably contains bugs, too, so please test.
28781           Seeking is not improved to the fast method.
28782
28783 2004-06-29  Wim Taymans  <wim@fluendo.com>
28784
28785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28786         * ext/ogg/gstoggmux.c:
28787         Fix memleak in oggdemux when running unconnected pads.
28788         doc update in mux, start working on keyframe mode.
28789
28790 2004-06-29  Benjamin Otte  <otte@gnome.org>
28791
28792         * sys/oss/gstosssink.c:
28793         * sys/oss/gstosssrc.c:
28794           advertise correct template caps - we indeed do non-native endianness
28795           and 8bit audio has no endianness
28796         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
28797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
28798           avoid (wrong) duplications in getcaps function and return
28799           template caps
28800
28801 2004-06-29  Wim Taymans  <wim@fluendo.com>
28802
28803         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28804         (gst_multifdsink_class_init), (gst_multifdsink_add),
28805         (gst_multifdsink_remove), (gst_multifdsink_clear),
28806         (gst_multifdsink_client_remove),
28807         (gst_multifdsink_handle_client_read),
28808         (gst_multifdsink_client_queue_data),
28809         (gst_multifdsink_client_queue_caps),
28810         (gst_multifdsink_client_queue_buffer),
28811         (gst_multifdsink_handle_client_write),
28812         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28813         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28814         (gst_multifdsink_init_send), (gst_multifdsink_close):
28815         Fix wrong GList iteration that could crash the server when
28816         more then 2 clients disconnect at the same time. Read all the
28817         pending commands in one batch to recover from command storms under
28818         very heavy load.
28819
28820 2004-06-28  Wim Taymans  <wim@fluendo.com>
28821
28822         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
28823         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
28824         (gst_videomixer_pad_set_property),
28825         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
28826         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
28827         (gst_videomixer_class_init), (gst_videomixer_init),
28828         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
28829         (pad_zorder_compare), (gst_videomixer_sort_pads),
28830         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28831         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
28832         (gst_videomixer_update_queues), (gst_videomixer_loop),
28833         (plugin_init):
28834         Avoid divide by zero, choose masterpad as the pad with the highest
28835         framerate.
28836
28837 2004-06-27  Julien Moutte  <julien@moutte.net>
28838
28839         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
28840         (gst_ximagesink_xwindow_new):
28841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
28842         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
28843         function directly. We might want to call it from somewhere else one day.
28844
28845 2004-06-27  Julien Moutte  <julien@moutte.net>
28846
28847         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
28848         (gst_ximagesink_xwindow_new):
28849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
28850         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
28851         window decorations.
28852
28853 2004-06-27  Wim Taymans  <wim@fluendo.com>
28854
28855         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
28856         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28857         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
28858         (gst_dvdec_set_property), (gst_dvdec_get_property):
28859         * ext/dv/gstdvdec.h:
28860         Implement drop_factor property to lower the framerate with
28861         a factor.
28862
28863 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28864
28865         * gst-libs/gst/colorbalance/Makefile.am:
28866         * gst-libs/gst/mixer/Makefile.am:
28867         * gst-libs/gst/play/Makefile.am:
28868         * gst-libs/gst/tuner/Makefile.am:
28869           unbreak Company's fix that didn't install the -enum.h files
28870
28871 2004-06-27  Wim Taymans  <wim@fluendo.com>
28872
28873         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
28874         (gst_dvdec_change_state):
28875         * ext/dv/gstdvdec.h:
28876         Fix timestamp, duration and offset of the buffers.
28877
28878 2004-06-27  Wim Taymans  <wim@fluendo.com>
28879
28880         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28881         (gst_multifdsink_class_init), (gst_multifdsink_add),
28882         (gst_multifdsink_remove), (gst_multifdsink_clear),
28883         (gst_multifdsink_client_remove),
28884         (gst_multifdsink_handle_client_read),
28885         (gst_multifdsink_client_queue_data),
28886         (gst_multifdsink_client_queue_caps),
28887         (gst_multifdsink_client_queue_buffer),
28888         (gst_multifdsink_handle_client_write),
28889         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28890         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28891         (gst_multifdsink_init_send), (gst_multifdsink_close):
28892         * gst/tcp/gstmultifdsink.h:
28893         * gst/tcp/gsttcpserversink.c:
28894         (gst_tcpserversink_handle_server_read),
28895         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
28896         More multifdsink fixes, more recovery policy fixes.
28897         Removed stupid g_print
28898
28899 2004-06-26  Wim Taymans  <wim@fluendo.com>
28900
28901         * gst/tcp/Makefile.am:
28902         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28903         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
28904         (gst_multifdsink_class_init), (gst_multifdsink_init),
28905         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
28906         (gst_multifdsink_handle_client_read),
28907         (gst_multifdsink_client_queue_data),
28908         (gst_multifdsink_client_queue_caps),
28909         (gst_multifdsink_client_queue_buffer),
28910         (gst_multifdsink_handle_client_write),
28911         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28912         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28913         (gst_multifdsink_chain), (gst_multifdsink_set_property),
28914         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
28915         (gst_multifdsink_close), (gst_multifdsink_change_state):
28916         * gst/tcp/gstmultifdsink.h:
28917         * gst/tcp/gsttcpplugin.c: (plugin_init):
28918         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
28919         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
28920         (gst_tcpserversink_handle_server_read),
28921         (gst_tcpserversink_handle_select),
28922         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
28923         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
28924         * gst/tcp/gsttcpserversink.h:
28925         Added multifdsink, made tcpserversink a subclass of fdsink, removed
28926         one of the locks, added recovery policy to multifdsink.
28927
28928 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28929
28930         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
28931           fix decision for when getting frames with same timestamp
28932         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28933         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28934         (gst_v4lsrc_get_property):
28935         * sys/v4l/gstv4lsrc.h:
28936           add latency offset property
28937
28938 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28939
28940         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
28941         (plugin_init):
28942           fix debugging. add category.
28943
28944 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28945
28946         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28947           fix wrong offsets
28948
28949 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28950
28951         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28952         (gst_alsa_src_get_time), (gst_alsa_src_loop),
28953         (gst_alsa_src_change_state):
28954           return a time that is in sync with the element's processing
28955
28956 2004-06-25  Wim Taymans  <wim@fluendo.com>
28957
28958         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
28959         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
28960         (gst_tcpserversink_client_remove),
28961         (gst_tcpserversink_handle_client_read),
28962         (gst_tcpserversink_client_queue_data),
28963         (gst_tcpserversink_client_queue_caps),
28964         (gst_tcpserversink_client_queue_buffer),
28965         (gst_tcpserversink_handle_client_write),
28966         (gst_tcpserversink_queue_buffer),
28967         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
28968         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
28969         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
28970         (gst_tcpserversink_close):
28971         * gst/tcp/gsttcpserversink.h:
28972         Serversink rewrite. Really do non blocking writes to clients and
28973         maintain an internal queue to handle slower clients while not
28974         disturbing fast clients.
28975
28976 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28977
28978         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28979           better debug, don't override OFFSET and OFFSET_END
28980
28981 2004-06-25  Iain <iain@prettypeople.org>
28982
28983         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
28984         name=source for the wavparse pipeline.
28985
28986 2004-06-24  Johan Dahlin  <johan@gnome.org>
28987
28988         * ext/theora/theoraenc.c (theora_enc_chain): Call
28989         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
28990         streamheader caps are set correctly.
28991
28992 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28993
28994         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28995         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
28996           respect minimum bitrate; same could be done for max bitrate
28997
28998 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28999
29000         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
29001         (gst_vorbisenc_setup):
29002           fix sample rate range
29003
29004 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
29005
29006         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
29007         (gst_oggvorbisenc_setup):
29008         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
29009         (gst_vorbisenc_setup):
29010           resolve ambiguities in code and description
29011
29012 2004-06-24  Wim Taymans  <wim@fluendo.com>
29013
29014         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
29015         * ext/alsa/gstalsa.h:
29016         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
29017         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
29018         Use alsa trigger_tstamp to get the timestamp of the first
29019         sample in the buffer for more precise sync. Some cleanups.
29020
29021 2004-06-24  Wim Taymans  <wim@fluendo.com>
29022
29023         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
29024         (gst_audiorate_init), (gst_audiorate_chain),
29025         (gst_audiorate_set_property), (gst_audiorate_get_property):
29026         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
29027         (gst_videorate_chain):
29028         Added some logging, fixed an overflow bug in videorate.
29029
29030 2004-06-24  Benjamin Otte  <otte@gnome.org>
29031
29032         * ext/kio/Makefile.am:
29033           fix for builddir != srcdir and distcheck
29034
29035 2004-06-24  Benjamin Otte  <otte@gnome.org>
29036
29037         * gst-libs/gst/colorbalance/Makefile.am:
29038         * gst-libs/gst/mixer/Makefile.am:
29039         * gst-libs/gst/play/Makefile.am:
29040         * gst-libs/gst/tuner/Makefile.am:
29041         * gst/tcp/Makefile.am:
29042         * sys/dxr3/Makefile.am:
29043           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
29044           tarball.
29045           Also add all *.list files that were missing.
29046         * Makefile.am:
29047           add a distcheck hook to ensure the above doesn't happen again.
29048
29049 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
29050
29051         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
29052
29053 2004-06-23  Colin Walters  <walters@redhat.com>
29054
29055         * m4/Makefile.am: Distribute gst-fionread.m4.
29056
29057 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29058
29059         * configure.ac: back to dev
29060
29061 2004-06-23  Wim Taymans  <wim@fluendo.com>
29062
29063         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29064         (gst_alsa_xrun_recovery):
29065         * ext/alsa/gstalsa.h:
29066         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29067         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
29068         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
29069         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
29070         (gst_alsa_src_loop):
29071         Add clock to alsasrc. Take new capture timestamp when
29072         restarting after an overrun. Split up some functions between
29073         alsasrc and alsasink.
29074
29075 === release 0.8.2 ===
29076
29077 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29078
29079         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
29080         (gst_alsa_change_state), (gst_alsa_update_avail),
29081         (gst_alsa_xrun_recovery):
29082         * ext/alsa/gstalsa.h:
29083         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29084           merge back changes from release
29085
29086 2004-06-23  Wim Taymans  <wim@fluendo.com>
29087
29088         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
29089         (gst_audiorate_init), (gst_audiorate_chain),
29090         (gst_audiorate_set_property), (gst_audiorate_get_property):
29091         Implement sample dropping and notify
29092
29093 2004-06-22  Wim Taymans  <wim@fluendo.com>
29094
29095         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
29096         (theora_enc_sink_link), (theora_buffer_from_packet),
29097         (theora_push_packet), (theora_enc_chain):
29098         Some cleanups, make sure the timestamps are correct.
29099
29100 2004-06-22  Wim Taymans  <wim@fluendo.com>
29101
29102         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
29103         (gst_alsa_change_state), (gst_alsa_update_avail),
29104         (gst_alsa_xrun_recovery):
29105         * ext/alsa/gstalsa.h:
29106         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29107         Cleanups, take queued samples into account when reporting
29108         the time.
29109
29110 2004-06-22  Wim Taymans  <wim@fluendo.com>
29111
29112         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
29113         (gst_videorate_init):
29114         Initialize the property as well.
29115
29116 2004-06-22  Wim Taymans  <wim@fluendo.com>
29117
29118         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
29119         (gst_videorate_init), (gst_videorate_chain),
29120         (gst_videorate_set_property), (gst_videorate_get_property):
29121         Add property to make videorate silent.
29122         Add property to prefer new frames over old ones.
29123
29124 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29125
29126         * sys/osxvideo/Makefile.am:
29127         Workaround so that the osxvideo .so file gets linked with the
29128         Cocoa, OpenGL and QuickTime frameworks
29129
29130 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29131
29132         * sys/osxaudio/Makefile.am:
29133         Workaround so that the osxaudio .so file gets linked with the
29134         CoreAudio framework
29135
29136 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29137
29138         * configure.ac:
29139         Whoops, my fault...fixed build issues
29140
29141 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29142
29143         * configure.ac:
29144         Add objective-c support if running in Darwin/Mac OS X
29145         * sys/Makefile.am:
29146         * sys/osxvideo:
29147         * sys/osxvideo/Makefile.am:
29148         * sys/osxvideo/osxvideosink.h:
29149         * sys/osxvideo/osxvideosink.m:
29150         * sys/osxvideo/cocoawindow.h:
29151         * sys/osxvideo/cocoawindow.m:
29152         Add osxvideosink, a cocoa-based osx video sink
29153
29154
29155 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
29156         * ext/dvdnav/gst-dvd:
29157         Grab the gconf key from the right spot
29158         * gst/debug/gstnavseek.c: (gst_navseek_init),
29159         (gst_navseek_segseek), (gst_navseek_handle_src_event),
29160         (gst_navseek_chain):
29161         * gst/debug/gstnavseek.h:
29162           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
29163           and loop parameters of a segment seek.
29164         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
29165         (gst_videotestsrc_get_event_masks),
29166         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
29167         * gst/videotestsrc/gstvideotestsrc.h:
29168           Add seeking support to videotestsrc
29169           Initialise the timestamp_offset variable.
29170
29171 2004-06-18  Wim Taymans  <wim@fluendo.com>
29172
29173         * ext/sidplay/gstsiddec.cc:
29174         Fix negotiation and set correct end offset.
29175
29176 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29177
29178         * configure.ac: branch and prerelease
29179
29180 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29181
29182         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
29183         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
29184         (gst_tcpclientsrc_init_receive):
29185         * gst/tcp/gsttcpclientsrc.h:
29186           read caps when connecting to server for GDP so we set them correctly
29187
29188 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29189
29190         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
29191           notify drops and duplicates
29192         * gst/videoscale/videoscale.c: (videoscale_get_structure):
29193           no good reason to limit ourselves to 100x100
29194
29195 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29196
29197         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29198         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29199         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
29200         (gst_v4lsrc_get_property):
29201         * sys/v4l/gstv4lsrc.h:
29202         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
29203         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
29204         (gst_v4l_set_audio):
29205         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
29206         (gst_v4lsrc_try_capture):
29207         * sys/v4l/v4lsrc_calls.h:
29208           change try_palette to more general try_capture
29209           add autoprobe option so we can turn off autoprobing
29210           various fixes
29211
29212 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29213
29214         * configure.ac:
29215           add videorate
29216         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
29217         (gst_ximagesink_class_init):
29218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
29219         (gst_xvimagesink_class_init):
29220           run them as finalize, not dispose, since dispose can be invoked
29221           multiple times
29222
29223 2004-06-17  Wim Taymans  <wim@fluendo.com>
29224
29225         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
29226         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
29227         * ext/alsa/gstalsa.h:
29228         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
29229         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
29230         (gst_alsa_src_change_state):
29231         * ext/alsa/gstalsasrc.h:
29232         Make the xrun code timestamp and offset the buffers correctly.
29233         moved the clock to the base class, use alsa methods to get time.
29234         Do correct timestamping on outgoing buffers.
29235
29236 2004-06-17  Wim Taymans  <wim@fluendo.com>
29237
29238         * gst/audiorate/Makefile.am:
29239         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
29240         (gst_audiorate_base_init), (gst_audiorate_class_init),
29241         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
29242         (gst_audiorate_set_property), (gst_audiorate_get_property),
29243         (gst_audiorate_change_state), (plugin_init):
29244         Added an audiorate converter that fills in gaps.
29245
29246 2004-06-17  Johan Dahlin  <johan@gnome.org>
29247
29248         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
29249
29250 2004-06-16  Wim Taymans  <wim@fluendo.com>
29251
29252         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
29253         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
29254         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
29255         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
29256         (gst_v4lsrc_get_property):
29257         * sys/v4l/gstv4lsrc.h:
29258         Added a copy mode to v4lsrc where it will output a copied version
29259         of its internal hardware buffer.
29260         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
29261         can't | them.
29262
29263 2004-06-16  Wim Taymans  <wim@fluendo.com>
29264
29265         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29266         Timestamp fixes.
29267
29268 2004-06-16  Wim Taymans  <wim@fluendo.com>
29269
29270         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
29271         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
29272         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
29273         (gst_v4lsrc_get_property):
29274         * sys/v4l/gstv4lsrc.h:
29275         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29276         Added a sync mode enum property to control v4lsrc timestamp method
29277         Removed the use-fixed-fps property and moved functionality in
29278         the enum.
29279         Don't error on an error value from v4l-conf, it might not always
29280         be a real error.
29281
29282 2004-06-16  Wim Taymans  <wim@fluendo.com>
29283
29284         * gst/videorate/Makefile.am:
29285         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
29286         (gst_videorate_base_init), (gst_videorate_class_init),
29287         (gst_videorate_getcaps), (gst_videorate_link),
29288         (gst_videorate_init), (gst_videorate_chain),
29289         (gst_videorate_set_property), (gst_videorate_get_property),
29290         (gst_videorate_change_state), (plugin_init):
29291         Added a video timestamp corrector.
29292
29293 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29294
29295         fixed a potential leak with previous commit
29296
29297         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
29298
29299 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29300
29301         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
29302         Added missing refcount, fixes bug #144425
29303         Cheers Tim for finding the bug
29304
29305 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29306
29307         * sys/v4l/gstv4l.c: (plugin_init):
29308         * sys/v4l/gstv4lcolorbalance.c:
29309         * sys/v4l/gstv4lcolorbalance.h:
29310         * sys/v4l/gstv4lelement.c:
29311         * sys/v4l/gstv4lelement.h:
29312         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
29313         * sys/v4l/gstv4lmjpegsink.h:
29314         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
29315         * sys/v4l/gstv4lmjpegsrc.h:
29316         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
29317         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
29318         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29319         * sys/v4l/gstv4lsrc.h:
29320         * sys/v4l/gstv4ltuner.c:
29321         * sys/v4l/gstv4ltuner.h:
29322         * sys/v4l/gstv4lxoverlay.c:
29323         * sys/v4l/gstv4lxoverlay.h:
29324         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29325         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29326         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
29327         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
29328         (gst_v4l_set_audio):
29329         * sys/v4l/v4l_calls.h:
29330         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29331         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
29332         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
29333         (gst_v4lmjpegsink_playback_init),
29334         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
29335         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
29336         (gst_v4lmjpegsink_playback_stop),
29337         (gst_v4lmjpegsink_playback_deinit):
29338         * sys/v4l/v4lmjpegsink_calls.h:
29339         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29340         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
29341         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
29342         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
29343         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
29344         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
29345         * sys/v4l/v4lmjpegsrc_calls.h:
29346         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29347         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
29348         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
29349         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
29350         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
29351         (gst_v4lsrc_try_palette):
29352         * sys/v4l/v4lsrc_calls.h:
29353           bunch of paranoia cleanups
29354
29355 2004-06-14  David Schleef  <ds@schleef.org>
29356
29357         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
29358         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
29359         Send discont events and change timestamps appropriately when
29360         we get a seek event.  (bug #144240)
29361         * ext/cdparanoia/gstcdparanoia.h:
29362
29363 2004-06-14  Benjamin Otte  <otte@gnome.org>
29364
29365         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
29366           snd_pcm_hw_params_set_rate  since the latter fails for no good
29367           reason on some setups.
29368
29369 2004-06-14  David Schleef  <ds@schleef.org>
29370
29371         * gst/volume/demo.c: (value_changed_callback): exp10() is not
29372         standard.  Thank you for playing.
29373
29374 2004-06-14  Wim Taymans  <wim@fluendo.com>
29375
29376         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
29377         Patch 1.3 broke the ordering of the colorspace info and
29378         made the plugin basically work by coincidence, reordered
29379         the info.
29380
29381 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29382
29383         * ext/lame/gstlame.c:
29384         * ext/mad/gstmad.c:
29385           sync caps.  Make sure mad can only output a list of rates, not
29386           a full range.  In the future, have three caps lists for each of the
29387           mpeg versions.  Change mpegversion to a double as well.
29388
29389 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29390
29391         * gst/volume/.cvsignore:
29392         * gst/volume/Makefile.am:
29393         * gst/volume/demo.c: (value_changed_callback), (idler),
29394         (setup_gui), (main):
29395           added small demo app
29396
29397 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
29398         * ext/esd/esdsink.c: (gst_esdsink_change_state):
29399         * ext/esd/esdsink.h:
29400         Close the esd connection on pause, because esd will just wait -
29401         blocking all other esd clients indefinitely.
29402
29403 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
29404
29405         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
29406           previous commit with GST_DEBUG
29407
29408 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29409
29410         * configure.ac:
29411           add a header check for a dvdread header in dvdnav.  Fixes #133002
29412
29413 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29414
29415         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
29416         * gst/tcp/gsttcpclientsink.h:
29417         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
29418         * gst/tcp/gsttcpclientsrc.h:
29419         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
29420         (gst_tcpserversink_handle_server_read),
29421         (gst_tcpserversink_init_send):
29422         * gst/tcp/gsttcpserversink.h:
29423         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
29424         * gst/tcp/gsttcpserversrc.h:
29425         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
29426         version of IP)
29427
29428 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29429
29430         * configure.ac:
29431         Added ogg library so that OSX detects libtheora properly
29432
29433 2004-06-11  Wim Taymans  <wim@fluendo.com>
29434
29435         * ext/theora/theoradec.c: (theora_dec_chain),
29436         (theora_dec_change_state):
29437         Don't try to decode frames before we received a keyframe.
29438
29439 2004-06-11  Wim Taymans  <wim@fluendo.com>
29440
29441         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
29442         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
29443         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
29444         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
29445         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
29446         Added property to set the maximum delay of a page.
29447
29448 2004-06-10  Wim Taymans  <wim@fluendo.com>
29449
29450         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
29451         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
29452         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
29453         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
29454         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
29455         Added max-delay property to control the maximum amount
29456         of data to put in one page.
29457
29458 2004-06-10  Wim Taymans  <wim@fluendo.com>
29459
29460         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
29461         (gst_theora_enc_init), (theora_enc_sink_link),
29462         (theora_buffer_from_packet), (theora_enc_set_property),
29463         (theora_enc_get_property):
29464         Set duration on encoded buffer, added some more properties
29465
29466 2004-06-10  Wim Taymans  <wim@fluendo.com>
29467
29468         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29469         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
29470         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
29471         * ext/theora/theoraenc.c: (theora_enc_chain):
29472         Fix refcounting bugs
29473
29474 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29475
29476         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
29477         (gst_asf_demux_loop), (gst_asf_demux_process_file),
29478         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
29479         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
29480         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
29481         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
29482         (gst_asf_demux_change_state):
29483         * gst/asfdemux/gstasfdemux.h:
29484           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
29485           feels like. I think we should set a new requirement for demuxers
29486           from now on to implement sane loop functions, data loops, query
29487           and seek functions before first commit into CVS. And this commit
29488           fixes all of the above.
29489
29490 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
29491
29492         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
29493           vorbis comments are properly encoded in UTF-8 before adding them
29494           to a GstTagList
29495
29496 2004-06-09  Benjamin Otte  <otte@gnome.org>
29497
29498         * ext/alsa/gstalsa.c: (add_channels):
29499           handle min <= max correctly
29500         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
29501         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
29502           add fixation functions so we fixate correctly. No preferring of alaw
29503           anymore because it's the first structure.
29504         * ext/alsa/gstalsa.h:
29505         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
29506         (gst_alsa_hw_params_dump):
29507           add functions to ease debugging in alsalib
29508         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
29509         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
29510         (gst_alsa_start_audio):
29511           only specify hw params if we really setup a format (fixes #134007 -
29512           or at least works around it)
29513
29514 2004-06-09  Wim Taymans  <wim@fluendo.com>
29515
29516         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
29517         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
29518         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
29519         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
29520         (gst_ogg_mux_loop):
29521         Use stream caps to setup the initial pages in the ogg stream.
29522         Correctly set the streamheader caps on the srcpad.
29523
29524 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29525
29526         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
29527         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
29528         (gst_v4lsrc_getcaps):
29529         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
29530         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
29531           add querying of fps lists for webcams.  Negotiating to a framerate
29532           now works.
29533
29534 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29535
29536         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
29537         (theora_push_buffer), (theora_push_packet),
29538         (theora_set_header_on_caps), (theora_enc_chain):
29539           mark buffers and put on streamheader, raw theora streaming
29540           now works too, whee
29541
29542 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29543
29544         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
29545         (gst_tcp_gdp_read_caps):
29546           do a looping read for caps and GDP headers too
29547
29548 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29549
29550         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
29551         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
29552           return EOS instead of NULL in _get
29553
29554 2004-06-08  Wim Taymans  <wim@fluendo.com>
29555
29556         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
29557         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
29558         (gst_tcp_gdp_write_caps):
29559         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
29560         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
29561         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
29562         Memory leak fixes
29563
29564 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29565
29566         * ext/vorbis/Makefile.am:
29567         * ext/vorbis/vorbis.c: (plugin_init):
29568         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
29569         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
29570         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
29571         (vorbis_parse_change_state):
29572         * ext/vorbis/vorbisparse.h:
29573           adding a vorbisparse element that marks the buffers, streaming
29574           raw vorbis using GDP now works, whee
29575
29576 2004-06-08  Wim Taymans  <wim@fluendo.com>
29577
29578         * ext/jpeg/Makefile.am:
29579         * ext/jpeg/README:
29580         * ext/jpeg/gstjpeg.c: (plugin_init):
29581         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
29582         (gst_smokedec_base_init), (gst_smokedec_class_init),
29583         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
29584         * ext/jpeg/gstsmokedec.h:
29585         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
29586         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
29587         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
29588         (gst_smokeenc_resync), (gst_smokeenc_chain),
29589         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
29590         * ext/jpeg/gstsmokeenc.h:
29591         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
29592         (smokecodec_flush_destination), (smokecodec_term_destination),
29593         (smokecodec_init_source), (smokecodec_fill_input_buffer),
29594         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
29595         (smokecodec_term_source), (smokecodec_encode_new),
29596         (smokecodec_decode_new), (smokecodec_info_free),
29597         (smokecodec_set_quality), (smokecodec_get_quality),
29598         (smokecodec_set_threshold), (smokecodec_get_threshold),
29599         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29600         (find_best_size), (abs_diff), (put), (smokecodec_encode),
29601         (smokecodec_parse_header), (smokecodec_decode):
29602         * ext/jpeg/smokecodec.h:
29603         Added a new simple jpeg based codec
29604
29605 2004-06-08  Wim Taymans  <wim@fluendo.com>
29606
29607         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29608         (gst_multipart_mux_loop):
29609         Fix memory leak
29610
29611 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29612
29613         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
29614         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
29615         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
29616         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
29617         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
29618         * gst/tcp/gsttcpserversink.h:
29619           take streamheader into account
29620
29621 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29622
29623         * gst/level/Makefile.am:
29624         * gst/level/gstlevel.c: (gst_level_class_init):
29625           clean up marshal generation
29626
29627 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29628
29629         * gst/tcp/Makefile.am:
29630         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
29631         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
29632         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
29633         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
29634         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
29635         (gst_tcpclientsrc_get_property):
29636         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
29637         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
29638         (gst_tcpserversink_handle_client_read),
29639         (gst_tcpserversink_handle_client_write),
29640         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
29641         * gst/tcp/gsttcpserversink.h:
29642           add signals client-added and client-removed
29643         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
29644         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
29645         (gst_tcpserversrc_get_property):
29646         uniformized, change default protocol to NONE
29647         * gst/tcp/gsttcp-marshal.list: added
29648 2004-06-07  Benjamin Otte  <otte@gnome.org>
29649
29650         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29651           handle discont events if they happen before caps nego
29652
29653 2004-06-07  Wim Taymans  <wim@fluendo.com>
29654
29655         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
29656         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
29657         (gst_multipart_demux_plugin_init):
29658         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29659         (gst_multipart_mux_init), (gst_multipart_mux_loop),
29660         (gst_multipart_mux_change_state):
29661         Small updates, fix a memleak
29662
29663 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29664
29665         * configure.ac: OSS portability
29666         * ext/arts/gst_arts.c: idem
29667         * sys/oss/gstosselement.c: idem
29668         * sys/oss/gstossmixer.c: idem
29669         * sys/oss/gstosssink.c: idem
29670         * sys/oss/gstosssrc.c: idem
29671         * sys/oss/oss_probe.c: idem
29672           - check for soundcard.h in different places for some BSD
29673
29674 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
29675
29676         * AUTHORS:
29677         Add me to the authors file
29678         * configure.ac:
29679         Increase the libdv requirement to >= version 0.100
29680         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
29681         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
29682         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
29683         * ext/dv/gstdvdec.h:
29684         Add support for the new_media flag when sending DISCONT events
29685         Make the querying work when video pad is not linked
29686
29687 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29688
29689         reviewed by Benjamin Otte  <otte@gnome.org>
29690
29691         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
29692           create a NULL-initialized array of pads, so we don't think they
29693           exist already. (fixes #143130)
29694
29695 2004-06-07  Benjamin Otte  <otte@gnome.org>
29696
29697         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
29698         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
29699         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
29700           don't use // coments
29701
29702 2004-06-07  Benjamin Otte  <otte@gnome.org>
29703
29704         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
29705           cast to GstClockTime to get higher granularity
29706         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29707           use gst_element_set_time_delay to get the exact time
29708         * ext/mad/gstmad.c: (gst_mad_chain):
29709           use the negotiated rate instead of the current frame's rate which
29710           might be wrong because of bit errors. This avoids emitting totally
29711           bogus timestamps and screwing sync.
29712         (fixes #143454)
29713
29714 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29715
29716         reviewed by Benjamin Otte  <otte@gnome.org>
29717
29718         * gst/adder/gstadder.c: (gst_adder_loop):
29719           properly error out when no negotiation has happened yet. (fixes
29720           #143032)
29721
29722 2004-06-06  Benjamin Otte  <otte@gnome.org>
29723
29724         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29725           forward correctly transformed offset in discont events. Based on
29726           patch by Arwed v. Merkatz. (fixes #142851)
29727
29728 2004-06-06  David Schleef  <ds@schleef.org>
29729
29730         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
29731         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
29732         problems on several systems.
29733
29734 2004-06-06  Benjamin Otte  <otte@gnome.org>
29735
29736         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
29737           use explicit caps on the srcpad
29738         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29739           properly error out if caps couldn't be set (fixes #142764)
29740
29741 2004-06-06  Benjamin Otte  <otte@gnome.org>
29742
29743         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
29744         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
29745         (gst_alsa_start_audio):
29746           - don't call set_periods_integer anymore, it breaks the
29747           configuration randomly
29748           - call snd_pcm_hw_params_set_access directly instead of using masks
29749           - don't fail if the sw_params can't be set, just use the default
29750           params and hope it works. Alsalib has weird issues when you touch
29751           sw_params and does no proper error reporting about what failed.
29752         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29753         (gst_alsa_close_audio):
29754           make our alsa debugging go via gst debugging and not conditionally
29755           defined
29756         * ext/alsa/gstalsa.h:
29757           add ALSA_DEBUG_FLUSH macro
29758         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
29759         (plugin_init):
29760           wrap alsa errors to be printed via the gst debugging system and not
29761           spammed to stderr
29762
29763 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29764
29765         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
29766         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
29767         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
29768         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
29769         (qtdemux_parse_trak):
29770         * gst/qtdemux/qtdemux.h:
29771           Bitch. Also known as seeking, querying & co.
29772         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29773         (gst_osssink_change_state):
29774         * sys/oss/gstosssink.h:
29775           Resyncing is for weenies, this hack is no longer needed and was
29776           broken anyway (since it - unintendedly - always leaves resync to
29777           TRUE).
29778
29779 2004-06-05  Andrew Turner <zxombie@hotpop.com>
29780
29781         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
29782         * gst/tcp/gsttcpclientsrc.h: idem
29783           - define MSG_NOSIGNAL if not done
29784           - include unistd.h for off_t
29785           (fixes #143749)
29786
29787 2004-06-05  Benjamin Otte  <otte@gnome.org>
29788
29789         * configure.ac:
29790         * ext/kio/Makefile.am:
29791           check for qt's moc preprocessor explicitly and use it
29792
29793 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29794
29795         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
29796           don't get a signal for EPIPE on socket writes
29797           (somebody check if this works on other platforms)
29798
29799 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29800
29801         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
29802         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29803           check error condition on available samples correctly
29804
29805 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29806
29807         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
29808           avoid a segfault
29809         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
29810         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
29811         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
29812         (gst_tcpserversrc_gdp_read_header):
29813          use ssize_t over size_t since the former is signed and thus the
29814          check for error codes can work
29815
29816 2004-06-02  Wim Taymans  <wim@fluendo.com>
29817
29818         reviewed by: Johan
29819
29820         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29821         (gst_multipart_mux_loop):
29822         Oops
29823
29824 2004-06-02  Wim Taymans  <wim@fluendo.com>
29825
29826         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29827         (gst_multipart_mux_init), (gst_multipart_mux_loop),
29828         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
29829         (gst_multipart_mux_change_state):
29830         Added configurable boundary specifier, added the value as a
29831         caps field as well.
29832
29833 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29834
29835         * gst/tcp/gsttcp.c:
29836         * gst/tcp/gsttcpclientsrc.c:
29837         * gst/tcp/gsttcpclientsrc.h:
29838         * gst/tcp/gsttcpserversrc.c:
29839           - portability fix, to compile on OSX
29840             (fixes #143146)
29841
29842         * sys/osxaudio/gstosxaudioelement.c:
29843         * sys/osxaudio/gstosxaudiosink.c:
29844         * sys/osxaudio/gstosxaudiosrc.c:
29845           - compilation warnings on OSX
29846             (fixes #143153)
29847
29848 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29849
29850         * ext/vorbis/vorbisdec.c : sign warning fixes
29851
29852         * gst-libs/gst/mixer/mixertrack.c :
29853           do no use defines which are glib 2.4 specific
29854
29855 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
29856
29857         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
29858           buffer since libflac doesn't expect it (reports a sync error when
29859           it encounters that)
29860
29861
29862 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
29863
29864         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
29865         * gst-libs/gst/mixer/mixertrack.c:
29866         (gst_mixer_track_get_property), (get_mixer_track_init),
29867         (get_mixer_track_get_property): Added property accessors
29868         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
29869         * gst-libs/gst/mixer/mixeroptions.c:
29870         (gst_mixer_options_get_values): Added
29871         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
29872         * gst-libs/gst/mixer/mixer.c: Fixed comment
29873
29874
29875 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29876
29877         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
29878           improve error messages on open
29879
29880
29881 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29882
29883         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29884           check if v4l-conf is in path
29885
29886 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29887
29888         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
29889           change assert to a more readable error message
29890
29891 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29892
29893         * gst-libs/gst/tuner/tunerchannel.h:
29894           - add a freq_multiplicator field to make the conversion
29895             between internal frequency unit and Hz
29896         * sys/v4l/gstv4lelement.c:
29897         * sys/v4l2/gstv4l2element.c:
29898           - change default video device to /dev/video0
29899         * sys/v4l/v4l_calls.c:
29900         * sys/v4l2/v4l2_calls.c:
29901           - we only expose frequency to the user in Hz instead of
29902             bastard v4lX unit (either 62.5kHz or 62.5Hz)
29903
29904 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
29905         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29906           Initialise b_o_s and e_o_s variables
29907         * gst-libs/gst/riff/riff-media.c:
29908         (gst_riff_create_video_caps_with_data):
29909           Add some unusual fourcc's from mplayer avi's
29910         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
29911           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
29912           autoplugging.
29913
29914 2004-05-28  Wim Taymans  <wim@fluendo.com>
29915
29916         * configure.ac:
29917         * gst/alpha/Makefile.am:
29918         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29919         (gst_alpha_get_type), (gst_alpha_base_init),
29920         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29921         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
29922         (gst_alpha_chroma_key), (gst_alpha_chain),
29923         (gst_alpha_change_state), (plugin_init):
29924         A plugin to add an alpha channel to I420 video. Can optionally do
29925         chroma keying.
29926         * gst/multipart/Makefile.am:
29927         * gst/multipart/multipart.c: (plugin_init):
29928         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
29929         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
29930         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
29931         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
29932         (gst_multipart_demux_change_state),
29933         (gst_multipart_demux_plugin_init):
29934         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
29935         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
29936         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
29937         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
29938         (gst_multipart_mux_pad_unlink),
29939         (gst_multipart_mux_request_new_pad),
29940         (gst_multipart_mux_handle_src_event),
29941         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
29942         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
29943         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
29944         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
29945         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
29946         send multipart jpeg images to a browser.
29947         * gst/videobox/Makefile.am:
29948         * gst/videobox/README:
29949         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
29950         (gst_video_box_get_type), (gst_video_box_base_init),
29951         (gst_video_box_class_init), (gst_video_box_init),
29952         (gst_video_box_set_property), (gst_video_box_get_property),
29953         (gst_video_box_sink_link), (gst_video_box_i420),
29954         (gst_video_box_ayuv), (gst_video_box_chain),
29955         (gst_video_box_change_state), (plugin_init):
29956         Crops or adds borders around an image. can do alpha channel
29957         borders as well.
29958         * gst/videomixer/Makefile.am:
29959         * gst/videomixer/README:
29960         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
29961         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
29962         (gst_videomixer_pad_get_sink_event_masks),
29963         (gst_videomixer_pad_get_property),
29964         (gst_videomixer_pad_set_property),
29965         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
29966         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
29967         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
29968         (gst_videomixer_base_init), (gst_videomixer_class_init),
29969         (gst_videomixer_init), (gst_videomixer_request_new_pad),
29970         (gst_videomixer_handle_src_event),
29971         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
29972         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
29973         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
29974         (gst_videomixer_loop), (gst_videomixer_get_property),
29975         (gst_videomixer_set_property), (gst_videomixer_change_state),
29976         (plugin_init):
29977         Generic video mixer plugin, can handle multiple inputs all with
29978         different framerates and video sizes. Is fully alpha channel
29979         aware.
29980
29981 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29982
29983         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29984           Select first track as master track. Not sure how else to handle
29985           that...
29986         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
29987           Discard discont events. Should fix #142962.
29988
29989 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29990
29991         * ext/alsa/Makefile.am:
29992         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
29993         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
29994         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
29995         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
29996         (gst_alsa_mixer_get_option):
29997         * ext/alsa/gstalsamixer.h:
29998         * ext/alsa/gstalsamixeroptions.c:
29999         (gst_alsa_mixer_options_get_type),
30000         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
30001         (gst_alsa_mixer_options_new):
30002         * ext/alsa/gstalsamixeroptions.h:
30003         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30004         * ext/alsa/gstalsamixertrack.h:
30005           Add enumerations (as GstMixerOptions). Make correct distinction
30006           between input/output tracks. Add capture/playback private flag.
30007           Use flag to decide on whether to set capture or playback volumes
30008           or switches. Use playback and record switches.
30009         * gst-libs/gst/mixer/Makefile.am:
30010         * gst-libs/gst/mixer/mixer-marshal.list:
30011         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
30012         (gst_mixer_set_option), (gst_mixer_get_option),
30013         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
30014         (gst_mixer_volume_changed), (gst_mixer_option_changed):
30015         * gst-libs/gst/mixer/mixer.h:
30016         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
30017         (gst_mixer_options_class_init), (gst_mixer_options_init),
30018         (gst_mixer_options_dispose):
30019         * gst-libs/gst/mixer/mixeroptions.h:
30020           Add GstMixerOptions.
30021         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30022           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
30023           broken device detection on computers with multiple OSS sound
30024           cards.
30025
30026 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30027
30028         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
30029           fixate nicely even when the peer is not negotiating
30030
30031 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30032
30033         * gst/audioconvert/gstaudioconvert.c:
30034         (gst_audio_convert_parse_caps):
30035           make sure we don't allow depth > width
30036         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
30037           fixate endianness to G_BYTE_ORDER as default
30038         * gst/audioscale/gstaudioscale.c:
30039           we don't handle another endianness as host-endianness
30040
30041 2004-05-25  David Schleef  <ds@schleef.org>
30042
30043         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
30044
30045 2004-05-24  Benjamin Otte  <otte@gnome.org>
30046
30047         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
30048         (gst_oggvorbisenc_setup):
30049           properly fail when we can't setup the vorbis encoder due to
30050           unsupported settings
30051         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
30052         (gst_vorbisenc_setup):
30053           same
30054         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30055           fix case where warnings occured when one pad was unlinked while the
30056           other's link function was called
30057
30058 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30059
30060         * gst/tcp/Makefile.am:
30061           use GST_ENABLE_NEW
30062
30063 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30064
30065         * gst-libs/gst/resample/private.h:
30066           don't use optimizations that are #if 0'ed
30067
30068 2004-05-24  Wim Taymans  <wim@fluendo.com>
30069
30070         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
30071         Fix potential division by zero error and hopefully get
30072         the position query right to get correct timestamps on avi
30073         audio.
30074
30075 2004-05-24  Wim Taymans  <wim@fluendo.com>
30076
30077         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
30078         (gst_videoscale_scale_nearest_str2),
30079         (gst_videoscale_scale_nearest_str4),
30080         (gst_videoscale_scale_nearest_32bit),
30081         (gst_videoscale_scale_nearest_24bit),
30082         (gst_videoscale_scale_nearest_16bit):
30083         Fix the scaling algorithm and avoid a buffer overflow.
30084         removed the while loop in the scaling function as it
30085         was used for point sampling only.
30086
30087 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30088
30089         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
30090         (gst_id3_tag_class_init), (gst_id3_tag_init),
30091         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
30092         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
30093         (gst_id3_tag_send_tag_event):
30094           lots of fixes to make id3mux work and id3demux work correctly
30095
30096 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30097
30098         * ext/Makefile.am:
30099           add rules to build shout2send (was removed by accident
30100           when this module was no more marked experimental/broken)
30101
30102 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30103
30104         * ext/shout2/gstshout2.c:
30105         * ext/shout2/gstshout2.h:
30106           adding a "connection problem" signal to shout2send
30107           (fixes #142954)
30108
30109 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
30110
30111         * ext/kio/kioreceiver.cpp:
30112         * ext/kio/kioreceiver.h:
30113           fix sign comparison issues
30114
30115 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30116
30117         * gst/cdxaparse/gstcdxaparse.c:
30118         * gst/cdxaparse/gstcdxaparse.h:
30119           some renaming
30120           add some checks/sanity
30121           prepare for seek addition
30122
30123         * sys/sunaudio/gstsunaudio.c:
30124           remove exported dupe init function
30125
30126 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
30127
30128         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
30129         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
30130           Fix format conversion and position querying.
30131         * gst/debug/progressreport.c: (gst_progressreport_report):
30132           Don't output a bogus total value that we didn't query.
30133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30134           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
30135           only a blank window after xine has been used.
30136
30137 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30138
30139         * m4/as-arts.m4:
30140           sync with upstream version to fix test on FC2
30141           readd with -ko to preserve Id header
30142
30143 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30144
30145         * configure.ac:
30146           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
30147         * gst/tcp/gsttcpclientsrc.c: idem
30148         * gst/tcp/gsttcpserversink.c: idem
30149         * gst/tcp/gsttcpserversrc.c: idem
30150         * m4/gst-fionread.m4: idem
30151
30152         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
30153
30154         * configure.ac: enable speex plugin for speex 1.1.5+
30155         * ext/speex/gstspeexenc.c: fix cast warning
30156
30157         * ext/esd/README: fix typo
30158
30159 2004-05-20  David Schleef  <ds@schleef.org>
30160
30161         * configure.ac: Minor cosmetic change to convince the buildbot to
30162         reautogen.
30163         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
30164         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
30165         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
30166         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
30167         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
30168         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
30169         More hacking.  Plays audio now.
30170
30171 2004-05-20  David Schleef  <ds@schleef.org>
30172
30173         * configure.ac:
30174         * sys/Makefile.am:
30175
30176 2004-05-20  David Schleef  <ds@schleef.org>
30177
30178         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
30179         * sys/osxaudio/gstosxaudio.c:
30180         * sys/osxaudio/gstosxaudioelement.c:
30181         * sys/osxaudio/gstosxaudioelement.h:
30182         * sys/osxaudio/gstosxaudiosink.c:
30183         * sys/osxaudio/gstosxaudiosink.h:
30184         * sys/osxaudio/gstosxaudiosrc.c:
30185         * sys/osxaudio/gstosxaudiosrc.h:
30186
30187 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30188
30189         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
30190         (gst_vorbisenc_chain):
30191           put the codec headers on the caps as streamheader as well as
30192           pushing them out
30193
30194 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30195
30196         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
30197         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
30198         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
30199         split up push_packet into two functions
30200
30201 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30202
30203         * gst/tcp/.cvsignore:
30204           ignore enums
30205         * gst/tcp/Makefile.am:
30206         * gst/tcp/README:
30207         * gst/tcp/gsttcp.c:
30208         * gst/tcp/gsttcp.h:
30209         * gst/tcp/gsttcpclientsink.c:
30210         * gst/tcp/gsttcpclientsink.h:
30211         * gst/tcp/gsttcpclientsrc.c:
30212         * gst/tcp/gsttcpclientsrc.h:
30213         * gst/tcp/gsttcpplugin.c:
30214         * gst/tcp/gsttcpserversink.c:
30215         * gst/tcp/gsttcpserversink.h:
30216         * gst/tcp/gsttcpserversrc.c:
30217         * gst/tcp/gsttcpserversrc.h:
30218           add new tcp elements
30219
30220 2004-05-19  Wim Taymans  <wim@fluendo.com>
30221
30222         * gst/law/mulaw-conversion.c: (mulaw_encode):
30223         Fix overflow bug in ulaw encoding.
30224
30225 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30226
30227         * ext/mad/gstmad.c: (gst_mad_handle_event):
30228           don't unref the event twice
30229
30230 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30231
30232         * configure.ac:
30233           remove -Wno-sign-compare
30234
30235 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30236
30237         * configure.ac:
30238           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
30239           if you want to work against glib 2.2 and 2.4
30240
30241 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30242
30243         * gst/tcp/Makefile.am:
30244         * gst/tcp/gsttcp.c:
30245         * gst/tcp/gsttcp.h:
30246         * gst/tcp/gsttcpsink.h:
30247         * gst/tcp/gsttcpsrc.h:
30248           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
30249
30250 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30251
30252         * gst/debug/tests.c: (md5_get_value):
30253           fix segfault on gst-inspect
30254
30255 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30256
30257         * gst/debug/testplugin.c:
30258         * gst/debug/tests.c:
30259         * gst/debug/tests.h:
30260           add new extensible and configurable testing element. Current tests
30261           include buffer count, stream length, timestamp/duration matching and
30262           md5.
30263         * gst/debug/Makefile.am:
30264         * gst/debug/gstdebug.c: (plugin_init):
30265           add infrastructure for new element
30266
30267 2004-05-19  Johan Dahlin  <johan@gnome.org>
30268
30269         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
30270         ending of the array. Fixes gst-inspect segfault on ppc.
30271
30272 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30273
30274         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
30275
30276         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
30277
30278 2004-05-18  David Schleef  <ds@schleef.org>
30279
30280         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
30281         warnings (bugs, actually) noticed by gcc but not forte.
30282
30283 2004-05-18  David Schleef  <ds@schleef.org>
30284
30285         * sys/sunaudio/Makefile.am:
30286         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
30287
30288 2004-05-18  David Schleef  <ds@schleef.org>
30289
30290         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30291         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
30292         to allow qtdemux to use non-seekable streams. (bug #142272)
30293
30294 2004-05-18  David Schleef  <ds@schleef.org>
30295
30296         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
30297         (gst_resample_sinc_ft_float): Remove use of static temporary
30298         buffer.  This code was obviously not supposed to last long, but
30299         it's stuck in our ABI, so it required a little hack to make it
30300         ABI-compatible.  Fixes #142585.
30301         * gst-libs/gst/resample/resample.h: same.
30302
30303 2004-05-18  David Schleef  <ds@schleef.org>
30304
30305         * configure.ac: Add sunaudio
30306         * examples/Makefile.am: make gstplay depend on gconf
30307         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
30308         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
30309         (convert_table_lookup), (img_convert): remove c99-isms
30310         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
30311           unsigned, to fix a warning on Solaris
30312         * gst/mpeg1sys/systems.c: bcopy->memcpy
30313         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
30314         * sys/Makefile.am: Add sunaudio
30315
30316 2004-05-18  Wim Taymans  <wim@fluendo.com>
30317
30318         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
30319         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
30320         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
30321         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
30322         (gst_ogg_mux_loop):
30323         Fix an ugly memleak where the muxer didn't flush enough ogg
30324         pages. This also resulted in badly muxed ogg files.
30325
30326 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30327
30328         * gst/asfdemux/asfheaders.c :
30329         * gst/asfdemux/asfheaders.h :
30330         * gst/asfdemux/gstasfdemux.c :
30331           - fix ASF_OBJ_PADDING guid
30332           - add 3 new object guids (language list, metadata,
30333             extended stream properties)
30334           - add a function to parse extended header objects
30335
30336 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30337
30338         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30339           remove leftover debugging g_print
30340
30341 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30342
30343         * ext/mad/gstmad.c: (gst_mad_handle_event):
30344           Fix for when the first format in a discont event is not a
30345           byte-based one. Should fix #137710.
30346
30347 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30348
30349         * m4/a52.m4 : fix compilation with -Wall -Werror
30350         * m4/libfame.m4 : idem
30351         * m4/libmikmod.m4 : idem
30352
30353 2004-05-17  Benjamin Otte  <otte@gnome.org>
30354
30355         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30356           signal the new tags before giving up the reference
30357
30358 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30359
30360         * ext/shout2/gstshout2.c:
30361           use application/ogg instead of application/x-ogg (patch by Patrick
30362           Guimond, fixes #142432)
30363         * sys/oss/gstosselement.c: (gst_osselement_reset),
30364         (gst_osselement_sync_parms):
30365           don't set fragment size unless specified (fixes #142493)
30366
30367 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30368
30369         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
30370           fixes #142664
30371
30372 2004-05-17  Benjamin Otte  <otte@gnome.org>
30373
30374         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30375           compute offsets correctly for internal buffers so timestamps are set
30376           correctly when we can't seek. Also handle cases where there are no
30377           offsets. (based on a patch by David Moore, fixes #142507)
30378
30379 2004-05-17  Benjamin Otte  <otte@gnome.org>
30380
30381         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30382           use correct variable when determining amount of data to skip so we
30383           don't skip into the void and segfault
30384
30385 2004-05-16  Benjamin Otte  <otte@gnome.org>
30386
30387         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30388           Hi, I'm a memleak
30389
30390 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30391
30392         * gst/asfdemux/gstasfdemux.c:
30393           - fix a mem leak and always propagate tags
30394           - add WMV3 to known video codecs (but no decoder yet)
30395           - replace "surplus data" at end of audio header for what
30396             it is : codec specific data
30397           - fix a typo
30398
30399 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
30400
30401         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30402
30403         * gst-libs/gst/audio/audioclock.c:
30404           Fix wrong return type (#142205).
30405
30406 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30407
30408         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
30409           Ignore CRCs by default (fixes #142566).
30410
30411 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30412
30413         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
30414         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
30415         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
30416         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
30417         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30418         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
30419           Fix for cases where we fail to attach to a mixer.
30420
30421 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30422
30423         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30424           Don't touch events after not owning them anymore.
30425         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
30426         (gst_wavparse_fmt), (gst_wavparse_other),
30427         (gst_wavparse_handle_seek), (gst_wavparse_loop),
30428         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30429         (gst_wavparse_srcpad_event):
30430         * gst/wavparse/gstwavparse.h:
30431           Add seeking, fix querying.
30432
30433 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30434
30435         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30436           - process comments even if they don't end with \0\0
30437             g_convert would ignore them if present and works well without them
30438
30439 2004-05-16  Benjamin Otte  <otte@gnome.org>
30440
30441         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
30442           simplify caps
30443
30444 2004-05-16  Benjamin Otte  <otte@gnome.org>
30445
30446         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30447           don't write to memory we might not write to - g_convert does that
30448           for us anyway (fixes #142613)
30449         (gst_asf_demux_audio_caps):
30450           comment out gst_util_dump_mem
30451
30452 2004-05-16  Benjamin Otte  <otte@gnome.org>
30453
30454         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30455           compute correct expected timestamps after seek (broken since
30456           last commit)
30457         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
30458           rename element and debugging category to gdkpixbufscale
30459
30460 2004-05-16  Benjamin Otte  <otte@gnome.org>
30461
30462         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30463           add error checking to snd_pcm_delay and remove duplicate call to
30464           snd_pcm_delay that caused issues (see inline code comments)
30465         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30466           make more readable and fix return value when snd_pcm_delay fails
30467         (fixes #142586)
30468
30469 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
30470         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
30471         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
30472         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
30473         (gst_pixbufscale_link), (gst_pixbufscale_init),
30474         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
30475         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
30476         (gst_pixbufscale_get_property), (pixbufscale_init):
30477         * ext/gdk_pixbuf/pixbufscale.h:
30478         Add these files I forgot earlier
30479
30480 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
30481         * ext/gdk_pixbuf/Makefile.am:
30482         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
30483         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30484         Add new pixbufscale element to scale RGB video
30485         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
30486         and HYPER interpolation correctly.
30487         * ext/theora/theoraenc.c: (theora_enc_chain),
30488         Discard buffer and return if explicit caps could not be set
30489         (theora_enc_get_property):
30490         Make _get return kbps for the bitrate consistent with
30491         the _set function.
30492
30493
30494 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30495
30496         * ext/libvisual/visual.c: (gst_visual_chain):
30497           add missing visual_audio_analyze
30498
30499 2004-05-14  David Schleef  <ds@schleef.org>
30500
30501         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
30502         is killed while we're playing.
30503         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
30504         gst_element_no_more_pads().
30505
30506 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30507
30508         * gst-libs/gst/riff/riff-read.c :
30509           - fix INFO tag extraction in RIFF/AVI files
30510             because gst_event_unref (event) also freed taglist
30511           - avoid a mem leak
30512
30513 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30514
30515         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
30516         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
30517
30518         * gst/auparse/gstauparse.c :
30519           - add code (commented for now) to support audio/x-adpcm on src pad
30520             (we have no decoder for those layout yet)
30521
30522         * gst/cdxaparse/gstcdxaparse.c :
30523         * gst/cdxaparse/gstcdxaparse.h :
30524           - partial rewrite using RiffRead (ripped iain's wavparse code)
30525
30526         * gst/rtp/gstrtpL16enc.c : typo
30527         * gst/rtp/gstrtpgsmenc.c : typo
30528
30529 2004-05-13  Benjamin Otte  <otte@gnome.org>
30530
30531         * configure.ac:
30532           check for exact version of libvisual, it's not supposed to be
30533           API/ABI stable yet
30534
30535 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30536
30537         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
30538           signal no-more-pads
30539
30540 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
30541
30542         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
30543         Report which format was used for GST_FORMAT_DEFAULT
30544         * gst/debug/Makefile.am:
30545         * gst/debug/gstdebug.c: (plugin_init):
30546         * gst/debug/progressreport.c: (gst_progressreport_base_init),
30547         (gst_progressreport_class_init), (gst_progressreport_init),
30548         (gst_progressreport_report), (gst_progressreport_set_property),
30549         (gst_progressreport_get_property), (gst_progressreport_chain),
30550         (gst_progressreport_plugin_init):
30551         Add progressreport element for testing.
30552
30553 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30554
30555         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
30556         * sys/v4l/gstv4lsrc.h:
30557         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
30558         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
30559         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
30560         (gst_v4lsrc_grab_frame):
30561           add more debugging
30562           send a discont at start
30563
30564 2004-05-12  Colin Walters  <walters@redhat.com>
30565
30566         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
30567         inflooping if we can't find a chunk.  Or in other words, don't blow
30568         chunks if we don't have a chunk to blow.
30569
30570 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
30571         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
30572         Remove old debug output
30573         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
30574         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
30575         (gst_dvdec_set_property), (gst_dvdec_get_property):
30576         Change the quality setting to an enum, so it works from gst-launch
30577         Don't renegotiate a non-linked pad. Allows audio only decoding.
30578         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
30579         (gst_deinterlace_link), (gst_deinterlace_init):
30580         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30581         (gst_videodrop_link):
30582         Some caps negotiation fixes
30583
30584 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30585
30586         * ext/tarkin/gsttarkin.c :
30587           - Change RANK from NONE to PRIMARY
30588         * ext/gdk_pixbuf/gstgdkpixbuf.c :
30589           - Change RANK from NONE to MARGINAL
30590         * ext/divx/gstdivxenc.c :
30591           - Change RANK from PRIMARY to NONE (encoder/spider issue)
30592
30593 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30594
30595         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
30596         (gst_vorbisenc_push_packet):
30597           copy a function that was added between 1.0 and 1.0.1 until we
30598           depend on worthwhile features of post-1.0
30599
30600 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30601
30602         * configure.ac:
30603           enable shout2 by default
30604         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
30605         (gst_shout2send_base_init), (gst_shout2send_init),
30606         (gst_shout2send_connect), (gst_shout2send_change_state):
30607         * ext/shout2/gstshout2.h:
30608           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
30609           #142262)
30610         * ext/theora/theora.c: (plugin_init):
30611           don't set rank on encoders
30612
30613 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
30614
30615         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30616           Use codec_data property instead of flag1 and flag2 for wma
30617
30618 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30619
30620         * gst/cdxaparse/gstcdxaparse.c :
30621           - Add mpegversion to CAPS to make it link
30622           - Rank is as GST_RANK_SECONDARY instead of NONE
30623         * gst/auparse/gstauparse.c :
30624           - Document all audio encoding we can encounter from Solaris 9
30625             headers and libsndfile information.
30626           - Increase max. rate from 48000 to 192000 (to match other elements)
30627           - Don't try to play junk data between header and samples
30628
30629 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30630
30631         * ext/libvisual/visual.c: (gst_visual_getcaps):
30632           use the right caps depending on endianness (I hope)
30633         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
30634           use GST_RANK_NONE for all non-decoding elements or spider gets
30635           mighty confused
30636
30637 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30638
30639         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30640           Fix some odd cases and fix BE metadata parsing of unicode16 text.
30641
30642 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30643
30644         * gst/switch/gstswitch.c: (gst_switch_release_pad),
30645         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
30646         (gst_switch_loop), (gst_switch_get_type):
30647           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
30648           HEADERS. Had to be said.
30649
30650 2004-05-10  David Schleef  <ds@schleef.org>
30651
30652         * configure.ac: Add prototype Dirac support.
30653         * ext/Makefile.am:
30654         * ext/dirac/Makefile.am:
30655         * ext/dirac/gstdirac.cc:
30656         * ext/dirac/gstdiracdec.cc:
30657
30658 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30659
30660         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
30661         (gst_auparse_init), (gst_auparse_chain),
30662         (gst_auparse_change_state):
30663           Hack around spider. Remove me some day please.
30664
30665 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30666
30667         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30668           Fix for some uninitialized variables in previous patch, also
30669           makes it work. Fixes #142286 while we're at it.
30670
30671 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30672
30673         * gst/auparse/gstauparse.c:
30674                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
30675                 only unsupported formats are ADPCM/CCITT G.72x
30676                 reviewed by Ronald
30677         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
30678
30679 2004-05-10  Wim Taymans  <wim@fluendo.com>
30680
30681         * ext/vorbis/Makefile.am:
30682         * ext/vorbis/README:
30683         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
30684         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
30685         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
30686         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
30687         (gst_oggvorbisenc_convert_sink),
30688         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
30689         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
30690         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
30691         (get_constraints_string), (update_start_message),
30692         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
30693         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
30694         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
30695         * ext/vorbis/oggvorbisenc.h:
30696         * ext/vorbis/vorbis.c: (plugin_init):
30697         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
30698         (raw_caps_factory), (gst_vorbisenc_class_init),
30699         (gst_vorbisenc_init), (gst_vorbisenc_setup),
30700         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
30701         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
30702         * ext/vorbis/vorbisenc.h:
30703         Added a raw vorbis encoder to be used with the oggmuxer.
30704         We still need the old encoder for some gnome applications,
30705         read the README to find out how that works.
30706         The raw encoder is called "rawvorbisenc" until 0.9.
30707
30708 2004-05-10  Wim Taymans  <wim@fluendo.com>
30709
30710         * ext/ogg/gstogg.c: (plugin_init):
30711         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
30712         (gst_ogg_print):
30713         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
30714         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
30715         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
30716         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
30717         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
30718         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
30719         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
30720         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
30721         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
30722         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
30723         Added an ogg muxer.
30724         Small typo fixes in the demuxer.
30725
30726 2004-05-10  Wim Taymans  <wim@fluendo.com>
30727
30728         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30729         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
30730         (theora_enc_change_state), (theora_enc_set_property),
30731         (theora_enc_get_property):
30732         Mark the last packet with an EOS flag which is not really needed
30733         in gstreamer.
30734         Do some better video framerate initialisation.
30735         Update the buffer timestamp.
30736
30737 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
30738
30739         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
30740         Return the result of the parent state change call
30741
30742 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30743
30744         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
30745         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
30746         * gst/law/alaw-encode.c : (idem)
30747         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
30748         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
30749         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
30750
30751 2004-05-09  Benjamin Otte  <otte@gnome.org>
30752
30753         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30754           don't use a fixed buffer size when writing variable length data to
30755           it. Fixes memory corruption and makes alsasrc work
30756
30757 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30758
30759         * ext/gnomevfs/gstgnomevfssink.c:
30760         (_gst_boolean_allow_overwrite_accumulator),
30761         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
30762           Run glib's default signal handler (??) in RUN_CLEANUP rather than
30763           RUN_LAST, and don't use that to set the accumulator value because
30764           then it's always FALSE.
30765
30766 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30767
30768         * gst-libs/gst/riff/riff-media.c:
30769         (gst_riff_create_video_caps_with_data),
30770         (gst_riff_create_audio_caps),
30771         (gst_riff_create_audio_template_caps):
30772         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
30773           Fix for unaligned RIFF files (i.e. where all the chunks together
30774           in a LIST chunk are not of the same size as the size given in
30775           the LIST chunk header). Fixes several odd WAVE files. Also fix
30776           ADPCM (block_align property) in audio, so that wavparse based
30777           on this works now as it used to stand-alone.
30778
30779 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
30780
30781         reviewed by Benjamin Otte  <otte@gnome.org>
30782
30783         * ext/a52dec/gsta52dec.c:
30784         * ext/divx/gstdivxdec.c:
30785         * ext/divx/gstdivxenc.c:
30786         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
30787         * ext/faac/gstfaac.c: (gst_faac_base_init):
30788         * ext/faad/gstfaad.c: (gst_faad_base_init):
30789         * ext/ivorbis/vorbisfile.c:
30790         * ext/lame/gstlame.c:
30791         * ext/libfame/gstlibfame.c:
30792         * ext/mpeg2enc/gstmpeg2enc.cc:
30793         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
30794         * ext/sidplay/gstsiddec.cc:
30795         * ext/speex/gstspeexdec.c:
30796         * ext/speex/gstspeexenc.c:
30797         * ext/xvid/gstxviddec.c:
30798         * ext/xvid/gstxvidenc.c:
30799           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
30800           (fixes #142193)
30801
30802 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30803
30804         * ext/alsa/gstalsa.c: (device_list),
30805         (gst_alsa_class_probe_devices):
30806         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
30807           Fix alsa oddness in mixer after the combination of using mixer
30808           in source/sink elements and using hw:x,y instead of just hw:x.
30809
30810 2004-05-09  Benjamin Otte  <otte@gnome.org>
30811
30812         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
30813         (gst_wavparse_create_sourcepad):
30814           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
30815           sourcepads
30816
30817 2004-05-09  Benjamin Otte  <otte@gnome.org>
30818
30819         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30820           allow discont events before caps nego
30821
30822 2004-05-08  Benjamin Otte  <otte@gnome.org>
30823
30824         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
30825           don't leak events
30826
30827 2004-05-08  Benjamin Otte  <otte@gnome.org>
30828
30829         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
30830         (gst_level_change_state), (gst_level_init):
30831         * gst/level/gstlevel.h:
30832           figure out if we're initialized directly instead of keeping a
30833           variable that's wrong in 90% of cases
30834           don't initialize pads and then leak them and use a new unitialized
30835           pad. (fixes #142084)
30836           these were bugs so n00bish I didn't find them for an hour :/
30837
30838 2004-05-08 Iain <iain@prettypeople.org>
30839
30840         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
30841         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
30842         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
30843         return the length that was read.
30844         (gst_riff_read_strf_auds): Allow fmt tags as well.
30845
30846 2004-05-07  David Schleef  <ds@schleef.org>
30847
30848         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
30849         signed char assumption in faad.h.
30850
30851 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30852
30853         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
30854           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
30855
30856 2004-05-07  Colin Walters  <walters@redhat.com>
30857
30858         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
30859         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
30860         function.
30861         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
30862         Add dispose function.
30863
30864 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
30865         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
30866           Fix caps nego and pad templates. RGB mode caps should
30867           work now.
30868         * ext/dvdnav/gst-dvd:
30869           Move mpeg2dec inside the thread because otherwise the
30870           queue rejects cap changes mid-stream
30871         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
30872         (gst_mpeg2dec_flush_decoder):
30873           For mpeg2dec > 0.4.0, call the flush function instead of
30874           manually extracting all in-flight frames.
30875         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
30876         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
30877           Change mime type video/dv go video/x-dv to match the
30878           rest of gst-plugins
30879
30880 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30881
30882         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30883         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
30884         (gst_alsa_sink_class_init):
30885         * ext/alsa/gstalsasink.h:
30886         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
30887         (gst_alsa_src_class_init):
30888         * ext/alsa/gstalsasrc.h:
30889           Make alsasink/src a subclass of alsamixer so that mixer stuff
30890           shows up in gst-rec. Needs some finetuning.
30891
30892 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30893
30894         * ext/lame/gstlame.c: (gst_lame_chain):
30895           simplify
30896         * ext/mad/gstmad.c: (gst_mad_handle_event):
30897           fix event leak
30898         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
30899           be able to detect mp3 files < 4096 bytes
30900
30901 2004-05-06  Wim Taymans  <wim@fluendo.com>
30902
30903         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30904         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
30905         (theora_enc_set_property), (theora_enc_get_property):
30906         Also encode the first frame, cleanup some code.
30907
30908 2004-05-06  Wim Taymans  <wim@fluendo.com>
30909
30910         * ext/mpeg2enc/gstmpeg2enc.cc:
30911         Forward events first before deciding that negotiation was
30912         not performed.
30913
30914 2004-05-06  Wim Taymans  <wim@fluendo.com>
30915
30916         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30917         First process the events before deciding that negotiation
30918         was not performed.
30919
30920 2004-05-06  Wim Taymans  <wim@fluendo.com>
30921
30922         * ext/theora/Makefile.am:
30923         * ext/theora/theora.c: (plugin_init):
30924         * ext/theora/theoradec.c: (theora_dec_change_state):
30925         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
30926         (gst_theora_enc_class_init), (gst_theora_enc_init),
30927         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
30928         (theora_enc_chain), (theora_enc_change_state),
30929         (theora_enc_set_property), (theora_enc_get_property):
30930         Added a theora encoder, grouped the encoder and decoder into the
30931         same plugin.
30932
30933 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30934
30935         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30936         (gst_jpegenc_chain):
30937         fix DURATION on outgoing buffers
30938         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
30939         debug using time formats
30940         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30942         (gst_xvimagesink_sink_link):
30943         windows with width/height 0 generate X errors, so don't allow them
30944
30945 2004-05-05  Wim Taymans  <wim@fluendo.com>
30946
30947         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
30948         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
30949         (gst_mpeg2dec_negotiate_format):
30950         * ext/mpeg2dec/gstmpeg2dec.h:
30951           removed the static pad template so that we can add the
30952           more accurate framerate value to the caps.
30953
30954
30955 2004-05-04  Benjamin Otte  <otte@gnome.org>
30956
30957         * configure.ac:
30958           check for kdemacros.h, too (should fix #141821)
30959         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
30960           don't crash if no header was sent, but nicely error out (fixes part
30961           of #141554)
30962
30963 2004-05-04  Wim Taymans  <wim@fluendo.com>
30964
30965         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
30966         parent dispose function to avoid segfault on destroy.
30967
30968 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30969
30970         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30971         (plugin_init):
30972         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30973         (gst_xvimagesink_sink_link):
30974         clean up debugging caps
30975         also recreate xvimage when format has changed
30976
30977 2004-05-04  Benjamin Otte  <otte@gnome.org>
30978
30979         * ext/libvisual/Makefile.am:
30980         * ext/libvisual/visual.c: (gst_visual_class_init),
30981         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
30982         (gst_visual_srclink), (gst_visual_chain),
30983         (gst_visual_change_state), (plugin_init):
30984           use a GstAdapter to correctly adapt buffer sizes - allows using a
30985           framerate
30986
30987 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30988
30989         * sys/v4l/gstv4lelement.h:
30990         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30991         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
30992         (gst_v4lsrc_buffer_free):
30993         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
30994         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30995         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
30996         (gst_v4lsrc_requeue_frame):
30997         move some debugging categories around
30998         query for fps index and set accordingly if found
30999
31000 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31001
31002         * ext/lame/gstlame.c:
31003         correct defaults that lame_init puts out of range
31004
31005 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31006
31007         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
31008         (gst_divxenc_class_init):
31009         fix range since -1 is the default
31010         * gst/mpeg1sys/gstmpeg1systemencode.c:
31011         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
31012         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
31013         (gst_rtjpegdec_chain):
31014         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
31015         (gst_rtjpegenc_chain):
31016         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
31017         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
31018         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
31019         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
31020         * sys/v4l/gstv4lsrc.c:
31021         * sys/v4l/v4l_calls.c: (gst_v4l_open):
31022         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
31023         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
31024         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
31025         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
31026           remove gst_info calls
31027
31028 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31029
31030         * Makefile.am:
31031         * po/af.po:
31032         * po/az.po:
31033         * po/en_GB.po:
31034         * po/nl.po:
31035         * po/sr.po:
31036         * po/sv.po:
31037           Updated translations
31038
31039 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31040
31041         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
31042           refactor/comment code
31043
31044 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31045
31046         * gst/asfdemux/Makefile.am:
31047         * gst/asfdemux/asfheaders.c:
31048         * gst/asfdemux/asfheaders.h:
31049         * gst/asfdemux/gstasf.c: (plugin_init):
31050         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
31051         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
31052         (gst_asf_demux_setup_pad):
31053         * gst/asfdemux/gstasfdemux.h:
31054         * gst/asfdemux/gstasfmux.c:
31055         * gst/asfdemux/gstasfmux.h:
31056           Add tagging support to demuxer, split out registration in its own
31057           file instead of in demux (hacky), and prevent having some tables
31058           in our memory multiple times (in asfheaders.h).
31059
31060 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31061
31062         * gst/matroska/matroska-demux.c:
31063         (gst_matroska_demux_parse_metadata):
31064         * gst/matroska/matroska-ids.h:
31065           Basic tag reading support.
31066
31067 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31068
31069         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31070           Really detect ac-3 audio.
31071         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
31072           really detect matroska files (off-by-1).
31073
31074 2004-04-30  David Schleef  <ds@schleef.org>
31075
31076         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31077         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
31078         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
31079         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
31080         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
31081         hackage -- parse a lot more atoms, extract a few tags.  One might even
31082         mistake this for tag support.  Maybe it is.
31083         * gst/qtdemux/qtdemux.h:
31084
31085 2004-04-30  Colin Walters  <walters@verbum.org>
31086
31087         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
31088
31089 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31090
31091         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31092         (gst_ffmpegcolorspace_getcaps):
31093           remove broken nego fix
31094
31095 2004-04-30  Benjamin Otte  <otte@gnome.org>
31096
31097         * configure.ac:
31098         * ext/Makefile.am:
31099         * ext/libvisual/Makefile.am:
31100         * ext/libvisual/visual.c:
31101           add initial support for libvisual (http://libvisual.sourceforge.net)
31102           libvisual is still quite alpha, so expect crashes in there :)
31103
31104 2004-04-29  David Schleef  <ds@schleef.org>
31105
31106         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
31107         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
31108         up qtdemux to make it spit out codec_data.  Do _not_ look at this
31109         code; you will no longer respect me.
31110
31111 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31112
31113         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
31114         * ext/alsa/gstalsa.h :
31115         change alsa pcm device discovery to find more than 1 device
31116         per card. code review by Ronald.
31117
31118 2004-04-29  David Schleef  <ds@schleef.org>
31119
31120         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
31121         Add a check for a driver bug on FreeBSD.  (bug #140565)
31122
31123 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31124
31125         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
31126         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
31127         (gst_jpegenc_getcaps):
31128           move format setting to inner loop
31129         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31130         (gst_ffmpegcolorspace_getcaps):
31131           use GST_PAD_CAPS if available so that we use already negotiated
31132           caps
31133         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31134         (qtdemux_parse_moov), (qtdemux_parse):
31135           extra debugging
31136         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
31137         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
31138           move hardcoded path to DEFINE
31139
31140 2004-04-28  David Schleef  <ds@schleef.org>
31141
31142         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
31143         (bug #140064)
31144
31145 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31146
31147         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
31148           Don't probe for playback device if we're a source element. Fixes
31149           #139658.
31150
31151 2004-04-29  Benjamin Otte  <otte@gnome.org>
31152
31153         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
31154         (gst_id3_tag_chain):
31155           rewrite buffer offset
31156
31157 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31158
31159         * configure.ac:
31160         * ext/Makefile.am:
31161         * ext/dts/Makefile.am:
31162         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
31163         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
31164         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
31165         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
31166         (gst_dtsdec_loop), (gst_dtsdec_change_state),
31167         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
31168         (plugin_init):
31169         * ext/dts/gstdtsdec.h:
31170           New DTS decoder.
31171         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
31172         (gst_faad_srcconnect):
31173           Add ESDS atom handling (.m4a).
31174
31175 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31176
31177         * ext/divx/gstdivxdec.c: (plugin_init):
31178           Remove comment that makes no sense.
31179         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
31180           Fix for obvious typo that resulted in warnings during gst-register.
31181         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
31182         (gst_xviddec_sink_link):
31183           Fix caps negotiation a bit better.
31184         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
31185           We call this 'codec_data', not 'esds'.
31186
31187 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31188
31189         * gst/monoscope/gstmonoscope.c:
31190           make sure we only provide 256x128
31191         * gst/monoscope/monoscope.c: (monoscope_init):
31192           assert size of 256x128
31193
31194 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31195
31196         * Makefile.am:
31197         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
31198         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
31199           fixate to max width and height of device
31200
31201 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31202
31203         * Makefile.am:
31204         * sys/v4l/gstv4l.c:
31205         * sys/v4l/gstv4lsrc.c:
31206         * sys/v4l/v4l_calls.c:
31207         * sys/v4l/v4lsrc_calls.c:
31208           fix for qc-usb driver which fakes having more than one buffer
31209           by handing the same buffer twice, which confused GStreamer's/v4lsrc
31210           buffer_free override
31211           add debugging
31212
31213 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31214
31215         * Makefile.am:
31216         * gst/videotestsrc/gstvideotestsrc.c:
31217         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
31218         (gst_videotestsrc_init), (gst_videotestsrc_get),
31219         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
31220         * gst/videotestsrc/gstvideotestsrc.h:
31221           add num-buffers property
31222
31223         2004-04-26  Benjamin Otte  <otte@gnome.org>
31224
31225         * ext/mad/gstid3tag.c: (plugin_init):
31226           set id3mux rank to NONE so it doesn't confuse spider
31227           require audio/mpeg,mpegversion=1 in id3mux
31228
31229 2004-04-26  Benjamin Otte  <otte@gnome.org>
31230
31231         * configure.ac:
31232           detect faad correctly as non-working if it's indeed non-working
31233
31234 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31235
31236         * Makefile.am:
31237         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
31238         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
31239         fix _getcaps so it only negotiates to its supported format
31240
31241 2004-04-25  Benjamin Otte  <otte@gnome.org>
31242
31243         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
31244           fix memleak
31245
31246 2004-04-23  Benjamin Otte  <otte@gnome.org>
31247
31248         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
31249           audio/x-raw-int with height rules! not. Now it's depth.
31250
31251 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31252
31253         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
31254         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
31255         (gst_wavparse_loop):
31256           Missing variable initialization. Add handling of DVI ADPCM. Fix
31257           mis-parsing of LIST chunks. This works around a bug where we mis-
31258           parse non-aligning LIST chunks (so LIST chunks where the contents
31259           don't align with the actual LIST size). The correct fix is to use
31260           rifflib, I'm not going to fix wavparse - too much work. All this
31261           fixes #104878.
31262
31263 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31264
31265         reviewed by Benjamin Otte  <otte@gnome.org>
31266
31267         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
31268           fix shoutcast not working (fixes #140844)
31269
31270 2004-04-22  Benjamin Otte  <otte@gnome.org>
31271
31272         * ext/hermes/gsthermescolorspace.c:
31273         (gst_hermes_colorspace_caps_remove_format_info):
31274         * gst/colorspace/gstcolorspace.c:
31275         (gst_colorspace_caps_remove_format_info):
31276         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31277         (gst_ffmpegcolorspace_caps_remove_format_info):
31278           s/gst_caps_simplify/gst_caps_do_simplify/
31279
31280 2004-04-22  Benjamin Otte  <otte@gnome.org>
31281
31282         * gst-libs/gst/riff/riff-media.c:
31283         (gst_riff_create_video_caps_with_data):
31284           mpegversion is an int
31285         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
31286           don't try to create pad templates with NULL caps, use any caps
31287           instead.
31288
31289 2004-04-20  David Schleef  <ds@schleef.org>
31290
31291         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
31292         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
31293         (bug #140384)
31294
31295 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
31296
31297         reviewed by David Schleef
31298
31299         * ext/mad/gstid3tag.c: Add stdlib.h
31300         * gst/rtp/gstrtpgsmenc.c: same
31301         * gst/tags/gstid3tag.c: same
31302         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
31303         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
31304         GST_DISABLE_LOADSAVE use.
31305         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
31306         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
31307         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
31308         atol(3)).
31309         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
31310         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
31311         strtoul(3)).
31312         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
31313         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
31314         $(ID3_CFLAGS).
31315         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
31316         $(LIBFAME_CFLAGS).
31317
31318 2004-04-20  David Schleef  <ds@schleef.org>
31319
31320         * gst/realmedia/rmdemux.c:  This was supposed to part of the
31321         last checkin.  Same idea.
31322
31323 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
31324
31325         reviewed by David Schleef
31326
31327         * configure.ac: bump required gstreamer version to 0.8.1.1
31328         because of following changes [--ds]
31329
31330         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
31331         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
31332         (gst_riff_read_header):  Use GST_READ_UINT*
31333         macros to access possibly unaligned memory.
31334
31335         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
31336         (mp3_type_find):  Use GST_READ_UINT*
31337         macros to access possibly unaligned memory.
31338         (mp3_type_find, mpeg1_parse_header, qt_type_find)
31339         (speex_type_find): Likewise
31340
31341         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
31342
31343         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
31344         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
31345         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
31346         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
31347         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
31348         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
31349         macros to access possibly unaligned memory.
31350
31351         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
31352         Likewise.
31353
31354         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
31355         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
31356
31357         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31358         Likewise.
31359
31360         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
31361         (gst_mpeg2subt_chain_subtitle): Likewise.
31362
31363         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
31364         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
31365         Likewise.
31366
31367         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
31368         Likewise.
31369
31370         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
31371         Likewise.
31372
31373         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
31374         Likewise.
31375
31376 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31377
31378         * configure.ac:
31379           update required version of GStreamer because of GST_TIME_FORMAT
31380
31381 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31382
31383         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
31384           remove leftover g_print
31385         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31386           don't try setting only a subset of the caps. We don't want to kill
31387           autoplugging on purpose
31388
31389 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31390
31391         * sys/ximage/ximagesink.c: (plugin_init):
31392         * sys/xvimage/xvimagesink.c: (plugin_init):
31393           add debugging categories
31394
31395 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31396
31397         * po/en_GB.po:
31398         * po/LINGUAS:
31399           Adding en_GB translation (Gareth Owen)
31400
31401 2004-04-20  David Schleef  <ds@schleef.org>
31402
31403         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31404         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
31405         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
31406         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
31407         A number of new features and hacks to extract the esds atom and
31408         put it into the caps.  (bug #137724)
31409
31410 2004-04-19  David Schleef  <ds@schleef.org>
31411
31412         * gconf/Makefile.am: Fix for non-GNU make
31413         * gst-libs/gst/Makefile.am: Change directory order to handle
31414         GstPlay linking with gstinterfaces
31415         * gst-libs/gst/audio/make_filter: make use of tr portable
31416         * gst-libs/gst/play/Makefile.am: Add intended \
31417         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
31418         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
31419         function prototype instead of void *.
31420         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
31421         macro.
31422         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31423         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
31424         * gst/videofilter/make_filter: make use of tr portable
31425         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
31426
31427 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
31428
31429         * po/LINGUAS:
31430         * po/uk.po:
31431           Added Ukrainian translation (Maxim V. Dziumanenko)
31432
31433 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31434
31435         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
31436         (gst_gsmdec_link), (gst_gsmdec_chain):
31437           Fix capsnego, simplify chain function slightly.
31438         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31439           Add GSM.
31440
31441 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31442
31443         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31444         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
31445         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
31446           Hack to make wavparse work with spider (always -> sometimes pad).
31447           Fixes #135862 && #140411.
31448
31449 2004-04-18  Benjamin Otte  <otte@gnome.org>
31450
31451         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
31452         (gst_osselement_rate_probe_check),
31453         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
31454           get rid of \n in debug output
31455
31456 2004-04-17  Iain <iain@prettypeople.org>
31457
31458         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
31459         not just EOS.
31460
31461 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31462
31463         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
31464         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
31465         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
31466         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
31467         (gst_id3_tag_src_link), (gst_id3_tag_chain),
31468         (gst_id3_tag_change_state), (plugin_init):
31469           deprecate id3tag element and replace with id3demux/id3mux.
31470           great side effect: this ugly file is now even uglier, yay!
31471         * ext/mad/gstmad.h:
31472           remove non-available function
31473           update for new get_type
31474
31475 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31476
31477         * configure.ac:
31478           require mpeg2dec >= 0.4.0
31479
31480 2004-04-17  Benjamin Otte  <otte@gnome.org>
31481
31482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
31483         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
31484         (gst_xvimagesink_set_xwindow_id):
31485           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
31486           assorted cleanup fixes.
31487
31488 2004-04-16  David Schleef  <ds@schleef.org>
31489
31490         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
31491         * sys/xvimage/xvimagesink.h: same
31492
31493 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31494
31495         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
31496           Fix GST_ELEMENT_ERROR with (NULL)
31497
31498 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31499
31500         * gst-libs/gst/riff/riff-media.c:
31501         (gst_riff_create_video_caps_with_data):
31502           Add div[3456] as fourccs for DivX 3 (fixes #140137).
31503
31504 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31505
31506         * gst-libs/gst/riff/riff-media.c:
31507         (gst_riff_create_video_caps_with_data),
31508         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
31509         (gst_riff_create_video_template_caps),
31510         (gst_riff_create_audio_template_caps):
31511         * gst-libs/gst/riff/riff-media.h:
31512         * gst-libs/gst/riff/riff-read.c:
31513         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
31514         * gst-libs/gst/riff/riff-read.h:
31515         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
31516           Add MS RLE support. I added some functions to read out strf chunks
31517           into strf chunks and the data behind it. This is usually color
31518           palettes (as in RLE, but also in 8-bit RGB). Also use those during
31519           caps creation. Lastly, add ADPCM (similar to wavparse - which
31520           should eventually be rifflib based).
31521         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
31522         (gst_matroska_demux_init), (gst_matroska_demux_reset):
31523         * gst/matroska/matroska-demux.h:
31524           Remove placeholders for some prehistoric tagging system. Didn't add
31525           support for any tag system really anyway.
31526         * gst/qtdemux/qtdemux.c:
31527           Add support for audio/x-m4a (MPEG-4) through spider.
31528         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31529         (gst_wavparse_loop):
31530           ADPCM support (#135862). Increase max. buffer size because we
31531           cannot split buffers for ADPCM (screws references) and I've seen
31532           files with 2048 byte chunks. 4096 seems safe for now.
31533
31534 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31535
31536         * configure.ac: bump nano to 1
31537
31538 === release 0.8.1 ===
31539
31540 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31541
31542         * configure.ac: releasing 0.8.1, "Comforting Sounds"
31543
31544 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31545
31546         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31547           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
31548           Fixes #140058
31549
31550 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31551
31552         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
31553           lower rank of dvddemux so that it's not used for mpeg playback.
31554
31555 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31556
31557         * configure.ac:
31558           save libs correctly when checking mad
31559
31560 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31561
31562         * ext/mad/gstid3tag.c: (plugin_init):
31563           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
31564
31565 2004-04-13  David Schleef  <ds@schleef.org>
31566
31567         * common/m4/gst-feature.m4: Call -config scripts with
31568         --plugin-libs if it is supported.
31569         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
31570         JPEG images are image/jpeg.
31571         * gst/debug/Makefile.am:
31572         * gst/debug/negotiation.c: (gst_negotiation_class_init),
31573         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
31574         (gst_negotiation_update_caps), (gst_negotiation_get_property),
31575         (gst_negotiation_plugin_init): Add a property that acts like
31576         filter caps.
31577         * testsuite/gst-lint:  Move license checking to be a standard
31578         test.
31579
31580 2004-04-13  David Schleef  <ds@schleef.org>
31581
31582         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
31583         patch from Sebastien Cote (bug #139958)
31584
31585 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31586
31587         * examples/gstplay/Makefile.am:
31588         * examples/gstplay/player.c: (main):
31589           make the commandline player example use gconf settings
31590
31591 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31592
31593         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
31594         (gst_cacasink_sinkconnect), (gst_cacasink_init),
31595         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
31596           init/end library during state transition, not object
31597           creation/disposal.  get rid of custom dispose handler.
31598
31599
31600 2004-04-12  Christian Schaller <Uraeus@gnome.org>
31601
31602         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
31603         be a symlink
31604
31605 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31606
31607         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
31608           Handle JUNK chunks inside data section. Prevents warnings.
31609
31610 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31611
31612         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
31613         (gst_riff_create_video_template_caps):
31614           Add MS video v1.
31615         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
31616         (gst_avi_demux_stream_data):
31617           Add support for "rec-list" chunks.
31618
31619 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31620
31621         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
31622           Fix another codecname mismatch.
31623
31624 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31625
31626         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31627           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
31628           so that MJPEG plays back.
31629
31630 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31631
31632         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31633         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
31634         * gst/mpeg1videoparse/gstmp1videoparse.h:
31635           Fix for some slight mis-cuts in buffer parsing, and for some
31636           potential overflows or faults-causers. Adds disconts. Also fixes
31637           #139105 while we're at it.
31638
31639 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31640
31641         * configure.ac:
31642         * sys/v4l2/gstv4l2element.h:
31643           Workaround for missing struct v4l2_buffer declaration in Suse 9
31644           and Mandrake 10 linux/videodev2.h header file (#135919).
31645
31646 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31647
31648         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
31649           Bail out if no filename was given.
31650
31651 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31652
31653         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
31654         (gst_v4l2_fourcc_from_structure):
31655           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
31656           Y41B somewhere).
31657
31658 2004-04-09  Benjamin Otte  <otte@gnome.org>
31659
31660         * ext/gnomevfs/gstgnomevfssink.c:
31661         (_gst_boolean_allow_overwrite_accumulator),
31662         (gst_gnomevfssink_class_init):
31663           fix erase signal - if any handler returns false the file will not be
31664           overwritten. If no handler is connected, the file will not be
31665           overwritten either.
31666           renamed signal to "allow-overwrite"
31667         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
31668           free string when adding it to ID3 failed
31669         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31670           unref event when done
31671         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
31672           free caps
31673         * gst/typefind/gsttypefindfunctions.c:
31674         (mpeg_video_stream_type_find):
31675           fix invalid read
31676
31677 2004-04-08  David Schleef  <ds@schleef.org>
31678
31679         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31680         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
31681
31682 2004-04-08  David Schleef  <ds@schleef.org>
31683
31684         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
31685         we don't support (bug #139532)
31686
31687 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31688
31689         * ext/mad/gstmad.c: (gst_mad_handle_event),
31690         (gst_mad_check_caps_reset), (gst_mad_chain),
31691         (gst_mad_change_state):
31692           only set explicit caps if they haven't been set before for
31693           this stream.  MPEG-audio sample rate/channels aren't allowed
31694           to change in-stream.
31695           Fixes #139382
31696
31697 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31698
31699         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
31700         (_gst_boolean_did_something_accumulator),
31701         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
31702         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
31703         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
31704         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
31705         (gst_gnomevfssink_change_state):
31706           Fix erase signal. Don't erase by default. Remove handoff signal.
31707           Remove erase property. Don't segfault. General cleanup.
31708
31709 2004-04-07  Benjamin Otte  <otte@gnome.org>
31710
31711         * gst-libs/gst/gconf/test-gconf.c: (main):
31712           add missing gst_init
31713
31714 2004-04-07  Benjamin Otte  <otte@gnome.org>
31715
31716         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
31717           free the mutexes, too
31718
31719 2004-04-07  Benjamin Otte  <otte@gnome.org>
31720
31721         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
31722           actually free the URI string
31723         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
31724           compute offset correctly when passing discont events
31725         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31726           don't leak discont events
31727         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
31728           add some missing breaks so caps aren't copied randomly
31729         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
31730           if we realloc memory, we better use it
31731
31732 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31733
31734         * ext/mad/gstmad.c: (normal_seek):
31735           fix GST_FORMAT_TIME usage
31736
31737 2004-04-05  David Schleef  <ds@schleef.org>
31738
31739         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
31740         a deprecated function (hack!)
31741
31742 2004-04-05  Benjamin Otte  <otte@gnome.org>
31743
31744         * ext/esd/esdmon.c: (gst_esdmon_get):
31745           fix nonterminated vararg and memleak
31746
31747 2004-04-05  Benjamin Otte  <otte@gnome.org>
31748
31749         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
31750         (gst_ladspa_init), (gst_ladspa_force_src_caps),
31751         (gst_ladspa_set_property), (gst_ladspa_get_property),
31752         (gst_ladspa_instantiate), (gst_ladspa_activate),
31753         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
31754           clean up debugging
31755
31756 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
31757
31758         reviewed by Benjamin Otte  <otte@gnome.org>
31759
31760         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
31761           check for broken LADSPA parameters (fixes #138635)
31762
31763 2004-04-05  Benjamin Otte  <otte@gnome.org>
31764
31765         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
31766           advertise buffer-frames correctly on sinkpads
31767
31768 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31769
31770         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
31771         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
31772         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
31773         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
31774         (gst_mad_check_caps_reset), (gst_mad_chain):
31775         add more debugging, only reset caps when we're not in error state
31776
31777 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31778
31779         * ext/mad/gstmad.c: add debugging category, comment + cleanups
31780
31781 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
31782
31783         reviewed by Benjamin Otte  <otte@gnome.org>
31784
31785         * configure.ac:
31786           fix == in test(1) operator
31787
31788 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
31789
31790         reviewed by Benjamin Otte  <otte@gnome.org>
31791
31792         * configure.ac:
31793           fix --export-symblos-regex to a working regex.
31794
31795 2004-04-04  Benjamin Otte  <otte@gnome.org>
31796
31797         * sys/oss/.cvsignore:
31798           add for oss_probe
31799
31800 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
31801
31802         reviewed by Benjamin Otte  <otte@gnome.org>
31803
31804         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31805           add missing 'new_media' argument (fixes #138168)
31806         * gst/matroska/matroska-demux.c:
31807         (gst_matroska_demux_handle_seek_event):
31808           add vararg terminator (fixes #138169)
31809
31810 2004-04-02  David Schleef  <ds@schleef.org>
31811
31812         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
31813         disted (bug #138914)
31814
31815 2004-04-01  Benjamin Otte  <otte@gnome.org>
31816
31817         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
31818         (gst_alsa_close_audio):
31819           handle case better where a soundcard can't pause
31820         * ext/ogg/gstoggdemux.c:
31821           don't crash when we get events but don't have pads yet
31822
31823 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31824
31825         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
31826           throw an error if we couldn't probe any caps.
31827
31828 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
31829
31830         * ext/dvdnav/gst-dvd:
31831         Add a really simple sample DVD player
31832
31833 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
31834
31835         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
31836         (gst_a52dec_push), (gst_a52dec_handle_event),
31837         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
31838         (gst_a52dec_change_state):
31839         * ext/a52dec/gsta52dec.h:
31840           Use a debug category, Output timestamps correctly
31841           Emit tag info, Handle events, tell liba52dec about cpu
31842           capabilities so it can use MMX etc.
31843         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
31844           Fix a crasher accessing invalid memory
31845         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
31846         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
31847         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31848         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
31849         (dvdnavsrc_query):
31850           Some support for byte-format seeking.
31851           Small fixes for still frames and menu button overlays
31852         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
31853         (gst_mpeg2dec_alloc_buffer):
31854           Use a debug category. Adjust the report level of several items to
31855           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
31856           so it doesn't lose the GstBuffer pointer
31857         * gst/debug/Makefile.am:
31858         * gst/debug/gstdebug.c: (plugin_init):
31859         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
31860         (gst_navseek_base_init), (gst_navseek_class_init),
31861         (gst_navseek_init), (gst_navseek_seek),
31862         (gst_navseek_handle_src_event), (gst_navseek_set_property),
31863         (gst_navseek_get_property), (gst_navseek_chain),
31864         (gst_navseek_plugin_init):
31865         * gst/debug/gstnavseek.h:
31866           Add the navseek debug element for seeking back and forth in a
31867           video stream using arrow keys.
31868         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
31869         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
31870         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
31871         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
31872         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
31873         (gst_mpeg2subt_parse_header), (gst_get_nibble),
31874         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
31875         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
31876         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
31877         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
31878         * gst/mpeg2sub/gstmpeg2subt.h:
31879           Pretty much a complete rewrite. Now a loopbased element. May still
31880           require work to properly synchronise subtitle buffers.
31881         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
31882         (gst_dvd_demux_send_subbuffer):
31883         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
31884           Don't attempt to create subbuffers of size 0
31885           Reduce a couple of error outputs to warnings.
31886         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
31887         (gst_y4mencode_chain):
31888         Output the y4m frame header correctly.
31889
31890 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31891
31892         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
31893           throw errors instead of allowing SIGFPE
31894
31895 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31896
31897         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
31898         (gst_gconf_render_bin_from_key):
31899           leak plugging and style fixing
31900
31901 2004-03-31  David Schleef  <ds@schleef.org>
31902
31903         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
31904         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
31905         (bug #138225)
31906         * gst/debug/Makefile.am:
31907         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
31908         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
31909         plugin.
31910         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
31911         (gst_negotiation_base_init), (gst_negotiation_class_init),
31912         (gst_negotiation_init), (gst_negotiation_getcaps),
31913         (gst_negotiation_pad_link), (gst_negotiation_chain),
31914         (gst_negotiation_set_property), (gst_negotiation_get_property),
31915         (gst_negotiation_plugin_init):  New element to talk about random
31916         negotiation things happening in a pipeline.
31917
31918 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31919
31920         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
31921           fix integer addition with help of Stefan Kost
31922
31923 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31924
31925         * po/nl.po: updated Dutch translation (Elros Cyriatan)
31926
31927 2004-03-30  David Schleef  <ds@schleef.org>
31928
31929         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
31930         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
31931         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
31932         (bug #137504)
31933         * ext/mpeg2dec/gstmpeg2dec.h:
31934
31935 2004-03-30  David Schleef  <ds@schleef.org>
31936
31937         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
31938
31939 2004-03-30  David Schleef  <ds@schleef.org>
31940
31941         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
31942         Michael Petullo) to handle .mov
31943
31944 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31945
31946         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
31947         (gst_osselement_rate_check_rate):
31948           probe caps correctly for sound cards that only support one format
31949
31950 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31951
31952         * ext/kio/kiosrc.cpp: (process_events):
31953           update handling event processing if inside KDE - untested
31954
31955 2004-03-29  David Schleef  <ds@schleef.org>
31956
31957         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
31958         by 2 to not interfere with other colorspaces.
31959         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
31960         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
31961         one to not interfere with ffmpeg_colorspace.
31962
31963 2004-03-29  David Schleef  <ds@schleef.org>
31964
31965         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
31966         aren't in the caps.
31967         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
31968         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
31969
31970 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31971
31972         * gst-libs/gst/riff/riff-media.c:
31973           fail on error, don't try to set stuff on NULL caps
31974
31975 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31976
31977         * configure.ac:
31978         * ext/Makefile.am:
31979         * ext/kio/Makefile.am:
31980         * ext/kio/kioreceiver.cpp:
31981         * ext/kio/kioreceiver.h:
31982         * ext/kio/kiosrc.cpp:
31983         * ext/kio/kiosrc.h:
31984           add experimental kiosrc plugin
31985         * ext/alsa/gstalsaplugin.c: (plugin_init):
31986           initialize debugging category only when we're sure registering the
31987           plugins worked.
31988
31989 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31990
31991         * examples/gstplay/player.c: (main):
31992         * gst-libs/gst/play/play.c: (gst_play_class_init),
31993         (gst_play_set_location), (gst_play_set_data_src),
31994         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31995         (gst_play_set_visualization), (gst_play_connect_visualization):
31996           check return values of element_set_state and return FALSE where
31997           failed
31998
31999 2004-03-29  Benjamin Otte  <otte@gnome.org>
32000
32001         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
32002           try harder to check if an event is really a discont
32003
32004 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
32005
32006         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
32007         * po/az.po:
32008
32009 2004-03-28  Benjamin Otte  <otte@gnome.org>
32010
32011         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
32012         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
32013         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
32014           get rid of non-standard "..." ranges in case statements.
32015
32016 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
32017
32018         * gst/mpegstream/gstmpegdemux.c:
32019         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
32020         specific functionality split to the new dvddemux element.
32021         * gst/mpegstream/gstdvddemux.c:
32022         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
32023         streams, derived from mpegdemux.
32024         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
32025         up. SCR based timestamp rewriting can be turned off (will probably
32026         completely disappear soon).
32027         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
32028         hacking. General cleanup. All printf statements replaced by
32029         debugging messages. Almost complete libdvdnav support.
32030         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
32031         by events. New properties for audio and subpicture languages.
32032         (dvdnavsrc_update_highlight): Now uses events.
32033         (dvdnavsrc_user_op): Cleaned up.
32034         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
32035         based). Lots of cleanup, and propper support for most libdvdnav
32036         events.
32037         (dvdnavsrc_make_dvd_event): New function.
32038         (dvdnavsrc_make_dvd_nav_packet_event): New function.
32039         (dvdnavsrc_make_clut_change_event): New function.
32040
32041 2004-03-26  Benjamin Otte  <otte@gnome.org>
32042
32043         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
32044           fix bug where typefinding would claim it's theora whenever less then
32045           7 bytes of data were available
32046
32047 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32048
32049         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
32050         (gst_alawdec_base_init), (gst_alawdec_class_init),
32051         (gst_alawdec_init), (gst_alawdec_chain):
32052         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
32053         (gst_alawenc_base_init), (gst_alawenc_class_init),
32054         (gst_alawenc_init), (gst_alawenc_chain):
32055         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
32056         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
32057         (gst_mulawdec_init), (gst_mulawdec_chain):
32058         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
32059         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
32060         (gst_mulawenc_init), (gst_mulawenc_chain):
32061           Fix capsnego in all four, remove the unused property functions and
32062           simplify the chain functions slightly. I guess we could use macros
32063           or something similar for those, since the code is so similar, but
32064           I'm currently too lazy...
32065
32066 2004-03-24  David Schleef  <ds@schleef.org>
32067
32068         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
32069         (gst_osselement_close_audio), (gst_osselement_probe_caps),
32070         (gst_osselement_get_format_structure),
32071         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
32072         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
32073         (gst_osselement_rate_int_compare): Add code to handle rate probing
32074         (bug #120883)
32075         * sys/oss/gstosselement.h: same
32076         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
32077         Use rate probing provided by osselement.
32078         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
32079
32080 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32081
32082         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
32083         (gst_xvidenc_get_property):
32084           ulong/int mess-up.
32085
32086 2004-03-24  David Schleef  <ds@schleef.org>
32087
32088         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
32089         (gst_speexdec_init):
32090         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
32091         (gst_speexenc_init):  Create the pad template correctly (from
32092         the static pad template, not a NULL pointer.)
32093
32094 2004-03-25  Benjamin Otte  <otte@gnome.org>
32095
32096         * gst/debug/Makefile.am:
32097         * gst/debug/breakmydata.c:
32098           add element that quasi-randomly changes bytes in the stream.
32099           Intended use is robustness checking of demuxers and decoders in
32100           media tests.
32101
32102 2004-03-24  Benjamin Otte  <otte@gnome.org>
32103
32104         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32105         (gst_alsa_probe_hw_params):
32106         * ext/alsa/gstalsa.h:
32107           debugging output fixes
32108
32109 2004-03-24  Benjamin Otte  <otte@gnome.org>
32110
32111         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
32112           don't g_return_if_fail if element is PLAYING, fail silently as every
32113           other element.
32114         * gst/effectv/gstquark.c: (gst_quarktv_chain):
32115           only fix needed for cast lvalue issues in gst-plugins
32116         * gst/volenv/gstvolenv.c: (gst_volenv_init):
32117           add proxy_getcaps
32118
32119 2004-03-24  Benjamin Otte  <otte@gnome.org>
32120
32121         * gst/level/gstlevel.c: (gst_level_init):
32122           add proxying getcaps function, so level doesn't advertise impossible
32123           caps
32124
32125 2004-03-24  David Schleef  <ds@schleef.org>
32126
32127         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
32128         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
32129         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
32130         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
32131         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
32132         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
32133         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
32134         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
32135         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
32136         messages.  Divide the chunk size by the compression ratio
32137         (needed for MACE audio)
32138
32139 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32140
32141         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
32142           Fix buffer overflow read error.
32143
32144 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32145
32146         * ext/alsa/gstalsa.h:
32147           Remove unused entry.
32148         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
32149           Add cinepak.
32150         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
32151         (gst_videodrop_link), (gst_videodrop_chain):
32152           Fix, sort of. Was horribly broken with new capsnego. Bah...
32153
32154 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
32155
32156         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
32157         (plugin_init):
32158         Add a monkeysaudio typefind function
32159
32160 2004-03-23  Johan Dahlin  <johan@gnome.org>
32161
32162         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
32163         (gst_play_video_fixate): Check so the structure has the field
32164         before trying to fixate them, this makes it possible to have
32165         fakesinks for video and audio output without printing errors on
32166         the output console.
32167
32168 2004-03-22  David Schleef  <ds@schleef.org>
32169
32170         * sys/oss/Makefile.am:
32171         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
32172         (check_rate), (add_rate):  Rate probing test app.
32173
32174 2004-03-21  Benjamin Otte  <otte@gnome.org>
32175
32176         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
32177         (_fixate_caps_to_int), (gst_audio_convert_fixate):
32178           add a fixation function that pretty much does the right thing (fixes
32179           #137556)
32180
32181 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
32182
32183         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
32184
32185 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
32186
32187         reviewed by: Benjamin Otte  <otte@gnome.org>
32188
32189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
32190           terminate gst_event_new_discontinuous correctly (fixes parts of
32191           #137711)
32192
32193 2004-03-19  David Schleef  <ds@schleef.org>
32194
32195         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
32196         since it doesn't depend on X, and it's part of our ABI.
32197
32198 2004-03-19  Iain <iain@prettypeople.org>
32199
32200         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
32201         is_int in the structure, not the local variable.
32202
32203 2004-03-19  David Schleef  <ds@schleef.org>
32204
32205         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
32206         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
32207         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
32208         Improvements in caps negotiation.
32209
32210 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32211
32212         * po/LINGUAS:
32213         * po/af.po:
32214           adding Afrikaans (Petri Jooste)
32215
32216 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32217
32218         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32219         (gst_ffmpegcolorspace_chain):
32220         throw error instead of g_critical (#137588)
32221
32222 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32223
32224         * Makefile.am:
32225         * configure.ac:
32226           dist common and m4 correctly
32227         * po/sv.po:
32228
32229 2004-03-17  David Schleef  <ds@schleef.org>
32230
32231         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
32232         (bug #137348)
32233
32234 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32235
32236         * po/LINGUAS:
32237         * po/sv.po:
32238           adding Swedish translation (Christian Rose)
32239
32240 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32241
32242         * Makefile.am: use release.mak
32243
32244 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32245
32246         * common/ChangeLog:
32247         * common/gst-autogen.sh:
32248           add some explanation about the version detection
32249         * configure.ac:
32250           fix X check
32251
32252 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32253
32254         * configure.ac: bump nano to 1
32255
32256 === release 0.8.0 ===
32257
32258 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32259
32260         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
32261
32262 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32263
32264         * configure.ac:
32265           update libtool version
32266         * gst-libs/gst/media-info/Makefile.am:
32267           actually use libtool version
32268
32269 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32270
32271         * configure.ac: fix speex detection to work with 1.0 but not 1.1
32272
32273 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32274
32275         * configure.ac:
32276         * gst-plugins.spec.in:
32277         * pkgconfig/Makefile.am:
32278         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
32279         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
32280         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
32281         * pkgconfig/gstreamer-libs.pc.in:
32282         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
32283         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32284         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
32285         * pkgconfig/gstreamer-plugins.pc.in:
32286           remove @VERSION@ from some of the pc files since core and plugins
32287           are decoupled.
32288           created gstreamer-plugins.pc as it's a better name, but keeping
32289           -libs around for now to get fixes upstream done first.
32290
32291 2004-03-15  Julien MOUTTE <julien@moutte.net>
32292
32293         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
32294         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
32295         * gst-libs/gst/play/play.h:
32296
32297 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32298
32299         * *.c, *.cc: don't mix tabs and spaces
32300
32301 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32302
32303         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
32304           use the new ffmpegcolorspace
32305         * gst-plugins.spec.in:
32306           package new colorspace and media-info
32307         * configure.ac:
32308         * pkgconfig/Makefile.am:
32309           fix some more disting issues
32310         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
32311         * pkgconfig/gstreamer-media-info.pc.in:
32312           generate media-info pc files
32313
32314 2004-03-15  Johan Dahlin  <johan@gnome.org>
32315
32316         * *.h: Revert indenting
32317
32318 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32319
32320         * configure.ac:
32321           adding ffmpegcolorspace element
32322         * gst/ffmpegcolorspace/Makefile.am:
32323         * gst/ffmpegcolorspace/avcodec.h:
32324         * gst/ffmpegcolorspace/common.h:
32325         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
32326         * gst/ffmpegcolorspace/dsputil.h:
32327         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
32328         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32329         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
32330         (gst_ffmpeg_caps_to_pix_fmt):
32331         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32332         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32333         (gst_ffmpegcolorspace_caps_remove_format_info),
32334         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
32335         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
32336         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
32337         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
32338         (gst_ffmpegcolorspace_set_property),
32339         (gst_ffmpegcolorspace_get_property),
32340         (gst_ffmpegcolorspace_register):
32341         * gst/ffmpegcolorspace/imgconvert.c:
32342         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
32343         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
32344         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
32345         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
32346         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
32347         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
32348         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
32349         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
32350         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
32351         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
32352         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
32353         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
32354         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
32355         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
32356         (img_get_alpha_info), (deinterlace_line),
32357         (deinterlace_line_inplace), (deinterlace_bottom_field),
32358         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
32359         * gst/ffmpegcolorspace/imgconvert_template.h:
32360         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
32361         * gst/ffmpegcolorspace/mmx.h:
32362         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
32363           adding ffmpegcolorspace element supplied by Ronald after cleaning
32364           up and pulling in the right bits of upstream source.
32365           I'm sure a better C/compiler wizard could do some cleaning up (for
32366           example use GLIB's malloc stuff), but as a first pass this
32367           works very well
32368
32369 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32370
32371         * ext/alsa/gstalsa.h:
32372           I assume Ronald forgot to commit the change to have cardname
32373           as a struct member.  Expect some public spanking at the next
32374           opportunity.
32375
32376 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32377
32378         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
32379         (gst_alsa_open_audio), (gst_alsa_close_audio):
32380         * ext/alsa/gstalsa.c:
32381           Don't open the device if we're a mixer (= padless).
32382         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
32383         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
32384         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
32385           Open mixer during state change rather than during object
32386           initialization. Also, get a device name. Currently in a somewhat
32387           hackish fashion, but I didn't really find something better.
32388
32389 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32390
32391         * *.c, *.h: run gst-indent
32392
32393 2004-03-14  Benjamin Otte  <otte@gnome.org>
32394
32395         * gst/modplug/gstmodplug.cc:
32396         * gst/modplug/gstmodplug.h:
32397           set correct timestamps on outgoing buffers
32398
32399 2004-03-14  Benjamin Otte  <otte@gnome.org>
32400
32401         * gst/modplug/gstmodplug.cc:
32402           handle events - don't do crap when a discont arrives that's not
32403           necessary
32404           This allows correct loading and playback of mods in Rhythmbox
32405
32406 2004-03-14  Benjamin Otte  <otte@gnome.org>
32407
32408         * configure.ac:
32409         * gst-libs/gst/gconf/Makefile.am:
32410         * pkgconfig/Makefile.am:
32411           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
32412           they get rebuilt properly
32413         * configure.ac:
32414           when checking for vorbis, try pkgconfig first.
32415         * gst/modplug/gstmodplug.cc:
32416           add fixate function
32417
32418 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32419
32420         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
32421           Fix for obvious mistake, where we first shift the offset and then
32422           read a samplesize element assuming the old offset. Note that this
32423           part still has something weird, i.e. my movies containing those
32424           don't actually play well, but at least there's something that looks
32425           like sound now.
32426
32427 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
32428         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
32429         (plugin_init):
32430         Add a typefind function for speex format
32431
32432 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32433
32434         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
32435         (gst_asf_demux_setup_pad):
32436           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
32437           instead of 0. Reason is simple: some elements have a fps range
32438           of 1-max instead of 0-max. So now ASF video actually works.
32439
32440 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
32441
32442         * po/LINGUAS:
32443         * po/sr.po:
32444           adding serbian as a language
32445
32446 2004-03-13  Benjamin Otte  <otte@gnome.org>
32447
32448         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32449           return taglist correctly from _get function, don't gst_pad_push it.
32450           (fixes #137042)
32451
32452 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
32453         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
32454
32455 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32456
32457         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
32458         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
32459         (gst_alsa_mixer_track_new):
32460         * ext/alsa/gstalsamixertrack.h:
32461           Fix ancient leftovers... MixerTrack is a GObject.
32462
32463 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32464
32465         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
32466         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32467           Don't block during probing...
32468
32469 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32470
32471         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
32472         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
32473         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
32474         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
32475         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
32476         (gst_alsa_open_audio), (gst_alsa_close_audio):
32477         * ext/alsa/gstalsa.h:
32478           Add propertyprobe interface implementation, add some device-name
32479           property, all this so that it looks good in gnome-volume-control.
32480
32481 2004-03-12  David Schleef  <ds@schleef.org>
32482
32483         * configure.ac: the Hermes library controls hermescolorspace, not
32484         colorspace.
32485         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
32486         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
32487         not /* */
32488         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
32489         * ext/sdl/sdlvideosink.h: ditto.
32490         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
32491
32492 2004-03-12  Benjamin Otte  <otte@gnome.org>
32493
32494         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
32495         (gst_x_overlay_got_xwindow_id):
32496         * gst-libs/gst/xoverlay/xoverlay.h:
32497           replace XID with unsigned long to get rid of the xlibs dependency in
32498           XOverlay (fixes #137004)
32499
32500 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
32501         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
32502         (gst_agingtv_setup):
32503         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
32504         (gst_dicetv_base_init), (gst_dicetv_class_init),
32505         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
32506         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
32507         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
32508         (gst_edgetv_setup), (gst_edgetv_rgb32):
32509         * gst/effectv/gsteffectv.c:
32510         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
32511         (gst_quarktv_set_property):
32512         * gst/effectv/gstrev.c: (gst_revtv_get_type),
32513         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
32514         (gst_revtv_setup), (gst_revtv_rgb32):
32515         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
32516         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
32517         (gst_shagadelictv_init), (gst_shagadelictv_setup),
32518         (gst_shagadelictv_rgb32):
32519         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
32520         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
32521         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
32522         * gst/effectv/gstwarp.c:
32523         Port everything that can be ported to videofilter and fix up the caps.
32524         Can someone with a big-endian machine please check these?
32525
32526 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32527
32528         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
32529         (gst_osssink_chain), (gst_osssink_change_state):
32530           Latest fixes for A/V sync, audio playback and such. This is about
32531           all... MPEG playback issues are mostly related to the async build-
32532           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
32533
32534 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
32535
32536         patch from: Stephane Loeuillet
32537
32538         * configure.ac:
32539           use pkg-config for some libraries, falling back to the old .m4 way
32540           (fixes #131270)
32541         * m4/libdv.m4:
32542           removed
32543
32544 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
32545
32546         * configure.ac:
32547         * tools/Makefile.am:
32548         * tools/Makefile.in:
32549         * tools/gst-launch-ext-m.m:
32550         * tools/gst-launch-ext.1.in:
32551         * tools/gst-visualise-m.m:
32552         * tools/gst-visualise.1:
32553         * tools/gst-visualise.1.in:
32554           reorganizing generation of script tools
32555
32556 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32557
32558         * ext/divx/gstdivxdec.c:
32559           Downgrade priority. We prefer ffdec_mpeg4.
32560         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
32561         (gst_faad_chain), (gst_faad_change_state):
32562           Fix capsnego. Doesn't work for some sounds because we don't have
32563           a 5:1 to stereo element.
32564         * ext/xvid/gstxvid.c: (plugin_init):
32565           Add priority.
32566         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
32567         (gst_osssink_change_state):
32568           Add discont handling.
32569
32570 2004-03-09  Colin Walters  <walters@verbum.org>
32571
32572         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
32573         conversion.
32574
32575 2004-03-09  Benjamin Otte  <otte@gnome.org>
32576
32577         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
32578           the signals take 2 arguments
32579
32580 2004-03-09  David Schleef  <ds@schleef.org>
32581
32582         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
32583         (gst_alsa_fixate): Add fixate function.  (bug #136686)
32584         * ext/alsa/gstalsa.h:
32585         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
32586
32587 2004-03-09  Benjamin Otte  <otte@gnome.org>
32588
32589         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
32590         (gst_mikmod_change_state):
32591         * ext/mikmod/gstmikmod.h:
32592           make mikmod's loop function not loop infinitely and call
32593           gst_element_yield anymore
32594         * gst/modplug/gstmodplug.cc:
32595           fix pad negotiation (fixes #136590)
32596
32597 2004-03-09  David Schleef  <ds@schleef.org>
32598
32599         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
32600         doesn't conflict with the internal colorspace plugin.
32601         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
32602         satisfy the crappy-ass shell shipped by a certain vendor.
32603         * gst/videofilter/make_filter: same (bug #135299)
32604
32605 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32606
32607         * configure.ac: bump nano to 1
32608
32609 === release 0.7.6 ===
32610
32611 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32612
32613         * configure.in: releasing 0.7.6, "There"
32614
32615 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32616
32617         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32618         * pkgconfig/gstreamer-play.pc.in:
32619           synchronize the two
32620
32621 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32622
32623         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
32624         (cdparanoia_open), (cdparanoia_event):
32625           fix/add error handling
32626         * po/POTFILES.in:
32627           add cdparanoia source
32628         * tools/Makefile.am:
32629           make scripts executable
32630
32631 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32632
32633         * configure.ac:
32634         * ext/vorbis/Makefile.am:
32635         * sys/Makefile.am:
32636           remove id3types, vorbisfile and xvideosink from the build (#133783)
32637
32638 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32639
32640         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32641           Fix metadata read crash (#136537).
32642
32643 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32644
32645         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
32646         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
32647           adding mime types, fixing the one-stop function
32648
32649 2004-03-08  Christian Schaller <Uraeus@gnome.org>
32650
32651         * ext/nas/nassink.c and /ext/nas/nassink.h:
32652         More NAS love from Arwed von Merkatz
32653         So lets all sing 'Can you feel the NAS tonight'
32654
32655 2004-03-08  Christian Schaller <Uraeus@gnome.org>
32656
32657         * tools/gst-launch-ext.in:
32658         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
32659
32660 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32661
32662         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
32663         (gst_mpeg2dec_init):
32664         remove the user_data pad for now, because it is being used in
32665         fixating causing MPEG playback to fixate on 1000 Hz for playback.
32666         If someone knows how to fix this properly, please do.
32667
32668 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32669
32670         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32671         (gst_osssink_get_time):
32672         add a warning, IMO this won't get triggered anymore, remove later
32673
32674 2004-03-07  David Schleef  <ds@schleef.org>
32675
32676         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
32677         format (bug #136470)
32678
32679 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
32680
32681         * gst-libs/Makefile.am:
32682         * gst-libs/gst/media-info/Makefile.am:
32683         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
32684         (error_callback), (gst_media_info_error_create),
32685         (gst_media_info_error_element), (gmip_init), (gmip_reset),
32686         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
32687         * gst-libs/gst/media-info/media-info-priv.h:
32688         * gst-libs/gst/media-info/media-info-test.c: (main):
32689         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32690         (gst_media_info_class_init), (gst_media_info_instance_init),
32691         (gst_media_info_set_source), (gst_media_info_read_with_idler),
32692         (gst_media_info_read_idler), (gst_media_info_read):
32693         * gst-libs/gst/media-info/media-info.h:
32694         fixed, should work now
32695
32696 2004-03-07  Christian Schaller <Uraeus@gnome.org>
32697
32698         * ext/nas/nassink.c:
32699         A bunch of NAS fixes from Arwed von Merkatz
32700
32701 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32702
32703         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
32704         (qtdemux_parse_trak):
32705           Fix crash (j might be greater than n_samples, in which case we're
32706           writing outside the allocated space for the array) and memleak.
32707
32708 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32709
32710         * sys/oss/gstosssink.c: (gst_osssink_chain):
32711           And another caller that couldn't handle delay < 0 (unsigned
32712           integer overflow). Video now continues playing on an audio
32713           buffer underrun, and the clock continues working. Audio still
32714           stalls.
32715
32716 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32717
32718         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32719         (gst_osssink_get_time):
32720           get_delay() may return values lower than 0. In those cases, we
32721           should not actually cast to *unsigned* int64, that will break
32722           stuff horribly. In my case, it screwed up A/V sync in movies
32723           in totem rather badly.
32724
32725 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32726
32727         * ext/faac/gstfaac.c: (gst_faac_chain):
32728         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32729         * ext/libpng/gstpngenc.c: (user_write_data):
32730         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32731         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
32732         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
32733         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
32734         Fix several misuse of gst_buffer_merge (it doesn't take ownership
32735         of any buffer), should fix some leaks. I hope I didn't unref buffers
32736         that shouldn't be...
32737
32738 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32739
32740         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32741         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
32742         (error_callback), (gmi_reset), (gmi_seek_to_track),
32743         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
32744         (gmip_find_type_post), (gmip_find_stream_post),
32745         (gmip_find_track_streaminfo_post):
32746         * gst-libs/gst/media-info/media-info-priv.h:
32747         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
32748         (info_print), (main):
32749         * gst-libs/gst/media-info/media-info.c:
32750         (gst_media_info_error_create), (gst_media_info_error_element),
32751         (gst_media_info_instance_init), (gst_media_info_get_property),
32752         (gst_media_info_new), (gst_media_info_set_source),
32753         (gst_media_info_read_idler), (gst_media_info_read):
32754         * gst-libs/gst/media-info/media-info.h:
32755           first pass at making this work again.  This seems to work on
32756           tagged ogg/vorbis and mp3 files.
32757
32758 2004-03-06  Benjamin Otte  <otte@gnome.org>
32759
32760         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
32761           fix huge leak: gst_buffer_merge doesn't unref the first argument
32762           itself.
32763
32764 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32765
32766         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
32767           report layer/mode/emphasis
32768
32769 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32770
32771         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
32772
32773 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32774
32775         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
32776           signal serial
32777
32778 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32779
32780         * ext/vorbis/vorbis.c: (plugin_init):
32781         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32782         (gst_vorbis_dec_init), (vorbis_dec_event):
32783         add debug category
32784         make vorbisdec handle _BYTE and _TIME queries
32785
32786 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32787
32788         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
32789           from the xing header
32790
32791 2004-03-06  Benjamin Otte  <otte@gnome.org>
32792
32793         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
32794         (gst_audio_convert_link), (gst_audio_convert_change_state),
32795         (gst_audio_convert_buffer_from_default_format):
32796           do conversions from/to float correctly, fix some caps nego errors,
32797           export correct supported caps in template and getcaps, use correct
32798           caps in try_set_caps functions
32799
32800 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32801
32802         For some reason, I only committed a ChangeLog entry yesterday and
32803         not the corresponding code...
32804         * ext/mad/gstmad.c: Fix detection of Xing headers
32805         * gst/tags/gstid3tag.c: Changes to support TLEN tags
32806
32807 2004-03-06  Benjamin Otte  <otte@gnome.org>
32808
32809         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
32810         (gst_ogg_demux_src_query):
32811           make sure to handle the case where there's no current chain
32812           gracefully.
32813
32814 2004-03-05  David Schleef  <ds@schleef.org>
32815
32816         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
32817         Add fixate function. (bug #131128)
32818         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
32819         (gst_sdlvideosink_fixate):  Add fixate function.
32820         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32821         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
32822         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
32823         Fix missing break that was causing ulaw to be interpreted as
32824         raw int.
32825
32826 2004-03-05  David Schleef  <ds@schleef.org>
32827
32828         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
32829         Fix code that ignores return value of gst_buffer_merge().
32830         (bug #114560)
32831         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
32832         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
32833         * testsuite/gst-lint:  Check for above.
32834
32835 2004-03-05  David Schleef  <ds@schleef.org>
32836
32837         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
32838         caps and throw an element error.  (bug #136334)
32839
32840 2004-03-05  David Schleef  <ds@schleef.org>
32841
32842         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
32843         (gst_faad_chain): Fix negotiation.
32844         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
32845         key and button events.
32846         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
32847         dung heap of code.
32848         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
32849         depends on gconf
32850         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
32851         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32852         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
32853         function to encourage better negotiation, particularly between
32854         audioconvert and osssink.
32855         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
32856         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
32857         more important.
32858         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
32859         typefinding.
32860         * gst/vbidec/vbiscreen.c:  Add glib header
32861         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
32862
32863 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
32864
32865         * ext/mad/gstmad.c: Fix detection of Xing headers
32866         * gst/tags/gstid3tag.c: Changes to support TLEN tags
32867
32868 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32869
32870         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32871         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
32872           debug updates
32873
32874 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32875
32876         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
32877         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
32878         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
32879         files, and report the parsed length as a GST_TAG_DURATION tag.
32880         * gst/tags/gstid3tag.c: support TLEN (duration) tag
32881
32882 2004-03-05  Benjamin Otte  <otte@gnome.org>
32883
32884         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
32885           convert channels correctly. convert correctly to unsigned.
32886
32887 2004-03-05  Julien MOUTTE <julien@moutte.net>
32888
32889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
32890         we have a window before clearing it.
32891
32892 2004-03-05  Julien MOUTTE <julien@moutte.net>
32893
32894         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
32895         have a window before clearing it.
32896
32897 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32898
32899         * gconf/gstreamer.schemas.in:
32900         * gst-libs/gst/gconf/Makefile.am:
32901           version installation path the same way as for 0.6
32902         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
32903         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
32904         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32905           remove comment that was fixed
32906
32907 2004-03-05  David Schleef  <ds@schleef.org>
32908
32909         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
32910         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
32911         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
32912         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
32913         Add prototype code for handling seeking and querying.
32914
32915 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32916
32917         * examples/gstplay/player.c: (main):
32918           Initialize variables to NULL. Prevents a segfault because the
32919           (uninitialized) variable is not NULL, resulting in a crash on
32920           trying to reach error->message.
32921
32922 2004-03-05  Benjamin Otte  <otte@gnome.org>
32923
32924         * gst/audioconvert/gstaudioconvert.c:
32925         (gst_audio_convert_buffer_to_default_format):
32926         make float=>int conversion work correctly even in cornercases.
32927
32928 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
32929
32930         * debian/README.Debian:
32931         * debian/build-deps:
32932         * debian/changelog:
32933         * debian/control:
32934         * debian/control.in:
32935         * debian/copyright:
32936         * debian/gstreamer-a52dec.files:
32937         * debian/gstreamer-aa.files:
32938         * debian/gstreamer-alsa.files:
32939         * debian/gstreamer-alsa.manpages:
32940         * debian/gstreamer-arts.files:
32941         * debian/gstreamer-artsd.files:
32942         * debian/gstreamer-audiofile.files:
32943         * debian/gstreamer-avifile.files:
32944         * debian/gstreamer-cdparanoia.files:
32945         * debian/gstreamer-colorspace.files:
32946         * debian/gstreamer-doc.files:
32947         * debian/gstreamer-dv.files:
32948         * debian/gstreamer-dvd.files:
32949         * debian/gstreamer-esd.files:
32950         * debian/gstreamer-festival.files:
32951         * debian/gstreamer-flac.files:
32952         * debian/gstreamer-gconf.conffiles:
32953         * debian/gstreamer-gconf.files:
32954         * debian/gstreamer-gconf.postinst:
32955         * debian/gstreamer-gnomevfs.files:
32956         * debian/gstreamer-gsm.files:
32957         * debian/gstreamer-http.files:
32958         * debian/gstreamer-jack.files:
32959         * debian/gstreamer-jpeg.files:
32960         * debian/gstreamer-mad.files:
32961         * debian/gstreamer-mikmod.files:
32962         * debian/gstreamer-misc.files:
32963         * debian/gstreamer-mpeg2dec.files:
32964         * debian/gstreamer-oss.files:
32965         * debian/gstreamer-plugin-apps.files:
32966         * debian/gstreamer-plugin-apps.manpages:
32967         * debian/gstreamer-plugin-libs-dev.files:
32968         * debian/gstreamer-plugin-libs.files:
32969         * debian/gstreamer-plugin-template.postinst:
32970         * debian/gstreamer-plugin-template.postrm:
32971         * debian/gstreamer-sdl.files:
32972         * debian/gstreamer-sid.files:
32973         * debian/gstreamer-vorbis.files:
32974         * debian/gstreamer-x.files:
32975         * debian/mk.control:
32976         * debian/rules:
32977         Debian package info not maintained here.
32978
32979 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
32980
32981         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
32982         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
32983         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
32984         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
32985         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
32986         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
32987         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
32988         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
32989         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
32990         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
32991         * gst-libs/gst/colorbalance/colorbalance.c:
32992         (gst_color_balance_class_init):
32993         * gst-libs/gst/colorbalance/colorbalancechannel.c:
32994         (gst_color_balance_channel_class_init):
32995         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
32996         * gst-libs/gst/play/play.c: (gst_play_class_init):
32997         * gst-libs/gst/propertyprobe/propertyprobe.c:
32998         (gst_property_probe_iface_init):
32999         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
33000         * gst-libs/gst/tuner/tunerchannel.c:
33001         (gst_tuner_channel_class_init):
33002         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
33003         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
33004         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
33005         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
33006         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
33007         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33008         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33009         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
33010         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
33011           fix signals to use - instead of _
33012         * ext/libcaca/gstcacasink.h:
33013         * ext/sdl/sdlvideosink.h:
33014           fix header rename
33015
33016 2004-03-04  David Schleef  <ds@schleef.org>
33017
33018         * testsuite/gst-lint:  Add a check for bad signal names.
33019
33020 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
33021
33022         reviewed by David Schleef
33023
33024         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
33025         modified the alpha channel and caused a warning. (bug #136192)
33026
33027 2004-04-03  Christian Schaller <Uraeus@gnome.org>
33028
33029         * gst-plugins.spec.in:
33030         Change names of plugins to actually be correct. Try to keep things
33031         alphabetical to avoid getting beat up by Thomas
33032
33033 2004-03-03  Julien MOUTTE <julien@moutte.net>
33034
33035         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
33036         Using ximagesink as a default if no gconf key found. We should
33037         probably consider using alsasink instead of osssink for the audio
33038         part.
33039
33040 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33041
33042         * configure.ac:
33043           fix --with-plugins, don't think it ever worked before
33044         * gst-plugins.spec.in:
33045           even more updates
33046
33047 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33048
33049         * ext/sdl/sdlvideosink.h:
33050         * sys/ximage/ximagesink.h:
33051         * sys/xvideo/xvideosink.h:
33052         * sys/xvimage/xvimagesink.h:
33053           Fix for move of gstvideosink.h -> videosink.h.
33054
33055 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33056
33057         * gst-libs/gst/xwindowlistener/Makefile.am:
33058           this is a plugin library, not a library
33059
33060 2004-03-01  David Schleef  <ds@schleef.org>
33061
33062         * AUTHORS:  Added some names.  Add yourself if you're still
33063         missing.
33064
33065 2004-03-01  David Schleef  <ds@schleef.org>
33066
33067         * MAINTAINERS: Add
33068
33069 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33070
33071         * gst-plugins.spec.in: clean up spec file
33072
33073 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33074
33075         * gst-libs/gst/video/Makefile.am:
33076         * gst-libs/gst/video/gstvideosink.c:
33077         * gst-libs/gst/video/gstvideosink.h:
33078           rename gstvideosink.h to videosink.h to match other headers
33079         * gst/mixmatrix/Makefile.am:
33080           fix plugin filename
33081         * gst/tags/Makefile.am: fix plugin filename
33082
33083 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33084
33085         * gst/tags/Makefile.am: fix plugin filename
33086
33087 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33088
33089         * examples/gstplay/player.c: (got_time_tick), (main):
33090           add error handler
33091           display time_tick more readably
33092         * gst/mixmatrix/Makefile.am:
33093           fix plugin file name
33094
33095 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
33096
33097         * sys/oss/gstosselement.c: (gst_osselement_probe),
33098         (device_combination_append), (gst_osselement_class_probe_devices):
33099         * sys/oss/gstosselement.h:
33100           Reworked enumeration of oss dsps and mixers so that gst-mixer works
33101           on my system using alsa oss emulation, fixes bug #135597
33102
33103 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33104
33105         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
33106         (gst_videodrop_chain), (gst_videodrop_change_state):
33107         * gst/videodrop/gstvideodrop.h:
33108           Work based on timestamp of input data, not based on the expected
33109           framerate from the input. The consequence is that this element now
33110           not only scales framerates, but also functions as a framerate
33111           corrector or framerate stabilizer/constantizer.
33112
33113 2004-02-27  David Schleef  <ds@schleef.org>
33114
33115         patches from jmmv@menta.net (Julio M. Merino Vidal)
33116
33117         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
33118         GST_ELEMENT_ERROR call (bug #135634)
33119         * gst/interleave/interleave.c: (interleave_buffered_loop),
33120         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
33121         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
33122         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
33123         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
33124         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
33125         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33126         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
33127         Fix GST_ELEMENT_ERROR call.
33128         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
33129         GST_ELEMENT_ERROR call.
33130
33131 2004-02-27  Benjamin Otte  <otte@gnome.org>
33132
33133         * gst-libs/gst/audio/audio.h:
33134           add macro to make sure header isn't included twice
33135         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
33136           don't use gst_buffer_free
33137         * gst/playondemand/filter.func:
33138           don't use gst_data_free. Free data only once.
33139
33140 2004-02-26  David Schleef  <ds@schleef.org>
33141
33142         * gst-libs/gst/colorbalance/Makefile.am:
33143         * gst-libs/gst/mixer/Makefile.am:
33144         * gst-libs/gst/tuner/Makefile.am:
33145         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
33146         should not be disted, -marshal.h files should not be installed,
33147         and -enum.h files _should_ be installed.  Fix to make this the
33148         case.
33149
33150 === release 0.7.5 ===
33151
33152 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33153
33154         * configure.ac: release 0.7.5, "Under The Sea"
33155
33156 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33157
33158         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
33159         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
33160         * gst/videoscale/gstvideoscale.c:
33161         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33162           assorted debug/warning fixes
33163
33164 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33165
33166         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
33167         (gst_videoscale_init), (gst_videoscale_chain),
33168         (gst_videoscale_set_property), (plugin_init):
33169         * gst/videoscale/gstvideoscale.h:
33170         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
33171         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
33172         (gst_videoscale_planar400), (gst_videoscale_packed422),
33173         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
33174         (gst_videoscale_24bit), (gst_videoscale_16bit),
33175         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
33176         (gst_videoscale_scale_plane_slow),
33177         (gst_videoscale_scale_point_sample),
33178         (gst_videoscale_scale_nearest),
33179         (gst_videoscale_scale_nearest_str2),
33180         (gst_videoscale_scale_nearest_str4),
33181         (gst_videoscale_scale_nearest_32bit),
33182         (gst_videoscale_scale_nearest_24bit),
33183         (gst_videoscale_scale_nearest_16bit):
33184         add debugging category and use it properly
33185         fix use of GST_PTR_FORMAT
33186
33187 2004-02-25  Andy Wingo  <wingo@pobox.com>
33188
33189         * gst/interleave/interleave.c (interleave_buffered_loop): Always
33190         push only when channel->buffer is NULL. Prevents segfaults doing
33191         the state change after a nonlocal exit, like a scheme exception.
33192
33193         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
33194         Handle the case where the intersected caps is empty.
33195
33196 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33197
33198         * gst/law/mulaw-decode.c: (mulawdec_link):
33199         * gst/law/mulaw.c: (plugin_init):
33200           fix mulawdec so it actually works again
33201
33202 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
33203
33204         reviewed by: David Schleef  <ds@schleef.org>
33205
33206         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
33207         (gst_gamma_init), (gst_gamma_set_property),
33208         (gst_gamma_get_property), (gst_gamma_calculate_tables),
33209         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
33210         for RGB, with separate r g and b correction factors. (#131167)
33211
33212 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33213
33214         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33215           only signal tags for bitrate if they're > 0 (#134894)
33216
33217 2004-02-24  David Schleef  <ds@schleef.org>
33218
33219         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
33220         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
33221         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
33222         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
33223         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
33224         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
33225         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
33226         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
33227         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
33228         category.  Attempt to fix timestamp calculation.
33229
33230 2004-02-24  Johan Dahlin  <johan@gnome.org>
33231
33232         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
33233
33234 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33235
33236         * configure.ac:
33237         * gconf/Makefile.am:
33238         * gconf/gstreamer.schemas:
33239         * gst-libs/gst/gconf/Makefile.am:
33240         * gst-libs/gst/gconf/gconf.c:
33241           version gconf schemas and install locations
33242
33243 2004-02-23  Benjamin Otte  <otte@gnome.org>
33244
33245         * ext/xine/xineinput.c: (gst_xine_input_dispose):
33246         (gst_xine_input_subclass_init):
33247           call parent dispose.
33248           change pad template for CD reader correctly
33249         * ext/xine/Makefile.am:
33250         * ext/xine/gstxine.h:
33251         * ext/xine/xine.c: (plugin_init):
33252         * ext/xine/xineaudiosink.c:
33253           wrap audio sinks, too
33254         * gst-libs/gst/resample/private.h:
33255         * gst-libs/gst/resample/resample.c: (gst_resample_init),
33256         (gst_resample_reinit), (gst_resample_scale),
33257         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
33258         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
33259         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
33260         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
33261         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
33262         * gst-libs/gst/resample/resample.h:
33263         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
33264         (gst_audioscale_class_init), (gst_audioscale_link),
33265         (gst_audioscale_get_buffer), (gst_audioscale_init),
33266         (gst_audioscale_chain), (gst_audioscale_set_property),
33267         (gst_audioscale_get_property):
33268         * gst/audioscale/gstaudioscale.h:
33269           s/resample_*/gst_resample_*/i to not clobber namespaces
33270
33271 2004-02-23  Julien MOUTTE  <julien@moutte.net>
33272
33273         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
33274         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
33275         (gst_riff_create_video_template_caps),
33276         (gst_riff_create_audio_template_caps),
33277         (gst_riff_create_iavs_template_caps):
33278         * gst-libs/gst/riff/riff-media.h:
33279         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
33280         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
33281         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
33282         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
33283         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
33284         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
33285         (gst_matroska_demux_plugin_init): First batch implementing audio and
33286         video codec tags in demuxers.
33287
33288 2004-02-22  Benjamin Otte  <otte@gnome.org>
33289
33290         * ext/xine/Makefile.am:
33291         * ext/xine/gstxine.h:
33292         * ext/xine/xine.c: (plugin_init):
33293         * ext/xine/xineinput.c:
33294           add input plugin wrapper. Playback from files, http, mms and cdda
33295           works.
33296         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
33297           remove leftover G_GNUC_UNUSED
33298         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
33299         (gst_asf_demux_identify_guid):
33300           improve debugging output
33301
33302 2004-02-22  Benjamin Otte  <otte@gnome.org>
33303
33304         reported by: Padraig O'Briain <padraig.obriain@sun.com>
33305
33306         * autogen.sh:
33307           replace test -e with test -x for mkinstalldirs to be more portable.
33308           (fixes #134816)
33309
33310 2004-02-22  Benjamin Otte  <otte@gnome.org>
33311
33312         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
33313
33314         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
33315           set rank to PRIMARY
33316         * gst/volume/gstvolume.c: (plugin_init):
33317           set rank to NONE
33318         fixes #134960
33319
33320 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
33321
33322         reviewed by Benjamin Otte  <otte@gnome.org>
33323
33324         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
33325           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
33326
33327 2004-02-22  Benjamin Otte  <otte@gnome.org>
33328
33329         * configure.ac:
33330           export [_]*{gst,Gst,GST}.* symbols from plugins
33331
33332 2004-02-22  Christophe Fergeau <teuf@gnome.org>
33333
33334         reviewed by: Benjamin Otte  <otte@gnome.org>
33335
33336         * ext/lame/gstlame.c: (add_one_tag):
33337         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33338         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
33339         (gst_vorbisenc_metadata_set1):
33340         * gst/tags/gstid3tag.c:
33341         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
33342           apply fixes from bugs #135042 (lame can't write tags) and #133817
33343           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
33344
33345 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
33346
33347         * configure.ac: Export only gst_plugin_desc from plugins.
33348          Note that this change only makes any effect with Linux using libtool
33349          1.5.2 or higher. Otherwise it is silently ignored, but it would build
33350          fine. And don't try to have several versions of libtool in different
33351          directories.
33352
33353 2004-02-20  Andy Wingo  <wingo@pobox.com>
33354
33355         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
33356         interleave respectively.
33357
33358         * gst/interleave/deinterleave.c: New plugin: deinterleave
33359         (replaces on oneton).
33360         * gst/interleave/interleave.c: New plugin: interleave.
33361         * gst/interleave/plugin.h: Support file.
33362         * gst/interleave/plugin.c: Support file.
33363
33364         * configure.ac: Remove intfloat and oneton, add interleave.
33365
33366         * ext/sndfile/gstsf.c: Handle events better.
33367
33368         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
33369         and float2int operation. int2float has scheduling problems as
33370         noted in in2float_chain.
33371
33372 2004-02-20  Benjamin Otte  <otte@gnome.org>
33373
33374         * ext/xine/Makefile.am:
33375         * ext/xine/gstxine.h:
33376         * ext/xine/xine.c:
33377         * ext/xine/xineaudiodec.c:
33378         * ext/xine/xinecaps.c:
33379           add first version of xine plugin wrapper. Currently only wraps the
33380           QDM2 win32 DLL, and even that only in proof-of-concept quality.
33381         * configure.ac:
33382         * ext/Makefile.am:
33383           add xine plugin wrapper, disabled by default. Use --enable-xine to
33384           build. Note that it'll segfault on gst-register if you don't remove
33385           the goom and tvtime post plugins from xine.
33386         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
33387         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
33388           add extradata parsing for QDM2.
33389           change around debugging prints.
33390
33391 2004-02-19  Benjamin Otte  <otte@gnome.org>
33392
33393         * ext/lame/gstlame.c: (gst_lame_chain):
33394         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
33395           use gst_tag_list_insert when you want to insert tags
33396
33397 2004-02-18  David Schleef  <ds@schleef.org>
33398
33399         * configure.ac:  Move massink to gst-rotten
33400         * ext/Makefile.am:
33401         * ext/mas/Makefile.am:
33402         * ext/mas/massink.c:
33403         * ext/mas/massink.h:
33404
33405 2004-02-18  David Schleef  <ds@schleef.org>
33406
33407         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
33408         typefinding, since it seems to be worse than nothing.
33409         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
33410         atom to recognize .mp4 and .m4a files as video/quicktime.
33411
33412 2004-02-18  David Schleef  <ds@schleef.org>
33413
33414         * gst/sine/demo-dparams.c: (quit_live),
33415         (dynparm_log_value_changed), (dynparm_value_changed), (main):
33416         Use double dparams, not float.
33417         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
33418         (gst_sinesrc_init): Change sync default to FALSE, since multiple
33419         sync'd elements don't really work correctly.
33420         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
33421         (volume_update_volume), (volume_get_property):  Change dparam
33422         to double.
33423
33424 2004-02-18  Julien MOUTTE  <julien@moutte.net>
33425
33426         * sys/ximage/ximagesink.c:
33427         (gst_ximagesink_xwindow_update_geometry),
33428         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
33429         (gst_ximagesink_change_state), (gst_ximagesink_expose),
33430         (gst_ximagesink_init): Rework the way software video scaling works. So
33431         now we check on each chain call if the video frames are feeling the
33432         window. If not we try to renegotiate caps. On failure we memorize that
33433         and we won't try again for that PLAYING sessions.
33434         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
33435         failure.
33436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
33437         synchronous flag.
33438
33439 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33440
33441         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
33442           break up _link so we can give a better debug message for errors
33443
33444 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33445
33446         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
33447           set up debug category
33448
33449 2004-02-18  Julien MOUTTE <julien@moutte.net>
33450
33451         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
33452         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
33453         the way renegotiation work. The event handling function is not taking
33454         care of external windows and renegotiate method check for pad flags
33455         NEGOTIATING. Should fix : #133209
33456
33457 2004-02-17  Julien MOUTTE  <julien@moutte.net>
33458
33459         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
33460         pad is negotiating before trying renegotiation.
33461
33462 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33463
33464         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
33465           pass on all possible mime types as typefind hints
33466
33467 2004-02-17  Julien MOUTTE <julien@moutte.net>
33468
33469         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
33470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
33471         possible SHM leak if we crash. All other apps using XShm are doing
33472         that.
33473
33474 2004-02-17  Julien MOUTTE  <julien@moutte.net>
33475
33476         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
33477         (gst_ximagesink_expose): Renegotiate size on expose.
33478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
33479         size on expose.
33480
33481 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33482
33483         * testsuite/alsa/sinesrc.c:
33484           cosmetic fix to fix compile issue with gcc 2.95.4
33485
33486 2004-02-16  Julien MOUTTE <julien@moutte.net>
33487
33488         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33489         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
33490         failed opening the audio device.
33491         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33492         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
33493         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
33494         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
33495         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
33496         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
33497         (gst_ximagesink_change_state), (gst_ximagesink_chain),
33498         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
33499         Removing some useless g_return_if_fail like wingo suggested.
33500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33501         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
33502         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
33503         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
33504         (gst_xvimagesink_update_colorbalance),
33505         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
33506         (gst_xvimagesink_xcontext_clear),
33507         (gst_xvimagesink_get_fourcc_from_caps),
33508         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33509         (gst_xvimagesink_set_xwindow_id),
33510         (gst_xvimagesink_colorbalance_list_channels),
33511         (gst_xvimagesink_colorbalance_set_value),
33512         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
33513         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
33514
33515 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
33516
33517         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
33518           throw error when not negotiated instead of asserting
33519
33520 2004-02-15  Julien MOUTTE  <julien@moutte.net>
33521
33522         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
33523         correct data refcounting.
33524
33525 2004-02-15  Julien MOUTTE  <julien@moutte.net>
33526
33527         * gst/switch/gstswitch.c: (gst_switch_change_state),
33528         (gst_switch_class_init): Cleaning the sinkpads correctly on state
33529         change, mostly the EOS flag.
33530
33531 2004-02-15  Julien MOUTTE  <julien@moutte.net>
33532
33533         * examples/gstplay/player.c: (got_eos), (main): Adding some
33534         output for debugging.
33535         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
33536         timeouts if we go to any state different from PLAYING.
33537         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
33538         more EOS bugs in riff lib.
33539
33540 2004-02-14  Julien MOUTTE  <julien@moutte.net>
33541
33542         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
33543         visualization until i find a way to fix switch correctly.
33544         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
33545         EOS arrives.
33546         * gst/switch/gstswitch.c: (gst_switch_release_pad),
33547         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
33548         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
33549         Reworked switch to get a more correct behaviour with events and refing
33550         of data stored in sinkpads.
33551         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
33552         we don't pull from a pad in EOS.
33553
33554 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33555
33556         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33557           remove v1 tag even if we can't read it (makes sure we don't detect
33558           it again)
33559
33560 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33561
33562         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
33563         (gst_alsa_xrun_recovery):
33564         * ext/alsa/gstalsa.h:
33565           try xrun recovery when wait failed. Make xrun recovery function
33566           return TRUE/FALSE to indicate success. (might fix #134354)
33567
33568 2004-02-13  David Schleef  <ds@schleef.org>
33569
33570         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
33571         (dynparm_value_changed), (main): Convert from float to double.
33572         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
33573
33574 2004-02-13  David Schleef  <ds@schleef.org>
33575
33576         * gst/silence/gstsilence.c: (gst_silence_class_init),
33577         (gst_silence_set_clock), (gst_silence_get),
33578         (gst_silence_set_property), (gst_silence_get_property):
33579         * gst/silence/gstsilence.h: Add sync property.
33580         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
33581         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
33582         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
33583         * gst/sine/gstsinesrc.h: Add sync property.
33584
33585 2004-02-13  David Schleef  <ds@schleef.org>
33586
33587         * gst/intfloat/gstint2float.c: (conv_f32_s16),
33588         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
33589
33590 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
33591
33592         * configure.ac:
33593         * ext/Makefile.am:
33594         * gst-libs/ext/Makefile.am:
33595           move ffmpeg plugin to gst-ffmpeg module
33596
33597 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
33598
33599         * configure.ac: use GST_ARCH to detect architecture
33600
33601 2004-02-12  Julien MOUTTE  <julien@moutte.net>
33602
33603         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
33604
33605 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33606
33607         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33608           classify LADSPA plugins based on number of src/sink pads
33609           (#133663, Stefan Kost)
33610         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
33611           fix dparams registration
33612           (#133528, Stefan Kost)
33613         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
33614           fix use of isprint and use g_ascii_isprint instead
33615           (#133316, Stefan Kost)
33616
33617 2004-02-11  David Schleef  <ds@schleef.org>
33618
33619         Convert a few inner loops to use liboil.  This is currently
33620         optional, and is only enabled if liboil is present (duh!).
33621         * configure.ac: Check for liboil-0.1
33622         * gst/intfloat/Makefile.am:
33623         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
33624         (gst_int2float_chain_gint16):
33625         * gst/videofilter/Makefile.am:
33626         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
33627         (tablelookup_u8), (gst_videobalance_planar411):
33628         * gst/videotestsrc/Makefile.am:
33629         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
33630         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
33631         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
33632         (paint_hline_RGB565), (paint_hline_xRGB1555):
33633
33634 2004-02-11  David Schleef  <ds@schleef.org>
33635
33636         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
33637         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
33638         (gst_colorspace_getcaps), (gst_colorspace_link),
33639         (gst_colorspace_base_init), (gst_colorspace_init),
33640         (gst_colorspace_chain), (gst_colorspace_change_state),
33641         (plugin_init): Merge Ronald's patch (bug #117897) and update
33642         for new caps and negotiation.  Seems to work, although it
33643         shows off bugs in lcs.
33644
33645 2004-02-11  David Schleef  <ds@schleef.org>
33646
33647         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
33648         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
33649
33650 2004-02-11  David Schleef  <ds@schleef.org>
33651
33652         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
33653         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
33654         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
33655         Add server and port properties
33656
33657 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
33658
33659         * m4/a52.m4:
33660         * m4/aalib.m4:
33661         * m4/as-ffmpeg.m4:
33662         * m4/as-liblame.m4:
33663         * m4/as-slurp-ffmpeg.m4:
33664         * m4/check-libheader.m4:
33665         * m4/esd.m4:
33666         * m4/freetype2.m4:
33667         * m4/gconf-2.m4:
33668         * m4/glib.m4:
33669         * m4/gst-alsa.m4:
33670         * m4/gst-artsc.m4:
33671         * m4/gst-ivorbis.m4:
33672         * m4/gst-matroska.m4:
33673         * m4/gst-sdl.m4:
33674         * m4/gst-shout2.m4:
33675         * m4/gst-sid.m4:
33676         * m4/gtk.m4:
33677         * m4/libdv.m4:
33678         * m4/libfame.m4:
33679         * m4/libmikmod.m4:
33680         * m4/ogg.m4:
33681         * m4/vorbis.m4:
33682           fix underquotedness of macros (#133800)
33683         * m4/as-avifile.m4:
33684         * m4/xmms.m4:
33685           removed because no longer used
33686
33687 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
33688
33689         * configure.ac:
33690           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
33691           by autopoint (fixes #132996)
33692
33693 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33694
33695         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
33696         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
33697         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
33698         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
33699           fix memleaks
33700
33701 2004-02-11  David Schleef  <ds@schleef.org>
33702
33703         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33704         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
33705         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
33706         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
33707         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
33708         (gst_jpegenc_class_init), (gst_jpegenc_init),
33709         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
33710         (gst_jpegenc_chain), (gst_jpegenc_set_property),
33711         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
33712         * ext/jpeg/gstjpegenc.h: Fix negotiation.
33713
33714 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33715
33716         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
33717         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
33718         * ext/mikmod/gstmikmod.h:
33719           fix caps negotiation in mikmod
33720         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
33721           output debug information
33722
33723 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33724
33725         * gst-libs/gst/colorbalance/Makefile.am:
33726         * gst-libs/gst/navigation/Makefile.am:
33727         * gst-libs/gst/xoverlay/Makefile.am:
33728           remove unused GST_OPT_CFLAGS from Makefiles
33729           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
33730
33731 2004-02-07  David Schleef  <ds@schleef.org>
33732
33733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
33734         push events to pads that haven't been created (#133508)
33735
33736 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
33737
33738         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33739         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
33740         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33741         (gst_dvdec_loop), (gst_dvdec_change_state):
33742         Second attempt at committing a working dvdec element.
33743
33744 2004-02-06  David Schleef  <ds@schleef.org>
33745
33746         Build fixes for OS X: (see #129600)
33747         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
33748         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
33749         (gst_riff_read_strf_iavs):
33750         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
33751         (gst_avi_demux_stream_odml):
33752         * gst/playondemand/Makefile.am:
33753         * gst/rtp/rtp-packet.c:
33754
33755 2004-02-05  David Schleef  <ds@schleef.org>
33756
33757         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
33758         last change, because it Just Doesn't Compile.
33759
33760 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33761
33762         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33763           skip undecodable id3v2 tag instead of keeping it
33764
33765 2004-02-05  David Schleef  <ds@schleef.org>
33766
33767         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
33768         Unref leaked buffer.  (Noticed by Ronald)
33769
33770 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
33771
33772         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
33773         Sync requires with other checks.  >= vs =.
33774
33775 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
33776
33777         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
33778         (gst_dvdec_video_link), (gst_dvdec_loop):
33779         * ext/dv/gstdvdec.h:
33780           rework the caps negotiation so that dvdec works again instead
33781           of just segfaulting.
33782
33783 === release 0.7.4 ===
33784
33785 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33786
33787         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
33788         * configure.ac: changed for release
33789
33790 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
33791
33792         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
33793         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
33794         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
33795         * pkgconfig/gstreamer-play-uninstalled.pc.in:
33796           reworked patch by David Lehn to fix libdir and includedir for
33797           uninstalled libraries
33798           removed play and gconf from gstreamer-libs since they have their
33799           own pkgconfig files
33800
33801 2004-02-04  David Schleef  <ds@schleef.org>
33802
33803         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
33804         memleak.
33805
33806 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33807
33808         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
33809           use correct GST_TAG_ENCODER tag
33810
33811 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33812
33813         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33814           be sure to stop the clock when going to paused
33815         * sys/oss/gstosssink.c: (gst_osssink_change_state):
33816           reset number of transmitted when going to ready.
33817         fixes #132935
33818
33819 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
33820
33821         reviewed by Benjamin Otte
33822
33823         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33824           extract track count (fixes #133410)
33825
33826 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33827
33828         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33829           that should be !=, not == (fixes #132519)
33830
33831 2004-02-04  David Schleef  <ds@schleef.org>
33832
33833         Make sure set_explicit_caps() is called before adding pad.
33834         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33835         * gst/id3/gstid3types.c: (gst_id3types_loop):
33836         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33837         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33838
33839 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
33840
33841         * configure.ac:
33842           bump nano to 2, first prerelease
33843           put back AM_PROG_LIBTOOL
33844
33845 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
33846
33847         * testsuite/alsa/Makefile.am:
33848           these are user test apps, not automatic testsuite tests
33849
33850 2004-02-04  David Schleef  <ds@schleef.org>
33851
33852         Convert GST_DEBUG_CAPS() to GST_DEBUG():
33853         * gst/mpeg1videoparse/gstmp1videoparse.c:
33854         (mp1videoparse_parse_seq):
33855         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33856         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
33857         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
33858         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33859         (gst_xvideosink_getcaps):
33860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33861         * testsuite/gst-lint: more tests
33862
33863 2004-02-04  David Schleef  <ds@schleef.org>
33864
33865         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
33866         with the code that they would expand to.
33867         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
33868         (gst_flacdec_get_src_query_types),
33869         (gst_flacdec_get_src_event_masks):
33870         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
33871         (gst_gnomevfssrc_get_query_types),
33872         (gst_gnomevfssrc_get_event_mask):
33873
33874 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33875
33876         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
33877         (gst_sinesrc_dispose):
33878           fix memleak by properly disposing sinesrc
33879
33880 2004-02-04  Julien MOUTTE  <julien@moutte.net>
33881
33882         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
33883         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
33884         an overlay to redraw the image because it has been exposed.
33885         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
33886         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
33887         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
33888         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
33889         interface
33890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
33891         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
33892         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
33893         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
33894         interface
33895
33896 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33897
33898         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
33899           more memleak fixage
33900
33901 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33902
33903         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
33904         * gst/typefind/gsttypefindfunctions.c:
33905           fix memleaks shown by gst-typefind
33906
33907 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33908
33909         * common/glib-gen.mak:
33910           add hack rule to touch .Plo files
33911         * gst-libs/gst/colorbalance/Makefile.am:
33912         * gst-libs/gst/mixer/Makefile.am:
33913         * gst-libs/gst/play/Makefile.am:
33914         * gst-libs/gst/tuner/Makefile.am:
33915           remove glib_root variable
33916
33917 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33918
33919         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
33920           set explicit caps before adding the element, so the autopluggers can
33921           plug correctly.
33922         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
33923         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
33924         (mpeg_video_type_find), (mpeg_video_stream_type_find),
33925         (dv_type_find):
33926           fix memleaks in typefind functions. gst_type_find_suggest takes a const
33927           argument.
33928
33929 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33930
33931         * gst-libs/gst/colorbalance/Makefile.am:
33932         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
33933         * gst-libs/gst/colorbalance/colorbalance.c:
33934         * gst-libs/gst/colorbalance/colorbalance.h:
33935         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
33936         * gst-libs/gst/mixer/Makefile.am:
33937         * gst-libs/gst/mixer/mixer-marshal.list:
33938         * gst-libs/gst/mixer/mixer.c:
33939         * gst-libs/gst/mixer/mixer.h:
33940         * gst-libs/gst/mixer/mixermarshal.list:
33941         * gst-libs/gst/play/Makefile.am:
33942         * gst-libs/gst/play/play.h:
33943         * gst-libs/gst/tuner/Makefile.am:
33944         * gst-libs/gst/tuner/tuner-marshal.list:
33945         * gst-libs/gst/tuner/tuner.c:
33946         * gst-libs/gst/tuner/tuner.h:
33947         * gst-libs/gst/tuner/tunermarshal.list:
33948           use new glib-gen.mak snippet to clean up Makefile.am
33949           fix various bugs in Makefile.am's
33950
33951 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33952
33953         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
33954           handle chain parsing correctly in the multichain case
33955         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
33956         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
33957         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33958         (theora_dec_chain):
33959           handle events and queries correctly
33960
33961 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33962
33963         * .cvsignore:
33964         Ignore generated file _stdint.h.
33965
33966 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33967
33968         * gst-libs/gst/colorbalance/Makefile.am:
33969         * gst-libs/gst/colorbalance/colorbalance.h:
33970         * gst-libs/gst/mixer/Makefile.am:
33971         * gst-libs/gst/mixer/mixer.h:
33972         * gst-libs/gst/play/Makefile.am:
33973         * gst-libs/gst/play/play.h:
33974         * gst-libs/gst/tuner/Makefile.am:
33975         * gst-libs/gst/tuner/tuner.h:
33976         Generate enum type code with glib-mkenums.
33977         * gst-libs/gst/colorbalance/.cvsignore:
33978         * gst-libs/gst/mixer/.cvsignore:
33979         * gst-libs/gst/play/.cvsignore:
33980         * gst-libs/gst/tuner/.cvsignore:
33981         Ignore generated files.
33982
33983 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33984
33985         * gst-libs/gst/audio/.cvsignore:
33986         Ignore generated file.
33987         * gst-libs/gst/audio/Makefile.am:
33988         Do not install example filter.
33989
33990 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33991
33992         * examples/switch/.cvsignore:
33993         Ignore generated file.
33994
33995 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33996
33997         * common/m4/ax_create_stdint_h.m4:
33998         * configure.ac:
33999           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
34000           _stdint.h.
34001         * Makefile.am:
34002           remove generated _stdint.h in DISTCLEANFILES
34003         * ext/a52dec/gsta52dec.c:
34004           include _stdint.h for a52dec. (should fix #133064)
34005
34006 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
34007
34008         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
34009         (gst_tag_to_vorbis_comments):
34010         Add replaygain support to vorbistag
34011
34012 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
34013         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
34014         (gst_ffmpeg_caps_to_extradata):
34015           Fix SVQ3 caps flag properties
34016           Use glib macro for bytes swap
34017
34018 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34019
34020         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
34021         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
34022         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
34023         * ext/sndfile/gstsf.c: (plugin_init):
34024         * gst/avi/gstavi.c: (plugin_init):
34025         * sys/dxr3/dxr3init.c: (plugin_init):
34026         * sys/oss/gstossaudio.c: (plugin_init):
34027         * sys/v4l/gstv4l.c: (plugin_init):
34028         * sys/v4l2/gstv4l2.c: (plugin_init):
34029           remove textdomain calls
34030         * po/nl.po:
34031           update Dutch translation
34032
34033 2004-02-02  Julien MOUTTE  <julien@moutte.net>
34034
34035         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
34036         (gst_play_set_audio_sink): Moving volume in the audio thread for
34037         instantaneous volume change. Maybe i will add another volume in front
34038         of visualization later, not sure yet though.
34039
34040 2004-02-02  Julien MOUTTE  <julien@moutte.net>
34041
34042         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
34043         (gst_ximagesink_handle_xevents): Better X events handling, only take
34044         the latest events for configure and motion.
34045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
34046
34047 2004-02-02  Jon Trowbridge  <trow@gnu.org>
34048
34049         reviewed by: David Schleef  <ds@schleef.org>
34050
34051         Fix memory leaks:
34052         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
34053         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
34054
34055 2004-02-02  David Schleef  <ds@schleef.org>
34056
34057         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
34058         of lines.
34059         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
34060         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
34061         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
34062         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
34063         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
34064         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
34065         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
34066         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
34067         (gst_float2_2_int_link):
34068         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
34069         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
34070         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
34071         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
34072         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
34073         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
34074         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
34075         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
34076         * testsuite/gst-lint: Add tests for bzero and ;;
34077
34078 2004-02-02  David Schleef  <ds@schleef.org>
34079
34080         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
34081
34082 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34083
34084         * ext/aalib/gstaasink.c: (gst_aasink_open):
34085         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
34086         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34087         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34088         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
34089         (gst_afsink_close_file):
34090         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
34091         (gst_afsrc_close_file):
34092         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34093         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34094         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
34095         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
34096         * ext/esd/esdmon.c: (gst_esdmon_get):
34097         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
34098         * ext/faac/gstfaac.c: (gst_faac_chain):
34099         * ext/faad/gstfaad.c: (gst_faad_chain):
34100         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
34101         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34102         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
34103         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
34104         (gst_flacdec_loop):
34105         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
34106         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
34107         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
34108         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34109         (gst_gnomevfssink_close_file):
34110         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
34111         (gst_gnomevfssrc_open_file):
34112         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
34113         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
34114         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
34115         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
34116         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
34117         * ext/mad/gstmad.c: (gst_mad_chain):
34118         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
34119         * ext/mpeg2dec/gstmpeg2dec.c:
34120         * ext/mpeg2enc/gstmpeg2enc.cc:
34121         * ext/mplex/gstmplex.cc:
34122         * ext/mplex/gstmplexibitstream.cc:
34123         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
34124         (gst_ogg_demux_push):
34125         * ext/raw1394/gstdv1394src.c:
34126         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
34127         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
34128         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
34129         (gst_sf_loop):
34130         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
34131         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
34132         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
34133         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
34134         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
34135         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
34136         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
34137         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
34138         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
34139         (gst_riff_read_element_data), (gst_riff_read_seek),
34140         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
34141         * gst/adder/gstadder.c: (gst_adder_loop):
34142         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
34143         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
34144         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
34145         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
34146         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
34147         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
34148         * gst/goom/gstgoom.c: (gst_goom_chain):
34149         * gst/id3/gstid3types.c: (gst_id3types_loop):
34150         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
34151         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
34152         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
34153         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
34154         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
34155         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
34156         (gst_ebml_read_float), (gst_ebml_read_header):
34157         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
34158         (gst_matroska_demux_parse_blockgroup):
34159         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
34160         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
34161         * gst/oneton/gstoneton.c: (gst_oneton_chain):
34162         * gst/silence/gstsilence.c: (gst_silence_get):
34163         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34164         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
34165         * gst/speed/gstspeed.c: (speed_loop):
34166         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
34167         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34168         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
34169         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
34170         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
34171         (gst_wavparse_loop):
34172         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
34173         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
34174         (dxr3audiosink_close):
34175         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
34176         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
34177         (dxr3videosink_close), (dxr3videosink_write_data):
34178         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34179         * sys/oss/gstosssink.c: (gst_osssink_chain):
34180         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34181         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34182         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
34183         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
34184         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34185         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34186         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
34187         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
34188         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
34189         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
34190         (gst_v4l_set_audio):
34191         * sys/v4l/v4l_calls.h:
34192         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34193         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
34194         (gst_v4lmjpegsink_playback_init),
34195         (gst_v4lmjpegsink_playback_start):
34196         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
34197         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34198         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
34199         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
34200         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
34201         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
34202         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
34203         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34204         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
34205         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
34206         (gst_v4l2_get_output), (gst_v4l2_set_output),
34207         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
34208         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
34209         (gst_v4l2_set_attribute):
34210         * sys/v4l2/v4l2_calls.h:
34211         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
34212         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
34213         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
34214         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
34215         (gst_v4l2src_capture_stop):
34216         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
34217         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34218         (gst_ximagesink_chain):
34219         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
34220         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
34221         (gst_xvideosink_xwindow_new):
34222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34223         (gst_xvimagesink_chain):
34224
34225 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34226
34227         * gst/volume/gstvolume.c: (gst_volume_set_volume),
34228         (gst_volume_get_volume), (volume_class_init), (volume_init),
34229         (volume_chain_int16), (volume_update_volume):
34230         * gst/volume/gstvolume.h:
34231           make code more readable by removing magic numbers
34232           make mixer interface export 0-100 range
34233           make it internally map to 0.0-1.0 range so users don't distort
34234           output by putting the sliders at full volume
34235
34236 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34237
34238         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
34239         (gst_play_state_change), (gst_play_seek_to_time):
34240         block the tick callback for 0.5 secs after doing a seek
34241
34242 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34243
34244         * gst-libs/gst/play/play.c: (gst_play_new):
34245           check for GError
34246
34247 2004-02-01  Julien MOUTTE  <julien@moutte.net>
34248
34249         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
34250         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
34251         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
34252         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
34253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
34254         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
34255
34256 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34257
34258         * configure.ac:
34259         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34260           check for a function added in vorbis 1.1
34261
34262 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34263
34264         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34265         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
34266           really start/stop clock only on PLAYING <=> PAUSED
34267         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34268           remove \n from debugging lines
34269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
34270           make it work when seeking does not
34271         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34272           reset on DISCONT
34273
34274 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34275
34276         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
34277           start clock on PAUSED=>PLAYING, not later
34278         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34279           extract correct time for different discont formats
34280         (gst_alsa_sink_get_time):
34281           don't segfault when no format is negotiated yet, just return 0
34282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
34283         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
34284         (gst_ogg_pad_push):
34285           handle flush and discont events correctly
34286         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
34287           handle discont events correctly
34288
34289 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
34290
34291         * gst-libs/gst/play/play.c: (gst_play_error_quark),
34292         (gst_play_error_create), (gst_play_error_plugin),
34293         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
34294         * gst-libs/gst/play/play.h:
34295           add error handling during creation
34296         * examples/gstplay/player.c: (main):
34297           use new gst_play_new
34298
34299
34300 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34301
34302         * ext/theora/theoradec.c: (theora_dec_chain):
34303           make comments work
34304         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
34305         (vorbis_dec_src_event), (vorbis_dec_chain):
34306           add encoder tag, fix tag reading to be more error tolerant, change
34307           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
34308           gst_pad_event_default.
34309         * gst/tags/gstvorbistag.c:
34310         (gst_tag_list_from_vorbiscomment_buffer):
34311           undefine function specific define at end of function
34312
34313 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
34314
34315         * ext/flac/gstflac.c: (plugin_init):
34316         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
34317         * ext/flac/gstflacdec.h:
34318         * ext/flac/gstflacenc.h:
34319           Fix typos
34320
34321 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
34322
34323         * examples/gstplay/player.c: s/gstplay.h/play.h/
34324
34325 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34326
34327         * gst-libs/gst/play/Makefile.am:
34328         * gst-libs/gst/play/gstplay.c:
34329         * gst-libs/gst/play/gstplay.h:
34330         * gst-libs/gst/play/play.c:
34331           more surgery, operation complete
34332
34333 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34334
34335         * gst-libs/gst/play/play.old.c:
34336         * gst-libs/gst/play/play.old.h:
34337           after CVS surgery by moving, remove
34338         * gst-libs/gst/play/playpipelines.c:
34339           remove
34340
34341         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
34342           add negotiation error
34343
34344 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34345
34346         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
34347         (gst_ogg_demux_push):
34348           add some seeking debug info
34349           send a flush when seeking
34350
34351 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34352
34353         * configure.ac:
34354           use AC_C_INLINE
34355         * configure.ac:
34356         * ext/Makefile.am:
34357         * ext/theora/Makefile.am:
34358         * ext/theora/theoradec.c:
34359           add theora video decoder. Does just do simple decoding for now and
34360           has been tested against Theora cvs only. It only works when theora
34361           is compiled with --enable-static.
34362         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34363           always reset packetno on DISCONT
34364
34365 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34366
34367         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
34368           Fix audio.
34369
34370 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34371
34372         * gst/mpegaudioparse/gstmpegaudioparse.c:
34373         (mp3_type_frame_length_from_header):
34374           Fix header parsing - stolen from ffmpeg (thank you! :) ).
34375
34376 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34377
34378         * ext/esd/esdsink.c: (gst_esdsink_init):
34379           Since we have static pad template caps, we don't need to negotiate;
34380           either the core errors out or we know the format.
34381
34382 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34383
34384         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
34385         (gst_riff_read_seek):
34386         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
34387         (gst_ebml_read_seek):
34388           Fix event handling.
34389
34390 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34391
34392         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
34393           removee video/x-theora from vp3 decoder, it doesn't handle raw
34394           theora streams
34395         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
34396           fix bug with finalizing element that never went to PAUSED
34397         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
34398           length and position queries were swapped
34399         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
34400         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
34401         (vorbis_dec_src_event):
34402           implement querying time and bytes
34403
34404 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34405
34406         * just about every source file:
34407           gst_element_error -> GST_ELEMENT_ERROR
34408
34409 2004-01-29  Julien MOUTTE  <julien@moutte.net>
34410
34411         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
34412         emiting FLUSH and even before DISCONT.
34413         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
34414         get the best instant seeking as possible yay!
34415
34416 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34417
34418         * gst/mpeg1videoparse/gstmp1videoparse.c:
34419         (gst_mp1videoparse_real_chain):
34420           Committed wrong version last week... Grr... Didn't notice until now.
34421
34422 2004-01-29  Julien MOUTTE <julien@moutte.net>
34423
34424         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
34425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
34426         have_xwindow_id signal in xwindow_create.
34427
34428 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34429
34430         * ext/ogg/gstoggdemux.c:
34431           lots of changes - mainly support for chained bitstreams, seeking,
34432           querying and bugfixes of course
34433         * ext/vorbis/Makefile.am:
34434         * ext/vorbis/vorbisdec.c:
34435         * ext/vorbis/vorbisdec.h:
34436           add vorbisdec raw vorbis decoder
34437         * ext/vorbis/vorbis.c: (plugin_init):
34438           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
34439         * gst/intfloat/Makefile.am:
34440         * gst/intfloat/float22int.c:
34441         * gst/intfloat/float22int.h:
34442         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
34443           add float2intnew plugin. It converts multichannel interleaved float to
34444           multichannel interleaved int. The name should probably be changed.
34445         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
34446         (plugin_init):
34447           add typefinding for raw theora video so oggdemux can detect it.
34448
34449 2004-01-28  Julien MOUTTE  <julien@moutte.net>
34450
34451         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
34452         sink element first.
34453         * gst/videoscale/gstvideoscale.c:
34454         (gst_videoscale_handle_src_event): Fixing src event handler.
34455
34456 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34457
34458         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34459         (gst_v4lsrc_open), (gst_v4lsrc_close),
34460         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
34461         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
34462         * sys/v4l/gstv4lsrc.h:
34463         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
34464         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
34465           Implement resizing... Hack. But that's why v4l is b0rked...
34466
34467 2004-01-28  Julien MOUTTE <julien@moutte.net>
34468
34469         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
34470         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
34471         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
34472         (gst_ximagesink_xwindow_destroy):
34473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
34474         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
34475         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
34476         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
34477         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
34478         correctly cleaning the image created to check xshm calls on succes,
34479         added a lot of XSync calls in X11 functions, and fixed a segfault when
34480         no image format was defined before negotiation happened.
34481
34482 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34483
34484         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
34485           use gst_element_get_time to get correct time
34486
34487 2004-01-28  Julien MOUTTE  <julien@moutte.net>
34488
34489         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
34490         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
34491         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
34492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
34493         (gst_xvimagesink_check_xshm_calls),
34494         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
34495         X plugins are now able to detect that XShm calls will fail even if the
34496         server claims that it has XShm support (remote displays most of the
34497         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
34498         so that we use non XShm functions. This feature is almost useless for
34499         xvimagesink as Xv is not supported on remote displays anyway, but
34500         it might happen than even on the local display XShm calls fail.
34501
34502 2004-01-27  David Schleef  <ds@schleef.org>
34503
34504         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
34505         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
34506         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
34507         changed esdsink to only use 44100,16,2, since esd sucks at rate
34508         conversion and esdsink has had difficulty negotiating.
34509
34510 2004-01-27  Julien MOUTTE <julien@moutte.net>
34511
34512         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
34513         (gst_play_seek_to_time): Fixing the way to get current position.
34514
34515 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34516
34517         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
34518           use gst_element_get_time to get correct time
34519
34520 2004-01-27  Julien MOUTTE <julien@moutte.net>
34521
34522         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
34523         fix ever... Inverting 2 lines of code make spider autoplug correctly
34524         tagged mp3 !
34525
34526 2004-01-27  David Schleef  <ds@schleef.org>
34527
34528         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34529         Use gst_pad_try_set_caps_nonfixed().
34530
34531 2004-01-27  David Schleef  <ds@schleef.org>
34532
34533         * gst/ac3parse/gstac3parse.c: update to checklist 5
34534         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
34535         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
34536         * gst/audioscale/gstaudioscale.c: same
34537         * gst/auparse/gstauparse.c: same
34538         * gst/avi/gstavidemux.c: same
34539
34540 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34541
34542         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
34543           stop processing after EOS
34544
34545 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34546
34547         * gst/asfdemux/asfheaders.h:
34548         * gst/asfdemux/gstasfdemux.c:
34549         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
34550         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
34551         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
34552           lot's of fixes to make data extraction simpler and get the code
34553           architecture and compiler independant. Add debugging category
34554         * gst/goom/gstgoom.c: (gst_goom_change_state):
34555           reset channel count on PAUSED=>READY, not READY=>PAUSED
34556
34557 2004-01-26  Colin Walters  <walters@verbum.org>
34558
34559         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
34560         code to pull a bigger buffer in iradio mode.  This as a side effect
34561         makes typefinding work.
34562
34563 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
34564
34565         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
34566         Fix SVQ3 decoding on PPC
34567
34568 2004-01-26  Julien MOUTTE <julien@moutte.net>
34569
34570         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
34571         that one managed to stay there... Fixed.
34572
34573 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
34574
34575         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
34576         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
34577         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
34578         (qtdemux_video_caps):
34579         * gst/qtdemux/qtdemux.h:
34580         Add SVQ3 specific flags to qtdemux and ffmpeg
34581
34582 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34583
34584         * gst-libs/gst/audio/audio.h:
34585           remove buffer-frames from audio caps
34586         * gst/audioconvert/gstaudioconvert.c:
34587           fix plugin to really work.
34588
34589 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34590
34591         * gst-libs/gst/mixer/mixer.c:
34592         * gst-libs/gst/propertyprobe/propertyprobe.c:
34593         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
34594         (gst_tuner_find_channel_by_name):
34595         * gst-libs/gst/tuner/tuner.h:
34596           Add gtk-doc style comments. Also fix a function name.
34597
34598 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34599
34600         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
34601         (gst_divxdec_negotiate):
34602           Fix for new capsnego - also fixes gst-player with divxdec.
34603
34604 2004-01-25  Julien MOUTTE  <julien@moutte.net>
34605
34606         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34607         (gst_play_identity_handoff), (gst_play_set_location),
34608         (gst_play_set_visualization), (gst_play_connect_visualization): Another
34609         try in visualization implementation. Still have an issue with switch
34610         blocking when pulling from video_queue and only audio comes out of
34611         spider.
34612         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34613         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
34614         release method. And check if the pad is usable before pulling.
34615
34616 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34617
34618         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
34619         (gst_videobalance_init),
34620         (gst_videobalance_colorbalance_list_channels),
34621         (gst_videobalance_colorbalance_set_value),
34622         (gst_videobalance_colorbalance_get_value),
34623         (gst_videobalance_update_properties),
34624         (gst_videobalance_update_tables_planar411),
34625         (gst_videobalance_planar411):
34626         * gst/videofilter/gstvideobalance.h:
34627           Implement lookup-tables. +/- 10x faster.
34628
34629 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34630
34631         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
34632         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
34633           The index reading was broken. The rest worked fine, but the whole
34634           goal of my rewrite was to make avidemux readable, and this was
34635           not at all readable. Please use typed variables.
34636
34637 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34638
34639         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
34640           Additional pad usability check.
34641         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34642         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
34643         (gst_mp1videoparse_real_chain):
34644           Fix MPEG video stream parsing. The original plugin had several
34645           issues, including not timestamping streams where the source was
34646           not timestamped (this happens with PTS values in mpeg system
34647           streams, but MPEG video is also a valid stream on its own so
34648           that needs timestamps too). We use the display time code for that
34649           for now. Also, if one incoming buffer contains multiple valid
34650           frames, we push them all on correctly now, including proper EOS
34651           handling. Lastly, several potential segfaults were fixed, and we
34652           properly sync on new sequence/gop headers to include them in next,
34653           not previous frames (since they're header for the next frame, not
34654           the previous). Also see #119206.
34655         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
34656         (bpf_from_header):
34657           Move caps setting so we only do it after finding several valid
34658           MPEG-1 fraes sequentially, not right after the first one (which
34659           might be coincidental).
34660         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
34661         (mpeg_video_type_find), (mpeg_video_stream_type_find),
34662         (plugin_init):
34663           Add unsynced MPEG video stream typefinding, and change some
34664           probability values so we detect streams rightly. The idea is as
34665           follows: I can have an unsynced system stream which contains
34666           video. In the current code, I would randomly get a type for either
34667           system or video stream type found, because the probabilities are
34668           being calculated rather randomly. I now use fixed values, so we
34669           always prefer system stream if that was found (and that is how it
34670           should be). If no system stream was found, we can still identity                the stream as video-only.
34671
34672 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34673
34674         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
34675         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
34676           don't write to buffer. Extract data without the need of
34677           __attribute__ ((packed))
34678
34679 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34680
34681         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
34682         (mpeg1_sys_type_find):
34683           Fix MPEG-1 stream typefinding.
34684
34685 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34686
34687         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
34688           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
34689
34690 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34691
34692         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
34693         * ext/esd/gstesd.c: (plugin_init):
34694           private debugging, better error reporting
34695
34696 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34697
34698         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
34699         (gst_riff_read_init), (gst_riff_read_change_state):
34700         * gst-libs/gst/riff/riff-read.h:
34701           Remove stuff fromold metadata system.
34702
34703 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34704
34705         * ext/ogg/gstoggdemux.c:
34706           Fix wrong file comment.
34707         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
34708         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
34709           Add metadata reading properly.
34710
34711 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34712
34713         * ext/Makefile.am:
34714           Fix nas DIST_SUBDIRS
34715           Uraeus:
34716           Fix bug where make distcheck doesn't get run on adding stuff to
34717           the build.
34718
34719 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34720
34721         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
34722         * ext/divx/gstdivxdec.h:
34723           Fix divx3 ("msmpeg4") playback using divxdec.
34724
34725 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34726
34727         * gst/typefind/gsttypefindfunctions.c:
34728         (mp3_type_frame_length_from_header): fix bug in length computation
34729         (mp3_type_find): improve debugging output
34730
34731 2004-01-23  Julien MOUTTE  <julien@moutte.net>
34732
34733         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34734         (gst_play_set_location), (gst_play_seek_to_time),
34735         (gst_play_set_audio_sink), (gst_play_set_visualization),
34736         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
34737         the pipeline from scratch. Visualization is back and switch went out as
34738         i realized it was not possible to use the way i wanted.
34739         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
34740         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
34741         clearing in state change from READY to NULL. So that one can clean the
34742         X ressources keeping the element.
34743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34744         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
34745         (gst_xvimagesink_colorbalance_set_value),
34746         (gst_xvimagesink_colorbalance_get_value),
34747         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
34748         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
34749         change from READY to NULL and fixed some stupid bugs in colorbalance
34750         get/set values. Also added the following feature : when nobody tries to
34751         set some values to the colorbalance levels before the xcontext is
34752         grabbed, then when creating channels list from Xv attributes we set the
34753         internal values to the Xv defaults. This way we handle buggy Xv drivers
34754         that set default hue values far from the middle of the range (Thanks
34755         to Jon Trowbridge for pointing that issue).
34756         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
34757         colorbalance levels have been set before xcontext is grabbed.
34758
34759 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34760
34761         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34762           Fix the ossmixer case where we shouldn't open /dev/dsp* because
34763           it might block operations (which is bad for a mixer).
34764
34765 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
34766
34767         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
34768         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
34769         (gmip_find_type_pre):
34770         * gst-libs/gst/media-info/media-info-priv.h:
34771         * gst-libs/gst/media-info/media-info.c:
34772         (gst_media_info_instance_init), (gst_media_info_read_idler):
34773         add fakesink to get caps on decoder src pad again
34774         fix callback prototype to match new have_type signal signature
34775
34776 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
34777
34778         * gst/adder/gstadder.c: (gst_adder_link):
34779           fix non-compile and cut-n-paste code
34780
34781 2004-01-21  David Schleef  <ds@schleef.org>
34782
34783         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
34784         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
34785         (gst_swfdec_init), (gst_swfdec_change_state):
34786         * ext/swfdec/gstswfdec.h:
34787         Fix negotiation.
34788         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
34789         (gst_adder_request_new_pad): Fix negotiation.
34790         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
34791         Add a fixate function.
34792         * gst/intfloat/gstfloat2int.c:
34793         * gst/intfloat/gstfloat2int.h:
34794         * gst/intfloat/gstint2float.c:
34795         * gst/intfloat/gstint2float.h:
34796         Completely rewrite the negotiation.  Doesn't quite work yet,
34797         due to some buffer-frames problem.
34798
34799 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34800
34801         * ext/gnomevfs/gstgnomevfssrc.c:
34802         * sys/v4l2/v4l2_calls.h:
34803           fix includes for distcheck
34804
34805 2004-01-21  Christian Schaller <uraeus@gnome.org>
34806
34807         * ext/nas/
34808         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
34809         based on earlier patch from Laurent Vivier
34810
34811 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
34812
34813         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
34814         Fix wma caps property
34815         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34816         Fix typo (flags1 and flags2)
34817
34818 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34819
34820         * gst-libs/gst/media-info/media-info-priv.c:
34821         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
34822         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
34823         (gmip_find_stream), (gmip_find_track_metadata),
34824         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
34825         (gmip_find_track_format):
34826         * gst-libs/gst/media-info/media-info-priv.h:
34827         * gst-libs/gst/media-info/media-info-test.c: (main):
34828         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
34829         (gst_media_info_read_idler), (gst_media_info_read):
34830         * gst-libs/gst/media-info/media-info.h:
34831           register debugging category and use it for debugging
34832
34833 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34834
34835         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
34836         (gst_vorbisfile_new_link):
34837           signal streaminfo through tags
34838
34839 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34840
34841         * ext/mplex/gstmplex.cc:
34842         * ext/mplex/gstmplexibitstream.cc:
34843           g++ doesn't like NULL in our i18n/error macros, should be
34844           either (NULL) or ("").
34845
34846 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34847
34848         * sys/dxr3/dxr3audiosink.c:
34849         * sys/dxr3/dxr3init.c:
34850         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
34851         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
34852           Fix more error error error errors (missing includes here).
34853
34854 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34855
34856         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34857           fix thomas' error errors.
34858
34859 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34860
34861         * ext/mpeg2enc/gstmpeg2enc.cc:
34862           fix error errors.
34863
34864 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34865
34866         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34867         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34868           Fix for new error system.
34869
34870 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34871
34872         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34873           fix for new error reporting
34874
34875 2004-01-20  David Schleef  <ds@schleef.org>
34876
34877         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34878         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
34879         (gst_ximagesink_set_xwindow_id): Change to using a framerate
34880         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
34881         and neither is 100+, most likely.
34882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
34883         (gst_xvimagesink_getcaps): same
34884
34885 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34886
34887         * configure.ac:
34888           Up version requirement to 2.0.3 (not yet released) to avoid symbol
34889           clashes with ffmpeg.
34890
34891 2004-01-20  Julien MOUTTE  <julien@moutte.net>
34892
34893         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
34894         (gst_switch_init): Fixed switch element : proxying link and setting
34895         caps from src to sink on request.
34896
34897 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34898
34899         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34900         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
34901         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
34902         fix element_error
34903
34904 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34905
34906         * sys/v4l/v4l_calls.h:
34907         * sys/v4l2/v4l2_calls.h:
34908           element_error fixes
34909
34910 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34911
34912         * gst-libs/gst/gst-i18n-plugin.h:
34913           add locale.h
34914           remove config.h inclusion
34915
34916 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34917
34918         * autogen.sh:
34919           adding autopoint invocation
34920         * Makefile.am:
34921         * configure.ac:
34922         * gst-libs/gst/gettext.h:
34923           adding gettext bits
34924         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
34925         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
34926         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
34927         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34928         (gst_gnomevfssink_close_file):
34929         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
34930         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
34931         * gst-libs/gst/gst-i18n-plugin.h:
34932         * gst/avi/gstavi.c: (plugin_init):
34933         * sys/dxr3/dxr3init.c: (plugin_init):
34934         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
34935         * sys/oss/gstossaudio.c: (plugin_init):
34936         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34937         * sys/v4l/gstv4l.c: (plugin_init):
34938         * sys/v4l/v4l_calls.c: (gst_v4l_open):
34939         * sys/v4l2/gstv4l2.c: (plugin_init):
34940         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34941         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
34942         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
34943         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
34944         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
34945         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
34946           make sure locale and translation domain are set
34947           fix translated strings
34948         * po/.cvsignore:
34949         * po/LINGUAS:
34950         * po/Makevars:
34951         * po/POTFILES.in:
34952         * po/nl.po:
34953           put translation files into place
34954         * sys/xvideo/imagetest.c: (main):
34955         * ext/dv/demo-play.c: (main):
34956           fix unnecessary translations
34957
34958 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34959
34960         * ext/sndfile/gstsf.c:
34961         * gst/avi/gstavimux.c:
34962         * ext/audiofile/gstafsink.c:
34963         * ext/audiofile/gstafsrc.c:
34964         * ext/gnomevfs/gstgnomevfssink.c:
34965         * ext/gnomevfs/gstgnomevfssrc.c:
34966         * sys/oss/gstosselement.c:
34967         * sys/v4l/v4l_calls.h:
34968           fix i18n include
34969
34970 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34971
34972         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34973         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
34974         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
34975         (gst_v4l2_get_output), (gst_v4l2_set_output),
34976         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
34977         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
34978         (gst_v4l2_set_attribute):
34979         update to new error handling
34980
34981 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34982
34983         * ext/sidplay/gstsiddec.cc:
34984         * gst/modplug/gstmodplug.cc:
34985           parenthese NULL because C++ seems angry about it
34986
34987 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34988
34989         * gst-libs/gst/gst-i18n-plugin.h:
34990           add skeleton i18n stuff, but needs to be further implemented
34991
34992 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34993
34994         * examples/gstplay/player.c: (main):
34995         * ext/aalib/gstaasink.c: (gst_aasink_open):
34996         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
34997         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34998         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34999         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
35000         (gst_afsink_close_file):
35001         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
35002         (gst_afsrc_close_file):
35003         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
35004         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
35005         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
35006         * ext/esd/esdmon.c: (gst_esdmon_get):
35007         * ext/esd/esdsink.c: (gst_esdsink_chain):
35008         * ext/faac/gstfaac.c: (gst_faac_chain):
35009         * ext/faad/gstfaad.c: (gst_faad_chain):
35010         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
35011         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
35012         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
35013         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
35014         (gst_flacdec_loop):
35015         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
35016         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
35017         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
35018         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
35019         (gst_gnomevfssink_close_file):
35020         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
35021         (gst_gnomevfssrc_open_file):
35022         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
35023         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
35024         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
35025         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35026         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
35027         * ext/mad/gstmad.c: (gst_mad_chain):
35028         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
35029         * ext/mpeg2dec/gstmpeg2dec.c:
35030         * ext/mpeg2enc/gstmpeg2enc.cc:
35031         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35032         * ext/mplex/gstmplex.cc:
35033         * ext/mplex/gstmplexibitstream.cc:
35034         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
35035         (gst_ogg_demux_push), (gst_ogg_pad_push):
35036         * ext/raw1394/gstdv1394src.c:
35037         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
35038         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
35039         * ext/sidplay/gstsiddec.cc:
35040         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
35041         (gst_sf_loop):
35042         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
35043         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
35044         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
35045         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
35046         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
35047         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
35048         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
35049         * gst-libs/gst/Makefile.am:
35050         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
35051         (gst_riff_read_element_data), (gst_riff_read_seek),
35052         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
35053         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
35054         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
35055         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
35056         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
35057         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
35058         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
35059         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
35060         * gst/goom/gstgoom.c: (gst_goom_chain):
35061         * gst/id3/gstid3types.c: (gst_id3types_loop):
35062         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
35063         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
35064         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
35065         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
35066         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
35067         (gst_ebml_read_float), (gst_ebml_read_header):
35068         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
35069         (gst_matroska_demux_parse_blockgroup):
35070         * gst/modplug/gstmodplug.cc:
35071         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
35072         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
35073         * gst/oneton/gstoneton.c: (gst_oneton_chain):
35074         * gst/silence/gstsilence.c: (gst_silence_get):
35075         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
35076         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
35077         * gst/speed/gstspeed.c: (speed_loop):
35078         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
35079         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35080         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
35081         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35082         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35083         (gst_wavparse_loop):
35084         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
35085         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
35086         (dxr3audiosink_close):
35087         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
35088         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
35089         (dxr3videosink_close), (dxr3videosink_write_data):
35090         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
35091         * sys/oss/gstosselement.h:
35092         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
35093         (gst_osssink_chain):
35094         * sys/oss/gstosssrc.c: (gst_osssrc_get):
35095         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
35096         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
35097         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
35098         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
35099         (gst_v4l_enable_overlay):
35100         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
35101         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
35102         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
35103         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
35104         (gst_v4l_set_audio):
35105         * sys/v4l/v4l_calls.h:
35106         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
35107         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
35108         (gst_v4lmjpegsink_playback_init),
35109         (gst_v4lmjpegsink_playback_start):
35110         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
35111         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
35112         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
35113         (gst_v4lmjpegsrc_requeue_frame):
35114         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35115         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
35116         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
35117         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
35118         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
35119         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
35120         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
35121         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
35122         (gst_v4l2src_capture_stop):
35123         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
35124         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
35125         (gst_ximagesink_chain):
35126         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
35127         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
35128         (gst_xvideosink_xwindow_new):
35129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35130         (gst_xvimagesink_chain):
35131         use new error signal, function and categories
35132
35133 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
35134
35135         * configure.ac:
35136         * ext/Makefile.am:
35137         * ext/musicbrainz/gsttrm.c:
35138         * ext/musicbrainz/gsttrm.h:
35139         * ext/musicbrainz/Makefile.am:
35140         Add a trm plugin
35141
35142 2004-01-18  Julien MOUTTE  <julien@moutte.net>
35143
35144         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
35145         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
35146         synchronous property for debugging.
35147         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
35148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35149         (gst_xvimagesink_set_property): Moving a pointer declaration to a
35150         smaller block, fixing indent.
35151
35152 2004-01-16  David Schleef  <ds@schleef.org>
35153
35154         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
35155         property affects the video stream.
35156         * sys/xvimage/xvimagesink.c:
35157         * sys/xvimage/xvimagesink.h:
35158         Add synchronous property for debugging.  Should probably be
35159         disabled in non-CVS builds.  Make sure that the Xv attribute
35160         exists before we set it (crash!).  Fix a silly float bug that
35161         caused colorbalance to just not work.
35162
35163 2004-01-17  Christian Schaller <Uraeus@gnome.org>
35164
35165         * tools/gst-launch-ext.in - update for new plugins
35166
35167 2004-01-16  David Schleef  <ds@schleef.org>
35168
35169         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
35170         already-freed caps.
35171
35172 2994-01-16  Christian Schaller <Uraeus@gnome.org>
35173
35174         * Update spec for new colorspace plugin and libcaca plugin
35175         * Fix compilation of libcaca plugin (clock -> id)
35176
35177 2004-01-16  Julien MOUTTE <julien@moutte.net>
35178
35179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
35180         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35181         (gst_xvimagesink_set_xwindow_id),
35182         (gst_xvimagesink_colorbalance_set_value),
35183         (gst_xvimagesink_colorbalance_get_value),
35184         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
35185         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
35186         correct colorbalance properties. They can now be set when the element
35187         is still in NULL state. The values will be committed to the Xv Port
35188         when xcontext is initialized.
35189         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
35190         brightness int values in the GstXvImagesink structure.
35191
35192 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35193
35194         * gst-libs/gst/Makefile.am:
35195           restructure so having local patches works easier.
35196
35197 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35198
35199         * ext/mpeg2enc/Makefile.am:
35200         * ext/mpeg2enc/gstmpeg2enc.cc:
35201         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35202           Bugfix with respect to EOS handling.
35203
35204 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35205
35206         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
35207           Link with right caps (else, it segfaults).
35208         * ext/mplex/gstmplexjob.cc:
35209           Fix for slight API change in 1.6.1.93 release of mjpegtools.
35210
35211 2004-01-15  David Schleef  <ds@schleef.org>
35212
35213         * gst-libs/gst/audio/Makefile.am:
35214         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
35215         from the template.
35216         * gst-libs/gst/audio/gstaudiofilter.c:
35217         * gst-libs/gst/audio/gstaudiofilter.h:
35218         Add bytes_per_sample and size and n_samples calculation.
35219         * gst-libs/gst/audio/gstaudiofilterexample.c:
35220         Remove, now autogenerated.
35221         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
35222         Moved from gstaudiofilterexample, object name changed, code added
35223         so that it actually works.
35224         * gst-libs/gst/audio/make_filter:
35225         Script to build an audiofilter subclass from the template.
35226         * gst/colorspace/Makefile.am:
35227         * gst/colorspace/yuv2yuv.c:
35228         Remove file, since it's GPL, and we don't use it.
35229
35230 2004-01-15  Julien MOUTTE  <julien@moutte.net>
35231
35232         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
35234         them use the buffer free function to test how the buffer was allocated.
35235
35236 2004-01-15  David Schleef  <ds@schleef.org>
35237
35238         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
35239         that handles osssink fallback.
35240         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
35241         (gst_audio_convert_getcaps):
35242         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35243         Add audio/x-qdm2 for QDM2 audio.
35244         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
35245         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
35246         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
35247         Decrease minimum size to 16x16.
35248         * gst/wavparse/gstwavparse.c:
35249         Convert disabled pad template caps to new caps.
35250         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35252         (gst_xvimagesink_chain): Throw element error when display cannot
35253         be opened.  Increase minimum framerate to 1.0.  Check the data
35254         free function on a buffer to make sure it is the type we expect
35255         before manipulating it.
35256
35257 2004-01-15  Julien MOUTTE <julien@moutte.net>
35258
35259         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
35260         (gst_videobalance_colorbalance_set_value): Implement passthru if
35261         settings are in the middle.
35262         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
35263
35264 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35265
35266         * gst/videofilter/Makefile.am:
35267         * gst/volume/Makefile.am:
35268           Since we use videofilter symbols, link to it.
35269
35270 2004-01-15  Julien MOUTTE <julien@moutte.net>
35271
35272         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
35273         mixer interface type to HARDWARE.
35274         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
35275         type to SOFTWARE.
35276         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
35277         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
35278         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
35279         (gst_volume_interface_init), (gst_volume_list_tracks),
35280         (gst_volume_set_volume), (gst_volume_get_volume),
35281         (gst_volume_set_mute), (gst_volume_mixer_init),
35282         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
35283         (volume_init): Implementing mixer interface.
35284         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
35285         * sys/oss/gstosselement.c: (gst_osselement_get_type),
35286         (gst_osselement_change_state): Removing some trailing commas in
35287         structures.
35288         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
35289         interface type to HARDWARE.
35290         * sys/v4l/gstv4lcolorbalance.c:
35291         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
35292         type to HARDWARE.
35293         * sys/v4l2/gstv4l2colorbalance.c:
35294         (gst_v4l2_color_balance_interface_init): Setting colorbalance
35295         interface type to HARDWARE.
35296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
35297         same code than ximagesink for event handling.
35298
35299 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35300
35301         * ext/snapshot/Makefile.am:
35302         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
35303         (gst_snapshot_chain):
35304         * ext/snapshot/gstsnapshot.h:
35305           This has to be a joke... Snapshot should be connected to a tee,
35306           colorspace element before it and EOS after that, where the other
35307           src of the tee receives normal data.
35308           The current way is *wrong*.
35309
35310 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35311
35312         * ext/hermes/gsthermescolorspace.c:
35313           Fix another compile error. Same as below.
35314
35315 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35316
35317         * gst/colorspace/gstcolorspace.c:
35318         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
35319         (gst_colorspace_i420_to_yv12):
35320           Fix compiling... Didn't test if it actually works.
35321
35322 2004-01-15  David Schleef  <ds@schleef.org>
35323
35324         * configure.ac:
35325         * gst/colorspace/Makefile.am:
35326         * gst/colorspace/gstcolorspace.c:
35327         * gst/colorspace/gstcolorspace.h:
35328         * gst/colorspace/yuv2rgb.c:
35329         * gst/colorspace/yuv2rgb.h:
35330         Duplicate the ext/hermes colorspace plugin, and remove Hermes
35331         code and GPL code.  Fix for new caps negotiation.  Rewrite
35332         much of the format handling code, and some of the conversion
35333         code.  Basically, rewrote almost everything.  This element
35334         handles I420, YV12 to RGB conversions.
35335         * ext/hermes/Makefile.am:
35336         * ext/hermes/gsthermescolorspace.c:
35337         Rename colorspace to hermescolorspace.  Fix negotiation issues.
35338         Remove non-Hermes related code.  This element handles lots of
35339         RGB to RGB conversions, but no YUV.
35340         * ext/hermes/gstcolorspace.c:
35341         * ext/hermes/gstcolorspace.h:
35342         * ext/hermes/rgb2yuv.c:
35343         * ext/hermes/yuv2rgb.c:
35344         * ext/hermes/yuv2rgb.h:
35345         * ext/hermes/yuv2rgb_mmx16.s:
35346         * ext/hermes/yuv2yuv.c:
35347         * ext/hermes/yuv2yuv.h:
35348         Remove old code.
35349
35350 2004-01-14  Colin Walters  <walters@verbum.org>
35351
35352         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
35353         they've already been.
35354
35355 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35356
35357         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
35358           assume tag mode when pad is not connected
35359
35360 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35361
35362         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35363           Don't update the time of the clock
35364         (gst_alsa_sink_loop):
35365           sync to the clock given to alsasink, not the own clock
35366         * sys/oss/gstosssink.c: (gst_osssink_chain):
35367           sync to the clock
35368         (gst_osssink_change_state):
35369           activate the clock
35370         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
35372           remove bogus code that made DISCONT events unhandled
35373         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35374           explicitly case to double in _set_simple. (fixes 2nd warning in bug
35375           #131502)
35376         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
35377         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
35378         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
35379           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
35380           2nd warning in bug #131502)
35381
35382 2004-01-14  Julien MOUTTE  <julien@moutte.net>
35383
35384         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
35385         (gst_videobalance_colorbalance_set_value),
35386         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
35387         for colorbalance interface implementation.
35388         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
35389         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
35390         (gst_ximagesink_dispose), (gst_ximagesink_init),
35391         (gst_ximagesink_class_init): Adding DISPLAY property.
35392         * sys/ximage/ximagesink.h: Adding display_name to store display.
35393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35394         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
35395         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
35396         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
35397         properties (they still need polishing though for gst-launch use : no
35398         xcontext yet, i ll do that tomorrow).
35399         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
35400
35401 2004-01-14  Julien MOUTTE  <julien@moutte.net>
35402
35403         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
35404         (gst_play_set_location), (gst_play_set_visualization): Preparing
35405         switch integration, adding videobalance in the pipeline.
35406
35407 2004-01-14  Julien MOUTTE <julien@moutte.net>
35408
35409         * gst-libs/gst/colorbalance/colorbalance.c:
35410         (gst_color_balance_class_init): Adding a default type.
35411         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
35412         the type.
35413         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
35414         (gst_videobalance_dispose), (gst_videobalance_class_init),
35415         (gst_videobalance_init), (gst_videobalance_interface_supported),
35416         (gst_videobalance_interface_init),
35417         (gst_videobalance_colorbalance_list_channels),
35418         (gst_videobalance_colorbalance_set_value),
35419         (gst_videobalance_colorbalance_get_value),
35420         (gst_videobalance_colorbalance_init): Implementing colorbalance
35421         interface.
35422         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
35423         list.
35424         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
35425         bug which was triggering a BadAccess X error when setting an overlay
35426         before pad was really negotiated.
35427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
35428         Using the colorbalance type macro.
35429
35430 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35431
35432         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
35433         (gst_flacenc_chain):
35434           handle tags correctly
35435         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
35436           extract ID3v1 tags correctly
35437
35438 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35439
35440         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
35441         (plugin_init):
35442           Improve matroska typefinding for odd-typed headers...
35443
35444 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35445
35446         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
35447           Fix for using incremental number on padnames.
35448
35449 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35450
35451         * ext/divx/gstdivxdec.c:
35452         * ext/divx/gstdivxenc.c:
35453           Set category to divx4linux instead of divx (too generic).
35454         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35455         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35456         (gst_wavparse_loop), (gst_wavparse_change_state):
35457         * gst/wavparse/gstwavparse.h:
35458           fix parsing of WAV files with non-standard fmt-tag size and fix
35459           skipping of unrecognized chunks... Someone please fix this thing
35460           to use rifflib so all this is automated.
35461         * sys/v4l/Makefile.am:
35462         * sys/v4l2/Makefile.am:
35463           Add X_CFLAGS because we depend on X (for overlay).
35464
35465 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
35466
35467         * ext/mpeg2dec/gstmpeg2dec.c:
35468           Don't issue a timestamp unless we tagged the frame
35469           with a PTS.
35470
35471 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35472
35473         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
35474           Query the audio element to get the time, not the clock. We're
35475           interested in the element's time here.
35476
35477 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35478
35479         * ext/aalib/gstaasink.c: (gst_aasink_chain):
35480         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35481         * ext/esd/esdsink.c: (gst_esdsink_chain):
35482         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
35483         * ext/mas/massink.c: (gst_massink_chain):
35484         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
35485         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
35486         (gst_matroska_demux_parse_metadata):
35487         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
35488         (gst_mpeg_parse_release_locks):
35489         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
35490         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
35491         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35492         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
35493         (gst_osssink_change_state):
35494         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
35495         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35496         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
35497         (gst_xvideosink_release_locks):
35498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
35499           use element time.
35500         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
35501         (gst_alsa_clock_stop):
35502         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
35503         (gst_audio_clock_get_internal_time):
35504           simplify for use with new clocking code.
35505         * testsuite/alsa/Makefile.am:
35506         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
35507           fix testsuite for new caps system
35508
35509 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35510
35511         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
35512         * ext/flac/gstflacenc.c: (add_one_tag):
35513           length is already host endian, no need to convert. Fixes playback of
35514           tagged files on PPC. (bug #128384)
35515
35516 2004-01-13  Julien MOUTTE <julien@moutte.net>
35517
35518         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
35519         colorbalance interface stating if it is hardware based or software
35520         based.
35521         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
35522         Removing a trailing comma.
35523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35524         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
35525         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
35526         the documentation seems to be wrong on the -1000 to 1000 interval.
35527
35528 2004-01-12  David Schleef  <ds@schleef.org>
35529
35530         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
35531         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
35532         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
35533         Fix negotiation.  Add a bufferalloc function for the sink pad,
35534         and generally clean up some of the code.
35535
35536 2004-01-12  Julien MOUTTE <julien@moutte.net>
35537
35538         * gst-libs/gst/colorbalance/colorbalancechannel.c:
35539         (gst_color_balance_channel_dispose): Adding safety check in dispose
35540         method.
35541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35542         (gst_xvimagesink_xcontext_clear),
35543         (gst_xvimagesink_interface_supported),
35544         (gst_xvimagesink_colorbalance_list_channels),
35545         (gst_xvimagesink_colorbalance_set_value),
35546         (gst_xvimagesink_colorbalance_get_value),
35547         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
35548         Adding colorbalance interface support to set XV parameters such as
35549         HUE, BRIGHTNESS, CONTRAST, SATURATION.
35550         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
35551         interface.
35552
35553 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35554
35555         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
35556         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
35557         (gst_audio_convert_init), (gst_audio_convert_set_property),
35558         (gst_audio_convert_get_property), (gst_audio_convert_chain),
35559         (gst_audio_convert_link),
35560         (gst_audio_convert_buffer_to_default_format),
35561         (gst_audio_convert_buffer_from_default_format), (plugin_init):
35562           - implement _getcaps and use it
35563           - improve linking
35564           - remove float caps since no float conversion is actually done
35565           - remove properties and arguments that were to be used for rate
35566             conversion
35567
35568 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35569
35570         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
35571         (gst_audio_structure_set_int):
35572         * gst-libs/gst/audio/audio.h:
35573           add helper functions for _getcaps matching the standard audio
35574           templates
35575
35576 2004-01-12  David Schleef  <ds@schleef.org>
35577
35578         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35579         Test that pad is negotiated before getting its caps.
35580
35581 2004-01-12  Julien MOUTTE <julien@moutte.net>
35582
35583         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
35584         analyzing the pads of an element the bin is mostly in READY state so
35585         no caps were negotiated. This helper function needs to work with
35586         _get_caps directly then. I was not freeing them though, added that to
35587         fix the mem leak.
35588
35589 2004-01-12  Julien MOUTTE <julien@moutte.net>
35590
35591         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
35593         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
35594         than the free_func.
35595
35596 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35597
35598         * sys/oss/gstossaudio.c: (plugin_init):
35599         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35600         * sys/oss/gstosselement.h:
35601           make an oss debugging category
35602           make failure more descriptive
35603
35604 2004-01-11  David Schleef  <ds@schleef.org>
35605
35606         * ext/ffmpeg/gstffmpeg.c:
35607         * ext/ffmpeg/gstffmpegcodecmap.c:
35608         * ext/ffmpeg/gstffmpegdec.c:
35609         * ext/ffmpeg/gstffmpegenc.c:
35610         * ext/ffmpeg/gstffmpegprotocol.c:
35611         * ext/gdk_pixbuf/gstgdkanimation.c:
35612         * ext/jpeg/gstjpeg.c:
35613         * ext/libpng/gstpng.c:
35614         * ext/mpeg2dec/perftest.c:
35615         * ext/speex/gstspeex.c:
35616         * gst-libs/gst/resample/dtos.c:
35617         * gst/intfloat/gstintfloatconvert.c:
35618         * gst/oneton/gstoneton.c:
35619         * gst/rtjpeg/RTjpeg.c:
35620         * gst/rtp/gstrtp.c:
35621         * sys/dxr3/dxr3init.c:
35622         * sys/glsink/gstgl_nvimage.c:
35623         * sys/glsink/gstgl_pdrimage.c:
35624         * sys/glsink/gstglsink.c:
35625         * testsuite/gst-lint:
35626         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
35627
35628 2004-01-11  David Schleef  <ds@schleef.org>
35629
35630         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
35631         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
35632         * ext/gdk_pixbuf/gstgdkanimation.c:
35633         (gst_gdk_animation_iter_create_pixbuf):
35634         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
35635         (gst_gdk_pixbuf_chain):
35636         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35637         * ext/jack/gstjack.c: (gst_jack_change_state):
35638         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
35639         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
35640         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
35641         * gst/videofilter/gstvideofilter.c:
35642         (gst_videofilter_set_output_size):
35643         Remove all usage of gst_pad_get_caps(), and replace it with
35644         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
35645
35646 2004-01-11  David Schleef  <ds@schleef.org>
35647
35648         * configure.ac:
35649         * ext/Makefile.am: Fixes to make ext/libcaca compile.
35650         * ext/divx/gstdivxdec.c:
35651         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
35652         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
35653         handle images that span multiple buffers.  Now work with both
35654         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
35655         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35656         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
35657         video/video.h changes
35658         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
35659         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35660         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
35661         of GstData free function.
35662         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
35663         same.
35664
35665 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35666
35667         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
35668         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
35669         (gst_v4l2element_get_property):
35670         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
35671           add norm, channel and frequency properties.
35672         * sys/v4l2/gstv4l2tuner.c:
35673           fixes for tuner interface changes
35674         * sys/v4l2/gstv4l2element.h:
35675         * sys/v4l2/gstv4l2src.c:
35676         * sys/v4l2/gstv4l2src.h:
35677         * sys/v4l2/v4l2src_calls.c:
35678         * sys/v4l2/v4l2src_calls.h:
35679           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
35680
35681 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35682
35683         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
35684         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
35685         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
35686         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
35687         * gst-libs/gst/tuner/tuner.h:
35688           GObjects aren't const.
35689           Add find_by_name functions.
35690           Add checks to _changed functions.
35691         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
35692         (gst_v4l_tuner_get_norm):
35693           Fixes for above.
35694
35695 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35696
35697         * gst-libs/gst/video/video.h:
35698           Fix caps template names to be understandable.
35699           Prefix everything with GST_VIDEO.
35700         * ext/aalib/gstaasink.c:
35701         * ext/divx/gstdivxdec.c:
35702         * ext/divx/gstdivxenc.c:
35703         * ext/gdk_pixbuf/gstgdkpixbuf.c:
35704         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
35705         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
35706         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
35707         * ext/libcaca/gstcacasink.c:
35708         * ext/libpng/gstpngenc.c: (raw_caps_factory):
35709         * ext/snapshot/gstsnapshot.c:
35710         * ext/swfdec/gstswfdec.c:
35711         * ext/xvid/gstxviddec.c:
35712         * ext/xvid/gstxvidenc.c:
35713         * gst/chart/gstchart.c:
35714         * gst/deinterlace/gstdeinterlace.c:
35715         * gst/effectv/gsteffectv.c:
35716         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
35717         * gst/goom/gstgoom.c:
35718         * gst/median/gstmedian.c:
35719         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
35720         (gst_monoscope_srcconnect), (gst_monoscope_chain):
35721         * gst/overlay/gstoverlay.c:
35722         * gst/smooth/gstsmooth.c:
35723         * gst/smpte/gstsmpte.c:
35724         * gst/synaesthesia/gstsynaesthesia.c:
35725         * gst/videocrop/gstvideocrop.c:
35726         * gst/videodrop/gstvideodrop.c:
35727         * gst/y4m/gsty4mencode.c:
35728         * sys/qcam/gstqcamsrc.c:
35729         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
35730           Make them work with new video.h file.
35731         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35732         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
35733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35734         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
35735           Make it work with new buffer allocation system.
35736
35737 2004-01-11  Julien MOUTTE  <julien@moutte.net>
35738
35739         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
35740         pad_alloc_buffer implementation to use ->srcpad
35741         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
35742         pad_alloc_buffer implementation to use ->srcpad
35743         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
35744         pad_alloc_buffer implementation to use ->srcpad
35745         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
35746         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
35747         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
35748         a reference to everything we need.
35749         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
35750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
35751         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
35752         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
35753         a reference to everything we need.
35754         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
35755
35756 2004-01-11  David Schleef  <ds@schleef.org>
35757
35758         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
35759         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
35760         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
35761         structure members.
35762         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
35763         value during a resize/renegotiation.
35764         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
35765         gst_pad_alloc_buffer();
35766         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35767         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
35768         structure members.
35769         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
35770         Fix for rename of buffer private structure members.
35771         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35772         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
35773         Fix for rename of buffer private structure members.
35774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35775         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
35776         Fix for rename of buffer private structure members.
35777
35778 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
35779
35780         reviewed by: David Schleef <ds@schleef.org>
35781
35782         * gst/videofilter/Makefile.am:
35783         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
35784         from the patch by ds to fit in with recent make_filter changes.
35785
35786 2004-01-11  Julien MOUTTE  <julien@moutte.net>
35787
35788         * configure.ac: Adding examples/switch/Makefile
35789         * examples/Makefile.am: Adding examples/switch
35790         * examples/switch/Makefile.am: Adding switcher example.
35791         * examples/switch/switcher.c: (got_eos), (idle_iterate),
35792         (switch_timer), (main): Adding an example demonstrating switch usage
35793         with 2 videotestsrc showing different patterns.
35794         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
35795         (gst_switch_init): Fixing switch with the new caps system.
35796
35797 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35798
35799         * gst-libs/gst/video/video.h:
35800           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
35801           They should probably be like
35802           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
35803
35804 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35805
35806         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35807         (qtdemux_parse_trak):
35808           fix audio chunk size/timestamp calculation
35809
35810 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35811
35812         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
35813           fix SVQ3 caps
35814
35815 2004-01-11  Steve Baker  <steve@stevebaker.org>
35816
35817         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
35818         (gst_agingtv_base_init), (gst_agingtv_class_init),
35819         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
35820         (gst_agingtv_set_property), (gst_agingtv_get_property):
35821         Port agingTV to videofilter
35822
35823 2004-01-09  Julien MOUTTE <julien@moutte.net>
35824
35825         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
35826         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35827
35828 2004-01-09  Julien MOUTTE <julien@moutte.net>
35829
35830         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
35831         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35832         * gst-libs/gst/xoverlay/xoverlay.c:
35833         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
35834         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
35835         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35836         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35837         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35838         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35839         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
35840         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
35841         the bufferalloc_function to replace bufferpools, fixing the XOverlay
35842         interface implementation to handle xid being 0 and fix some bugs
35843         triggered by Benjamin's testcase.
35844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35845         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
35846         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
35847         the bufferalloc_function to replace bufferpools, fixing the XOverlay
35848         interface implementation to handle xid being 0 and fix some bugs
35849         triggered by Benjamin's testcase.
35850
35851 2004-01-09  David Schleef  <ds@schleef.org>
35852
35853         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
35854         mouse pointer events.  It works.
35855
35856 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35857
35858         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
35859           Use explicit caps - fix capsnego.
35860         * ext/xvid/gstxviddec.c:
35861         * ext/xvid/gstxvidenc.c:
35862           Remove macro-inside-macro which caused compile errors.
35863         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
35864           Error out if it's not a RIFF file. Else we error out without
35865           gst_element_error() which is not good...
35866
35867 2004-01-08  David Schleef  <ds@schleef.org>
35868
35869         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
35870         Fix pad_link function to handle formats that ffmpeg returns
35871         as multiple caps structures.
35872         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
35873         Only complain if source buffer is _smaller_ than expected.
35874         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
35875         (gst_videoscale_handle_src_event): Resize navigation events
35876         when passing them upstream.
35877         * gst/videotestsrc/gstvideotestsrc.c:
35878         * gst/videotestsrc/gstvideotestsrc.h:
35879         * gst/videotestsrc/videotestsrc.c:
35880         * gst/videotestsrc/videotestsrc.h:
35881         Rewrite many of the buffer painting functions to handle odd
35882         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
35883         been verified to work with my video card.
35884         * testsuite/gst-lint:  Add check for elements calling
35885         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
35886
35887 2004-01-08  David Schleef  <ds@schleef.org>
35888
35889         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35890         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
35891
35892 2004-01-08  Julien MOUTTE  <julien@moutte.net>
35893
35894         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
35895         configure event is not emiting the desired size signal. That fixes
35896         aspect ratio issues with gst-player.
35897
35898 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35899
35900         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
35901           Fix capsnego.
35902
35903 2004-01-08  Julien MOUTTE  <julien@moutte.net>
35904
35905         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
35906         public method to fire size signal.
35907
35908 2004-01-07  Julien MOUTTE  <julien@moutte.net>
35909
35910         * examples/gstplay/Makefile.am: Adding the interface library.
35911         * gst-libs/gst/play/Makefile.am: Adding the interface library.
35912         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
35913         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
35914         GST_IS_X_OVERLAY before signal connect.
35915         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
35916         Removing the have_video_size signal.
35917         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
35918         and associated public method.
35919         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
35920         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
35921         signal.
35922         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
35923         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
35924         signal.
35925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
35926         Using XOverlay public method to fire size signal.
35927
35928 2004-01-07  David Schleef  <ds@schleef.org>
35929
35930         * gst/videofilter/Makefile.am:
35931         * gst/videofilter/gstvideotemplate.c:
35932         * gst/videofilter/make_filter:
35933         Create gstvideoexample.c in a srcdir!=builddir friendly way.
35934         Convert make_filter to /bin/sh script.
35935
35936 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35937
35938         * gst/modplug/gstmodplug.cc: fix element description
35939
35940 2004-01-07  Julien MOUTTE  <julien@moutte.net>
35941
35942         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
35943         (got_video_size): Adding some new lines in g_print calls.
35944         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
35945         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
35946         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
35947         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
35948         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
35949         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
35950         Complete code review, reverting some stuff i disagree with, adding
35951         some fixes : time synchronization on invalid timestamps, renegotiation
35952         of private window.
35953         * sys/ximage/ximagesink.h:
35954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
35955         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
35956         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
35957         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
35958         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
35959         (gst_xvimagesink_buffer_new),
35960         (gst_xvimagesink_navigation_send_event),
35961         (gst_xvimagesink_set_xwindow_id),
35962         (gst_xvimagesink_get_desired_size),
35963         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
35964         stuff i disagree with, adding some fixes : Renegotiation of private
35965         window, implementing get_desired_size.
35966
35967 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35968
35969         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
35970         (gst_afsink_handle_event):
35971         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
35972         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
35973         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
35974         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
35975         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
35976           Fix for instantiate-test (see core). Also remove dead code from
35977           jpegenc (which still needs fixing, but that's lower on my TODO
35978           list...).
35979         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
35980           Never return NULL as caps.
35981
35982 2004-01-07  David Schleef  <ds@schleef.org>
35983
35984         * configure.ac:
35985         * ext/Makefile.am:
35986         * ext/librfb/Makefile.am:
35987         * ext/librfb/gstrfbsrc.c:
35988         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
35989         is the protocol used by VNC.
35990
35991 2004-01-07  David Schleef  <ds@schleef.org>
35992
35993         * gst/videofilter/gstvideotemplate.c:
35994         * gst/videofilter/gstvideotemplate.h:
35995         * gst/videofilter/make_filter:
35996         Merge videotemplate header into source file.
35997         * gst/effectv/Makefile.am:
35998         * gst/effectv/gsteffectv.c: (plugin_init):
35999         * gst/effectv/gstwarp.c:
36000         Make warpTV a subclass of videofilter.
36001
36002 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36003
36004         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
36005           Add guard against invalid utf-8 conversions in mad. Just in case.
36006
36007 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36008
36009         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
36010           Fix for bug shown by poisoning
36011
36012 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36013
36014         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
36015         (gst_v4lmjpegsrc_buffer_free):
36016         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
36017         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
36018         (gst_v4lsrc_buffer_free):
36019           Fix for removed bufferpools.
36020
36021 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
36022
36023         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
36024         Fix caps negotiation.
36025
36026         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
36027         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
36028         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36029         (dvdnavsrc_event):
36030         * ext/mpeg2dec/gstmpeg2dec.c:
36031         * gst-libs/gst/navigation/navigation.c:
36032         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
36033         * gst-libs/gst/navigation/navigation.h:
36034         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
36035         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
36036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
36037         Super-simple first version of mouse and keyboard events. Clicking
36038         on a DVD menu now works, although it may not take you where you
36039         expected.
36040
36041         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
36042         * gst/videotestsrc/gstvideotestsrc.c:
36043         (gst_videotestsrc_src_fixate):
36044         These fixate functions were broken - they never actually
36045         fixated :)
36046
36047 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36048
36049         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
36050         (gst_icecastsend_init):
36051           fix for new caps system.
36052         * gst-libs/gst/mixer/mixertrack.h:
36053         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
36054           Add 'master track' flag (for tools like ACME that only want to
36055           change the main volume).
36056
36057 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
36058
36059         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
36060         (gst_xvid_csp_to_caps):
36061         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
36062         * ext/xvid/gstxvidenc.c:
36063         ifdef out ARGB type when it isn't available
36064         in xvidcore 1.0.0beta2
36065
36066 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36067
36068         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
36069           When we have received a new SCR right in the first buffer after
36070           a seek (so in the same cycle that handles the discont), we should
36071           handle the buffer instead of unreffing it, else we lose data.
36072
36073 2004-01-06  Iain <iain@prettypeople.org>
36074
36075         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
36076           buffer-frames caps too.
36077
36078         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
36079           caps that we need, don't destroy them all and rebuild them. And when
36080           creating src pads, use the src pad template rather than the sink...
36081
36082 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36083
36084         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
36085           Add pad to element *after* setting functions such as event handler.
36086           Without this, the scheduler (opt) will link pads, set the event
36087           handler from the default event function (dispatcher in gstpad.c)
36088           and *after* that, we will set our own event function, which will
36089           thus never be used (and thus mpegdemux doesn't handle events).
36090
36091 2004-01-04  David Schleef  <ds@schleef.org>
36092
36093         Fix the fixate functions to handle new prototype:
36094         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
36095         * gst/videotestsrc/gstvideotestsrc.c:
36096         (gst_videotestsrc_src_fixate):
36097         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
36098         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
36099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
36100
36101 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36102
36103         * sys/ximage/ximagesink.h:
36104         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
36105         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
36106         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
36107         (gst_ximagesink_xoverlay_init):
36108           assorted fixes to make (re)embedding work
36109         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
36110         (gst_ximagesink_get_desired_size):
36111           implement desired size additions to XOverlay
36112
36113 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36114
36115         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
36116         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
36117         (gst_x_overlay_got_desired_size):
36118         * gst-libs/gst/xoverlay/xoverlay.h:
36119           Add optional "desired size" signal and querying.
36120
36121 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36122
36123         * gst/matroska/matroska-demux.c:
36124         (gst_matroska_demux_parse_blockgroup):
36125           Fix EBML-laced block parsing. Diffs are relative to previous
36126           lace, not the first lace. Thanks to Mosu from the Matroska
36127           team for detecting this.
36128         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36129         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
36130         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
36131         (gst_wavparse_change_state):
36132         * gst/wavparse/gstwavparse.h:
36133           Quickfix for capsnego.
36134
36135 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36136
36137         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
36138           Fix indenting, fix pad creation.
36139
36140 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36141
36142         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
36143         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
36144         (gst_xviddec_sink_link):
36145           Implement src_getcaps() so proper size caps is negotiated.
36146
36147 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36148
36149         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
36150           Finish flac decoder on EOS. See #116178.
36151
36152 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36153
36154         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
36155         (gst_matroska_demux_add_stream):
36156         * gst/matroska/matroska-ids.h:
36157           Add getcaps() function to fix capsnego...
36158
36159 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36160
36161         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36162         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36163         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
36164           Fix more integer overflows. Again, see #126967.
36165
36166 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36167
36168         * ext/mpeg2dec/gstmpeg2dec.c:
36169           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
36170           #130416.
36171
36172 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36173
36174         * configure.ac:
36175         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
36176         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
36177         * ext/xvid/gstxvid.h:
36178         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
36179         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
36180         (gst_xviddec_src_link), (gst_xviddec_sink_link),
36181         (gst_xviddec_change_state):
36182         * ext/xvid/gstxviddec.h:
36183         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
36184         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
36185         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
36186         (gst_xvidenc_link), (gst_xvidenc_set_property),
36187         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
36188         * ext/xvid/gstxvidenc.h:
36189           Update xvid plugin to latest xvid (1.0.0-beta3) API.
36190
36191 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36192
36193         * gst/rtp/rtp-packet.c:
36194           Add sys/types.h include, since OS X doesn't define in_addr_t
36195           in netinet/in.h, like it does on Linux (see #129600).
36196
36197 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
36198
36199         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
36200
36201         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
36202           Correct logic of dispose function (see #129306).
36203
36204 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36205
36206         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
36207         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
36208         (gst_mpeg_parse_init):
36209         * gst/mpegstream/gstmpegparse.h:
36210           Remove clock (which was never provided, i.e. dead code), and
36211           also fix integer overflows at high PTS values (see #126967).
36212
36213 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36214
36215         * ext/flac/gstflacdec.c:
36216         * ext/libpng/gstpngenc.h:
36217         * ext/mikmod/gstmikmod.h:
36218           OS X fixes (see #126628).
36219
36220 2004-01-02  David Schleef  <ds@schleef.org>
36221
36222         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
36223         (gst_alsa_src_base_init): Remove bogus "src" request pad.
36224         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
36225         (gst_mpeg_parse_class_init): Move pad template registration
36226         to class_init, since the derived class (mpegdemux) doesn't
36227         want them.
36228
36229 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36230
36231         * sys/ximage/Makefile.am:
36232         * sys/xvideo/Makefile.am:
36233         * sys/xvimage/Makefile.am:
36234           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
36235           after installation (see #127664).
36236
36237 2004-01-02  David Schleef  <ds@schleef.org>
36238
36239         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
36240         (gst_ffmpegenc_connect):  Negotiation fixes.
36241         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
36242         Remove inappropriate gst_caps_free().
36243         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
36244         Reenable Ronald's internal resize code, since the core handles
36245         it correctly now.
36246
36247 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36248
36249         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
36250         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
36251         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
36252           Fix pad template stuff.
36253
36254 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36255
36256         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
36257         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
36258           fix signed integer reading/writing.
36259
36260 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36261
36262         * ext/alsa/README:
36263           Remove outdated document
36264
36265 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
36266
36267         * gst/cutter/gstcutter.c: (gst_cutter_init):
36268           src pad was being created twice - oops.
36269
36270 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36271
36272         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
36273           Comment out internal resize. It doesn't handle the resulting
36274           XEvent internally, does another try_set_caps() which leads to
36275           a really nice loop.
36276           Real fix will come when Julien and Dave are awake. ;).
36277
36278 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36279
36280         * ext/mpeg2enc/gstmpeg2enc.cc:
36281           fix const/nonconst compile issue.
36282
36283 2004-01-02  David Schleef  <ds@schleef.org>
36284
36285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
36286         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
36287         Add fixate function and a check for bad formats.
36288
36289 2004-01-01  David Schleef  <ds@schleef.org>
36290
36291         Negotiation fixes:
36292         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
36293         (gst_audiofilter_init):
36294         * gst/debug/efence.c: (gst_efence_init):
36295         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
36296         (gst_deinterlace_init):
36297         * gst/volume/gstvolume.c: (volume_connect):
36298
36299 2004-01-01  David Schleef  <ds@schleef.org>
36300
36301         Convert elements to use gst_pad_use_explicit_caps() where
36302         appropriate:
36303         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
36304         * ext/audiofile/gstafparse.c: (gst_afparse_init),
36305         (gst_afparse_open_file):
36306         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
36307         (gst_afsrc_open_file):
36308         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
36309         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
36310         (gst_ffmpegdec_chain):
36311         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
36312         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
36313         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
36314         (gst_gdk_pixbuf_chain):
36315         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
36316         (gst_jpegdec_chain):
36317         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
36318         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
36319         (gst_mikmod_negotiate):
36320         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
36321         (gst_mpeg2dec_negotiate_format):
36322         * ext/mpeg2enc/gstmpeg2enc.cc:
36323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36324         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
36325         (gst_speexdec_sinkconnect):
36326         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
36327         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
36328         (gst_vorbisfile_new_link):
36329         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
36330         (gst_ac3parse_chain):
36331         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
36332         (gst_asf_demux_setup_pad):
36333         * gst/auparse/gstauparse.c: (gst_auparse_init),
36334         (gst_auparse_chain):
36335         * gst/id3/gstid3types.c: (gst_id3types_loop):
36336         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
36337         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36338         (mp1videoparse_parse_seq):
36339         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
36340         (bpf_from_header):
36341         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36342         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
36343         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
36344         (gst_mpeg_parse_send_data):
36345         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36346         (gst_qtdemux_add_stream):
36347         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
36348         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36349         (gst_wavparse_parse_fmt):
36350
36351 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36352
36353         * configure.ac:
36354           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
36355           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
36356           it therefore uses the wrong include paths. Too bad... Note
36357           that 1.6.1.93 is not release yet. ;).
36358           Also add a check for mplex, which is now using the lib'ified
36359           mplex from mjpegtools, too.
36360         * ext/ffmpeg/gstffmpegcodecmap.c:
36361           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
36362           issues. I don't think ffmpeg handles 3ivx correctly, so this
36363           probably won't work. But it won't hurt either.
36364         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
36365         (gst_ffmpegdec_chain):
36366         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
36367         (gst_ffmpegenc_chain_audio):
36368           Fix memleak in audio encoding. Close codec if open fails, this
36369           calls the cleanup routines so we can re-use the context.
36370         * ext/mpeg2enc/gstmpeg2enc.cc:
36371           Fix pad template names/types, fix memory issue with getcaps().
36372         * ext/mpeg2enc/gstmpeg2encoder.cc:
36373         * ext/mpeg2enc/gstmpeg2encoder.hh:
36374           Fix compile issue with new caps system (const thingy).
36375         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
36376         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
36377           We read a first frame right on initing, so that we have a caps
36378           when we init the output. This caps is cached in padprivate and
36379           read as first frame.
36380         * ext/mplex/Makefile.am:
36381         * ext/mplex/gstmplex.cc:
36382         * ext/mplex/gstmplex.h:
36383         * ext/mplex/gstmplex.hh:
36384         * ext/mplex/gstmplexibitstream.cc:
36385         * ext/mplex/gstmplexibitstream.hh:
36386         * ext/mplex/gstmplexjob.cc:
36387         * ext/mplex/gstmplexjob.hh:
36388         * ext/mplex/gstmplexoutputstream.cc:
36389         * ext/mplex/gstmplexoutputstream.hh:
36390           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
36391           had issues, didn't do capsnego, supported only a subset of the
36392           mplex features and required a mplex fork in our local CVS. Plus
36393           that it worked agaist a very old mplex version. Rewriting was
36394           faster than updating it.
36395         * gst-libs/ext/Makefile.am:
36396         * gst-libs/ext/mplex/INSTRUCT:
36397         * gst-libs/ext/mplex/Makefile.am:
36398         * gst-libs/ext/mplex/README:
36399         * gst-libs/ext/mplex/TODO:
36400         * gst-libs/ext/mplex/ac3strm_in.cc:
36401         * gst-libs/ext/mplex/audiostrm.hh:
36402         * gst-libs/ext/mplex/audiostrm_out.cc:
36403         * gst-libs/ext/mplex/aunit.hh:
36404         * gst-libs/ext/mplex/bits.cc:
36405         * gst-libs/ext/mplex/bits.hh:
36406         * gst-libs/ext/mplex/buffer.cc:
36407         * gst-libs/ext/mplex/buffer.hh:
36408         * gst-libs/ext/mplex/fastintfns.h:
36409         * gst-libs/ext/mplex/format_codes.h:
36410         * gst-libs/ext/mplex/inputstrm.cc:
36411         * gst-libs/ext/mplex/inputstrm.hh:
36412         * gst-libs/ext/mplex/lpcmstrm_in.cc:
36413         * gst-libs/ext/mplex/mjpeg_logging.cc:
36414         * gst-libs/ext/mplex/mjpeg_logging.h:
36415         * gst-libs/ext/mplex/mjpeg_types.h:
36416         * gst-libs/ext/mplex/mpastrm_in.cc:
36417         * gst-libs/ext/mplex/mpegconsts.cc:
36418         * gst-libs/ext/mplex/mpegconsts.h:
36419         * gst-libs/ext/mplex/mplexconsts.hh:
36420         * gst-libs/ext/mplex/multplex.cc:
36421         * gst-libs/ext/mplex/outputstream.hh:
36422         * gst-libs/ext/mplex/padstrm.cc:
36423         * gst-libs/ext/mplex/padstrm.hh:
36424         * gst-libs/ext/mplex/stillsstream.cc:
36425         * gst-libs/ext/mplex/stillsstream.hh:
36426         * gst-libs/ext/mplex/systems.cc:
36427         * gst-libs/ext/mplex/systems.hh:
36428         * gst-libs/ext/mplex/vector.cc:
36429         * gst-libs/ext/mplex/vector.hh:
36430         * gst-libs/ext/mplex/videostrm.hh:
36431         * gst-libs/ext/mplex/videostrm_in.cc:
36432         * gst-libs/ext/mplex/videostrm_out.cc:
36433         * gst-libs/ext/mplex/yuv4mpeg.cc:
36434         * gst-libs/ext/mplex/yuv4mpeg.h:
36435         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
36436         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
36437           We don't fork mjpegtools' mplex in our CVS anymore.
36438         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
36439         (gst_avi_demux_add_stream):
36440         * gst/avi/gstavidemux.h:
36441           Add getcaps() function for proper caps nego. This makes some
36442           parts of AVI playback/reading work.
36443         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
36444           Resize window on new capsnego. This is probably wrong, but
36445           I'm still committing it because with current capsnego, the
36446           first successfull capsnego is auto-fixated, therefore rounded
36447           down to the lowest values in the caps. this results in a 16x16
36448           XWindow that is not reized when real capsnego finishes.
36449           Dave, I see more cases of this, do you know a proper solution?
36450         * tools/gst-launch-ext.in:
36451           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
36452
36453 2003-12-31  David Schleef  <ds@schleef.org>
36454
36455         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
36456         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
36457           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
36458
36459 2003-12-30  David Schleef  <ds@schleef.org>
36460
36461         * ext/ffmpeg/gstffmpegcolorspace.c:
36462         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
36463         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
36464         (gst_ffmpegcsp_chain): Negotiation fixes
36465         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
36466         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
36467         (gst_audio_convert_link), (gst_audio_convert_channels):
36468         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
36469         (gst_audioscale_link), (gst_audioscale_get_buffer),
36470         (gst_audioscale_chain): Negotiation fixes
36471         * gst/audioscale/gstaudioscale.h:
36472         * gst/videofilter/gstvideofilter.c:
36473         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
36474         (gst_videofilter_link), (gst_videofilter_init),
36475         (gst_videofilter_set_output_size), (gst_videofilter_setup),
36476         (gst_videofilter_find_format_by_structure):
36477         * gst/videofilter/gstvideofilter.h: Negotiation fixes
36478         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
36479         (gst_videoscale_link):
36480         * gst/videoscale/videoscale.c: (videoscale_get_structure),
36481         (videoscale_find_by_structure), (gst_videoscale_setup):
36482         * gst/videoscale/videoscale.h: Negotiation fixes
36483         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
36484         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
36485         function, restrict resizing to a multiple of 4 (hack until
36486         everyone supports odd sizes correctly).
36487
36488 2003-12-29  Colin Walters  <walters@verbum.org>
36489
36490         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
36491         signed.
36492
36493 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
36494
36495         * ext/sndfile/gstsf.c: (gst_sf_loop):
36496           Fix warning about discarding const qualifier
36497
36498 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
36499
36500         * gst/cutter/gstcutter.c:
36501         * gst/videoscale/gstvideoscale.c:
36502         * gst/volenv/gstvolenv.c:
36503         * gst-libs/gst/audio/audio.c:
36504         * gst-libs/gst/video/video.c:
36505           Fix warnings
36506
36507 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36508
36509         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
36510           Don't send ALSA debugging to stderr.
36511         * ext/alsa/gstalsa.h:
36512           Use GST_WARNING instead of g_warning when ALSA functions fail.
36513
36514 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36515
36516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
36517           Free XVAdapterInfo correctly.
36518
36519 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36520
36521         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
36522         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
36523           Make id3tag use correct caps nego.
36524
36525 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
36526
36527         * ext/ivorbis/vorbis.c:
36528         * ext/ivorbis/vorbisenc.h:
36529         * ext/ivorbis/vorbisfile.c:
36530           Modify so that it uses the new caps things
36531
36532 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36533
36534         * testsuite/spider/spider1.c: (main):
36535         * testsuite/spider/spider2.c: (main):
36536         * testsuite/spider/spider3.c: (main):
36537           Make tests compile again. They probably don't work.
36538
36539 2003-12-24  Colin Walters  <walters@verbum.org>
36540
36541         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
36542         we can't fixate the caps anymore.
36543
36544 2003-12-23  David Schleef  <ds@schleef.org>
36545
36546         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
36547         * sys/oss/gstosssink.c: (gst_osssink_init),
36548         (gst_osssink_sink_fixate): Add fixate function.
36549
36550 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36551
36552         * ext/ffmpeg/gstffmpegcodecmap.c:
36553         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
36554         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
36555         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
36556         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
36557         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
36558         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
36559         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
36560           fix typo in RGB masks, and move back to "old" colorspace
36561           capsnego code until whoever wrote this new crap has actually
36562           tested it so that it works.
36563           And yes, this works, keep it that way please.
36564
36565 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36566
36567         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
36568         (gst_divxdec_init), (gst_divxdec_negotiate):
36569         * ext/divx/gstdivxdec.h:
36570         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
36571         (gst_divxenc_init):
36572         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
36573         (gst_faac_sinkconnect), (gst_faac_srcconnect):
36574         * ext/mpeg2enc/gstmpeg2enc.cc:
36575         * ext/mpeg2enc/gstmpeg2encoder.cc:
36576         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
36577         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
36578         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
36579         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
36580         (dxr3spusink_init):
36581         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
36582         (dxr3videosink_init):
36583           Fix caps breakage after Dave's caps branch merge.
36584
36585 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36586
36587         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
36588           Fix for 24bpp display.
36589
36590 2003-12-23  Colin Walters  <walters@verbum.org>
36591
36592         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
36593         a GnomeVFSHandle directly.
36594
36595 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36596
36597         * gst/volume/Makefile.am:
36598         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
36599         (volume_base_init), (volume_init):
36600           Reenable volume element and fix to work with new caps stuff.
36601           Rhythmbox needs this.
36602
36603 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36604
36605         * gst/qtdemux/qtdemux.c: (plugin_init):
36606           qtdemux requires bytestream
36607
36608 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36609
36610         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
36611           Fix remaining caps handling errors due to CAPS merge.
36612
36613 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36614
36615         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
36616         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
36617         (gst_faad_srcconnect):
36618           Port to new caps system.
36619
36620 2003-12-21  Julien MOUTTE  <julien@moutte.net>
36621
36622         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
36623         (got_video_size), (main): using g_print instead of g_message.
36624         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
36625         signal which was not emitted because of "switch" element added to the
36626         bin but not connected. (Removing from the bin temporarily)
36627
36628 2003-12-21  Julien MOUTTE  <julien@moutte.net>
36629
36630         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
36631         find X development files. I don't understand the previous tests and
36632         they fail on my debian/ppc unstable. This one works.
36633         * examples/gstplay/player.c: (main): Set the pipeline to READY before
36634         exiting.
36635         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
36636         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36637         (gst_play_set_visualization): Add some safety checks in set_ methods
36638         and state_change. This was throwing some ugly CRITICAL messages when
36639         pipeline was getting disposed and casts were failing.
36640
36641 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36642
36643         * configure.ac:
36644           Improve mpeg2enc detection. This is for distributions that do
36645           ship mjpegtools, but without mpeg2enc. Also does object check
36646           for might there ever be ABI incompatibility.
36647         * ext/mpeg2enc/gstmpeg2enc.cc:
36648           Add Andrew as second maintainer (he's helping me), and also add
36649           an error if no caps was set. This happens if I pull before capsnego
36650           and that's something I should solve sometime else.
36651         * gst/matroska/matroska-demux.c:
36652         (gst_matroska_demux_parse_blockgroup):
36653           Fix time parsing.
36654         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
36655         (gst_matroska_mux_track_header):
36656           Add caps to templates.
36657         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
36658           Add mpegversion=1 to prevent confusion with MPEG/AAC.
36659         * gst/mpegstream/gstmpegdemux.c:
36660           Remove layer since it causes warnings about unfixed caps.
36661         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
36662           Fix obvious typo (we error out if caps were set, we should of
36663           course error out if *no* caps were set).
36664         * sys/oss/gstosselement.c: (gst_osselement_convert):
36665           Fix format conversion, we confused bits/bytes.
36666         * sys/oss/gstosselement.h:
36667           Improve documentation for 'bps'.
36668         * sys/v4l/TODO:
36669           Remove stuff about plugins that need removing - this was done
36670           ages ago.
36671         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
36672         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
36673         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
36674         (gst_v4lsrc_src_query):
36675         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
36676         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
36677           Add get_query_types(), get_formats() and query() functions.
36678
36679 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
36680
36681         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
36682           * moved CVS to freedesktop.org